/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("/public/_resources/themes/master/fonts/quicksand-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/public/_resources/themes/master/fonts/quicksand-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("/public/_resources/themes/master/fonts/quicksand-v31-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lead {
  font-size: 1.5rem;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
.text-shadow p, .text-shadow h1, .text-shadow .h1, .text-shadow h2, .text-shadow .h2, .text-shadow h3, .text-shadow .h3, .text-shadow h4, .text-shadow .h4, .text-shadow h5, .text-shadow .h5, .text-shadow h6, .text-shadow .h6 {
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
.text-shadow a {
  text-shadow: none;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.text-large {
  font-size: 18px;
}

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .text-mobile-small {
    font-size: 14px !important;
  }
  .text-mobile-medium {
    font-size: 16px !important;
  }
  .text-mobile-large {
    font-size: 18px !important;
  }
}
.icon-xlarge {
  font-size: 2.5rem;
}

.icon-large {
  font-size: 1.5rem;
}

.icon-medium {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .icon-mobile-small::before {
    font-size: 14px !important;
  }
  .icon-mobile-medium::before {
    font-size: 16px !important;
  }
  .icon-mobile-large::before {
    font-size: 18px !important;
  }
}
header.main-header a {
  text-decoration: none;
}
header.main-header .nav-link, header.main-header .nav-link {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0.8;
}
header.main-header .nav-link:focus, header.main-header .nav-link:hover {
  opacity: 1;
}

.navbar-toggler {
  margin-right: -0.75rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f410";
  font-size: 26px;
  color: #333;
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
  content: "\f0c9";
}

header.Light .navbar-toggler-icon::after {
  color: #f5f5f5;
}

.dropdown-toggle::after {
  position: absolute;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
  margin-top: 5px;
  margin-left: 5px;
  border: none;
  font-size: 10px;
  transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

@media (min-width: 993px) {
  .dropdown-toggle:hover::after {
    animation: 0.5s ease-in-out dropdown-angle;
  }
}
@keyframes dropdown-angle {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.main-header .header-top {
  position: absolute;
  top: 0;
  z-index: 100;
}
header.main-header .main-navbar {
  position: absolute;
  top: 60px;
  z-index: 100;
  max-width: 100vw;
}
header.main-header .main-navbar .container {
  align-items: start;
}

header.main-header.sticky .header-top {
  position: absolute;
  top: -60px;
}
header.main-header.sticky .main-navbar {
  position: fixed;
  top: 0;
}
header.main-header.sticky .main-navbar .container {
  align-items: center;
}

@media (max-width: 768px) {
  header.main-header .dropdown-menu {
    background: none;
  }
  header.main-header .dropdown-menu .dropdown-item {
    color: #f5f5f5;
  }
  header.main-header .dropdown-menu .dropdown-item:hover,
  header.main-header .dropdown-menu .dropdown-item:focus,
  header.main-header .dropdown-menu .dropdown-item:active {
    color: #f5f5f5;
  }
  header.Dark.main-header .dropdown-menu {
    background: none;
  }
  header.Dark.main-header .dropdown-menu .dropdown-item {
    color: #333;
  }
  header.Dark.main-header .dropdown-menu .dropdown-item:hover,
  header.Dark.main-header .dropdown-menu .dropdown-item:focus,
  header.Dark.main-header .dropdown-menu .dropdown-item:active {
    color: #333;
  }
}
header.Light {
  color: #f5f5f5;
}
header.Light .header-top {
  border-bottom: 1px solid #f5f5f5;
}
header.Light a {
  color: #f5f5f5;
}
header.Light .nav-link:focus, header.Light .nav-link:hover {
  color: #f5f5f5;
}

header.main-header.Light.sticky .main-navbar {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #f5f5f5;
}

header.Dark {
  color: #333;
}
header.Dark .header-top {
  border-bottom: 1px solid #333;
}
header.Dark a {
  color: #333;
}
header.Dark .nav-link:focus, header.Dark .nav-link:hover {
  color: #333;
}

header.main-header.Dark.sticky .main-navbar {
  background-color: rgba(255, 255, 255, 0.8);
}

header.Primary {
  color: #7f201f;
}
header.Primary .header-top {
  border-bottom: 1px solid #7f201f;
}
header.Primary a {
  color: #7f201f;
}
header.Primary .nav-link:focus, header.Primary .nav-link:hover {
  color: #7f201f;
}

header.Secondary {
  color: #666;
}
header.Secondary .header-top {
  border-bottom: 1px solid #666;
}
header.Secondary a {
  color: #666;
}
header.Secondary .nav-link:focus, header.Secondary .nav-link:hover {
  color: #666;
}

header.main-header .dropdown-menu {
  border-radius: 0px;
  border: none;
}
header.main-header .dropdown-menu[data-bs-popper] {
  top: 42px;
  left: -9px;
}
header.main-header .dropdown-item {
  color: #333;
  background-color: unset;
}
header.main-header .dropdown-item:hover,
header.main-header .dropdown-item:focus,
header.main-header .dropdown-item:active {
  color: #333;
  opacity: 0.5;
}

@media (min-width: 993px) {
  header.main-header .dropdown-menu:after {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 0;
    height: 0;
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }
}
a {
  color: #7f201f;
}

a:hover,
a:focus,
a:active {
  color: #7f201f;
}

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

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.border-light {
  border: 2px solid #f5f5f5 !important;
}

.primary {
  color: #7f201f;
}

.secondary {
  color: #666;
}

.dark {
  color: #333;
}

.light {
  color: #f5f5f5;
}

.bg-primary {
  background-color: #7f201f !important;
}

.bg-secondary {
  background-color: #666 !important;
}

.bg-dark {
  background-color: #333 !important;
}

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

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.cover {
  position: absolute;
  z-index: 80;
}

.cover.center {
  top: 50%;
  transform: translateY(-50%);
}

.cover.top {
  top: 5%;
}

.cover.bottom {
  bottom: 5%;
}

.cover.left {
  left: 20px;
}

.cover.right {
  right: 20px;
}

.btn {
  border-radius: 0px;
}

.btn-round {
  border-radius: 20px;
}

.btn-primary {
  background-color: #7f201f;
  color: #fff;
  border: none;
  border: 1px solid #7f201f;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #7f201f;
  color: #fff;
  border: 1px solid #7f201f;
}

.btn-secondary {
  background-color: #666;
  color: #fff;
  border: none;
  border: 1px solid #666;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
}

.btn-outline {
  color: #333;
  border: 1px solid #333;
}

.bg-dark .btn-outline,
.text-white .btn-outline {
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.btn-outline-primary {
  color: #7f201f;
  border: 1px solid #7f201f;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #7f201f;
  border: 1px solid #7f201f;
  background: transparent;
}

.btn-outline-secondary {
  color: #666;
  border: 1px solid #666;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  color: #666;
  border: 1px solid #666;
  background: transparent;
}

.btn-outline.btn-lg,
.btn-outline-primary.btn-lg {
  font-weight: 300;
}

header.mainHeader {
  position: relative;
  z-index: 100;
}

.header-top {
  height: 60px;
}

.main-spacer {
  margin-top: 200px;
}

@media (max-width: 768px) {
  .main-spacer {
    margin-top: 100px;
  }
}
/* swiper */
.swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #7f201f;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #7f201f;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #7f201f;
  animation: 0.25s ease-in-out 0.15s pagination-bullet;
  animation-fill-mode: forwards;
}

.swiper-button-prev-outside {
  position: absolute;
  top: 28%;
  left: -60px;
}

.swiper-button-prev-outside::after {
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f100";
  font-size: 2rem;
  color: #7f201f;
}

.swiper-button-next-outside {
  position: absolute;
  top: 28%;
  right: -60px;
}

.swiper-button-next-outside::after {
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f101";
  font-size: 2rem;
  color: #7f201f;
}

.BlockArticleTeaser .swiper-button-prev-outside {
  top: 18%;
}

.BlockArticleTeaser .swiper-button-next-outside {
  top: 18%;
}

@media (max-width: 1200px) {
  .swiper-button-next-outside, .swiper-button-prev-outside {
    top: 13%;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.caption {
  position: absolute;
  bottom: 20%;
  z-index: 11;
}

.caption.top {
  top: 20%;
  bottom: unset;
}

.BlockBanner {
  overflow: hidden;
}
.BlockBanner .backdrop {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlockBanner .wrapper > .container {
  position: relative;
  height: 100vh;
}

.BlockBanner.small-header {
  height: 400px;
}
.BlockBanner.small-header .wrapper {
  height: 400px;
  display: flex;
  justify-content: center;
}
.BlockBanner.small-header .wrapper > .container {
  position: relative;
  height: 400px;
}
.BlockBanner.small-header .backdrop {
  height: 100%;
}
.BlockBanner.small-header .caption {
  position: absolute;
  bottom: 20px;
  transform: none;
  top: unset;
}

@media (max-width: 768px) {
  .BlockBanner.small-header {
    min-height: 25vh;
    height: unset;
  }
  .BlockBanner.small-header .wrapper {
    min-height: 25vh;
    height: unset;
  }
  .BlockBanner.small-header .caption {
    padding-left: 10px;
  }
}
.BlockBannerSlider {
  margin-left: -1px;
}
.BlockBannerSlider picture img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlockBannerSlider .swiper-slide {
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlockBannerSlider .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
}

@media (min-width: 993px) {
  .BlockBannerSlider .swiper-pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    transform: translateY(50%);
    right: 20px;
    left: unset;
    width: 10px;
  }
  .BlockBannerSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #f5f5f5;
    margin-top: 10px !important;
  }
  .BlockBannerSlider .swiper-pagination-bullet-active {
    background: #f5f5f5;
    animation: 0.25s ease-in-out 0.15s pagination-bullet-vertical;
    animation-fill-mode: forwards;
  }
}
@keyframes pagination-bullet-vertical {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* chevron */
.BlockBanner.chevron::after,
.BlockBannerSlider.chevron::after {
  content: "\f103";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -13px;
  animation-name: bannerChevron;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  z-index: 1001;
}

.BlockBanner.small-header.chevron::after {
  display: none;
}

@keyframes bannerChevron {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.collapse.MobileTeaser,
.collapse.MobileTeaser.collapsing {
  display: block !important;
  height: 200px;
  overflow: hidden;
}

.collapse.MobileTeaser.show {
  height: auto;
}

.collapse.MobileTeaser .overlay {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-light .collapse.MobileTeaser .overlay {
  background: linear-gradient(0deg, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%);
}

.collapse.MobileTeaser.show .overlay {
  display: none;
}

button.MobileTeaserButton {
  display: none !important;
}

button.MobileTeaserButton.collapsed {
  display: inline-block !important;
}

button.MobileTeaserButton::after {
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f103";
  font-size: 1.5rem;
  color: #7f201f;
}

@media (min-width: 769px) {
  .collapse.MobileTeaser {
    height: auto;
  }
  .collapse.MobileTeaser .overlay {
    display: none;
  }
  button.MobileTeaserButton {
    display: none !important;
  }
  button.MobileTeaserButton.collapsed {
    display: none !important;
  }
}
.BlockArticleTeaserCards picture {
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .BlockArticleTeaserCards .cover h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .BlockArticleTeaserCards .cover h3 {
    font-size: 14px;
  }
}
.BlockAccordionItems .bg-cover {
  max-height: 300px;
}
.BlockAccordionItems .accordion-button {
  color: #333;
}
.BlockAccordionItems .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.BlockAccordionItems .accordion-button::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  transform-origin: 7px 9px;
}
.BlockAccordionItems .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
  .BlockAccordionItems .bg-cover {
    max-height: 220px;
  }
  .BlockAccordionItems .accordion-left-side {
    padding-left: 30px;
    padding-right: 30px;
  }
  .BlockAccordionItems .accordion-wrapper {
    margin: -15px 0;
  }
}

form #checkId {
  display: none;
}

.image {
  max-width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.image.visible {
  opacity: 1;
}

.hover-zoom {
  overflow: hidden;
}
.hover-zoom .image {
  transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.hover-zoom .image:hover {
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.2;
  width: 100%;
  height: 100%;
}

.fade-in {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  translate: 0 20px;
}

.fade-in.visible {
  opacity: 1;
  translate: 0 0;
}

.delay-01 {
  transition-delay: 0.1s;
}

.delay-02 {
  transition-delay: 0.2s;
}

.delay-03 {
  transition-delay: 0.3s;
}

.delay-04 {
  transition-delay: 0.4s;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-06 {
  transition-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
}

.delay-09 {
  transition-delay: 0.9s;
}

.delay-1 {
  transition-delay: 1s;
}

.btn:hover {
  padding-right: 33px;
  transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
}

.btn:hover::after {
  position: absolute;
  opacity: 0;
  width: 20px;
  margin-top: 4px;
  content: "\f101";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 11px;
  animation: 0.25s ease-in-out 0.15s move-in-out;
  animation-fill-mode: forwards;
}

@keyframes move-in-out {
  0% {
    margin-left: 15px;
    opacity: 0;
  }
  50% {
    margin-left: 15px;
    opacity: 1;
  }
  100% {
    margin-left: 5px;
    opacity: 1;
  }
}
.btn.btn-lg:hover::after {
  margin-top: 7.5px;
  font-size: 13px;
}

.btn.btn-sm:hover::after {
  margin-top: 3.5px;
  font-size: 11px;
}

.btn.no-icon::after {
  content: none;
}

.btn.no-transition {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.btn.no-transition:hover {
  padding-right: 12px;
}

img.backdrop {
  animation: 15s ease-in-out image-zoom;
  animation-iteration-count: infinite;
}

@keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* merriweather-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.woff2") format("woff2"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.woff") format("woff"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.ttf") format("truetype"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-regular.svg#Merriweather") format("svg"); /* Legacy iOS */
}
/* merriweather-700italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.woff2") format("woff2"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.woff") format("woff"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.ttf") format("truetype"), url("/public/_resources/themes/master/fonts/merriweather-v30-latin-700italic.svg#Merriweather") format("svg"); /* Legacy iOS */
}
.element {
  scroll-margin-top: 4rem;
}

a:hover,
a:focus,
a:active,
.nav-link:focus, .nav-link:hover {
  color: #7f201f;
}

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, .h1 {
  font-family: "Merriweather Sans", serif;
}

h2, .h2 {
  font-family: "Merriweather Sans", serif;
  color: #7f201f;
}

h3, .h3 {
  font-family: "Merriweather Sans", serif;
  color: #7f201f;
}

h4, .h4 {
  font-family: "Merriweather Sans", serif;
  color: #7f201f;
}

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

.navbar-brand {
  min-height: 42px;
}
.navbar-brand img {
  max-width: 300px;
}

@media (max-width: 768px) {
  #mainHeader .navbar-brand img {
    max-width: 180px;
    margin-top: -30px;
  }
  #mainHeader.sticky .navbar-brand img {
    max-width: 180px;
    margin-top: 0px;
  }
}
#mainHeader.sticky .navbar-brand img {
  max-width: 120px;
}

header.Light .header-top,
header.Dark .header-top,
header.Primary .header-top,
header.Secondary .header-top {
  border-bottom: none;
}

header.main-header i.lab {
  font-size: 1.5rem;
}
header.main-header .nav-link,
header.main-header .nav-link:focus,
header.main-header .nav-link:hover {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
}

@media (max-width: 768px) {
  i.las {
    font-size: 1.5rem;
  }
}
header.main-header.sticky .main-navbar {
  background-color: #faf5f0 !important;
  border-bottom: none;
  color: #7f201f !important;
}
header.main-header.sticky .main-navbar .nav-link,
header.main-header.sticky .main-navbar .nav-link:focus,
header.main-header.sticky .main-navbar .nav-link:hover {
  color: #7f201f;
}
header.main-header.sticky .main-navbar .dropdown-item {
  color: #333;
}

header.main-header .dropdown-menu[data-bs-popper] {
  top: 52px;
  left: -9px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  color: #7f201f !important;
}

header.main-header.sticky .main-navbar .navbar-toggler .navbar-toggler-icon::after {
  color: #7f201f !important;
}

@media (max-width: 768px) {
  .main-spacer {
    margin-top: 120px;
  }
}
.swiper-pagination-bullet {
  border-radius: 50%;
}

.card {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

.btn-anmeldung {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  text-decoration: none;
}

/* Column for the calendar icon */
.icon-column {
  flex: 0 0 auto;
}

.calendar-icon::after {
  font-size: 32px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f133";
}

.text-column {
  flex: 1;
  text-align: left;
}

.btn:hover::after {
  margin-top: 6px;
}

footer {
  padding: 20px 0px;
}

.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 15px;
  padding-left: 120px !important;
  font-size: 14px;
  text-align: left !important;
  z-index: 5000;
}

@media (min-width: 769px) {
  .cookie-consent-banner::after {
    font-family: "Line Awesome Free";
    font-size: 80px;
    font-weight: 900;
    content: "\f577";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -6px;
    left: 20px;
    opacity: 0.2;
  }
}
@media (min-width: 769px) {
  .cookie-consent-banner {
    width: 700px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 768px) {
  .cookie-consent-banner {
    background-size: 40%;
    text-align: center;
    padding: 10px 20px !important;
    padding-top: 50px !important;
    padding-left: 120px !important;
  }
}
@media (max-width: 480px) {
  .cookie-consent-banner {
    padding: 10px 20px !important;
    padding-top: 50px !important;
  }
}
.cookie-consent-button {
  border: none;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 0px;
  white-space: normal;
}

.cookie-consent-button:hover {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
  opacity: 0.5;
}

.cookie-consent-button.btn-success {
  background-color: black;
  color: white;
  border: 2px solid black;
}

.cookie-consent-button.btn-outline {
  color: black;
  border: 2px solid black;
}

@media (max-width: 768px) {
  .cookie-consent-button {
    white-space: normal;
    width: 100px;
    margin-bottom: 10px;
  }
}
.cookie-consent-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cookie-consent-options label {
  margin: 0 10px;
  font-size: 14px;
}

.cookie-consent-options input {
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */