@charset "UTF-8";
@font-face {
  font-family: "AlexBrush-Regular";
  font-style: normal;
  font-weight: 800;
  src: local("AlexBrush-Regular"), url("../fonts/AlexBrush-Regular.woff2") format("woff2"), url("../fonts/AlexBrush-Regular.woff") format("woff"), url("../fonts/AlexBrush-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Supreme-Light";
  font-style: normal;
  font-weight: 400;
  /* src:url('../fonts/Coval-Black.eot');*/
  src: local("Supreme-Light"), url("../fonts/Supreme-Light.woff2") format("woff2"), url("../fonts/Supreme-Light.woff") format("woff"), url("../fonts/Supreme-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Gambetta-Semibold";
  font-style: normal;
  font-weight: 400;
  src: local("Gambetta-Semibold"), url("../fonts/Gambetta-Semibold.woff2") format("woff2"), url("../fonts/Gambetta-Semibold.woff") format("woff"), url("../fonts/Gambetta-Semibold.ttf") format("truetype");
}
/*ALLGEMEIN */
body {
  display: flex;
  background-color: black;
  color: white;
  font-family: "Supreme-Light", sans-serif;
  font-size: calc(1em + 0.390625vw);
  margin: 8% 1% 8% 1%;
  justify-content: center;
}

/* ÜBERSCHRIFTEN */
h1, h2, h3, h4 {
  text-align: center;
}

h1, h2 {
  font-family: "Gambetta-Semibold", sans-serif;
  margin: calc(0.2rem + 0.5vw);
  font-weight: 400;
}

h1 {
  font-size: calc(1rem + 3vw);
}

h2 {
  font-size: calc(1rem + 2vw);
}

#titel {
  font-family: "AlexBrush-Regular", sans-serif;
  font-size: calc(2rem + 5vw);
}

h3 {
  display: inline-block;
  background-color: black;
  font-size: calc(1rem + 0.5vw);
  font-weight: 600;
}

h4 {
  font-size: calc(0.8rem + 1vw);
  font-weight: 400;
}

/* TEXT */
.text {
  width: calc(80% - 3vw);
  max-width: 70%;
  text-align: justify;
}

.flexcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.kontakt {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.impressum {
  font-size: calc(0.6rem + 1vw);
  text-align: center;
}

.mailto {
  color: white;
  text-decoration: none;
  text-align: left;
}

.linie {
  border-bottom: 2px solid white;
  margin-bottom: 2rem;
}

.linie-75 {
  border-bottom: 2px solid white;
  width: 75%;
  text-align: justify;
}

.linie-65 {
  border-bottom: 2px solid white;
  width: 65%;
  text-align: justify;
}

.linie-50 {
  border-bottom: 2px solid white;
  width: 50%;
  text-align: justify;
}

.abstand {
  margin-bottom: 2em;
  margin-top: 2em;
}

/* CAROUSEL */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0.1rem;
  left: 15%;
  padding-top: 1.25rem;
  text-align: center;
}

.slider-neu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.blackbutton {
  color: black;
}

.blackslidertext {
  display: block;
  background-color: black;
  line-height: 0.9;
  color: white;
  margin-bottom: -1rem;
}

.slider-overflow {
  overflow: visible;
}

.neg-margin {
  margin: 0rem;
}

.bild {
  margin-bottom: 4rem;
}

.schmal {
  max-width: 90%;
}

/*# sourceMappingURL=styles.css.map */
