@charset "UTF-8";
:root {
  --bs-link-color-rgb: 102, 110, 85;
  --bs-link-hover-color-rgb: 153, 162, 135; }

/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("./lato/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("./lato/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("./lato/lato-v24-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* gilda-display-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  src: url("./gilda/gilda-display-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
.m-6 {
  margin: 5rem!important; }

.p-6 {
  padding: 5rem!important; }

.mt-6 {
  margin-top: 5rem!important; }

.mb-6 {
  margin-bottom: 5rem!important; }

.pt-6 {
  padding-top: 5rem!important; }

.pb-6 {
  padding-bottom: 5rem!important; }

.ml-6 {
  margin-left: 5rem!important; }

.mr-6 {
  margin-right: 5rem!important; }

.pl-6 {
  padding-left: 5rem!important; }

.pr-6 {
  padding-right: 5rem!important; }

.m-7 {
  margin: 8rem!important; }

.p-7 {
  padding: 8rem!important; }

.mt-7 {
  margin-top: 8rem!important; }

.mb-7 {
  margin-bottom: 8rem!important; }

.pt-7 {
  padding-top: 8rem!important; }

.pb-7 {
  padding-bottom: 8rem!important; }

.ml-7 {
  margin-left: 8rem!important; }

.mr-7 {
  margin-right: 8rem!important; }

.pl-7 {
  padding-left: 8rem!important; }

.pr-7 {
  padding-right: 8rem!important; }

.m-8 {
  margin: 12rem!important; }

.p-8 {
  padding: 12rem!important; }

.mt-8 {
  margin-top: 12rem!important; }

.mb-8 {
  margin-bottom: 12rem!important; }

.pt-8 {
  padding-top: 12rem!important; }

.pb-8 {
  padding-bottom: 12rem!important; }

.ml-8 {
  margin-left: 12rem!important; }

.mr-8 {
  margin-right: 12rem!important; }

.pl-8 {
  padding-left: 12rem!important; }

.pr-8 {
  padding-right: 12rem!important; }

.m-9 {
  margin: 16rem!important; }

.p-9 {
  padding: 16rem!important; }

.mt-9 {
  margin-top: 16rem!important; }

.mb-9 {
  margin-bottom: 16rem!important; }

.pt-9 {
  padding-top: 16rem!important; }

.pb-9 {
  padding-bottom: 16rem!important; }

.ml-9 {
  margin-left: 16rem!important; }

.mr-9 {
  margin-right: 16rem!important; }

.pl-9 {
  padding-left: 16rem!important; }

.pr-9 {
  padding-right: 16rem!important; }

.m-10 {
  margin: 24rem!important; }

.p-10 {
  padding: 24rem!important; }

.mt-10 {
  margin-top: 24rem!important; }

.mb-10 {
  margin-bottom: 24rem!important; }

.pt-10 {
  padding-top: 24rem!important; }

.pb-10 {
  padding-bottom: 24rem!important; }

.ml-10 {
  margin-left: 24rem!important; }

.mr-10 {
  margin-right: 24rem!important; }

.pl-10 {
  padding-left: 24rem!important; }

.pr-10 {
  padding-right: 24rem!important; }

.m-11 {
  margin: 36rem!important; }

.p-11 {
  padding: 36rem!important; }

.mt-11 {
  margin-top: 36rem!important; }

.mb-11 {
  margin-bottom: 36rem!important; }

.pt-11 {
  padding-top: 36rem!important; }

.pb-11 {
  padding-bottom: 36rem!important; }

.ml-11 {
  margin-left: 36rem!important; }

.mr-11 {
  margin-right: 36rem!important; }

.pl-11 {
  padding-left: 36rem!important; }

.pr-11 {
  padding-right: 36rem!important; }

@media (min-width: 540px) {
  .m-sm-6 {
    margin: 5rem!important; } }

@media (min-width: 540px) {
  .p-sm-6 {
    padding: 5rem!important; } }

@media (min-width: 540px) {
  .mt-sm-6 {
    margin-top: 5rem!important; } }

@media (min-width: 540px) {
  .mb-sm-6 {
    margin-bottom: 5rem!important; } }

@media (min-width: 540px) {
  .pt-sm-6 {
    padding-top: 5rem!important; } }

@media (min-width: 540px) {
  .pb-sm-6 {
    padding-bottom: 5rem!important; } }

@media (min-width: 540px) {
  .ml-sm-6 {
    margin-left: 5rem!important; } }

@media (min-width: 540px) {
  .mr-sm-6 {
    margin-right: 5rem!important; } }

@media (min-width: 540px) {
  .pl-sm-6 {
    padding-left: 5rem!important; } }

@media (min-width: 540px) {
  .pr-sm-6 {
    padding-right: 5rem!important; } }

@media (min-width: 768px) {
  .m-md-6 {
    margin: 5rem!important; } }

@media (min-width: 768px) {
  .p-md-6 {
    padding: 5rem!important; } }

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 5rem!important; } }

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 5rem!important; } }

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 5rem!important; } }

@media (min-width: 768px) {
  .pb-md-6 {
    padding-bottom: 5rem!important; } }

@media (min-width: 768px) {
  .ml-md-6 {
    margin-left: 5rem!important; } }

@media (min-width: 768px) {
  .mr-md-6 {
    margin-right: 5rem!important; } }

@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 5rem!important; } }

@media (min-width: 768px) {
  .pr-md-6 {
    padding-right: 5rem!important; } }

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 5rem!important; } }

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 5rem!important; } }

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 5rem!important; } }

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 5rem!important; } }

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 5rem!important; } }

@media (min-width: 992px) {
  .pb-lg-6 {
    padding-bottom: 5rem!important; } }

@media (min-width: 992px) {
  .ml-lg-6 {
    margin-left: 5rem!important; } }

@media (min-width: 992px) {
  .mr-lg-6 {
    margin-right: 5rem!important; } }

@media (min-width: 992px) {
  .pl-lg-6 {
    padding-left: 5rem!important; } }

@media (min-width: 992px) {
  .pr-lg-6 {
    padding-right: 5rem!important; } }

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 5rem!important; } }

@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 5rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 5rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 5rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 5rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 5rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-6 {
    margin-left: 5rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-6 {
    margin-right: 5rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-6 {
    padding-left: 5rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-6 {
    padding-right: 5rem!important; } }

@media (min-width: 540px) {
  .m-sm-7 {
    margin: 8rem!important; } }

@media (min-width: 540px) {
  .p-sm-7 {
    padding: 8rem!important; } }

@media (min-width: 540px) {
  .mt-sm-7 {
    margin-top: 8rem!important; } }

@media (min-width: 540px) {
  .mb-sm-7 {
    margin-bottom: 8rem!important; } }

@media (min-width: 540px) {
  .pt-sm-7 {
    padding-top: 8rem!important; } }

@media (min-width: 540px) {
  .pb-sm-7 {
    padding-bottom: 8rem!important; } }

@media (min-width: 540px) {
  .ml-sm-7 {
    margin-left: 8rem!important; } }

@media (min-width: 540px) {
  .mr-sm-7 {
    margin-right: 8rem!important; } }

@media (min-width: 540px) {
  .pl-sm-7 {
    padding-left: 8rem!important; } }

@media (min-width: 540px) {
  .pr-sm-7 {
    padding-right: 8rem!important; } }

@media (min-width: 768px) {
  .m-md-7 {
    margin: 8rem!important; } }

@media (min-width: 768px) {
  .p-md-7 {
    padding: 8rem!important; } }

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 8rem!important; } }

@media (min-width: 768px) {
  .mb-md-7 {
    margin-bottom: 8rem!important; } }

@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 8rem!important; } }

@media (min-width: 768px) {
  .pb-md-7 {
    padding-bottom: 8rem!important; } }

@media (min-width: 768px) {
  .ml-md-7 {
    margin-left: 8rem!important; } }

@media (min-width: 768px) {
  .mr-md-7 {
    margin-right: 8rem!important; } }

@media (min-width: 768px) {
  .pl-md-7 {
    padding-left: 8rem!important; } }

@media (min-width: 768px) {
  .pr-md-7 {
    padding-right: 8rem!important; } }

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 8rem!important; } }

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 8rem!important; } }

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 8rem!important; } }

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 8rem!important; } }

@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 8rem!important; } }

@media (min-width: 992px) {
  .pb-lg-7 {
    padding-bottom: 8rem!important; } }

@media (min-width: 992px) {
  .ml-lg-7 {
    margin-left: 8rem!important; } }

@media (min-width: 992px) {
  .mr-lg-7 {
    margin-right: 8rem!important; } }

@media (min-width: 992px) {
  .pl-lg-7 {
    padding-left: 8rem!important; } }

@media (min-width: 992px) {
  .pr-lg-7 {
    padding-right: 8rem!important; } }

@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 8rem!important; } }

@media (min-width: 1200px) {
  .p-xl-7 {
    padding: 8rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 8rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-7 {
    margin-bottom: 8rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 8rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-7 {
    padding-bottom: 8rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-7 {
    margin-left: 8rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-7 {
    margin-right: 8rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-7 {
    padding-left: 8rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-7 {
    padding-right: 8rem!important; } }

@media (min-width: 540px) {
  .m-sm-8 {
    margin: 12rem!important; } }

@media (min-width: 540px) {
  .p-sm-8 {
    padding: 12rem!important; } }

@media (min-width: 540px) {
  .mt-sm-8 {
    margin-top: 12rem!important; } }

@media (min-width: 540px) {
  .mb-sm-8 {
    margin-bottom: 12rem!important; } }

@media (min-width: 540px) {
  .pt-sm-8 {
    padding-top: 12rem!important; } }

@media (min-width: 540px) {
  .pb-sm-8 {
    padding-bottom: 12rem!important; } }

@media (min-width: 540px) {
  .ml-sm-8 {
    margin-left: 12rem!important; } }

@media (min-width: 540px) {
  .mr-sm-8 {
    margin-right: 12rem!important; } }

@media (min-width: 540px) {
  .pl-sm-8 {
    padding-left: 12rem!important; } }

@media (min-width: 540px) {
  .pr-sm-8 {
    padding-right: 12rem!important; } }

@media (min-width: 768px) {
  .m-md-8 {
    margin: 12rem!important; } }

@media (min-width: 768px) {
  .p-md-8 {
    padding: 12rem!important; } }

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 12rem!important; } }

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 12rem!important; } }

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 12rem!important; } }

@media (min-width: 768px) {
  .pb-md-8 {
    padding-bottom: 12rem!important; } }

@media (min-width: 768px) {
  .ml-md-8 {
    margin-left: 12rem!important; } }

@media (min-width: 768px) {
  .mr-md-8 {
    margin-right: 12rem!important; } }

@media (min-width: 768px) {
  .pl-md-8 {
    padding-left: 12rem!important; } }

@media (min-width: 768px) {
  .pr-md-8 {
    padding-right: 12rem!important; } }

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 12rem!important; } }

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 12rem!important; } }

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 12rem!important; } }

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 12rem!important; } }

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 12rem!important; } }

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 12rem!important; } }

@media (min-width: 992px) {
  .ml-lg-8 {
    margin-left: 12rem!important; } }

@media (min-width: 992px) {
  .mr-lg-8 {
    margin-right: 12rem!important; } }

@media (min-width: 992px) {
  .pl-lg-8 {
    padding-left: 12rem!important; } }

@media (min-width: 992px) {
  .pr-lg-8 {
    padding-right: 12rem!important; } }

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 12rem!important; } }

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 12rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 12rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 12rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 12rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 12rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-8 {
    margin-left: 12rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-8 {
    margin-right: 12rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-8 {
    padding-left: 12rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-8 {
    padding-right: 12rem!important; } }

@media (min-width: 540px) {
  .m-sm-9 {
    margin: 16rem!important; } }

@media (min-width: 540px) {
  .p-sm-9 {
    padding: 16rem!important; } }

@media (min-width: 540px) {
  .mt-sm-9 {
    margin-top: 16rem!important; } }

@media (min-width: 540px) {
  .mb-sm-9 {
    margin-bottom: 16rem!important; } }

@media (min-width: 540px) {
  .pt-sm-9 {
    padding-top: 16rem!important; } }

@media (min-width: 540px) {
  .pb-sm-9 {
    padding-bottom: 16rem!important; } }

@media (min-width: 540px) {
  .ml-sm-9 {
    margin-left: 16rem!important; } }

@media (min-width: 540px) {
  .mr-sm-9 {
    margin-right: 16rem!important; } }

@media (min-width: 540px) {
  .pl-sm-9 {
    padding-left: 16rem!important; } }

@media (min-width: 540px) {
  .pr-sm-9 {
    padding-right: 16rem!important; } }

@media (min-width: 768px) {
  .m-md-9 {
    margin: 16rem!important; } }

@media (min-width: 768px) {
  .p-md-9 {
    padding: 16rem!important; } }

@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 16rem!important; } }

@media (min-width: 768px) {
  .mb-md-9 {
    margin-bottom: 16rem!important; } }

@media (min-width: 768px) {
  .pt-md-9 {
    padding-top: 16rem!important; } }

@media (min-width: 768px) {
  .pb-md-9 {
    padding-bottom: 16rem!important; } }

@media (min-width: 768px) {
  .ml-md-9 {
    margin-left: 16rem!important; } }

@media (min-width: 768px) {
  .mr-md-9 {
    margin-right: 16rem!important; } }

@media (min-width: 768px) {
  .pl-md-9 {
    padding-left: 16rem!important; } }

@media (min-width: 768px) {
  .pr-md-9 {
    padding-right: 16rem!important; } }

@media (min-width: 992px) {
  .m-lg-9 {
    margin: 16rem!important; } }

@media (min-width: 992px) {
  .p-lg-9 {
    padding: 16rem!important; } }

@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 16rem!important; } }

@media (min-width: 992px) {
  .mb-lg-9 {
    margin-bottom: 16rem!important; } }

@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 16rem!important; } }

@media (min-width: 992px) {
  .pb-lg-9 {
    padding-bottom: 16rem!important; } }

@media (min-width: 992px) {
  .ml-lg-9 {
    margin-left: 16rem!important; } }

@media (min-width: 992px) {
  .mr-lg-9 {
    margin-right: 16rem!important; } }

@media (min-width: 992px) {
  .pl-lg-9 {
    padding-left: 16rem!important; } }

@media (min-width: 992px) {
  .pr-lg-9 {
    padding-right: 16rem!important; } }

@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 16rem!important; } }

@media (min-width: 1200px) {
  .p-xl-9 {
    padding: 16rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 16rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-9 {
    margin-bottom: 16rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 16rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-9 {
    padding-bottom: 16rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-9 {
    margin-left: 16rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-9 {
    margin-right: 16rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-9 {
    padding-left: 16rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-9 {
    padding-right: 16rem!important; } }

@media (min-width: 540px) {
  .m-sm-10 {
    margin: 24rem!important; } }

@media (min-width: 540px) {
  .p-sm-10 {
    padding: 24rem!important; } }

@media (min-width: 540px) {
  .mt-sm-10 {
    margin-top: 24rem!important; } }

@media (min-width: 540px) {
  .mb-sm-10 {
    margin-bottom: 24rem!important; } }

@media (min-width: 540px) {
  .pt-sm-10 {
    padding-top: 24rem!important; } }

@media (min-width: 540px) {
  .pb-sm-10 {
    padding-bottom: 24rem!important; } }

@media (min-width: 540px) {
  .ml-sm-10 {
    margin-left: 24rem!important; } }

@media (min-width: 540px) {
  .mr-sm-10 {
    margin-right: 24rem!important; } }

@media (min-width: 540px) {
  .pl-sm-10 {
    padding-left: 24rem!important; } }

@media (min-width: 540px) {
  .pr-sm-10 {
    padding-right: 24rem!important; } }

@media (min-width: 768px) {
  .m-md-10 {
    margin: 24rem!important; } }

@media (min-width: 768px) {
  .p-md-10 {
    padding: 24rem!important; } }

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 24rem!important; } }

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 24rem!important; } }

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 24rem!important; } }

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 24rem!important; } }

@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 24rem!important; } }

@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 24rem!important; } }

@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 24rem!important; } }

@media (min-width: 768px) {
  .pr-md-10 {
    padding-right: 24rem!important; } }

@media (min-width: 992px) {
  .m-lg-10 {
    margin: 24rem!important; } }

@media (min-width: 992px) {
  .p-lg-10 {
    padding: 24rem!important; } }

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 24rem!important; } }

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 24rem!important; } }

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 24rem!important; } }

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 24rem!important; } }

@media (min-width: 992px) {
  .ml-lg-10 {
    margin-left: 24rem!important; } }

@media (min-width: 992px) {
  .mr-lg-10 {
    margin-right: 24rem!important; } }

@media (min-width: 992px) {
  .pl-lg-10 {
    padding-left: 24rem!important; } }

@media (min-width: 992px) {
  .pr-lg-10 {
    padding-right: 24rem!important; } }

@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 24rem!important; } }

@media (min-width: 1200px) {
  .p-xl-10 {
    padding: 24rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 24rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 24rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 24rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 24rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-10 {
    margin-left: 24rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-10 {
    margin-right: 24rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-10 {
    padding-left: 24rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-10 {
    padding-right: 24rem!important; } }

@media (min-width: 540px) {
  .m-sm-11 {
    margin: 36rem!important; } }

@media (min-width: 540px) {
  .p-sm-11 {
    padding: 36rem!important; } }

@media (min-width: 540px) {
  .mt-sm-11 {
    margin-top: 36rem!important; } }

@media (min-width: 540px) {
  .mb-sm-11 {
    margin-bottom: 36rem!important; } }

@media (min-width: 540px) {
  .pt-sm-11 {
    padding-top: 36rem!important; } }

@media (min-width: 540px) {
  .pb-sm-11 {
    padding-bottom: 36rem!important; } }

@media (min-width: 540px) {
  .ml-sm-11 {
    margin-left: 36rem!important; } }

@media (min-width: 540px) {
  .mr-sm-11 {
    margin-right: 36rem!important; } }

@media (min-width: 540px) {
  .pl-sm-11 {
    padding-left: 36rem!important; } }

@media (min-width: 540px) {
  .pr-sm-11 {
    padding-right: 36rem!important; } }

@media (min-width: 768px) {
  .m-md-11 {
    margin: 36rem!important; } }

@media (min-width: 768px) {
  .p-md-11 {
    padding: 36rem!important; } }

@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 36rem!important; } }

@media (min-width: 768px) {
  .mb-md-11 {
    margin-bottom: 36rem!important; } }

@media (min-width: 768px) {
  .pt-md-11 {
    padding-top: 36rem!important; } }

@media (min-width: 768px) {
  .pb-md-11 {
    padding-bottom: 36rem!important; } }

@media (min-width: 768px) {
  .ml-md-11 {
    margin-left: 36rem!important; } }

@media (min-width: 768px) {
  .mr-md-11 {
    margin-right: 36rem!important; } }

@media (min-width: 768px) {
  .pl-md-11 {
    padding-left: 36rem!important; } }

@media (min-width: 768px) {
  .pr-md-11 {
    padding-right: 36rem!important; } }

@media (min-width: 992px) {
  .m-lg-11 {
    margin: 36rem!important; } }

@media (min-width: 992px) {
  .p-lg-11 {
    padding: 36rem!important; } }

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 36rem!important; } }

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 36rem!important; } }

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 36rem!important; } }

@media (min-width: 992px) {
  .pb-lg-11 {
    padding-bottom: 36rem!important; } }

@media (min-width: 992px) {
  .ml-lg-11 {
    margin-left: 36rem!important; } }

@media (min-width: 992px) {
  .mr-lg-11 {
    margin-right: 36rem!important; } }

@media (min-width: 992px) {
  .pl-lg-11 {
    padding-left: 36rem!important; } }

@media (min-width: 992px) {
  .pr-lg-11 {
    padding-right: 36rem!important; } }

@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 36rem!important; } }

@media (min-width: 1200px) {
  .p-xl-11 {
    padding: 36rem!important; } }

@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 36rem!important; } }

@media (min-width: 1200px) {
  .mb-xl-11 {
    margin-bottom: 36rem!important; } }

@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 36rem!important; } }

@media (min-width: 1200px) {
  .pb-xl-11 {
    padding-bottom: 36rem!important; } }

@media (min-width: 1200px) {
  .ml-xl-11 {
    margin-left: 36rem!important; } }

@media (min-width: 1200px) {
  .mr-xl-11 {
    margin-right: 36rem!important; } }

@media (min-width: 1200px) {
  .pl-xl-11 {
    padding-left: 36rem!important; } }

@media (min-width: 1200px) {
  .pr-xl-11 {
    padding-right: 36rem!important; } }

/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
staerke: 0-1 wird schwächer, 1=gleich, > 1 wird stärrker
*/
.bg-verlauf-to-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5904) 19%, rgba(0, 0, 0, 0.4328) 34%, rgba(0, 0, 0, 0.3056) 47%, rgba(0, 0, 0, 0.2224) 56.5%, rgba(0, 0, 0, 0.1552) 65%, rgba(0, 0, 0, 0.1008) 73%, rgba(0, 0, 0, 0.06) 80.2%, rgba(0, 0, 0, 0.0336) 86.1%, rgba(0, 0, 0, 0.0168) 91%, rgba(0, 0, 0, 0.0064) 95.2%, rgba(0, 0, 0, 0.0016) 98.2%, rgba(0, 0, 0, 0) 100%); }

.bg-verlauf-to-top {
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%); }

.full-background {
  border-image: conic-gradient(pink 0 0) fill 0//0 100vw;
  padding-block: 10px; }

.full-background-stripped {
  border-image: repeating-linear-gradient(45deg, pink 0 15px, lightblue 0 30px) fill 0//0 100vw;
  padding: 10px 0; }

.slant {
  --a: 3deg;
  /* control the angle (yes it should be small) */
  --c: pink;
  border-image: conic-gradient(var(--c) 0 0) fill 0//9999px;
  clip-path: polygon(-9999px calc(tan(var(--a))*9999px), 9999px calc(tan(var(--a))*-9999px), calc(100% + 9999px) calc(100% - tan(var(--a))*9999px), calc(100% - 9999px) calc(100% + tan(var(--a))*9999px)); }

.slant.alt {
  --c: lightblue;
  clip-path: polygon(-9999px calc(100% - tan(var(--a))*9999px), 9999px calc(100% + tan(var(--a))*9999px), calc(100% + 9999px) calc(tan(var(--a))*9999px), calc(100% - 9999px) calc(tan(var(--a))*-9999px)); }

.full-line-right {
  border-image: linear-gradient(0deg, #99a287 5px, #0000 0) fill 0//0 100vw 0 0;
  padding: 10px 0; }

.full-line-left {
  border-image: linear-gradient(0deg, #99a287 5px, #0000 0) fill 0//0 0 0 100vw;
  padding: 10px 0;
  width: fit-content;
  display: inline-block; }

.animieren {
  opacity: 0;
  transition: 1s all ease-in-out;
  transform: translateY(150px); }

.animieren-effekt {
  transform: translateY(0);
  opacity: 1; }

.overlayGray2Trans {
  border: 1px solid transparent;
  background-clip: padding-box;
  background: linear-gradient(#00000022, #00000000); }

.overlayBlack2Trans {
  border: 1px solid transparent;
  background-clip: padding-box;
  background: linear-gradient(#00000044, #00000000); }

.overlayTrans2Black {
  border: 1px solid transparent;
  background-clip: padding-box;
  background: linear-gradient(#00000000, #00000000); }

.overlay01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: url(../images/overlay01.png), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%) repeat; }

.overlay02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: url(../images/overlay02.png), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%) repeat; }

.overlay03:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: url(../images/overlay03.png), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%) repeat; }

.videoFilter video {
  filter: contrast(110%) grayscale(10%); }

.btn::-moz-focus-inner {
  border: 0; }

.wrapperAll {
  padding: 0; }
  @media (min-width: 992px) {
    .wrapperAll {
      padding: 0px; } }

.wrapper {
  overflow-x: clip; }

.btn {
  border-radius: 0; }

.btn-circle {
  width: 100px;
  height: 100px;
  padding: 13px 18px;
  border-radius: 60px;
  font-size: 15px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.btn-primary {
  background-color: #fbfbfa;
  border-color: #99a287;
  color: #666E55;
  box-shadow: none !important;
  padding: 1rem 2rem;
  outline: none !important;
  transition: all 0.2s ease-out;
  text-transform: uppercase; }
  .btn-primary:hover {
    background-color: transparent;
    border-color: black;
    color: black; }

.btn-secondary {
  background-color: transparent;
  border-color: #99a287;
  color: #666E55;
  box-shadow: none !important;
  padding: 0.75rem 1rem;
  outline: none !important;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-size: 0.8rem; }
  .btn-secondary:hover {
    background-color: transparent;
    border-color: #313429;
    color: #313429; }
  .btn-secondary:after {
    content: "";
    width: 0;
    display: block;
    position: relative;
    border-bottom: 2px dotted #FFFFFF;
    transition: ease width .5s; }
  .btn-secondary:hover:after {
    width: 100%; }

.btn-light {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  box-shadow: none !important;
  padding: 1rem 2rem;
  outline: none !important;
  transition: all 0.2s ease-out;
  text-transform: uppercase; }
  .btn-light:hover {
    background-color: transparent;
    border-color: #666E55;
    color: #FFFFFF; }

.bg-primary {
  background-color: #666E55 !important; }
  .bg-primary h1, .bg-primary h2, .bg-primary p, .bg-primary a, .bg-primary ul, .bg-primary ol, .bg-primary li {
    color: #FFFFFF;
    line-height: 1.8; }
  .bg-primary .btn-primary {
    background-color: transparent;
    border-color: #FFFFFF; }
    .bg-primary .btn-primary:hover {
      border-color: #FFFFFF !important; }

.bg-secondary h1, .bg-secondary h2, .bg-secondary p, .bg-secondary a, .bg-secondary ul, .bg-secondary ol {
  color: #FFFFFF;
  line-height: 1.8; }
.bg-secondary a:hover {
  color: #666E55; }
.bg-secondary a.special {
  text-decoration: underline #000000 dotted 2px; }
  .bg-secondary a.special:hover {
    background-image: linear-gradient(120deg, #666E55 0%, #666E55 100%); }

.bg-footer h1, .bg-footer h2, .bg-footer p, .bg-footer a, .bg-footer ul, .bg-footer ol {
  line-height: 1.8; }
.bg-footer a:not(.btn) {
  display: inline-block;
  outline: none !important;
  transition: all 0.2s ease-out;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 4px;
  text-decoration-color: #b2b8a4;
  line-height: 20px;
  padding-bottom: 3px;
  position: relative; }
  .bg-footer a:not(.btn):hover {
    text-decoration-color: #666e55;
    color: #313429; }

.bg-dark h1, .bg-dark h2, .bg-dark p, .bg-dark a, .bg-dark ul, .bg-dark ol {
  color: #FFFFFF !important;
  line-height: 1.8; }
.bg-dark a.special {
  text-decoration: underline #000000 dotted 2px; }
  .bg-dark a.special:hover {
    background-image: linear-gradient(120deg, #666E55 0%, #666E55 100%); }

.bg-light {
  background-color: #f0f0f0 !important; }

.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../images/000.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .bg-image h1, .bg-image h2, .bg-image h3, .bg-image ul, .bg-image ol, .bg-image li, .bg-image p, .bg-image a, .bg-image blockquote {
    color: #FFFFFF !important; }
  .bg-image h2 {
    margin-bottom: clamp(1rem, 2vw, 2rem); }

@keyframes wobble {
  0% {
    transform: translateX(0); }
  15% {
    transform: translateY(-25px); }
  100% {
    transform: translateY(0); } }
.wobble {
  display: inline-block;
  animation: wobble 1s ease infinite; }

/* Carousel  */
.carousel.item2columns .carousel-item .carousel-item-inner {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .carousel.item2columns .carousel-item .carousel-item-inner {
      flex-direction: row; }
      .carousel.item2columns .carousel-item .carousel-item-inner > div {
        width: 50%; } }
  .carousel.item2columns .carousel-item .carousel-item-inner .carousel-item-inner-text {
    background-color: #666E55;
    display: flex;
    align-items: center;
    padding: 1rem 4rem; }
    .carousel.item2columns .carousel-item .carousel-item-inner .carousel-item-inner-text .carousel-caption {
      position: static;
      min-height: 200px; }
      @media (min-width: 992px) {
        .carousel.item2columns .carousel-item .carousel-item-inner .carousel-item-inner-text .carousel-caption {
          min-height: inherit; } }
.carousel .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }
  .carousel .carousel-controls .carousel-control-prev {
    opacity: 1;
    position: static;
    width: auto;
    display: block; }
    .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC4xNjgiIGhlaWdodD0iMTkuOTk2IiB2aWV3Qm94PSIwIDAgNTAuMTY4IDE5Ljk5NiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAuMTc4LDBhLjkyNy45MjcsMCwwLDAtLjYxNC4yNDQuODgzLjg4MywwLDAsMC0uMjQ2LjYuODU5Ljg1OSwwLDAsMCwuMjQ2LjZsNy43Miw3LjcxOEguODQyYS44NDUuODQ1LDAsMCwwLDAsMS42OUg0Ny4yODNsLTcuNzIsNy43YS44NTkuODU5LDAsMCwwLS4yNDYuNi44LjgsMCwwLDAsLjI2Mi42Ljc3NS43NzUsMCwwLDAsLjYuMjQ5LjgzMy44MzMsMCwwLDAsLjYtLjI0OUw0OS45MjEsMTAuNmEuODcuODcsMCwwLDAsMC0xLjIxM0w0MC43NzYuMjQ0QS44NzguODc4LDAsMCwwLDQwLjE3OCwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAuMTY4IDE5Ljk5Nikgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+");
      width: 50px;
      height: 50px;
      display: block;
      margin-right: 20px; }
  .carousel .carousel-controls .carousel-control-next {
    opacity: 1;
    position: static;
    width: auto;
    display: block; }
    .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC4xNjYiIGhlaWdodD0iMTkuOTk2IiB2aWV3Qm94PSIwIDAgNTAuMTY2IDE5Ljk5NiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDIgLTAuMDAyKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQwLjE3OCwyMGEuOTI5LjkyOSwwLDAsMS0uNjEzLS4yNDQuODg2Ljg4NiwwLDAsMS0uMjQ2LS42Ljg2Ljg2LDAsMCwxLC4yNDYtLjZsNy43MjEtNy43MTdILjg0NGEuODQ2Ljg0NiwwLDAsMSwwLTEuNjkxSDQ3LjI4NWwtNy43MjEtNy43YS44NTYuODU2LDAsMCwxLS4yNDYtLjYuOC44LDAsMCwxLC4yNjItLjYuNzc2Ljc3NiwwLDAsMSwuNi0uMjQ4LjgzNi44MzYsMCwwLDEsLjYuMjQ4bDkuMTQ1LDkuMTQzYS44Ny44NywwLDAsMSwwLDEuMjEzbC05LjE0NSw5LjE0OEEuODgzLjg4MywwLDAsMSw0MC4xNzgsMjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
      width: 50px;
      height: 50px;
      display: block;
      margin-left: 20px; }
  .carousel .carousel-controls .carousel-indicators {
    position: static;
    margin: 0;
    display: flex;
    max-width: 33.33%;
    display: none; }
    .carousel .carousel-controls .carousel-indicators li {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      border: 0;
      margin: 5px;
      background-color: #FFFFFF;
      flex: 1; }
    @media (min-width: 768px) {
      .carousel .carousel-controls .carousel-indicators {
        display: flex; } }
.carousel .carousel-inner > .carousel-item-next, .carousel .carousel-inner > .carousel-item-prev, .carousel .carousel-inner > .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease; }
.carousel.carousel100ViewHeight {
  height: calc(100vh - 2 * 0px);
  height: calc(100dvh - 2 * 0px); }
  .carousel.carousel100ViewHeight .carousel-inner {
    height: 100%; }
    .carousel.carousel100ViewHeight .carousel-inner .carousel-item {
      height: 100%; }
      .carousel.carousel100ViewHeight .carousel-inner .carousel-item .carousel-item-inner {
        height: 100%; }
        .carousel.carousel100ViewHeight .carousel-inner .carousel-item .carousel-item-inner .carousel-item-inner-image {
          height: 100%; }
          .carousel.carousel100ViewHeight .carousel-inner .carousel-item .carousel-item-inner .carousel-item-inner-image img {
            height: 100%;
            object-fit: cover;
            object-position: center; }
  .carousel.carousel100ViewHeight .carousel-caption {
    bottom: 80px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    inset: auto 0;
    max-width: 2200px;
    width: 100%;
    margin: auto;
    bottom: 100px;
    display: none; }
    @media (min-height: 700px) {
      .carousel.carousel100ViewHeight .carousel-caption {
        display: block; } }
.carousel .carousel-item .carousel-caption {
  text-align: center;
  padding: 0;
  top: auto;
  bottom: auto;
  display: grid;
  justify-content: center;
  align-content: end;
  padding-bottom: 100px;
  height: 100%; }
  .carousel .carousel-item .carousel-caption .h1 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: clamp(1.4rem, 3vw, 2.5rem);
    color: #FFFFFF;
    font-weight: 400;
    padding: 0 2rem; }
  .carousel .carousel-item .carousel-caption .h2 {
    font-size: clamp(1.4rem, 4vw, 3rem);
    margin-bottom: clamp(1.4rem, 5vw, 3.5rem);
    font-weight: 200;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 2rem; }
  .carousel .carousel-item .carousel-caption p {
    font-size: clamp(1.4rem, 3vw, 3.5rem);
    font-weight: 200;
    color: #FFFFFF; }
  .carousel .carousel-item .carousel-caption .titel {
    font-size: clamp(2rem, 6vw, 5rem);
    margin-bottom: clamp(1rem, 2vw, 1.4rem);
    font-weight: 300;
    text-align: center; }
  .carousel .carousel-item .carousel-caption .subtitel {
    text-align: center; }
    .carousel .carousel-item .carousel-caption .subtitel:first-line {
      font-size: clamp(1rem, 2vw, 1.4rem);
      margin-bottom: clamp(1.4rem, 5vw, 3.5rem);
      font-weight: 300;
      text-transform: uppercase; }
  .carousel .carousel-item .carousel-caption .btn-primary {
    color: #FFFFFF;
    background-color: transparent;
    text-shadow: none;
    border-color: #FFFFFF; }
.carousel .carousel-item img {
  min-height: 300px;
  object-fit: cover; }
.carousel.caption90deg .carousel-indicators li {
  margin: 1rem; }
  .carousel.caption90deg .carousel-indicators li span {
    display: block;
    transform-origin: left top;
    transform: rotate(-90deg);
    text-indent: 0;
    width: max-content;
    color: #FFFFFF;
    height: 25px;
    font-size: 15px;
    line-height: 1;
    padding-left: 0.5rem; }
    @media (min-width: 768px) {
      .carousel.caption90deg .carousel-indicators li span {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .carousel.caption90deg .carousel-indicators li span {
        font-size: 25px; } }
.carousel.caption45deg .carousel-indicators li {
  width: 0;
  height: 0;
  margin: 1.5rem;
  list-style: none; }
  .carousel.caption45deg .carousel-indicators li span {
    display: block;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    text-indent: 0;
    width: max-content;
    color: #FFFFFF;
    height: 25px;
    font-size: 15px;
    line-height: 1; }
    @media (min-width: 768px) {
      .carousel.caption45deg .carousel-indicators li span {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .carousel.caption45deg .carousel-indicators li span {
        font-size: 25px; } }
.carousel.captionSymbole .carousel-indicators li {
  margin: 1rem; }
  .carousel.captionSymbole .carousel-indicators li span {
    display: block;
    transform-origin: center center;
    transform: translate(-0.5rem, -0.6rem);
    text-indent: 0;
    width: max-content;
    color: #FFFFFF;
    height: 25px;
    font-size: 15px;
    line-height: 1; }
    @media (min-width: 768px) {
      .carousel.captionSymbole .carousel-indicators li span {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .carousel.captionSymbole .carousel-indicators li span {
        font-size: 25px; } }
.carousel.carousel100ContainerHeight {
  height: 100% !important; }
  .carousel.carousel100ContainerHeight .carousel-inner {
    height: 100% !important; }
    .carousel.carousel100ContainerHeight .carousel-inner .carousel-item {
      height: 100% !important; }
      .carousel.carousel100ContainerHeight .carousel-inner .carousel-item img {
        height: 100% !important;
        object-fit: cover; }
.carousel.gradient::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5; }
.carousel #scroll2Text {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  display: flex;
  justify-content: center; }
  .carousel #scroll2Text::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC4xNjYiIGhlaWdodD0iMTkuOTk2IiB2aWV3Qm94PSIwIDAgNTAuMTY2IDE5Ljk5NiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDIgLTAuMDAyKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQwLjE3OCwyMGEuOTI5LjkyOSwwLDAsMS0uNjEzLS4yNDQuODg2Ljg4NiwwLDAsMS0uMjQ2LS42Ljg2Ljg2LDAsMCwxLC4yNDYtLjZsNy43MjEtNy43MTdILjg0NGEuODQ2Ljg0NiwwLDAsMSwwLTEuNjkxSDQ3LjI4NWwtNy43MjEtNy43YS44NTYuODU2LDAsMCwxLS4yNDYtLjYuOC44LDAsMCwxLC4yNjItLjYuNzc2Ljc3NiwwLDAsMSwuNi0uMjQ4LjgzNi44MzYsMCwwLDEsLjYuMjQ4bDkuMTQ1LDkuMTQzYS44Ny44NywwLDAsMSwwLDEuMjEzbC05LjE0NSw5LjE0OEEuODgzLjg4MywwLDAsMSw0MC4xNzgsMjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    display: block;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 20px; }

.myGrid {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr; }
  @media (min-width: 992px) {
    .myGrid {
      grid-column-gap: 20px; } }
  .myGrid .element {
    display: flex;
    align-items: start;
    /* wegen Safari MAC, da sonst Bilder in die Höhe gezogen werden*/ }
    .myGrid .element .element__content {
      width: 100%;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      container-type: inline-size; }
  .myGrid h1 {
    font-size: clamp(1rem, 3.5cqi, 3rem); }
  .myGrid h2 {
    font-size: clamp(2rem, 8cqi, 4rem); }
  .myGrid .element__overlay {
    min-height: 200px; }
  .myGrid.myGrid--gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    .myGrid.myGrid--gap h1 {
      margin-top: 3rem; }
    @media (min-width: 992px) {
      .myGrid.myGrid--gap {
        grid-row-gap: 120px; }
        .myGrid.myGrid--gap h1 {
          margin-top: 0rem; } }
  .myGrid.myGrid--special {
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    .myGrid.myGrid--special > div p {
      margin-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .myGrid.myGrid--special {
        grid-column-gap: 120px; }
        .myGrid.myGrid--special > div p {
          margin-bottom: 2.5rem;
          margin-bottom: 2.5rem; }
        .myGrid.myGrid--special > div p:last-of-type img {
          aspect-ratio: 1/1;
          object-fit: cover; }
        .myGrid.myGrid--special > div p:first-of-type img {
          aspect-ratio: 2/3;
          object-fit: cover; }
        .myGrid.myGrid--special > div:first-of-type p {
          margin-top: 7rem;
          margin-bottom: 2.5rem; } }
  .myGrid.myGrid--special2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center; }
    .myGrid.myGrid--special2 > div p {
      margin-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .myGrid.myGrid--special2 {
        grid-column-gap: 120px; }
        .myGrid.myGrid--special2 > div p {
          margin-bottom: 2.5rem;
          margin-bottom: 2.5rem; }
        .myGrid.myGrid--special2 > div p:last-of-type img {
          aspect-ratio: 1/1;
          object-fit: cover; }
        .myGrid.myGrid--special2 > div p:first-of-type img {
          aspect-ratio: 2/3;
          object-fit: cover; }
        .myGrid.myGrid--special2 > div:first-of-type p {
          margin-top: 7rem;
          margin-bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--2 {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--3 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--1-2 {
      grid-template-columns: 1fr 2fr; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--2-1 {
      grid-template-columns: 2fr 1fr; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--1-3 {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .myGrid.myGrid--1-3 .element:nth-child(4n + 1) {
        grid-column: span 1; }
      .myGrid.myGrid--1-3 .element:nth-child(4n + 2) {
        grid-column: span 3; }
      .myGrid.myGrid--1-3 .element:nth-child(4n + 3) {
        grid-column: span 1; }
      .myGrid.myGrid--1-3 .element:nth-child(4n + 4) {
        grid-column: span 3; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--3-1 {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .myGrid.myGrid--3-1 .element:nth-child(4n + 1) {
        grid-column: span 3; }
      .myGrid.myGrid--3-1 .element:nth-child(4n + 2) {
        grid-column: span 1; }
      .myGrid.myGrid--3-1 .element:nth-child(4n + 3) {
        grid-column: span 3; }
      .myGrid.myGrid--3-1 .element:nth-child(4n + 4) {
        grid-column: span 1; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--2-3 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .myGrid.myGrid--2-3 .element:nth-child(4n + 1) {
        grid-column: span 2; }
      .myGrid.myGrid--2-3 .element:nth-child(4n + 2) {
        grid-column: span 3; }
      .myGrid.myGrid--2-3 .element:nth-child(4n + 3) {
        grid-column: span 2; }
      .myGrid.myGrid--2-3 .element:nth-child(4n + 4) {
        grid-column: span 3; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--3-2 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .myGrid.myGrid--3-2 .element:nth-child(4n + 1) {
        grid-column: span 3; }
      .myGrid.myGrid--3-2 .element:nth-child(4n + 2) {
        grid-column: span 2; }
      .myGrid.myGrid--3-2 .element:nth-child(4n + 3) {
        grid-column: span 3; }
      .myGrid.myGrid--3-2 .element:nth-child(4n + 4) {
        grid-column: span 2; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--abwechselnd .element:nth-of-type(1) {
      order: 1; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(2) {
      order: 2; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(3) {
      order: 4; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(4) {
      order: 3; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(5) {
      order: 5; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(6) {
      order: 6; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(7) {
      order: 8; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(8) {
      order: 7; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(9) {
      order: 9; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(10) {
      order: 10; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(11) {
      order: 12; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(12) {
      order: 11; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(13) {
      order: 13; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(14) {
      order: 14; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(15) {
      order: 16; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(16) {
      order: 15; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(17) {
      order: 17; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(18) {
      order: 18; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(19) {
      order: 20; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(20) {
      order: 19; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(21) {
      order: 21; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(22) {
      order: 22; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(23) {
      order: 24; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(24) {
      order: 23; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(25) {
      order: 25; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(26) {
      order: 26; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(27) {
      order: 28; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(28) {
      order: 27; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(29) {
      order: 29; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(30) {
      order: 30; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(31) {
      order: 32; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(32) {
      order: 31; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(33) {
      order: 33; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(34) {
      order: 34; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(35) {
      order: 36; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(36) {
      order: 35; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(37) {
      order: 37; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(38) {
      order: 38; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(39) {
      order: 40; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(40) {
      order: 39; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(41) {
      order: 41; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(42) {
      order: 42; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(43) {
      order: 44; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(44) {
      order: 43; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(45) {
      order: 45; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(46) {
      order: 46; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(47) {
      order: 48; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(48) {
      order: 47; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(49) {
      order: 49; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(50) {
      order: 50; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(51) {
      order: 52; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(52) {
      order: 51; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(53) {
      order: 53; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(54) {
      order: 54; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(55) {
      order: 56; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(56) {
      order: 55; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(57) {
      order: 57; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(58) {
      order: 58; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(59) {
      order: 60; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(60) {
      order: 59; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(61) {
      order: 61; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(62) {
      order: 62; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(63) {
      order: 64; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(64) {
      order: 63; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(65) {
      order: 65; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(66) {
      order: 66; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(67) {
      order: 68; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(68) {
      order: 67; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(69) {
      order: 69; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(70) {
      order: 70; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(71) {
      order: 72; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(72) {
      order: 71; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(73) {
      order: 73; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(74) {
      order: 74; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(75) {
      order: 76; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(76) {
      order: 75; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(77) {
      order: 77; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(78) {
      order: 78; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(79) {
      order: 80; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(80) {
      order: 79; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(81) {
      order: 81; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(82) {
      order: 82; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(83) {
      order: 84; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(84) {
      order: 83; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(85) {
      order: 85; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(86) {
      order: 86; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(87) {
      order: 88; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(88) {
      order: 87; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(89) {
      order: 89; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(90) {
      order: 90; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(91) {
      order: 92; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(92) {
      order: 91; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(93) {
      order: 93; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(94) {
      order: 94; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(95) {
      order: 96; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(96) {
      order: 95; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(97) {
      order: 97; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(98) {
      order: 98; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(99) {
      order: 100; }
    .myGrid.myGrid--abwechselnd .element:nth-of-type(100) {
      order: 99; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--vertauschen .element:nth-of-type(1) {
      order: 2; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(2) {
      order: 1; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(3) {
      order: 4; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(4) {
      order: 3; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(5) {
      order: 6; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(6) {
      order: 5; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(7) {
      order: 8; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(8) {
      order: 7; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(9) {
      order: 10; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(10) {
      order: 9; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(11) {
      order: 12; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(12) {
      order: 11; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(13) {
      order: 14; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(14) {
      order: 13; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(15) {
      order: 16; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(16) {
      order: 15; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(17) {
      order: 18; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(18) {
      order: 17; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(19) {
      order: 20; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(20) {
      order: 19; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(21) {
      order: 22; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(22) {
      order: 21; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(23) {
      order: 24; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(24) {
      order: 23; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(25) {
      order: 26; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(26) {
      order: 25; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(27) {
      order: 28; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(28) {
      order: 27; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(29) {
      order: 30; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(30) {
      order: 29; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(31) {
      order: 32; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(32) {
      order: 31; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(33) {
      order: 34; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(34) {
      order: 33; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(35) {
      order: 36; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(36) {
      order: 35; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(37) {
      order: 38; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(38) {
      order: 37; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(39) {
      order: 40; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(40) {
      order: 39; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(41) {
      order: 42; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(42) {
      order: 41; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(43) {
      order: 44; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(44) {
      order: 43; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(45) {
      order: 46; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(46) {
      order: 45; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(47) {
      order: 48; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(48) {
      order: 47; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(49) {
      order: 50; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(50) {
      order: 49; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(51) {
      order: 52; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(52) {
      order: 51; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(53) {
      order: 54; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(54) {
      order: 53; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(55) {
      order: 56; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(56) {
      order: 55; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(57) {
      order: 58; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(58) {
      order: 57; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(59) {
      order: 60; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(60) {
      order: 59; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(61) {
      order: 62; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(62) {
      order: 61; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(63) {
      order: 64; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(64) {
      order: 63; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(65) {
      order: 66; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(66) {
      order: 65; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(67) {
      order: 68; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(68) {
      order: 67; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(69) {
      order: 70; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(70) {
      order: 69; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(71) {
      order: 72; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(72) {
      order: 71; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(73) {
      order: 74; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(74) {
      order: 73; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(75) {
      order: 76; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(76) {
      order: 75; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(77) {
      order: 78; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(78) {
      order: 77; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(79) {
      order: 80; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(80) {
      order: 79; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(81) {
      order: 82; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(82) {
      order: 81; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(83) {
      order: 84; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(84) {
      order: 83; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(85) {
      order: 86; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(86) {
      order: 85; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(87) {
      order: 88; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(88) {
      order: 87; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(89) {
      order: 90; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(90) {
      order: 89; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(91) {
      order: 92; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(92) {
      order: 91; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(93) {
      order: 94; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(94) {
      order: 93; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(95) {
      order: 96; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(96) {
      order: 95; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(97) {
      order: 98; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(98) {
      order: 97; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(99) {
      order: 100; }
    .myGrid.myGrid--vertauschen .element:nth-of-type(100) {
      order: 99; } }
  @media (min-width: 992px) {
    .myGrid.myGrid--versetzt .element:nth-of-type(1) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(2) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(4) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(5) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(6) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(8) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(9) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(10) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(12) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(13) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(14) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(16) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(17) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(18) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(20) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(21) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(22) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(24) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(25) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(26) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(28) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(29) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(30) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(32) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(33) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(34) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(36) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(37) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(38) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(40) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(41) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(42) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(44) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(45) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(46) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(48) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(49) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(50) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(52) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(53) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(54) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(56) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(57) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(58) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(60) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(61) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(62) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(64) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(65) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(66) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(68) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(69) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(70) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(72) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(73) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(74) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(76) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(77) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(78) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(80) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(81) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(82) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(84) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(85) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(86) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(88) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(89) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(90) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(92) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(93) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(94) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(96) {
      margin-left: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(97) {
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(98) {
      margin-left: 40px;
      margin-right: -40px; }
    .myGrid.myGrid--versetzt .element:nth-of-type(100) {
      margin-left: -40px; } }

.gallery-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5px; }
  @media (min-width: 768px) {
    .gallery-grid.col4 {
      grid-template-columns: 25% 25% 25% 25%; }
    .gallery-grid.col2 {
      grid-template-columns: 50% 50%; }
    .gallery-grid.col3 {
      grid-template-columns: 33% 33% 33%; } }
  .gallery-grid > .gallery-item {
    position: relative; }
    .gallery-grid > .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (min-width: 768px) {
      .gallery-grid > .gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2; } }
    .gallery-grid > .gallery-item .link {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      transition: all 500ms ease-in-out; }
      .gallery-grid > .gallery-item .link:hover {
        transition: all 500ms ease-in-out; }
    .gallery-grid > .gallery-item .text {
      position: absolute;
      top: calc(50% - (48px / 2));
      width: 100%;
      color: #FFFFFF;
      font-size: 2rem;
      line-height: 1.5;
      text-align: center;
      opacity: 0;
      transition: opacity 500ms ease-in-out; }
    .gallery-grid > .gallery-item:hover .text {
      opacity: 1;
      transition: opacity 500ms ease-in-out; }

.gallery2-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px; }
  .gallery2-grid.col4 {
    grid-template-columns: 25% 25% 25% 25%; }
  .gallery2-grid.col2 {
    grid-template-columns: 50% 50%; }
  .gallery2-grid > .gallery-item .link {
    position: relative;
    display: block;
    display: grid;
    place-items: center;
    background-color: #acacac; }
    .gallery2-grid > .gallery-item .link img {
      max-width: 100%;
      height: auto;
      mix-blend-mode: multiply;
      transition: all 1sec ease-in-out; }
      .gallery2-grid > .gallery-item .link img:hover {
        mix-blend-mode: normal; }
    .gallery2-grid > .gallery-item .link .text {
      position: absolute;
      text-align: center; }

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start; }
  .gallery-flex > .gallery-item {
    position: relative;
    flex: 0 0 100%; }
    @media (min-width: 576px) {
      .gallery-flex > .gallery-item {
        flex: 0 0 50%; } }
    @media (min-width: 768px) {
      .gallery-flex > .gallery-item {
        flex: 0 0 25%; } }
    @media (min-width: 992px) {
      .gallery-flex > .gallery-item {
        flex: 0 0 20%; } }
    .gallery-flex > .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .gallery-flex > .gallery-item .link {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      transition: all 500ms ease-in-out; }
      .gallery-flex > .gallery-item .link .text {
        position: absolute;
        top: calc(50% - (48px / 2));
        width: 100%;
        color: #FFFFFF;
        font-size: 48px;
        text-align: center;
        opacity: 0;
        transition: opacity 500ms ease-in-out; }
      .gallery-flex > .gallery-item .link:hover {
        transition: all 500ms ease-in-out; }
        .gallery-flex > .gallery-item .link:hover .text {
          opacity: 1;
          transition: opacity 500ms ease-in-out; }

body {
  color: #131313;
  font-weight: 200;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.3rem);
  line-height: 1.8;
  background-position: calc(100% + 120px) 400px;
  background-size: 800px;
  background-color: #f7f6f3; }

a.special {
  text-decoration: none;
  color: #000000;
  outline: none !important;
  transition: all 0.2s ease-out;
  border-bottom: 2px dotted #999999;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
  line-height: 1;
  padding-bottom: 3px;
  display: inline-block;
  position: relative; }
  a.special:after {
    content: "";
    width: 0%;
    height: 2px;
    margin-left: -1px;
    display: block;
    border-bottom: 2px dotted #666E55;
    position: absolute;
    bottom: -2px;
    line-height: 20px;
    transition: ease all .5s; }
  a.special:hover:after {
    width: 100%;
    margin-left: 0px;
    border-bottom: 2px dotted #666E55;
    line-height: 20px; }

hr {
  border-top: 0;
  margin: 1rem auto 1rem auto;
  width: 200px;
  height: 3px; }
  @media (min-width: 768px) {
    hr {
      margin: 4rem auto 4rem auto; } }

hr.line {
  border-top: var(--bs-border-width) solid;
  margin: 4rem auto 4rem auto;
  width: 200px;
  height: 3px; }

hr.signet {
  margin: 6rem auto;
  /* Center the hr */
  border: none;
  /* Remove default hr border */
  height: 4rem;
  /* Give the hr a height */
  position: relative;
  /* Enable positioning for ::before */
  opacity: 1;
  display: grid;
  place-items: center; }
  hr.signet::before {
    content: "--Haus Karin--";
    /* Add tilde symbol */
    position: absolute;
    /* Position it relative to the hr */
    font-size: 1em;
    /* Set tilde size */
    text-transform: uppercase;
    z-index: 1;
    /* Keep it above the hr */
    opacity: 0.3; }

h1 {
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.4rem);
  margin-bottom: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.2rem; }

h1 + h2 {
  margin-top: 0; }

h2 {
  font-family: "Gilda Display", serif;
  color: #666E55;
  font-size: clamp(2rem, 5vw, 4rem);
  margin-top: clamp(1.4rem, 3vw, 3.5rem);
  margin-bottom: clamp(1.4rem, 3vw, 3.5rem);
  font-weight: 400; }
  @media (min-width: 520px) {
    h2 {
      letter-spacing: 0.2rem; } }

h3 {
  font-size: clamp(1rem, 4vw, 2rem);
  margin-top: clamp(1.4rem, 5vw, 3.5rem);
  margin-bottom: clamp(1.4rem, 3vw, 3rem);
  font-weight: 300; }
  @media (min-width: 520px) {
    h3 {
      letter-spacing: 0.2rem; } }

h4 {
  color: #666E55; }

.myGrid.app .element .element__content {
  gap: 1rem; }
  .myGrid.app .element .element__content > * {
    margin: 0; }
  .myGrid.app .element .element__content .skizze a {
    font-size: 2rem; }
  .myGrid.app .element .element__content .preise {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0; }
    .myGrid.app .element .element__content .preise a {
      text-transform: uppercase; }
  .myGrid.app .element .element__content .anfrage {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem 0; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

footer .footer__inhalt {
  padding: 2rem 0;
  text-align: center; }
  footer .footer__inhalt .anfragen {
    padding: 2rem 0; }
  footer .footer__inhalt .kontakte {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px; }
    footer .footer__inhalt .kontakte a {
      display: inline-block; }
  footer .footer__inhalt .socials {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 10px; }
footer .logos {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    footer .logos {
      flex-wrap: nowrap; } }
  footer .logos > div {
    display: flex;
    align-items: center; }
  footer .logos a {
    color: #666E55;
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      footer .logos a {
        display: inline-block; } }
    footer .logos a img {
      margin: 1rem;
      max-width: 60%;
      height: auto;
      padding: 0;
      opacity: 0.8;
      filter: saturate(20%) grayscale(1); }
      @media (min-width: 768px) {
        footer .logos a img {
          padding: 24px;
          max-width: 100%; } }
      footer .logos a img:hover {
        filter: saturate(100%) grayscale(0);
        opacity: 1; }
  footer .logos i {
    margin: 1rem 0 1rem 0.5rem;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      footer .logos i {
        margin: 3rem 0 3rem 1rem; } }
    footer .logos i:hover {
      transform-origin: center center;
      transform: rotate(360deg); }
  footer .logos span {
    display: inline-block;
    margin: 1rem 0 1rem 1rem; }
    @media (min-width: 768px) {
      footer .logos span {
        margin: 3rem 0 3rem 3rem; } }
footer .impressum {
  text-align: center;
  padding: 2rem 0;
  font-size: clamp(0.9rem, 1vw, 1rem); }
  @media (min-width: 768px) {
    footer .impressum {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: nowrap; } }
  footer .impressum > div {
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer .impressum > div a {
      padding: 0 0.5rem; }

.unterkunft {
  position: relative; }
  .unterkunft .ab-unterkunft span {
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #FFFFFF; }
    @media (min-width: 768px) {
      .unterkunft .ab-unterkunft span {
        margin-top: 20px;
        position: absolute;
        z-index: 2;
        top: 0px;
        right: 20px;
        left: auto;
        bottom: auto;
        padding: 0.5rem 1rem;
        box-sizing: border-box;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2) !important;
        top: 160px;
        width: 140px;
        height: 140px;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(-5deg);
        font-size: 1.4rem;
        transition: all 0.5s ease-out; }
        .unterkunft a:hover .ab-unterkunft span {
          transform: rotate(-5deg) scale(1.1); } }
  .unterkunft .btns-unterkunft {
    text-align: center;
    margin-top: 1rem; }

.mfp-title i {
  display: none; }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important; } }

.preise img {
  max-width: 100%;
  height: auto; }

/* BEGIN flipBoxen */
:root {
  --time: 0.5s; }

.flipBoxen {
  display: grid;
  grid-gap: 1.5rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-template-columns: 1fr; }
  @media (min-width: 545px) {
    .flipBoxen {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    .flipBoxen {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .flipBoxen {
      grid-template-columns: 1fr 1fr 1fr; } }

.flipBox {
  -webkit-perspective: 40rem;
  perspective: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: z-index, -webkit-transform calc(var(--time) / 4);
  transition: z-index, -webkit-transform calc(var(--time) / 4);
  -o-transition: z-index, transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4), -webkit-transform calc(var(--time) / 4);
  -webkit-transition-delay: var(--time), 0s;
  -o-transition-delay: var(--time), 0s;
  transition-delay: var(--time), 0s;
  text-decoration: none;
  color: inherit;
  z-index: 0;
  text-decoration: none !important; }
  .flipBox:hover {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 1; }
  .flipBox:active {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975); }

.flipBox-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: var(--time) transform;
  -o-transition: var(--time) transform;
  transition: var(--time) transform;
  border-radius: 0rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .flipBox:hover .flipBox-body, .flipBox:focus .flipBox-body {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }

.flipBox-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #FFFFFF;
  min-width: 100%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 0rem;
  margin: 0;
  border-radius: 0.25rem;
  text-align: center; }
  .flipBox-front i {
    font-size: 2rem; }

.flipBox-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 0.25rem;
  -webkit-transform: rotateX(-180deg) translate(-100%, 0);
  transform: rotateX(-180deg) translate(-100%, 0);
  background-color: #666E55;
  color: #FFFFFF; }

/* END flipBoxen */
.honigschuessel {
  position: absolute;
  z-index: -1;
  left: -9999px; }

.form-group.required label::after {
  content: "*"; }

form .form-group {
  margin-bottom: 1rem; }
form label {
  font-size: 1rem; }
form legend {
  font-style: italic; }
form fieldset {
  background-color: #EAE9E8;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 2rem; }

.videoWrapper {
  position: relative; }
  .videoWrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }

.videoBackgroundWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; }
  .videoBackgroundWrapper video {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.videoBackgroundWrapperFullHeight {
  position: relative;
  width: 100%;
  height: calc(100vh - 2 * 0px);
  height: calc(100dvh - 2 * 0px); }
  .videoBackgroundWrapperFullHeight video {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .videoBackgroundWrapperFullHeight div {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #FFFFFF; }
    .videoBackgroundWrapperFullHeight div .h1 {
      font-size: clamp(1.2rem, 3vw, 1.8rem);
      margin-bottom: clamp(1.4rem, 3vw, 2.5rem);
      color: #FFFFFF;
      font-weight: 400;
      padding: 0 2rem; }
    .videoBackgroundWrapperFullHeight div .h2 {
      font-size: clamp(1.4rem, 4vw, 3rem);
      margin-bottom: clamp(1.4rem, 5vw, 3.5rem);
      font-weight: 200;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 0 2rem; }

.icon svg {
  width: 24px;
  height: 24px; }
.icon.iconFFFFFF svg {
  fill: #FFFFFF;
  stroke: #FFFFFF; }
.icon.icon000000 svg {
  fill: #000000;
  stroke: #000000; }
.icon.iconfarbe1 svg {
  fill: #666E55;
  stroke: #666E55; }
.icon.icon2x svg {
  width: 48px;
  height: 48px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.myFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem 0 -1rem; }
  .myFlex > div {
    flex: 1 1 auto;
    width: 100%;
    margin: 1rem; }
    @media (min-width: 768px) {
      .myFlex > div {
        margin: 1rem;
        width: calc(50% - 2rem); } }
    .myFlex > div a {
      text-decoration: none; }
    .myFlex > div img {
      width: 100%;
      min-height: 400px;
      object-fit: cover; }
    .myFlex > div h2 {
      margin-top: 0.5rem; }

.myGridTouren {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  justify-content: center;
  margin: 0 -1rem 0 -1rem; }
  @media (min-width: 768px) {
    .myGridTouren {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .myGridTouren {
      grid-template-columns: 1fr 1fr 1fr; } }
  .myGridTouren > a {
    text-decoration: none;
    display: block;
    flex: 1 1 auto;
    width: auto;
    margin: 1rem; }
    .myGridTouren > a img {
      width: 100%;
      min-height: 400px;
      object-fit: cover; }
    .myGridTouren > a h2 {
      margin-top: 0.5rem; }
    .myGridTouren > a .card .meta {
      text-align: center;
      display: flex;
      justify-content: center; }
      .myGridTouren > a .card .meta > * {
        padding: 0 0.5rem; }

.textImageOverlap > div {
  margin-bottom: 1rem; }
@media (min-width: 992px) {
  .textImageOverlap {
    display: flex; }
    .textImageOverlap .textImageOverlap-text {
      order: 1;
      width: 33.33%;
      position: relative;
      display: flex;
      align-items: center; }
      .versetzt .textImageOverlap-text {
        align-items: flex-end;
        margin-bottom: -3rem; }
      .textImageOverlap .textImageOverlap-text .textImageOverlap-text-inner {
        background-color: #FFFFFF;
        padding: 2rem;
        width: 133.33%;
        position: absolute; }
    .textImageOverlap .textImageOverlap-image {
      order: 2;
      width: 66.66%; } }
.textImageOverlap.invers .textImageOverlap-image {
  order: 1; }
.textImageOverlap.invers .textImageOverlap-text .textImageOverlap-text-inner {
  right: 0; }

.alleAngebote {
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 1fr; }
  @media (min-width: 992px) {
    .alleAngebote {
      grid-template-columns: 1fr 1fr; } }
  .alleAngebote img {
    max-width: 100%;
    height: auto; }
  .alleAngebote h1 {
    font-size: 1.3rem;
    letter-spacing: 0; }
    @media (min-width: 992px) {
      .alleAngebote h1 {
        font-size: 1.8rem; } }
  .alleAngebote h2 {
    font-size: 1.5rem;
    letter-spacing: 0; }
    @media (min-width: 992px) {
      .alleAngebote h2 {
        font-size: 2.0rem; } }

.Angebot img {
  max-width: 100%;
  height: auto; }

#alleAngebote h1 {
  font-size: 1.3rem;
  letter-spacing: 0; }
  @media (min-width: 992px) {
    #alleAngebote h1 {
      font-size: 1.8rem; } }
#alleAngebote h2 {
  font-size: 1.5rem;
  letter-spacing: 0; }
  @media (min-width: 992px) {
    #alleAngebote h2 {
      font-size: 2.0rem; } }

.bestpreis {
  float: right;
  background-color: #666E55;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  color: #FFFFFF;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-align: center;
  display: table;
  font-weight: 600; }
  .bestpreis span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1;
    font-size: 14px;
    padding: 8px; }
    .bestpreis span strong {
      text-transform: uppercase; }

/* filter list */
@keyframes zoom-in {
  0% {
    transform: scale(0.1); }
  100% {
    transform: none; } }
@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg); }
  100% {
    transform: none; } }
.is-animated {
  animation: .5s zoom-in; }

.filter-list {
  text-align: center; }

.filter-list a {
  display: block;
  margin: 0 10px 20px 10px;
  overflow: hidden; }
  .filter-list a:hover .card {
    background-color: #acc866; }

.filter-list input {
  display: none; }

.filter-list label {
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer; }

#typ {
  display: none; }

.filter-list input#all:checked ~ label[for="all"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#all:checked ~ section a {
  display: block; }
.filter-list input#spaziergang:checked ~ label[for="spaziergang"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#spaziergang:checked ~ section a[data-skill~="spaziergang"] {
  display: block; }
.filter-list input#spaziergang:checked ~ section a:not([data-skill~="spaziergang"]) {
  display: none; }
.filter-list input#wanderung:checked ~ label[for="wanderung"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#wanderung:checked ~ section a[data-skill~="wanderung"] {
  display: block; }
.filter-list input#wanderung:checked ~ section a:not([data-skill~="wanderung"]) {
  display: none; }
.filter-list input#bergtour:checked ~ label[for="bergtour"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#bergtour:checked ~ section a[data-skill~="bergtour"] {
  display: block; }
.filter-list input#bergtour:checked ~ section a:not([data-skill~="bergtour"]) {
  display: none; }

.filter-list input#all:checked ~ label[for="all"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#all:checked ~ section a {
  display: block; }
.filter-list input#mtb:checked ~ label[for="mtb"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#mtb:checked ~ section a[data-skill~="mtb"] {
  display: block; }
.filter-list input#mtb:checked ~ section a:not([data-skill~="mtb"]) {
  display: none; }
.filter-list input#rennrad:checked ~ label[for="rennrad"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#rennrad:checked ~ section a[data-skill~="rennrad"] {
  display: block; }
.filter-list input#rennrad:checked ~ section a:not([data-skill~="rennrad"]) {
  display: none; }
.filter-list input#genussrad:checked ~ label[for="genussrad"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#genussrad:checked ~ section a[data-skill~="genussrad"] {
  display: block; }
.filter-list input#genussrad:checked ~ section a:not([data-skill~="genussrad"]) {
  display: none; }

.filter-list input#all:checked ~ label[for="all"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#all:checked ~ section a {
  display: block; }
.filter-list input#jogging:checked ~ label[for="jogging"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#jogging:checked ~ section a[data-skill~="jogging"] {
  display: block; }
.filter-list input#jogging:checked ~ section a:not([data-skill~="jogging"]) {
  display: none; }
.filter-list input#trailrunning:checked ~ label[for="trailrunning"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#trailrunning:checked ~ section a[data-skill~="trailrunning"] {
  display: block; }
.filter-list input#trailrunning:checked ~ section a:not([data-skill~="trailrunning"]) {
  display: none; }

.filter-list input#all:checked ~ label[for="all"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#all:checked ~ section a {
  display: block; }
.filter-list input#kurz:checked ~ label[for="kurz"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#kurz:checked ~ section a[data-skill~="kurz"] {
  display: block; }
.filter-list input#kurz:checked ~ section a:not([data-skill~="kurz"]) {
  display: none; }
.filter-list input#lang:checked ~ label[for="lang"] {
  background-color: #eee;
  border: 1px solid #000; }
.filter-list input#lang:checked ~ section a[data-skill~="lang"] {
  display: block; }
.filter-list input#lang:checked ~ section a:not([data-skill~="lang"]) {
  display: none; }

.meta {
  display: flex;
  margin: 2rem 0; }
  .meta > * {
    padding-right: 2rem; }

/* myCarousel */
.myCarouselWrapper {
  position: relative;
  margin-bottom: 4.5rem; }
  .myCarouselWrapper .myCarouselContainer {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; }
    .myCarouselWrapper .myCarouselContainer::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .myCarouselWrapper .myCarouselContainer .slide {
      width: 100%;
      height: 100%;
      flex: 1 0 100%;
      scroll-margin: 0px;
      scroll-snap-align: start;
      scroll-snap-stop: normal; }
      .myCarouselHaelfte .myCarouselContainer .slide {
        scroll-snap-align: center; }
      @media (min-width: 768px) {
        .myCarousel2Spalten .myCarouselContainer .slide {
          flex: 1 0 50%; } }
      @media (min-width: 768px) {
        .myCarousel3Spalten .myCarouselContainer .slide {
          flex: 1 0 50%; } }
      @media (min-width: 992px) {
        .myCarousel3Spalten .myCarouselContainer .slide {
          flex: 1 0 33.33%; } }
      @media (min-width: 768px) {
        .myCarousel4Spalten .myCarouselContainer .slide {
          flex: 1 0 50%; } }
      @media (min-width: 992px) {
        .myCarousel4Spalten .myCarouselContainer .slide {
          flex: 1 0 33.33%; } }
      @media (min-width: 1200px) {
        .myCarousel4Spalten .myCarouselContainer .slide {
          flex: 1 0 25%; } }
      .myCarouselWrapper .myCarouselContainer .slide img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .myCarouselWrapper .myCarouselContainer .slide .slideContent {
        position: relative;
        padding: 0.5rem; }
        .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) {
          background-color: #666E55;
          margin: auto;
          padding: 1rem;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: transparent; }
          @media (min-width: 576px) {
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) {
              position: absolute;
              bottom: 0;
              left: 0;
              background-color: transparent;
              padding: 4rem; } }
          @media (min-width: 768px) {
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) {
              padding: 3rem; } }
          @media (min-width: 992px) {
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) {
              padding: 4rem; } }
          .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a {
            display: block; }
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a h2 {
              font-size: 1.4rem;
              font-size: clamp(1.2rem, 1.6vw, 1.8rem);
              letter-spacing: 0rem;
              font-weight: 100;
              text-transform: none;
              line-height: 1.2;
              color: #FFFFFF; }
              @media (min-width: 576px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a h2 {
                  font-size: clamp(1rem, 1.6vw, 1.8rem);
                  letter-spacing: 0.3rem;
                  font-weight: 100;
                  text-transform: uppercase; } }
              @media (min-width: 768px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a h2 {
                  font-size: 1.4rem;
                  line-height: 1; } }
              @media (min-width: 992px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a h2 {
                  font-size: 1.8rem;
                  line-height: 1.2; } }
              @media (min-width: 1200px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a h2 {
                  font-size: 2rem; } }
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a p {
              font-size: 1.0rem;
              line-height: 1.1;
              margin-bottom: 0.5rem;
              color: #FFFFFF; }
              @media (min-width: 768px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a p {
                  font-size: 1.0rem;
                  margin-bottom: 0.5rem; } }
              @media (min-width: 992px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a p {
                  font-size: 1.2rem;
                  margin-bottom: 1rem; } }
              @media (min-width: 1200px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a p {
                  font-size: 1.4rem; } }
            .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a span {
              font-size: 0.8rem;
              padding: 0.35rem 1rem; }
              @media (min-width: 768px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a span {
                  font-size: 0.8rem;
                  padding: 0.35rem 1rem; } }
              @media (min-width: 992px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a span {
                  font-size: 1.0rem;
                  padding: 0.75rem 1rem; } }
              @media (min-width: 1200px) {
                .myCarouselWrapper .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a span {
                  font-size: 1.0rem; } }
  .myCarouselWrapper .slide-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    background-color: #FFFFFF;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 100ms;
    z-index: 500;
    background-color: transparent;
    color: #FFFFFF; }
    .myCarouselWrapper .slide-arrow .icon {
      transform: scale(4); }
      @media (min-width: 768px) {
        .myCarouselWrapper .slide-arrow .icon {
          transform: scale(10); } }
    .myCarouselWrapper .slide-arrow.inactive {
      color: #FFFFFF88;
      display: none; }
    .myCarouselWrapper .slide-arrow.myCarouselPrev {
      left: calc(100% / 2 - 80px); }
      @media (min-width: 768px) {
        .myCarouselWrapper .slide-arrow.myCarouselPrev {
          left: calc(100% / 2 - 240px); } }
      .myCarouselWrapper .slide-arrow.myCarouselPrev:not(.inactive) .icon {
        animation: prev 1s infinite alternate ease-in-out; }
    .myCarouselWrapper .slide-arrow.myCarouselNext {
      right: calc(100% / 2 - 80px); }
      @media (min-width: 768px) {
        .myCarouselWrapper .slide-arrow.myCarouselNext {
          right: calc(100% / 2 - 240px); } }
      .myCarouselWrapper .slide-arrow.myCarouselNext:not(.inactive) .icon {
        animation: next 1s infinite alternate ease-in-out; }
  .myCarouselWrapper.myCarouselVersetzt .myCarouselContainer {
    padding-top: 3rem; }
    .myCarouselWrapper.myCarouselVersetzt .myCarouselContainer .slide:nth-of-type(odd) {
      margin-top: -3rem; }
  .myCarouselWrapper.myCarouselHochformat .myCarouselContainer .slide img {
    min-height: 500px; }
  .myCarouselWrapper.myCarouselCards .myCarouselContainer .slide .slideContent > div:nth-of-type(2) {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 4rem;
    top: -2rem;
    right: 0;
    background: #FFF;
    padding: 2rem; }
    .myCarouselWrapper.myCarouselCards .myCarouselContainer .slide .slideContent > div:nth-of-type(2) a {
      color: #000000;
      text-decoration: none; }
    .myCarouselWrapper.myCarouselCards .myCarouselContainer .slide .slideContent > div:nth-of-type(2) h2 {
      color: #666E55;
      margin-bottom: 1rem; }
    .myCarouselWrapper.myCarouselCards .myCarouselContainer .slide .slideContent > div:nth-of-type(2) p {
      color: #000000;
      margin-bottom: 2rem; }

/* END myCarousel */
ul.signet {
  padding: 0; }
  ul.signet li {
    position: relative;
    padding-left: 35px;
    /* Adjust as needed */ }
    ul.signet li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 20px;
      /* Adjust the width as needed */
      height: 20px;
      /* Adjust the height as needed */ }

.appMeta {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .appMeta > div {
    padding: 0.5rem; }
    .appMeta > div p {
      text-align: center;
      line-height: 0.5;
      font-size: 2rem; }
      .appMeta > div p:first-of-type {
        font-size: 1rem; }

.appLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .appLinks > a {
    display: block;
    padding: 0.5rem; }

.appButtons {
  font-size: 120%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 1rem; }
  .appButtons > *:first-child {
    margin-right: auto; }

blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }

blockquote:before {
  color: #ccc;
  font-family: "Gilda Display", serif;
  content: "”";
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline;
  font-style: italic; }

@media (min-width: 768px) {
  .listspecial {
    display: flex;
    gap: 10rem; } }
.listspecial p:first-of-type {
  padding: 1rem 0 0 0;
  max-width: 200px;
  text-transform: uppercase;
  color: #808080; }
  @media (min-width: 768px) {
    .listspecial p:first-of-type {
      padding: 1.4rem 0; } }
.listspecial ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (min-width: 768px) {
    .listspecial ul {
      grid-auto-flow: dense; } }
  .listspecial ul li {
    font-size: 1.4rem;
    padding: 0;
    border-bottom: 1px solid #b2b8a4;
    background-color: transparent; }
    @media (min-width: 768px) {
      .listspecial ul li {
        font-size: 2rem;
        padding: 1rem 0; } }
    .listspecial ul li a {
      display: flex;
      gap: 1rem;
      align-items: flex-end;
      text-decoration: none;
      color: #666E55;
      transition: all 0.5s linear; }
      .listspecial ul li a:hover {
        transform: translateY(10px); }
      .listspecial ul li a:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.166' height='19.996' viewBox='0 0 50.166 19.996'%3E%3Cg transform='translate(-0.002 -0.002)'%3E%3Cpath d='M40.178,20a.929.929,0,0,1-.613-.244.886.886,0,0,1-.246-.6.86.86,0,0,1,.246-.6l7.721-7.717H.844a.846.846,0,0,1,0-1.691H47.285l-7.721-7.7a.856.856,0,0,1-.246-.6.8.8,0,0,1,.262-.6.776.776,0,0,1,.6-.248.836.836,0,0,1,.6.248l9.145,9.143a.87.87,0,0,1,0,1.213l-9.145,9.148A.883.883,0,0,1,40.178,20Z' transform='translate(0 0)' fill='%23747857'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        display: block;
        margin-left: 20px;
        display: inline-block; }
@media (min-width: 768px) {
  .listspecial.listspecial-breite50 ul {
    grid-template-columns: 1fr 1fr; } }
.listspecial.listspecial-gap40 ul {
  gap: 2rem; }
  @media (min-width: 768px) {
    .listspecial.listspecial-gap40 ul {
      gap: 5rem; } }

@media (min-width: 768px) {
  .listspecial2 {
    display: flex;
    gap: 1rem;
    flex-direction: column; } }
.listspecial2 p:first-of-type {
  padding: 1rem 0 0 0;
  max-width: 200px;
  text-transform: uppercase;
  color: #808080; }
  @media (min-width: 768px) {
    .listspecial2 p:first-of-type {
      padding: 1.4rem 0; } }
.listspecial2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (min-width: 768px) {
    .listspecial2 ul {
      grid-auto-flow: dense; } }
  .listspecial2 ul li {
    font-size: 1.4rem;
    padding: 0;
    border-bottom: 1px solid #b2b8a4;
    background-color: transparent; }
    @media (min-width: 768px) {
      .listspecial2 ul li {
        font-size: 1.6rem;
        padding: 0.5rem 0; } }
    .listspecial2 ul li a {
      display: flex;
      gap: 1rem;
      align-items: flex-end;
      text-decoration: none;
      color: #666E55;
      transition: all 0.5s linear; }
      .listspecial2 ul li a:hover {
        transform: translateY(10px); }
      .listspecial2 ul li a:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.166' height='19.996' viewBox='0 0 50.166 19.996'%3E%3Cg transform='translate(-0.002 -0.002)'%3E%3Cpath d='M40.178,20a.929.929,0,0,1-.613-.244.886.886,0,0,1-.246-.6.86.86,0,0,1,.246-.6l7.721-7.717H.844a.846.846,0,0,1,0-1.691H47.285l-7.721-7.7a.856.856,0,0,1-.246-.6.8.8,0,0,1,.262-.6.776.776,0,0,1,.6-.248.836.836,0,0,1,.6.248l9.145,9.143a.87.87,0,0,1,0,1.213l-9.145,9.148A.883.883,0,0,1,40.178,20Z' transform='translate(0 0)' fill='%23747857'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        display: block;
        margin-left: 20px;
        display: inline-block; }
@media (min-width: 768px) {
  .listspecial2.listspecial-breite50 ul {
    grid-template-columns: 1fr 1fr; } }
.listspecial2.listspecial-gap40 ul {
  gap: 2rem; }
  @media (min-width: 768px) {
    .listspecial2.listspecial-gap40 ul {
      gap: 5rem; } }

.waves-wrapper {
  --geschwindigkeit:6;
  position: relative;
  text-align: center;
  /* Animation */
  /*Shrinking for mobile*/ }
  .waves-wrapper .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px; }
  .waves-wrapper .parallax > use {
    animation: move-forever calc(var(--geschwindigkeit) * 12.5s) cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
  .waves-wrapper .parallax > use:nth-child(1) {
    animation-delay: calc(var(--geschwindigkeit) * -1s);
    animation-duration: calc(var(--geschwindigkeit) * 3.75s);
    fill: rgba(102, 110, 85, 0.2); }
  .waves-wrapper .parallax > use:nth-child(2) {
    animation-delay: calc(var(--geschwindigkeit) * -1.5s);
    animation-duration: calc(var(--geschwindigkeit) * 5s);
    fill: rgba(102, 110, 85, 0.5); }
  .waves-wrapper .parallax > use:nth-child(3) {
    animation-delay: calc(var(--geschwindigkeit) * -2s);
    animation-duration: calc(var(--geschwindigkeit) * 7.5s);
    fill: #666e55; }
  .waves-wrapper .parallax > use:nth-child(4) {
    animation-delay: calc(var(--geschwindigkeit) * -1.25s);
    animation-duration: calc(var(--geschwindigkeit) * 5s);
    fill: white; }
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
  @media (max-width: 768px) {
    .waves-wrapper .waves {
      height: 40px;
      min-height: 40px; } }

#navigation {
  position: fixed;
  z-index: 4000;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: #f7f6f3;
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    #navigation {
      position: absolute;
      top: 0px;
      bottom: auto;
      left: 0px;
      right: 0px;
      width: calc(100% - 2* 0px); } }
  @media (min-width: 992px) {
    body.gescrollt #navigation {
      position: fixed;
      top: 0; } }
  #navigation #navigationInner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    max-width: 1320px;
    margin: auto; }
    @media (min-width: 992px) {
      #navigation #navigationInner {
        justify-content: space-between; } }
    #navigation #navigationInner > * {
      flex: 1; }
    #navigation #navigationInner #logo {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        #navigation #navigationInner #logo {
          width: auto;
          justify-content: flex-start; } }
      @media (min-width: 992px) {
        #navigation #navigationInner #logo #menu .text {
          display: none; } }
      #navigation #navigationInner #logo #logoIcons {
        display: none; }
        @media (min-width: 992px) {
          #navigation #navigationInner #logo #logoIcons {
            display: block; } }
        #navigation #navigationInner #logo #logoIcons #imgLogo {
          width: 200px;
          height: auto; }
        #navigation #navigationInner #logo #logoIcons #imgSignet {
          display: none; }
    #navigation #navigationInner #home a .logoHausKarin {
      display: none; }
    @media (min-width: 992px) {
      #navigation #navigationInner #home a {
        justify-content: center;
        margin: auto;
        max-width: 200px;
        height: auto;
        aspect-ratio: 1/1;
        display: grid;
        place-items: center;
        border: 1px solid #e3dfd4;
        border-radius: 100vw;
        padding: 1rem;
        background-color: #f7f6f3;
        font-family: "Gilda Display", serif;
        font-size: 4rem;
        line-height: 1; }
        #navigation #navigationInner #home a .logoHausKarin {
          display: block;
          margin-top: 20px; }
          #navigation #navigationInner #home a .logoHausKarin img {
            width: 120px;
            height: auto; }
        #navigation #navigationInner #home a .text {
          display: none; } }
    @media (min-width: 992px) {
      #navigation #navigationInner #tel {
        display: none; } }
    #navigation #navigationInner a {
      display: block;
      text-align: center;
      color: #3e4334;
      font-size: 1.4rem;
      text-decoration: none;
      padding: 0 0.5rem; }
      #navigation #navigationInner a .icon svg {
        transform-origin: center center;
        transform: scale(1.2, 1.2); }
      #navigation #navigationInner a .text {
        display: block;
        font-size: 0.9rem; }
        @media (min-width: 992px) {
          #navigation #navigationInner a .text {
            font-size: 1.5rem; } }
      @media (min-width: 992px) {
        #navigation #navigationInner a#openbtn {
          height: 62px;
          display: flex;
          justify-content: center;
          flex-direction: row;
          align-items: center; }
          #navigation #navigationInner a#openbtn .icon {
            padding-right: 1rem; }
            #navigation #navigationInner a#openbtn .icon svg {
              transform: scale(1.8, 1.2); }
          #navigation #navigationInner a#openbtn .text {
            font-size: 2rem; } }
    #navigation #navigationInner .navigationInnerSprachen {
      display: none; }
      @media (min-width: 992px) {
        #navigation #navigationInner .navigationInnerSprachen {
          height: 62px;
          display: flex;
          justify-content: center;
          flex-direction: row;
          align-items: center;
          margin: 0;
          margin-left: 2rem;
          margin-right: auto;
          list-style: none;
          padding: 0; } }
    #navigation #navigationInner .navigationInnerTelefon .tel {
      display: none; }
    @media (min-width: 992px) {
      #navigation #navigationInner .navigationInnerTelefon {
        height: 62px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        list-style: none;
        padding: 0;
        margin-right: 2rem; }
        #navigation #navigationInner .navigationInnerTelefon .icon {
          display: none; }
        #navigation #navigationInner .navigationInnerTelefon .text {
          display: none; }
        #navigation #navigationInner .navigationInnerTelefon .tel {
          display: block; } }
    @media (min-width: 992px) {
      #navigation #navigationInner .navigationInnerButtons {
        height: 62px;
        display: flex;
        justify-content: end;
        flex-direction: row;
        align-items: center;
        list-style: none;
        padding: 0.5rem 0;
        margin-right: 2rem; }
        #navigation #navigationInner .navigationInnerButtons:last-of-type {
          margin-right: 0rem; }
        #navigation #navigationInner .navigationInnerButtons .icon {
          display: none; }
        #navigation #navigationInner .navigationInnerButtons .text {
          display: inline-block;
          border: 1px solid #99a287;
          padding: 0.5rem; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      #navigation #navigationInner .navigationInnerButtons .text {
        padding: 0.5rem 2rem; } }

    #navigation #navigationInner .navigationInnerButtons .text:hover {
      border-color: #313429;
      background-color: transparent !important;
      color: #313429; }

#logo-erweitert {
  width: 500px;
  height: auto; }

/* Navigation */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  right: 0;
  top: 0;
  background-color: #666E55;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }
  .overlay .overlay-content {
    z-index: 2;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column; }
    @media (min-height: 750px) {
      .overlay .overlay-content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .overlay .overlay-content #logo a {
      display: block; }
      .overlay .overlay-content #logo a #imgLogo {
        display: none;
        width: 233px;
        margin: auto;
        margin-bottom: 2rem; }
        @media (min-width: 992px) {
          .overlay .overlay-content #logo a #imgLogo {
            display: block; } }
      .overlay .overlay-content #logo a #imgSignet {
        width: 125px;
        margin: auto;
        margin-bottom: 2rem; }
        @media (min-width: 992px) {
          .overlay .overlay-content #logo a #imgSignet {
            display: none; } }
    .overlay .overlay-content .accordion {
      margin: 0 auto;
      width: 100%;
      max-width: 992px; }
      .overlay .overlay-content .accordion .accordion-item {
        border-radius: 0;
        background-color: transparent; }
        .overlay .overlay-content .accordion .accordion-item .accordion-button {
          border-radius: 0;
          background-color: transparent;
          text-align: center;
          font-size: 2rem;
          color: #FFFFFF; }
        .overlay .overlay-content .accordion .accordion-item .accordion-body {
          text-align: left; }
    .overlay .overlay-content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .overlay .overlay-content ul.sprachNavi {
        display: flex;
        justify-content: center;
        align-content: center; }
      .overlay .overlay-content ul li a {
        padding: 2px;
        text-decoration: none;
        font-size: 1.2rem;
        color: #FFFFFF;
        display: block;
        transition: 0.3s;
        word-wrap: break-word;
        hyphens: auto; }
        @media (min-height: 750px) {
          .overlay .overlay-content ul li a {
            padding: 4px; } }
        @media (min-height: 925px) {
          .overlay .overlay-content ul li a {
            padding: 8px; } }
        @media (min-width: 768px) and (min-height: 800px) {
          .overlay .overlay-content ul li a {
            font-size: 1.5rem; } }
        .overlay .overlay-content ul li a:hover {
          transition-duration: 0.3s;
          transform: scale(1.3, 1.3); }
        .overlay .overlay-content ul li a#closebtn {
          font-size: 3rem; }
          @media (min-width: 768px) {
            .overlay .overlay-content ul li a#closebtn {
              position: absolute;
              top: 20px;
              right: 45px;
              font-size: 3rem;
              z-index: 1; } }
      .overlay .overlay-content ul li hr {
        background-color: #FFFFFF;
        margin: 1rem auto 1rem auto; }
        @media (min-height: 850px) {
          .overlay .overlay-content ul li hr {
            margin: 2rem auto 2rem auto; } }

/* filter list */
@keyframes zoom-in {
  0% {
    transform: scale(0.1); }
  100% {
    transform: none; } }
@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg); }
  100% {
    transform: none; } }
.is-animated {
  animation: .5s zoom-in; }

.filter-list {
  text-align: center; }

.card {
  border-radius: 0;
  border: 0;
  background-color: #666E55; }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  aspect-ratio: 4 / 3;
  object-fit: cover; }

.filter-list a {
  display: block;
  margin: 0 10px 20px 10px;
  overflow: hidden; }
  .filter-list a:hover .card {
    background-color: #99a287; }

.filter-list input {
  display: none; }

.filter-list label {
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer; }

.filter-list input#all:checked ~ label[for="all"],
.filter-list input#mtb:checked ~ label[for="mtb"],
.filter-list input#rennrad:checked ~ label[for="rennrad"],
.filter-list input#genussrad:checked ~ label[for="genussrad"] {
  background-color: #eee;
  border: 1px solid #000; }

.filter-list input#mtb:checked ~ section a[data-skill~="mtb"] {
  display: block; }

.filter-list input#mtb:checked ~ section a:not([data-skill~="mtb"]) {
  display: none; }

.filter-list input#rennrad:checked ~ section a[data-skill~="rennrad"] {
  display: block; }

.filter-list input#rennrad:checked ~ section a:not([data-skill~="rennrad"]) {
  display: none; }

.filter-list input#genussrad:checked ~ section a[data-skill~="genussrad"] {
  display: block; }

.filter-list input#genussrad:checked ~ section a:not([data-skill~="genussrad"]) {
  display: none; }

#elemente {
  margin-top: 30px;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr; }
  @media (min-width: 576px) {
    #elemente {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    #elemente {
      grid-template-columns: 1fr 1fr 1fr; } }

.navbar-ani {
  transition: top 0.5s; }

@media (min-width: 992px) {
  .navbar-ani-hidden {
    top: -160px !important; } }

.sprachen {
  list-style: none;
  margin: 0;
  padding-top: 32px;
  padding-left: 32px;
  display: flex;
  gap: 0.5rem; }
  .sprachen a {
    display: block;
    padding: 0.5rem;
    width: 50px;
    text-align: center;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem !important; }

.logoHausKarin img {
  width: 120px;
  height: auto; }
.logoHausKarin span:first-of-type {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }
.logoHausKarin span:last-of-type {
  font-family: "Gilda Display", serif;
  font-size: 3rem; }

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