/* Left in for compability reasons */
/* Background transitions */
/* Bild Filter */
:root {
  --header-height: 112px;
  --header-padding-bottom: 16px;
  --sticky-top: calc(
    var(--header-height) + var(--sticky-promobar-height)
    );
  --container-padding: 16px;
  --sticky-promobar-height: 0.01px;
  --header-breakpoint: 1532px;
  --media-center-sidebar-width: 380px;
  --spacer-sx: 20px;
  --spacer-s: 30px;
  --spacer-m: 50px;
  --spacer-l: 75px;
}
:root:has(.sticky_promobar:not(.hide)) {
  --sticky-promobar-height: 48px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1532px) {
  :root {
    --header-padding-bottom: 32px;
    --header-height: 112px;
  }
}
@media (min-width: 1500px) {
  :root {
    --media-center-sidebar-width: 450px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacer-sx: 32px;
    --spacer-s: 65px;
    --spacer-m: 80px;
    --spacer-l: 180px;
  }
}

/* MIXINS */
.location_icon_box {
  text-align: center;
}
.location_icon_box .iconbox--single {
  margin: auto;
  width: 100%;
  background-color: #0C2F48;
  padding: 35px;
  position: relative;
  padding-top: 55px;
}
.location_icon_box .iconbox--single .iconbox--single__counter {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  font-weight: 600;
  background-color: #DEDC00;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #222222;
}
.location_icon_box .iconbox--single .iconbox--headline {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
/*# sourceMappingURL=location_icon_box.css.map */
