@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
}

@media (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 57%;
  }
}

@media (max-width: 470px) {
  html {
    font-size: 56%;
  }
}

::-moz-selection {
  color: #fff;
  background: #b3dc32;
}

::selection {
  color: #fff;
  background: #b3dc32;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #b3b3b3;
          box-shadow: inset 0 0 5px #b3b3b3;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3dc32;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f60f02;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 2000px !important;
  background-color: rgba(179, 220, 50, 0.08);
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  font-display: swap;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

#snow_fall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

@font-face {
  font-family: arid;
  src: url("Arid ITC Std.ttf") format("truetype");
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 1.2rem !important;
}

h1 {
  font-weight: 300;
  font-size: clamp(3.9rem, 5.5vw, 6rem);
  line-height: 1.1;
  margin-bottom: clamp(1.5rem, 3vw, 1rem);
  font-display: swap;
}

h2 {
  font-weight: lighter;
  color: #888;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  margin-bottom: clamp(2.5rem, 3.5vw, 5rem);
  font-display: swap;
}

h3 {
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  margin-bottom: 1.3vw;
  font-display: swap;
}

h4 {
  font-size: clamp(1.7rem, 3.5vw, 1.8rem);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 1.4vw;
  margin-bottom: 0.5vw;
  font-display: swap;
}

p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.3;
  font-display: swap;
}

p:not(:last-child) {
  margin-bottom: clamp(1rem, 2.8vw, 1.5rem);
}

.pbold {
  font-size: 1.6rem;
  font-weight: 700;
}

.pbold:not(:last-child) {
  margin-bottom: 2rem;
}

.tac {
  text-align: center !important;
}

.abstand1 {
  height: 1rem;
}

.abstand2 {
  height: 2rem;
}

.abstand3 {
  height: 3rem;
}

.abstand4 {
  height: 4rem;
}

.abstand5 {
  height: 5rem;
}

.abstand6 {
  height: 6rem;
}

.abstand7 {
  height: 7rem;
}

.abstand8 {
  height: 8rem;
}

.abstand9 {
  height: 9rem;
}

.abstand10 {
  height: 10rem;
}

.abstand13 {
  height: 13rem;
}

@media (max-width: 1024px) {
  .abstand2 {
    height: 1rem;
  }
  .abstand3 {
    height: 1.5rem;
  }
  .abstand4 {
    height: 2rem;
  }
  .abstand5 {
    height: 2rem;
  }
  .abstand6 {
    height: 3.6rem;
  }
  .abstand7 {
    height: 3rem;
  }
  .abstand8 {
    height: 4rem;
  }
  .abstand9 {
    height: 4rem;
  }
  .abstand10 {
    height: 5rem;
  }
  .abstand13 {
    height: 6rem;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    margin: 0 4rem;
  }
}

.dib {
  display: inline-block;
}

.panorama {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url(images/workout-Team.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panorama-title {
  font-family: "Teko", sans-serif;
  font-size: clamp(4.5rem, 5vw, 7rem);
  color: #407710;
  font-weight: 300;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@media (max-width: 490px) {
  .panorama {
    height: 280px;
  }
}

.panoramadark {
  position: relative;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panoramadark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panoramadark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#1e1e1e));
  background-image: linear-gradient(#777, #1e1e1e);
  mix-blend-mode: multiply;
}

.panoramadark-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panoramadark-text .headline {
  font-size: clamp(2.2rem, 4vw, 5rem);
  color: #fff;
  margin-bottom: 2rem;
}

.panoramadark-text .fliesstext {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.panoramadark-text .fliesstext a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panoramadark-text .fliesstext a:hover {
  text-decoration: underline;
  color: #d1ea7e;
}

@media (max-width: 450px) {
  .panoramadark {
    height: 300px;
  }
  .panoramadark-text {
    padding: 0 2rem;
    -webkit-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
    line-height: 1.2;
  }
  .panoramadark-text .headline {
    margin-bottom: 0.7rem;
  }
}

.linedivider {
  display: block;
  margin: 4rem auto;
  width: 130px;
  height: 3px;
  background-color: #b3dc32;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 850px) {
  .linedivider {
    width: 75px;
    margin: 2.6rem auto;
  }
}

.linie {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #cccccc;
  padding-bottom: 2px;
}

.top {
  position: fixed;
  right: 2rem;
  bottom: 40%;
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b3dc32;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  border: 1px solid #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #f60f02;
  border: 1px solid #fff;
}

.top.active {
  bottom: 3.5%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.footer-copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.footer-copy .divider {
  display: inline-block;
  margin: 0 8px;
}

.footer-copy a {
  color: #b3dc32;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes shadow {
  0% {
    background-position: 130% 0%;
  }
  33% {
    background-position: 50% 0%;
  }
  55% {
    background-position: 0% 0%;
  }
  80% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}

@keyframes shadow {
  0% {
    background-position: 130% 0%;
  }
  33% {
    background-position: 50% 0%;
  }
  55% {
    background-position: 0% 0%;
  }
  80% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}

@-webkit-keyframes termin {
  0% {
    opacity: 1;
  }
  100% {
    left: 350px;
    opacity: 0;
  }
}

@keyframes termin {
  0% {
    opacity: 1;
  }
  100% {
    left: 350px;
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    color: #b3dc32;
    text-decoration: none;
  }
  92% {
    color: #b3dc32;
    text-decoration: none;
  }
  93% {
    color: white;
    -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  94% {
    color: #b3dc32;
    text-decoration: none;
  }
  98% {
    color: #b3dc32;
  }
  99% {
    color: white;
    -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  100% {
    color: #b3dc32;
    text-decoration: none;
  }
}

@keyframes blink {
  0% {
    color: #b3dc32;
    text-decoration: none;
  }
  92% {
    color: #b3dc32;
    text-decoration: none;
  }
  93% {
    color: white;
    -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  94% {
    color: #b3dc32;
    text-decoration: none;
  }
  98% {
    color: #b3dc32;
  }
  99% {
    color: white;
    -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  100% {
    color: #b3dc32;
    text-decoration: none;
  }
}

@-webkit-keyframes blink2 {
  0% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  95% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  96% {
    color: #b3dc32;
    background-color: #666666;
    ::after {
      border: 1px dotted #fff;
    }
  }
  97% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  98% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  99% {
    color: #b3dc32;
    background-color: #666666;
    ::after {
      border: 1px dotted #fff;
    }
  }
  100% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
}

@keyframes blink2 {
  0% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  95% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  96% {
    color: #b3dc32;
    background-color: #666666;
    ::after {
      border: 1px dotted #fff;
    }
  }
  97% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  98% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
  99% {
    color: #b3dc32;
    background-color: #666666;
    ::after {
      border: 1px dotted #fff;
    }
  }
  100% {
    color: #407710;
    background-color: transparent;
    ::after {
      border: 1px dotted #b3dc32;
    }
  }
}

@-webkit-keyframes heroSlide {
  100% {
    top: -100%;
  }
}

@keyframes heroSlide {
  100% {
    top: -100%;
  }
}

@-webkit-keyframes heroAnimation {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  47% {
    opacity: 0;
  }
  53% {
    opacity: 1;
    z-index: 1;
  }
  96% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes heroAnimation {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  47% {
    opacity: 0;
  }
  53% {
    opacity: 1;
    z-index: 1;
  }
  96% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

footer {
  width: 100%;
  padding: 3rem 5rem;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: repeating-linear-gradient(45deg, rgba(179, 220, 50, 0.07) 0, rgba(179, 220, 50, 0.07) 2px, transparent 2px, transparent 4px);
  background-attachment: fixed;
  border-top: 2px solid #b3dc32;
}

footer .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .container-flex a.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .container-flex a.foot span,
footer .container-flex a.foot i {
  display: inline-block;
  margin-right: 8px;
  font-size: 2.3rem;
}

footer .container-flex a.foot:hover {
  color: #b3dc32;
}

footer .container-flex a.foot span {
  font-family: "Material Icons";
}

@media (max-width: 800px) {
  footer .container-flex {
    gap: 2rem;
  }
}

footer .adresse {
  width: 100%;
  padding: 0 3rem;
  text-align: center;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
}

footer .adresse a {
  font-weight: 700;
  color: #e6e6e6;
}

footer .adresse span {
  display: inline-block;
  margin: 0 10px;
}

footer a.footer-logo {
  position: relative;
  display: inline-block;
  height: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2rem;
}

footer a.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.breite {
  position: fixed;
  top: 5px;
  right: 5px;
  color: #b3b3b3;
  font-weight: 300;
  font-size: 1rem;
}

.breite span {
  font-size: 1rem;
}

.img6container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}

.img6container .image {
  position: relative;
  min-width: 105px;
  max-width: 16.6%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.img6container .image .head {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Exo 2";
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.94, 0, 0.15, 0.99);
  transition: all 0.3s cubic-bezier(0.94, 0, 0.15, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.img6container .image .overlay {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.5rem;
  font-family: "Exo 2";
  line-height: 1.2;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0, 0.15, 0.99);
  transition: all 0.4s cubic-bezier(0.94, 0, 0.15, 0.99);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.img6container .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.img6container .image:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.img6container .image:hover .head {
  bottom: -100%;
}

.img6container .image:hover .overlay {
  top: 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  .img6container .image .head {
    text-transform: none;
    font-size: 1.8rem;
  }
  .img6container .image .overlay {
    font-size: 1.3rem;
  }
}

@media (max-width: 890px) and (orientation: landscape) {
  .img6container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img6container .image {
    min-width: 50px;
    max-width: 33.15%;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 490px) {
  .img6container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img6container .image {
    max-width: 49.4%;
    aspect-ratio: 4 / 3;
  }
  .img6container .image .overlay {
    font-size: 1.55rem;
  }
}

@media (max-width: 395px) {
  .img6container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img6container .image {
    max-width: 49.4%;
    aspect-ratio: 4 / 3;
  }
  .img6container .image .overlay {
    font-size: 1.55rem;
  }
}

main {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  overflow-x: hidden;
  background-image: repeating-linear-gradient(45deg, rgba(179, 220, 50, 0.08) 0, rgba(179, 220, 50, 0.08) 2px, transparent 2px, transparent 4px);
  background-attachment: fixed;
}

main .main-item {
  width: 100%;
  padding: 5.5rem 3rem 3.5rem;
}

main .main-item .head {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #b3dc32;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  margin-bottom: 1rem;
}

main .main-item .head span {
  font-weight: 700;
}

main .main-item .head span.blink {
  font-weight: 300;
  -webkit-animation: blink 5s infinite;
          animation: blink 5s infinite;
}

@media (max-width: 470px) {
  main .main-item {
    padding: 2rem 0;
  }
}

main .arguments {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .arguments.gap4 {
  gap: 4rem;
}

main .arguments-item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .arguments-item .head {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #b3dc32;
  margin-bottom: 3rem;
}

main .arguments-item ul {
  width: 100%;
}

main .arguments-item ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 6px 1rem;
  color: #b3dc32;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .arguments-item ul li::before {
  content: "•";
}

main .arguments-item ul li span {
  display: block;
  margin-left: 1rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

main .arguments-item ul li:nth-child(even) {
  color: #effdc1;
  background-color: rgba(255, 255, 255, 0.1);
}

main .arguments-item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #b3dc32;
  border-bottom: 1px solid #b3dc32;
}

main .arguments-item .image img {
  width: 65%;
  opacity: 1;
  -webkit-animation: opacity 8s ease infinite;
          animation: opacity 8s ease infinite;
}

@media (max-width: 900px) {
  main .arguments .arguments-item,
  main .arguments .arguments .arguments-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  main .arguments .arguments-item ul li,
  main .arguments .arguments .arguments-box ul li {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
  main .arguments .arguments-item .image img,
  main .arguments .arguments .arguments-box .image img {
    height: 67%;
  }
}

main .head4 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #b3dc32;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  main {
    padding: 0 4rem;
  }
}

@media (max-width: 846px) and (orientation: landscape) {
  main {
    height: auto;
    padding: 3rem;
  }
  main .main-item .arguments {
    padding: 0;
    margin-top: 5rem;
    margin-bottom: 11px;
  }
  main .main-item .arguments .head {
    font-size: 2.8rem;
  }
  main .main-item .arguments ul {
    display: block;
    width: 100%;
    padding: 0 1rem 0 4rem;
  }
  main .main-item .arguments ul li {
    font-size: 1.9rem;
    padding: 4px 1rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  main {
    min-height: auto;
    padding: 4rem 3rem;
  }
  main .main-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem 0;
  }
  main .main-item:not(:last-child) {
    margin-bottom: 4rem;
  }
  main .arguments-item .head {
    font-size: 2.5rem;
  }
  main .head4 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    color: #b3dc32;
    margin-bottom: 2rem;
  }
}

@media (max-width: 470px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 3rem;
  }
  main .main-item {
    width: 100%;
  }
  main .main-item .arguments {
    padding: 0;
    margin-top: 5rem;
  }
  main .main-item .arguments ul li {
    font-size: 2rem;
  }
}

.arguments .lauf {
  padding: 3rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #b3dc32;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 2.1rem;
}

.anrufen {
  width: 100%;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anrufen .fragen {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.anrufen a {
  display: inline-block;
  color: #b3dc32;
  font-size: 3rem;
  padding: 8px 1.2rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.anrufen a i {
  display: inline-block;
  padding-right: 10px;
}

.anrufen a:hover {
  color: #fff;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-image: repeating-linear-gradient(45deg, rgba(179, 220, 50, 0.1) 0, rgba(179, 220, 50, 0.1) 2px, transparent 2px, transparent 4px);
  background-attachment: fixed;
}

.hero-head {
  position: relative;
  max-width: 1200px;
  height: 64px;
  margin: 0 auto;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.hero-head .countdown-heading {
  width: 55%;
  text-align: right;
}

.hero-head .countdown-heading h2.h2desk {
  display: block;
  text-transform: uppercase;
  font-size: 2.9rem;
  line-height: 0.8;
  margin: 0;
  margin-bottom: 7px;
  font-weight: 900;
  color: red;
}

.hero-head .countdown-heading h2.h2portrait {
  display: none;
  text-transform: uppercase;
  font-size: 2.9rem;
  line-height: 0.8;
  margin: 0;
  margin-bottom: 7px;
  font-weight: 900;
}

.hero-head .countdown-heading h3.h3desk {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.74rem;
  line-height: 0.9;
  font-weight: 400;
}

.hero-head .countdown-heading h3.h3desk span {
  font-weight: 700;
}

.hero-head .countdown-heading h3.h3portrait {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.74rem;
  line-height: 0.9;
  font-weight: 400;
}

.hero-head .countdown-wrapper {
  position: relative;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-head .countdown-wrapper .countdown {
  position: relative;
  width: 100%;
}

.hero-head .countdown-wrapper .countdown .count {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
}

.hero-head .countdown-wrapper .countdown .count .countd {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.15;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-head .countdown-wrapper .countdown .count .countd span {
  display: block;
  font-size: 2.4rem;
  margin-top: 4px;
}

.hero-head .countdown-wrapper .countdown .count .countd:not(:last-child) {
  margin-right: 1rem;
}

.hero-head .countdown-wrapper .countdown-year {
  display: none;
  width: 15%;
  margin-top: -2px;
  font-size: 2.7rem;
  font-weight: 700;
  color: #888;
  line-height: 0.82;
  text-align: center;
}

@media (max-width: 890px) and (orientation: landscape) {
  .hero-head {
    gap: 1.5rem;
  }
  .hero-head .countdown-heading {
    width: 51%;
  }
  .hero-head .countdown-heading h2.h2desk {
    display: none;
  }
  .hero-head .countdown-heading h2.h2portrait {
    display: block;
    font-size: 4rem;
    margin-bottom: 7px;
    text-align: right;
  }
  .hero-head .countdown-heading h3.h3desk {
    display: none;
  }
  .hero-head .countdown-heading h3.h3portrait {
    display: block;
    text-transform: none;
    font-size: 1.6rem;
    text-align: right;
  }
  .hero-head .countdown-wrapper {
    width: calc(48% - 1.5rem);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .hero-head {
    gap: 2rem;
  }
  .hero-head .countdown-heading {
    width: 58%;
  }
  .hero-head .countdown-heading h2.h2desk {
    display: none;
  }
  .hero-head .countdown-heading h2.h2portrait {
    display: block;
    font-size: 4rem;
    margin-bottom: 7px;
    text-align: right;
    color: red;
  }
  .hero-head .countdown-heading h3.h3desk {
    display: none;
  }
  .hero-head .countdown-heading h3.h3portrait {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align: right;
  }
  .hero-head .countdown-wrapper {
    width: 41%;
  }
}

@media (max-width: 495px) {
  .hero-head {
    height: 110px;
    gap: 8px;
  }
  .hero-head .countdown-heading {
    width: 52%;
  }
  .hero-head .countdown-heading h2.h2desk {
    display: none;
  }
  .hero-head .countdown-heading h2.h2portrait {
    display: block;
    font-size: 4.1rem;
    margin-bottom: 7px;
    text-align: right;
  }
  .hero-head .countdown-heading h3.h3desk {
    display: none;
  }
  .hero-head .countdown-heading h3.h3portrait {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align: right;
  }
  .hero-head .countdown-wrapper {
    width: 40%;
  }
  .hero-head .countdown-wrapper .countdown {
    width: 100%;
  }
  .hero-head .countdown-wrapper .countdown .count {
    width: 85%;
  }
  .hero-head .countdown-wrapper .countdown .count .countd {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 0;
    border: 1px solid;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
  }
  .hero-head .countdown-wrapper .countdown .count .countd span {
    display: block;
    font-size: 2rem;
    line-height: 0.8;
  }
  .hero-head .countdown-wrapper .countdown .count .countd:not(:last-child) {
    margin-right: 0;
  }
  .hero-head .countdown-wrapper .countdown-year {
    display: block;
  }
}

.hero-main {
  position: relative;
  width: 100%;
  height: calc(100% - 64px);
}

.hero-main-content {
  position: relative;
  background-image: url(images/prolife-jubilaeums-fitness-desk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100% - 60px);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.hero-main-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(images/prolife-jubilaeums-fitness-desk2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-animation: heroAnimation 14s linear infinite;
          animation: heroAnimation 14s linear infinite;
}

.hero-main-content .claim {
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: 15%;
  left: 0;
  padding: 2rem 5.9rem 2rem 6rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
  background-color: rgba(0, 0, 0, 0.7);
  overflow: visible;
}

.hero-main-content .claim::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(99.3% 0%, 100% 0%, 88% 100%, 87.3% 100%);
          clip-path: polygon(99.3% 0%, 100% 0%, 88% 100%, 87.3% 100%);
  background-color: red;
}

.hero-main-content .claim .head img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: unset;
  height: 110px;
}

.hero-main-content .slogan {
  position: absolute;
  z-index: 2;
  max-width: 29%;
  left: 6rem;
  top: 44%;
  padding: 1rem 0 0;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.hero-main-content .slogan ul li {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.1;
  padding: 0 1.5rem;
  padding-bottom: 5px;
  margin-bottom: 6px;
}

.hero-main-content .slogan ul li:not(:last-child) {
  border-bottom: 1px solid #b3dc32;
}

.hero-main-content .angebot {
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 70px;
  height: 280px;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #b3dc32;
}

.hero-main-content .angebot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: unset;
  -webkit-filter: drop-shadow(-8px 8px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-8px 8px 4px rgba(0, 0, 0, 0.5));
}

.hero-main-content .angebot .laufzeit {
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 100%;
  height: 50px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.hero-main-content .angebot .laufzeit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hero-main-foot {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}

.hero-main-foot-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-main-foot-item .info {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #407710;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

.hero-main-foot-item .info.blink2 {
  -webkit-animation: blink2 5s infinite;
          animation: blink2 5s infinite;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

.hero-main-foot-item .info.blink2:hover {
  background-color: #666666 !important;
  color: #b3dc32 !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
}

.hero-main-foot-item .info::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dotted #b3dc32;
}

.hero-main-foot-item .info .fas,
.hero-main-foot-item .info .far {
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 1rem;
}

.hero-main-foot-item .info:hover {
  background-color: #666666 !important;
  color: #b3dc32 !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.hero-main-foot-item .logo {
  position: absolute;
  top: -35px;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-main-foot-item .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.hero-main-foot-item .logo:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.hero-main-foot-item .logo:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (min-width: 1800px) {
  .hero-main-content .angebot {
    height: 300px;
  }
  .hero-main-content .claim {
    width: 42%;
    padding: 4rem 10rem 4rem 6rem;
  }
  .hero-main-content .claim .fancyClaim {
    left: 100px;
  }
  .hero-main-content .claim .head {
    font-size: clamp(4.5rem, 6vw, 8.5rem);
  }
  .hero-main-content .claim .subhead {
    font-size: clamp(2.6rem, 4vw, 4rem);
  }
  .hero-main-content .slogan {
    top: 50%;
  }
  .hero-main-foot-item .logo {
    position: absolute;
    top: -65px;
    left: 0;
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-main-foot-item .logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .hero-main-content .claim .subhead span {
    display: block;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .hero-main-content .angebot {
    top: 61%;
    height: 370px;
  }
  .hero-main-content .claim {
    top: 10%;
    padding: 2rem 6.5rem 2rem 6rem;
  }
  .hero-main-content .slogan {
    top: 25%;
    width: 90%;
    font-size: 2.4rem;
  }
}

@media (max-width: 890px) and (orientation: landscape) {
  .hero-main-content {
    background-position: center 0px;
  }
  .hero-main-content::after {
    background-position: center -40px;
  }
  .hero-main-content .claim {
    padding: 1rem 4.4rem 1rem 3rem;
  }
  .hero-main-content .claim .head {
    height: 80px;
  }
  .hero-main-content .claim .head img {
    height: 100%;
  }
  .hero-main-content .slogan {
    display: none;
  }
  .hero-main-content .angebot {
    z-index: 1000;
    right: 25px;
    top: 30%;
    height: 175px;
  }
  .hero-main-foot-item .info {
    font-size: 1.3rem;
  }
  .hero-main-foot-item .info .fas {
    font-size: 1.5rem;
    margin-right: 3px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .hero-main-content {
    background-position: -230px center;
  }
  .hero-main-content::after {
    background-position: -230px center;
  }
  .hero-main-content .claim .subhead {
    font-size: 2.6rem;
  }
  .hero-main-content .slogan {
    top: 32%;
    max-width: 40%;
  }
  .hero-main-content .angebot {
    top: 57%;
    height: 300px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .hero-main-foot-item .logo {
    top: 5px;
    bottom: 5px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .hero-main-content .claim .head {
    font-size: 4.4rem;
    margin-bottom: 1.6rem;
  }
  .hero-main-content .claim .subhead {
    font-size: 2rem;
  }
  .hero-main-content .angebot {
    top: 35%;
    height: 130px;
  }
  .hero-main-content .angebot .laufzeit {
    height: 35px;
  }
  .hero-main-content .angebot .hinweis {
    display: none;
  }
}

@media (max-width: 525px) {
  .hero-main {
    height: calc(100% - 110px);
  }
  .hero-main-content {
    background-image: url(images/prolife-jubilaeums-fitness-port.png);
    background-position: center bottom;
  }
  .hero-main-content::after {
    background-image: url(images/prolife-jubilaeums-fitness-port2.png);
  }
  .hero-main-content .claim {
    top: 80%;
    padding: 1rem 2rem 1rem 3rem;
  }
  .hero-main-content .claim .head img {
    height: 100%;
    padding-right: 30px;
  }
  .hero-main-content .slogan {
    display: none;
  }
  .hero-main .angebot {
    top: 65%;
    right: unset;
    height: 170px;
  }
  .hero-main .angebot .laufzeit {
    height: 35px;
  }
  .hero-main .angebot .hinweis {
    display: none;
  }
  .hero-main-foot-item .info {
    font-size: 5rem;
  }
  .hero-main-foot-item .info span {
    display: none;
  }
  .hero-main-foot-item .info .fas {
    margin-right: 0;
  }
  .hero-main-foot-item .logo {
    top: 5px;
    bottom: 5px;
  }
}

@media (max-width: 395px) {
  .hero-main-content::after {
    background-position: 0px center;
  }
  .hero-main-content .claim {
    top: 40%;
  }
  .hero-main-content .claim .head img {
    height: 100px;
    padding-right: 30px;
  }
  .hero-main-content .angebot {
    top: 65%;
    right: 20px;
    height: 120px;
    padding: 10px;
  }
  .hero-main-content .angebot .laufzeit {
    height: 30px;
  }
}

@media (max-width: 350px) and (orientation: portrait) {
  .hero-main-content {
    background-position: center -50px;
  }
}

#loading {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #52931a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading .loader {
  position: relative;
  width: 75px;
  height: 100px;
}

#loading .loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#loading .loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}

#loading .loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}

#loading .loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}

#loading .loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}

#loading .loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}

#loading .loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}

@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}

@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}

@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}

@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}

@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}

@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}

@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}

@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.contact {
  width: 100%;
  padding-bottom: 3rem;
  background-color: rgba(51, 51, 51, 0.1);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 2px, transparent 2px, transparent 4px);
  background-attachment: fixed;
}

.contact .secondary {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1;
}

.contact .secondary span {
  color: #b3dc32;
}

@media (max-width: 490px) {
  .contact .secondary {
    font-size: 3.5rem;
  }
}

.contact .mailcontainer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.contact .mailcontainer .mailhead {
  text-align: center;
  color: #666666;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 834px) and (orientation: portrait) {
  .contact {
    height: auto;
  }
}

@media (max-width: 667px) and (max-height: 375px) {
  .contact {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 470px) {
  .contact {
    min-height: auto;
    height: auto;
  }
}

.kontakt-container {
  max-width: 1200px;
  min-width: 290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.kontakt-container .kontakt-image {
  position: relative;
  width: calc(45% - 3rem);
}

.kontakt-container .kontakt-image::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 3%;
  width: 70%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-filter: blur(7px);
          filter: blur(7px);
  z-index: -1;
}

.kontakt-container .kontakt-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 750px) {
  .kontakt-container .kontakt-image {
    display: none;
  }
}

.kontakt-mail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 55%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 900px) {
  .kontakt-mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kontakt-mail .kontakt {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .kontakt-mail {
    width: 100%;
  }
}

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input {
  position: relative;
  overflow: visible;
  font-size: 1.7rem;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.form-input:focus {
  outline: none;
  border: none;
}

.form-input:active::-webkit-input-placeholder,
.form-input :focus::-webkit-input-placeholder {
  z-index: 8000;
  color: #407710;
  line-height: 100%;
}

.form-input:active:-ms-input-placeholder,
.form-input :focus:-ms-input-placeholder {
  z-index: 8000;
  color: #407710;
  line-height: 100%;
}

.form-input:active::-ms-input-placeholder,
.form-input :focus::-ms-input-placeholder {
  z-index: 8000;
  color: #407710;
  line-height: 100%;
}

.form-input:active::placeholder,
.form-input :focus::placeholder {
  z-index: 8000;
  color: #407710;
  line-height: 100%;
}

.form-input:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form-input__input {
  display: block;
  padding: 1.25rem;
  width: 100%;
  display: block;
  background-color: white;
  outline: none;
  border: none;
  font-size: 1.6rem;
  line-height: 100%;
  color: #407710;
  margin-bottom: 10px !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.form-input__input::-webkit-input-placeholder {
  font-size: 1.7rem;
  font-weight: 400;
  color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

.form-input__input:-ms-input-placeholder {
  font-size: 1.7rem;
  font-weight: 400;
  color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

.form-input__input::-ms-input-placeholder {
  font-size: 1.7rem;
  font-weight: 400;
  color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

.form-input__input::placeholder {
  font-size: 1.7rem;
  font-weight: 400;
  color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

#contact-message {
  border: none;
  height: 60px;
  padding: 1.25rem;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #407710;
  background-color: white;
}

#contact-message:focus {
  outline: none;
}

#contact-message textarea:focus::-webkit-input-placeholder,
#contact-message :active::-webkit-input-placeholder {
  -webkit-transform: translateY(-38px);
          transform: translateY(-38px);
  color: #fff;
}

#contact-message textarea:focus:-ms-input-placeholder,
#contact-message :active:-ms-input-placeholder {
  transform: translateY(-38px);
  color: #fff;
}

#contact-message textarea:focus::-ms-input-placeholder,
#contact-message :active::-ms-input-placeholder {
  transform: translateY(-38px);
  color: #fff;
}

#contact-message textarea:focus::placeholder,
#contact-message :active::placeholder {
  -webkit-transform: translateY(-38px);
          transform: translateY(-38px);
  color: #fff;
}

#contact-message::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}

#contact-message:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}

#contact-message::-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}

#contact-message::placeholder {
  color: #b3b3b3;
  font-weight: 400;
}

.buttonwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.absenden {
  position: relative;
  z-index: 2000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 100%;
  padding: 0.8rem 1.5rem 1rem;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #407710;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.absenden.greyback {
  background-color: #666666;
}

.absenden:not(:last-child) {
  margin-right: 5rem;
}

.absenden:hover {
  background-color: #fff;
  color: #b3dc32;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 8px 7px rgba(179, 220, 50, 0.884);
          box-shadow: 0 0 8px 7px rgba(179, 220, 50, 0.884);
}

@media only screen and (max-width: 450px) {
  .absenden {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.abstand {
  margin-top: 2rem;
}

.checkbox-wrapper {
  z-index: 500;
  position: relative;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrapper .checkcontainer .checkmark {
  position: relative;
  display: block;
  height: 26px !important;
  width: 26px !important;
  margin-right: 0.5rem;
  border-radius: 5px;
  border: 1px solid #b3dc32;
  background-color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-wrapper .checkcontainer .checkmark::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 7px;
  width: 13px;
  height: 23px;
  border-right: 5px solid #407710;
  border-bottom: 5px solid #407710;
  -webkit-transform: rotate(45deg) scale(5);
          transform: rotate(45deg) scale(5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-wrapper .checkbox {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-transform: none;
  color: #999999;
  text-align: left;
  margin-left: 0.4rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 550px) {
  .checkbox-wrapper .checkbox {
    text-transform: none;
    font-size: 1.4rem;
  }
}

@media (max-width: 470px) {
  .checkbox-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#check1:checked ~ .checkmark::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.countdown-container {
  width: 100%;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  overflow: hidden;
}

.countdown-container.small {
  position: absolute;
  bottom: 20px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  background-color: transparent;
}

.countdown-container.small .hero-countdown .countdown-wrapper .countdown .count .countd {
  background-color: #407710;
}

.countdown-container .hero-countdown {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown-container .hero-countdown .countdown-wrapper {
  position: relative;
}

.countdown-container .hero-countdown .countdown-wrapper .countdown {
  width: 100%;
  color: #b3dc32;
  text-align: center;
}

.countdown-container .hero-countdown .countdown-wrapper .countdown .count {
  margin: 0.8rem 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown-container .hero-countdown .countdown-wrapper .countdown .countd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 0 0.8rem;
  width: 6vw;
  height: 6vw;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 1;
}

.countdown-container .hero-countdown .countdown-wrapper .countdown .countd span {
  display: block;
  font-size: 2.7vw;
  line-height: 1;
  color: #fff;
}

.countdown-container .hero-countdown .countdown-wrapper .countdown .countd:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 834px) and (orientation: portrait) {
  .countdown-container {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd {
    width: 10vw;
    height: 10vw;
    font-size: 2.5vw;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd span {
    font-size: 4.2vw;
    margin-top: 0.5rem;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media (max-width: 870px) and (orientation: landscape) {
  .countdown-container {
    height: unset;
    height: auto;
    gap: 0;
    padding: 0;
    padding: 0 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .countdown-container .hero-countdown {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd {
    width: 8vw;
    height: 8vw;
    font-size: 2.1vw;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd span {
    font-size: 3.7vw;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd:not(:last-child) {
    margin-right: 1rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .countdown-container {
    width: auto;
  }
  .countdown-container.small {
    left: -35px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .countdown-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .countdown-container .hero-countdown {
    width: 48.5%;
  }
}

@media (max-width: 470px) and (orientation: portrait) {
  .countdown-container .hero-countdown {
    padding: 0 0;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd {
    padding-top: 7px;
    width: 17vw;
    height: 17vw;
    font-size: 4.5vw;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd span {
    font-size: 7vw;
  }
  .countdown-container .hero-countdown .countdown-wrapper .countdown .count .countd:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.opening {
  position: relative;
  width: 100%;
  padding: 4rem 4rem;
  background-color: #effdc1;
  background-image: repeating-linear-gradient(45deg, rgba(179, 220, 50, 0.07) 0, rgba(179, 220, 50, 0.07) 2px, transparent 2px, transparent 4px);
  background-attachment: fixed;
}

.opening-title {
  font-weight: 700;
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  font-display: swap;
  color: #407710;
}

.opening-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.opening-wrapper .item1 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  max-height: 370px;
}

.opening-wrapper .item1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.opening-wrapper .item2 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opening-wrapper .item2 .foot-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

@media (max-width: 1100px) {
  .opening-wrapper .item2 .foot-box-container table {
    font-size: 1.55rem;
  }
}

@media (max-width: 950px) {
  .opening-wrapper .item2 .foot-box-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    border-bottom: 1px solid #b3dc32;
  }
  .opening-wrapper .item2 .foot-box-container:not(:last-child) {
    padding-bottom: 5rem;
  }
}

@media (max-width: 845px) {
  .opening-wrapper .item2 .foot-box-container table {
    font-size: 1.75rem;
  }
}

.opening-wrapper .item2 .foot-box-container table {
  border-collapse: collapse;
}

.opening-wrapper .item2 .foot-box-container td {
  padding: 5px;
}

.opening-wrapper .item2 .foot-box-container .bcolor {
  background-color: rgba(255, 255, 255, 0.5);
}

.opening-wrapper .item2 .foot-box-container td {
  font-weight: 400;
  vertical-align: top;
  line-height: 120%;
}

.opening-wrapper .item2 .foot-box-container td.ttag {
  width: 45%;
}

.opening-wrapper .item2 .foot-box-container li {
  list-style: none;
}

.opening-wrapper .item2 .foot-box-container li a.ol-link {
  padding: 0;
  margin: 0;
}

.opening-wrapper .item2 .foot-box-container p {
  margin: 0;
  padding: 0;
  line-height: 140%;
  color: #fff;
}

@media (max-width: 750px) {
  .opening-wrapper .item2 .foot-box-container p {
    font-weight: 400;
  }
}

.opening-wrapper .item2 .foot-box-container p span {
  color: #b3dc32;
  font-weight: 700;
}

.opening-wrapper .item2 .foot-box-container .brand-anchor:hover {
  color: #b3dc32;
}

.opening-wrapper .item2 .foot-box-container a {
  padding: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}

.opening-wrapper .item2 .foot-box-container .mt-small {
  margin-top: 8px;
}

.opening-wrapper .item2 .foot-box-container .p-bold {
  font-weight: 700;
}

.opening-wrapper .item2 .foot-box-container .p-small {
  font-size: 1.15rem;
  line-height: 1.25rem;
}

@media (max-width: 900px) {
  .opening-wrapper .item1 {
    max-height: 315px;
  }
}

@media (max-width: 667px) {
  .opening-wrapper .item1 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .opening-wrapper .item2 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .opening-wrapper .item2 .foot-box-container {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .opening-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opening-wrapper .item2 .foot-box-container {
    margin-bottom: 0;
  }
}

.selectcontainer {
  margin-bottom: 1.5rem;
}

.selectcontainer .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.selectcontainer .select-box .option-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #ebe8e8;
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
}

.selectcontainer .select-box .option-container::-webkit-scrollbar {
  width: 8px;
  background-color: #407710;
  border-radius: 0 8px 8px 0;
}

.selectcontainer .select-box .option-container::-webkit-scrollbar-thumb {
  background-color: #b3dc32;
}

.selectcontainer .select-box .option-container.active {
  max-height: 157px;
  opacity: 1;
  overflow-y: scroll;
}

.selectcontainer .select-box .option-container.active + .selected::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: -1px;
}

.selectcontainer .select-box .selected {
  background-color: #666666;
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  font-weight: 700;
}

.selectcontainer .select-box .selected:hover {
  background-color: #407710;
  color: #fff;
}

.selectcontainer .select-box .selected::after {
  content: "";
  background-image: url(images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 1px;
  height: 100%;
  width: 32px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.selectcontainer .select-box .option,
.selectcontainer .select-box .selected {
  display: block;
  padding: 10px 10px;
  line-height: 1.25;
  font-size: 1.7rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.selectcontainer .select-box .option {
  background-color: #effdc1;
  color: #407710;
}

.selectcontainer .select-box .option:not(:last-child) {
  border-bottom: 1px dotted #407710;
}

.selectcontainer .select-box .option .radio {
  display: none;
}

.selectcontainer .select-box .option:hover {
  background-color: #407710;
  color: #fff;
}

.selectcontainer .select-box label {
  cursor: pointer;
}

#wunsch {
  margin-bottom: 2rem;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.heroStart {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.heroStart .imagecontainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.heroStart .imagecontainer .hero-image1,
.heroStart .imagecontainer .hero-image2,
.heroStart .imagecontainer .hero-image3,
.heroStart .imagecontainer .hero-image4 {
  position: relative;
  z-index: 13;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: #000;
  background-image: url(images/Aktion-backgd.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-animation: heroSlide 1s cubic-bezier(1, 0, 0, 1) forwards;
          animation: heroSlide 1s cubic-bezier(1, 0, 0, 1) forwards;
}

.heroStart .imagecontainer .hero-image1 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.heroStart .imagecontainer .hero-image2 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.heroStart .imagecontainer .hero-image3 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.heroStart .imagecontainer .hero-image4 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

@media (max-width: 490px) and (orientation: portrait) {
  .heroStart .imagecontainer .hero-image1,
  .heroStart .imagecontainer .hero-image2,
  .heroStart .imagecontainer .hero-image3,
  .heroStart .imagecontainer .hero-image4 {
    background-image: url(images/Aktion-backgd_mobil.png);
  }
}

ul li {
  list-style-type: none;
}

ul li a {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */