/** Shopify CDN: Minification failed

Line 173:0 Expected "}" to go with "{"

**/
/* Custom CSS – bleibt bestehen */

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}
/* Shopify "Bild mit Text"-Block – Überschrift skalieren */
.image-with-text__heading {
  font-size: 2.2rem !important;   /* Desktop */
  line-height: 1.3 !important;
}

@media (max-width: 749px) {
  .image-with-text__heading {
    font-size: 1.8rem !important; /* Mobile */
  }
}
/* Abschnitts-Überschriften größer machen (aber Produkt-Titel ausschließen) */
.rich-text__heading,
.image-with-text__heading,
.multicolumn-card__title,
.section-header__title,
.collection-list__title,
h2:not(.card__heading):not(.product-title):not(.card-information__text),
h3:not(.card__heading):not(.product-title):not(.card-information__text) {
  font-size: 2.8rem !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

/* Mobil etwas kleiner */
@media (max-width: 749px) {
  .rich-text__heading,
  .image-with-text__heading,
  .multicolumn-card__title,
  .section-header__title,
  .collection-list__title,
  h2:not(.card__heading):not(.product-title):not(.card-information__text),
  h3:not(.card__heading):not(.product-title):not(.card-information__text) {
/* Hero-Slideshow Titel größer machen – funktioniert garantiert */
.slideshow__text .banner__heading {
  font-size: 5rem !important;
  line-height: 1.2 !important;
}
/* Hero-Slideshow Titel größer machen */
h2.banner__heading.inline-richtext.hxxl {
  font-size: 4rem !important;
  line-height: 1.15 !important;
}
/* Hero Slideshow Titel Feintuning */
.slideshow__text .banner__heading.inline-richtext.hxxl {
    font-weight: 700 !important;      /* Text stärker */
    text-shadow: 0px 2px 6px rgba(0,0,0,0.25); /* Leichter Glow */
    letter-spacing: 0.5px !important; /* Leicht breitere Schrift */
} /* Hero Titel – Desktop */
.slideshow__text .banner__heading.inline-richtext.hxxl {
    font-size: 5.2rem !important; 
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.25);
    color: #ffffff !important;
}
/* Hero Untertitel */
.slideshow__text .banner__text.rte {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    color: #f5f5f5 !important;
    font-weight: 400 !important;
}
/* Mobile Optimierung Hero */
@media (max-width: 749px) {
    .slideshow__text .banner__heading.inline-richtext.hxxl {
        font-size: 2.8rem !important;
        line-height: 1.15 !important;
    }

    .slideshow__text .banner__text.rte {
        font-size: 1.25rem !important;
    }

    .banner__buttons .button {
        font-size: 1.1rem !important;
        padding: 12px 22px !important;
    }
}
/* Mobile Optimierung Hero */
@media (max-width: 749px) {
    .slideshow__text .banner__heading.inline-richtext.hxxl {
        font-size: 2.8rem !important;
        line-height: 1.15 !important;
    }

    .slideshow__text .banner__text.rte {
        font-size: 1.25rem !important;
    }

    .banner__buttons .button {
        font-size: 1.1rem !important;
        padding: 12px 22px !important;
    }
}
/* Hero-Untertitel wirklich überschreiben (höchste Priorität) */
.slideshow__text .banner__text.rte p,
.banner__box .banner__text.rte p,
.slideshow__text .banner__box p {
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}
