@font-face {
  font-family: "Houschka-Pro";
  src: url(fonts/HouschkaPro-ExtraBold.woff);
  font-weight: 700;
}
/*
@font-face {
  font-family: "Houschka-Pro";
  src: url(fonts/HouschkaPro-Light.woff);
  font-weight: 300;
}*/

html {
  font-family: "Open Sans", sans-serif !important;
  font-size: 10px;
  color: black;
  font-weight: 300;
  background-color: rgb(222, 222, 222);
  -webkit-text-size-adjust: 100%;
}

:root {
  scroll-behavior: smooth;
}

:target {
  margin: -14rem 0 0;
}

:target:before {
  content: "";
  display: block;
  height: 14rem;
}

body {
  width: 100%;
  margin: 0rem;
  background-color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 2.6rem;
  overflow: auto;
}

.wrapper,
.icon-wrapper {
  max-width: 100rem;
  padding: 0 14rem;
  margin: auto;
}

section {
  width: 100%;
  margin: 12rem 0rem;
}

h1 {
  font-family: "Houschka-Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  text-align: center;
  line-height: 5rem;
}

h2 {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 4rem;
  text-align: center;
}

h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.ablauf h3 {
  display: inline-block;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

a,
a:visited {
  color: rgba(163, 203, 35, 1);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: rgba(146, 182, 31, 1);
  text-decoration: underline;
}

.width_100 {
  width: 100%;
}

.flex {
  display: flex;
}

.qr {
  width: 40%;
  max-width: 500px;
}

.menu {
  font-family: "Houschka-Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  display: flex;
  position: fixed;
  height: 12rem;
  justify-content: space-evenly;
  z-index: 11;
  width: 100%;
  top: 0;
  background-color: var(--menu-bg, rgba(149, 224, 170, 0));
  transition: all 0.4s;
}

.margin-12-6 {
  margin: 12rem 0rem 6rem 0;
}

.menu_logo img {
  height: 8rem;
  position: absolute;
  top: 0rem;
  margin-top: 2rem;
}

.menu_links {
  font-size: 1.6rem;
  font-weight: 700;
  margin: auto 0 auto auto;
}
.menu_links a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin-left: 2rem;
}
.menu_links a:hover {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.2s;
}

.mobile_menu_opener,
.mobile_menu_closer {
  display: none;
  position: absolute;
  right: 4rem;
  top: 5rem;
  color: var(--link-color, white);
  cursor: pointer;
}

.header {
  background-blend-mode: multiply;
  background: url("images/bp_bg.jpg") no-repeat center 60%, rgba(0, 0, 0, 0.2);
  background-size: cover;
  display: flex;
  height: 100vh;
  position: relative;
  margin-top: 0rem;
}

.slogan {
  font-family: "Houschka-Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 6.6rem;
  font-weight: 700;
  position: absolute;
  margin: auto;
  pointer-events: none;
  text-align: center;
  line-height: 7rem;
  top: 45vh;
  z-index: 10;
}

.margin_bottom {
  margin-bottom: 6rem;
}

.info_container {
  width: 100%;
  text-align: center;
}

.info_container div {
  background-color: rgb(242, 242, 242);
  display: inline-block;
  position: relative;
  width: 24rem;
  height: 12rem;
  text-align: center;
  margin: 2rem;
  border-radius: 4rem;
  padding: 2rem;
}

.info_container div:hover {
  background-color: rgb(232, 231, 231);
  transition: 0.2s;
  transition-timing-function: ease-in-out;
}

.info_text {
  position: relative;
  top: 30%;
  font-size: 1.8rem;
}

.countdown {
  background-color: rgb(242, 242, 242);
  width: 100%;
  height: 50rem;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  justify-content: space-evenly;
  position: relative;
  overflow-x: hidden;
  text-align: center;
}

.tanzen {
  font-weight: 300;
  font-size: 2.6rem;
}

.margin-top {
  margin-top: 6rem;
}

.spalte-links,
.spalte-links-kontakt {
  display: inline-block;
  width: 50%;
  margin-right: 2rem;
}

.spalte-rechts,
.spalte-rechts-kontakt {
  display: inline-block;
  width: 50%;
  margin-left: 2rem;
}

.margin-6 {
  margin: 6rem 0;
}

.divider {
  display: inline-block;
  width: 20rem;
  border-bottom: 2px solid rgb(232, 231, 231);
}

.icons img {
  height: 15rem;
}

.width-30 {
  width: 30%;
}

.width-25 {
  width: 25%;
}

.antrag {
  text-align: center;
  margin: 5rem 0 5rem 0;
}

.antrag img {
  width: 80%;
  border-radius: 4rem;
}

.ablauf_liste {
  margin-left: 3rem;
}

.inline-block {
  display: inline-block;
}

.margin-right {
  margin-right: 2rem;
}

.top-shift-02 {
  position: relative;
  top: 0.2rem;
}

.top-shift-15 {
  position: relative;
  top: 1.5rem;
}

#profis img {
  width: 100%;
  border-radius: 4rem;
  margin-top: 2rem;
}

.quote1 {
  background: url("images/bp_machu.jpg") no-repeat;
  background-size: cover;
  background-position: center -35rem !important;
  width: 100%;
  height: 100vh;
}

.quote2 {
  background: url("images/bp_tauchen.jpg") no-repeat;
  background-size: cover;
  background-position: center center !important;
  width: 100%;
  height: 100vh;
}

.quote3 {
  background: url("images/bp_danke.jpg") no-repeat;
  background-size: cover;
  background-position: center -10rem !important;
  width: 100%;
  height: 100vh;
}

.quote4 {
  background: url("images/bp_baby.jpg") no-repeat;
  background-size: cover;
  background-position: center 5rem !important;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
}

.quote5 {
  background: url("images/bp_island.jpg") no-repeat;
  background-size: cover;
  background-position: center -20rem !important;
  width: 100%;
  height: 100vh;
}

.fotos_schicken {
  background-color: var(--foto-button, rgba(255, 255, 255, 0));
  border-radius: 4rem;
  border: 0.2rem solid rgba(255, 255, 255, 1);
  color: var(--foto-button-text, rgb(255, 255, 255)) !important;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.6rem 2rem 1.2rem 2rem;
  transition: background-color 0.2s;
}

.back-details {
  display: inline-block;
  transform: rotate(-90deg);
  color: rgba(163, 203, 35, 0.2);
}

.back-details:hover {
  text-decoration: none;
  color: rgba(146, 182, 31, 1);
}

.button {
  font-family: "Houschka-Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: rgba(163, 203, 35, 1);
  border-radius: 4rem;
  color: white !important;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 2.6rem 5rem 2rem 5rem;
  transition: background-color 0.2s;
}
.button:hover,
.mini-link:hover {
  background-color: rgba(146, 182, 31, 1);
  text-decoration: none;
}

.mini-link {
  font-family: "Houschka-Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background-color: rgba(163, 203, 35, 1);
  border-radius: 3rem;
  font-size: 1.6rem;
  color: white;
  font-weight: 700;
  padding: 1.3rem 2.5rem 0.8rem 2.5rem;
  margin: 0.5rem;
  text-decoration: none;
}

.fotos_schicken:hover {
  background-color: var(--foto-button-hover, rgba(255, 255, 255, 0.2));
  color: rgb(255, 255, 255) !important;
  border-color: rgba(149, 224, 170, 0);
}

.fotos_schicken_mobile {
  display: none;
}

.center {
  text-align: center;
}

.width-contact {
  width: 30%;
}

.embed_container {
  height: 60rem;
}
.embed_container iframe {
  width: 100%;
  height: 100%;
}

.spalten {
  display: flex;
}

.footer {
  background-color: black;
  display: flex;
  color: white;
  font-size: 1.6rem;
  height: 40rem;
  width: 100%;
  text-align: center;
}

.no_margin {
  margin: 0;
}

.no_pointer_events {
  pointer-events: none;
}

.icons-text {
  font-size: 3rem;
}

@media screen and (max-width: 1019px) {
  html {
    font-size: 8px;
  }

  body {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  section {
    margin: 8rem 0rem;
  }
  .wrapper {
    padding: 0 4rem;
  }

  p {
    font-size: 1.9rem;
  }

  h1 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  .button {
    font-size: 1.9rem;
  }

  .icons img {
    height: 10rem;
  }

  .slogan {
    top: 35vh;
  }

  .margin_auto {
    margin: auto;
  }

  .footer {
    height: 50rem;
  }

  .menu--opened {
    height: 38rem;
    /*padding-bottom: 5rem;*/
    background-color: rgba(163, 203, 35, 1);
  }

  .menu--opened .wrapper {
    flex-direction: column;
  }

  .menu_links {
    display: none;
  }

  .menu--opened .menu_links a {
    padding: 1rem 0;
    margin: 0;
  }

  .menu--opened .menu_links {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .mobile_menu_opener {
    display: inline;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .menu--opened .mobile_menu_opener {
    display: none;
  }

  .menu--opened .mobile_menu_closer {
    display: inline;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .width-contact {
    width: 40%;
  }
  .quote1,
  .quote2,
  .quote3,
  .quote4 {
    height: 50vh;
  }
  .quote1 {
    background-position: center -10rem !important;
  }

  .header {
    background-position: 37% center !important;
  }

  .fotos_schicken {
    display: none;
  }
  .fotos_schicken_mobile {
    display: inline;
  }

  .hide-mobile {
    display: none;
  }
  .info_text {
    top: 25%;
    font-size: 1.9rem;
  }
  .icon-wrapper {
    width: 100%;
    padding: 0rem;
  }
}

@media screen and (max-width: 680px) {
  .spalte-links,
  .spalte-rechts {
    margin: 0rem;
    width: 100%;
  }
  .spalten {
    display: block;
  }
  .icons-text {
    font-size: 2.6rem;
  }
}
