@media (min-width: 768px) {


  .footer-legal {
    flex-direction: row;
    column-gap: var(--space-xsmall);
}


/* SECTION Slider HeroStartseite */


.hero {
  max-height: 100vh;
}


.hero-container-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}


.hero-slide .hero-container-wrap {
  position: relative;
}

.hero-containerContent {
  padding-top: var(--mainheader-height);
}

.heroImageSlider .modul-bg {
  position: relative;
  height: unset;
  width: 100%;
  z-index: 0;
  padding-top: var(--mainheader-height);
  max-height: 100vh;
  overflow: hidden;
}

.heroSliderPerson {
  position: relative;
  height: unset;
  width: 50%;
  right: 0;
  margin-left: 50%;
}

.heroPerson {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right !important;
  max-height: 100vh;
  margin-left: unset;
}

.heroSliderSvg {
  overflow: hidden;
}

.heroSliderSvg svg {
  width: 100%;
  height: auto;
}

.heroContent-addtext p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.38889;
}

.heroImageSlider .subtitle-bold-capital {
  font-size: 1rem;
}

/* !SECTION Slider HeroStartseite */

/* SECTION Slider LocationSwitcher */

.location-item svg {
  width: auto;
  height: 42px;
}

.locationModal-name {
  font-size: 1.25rem;
}

#locationModalLabel {
  font-size: 1.75rem;
}

/* !SECTION Slider LocationSwitcher */

/* SECTION IconBox */

.iconBox-card-body {
  padding: var(--space-small) var(--space-xsmall);
}

.card-iconBox-icon {
  margin-bottom: var(--space-xsmall);
}

.card-iconBox-ico {
  width: auto;
  height: 75px;
}


.card-iconBox-title {
  font-size: 1.25rem;
}

.card-iconBox-text {
  font-size: 1rem;
  margin-top: var(--space-2xsmall);
}

/* !SECTION IconBox */


/* SECTION Standort Kontakt */

.sidebarKontakt {
  position: fixed;
  right: var(--space-2xsmall);
  bottom: calc(50% - (var(--mainheader-height)/2));
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 50px;
  transform: translateY(50%);
  cursor: pointer;
  transition: all 0.1s ease 0s;
}



.sidebarKontakt-item {
  display: flex;
}

.sidebarKontakt-logo {
  margin: 8px 8px 16px 8px;
}

.sidebarKontakt-logoSmall {
  width: 44px;
  height: auto;
}

/* !SECTION Standort Kontakt */

}