html {
  scroll-behavior: smooth;
}

#wrapper2 {
  width: 100vw;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#wrapper2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

body.startseite {
  /* Arrows */
  /* Adaptive */
}
body.startseite #main .mod_article {
  margin: 0rem;
}
body.startseite #main h1 {
  font-family: "Prata";
  font-size: 10.625rem;
  text-align: right;
}
body.startseite #main .flex_h {
  display: flex;
  flex-direction: row;
}
body.startseite #main #slide_logo {
  padding: 2rem;
}
body.startseite .slider {
  font-family: "Karla";
  color: #010101;
  font-weight: 100;
  max-height: 100vh;
  max-width: 300vw;
  width: 300vw;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
body.startseite .slider__slide {
  height: 100vh;
  min-width: 100vw;
  width: 100%;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}
body.startseite .contentF {
  display: flex;
}
body.startseite #first_slide {
  display: flex;
  flex-direction: column;
}
body.startseite #first_slide h1 {
  width: 100%;
  padding-right: 3rem;
  max-width: 1900px;
}
body.startseite #first_slide h1#text_w {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.startseite #first_slide .flex_h {
  justify-content: center;
}
body.startseite #first_slide .contentF {
  flex: 0 0 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
}
body.startseite #second_slide .contentF,
body.startseite #third_slide .contentF {
  flex-direction: row;
  width: 100%;
}
body.startseite #second_slide .contentF #slide_text2,
body.startseite #second_slide .contentF #slide_text3,
body.startseite #third_slide .contentF #slide_text2,
body.startseite #third_slide .contentF #slide_text3 {
  max-width: 30%;
}
body.startseite #second_slide .contentF #slide_text2 p,
body.startseite #second_slide .contentF #slide_text3 p,
body.startseite #third_slide .contentF #slide_text2 p,
body.startseite #third_slide .contentF #slide_text3 p {
  font-size: 1.25rem;
  font-weight: bold;
}
body.startseite #second_slide .contentF #text_w,
body.startseite #second_slide .contentF #text_w3,
body.startseite #third_slide .contentF #text_w,
body.startseite #third_slide .contentF #text_w3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
body.startseite #second_slide .contentF #text_w3,
body.startseite #third_slide .contentF #text_w3 {
  margin: 0;
  padding: 0;
}
body.startseite #second_slide .contentF h1,
body.startseite #third_slide .contentF h1 {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
}
body.startseite #second_slide .contentF .flex_w,
body.startseite #third_slide .contentF .flex_w {
  flex: 0 0 80%;
}
body.startseite #second_slide .contentF .ttext,
body.startseite #third_slide .contentF .ttext {
  padding: 2rem;
}
body.startseite #second_slide .contentF .overlay_bottom,
body.startseite #third_slide .contentF .overlay_bottom {
  position: relative;
  bottom: 2rem;
  transition: all 1.2s ease-in-out;
}
body.startseite #second_slide .contentF .margin-left-5,
body.startseite #third_slide .contentF .margin-left-5 {
  margin-left: 5rem;
}
body.startseite #second_slide .contentF a,
body.startseite #third_slide .contentF a {
  font-size: 1.2rem;
  font-weight: bold;
}
body.startseite #second_slide .contentF a,
body.startseite #third_slide .contentF a {
  text-decoration: none;
  font-weight: bold;
}
body.startseite #second_slide .contentF a span,
body.startseite #third_slide .contentF a span {
  display: inline-block;
  padding: 1.5rem;
  background-color: #fff;
  border: 3px solid #b61f29;
  text-align: center;
  text-transform: uppercase;
}
body.startseite #second_slide .contentF #slide_team3 img,
body.startseite #third_slide .contentF #slide_team3 img {
  transition: all 1.2s ease-in-out;
}
body.startseite #second_slide .contentF.add .overlay_bottom,
body.startseite #third_slide .contentF.add .overlay_bottom {
  bottom: -3rem;
}
body.startseite #second_slide .contentF.add #slide_team3 img,
body.startseite #third_slide .contentF.add #slide_team3 img {
  max-height: 100%;
}
body.startseite #second_slide h1,
body.startseite #third_slide h1 {
  width: 100%;
  padding-right: 3rem;
  max-width: 1900px;
}
body.startseite #second_slide .contentF h1#text_w {
  justify-content: center;
}
body.startseite #second_slide .contentF .overlay_bottom img {
  bottom: 0rem;
  position: relative;
  transition-delay: 3s;
  transition: all 2s ease-in-out;
  z-index: 2;
}
body.startseite #second_slide .contentF #slide_team3 img {
  top: 0rem;
  position: relative;
  transition-delay: 3s;
  transition: all 2s ease-in-out;
  z-index: 1;
}
body.startseite #second_slide .contentF #slide_text2 {
  max-width: 30%;
  padding-bottom: 4rem;
  min-width: 360px;
}
body.startseite #second_slide .contentF #slide_text2 a span {
  max-width: 210px;
  margin: 0 auto;
  display: inline-block;
  padding: 0.5rem 0rem;
}
body.startseite #second_slide.add .contentF .overlay_bottom img {
  bottom: -2.5rem;
}
body.startseite #second_slide.add .contentF #slide_team3 img {
  margin-top: -2.5rem;
}
body.startseite .alignR {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.startseite .f_start {
  align-items: flex-start;
}
body.startseite .right-arrow,
body.startseite .left-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  /*   background-color: black; */
  z-index: 20000000;
  cursor: pointer;
}
body.startseite .right-arrow {
  right: 1rem;
  transform: scaleX(1);
  transition: all 2s ease-in-out;
}
body.startseite .right-arrow.reverse {
  transform: scaleX(-1);
}
body.startseite .left-arrow {
  display: none;
}
body.startseite .right-arrow::before,
body.startseite .right-arrow::after,
body.startseite .left-arrow::before,
body.startseite .left-arrow::after {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  content: "";
  position: absolute;
  width: 64px;
  height: 12px;
  background-color: #000;
}
body.startseite .right-arrow::before {
  transform: rotate(45deg);
}
body.startseite .right-arrow::after {
  transform: rotate(-45deg);
  bottom: 14px;
}
body.startseite .left-arrow::before {
  transform: rotate(-45deg);
}
body.startseite .left-arrow::after {
  transform: rotate(45deg);
  bottom: 14px;
}
@media screen and (max-width: 720px) {
  body.startseite .right-arrow::before,
  body.startseite .right-arrow::after,
  body.startseite .left-arrow::before,
  body.startseite .left-arrow::after {
    width: 32px;
    height: 12px;
  }
  body.startseite .right-arrow::after,
  body.startseite .left-arrow::after {
    bottom: 16px;
  }
  body.startseite .right-arrow::before,
  body.startseite .left-arrow::before {
    top: 20px;
  }
  body.startseite .right-arrow::before,
  body.startseite .right-arrow::after {
    right: 0;
  }
}
body.startseite #first_slide {
  position: relative;
  overflow: hidden;
}
body.startseite #second_slide,
body.startseite #third_slide {
  position: relative;
  overflow: hidden;
}
body.startseite #second_slide #text_w,
body.startseite #third_slide #text_w {
  transform: scale(1) rotate(180deg);
}
body.startseite #second_slide.add #text_w,
body.startseite #second_slide.add .flex_w,
body.startseite #third_slide.add #text_w,
body.startseite #third_slide.add .flex_w {
  transform: scale(1);
}
body.startseite #second_slide.add #text_w,
body.startseite #third_slide.add #text_w {
  transform: scale(1) rotate(180deg);
}
body.startseite #second_slide.add::before,
body.startseite #third_slide.add::before {
  transform: rotate(-10deg);
}
body.startseite #third_slide .flex_w {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.startseite #third_slide .flex_w p {
  font-size: 1.25rem;
  font-weight: bold;
}
body.startseite #third_slide .flex_w h3 {
  font-size: 2.5rem;
  font-family: "Prata";
  font-weight: 300;
}
body.startseite #third_slide #slide_photo4 {
  transition: all 1.5s ease-in-out;
  padding-bottom: 0rem;
}
body.startseite #third_slide #slide_photo5 {
  transition: all 1.5s ease-in-out;
  padding-top: 0rem;
}
body.startseite #third_slide.add .flex_w #slide_photo4 {
  padding-bottom: 1rem;
}
body.startseite #third_slide.add .flex_w #slide_photo5 {
  padding-top: 1rem;
}

#svgHolder {
  position: absolute;
  width: 100vw !important;
  overflow-x: hidden;
  bottom: -10%;
  top: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}

svg {
  width: 300vw !important;
  overflow: hidden;
  max-width: 1000%;
  left: 0;
  transition: all 2s cubic-bezier(0.51, -0.01, 0.57, 1);
}

@media only screen and (max-width: 1400px) {
  #main .inside {
    padding-left: 0px;
    padding-right: 0;
  }
  body.startseite #main h1 {
    font-family: "Prata";
    font-size: 8rem;
    text-align: right !important;
  }
  body.startseite .contentF {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  body.startseite #main #slide_logo img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  body.startseite #main #slide_logo img {
    max-width: 400px;
  }
  body.startseite .flex_w .flex_h.f_start {
    transform: scale(0.6);
  }
  body.startseite .slider__slide {
    height: unset;
  }
}
@media only screen and (max-width: 1000px) {
  body.startseite .slider {
    flex-direction: column;
    width: 100vw !important;
  }
  body.startseite .slider .slider__slide .contentF {
    display: block;
  }
  body.startseite .slider .slider__slide .contentF #text_w {
    writing-mode: unset !important;
    transform: rotate(0) !important;
  }
  body.startseite .slider .slider__slide .contentF h1 {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  body.startseite .slider .slider__slide:nth-child(1) {
    margin-top: 3rem;
    background-image: url("../hg/welle.svg") !important;
    background-position: left 0 !important;
  }
  body.startseite .slider .slider__slide:nth-child(2) {
    margin-top: 3rem;
  }
  body.startseite .slider .slider__slide:nth-child(3) {
    margin-top: 3rem;
  }
  body.startseite #svgHolder {
    display: none;
  }
  body.startseite #first_slide,
  body.startseite #second_slide,
  body.startseite #third_slide {
    overflow: visible;
    background-image: url("../hg/welle.svg") !important;
    background-position: 0px bottom !important;
    background-size: 300vw !important;
    background-repeat: no-repeat;
    margin-top: 8rem;
  }
  body.startseite #second_slide {
    overflow: visible;
    background-image: url("../hg/welle.svg") !important;
    background-position: -100vw bottom !important;
  }
  body.startseite #third_slide {
    overflow: visible;
    background-image: url("../hg/welle.svg") !important;
    background-position: -200vw bottom !important;
  }
  body.startseite .slider {
    overflow: visible !important;
  }
  body.startseite .right-arrow {
    display: none;
  }
  body.startseite .flex_w .flex_h.f_start {
    transform: scale(1);
  }
}
@media only screen and (max-width: 990px) {
  body.startseite #first_slide .flex_h {
    margin-left: 100px;
  }
  body.startseite .flex_w {
    margin-top: 8rem;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 800px) {
  body.startseite #main h1 {
    font-size: 3rem;
  }
  body.startseite #first_slide .flex_h {
    flex-direction: column;
    align-items: center;
  }
  body.startseite #third_slide {
    display: block;
  }
  body.startseite #second_slide .contentF .margin-left-5,
  body.startseite body.startseite #third_slide .contentF .margin-left-5 {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 700px) {
  body.startseite #second_slide #slide_text2 {
    width: 100%;
    max-width: 100% !important;
  }
  body.startseite #second_slide .flex_h {
    flex-direction: column;
    align-items: end;
    text-align: right;
  }
  body.startseite #second_slide .flex_h #slide_team3 {
    display: inline-block;
  }
  body.startseite #second_slide .flex_h #slide_team3 img {
    margin-right: 0;
    margin-left: auto;
    max-width: 80%;
  }
  body.startseite #second_slide .flex_h .ttext {
    margin-right: 0;
    padding-right: 2rem;
  }
  body.startseite #third_slide .flex_w {
    flex-direction: column;
    align-items: end;
  }
  body.startseite #third_slide .flex_w .flex_h {
    text-align: right;
  }
  body.startseite .flex_w {
    margin-top: 4rem;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 620px) {
  body.startseite .flex_w {
    margin-left: unset;
  }
  body.startseite .alignR {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  body.startseite #first_slide {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  body.startseite #third_slide .flex_w {
    flex-direction: column;
  }
  body.startseite #third_slide #slide_photo5 {
    display: none;
  }
  body.startseite #first_slide #slide_logo,
  body.startseite #first_slide #slide_team {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.startseite #first_slide #slide_logo img,
  body.startseite #first_slide #slide_team img {
    max-width: 80%;
    margin: 0 auto;
  }
  body.startseite #slide_logo2 {
    position: static !important;
  }
}
@media only screen and (max-width: 568px) {
  #third_slide #slide_logo3 {
    text-align: right;
  }
}
@media only screen and (max-height: 770px) and (orientation: landscape) {
  body.startseite #wrapper2 .flex_h #slide_team3 img {
    max-width: 60%;
  }
  body.startseite .column.nav_.mobile.showNumber {
    background-color: #fff;
    padding: 3px;
  }
  body.startseite #second_slide .contentF .margin-left-5,
  body.startseite #third_slide .contentF .margin-left-5 {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 480px) {
  body.startseite #second_slide #slide_text2 a span {
    padding: 1.5rem !important;
  }
}/*# sourceMappingURL=start.css.map */