@charset "UTF-8";
:root {
  --bs-link-color-rgb: 110, 15, 20;
  --bs-link-hover-color-rgb: 200, 27, 36; }

/* news-cycle-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: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: url("./news-cycle/news-cycle-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* news-cycle-700 - 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: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: url("./news-cycle/news-cycle-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
.m-6 {
  margin: 5rem; }

.p-6 {
  padding: 5rem; }

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

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

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

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

.ms-6 {
  margin-left: 5rem; }

.me-6 {
  margin-right: 5rem; }

.ps-6 {
  padding-left: 5rem; }

.pe-6 {
  padding-right: 5rem; }

.m-7 {
  margin: 8rem; }

.p-7 {
  padding: 8rem; }

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

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

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

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

.ms-7 {
  margin-left: 8rem; }

.me-7 {
  margin-right: 8rem; }

.ps-7 {
  padding-left: 8rem; }

.pe-7 {
  padding-right: 8rem; }

.m-8 {
  margin: 12rem; }

.p-8 {
  padding: 12rem; }

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

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

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

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

.ms-8 {
  margin-left: 12rem; }

.me-8 {
  margin-right: 12rem; }

.ps-8 {
  padding-left: 12rem; }

.pe-8 {
  padding-right: 12rem; }

.m-9 {
  margin: 16rem; }

.p-9 {
  padding: 16rem; }

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

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

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

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

.ms-9 {
  margin-left: 16rem; }

.me-9 {
  margin-right: 16rem; }

.ps-9 {
  padding-left: 16rem; }

.pe-9 {
  padding-right: 16rem; }

.m-10 {
  margin: 24rem; }

.p-10 {
  padding: 24rem; }

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

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

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

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

.ms-10 {
  margin-left: 24rem; }

.me-10 {
  margin-right: 24rem; }

.ps-10 {
  padding-left: 24rem; }

.pe-10 {
  padding-right: 24rem; }

.m-11 {
  margin: 36rem; }

.p-11 {
  padding: 36rem; }

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

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

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

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

.ms-11 {
  margin-left: 36rem; }

.me-11 {
  margin-right: 36rem; }

.ps-11 {
  padding-left: 36rem; }

.pe-11 {
  padding-right: 36rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
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; }

.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: transparent;
  border: 2px solid #7b0309;
  color: #7b0309;
  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;
    color: #6e0f14;
    border: 2px solid #6e0f14; }

.btn-secondary {
  background-color: transparent;
  border-color: #6e0f14;
  color: #6E0F14;
  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: black;
    color: black; }

.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: #6E0F14;
    color: #FFFFFF; }

.bg-primary {
  background-color: #6E0F14 !important;
  color: #FFFFFF88; }
  .bg-primary h1, .bg-primary h2, .bg-primary p, .bg-primary a, .bg-primary ul, .bg-primary ol, .bg-primary li {
    color: #FFFFFFbb; }
  .bg-primary .btn-primary {
    background-color: transparent;
    border-color: #FFFFFF; }
    .bg-primary .btn-primary:hover {
      border-color: #FFFFFF !important; }
  .bg-primary a {
    color: #FFFFFF;
    text-decoration: none; }
    .bg-primary a:hover {
      color: #FFFFFFbb; }

.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: #6E0F14; }
.bg-secondary a.special {
  text-decoration: underline #000000 dotted 2px; }
  .bg-secondary a.special:hover {
    background-image: linear-gradient(120deg, #6E0F14 0%, #6E0F14 100%); }

.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, #6E0F14 0%, #6E0F14 100%); }

.bg-light {
  background-color: #fbfbfb !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); }

/* Carousel  */
/* 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: #6E0F14;
    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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  left: 0;
  right: 0; }
  .carousel.controlsTop .carousel-controls {
    top: 50px;
    justify-content: start; }
  .carousel.controlsBottom .carousel-controls {
    bottom: 50px;
    justify-content: end; }
  .carousel .carousel-controls > div {
    display: flex;
    margin-bottom: 1rem; }
  .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,%3Csvg id='Layer_1' data-name='Layer 1'  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 320'%3E%3Cpolygon fill='%23FFFFFF' points='192,300.6 171.3,320 0,160 171.3,0 192,19.3 41.5,160 '/%3E%3C/svg%3E%0A");
      width: 50px;
      height: 50px;
      display: block;
      margin-right: 10px; }
  .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,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 320'%3E%3Cpolygon fill='%23FFFFFF' points='0 19.4 20.7 0 192 160 20.7 320 0 300.7 150.5 160 0 19.4'/%3E%3C/svg%3E");
      width: 50px;
      height: 50px;
      display: block;
      margin-left: 10px; }
  .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: 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 {
    justify-content: center;
    align-content: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    inset: auto 0;
    max-width: 2200px;
    width: 100%;
    margin: auto;
    display: none; }
    .carousel.captionTop .carousel-caption {
      top: 180px;
      bottom: auto;
      align-content: start; }
    .carousel.captionBottom .carousel-caption {
      top: auto;
      bottom: 180px;
      align-content: end; }
    @media (min-height: 700px) {
      .carousel.carousel100ViewHeight .carousel-caption {
        display: block; } }
.carousel .carousel-item .carousel-caption {
  text-align: center;
  padding: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  height: 100%; }
  .carousel.captionTop .carousel-caption {
    top: 180px;
    bottom: auto;
    align-content: start; }
  .carousel.captionBottom .carousel-caption {
    top: auto;
    bottom: 100px;
    align-content: end; }
  .carousel .carousel-item .carousel-caption .h1 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: clamp(1.4rem, 3vw, 2.5rem);
    color: #FFFFFF;
    padding: 0 2rem; }
  .carousel .carousel-item .carousel-caption .h2 {
    font-size: clamp(1.4rem, 4vw, 3rem);
    margin-bottom: clamp(1.4rem, 5vw, 3.5rem);
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 2rem; }
  .carousel .carousel-item .carousel-caption h3 {
    font-size: clamp(1.5rem, 3vw, 2.6rem);
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 2rem; }
  .carousel .carousel-item .carousel-caption p {
    font-size: clamp(1.4rem, 2vw, 2rem);
    color: #FFFFFF;
    line-height: 1.2; }
    .carousel .carousel-item .carousel-caption p strong {
      font-size: 2rem;
      color: #FFFFFF;
      line-height: 1; }
  .carousel .carousel-item .carousel-caption .btn-primary {
    color: #FFFFFF;
    background-color: transparent;
    text-shadow: none;
    border-color: #FFFFFF;
    display: inline-block;
    width: fit-content;
    margin: auto;
    border-radius: 10px; }
.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,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 320'%3E%3Cpolygon fill='%23FFFFFF' points='0 19.4 20.7 0 192 160 20.7 320 0 300.7 150.5 160 0 19.4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    display: block;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 20px; }
@media screen and (min-width: 576px) {
  .carousel.multipleItems .carousel-inner {
    display: flex; }
  .carousel.multipleItems .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3); } }
.carousel.multipleItems .carousel-indicators {
  display: none; }
.carousel.multipleItems .carousel-control-prev,
.carousel.multipleItems .carousel-control-next {
  display: block; }

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

.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; } }
  .myGrid.myGrid--special3 {
    align-items: center;
    grid-row-gap: 2rem;
    grid-column-gap: 0rem; }
    @media (min-width: 992px) {
      .myGrid.myGrid--special3 {
        grid-row-gap: 8rem;
        grid-column-gap: 4rem; } }
  @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; } }

body {
  color: #3d3d3d;
  font-weight: 200;
  font-family: "News Cycle", 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: #eee;
  position: relative; }

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: "--Prantl &amp; von Musil--";
    /* 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);
  letter-spacing: 0.2rem; }

h1 + h2 {
  margin-top: 0;
  margin-bottom: 0; }

h2 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  margin-bottom: 1rem; }

h3 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }

h4 {
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }

.subtitel {
  font-family: "News Cycle", sans-serif;
  color: #6E0F14;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem; }

a {
  color: #7b0309; }
  a:hover {
    color: #6e0f14; }

b, strong {
  font-weight: 700; }

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

footer .footer__inhalt {
  padding: 8rem 0 3rem 0;
  display: grid;
  gap: 2rem;
  text-align: center; }
  @media (min-width: 768px) {
    footer .footer__inhalt {
      padding: 8rem 0 12rem 0;
      text-align: left;
      grid-template-columns: auto 1fr; }
      footer .footer__inhalt > div:first-child {
        border-right: 1px solid #c81b24;
        padding-right: 5rem; }
      footer .footer__inhalt > div:nth-child(2) {
        padding-left: 1rem; } }
  footer .footer__inhalt ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  footer .footer__inhalt .adresse {
    font-size: 120%;
    font-style: italic; }
footer .impressum {
  padding-bottom: 3rem;
  font-size: 1rem; }
  @media (min-width: 768px) {
    footer .impressum {
      display: flex;
      justify-content: space-between;
      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; }

.icon svg {
  width: 24px;
  height: 24px; }
.icon.iconFFFFFF svg {
  fill: #FFFFFF;
  stroke: #FFFFFF; }
.icon.icon000000 svg {
  fill: #000000;
  stroke: #000000; }
.icon.iconfarbe1 svg {
  fill: #6E0F14;
  stroke: #6E0F14; }
.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; }

.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; }

/* 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: #6E0F14;
          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;
              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;
                  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: #6E0F14;
      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 */ }

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

blockquote:before {
  color: #ccc;
  font-family: "News Cycle", sans-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 #e3333c;
    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: #6E0F14;
      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 #e3333c;
    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: #6E0F14;
      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; } }

#logo-erweitert {
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  top: 100px;
  text-align: center;
  width: auto;
  height: 121px; }
  #logo-erweitert img {
    width: 550px;
    height: auto;
    max-width: 90%; }

.logo-menu {
  width: 150px;
  height: auto; }

.kopf {
  position: relative;
  z-index: 0; }

#navigation {
  position: fixed;
  z-index: 4000;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    #navigation {
      position: absolute;
      top: 100px;
      bottom: auto;
      left: auto;
      right: 10px;
      width: 70px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      overflow: clip; } }
  @media (min-width: 992px) {
    body.gescrollt #navigation {
      position: fixed;
      top: 100px; } }
  #navigation #navigationInner {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #580c10;
    align-items: center;
    margin: auto; }
    @media (min-width: 992px) {
      #navigation #navigationInner {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        background-color: transparent; } }
    #navigation #navigationInner > * {
      flex: 1;
      width: 100%; }
    #navigation #navigationInner #nav {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        #navigation #navigationInner #nav #menu .text {
          display: none; } }
      #navigation #navigationInner #nav #menu #menu-toggle .icon {
        background-color: #FFFFFF; }
        #navigation #navigationInner #nav #menu #menu-toggle .icon:before {
          background-color: #FFFFFF; }
        #navigation #navigationInner #nav #menu #menu-toggle .icon:after {
          background-color: #FFFFFF; }
      #navigation #navigationInner #nav #menu #menu-toggle.open .icon {
        background: transparent; }
    #navigation #navigationInner #home a .logoWrapper {
      display: none; }
    #navigation #navigationInner #sprachen {
      list-style: none;
      text-transform: uppercase;
      display: none;
      padding: 0.5rem 0; }
      @media (min-width: 992px) {
        #navigation #navigationInner #sprachen {
          display: flex;
          flex-direction: column;
          width: 60px;
          aspect-ratio: 1 / 1;
          gap: 5px; } }
      #navigation #navigationInner #sprachen li a {
        font-size: 90%;
        padding: 0.3rem; }
    #navigation #navigationInner a {
      display: block;
      text-align: center;
      color: #FFFFFF;
      text-decoration: none;
      padding: 0.5rem; }
      @media (min-width: 992px) {
        #navigation #navigationInner a {
          aspect-ratio: 1/1;
          background-color: #6E0F14;
          border-radius: 100vw;
          display: grid;
          place-items: center; } }
      #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 {
            display: none; } }
      #navigation #navigationInner a#openbtn {
        height: 68px; }
        @media (min-width: 992px) {
          #navigation #navigationInner a#openbtn {
            aspect-ratio: 1/1;
            background-color: #6E0F14;
            border-radius: 100vw;
            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; }

#menu-wrapper .sprachen a {
  display: inline-block;
  font-size: 1.2rem !important;
  padding: 0.5rem 1rem;
  border: 1px solid #FFFFFF88; }

/* 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: #6E0F14; }

.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; }

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

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

.accordion {
  --bs-accordion-bg:$farbe-body;
  --bs-accordion-color: $farbe-body;
  --bs-accordion-active-bg: $farbe-body;
  --bs-accordion-button-active-bg: $farbe-body;
  --bs-accordion-button-active-color: $farbe-body;
  --bs-accordion-active-color: $farbe-body; }
  .accordion .accordion-item {
    padding: 1rem 0; }
    .accordion .accordion-item .accordion-header {
      margin: 0; }
      .accordion .accordion-item .accordion-header .accordion-button {
        box-shadow: none;
        text-transform: none;
        font-size: inherit; }
        .accordion .accordion-item .accordion-header .accordion-button:after {
          background-color: #eee;
          padding: 20px;
          border-radius: 50%;
          background-position: center;
          margin-left: 0;
          margin-right: 1rem;
          order: -1;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236E0F14'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }
        .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          font-weight: 700;
          box-shadow: none; }

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