@charset "UTF-8";
/*
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}


@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/jost/Jost-VariableFont_wght.woff2") format("woff2");
}


@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/jost/Jost-Italic-VariableFont_wght.woff2") format("woff2");
}
*/
/** 1200px oder schmaler */
/** 992px oder schmaler */
/** 768px oder schmaler */
/** 576px oder schmaler */
/** 400px oder schmaler */
/** Breakpoints */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: "Jost", sans-serif;
}
@media (min-with: 100em) {
  html {
    font-size: 133%;
  }
}
@media (min-with: 100em) {
  html {
    font-size: 166%;
  }
}
@media (min-with: 166em) {
  html {
    font-size: 200%;
  }
}
@media (max-width: 25em) {
  html {
    font-size: 75%;
  }
}

input,
select {
  font-family: inherit;
}

::-moz-selection {
  color: white;
  background-color: rgba(38, 70, 77, 0.8);
}

::selection {
  color: white;
  background-color: rgba(38, 70, 77, 0.8);
}

.container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .container {
    padding: 0 1rem;
  }
}

.header {
  height: 35rem;
  min-height: calc(13rem + 20vw);
  position: relative;
  overflow: hidden;
  /** 1200px oder schmaler */
}
@media (max-width: 75em) {
  .header {
    height: calc(18rem + 18vw);
  }
}

.header__slope {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10vw;
  z-index: 1;
  background-image: linear-gradient(-5.7391704773deg, rgb(225, 225, 225) 49.6%, transparent 50.4%);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100vw 10vw;
}

.header__container {
  position: relative;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.header__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .header__container {
    padding: 0 1rem;
  }
}

.header::before,
.header::after {
  content: "";
  position: absolute;
  width: 100vw;
  bottom: -9rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  /** 1200px oder schmaler */
}
@media (max-width: 75em) {
  .header::before,
  .header::after {
    bottom: -4rem;
  }
}
@media (max-width: 62em) {
  .header::before,
  .header::after {
    bottom: -1rem;
  }
}

.header::before {
  top: 0;
  background-image: url("../thumbs/black.gif");
}
@media (max-width: 36em) {
  .header::before {
    background-size: cover;
  }
}

.header::after {
  /* ~660 pixel hoch <=> 33vw */
  height: 20vw;
  background-image: url("../thumbs/black.gif");
}
@media (max-width: 36em) {
  .header::after {
    display: none;
  }
}

.header__heading-container {
  clear: both;
}

.header__heading-main {
  font-weight: 700;
  padding-top: 1rem;
  line-height: 92%;
  font-size: 3rem;
  font-style: italic;
  text-align: center;
  color: red;
  text-transform: uppercase;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 75em) {
  .header__heading-main {
    font-size: 2.5rem;
  }
}
@media (max-width: 62em) {
  .header__heading-main {
    font-size: 2rem;
  }
}
@media (max-width: 48em) {
  .header__heading-main {
    font-size: 1rem;
  }
}

@keyframes header__heading-main-font-weight {
  0% {
    opacity: 0;
    font-weight: 100;
  }
  100% {
    opacity: 1;
    font-weight: 700;
  }
}
/*Überschrift 2 Willkommen */
.header__heading-sub {
  margin-top: 3rem;
  font-size: 4.5rem;
  letter-spacing: 0.25rem;
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  text-shadow: 0 0 0.5rem black;
  animation-name: header__heading-main-font-weight;
  animation-delay: 0.75s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  z-index: 1;
  position: relative;
}
@media (max-width: 75em) {
  .header__heading-sub {
    font-size: 2.5rem;
  }
}
@media (max-width: 62em) {
  .header__heading-sub {
    font-size: 2rem;
  }
}
@media (max-width: 48em) {
  .header__heading-sub {
    font-size: 1rem;
  }
}

.header-info-container {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}

.navigation__container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.navigation__list-item {
  list-style-type: none;
  display: block;
  float: left;
}
@media (max-width: 36em) {
  .navigation__list-item {
    font-size: 1.11rem;
  }
}
@media (max-width: 25em) {
  .navigation__list-item--mobile-hidden {
    display: none;
  }
}
.navigation__list-item--menu {
  float: right;
  font-size: 3em;
}

.navigation__list-item-link {
  cursor: pointer;
  color: white;
  text-decoration: none;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  text-shadow: 0 0 0.5rem black;
}
.navigation__list-item-link:hover {
  border-bottom: 0.2rem solid rgb(0, 226, 156);
  opacity: 0.75;
}
.navigation__list-item--menu .navigation__list-item-link {
  margin-top: 0.9rem;
  padding-right: 0;
  margin-right: 0;
}
.navigation__list-item--menu .navigation__list-item-link:hover {
  border-bottom: none;
  color: rgb(55, 156, 45);
}
.navigation__list-item-link--logo {
  margin-top: 0.9rem;
  padding-left: 0;
  margin-left: 0;
}
.navigation__list-item-link--logo:hover {
  border-bottom: none;
  color: rgb(205, 50, 50);
}

.navigation__list-item-logo {
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  position: relative;
  top: 1rem;
  border-radius: 200px;
}

.navigation__list-item-logo-sozial {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  position: relative;
  margin-left: 2rem;
  top: 1.5rem;
  border-radius: 200px;
}

.footer {
  background-color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
  padding: 3rem 0 0.5rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 100vw;
  /*min-height: 100vw;*/
  overflow: auto;
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2rem;
  border-bottom: 0.175rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 48em) {
  .footer__container {
    flex-direction: column;
  }
}

.footer__text-column {
  flex: 0 0 auto;
  margin-right: 5rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 48em) {
  .footer__text-column {
    order: 2;
    margin-right: 0rem;
  }
}

.footer__logo-column {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48em) {
  .footer__logo-column {
    order: 1;
    justify-content: start;
    padding-bottom: 2rem;
  }
}

.footer__heading {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.3rem;
  max-width: 25rem;
  line-height: 1.1em;
}

.footer__paragraph {
  color: rgb(0, 226, 156);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.footer__contact-item {
  position: relative;
  margin-bottom: 0.75rem;
}

.footer__contact-item-icon {
  position: relative;
  z-index: 2;
  background-color: rgb(0, 226, 156);
  height: 4rem;
  width: 4rem;
  text-align: center;
  border-radius: 100000px;
  font-size: 2.5rem;
  color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
}
.footer__contact-item-icon--phone {
  line-height: 3.9rem;
}

.footer__contact-item-link {
  position: absolute;
  z-index: 1;
  left: 2rem;
  top: 0.25rem;
  white-space: nowrap;
  background-color: rgb(96.3130434783, 162.2608695652, 176.6869565217);
  text-decoration: none;
  color: white;
  padding: 1rem 2rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 16rem;
  text-align: center;
  overflow: hidden;
}
.footer__contact-item-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-100% - 5rem);
  width: calc(100% + 5rem);
  bottom: 0;
  background-image: linear-gradient(-45deg, transparent 2.82rem, #26464d 2.82rem);
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.footer__contact-item-link:hover::after {
  transform: translate(100%, 0);
}

.footer__logo-container {
  font-size: 18rem;
  padding: 0.05em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, rgb(0, 226, 156) 0%, #26464d 100%);
  border-radius: 1000000px;
}
@media (max-width: 62em) {
  .footer__logo-container {
    font-size: 12rem;
  }
}
@media (max-width: 48em) {
  .footer__logo-container {
    font-size: 6rem;
  }
}

.footer__logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em;
  border: 0.025em solid white;
  border-radius: 1000000px;
}

/* bewegendes icon */
.icon--rotate {
  display: inline-block;
  -webkit-animation: 60s ease 0s 1 normal forwards;
  animation: rotate 60s ease 0s 1 normal forwards;
  animation-iteration-count: 10;
}

@keyframes rotate {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(5deg);
  }
  20%, 40%, 60% {
    transform: rotate(-7deg);
  }
  30%, 50%, 70% {
    transform: rotate(7deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(5deg);
  }
}
.footer__footer-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__footer-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  transition: color 0.25s ease-in-out;
}
.footer__footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 36em) {
  .footer__footer-link {
    padding: 0.5rem 0.5rem;
  }
}
.footer__footer-link .footer__button {
  width: auto;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: 0px;
  font-size: 16px;
}

.sidenav__opened {
  display: none;
}

.sidenav {
  display: block;
  position: fixed;
  z-index: 15000;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  overflow: hidden;
  transition: width 0s linear 0.5s, height 0s linear 0.5s;
}
.sidenav__opened:checked ~ .sidenav {
  transition: width 0s linear 0s, height 0s linear 0s;
  width: 100%;
  height: 100%;
}

.sidenav__background {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__background {
  opacity: 1;
}

.sidenav__container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15rem;
  max-width: 100vw;
  background-color: rgb(235, 235, 235);
  box-shadow: 0 0 0rem black;
  transform: translate(calc(100% + 1rem), 0);
  will-change: transform;
  transition: transform 0.5s ease-in-out;
}
.sidenav__opened:checked ~ .sidenav .sidenav__container {
  transform: translate(0, 0);
}
@media (max-width: 25em) {
  .sidenav__container {
    width: 100%;
  }
}

.sidenav__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  cursor: pointer;
  color: transparent;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 10000px;
  background-image: linear-gradient(-45deg, transparent 44%, black 45%, black 55%, transparent 56%), linear-gradient(45deg, transparent 44%, black 45%, black 55%, transparent 56%);
}

.sidenav__nav {
  margin-top: 3.75rem;
  list-style-type: none;
  border-top: 0.0625rem solid rgb(210, 210, 210);
}

.sidenav__nav-link {
  font-size: 1.25rem;
  padding: 0.5rem 2.5rem;
  display: block;
  color: black;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 0.0625rem solid rgb(210, 210, 210);
  background-color: rgb(235, 235, 235);
  transition: color 0.25s ease-in-out, font-weight 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.sidenav__nav-link:hover {
  background-color: white;
  color: rgb(0, 226, 156);
  font-weight: 500;
}
@media (max-width: 25em) {
  .sidenav__nav-link {
    font-size: 3.75rem;
  }
}

.admin__header--login {
  height: 10rem;
  background-image: url("../images/background/background_green.jpg");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100vw 20vw;
  /* min-height: calc(13rem + 32vw);
   position: relative;
   overflow: hidden;

   /** 1200px oder schmaler 
   @media (max-width: $breakpoint-lg) {  
       height: calc(18rem + 32vw); 
   }*/
}

.admin__header--heading {
  font-weight: 700;
  padding-top: 3rem;
  line-height: 62%;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  color: red;
  text-transform: uppercase;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  /*
  @media (max-width: $breakpoint-lg) {
      font-size: 2.5rem;
  }

  @media (max-width: $breakpoint-md) {
      font-size: 2rem;
  }

  @media (max-width: $breakpoint-sm) {
      font-size: 1.0rem;
  }
  */
}

.admin__login--container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}

.admin__header--navi {
  display: inline;
  float: right;
  padding-right: 5rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  color: yellow;
  list-style-type: none;
  text-decoration: none;
}
.admin__header--navi:hover {
  color: red;
}

.admin__navi--container {
  background-image: url("../images/background/background_green.jpg");
  display: flex;
  flex-flow: row wrap;
  gap: 1em 2em;
  height: 2em;
  padding: 0.5rem 0.25rem 0.25rem 1.25rem;
  margin-top: -2rem;
  margin-left: 20rem;
  margin-bottom: 2rem;
  text-decoration: none;
  list-style-type: none;
}

.admin__navi-list {
  color: yellow;
  text-decoration: none;
  list-style-type: none;
}

.admin__main--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
  background-color: whitesmoke;
  /*background-image: url("../images/background/background_green.jpg");*/
}

.admin__main--table {
  border-collapse: collapse;
  width: 70%;
  margin: 2.5rem 15rem;
  border-color: lightgray;
}

.admin__main--heading {
  color: red;
  /*color:$color-secondary-light;
  background-color:lightgray;*/
  background-image: url("../images/background/background_green.jpg");
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0.5rem;
  letter-spacing: 0.1em;
}

.admin__main--td {
  text-align: left;
  padding: 1.2rem;
  padding-left: 0.5rem;
  border: 0px solid;
  border-color: lightgray;
  border-bottom: 2px solid;
  border-bottom-color: rgb(155, 152, 152);
  text-align: left;
}

.admin__main--th {
  background: lightgrey;
  /*background: $bg-color-primary;*/
  background-color: lightblue;
  padding-left: 0.5rem;
  text-align: left;
  font-weight: bold;
  border: 0px solid;
  border-color: lightgray;
}

.admin__main--link {
  margin-left: 15rem;
}

.admin__heading--sub {
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}

.admin__container--doku {
  padding-left: 2.35rem;
  list-style-type: circle;
}

.admin__sub--button {
  margin-top: 2rem;
  margin-left: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-style: italic;
  background-color: rgb(225, 225, 225);
  color: black;
}
.admin__sub--button:hover {
  color: white;
  background-color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
}

.icon {
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.075em;
}

.button {
  display: inline-block;
  border: 0.125rem solid currentColor;
  border-radius: 10000rem;
  color: rgb(0, 226, 156);
  text-decoration: none;
  padding: 1rem 6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
}
.button:hover {
  color: rgb(27.8, 255, 184.6283185841);
}

.button--form {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: black;
  background-color: rgb(0, 226, 156);
  border: 0.125rem solid rgb(0, 226, 156);
  font-weight: normal;
  text-transform: none;
}
.button--form:hover {
  columns: rgb(50, 50, 50);
}

.button--backgroud-blur {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}

.button--white {
  color: white;
}
.button--white:hover {
  color: rgb(56.2, 255, 193.4247787611);
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}

.button__secondary {
  color: white;
  background-color: #26464d;
  border: 0.125rem solid #26464d;
}
.button__secondary:hover {
  color: rgb(0, 226, 156);
  background-color: #011820;
  border: 0.125rem solid #26464d;
}

.button__secondary-rotate {
  color: white;
  background-color: #26464d;
  border: 0.125rem solid #26464d;
  transform: rotateZ(180deg);
}
.button__secondary-rotate:hover {
  color: rgb(0, 226, 156);
  background-color: #011820;
  border: 0.125rem solid #26464d;
}

.button--slim {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form__horizontal {
  display: flex;
  flex-wrap: wrap;
}

.form__group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form__horizontal > .form__group {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.form__input {
  background-color: transparent;
  border: 0.125rem solid rgb(0, 226, 156);
  padding: 0.75rem 1rem;
  color: rgb(0, 226, 156);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 10000px;
  font-size: 1rem;
  width: 12.5rem;
  font-family: inherit;
}
.form__input:focus {
  outline: none;
}
.form__input ::placeholder {
  color: transparent;
  text-shadow: none;
}

.form__label {
  position: absolute;
  top: 0.125rem;
  left: 0;
  font-size: 1rem;
  margin: 0.75rem 1rem;
  color: rgb(0, 226, 156);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  transform-origin: 0% 50%;
  transform: scale(1) translate(0, 0);
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.form__input:focus ~ .form__label, .form__input[placeholder]:not(:placeholder-shown) ~ .form__label {
  transform: scale(0.75) translate(0.4rem, 2.7rem);
}

.form__radio-item-radio {
  display: inline-block;
  position: relative;
  top: -0.005rem;
}

.form__radio-item-label {
  display: inline-block;
  padding-left: 0.25rem;
  color: rgb(0, 226, 156);
  padding-top: 0.1rem;
  /*  .form__radio-item-radio:checked ~ & {
        font-weight: bold;
    } 
  */
}

.form__radio-item--white .form__radio-item-radio {
  display: none;
}
.form__radio-item--white .form__radio-item-label::before {
  content: "";
  position: relative;
  top: 0.25em;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0.175em solid white;
  border-radius: 10000px;
  margin-right: 0.5em;
  background-image: radial-gradient(circle at center center, white 45%, transparent 55%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  transition: background-size 0.2s ease-in-out;
}
.form__radio-item--white .form__radio-item-radio:checked ~ .form__radio-item-label::before {
  background-size: 100% 100%;
}

.motivation {
  margin-top: -3rem;
  padding-bottom: 3rem;
  background-color: rgb(225, 225, 225);
}

.motivation__column-text {
  float: left;
  width: 33.33%;
  padding-right: 3rem;
  padding-top: 4rem;
}
@media (max-width: 75em) {
  .motivation__column-text {
    padding-right: 3rem;
  }
}
@media (max-width: 62em) {
  .motivation__column-text {
    padding-top: 0rem;
    padding-right: 0rem;
    width: 50%;
  }
}
@media (max-width: 48em) {
  .motivation__column-text {
    width: 100%;
    float: none;
    padding-bottom: 3rem;
  }
}

.motivation__text-heading {
  color: #26464d;
  font-weight: 400;
  font-size: 1.7rem;
}
.motivation__text-heading::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
  margin-bottom: 0.75rem;
}

.motivation__text {
  color: #26464d;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.motivation__column-images {
  float: left;
  width: 66.66%;
  height: clamp(10rem, 20vw + 10rem, 34.5rem);
  position: relative;
}
@media (max-width: 62em) {
  .motivation__column-images {
    width: 51%;
    height: clamp(10rem, 35vw + 10rem, 34.5rem);
  }
}
@media (max-width: 48em) {
  .motivation__column-images {
    width: 80%;
    margin: 0 auto;
    height: clamp(10rem, 38vw + 10rem, 34.5rem);
  }
}
@media (max-width: 36em) {
  .motivation__column-images {
    width: 90%;
    height: clamp(10rem, 42vw + 10rem, 34.5rem);
  }
}

/*
* @parm $top: Position from top (in rem)
* @param $left: Position from left (in %)
*/
.motivation__image {
  max-width: 50%;
  position: absolute;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  filter: grayscale(30%);
  transform: scale(1);
  transition: filter ease-in-out 1s, transform ease-in-out 1s;
}
.motivation__image--third {
  z-index: 1;
  width: 60%;
  border-radius: 20% 20%;
  top: 10rem;
  left: 5%;
}
.motivation__image--thirdhover {
  top: 9.34rem;
  left: calc(5% - 0.66rem);
}
.motivation__image--fourth {
  z-index: 2;
  width: 33%;
  border-radius: 100% 1000px;
  top: 20rem;
  left: 5%;
}
.motivation__image--fourthhover {
  top: 19.34rem;
  left: calc(5% - 0.66rem);
}
@media (max-width: 62em) {
  .motivation__image--fourth {
    top: 17rem;
  }
}
.motivation__image--first {
  z-index: 3;
  width: 35%;
  border-radius: 100% 100%;
  top: 19rem;
  left: 35%;
}
.motivation__image--firsthover {
  top: 18.34rem;
  left: calc(35% - 0.66rem);
}
@media (max-width: 62em) {
  .motivation__image--first {
    top: 17rem;
  }
}
.motivation__image--secound {
  z-index: 4;
  width: 20%;
  border-radius: 100% 100%;
  top: 10rem;
  left: 47%;
}
.motivation__image--secoundhover {
  top: 9.34rem;
  left: calc(47% - 0.66rem);
}
.motivation__image:hover {
  filter: grayscale(0%);
  transform: scale(1.2);
  border: 0.33rem solid rgb(0, 226, 156);
  padding: 0.33rem;
  z-index: 10;
}

.tours {
  background-color: #011820;
  position: relative;
  padding-bottom: 10rem;
}

.tours::after, .tours::before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "Wilde Fasnacht";
  text-transform: uppercase;
  color: #011820;
  font-size: min(11.1111111111vw, 10rem);
  font-weight: bold;
  text-shadow: 0 0 1px white;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
}

@supports (-webkit-text-stroke: 2px color) or (text-stoke: 2px color) {
  .tours::before {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    text-stroke: 2px rgba(255, 255, 255, 0.2);
    text-shadow: none;
  }
}

@supports (-webkit-text-stroke: 2px color) or (text-stoke: 2px color) {
  .tours::after {
    -webkit-text-stroke: 2px transparent;
    text-stroke: 2px transparent;
    text-shadow: none;
  }
}

.tours__container {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.tours__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .tours__container {
    padding: 0 1rem;
  }
}

.tours__heading {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 2rem;
}

.tours__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tours__card {
  flex: 0 0 20%;
  position: relative;
  margin-top: 3rem;
  height: 19rem;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, z-index 0.25s linear;
  z-index: 0;
}
@media (max-width: 75em) {
  .tours__card {
    flex: 0 0 14.2rem;
  }
}
.tours__card:hover {
  transform: scale(1.15);
  box-shadow: 0 0 1rem black;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, z-index 0s linear;
  z-index: 1000;
}

.tours__card-icon-background {
  background-color: rgb(0, 226, 156);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  box-shadow: 0 0 0.5rem black;
  transform: translate(calc(-100% + 3rem), 0);
  transition: transform 0.25s ease-in-out;
}
.tours__card:hover .tours__card-icon-background {
  transform: translate(0, 0);
}

.tours__card-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tours__card-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
  transition: transform 0.25s ease-in-out;
}
.tours__card:hover .tours__card-icon-container {
  transform: translate(calc(50% - 1.5rem), 0);
}

.tours__card-icon {
  width: 3rem;
  color: white;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}

.tours__card-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: white;
  padding: 3rem 1rem 0 1rem;
  text-shadow: 0, 0, 0.125rem black;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%);
  transform: translate(0, calc(100% - 6.25rem));
  transition: transform 0.25s ease-in-out;
}
.tours__card:hover .tours__card-content {
  transform: translate(0, 0);
}

.tours__card-heading {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tours__card-location {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  display: flex;
}

.tours__card-location-icon {
  font-size: 1.25rem;
}

.tours__card-location-text {
  line-height: 1.9rem;
  padding-left: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tours__card-desc {
  font-size: 0.55rem;
  padding: 0.6rem 0;
  background-image: linear-gradient(90deg, rgb(0, 226, 156) 60%, transparent 60%);
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100% 0.25rem;
}

.story {
  position: relative;
  overflow: hidden;
}

.story__video {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@supports (object-fit: cover) {
  .story__video {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.story__video-colorize {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(38, 70, 77, 0.5);
}

.story__container {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.story__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .story__container {
    padding: 0 1rem;
  }
}

.story__heading {
  color: white;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 2rem;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}

.story__desc {
  max-width: 60rem;
  margin: 0 auto;
  color: white;
  column-count: 2;
  column-gap: 4rem;
  column-rule: 0.125rem solid rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
  text-align: justify;
}
@media (max-width: 48em) {
  .story__desc {
    column-count: 1;
    text-align: left;
  }
}

.story__book {
  text-align: center;
  padding: 4rem 4rem 0;
  padding-bottom: 2rem;
}

.story__book-button {
  display: none;
}

.offers {
  background-color: rgb(225, 225, 225);
  min-height: 5rem;
}

.offers__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: -0.66rem;
  margin-right: -0.66rem;
  margin-top: -1.32rem;
}

.offers__card-container {
  width: calc(33.3333333333% - 1.321rem);
  margin: 1.32rem 0.66rem 0 0.66rem;
}
@media (max-width: 62em) {
  .offers__card-container {
    width: calc(50% - 1.321rem);
  }
}
@media (max-width: 48em) {
  .offers__card-container {
    width: calc(100% - 1.321rem);
  }
}

.offers__card {
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.5);
  position: relative;
}

.offers__card-primary {
  padding: 0 0 2rem 0;
  background-color: white;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.offers__card-primary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.0625rem;
  right: -0.0625rem;
  height: 0.75rem;
  background-color: rgb(0, 226, 156);
  border-left: 0.0625rem solid rgb(95.25, 201.75, 168.7632743363);
  border-right: 0.0625rem solid rgb(95.25, 201.75, 168.7632743363);
}

.offers__image-container {
  position: relative;
  margin-top: -0.0625rem;
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
}

.offers__image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.offers__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background-image: linear-gradient(-5.7391704773deg, white 49.7%, transparent 50.3%);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media (max-width: 48em) {
  .offers__image-container::after {
    height: 5rem;
  }
}

.offers__image {
  width: 100%;
  mix-blend-mode: multiply;
}

.offers__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.offers__content-heading {
  color: #26464d;
  font-size: 1.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offers__content-subheading {
  color: rgb(0, 226, 156);
  font-size: 1rem;
}

.offers__content-info {
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  background-image: linear-gradient(90deg, transparent calc(50% - 0.03125rem), rgba(0, 0, 0, 0.15) calc(50% - 0.03125rem), rgba(0, 0, 0, 0.15) calc(50% + 0.03125rem), transparent calc(50% + 0.03125rem));
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-position: center center;
}

.offers__content-info-level, .offers__content-info-duration {
  flex: 1 1 50%;
  color: #26464d;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.offers__content-info-duration-text {
  padding-left: 0.33rem;
}

.offers__content-price-container {
  padding-top: 0.75rem;
  font-size: 1rem;
  color: #26464d;
}

.offers__content-price {
  display: block;
  color: rgb(0, 226, 156);
  font-weight: 500;
  font-size: 2rem;
  line-height: 0.9em;
}

.offers__card-hover {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  z-index: 2;
  background-color: rgb(0, 226, 156);
  background-image: linear-gradient(90deg, transparent calc(50% - 0.03125rem), white calc(50% - 0.03125rem), white calc(50% + 0.03125rem), transparent calc(50% + 0.03125rem)), linear-gradient(135deg, rgb(0, 226, 156) 0%, rgb(0, 180.8, 124.8) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center center;
  background-size: 100% calc(50% - 4rem), 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.offers__card:hover .offers__card-hover {
  opacity: 1;
}

.offers__card-container--flip {
  perspective: 50rem;
}
.offers__card-container--flip .offers__card-1 {
  transition: transform 1s ease-in-out;
  transform-style: preserve-3d;
}
.offers__card-container--flip:hover .offers__card-1 {
  transform: rotateY(180deg);
}
.offers__card-container--flip .offers__card-2 {
  transition: transform 1s ease-in-out;
  transform-style: preserve-3d;
}
.offers__card-container--flip:hover .offers__card-2 {
  transform: rotateX(-180deg);
}
.offers__card-container--flip .offers__card-3 {
  transition: transform 1s ease-in-out;
  transform-style: preserve-3d;
}
.offers__card-container--flip:hover .offers__card-3 {
  transform: rotateY(-180deg);
}
.offers__card-container--flip .offers__card-primary {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.offers__card-container--flip .offers__card-hover {
  transform: rotateY(180deg);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.offers__card-txt {
  transform: rotateZ(180deg);
}

.infos {
  position: relative;
  min-height: 5rem;
}

.infos__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2rem;
}

.infos__card-container {
  width: calc(83.3333333333% - 2.001rem);
  margin: 2rem 1rem 0 1rem;
}
@media (max-width: 62em) {
  .infos__card-container {
    width: calc(50% - 2.001rem);
  }
}
@media (max-width: 48em) {
  .infos__card-container {
    width: calc(100% - 2.001rem);
  }
}

.infos__card {
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.5);
  position: relative;
}

.infos__card-img {
  max-height: 30rem;
  margin-top: 0;
  padding-top: 0;
  padding-left: 56rem;
  padding-right: 33rem;
}

.calender-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
  background-color: lightgrey;
}

.calender-heading {
  color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
  background-color: lightgray;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  letter-spacing: 0.1em;
}
@media (max-width: 36em) {
  .calender-heading {
    font-size: 2 rem;
  }
}
@media (max-width: 25em) {
  .calender-heading {
    font-size: 1.5 rem;
  }
}

.calender-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0;
  border-color: lightgray;
}

.calender-td {
  text-align: left;
  padding: 0.5rem;
  border: 0px solid;
  border-color: lightgray;
  border-bottom: 2px solid;
  border-bottom-color: rgb(155, 152, 152);
}

.calender-th {
  background: rgb(225, 225, 225);
  font-weight: bold;
  border: 0px solid;
  border-color: lightgray;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
  background-color: lightgrey;
}

.gallery-heading {
  color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
  background-color: lightgray;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  margin-top: -0.5rem;
  padding-top: 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 62em) {
  .gallery-heading {
    font-size: 2rem;
  }
}
@media (max-width: 48em) {
  .gallery-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 36em) {
  .gallery-heading {
    font-size: 1rem;
  }
}
@media (max-width: 25em) {
  .gallery-heading {
    font-size: 0.5rem;
  }
}

.image-gallery-item {
  box-sizing: border-box;
  flex: 0 0 50%;
  margin-top: 1rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 36em) {
  .image-gallery-item {
    padding-left: 4rem;
  }
}
@media (max-width: 25em) {
  .image-gallery-item {
    padding-left: 2rem;
  }
}

.image-gallery-image {
  max-width: 65rem;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
.gallery__year {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
}

.gallery-table {
  border-collapse: collapse;
  width: 70%;
  margin: 2.5rem 0;
  border-color: lightgray;
}

textarea-a {
  text-align: left;
  font-size: 1rem;
  color: #808080;
  font-family: "Times New Roman", Times, serif;
  height: 500px;
}

.navbargal {
  overflow: hidden;
  background-color: #333;
  text-align: center;
}

.navbargal a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbargal a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(0, 226, 156);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*
.guest-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4rem;
    background-color:lightgrey
}   
*/
.big__container {
  width: 100%;
  background-color: lightgrey;
}

.guest-container {
  max-width: 45rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
  background-color: lightgrey;
}

.guestbook-heading {
  color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
  background-color: lightgrey;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 1rem;
  letter-spacing: 0.1em;
}

.guestbook-entry-label {
  display: block;
  color: #4c5866;
  font-size: 1rem;
}

.guestbook-entry-input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: white;
  color: #4c5866;
  border: 0.0625rem solid #4c5866;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}

.guestbook-entry-input:focus {
  outline: none;
  border: 0.0625rem solid #e97200;
}

.guestbook-form-buttons {
  text-align: center;
}

.buttonGuest {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0px solid transparent;
  background-color: #e97200;
  color: white;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  border-radius: 0.5rem;
}

.buttonGuest:hover {
  background-color: #b35802;
}

.guestbook-separator {
  -webkit-appearance: none;
  appearance: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0.03125rem solid #4c5866;
}

.guestbook-entry {
  background-color: white;
  color: #4c5866;
  border: 0.0625rem solid #4c5866;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.guestbook-entry-title {
  color: darkgreen;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.guestbook-entry-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.guestbook-entry-author {
  white-space: nowrap;
  max-width: 50%;
  color: darkred;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.guestbook-entry-content > p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
}

.guestbook-entry-content > p:last-child {
  margin-bottom: 0;
}

.guestbook-pagination {
  margin: 1.75rem -0.5rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.guestbook-pagination-a {
  display: block;
  min-width: 2.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #e97200;
  color: white;
  line-height: 1.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: center;
  margin: 0.25rem 0.5rem;
}

.guestbook-pagination-a:hover {
  background-color: #b35802;
}

.guestbook-pagination-active,
.guestbook-pagination-active:hover {
  background-color: #4c5866;
}

.guestbook-footer {
  color: #4c5866;
}

/* Format tables */
table {
  border-collapse: collapse;
  width: 50%;
  margin: 1.5rem 0;
}

td, th {
  border: 1px solid var(--border);
  text-align: left;
  padding: 0.5rem;
}

th {
  background: var(--accent-bg);
  font-weight: bold;
}

tr:nth-child(even) {
  /* Set every other cell slightly darker. Improves readability. */
  background: var(--accent-bg);
}

table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.galleryfasnacht {
  padding-bottom: 3rem;
}

.galleryfasnacht__container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.galleryfasnacht__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .galleryfasnacht__container {
    padding: 0 1rem;
  }
}

.galleryfasnacht__heading {
  color: #26464d;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 2rem;
}

.galleryfasnacht__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 14.2rem 14.2rem;
}
@media (max-width: 75em) {
  .galleryfasnacht__list {
    grid-template-rows: 12.78rem 12.78rem;
  }
}
@media (max-width: 62em) {
  .galleryfasnacht__list {
    grid-template-rows: 11.36rem 11.36rem;
  }
}
@media (max-width: 48em) {
  .galleryfasnacht__list {
    grid-template-rows: 7.1rem 7.1rem;
  }
}
@media (max-width: 36em) {
  .galleryfasnacht__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem;
  }
}

.galleryfasnacht__list--cb-toggle-1, .galleryfasnacht__more-button-container-2 {
  animation: galleryfasnacht__list--cb-toggle-show 1s ease-in-out 0s 1;
}
.galleryfasnacht__cb-toggle-1:not(:checked) ~ .galleryfasnacht__list--cb-toggle-1, .galleryfasnacht__cb-toggle-1:not(:checked) ~ .galleryfasnacht__more-button-container-2 {
  display: none;
}

@keyframes galleryfasnacht__list--cb-toggle-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.galleryfasnacht__cb-toggle-1 {
  display: none;
}

.galleryfasnacht__more-button-container-1 {
  padding-top: 3rem;
  text-align: center;
}
.galleryfasnacht__cb-toggle-1:checked ~ .galleryfasnacht__more-button-container-1 {
  display: none;
}

.galleryfasnacht__list-item {
  display: block;
  position: relative;
  /*filter: contrast(1.1) brightness(1.15) saturate(1.1);*/
  transform: scale(1);
  z-index: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
  transition: filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, z-index 0.2s linear;
}
.galleryfasnacht__list-item::before {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  background: radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, 0.4) 100%);
  content: "";
  mix-blend-mode: multiply;
}
.galleryfasnacht__list-item:hover {
  box-shadow: 0 0 1rem rgb(0, 0, 0);
  transform: scale(2);
  z-index: 1000;
  transition: filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, z-index 0s linear;
  filter: contrast(1) brightness(1) saturate(1);
}
.galleryfasnacht__list-item:hover::before {
  opacity: 0;
}
.galleryfasnacht__list-item--first {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.galleryfasnacht__list-item--secound {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (max-width: 36em) {
  .galleryfasnacht__list-item--secound {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
.galleryfasnacht__list-item--last {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}

.galleryfasnacht__list-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryfasnacht__list-item-bg-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*toggle-2*/
.galleryfasnacht__list--cb-toggle-2 {
  animation: galleryfasnacht__list--cb-toggle-show 1s ease-in-out 0s 1;
}
.galleryfasnacht__cb-toggle-2:not(:checked) ~ .galleryfasnacht__list--cb-toggle-2 {
  display: none;
}

.galleryfasnacht__cb-toggle-2 {
  display: none;
}

.galleryfasnacht__more-button-container-2 {
  padding-top: 3rem;
  text-align: center;
}
.galleryfasnacht__cb-toggle-2:checked ~ .galleryfasnacht__more-button-container-2 {
  display: none;
}

.about {
  background-color: #011820;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about__slideshow {
  position: relative;
}

.about__img {
  width: 32rem;
  height: 32rem;
  object-fit: cover;
  float: left;
  border-radius: 1000000px;
  /* clip-path: circle(50% at 50% 50%); */
  shape-outside: circle(50% at 50% 50%);
  margin-right: 2rem;
}
@media (max-width: 75em) {
  .about__img {
    width: 28.8rem;
    height: 28.8rem;
  }
}
@media (max-width: 62em) {
  .about__img {
    width: 25.6rem;
    height: 25.6rem;
  }
}
@media (max-width: 48em) {
  .about__img {
    width: 12.8rem;
    height: 12.8rem;
  }
}
@media (max-width: 36em) {
  .about__img {
    width: 9.6rem;
    height: 9.6rem;
  }
}

.about__img--slideshow {
  position: absolute;
  top: 0;
  left: 0;
}

.about__img--slideshow-3 {
  animation-name: animation-about__img--slideshow-3;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about__img--slideshow-2 {
  animation-name: animation-about__img--slideshow-2;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-2 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.about__img--slideshow-1 {
  animation-name: animation-about__img--slideshow-1;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes animation-about__img--slideshow-1 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.about__heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: rgb(0, 226, 156);
}

.about__text {
  padding-top: 2.5rem;
  color: white;
}
.about__text::before {
  content: "";
  display: inline-block;
  height: 0.25rem;
  width: 4rem;
  margin-left: 1rem;
  background-color: rgb(0, 226, 156);
}
@media (max-width: 75em) {
  .about__text {
    padding-top: 0.5rem;
  }
}

.about__paragraph {
  font-weight: 300;
  margin-bottom: 1rem;
}

.about__quote {
  font-style: italic;
}
.about__quote::before {
  content: "„";
}
.about__quote::after {
  content: "“";
}

.booking-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: color.scale($color-secondary-dark, $alpha: -15%);*/
  color: white;
}
.booking-modal:target {
  display: flex;
}
.booking-modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: booking-modal--fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
@supports (backdrop-filter: blur(4rem)) {
  .booking-modal::before {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4rem);
  }
}

@keyframes booking-modal--fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1S;
  }
}
.booking-modal__content {
  position: relative;
  width: 60rem;
  height: 25rem;
  max-width: 100vw;
  max-height: 100vw;
  overflow: auto;
  border-radius: 0.25rem;
  padding-left: calc(min(100vw, 80rem) * 0.375);
  background-image: linear-gradient(95.7391704773deg, transparent 38%, rgba(57.5782608696, 106.0652173913, 116.6717391304, 0.85) 50.15%), linear-gradient(90deg, transparent 33%, rgba(255, 255, 255, 0.5) 100%), url("../images/modal/1000.jpg");
  background-color: rgb(127, 127, 127);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center 60%;
  background-size: auto, auto, cover;
  box-shadow: 0 0 1rem black;
  animation-name: booking-modal__content--fade-in;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}
@media (max-width: 36em) {
  .booking-modal__content {
    height: 27rem;
    padding-left: 1rem;
    background-color: rgb(57.5782608696, 106.0652173913, 116.6717391304);
    background-image: none;
  }
}

@keyframes booking-modal__content--fade-in {
  0% {
    transform: translate(0, calc(-50vh - 50%));
  }
  100% {
    transform: translate(0, 0);
  }
}
.booking-modal__close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  color: transparent;
  border-radius: 10000px;
  filter: drop-shadow(0 0 0.5rem black);
  background-image: linear-gradient(45deg, transparent 44%, rgb(0, 226, 156) 45%, rgb(0, 226, 156) 55%, transparent 56%), linear-gradient(-45deg, transparent 44%, rgb(0, 226, 156) 45%, rgb(0, 226, 156) 55%, transparent 56%);
}
.booking-modal__close:hover {
  opacity: 0.8;
}

.booking-modal__heading {
  padding-top: 4rem;
  padding-bottom: 0.25rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}

.booking-modal__submit-container {
  text-align: right;
  margin-right: 4.25rem;
  margin-top: 3.5rem;
}

.booking-modal__paragraph {
  font-weight: 250;
  margin-top: 1rem;
}

.admin__container {
  position: relative;
  max-width: 75rem;
  margin: auto;
  background-color: rgb(225, 225, 225);
}

.admin__container-headline {
  text-align: center;
  font-size: 3.5rem;
}

.admin__container--line {
  margin-left: 55rem;
  font-size: 1.75rem;
}

.admin__sub {
  margin-top: 1rem;
  margin-left: 25rem;
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

.admin__in--line {
  margin-left: 5rem;
  font-size: 0.7rem;
}

.motto {
  background-color: lightgray;
  position: relative;
  animation: motto_show-in;
  animation-delay: 2s;
  animation-duration: 20s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  z-index: 1;
}

@keyframes motto_show-in {
  0% {
    opacity: 0;
    height: 0rem;
    background-color: black;
  }
  30% {
    opacity: 1;
    height: 22rem;
  }
  70% {
    opacity: 1;
    height: 22rem;
  }
  100% {
    opacity: 0;
    height: 0rem;
    background-color: black;
  }
}
.motto__container {
  position: relative;
  z-index: 1;
}

.motto__cards {
  display: block;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
  /*

      @media (max-width: $breakpoint-sm) {
          width: 15rem;
          height: 15rem;
      }
      @media (max-width: $breakpoint-xs) {
          width: 11rem;
          height: 11rem;
      }
      @media (max-width: $breakpoint-xxs) {
          width: 7rem;
          height: 7rem;
      }
  */
}

.motto__card-img {
  width: 100%;
  transform: rotate(-25deg);
}

.prolog {
  background-color: #011820;
  position: relative;
}

.prolog__heading {
  color: red;
  font-family: "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  text-align: center;
}

.prolog__container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 12rem;
  position: relative;
  max-height: 25rem;
  background-color: #011820;
  z-index: 1;
}

.prolog__cards {
  display: block;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.prolog__card-text {
  width: 22rem;
  background-color: #011820;
}

.prolog__card-img {
  background-color: #011820;
  width: 100%;
  transform: rotate(0 deg);
}

.prolog__p1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 500;
}

.prolog__p2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.7rem;
}

.prolog__p3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.25rem;
  text-align: center;
}

.prolog__p4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 3.5rem;
  text-align: center;
  color: red;
  font-weight: bold;
  text-shadow: 0 0 10px black;
}

.blink {
  animation: blink-animation 5s steps(5, start) infinite;
  -webkit-animation: blink-animation 5s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.example3 {
  height: 22rem;
  width: 35rem;
  background: rgb(0, 226, 156);
  overflow: hidden;
  position: relative;
}

.example3 h3 {
  position: absolute;
  width: 100%;
  height: 200%;
  margin: 0;
  line-height: 20px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40rem);
  -moz-animation: example3 50s linear infinite;
  -webkit-animation: example3 50s linear infinite;
  animation: example3 50s linear infinite;
  animation-fill-mode: forwards;
  animation-delay: example3 5s;
  animation-iteration-count: 1;
}
.example3 h3:hover {
  animation-play-state: paused;
}

@keyframes example3 {
  0% {
    -moz-transform: translateY(10%); /* Firefox bug fix */
    -webkit-transform: translateY(10%); /* Firefox bug fix */
    transform: translateY(10%);
  }
  100% {
    -moz-transform: translateY(-300%); /* Firefox bug fix */
    -webkit-transform: translateY(-300%); /* Firefox bug fix */
    transform: translateY(-300%);
  }
}
.highlight {
  background-color: #011820;
  position: relative;
  /*
      animation: highlight_show-in;
      animation-delay: 2s;
      animation-duration: 20s;
      animation-timing-function: ease-in;
      animation-fill-mode: both;
      z-index:1;

  }
  @keyframes highlight_show-in {
      0% {
          opacity: 0;
          height: 0rem;
          background-color: black;
      }
     30% {
          opacity: 1;
          height: 22rem;
      } 
      70% {
          opacity: 1;
          height: 22rem;
      } 
    100% {
          opacity: 0;
          height: 0rem;
          background-color: black;
      }
      */
}

.highlight__container {
  position: relative;
  z-index: 1;
}

.highlight__heading {
  color: red;
  font-family: "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.highlight__cards {
  display: block;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
  /*

      @media (max-width: $breakpoint-sm) {
          width: 15rem;
          height: 15rem;
      }
      @media (max-width: $breakpoint-xs) {
          width: 11rem;
          height: 11rem;
      }
      @media (max-width: $breakpoint-xxs) {
          width: 7rem;
          height: 7rem;
      }
  */
}

.highlight__card-img {
  width: 25rem;
  height: 35rem;
  display: block;
  margin: 0 auto;
  transform: rotate(0deg);
}

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