@import url("reset.css");

/*-----------FONTS-----------*/
/* bungee-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: 'Bungee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bungee-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*-----------FONTGESTALTUNG-----------*/
body {font-family: 'Open Sans', sans-serif; font-weight: 300; background-color:#FCF3F2}
*, *::before, *::after {box-sizing: border-box;}
html, body {overflow-x: hidden;}
body {font-family: 'Open Sans';font-weight: 300;}
p {font-size: 17px; font-weight: 300; line-height: 21px; margin-bottom: 15px;color:  #006690;}
a {color: #000; text-decoration: none; cursor: pointer; font-weight: 700;}
h1 b {font-size: 30px;}
h2 {font-size: 20px; margin-bottom: 30px; background-color: #ffff; color: #DD0781; display: inline-block; padding: 10px 15px; border-radius: 25px;  width: fit-content; max-width: fit-content;}
h3 {font-size: 35px; margin-bottom: 10px; font-family: 'Bungee';color:  #006690;}
h4 {font-size: 20px;color: #006690; font-weight: 700;}
li {font-size: 17px; list-style: disc;}
strong {font-weight: 600;}


/*-----------NAVI-----------*/

.logo {position: fixed; width: 100px; height: auto; top: 0px; left: 5%; z-index: 9999;}
nav {position: fixed; background: #fff; width: 100%; z-index: 101; top: 0; text-align: right; padding: 23px 0; z-index: 100; border-bottom: 2px solid #DD0781; box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
nav ul {margin-right: 5%;}
nav ul li {display: inline-block; margin: 0 2%; text-transform: uppercase; position: relative;}
nav ul li a {text-decoration: none; font-size: 16px; color: #2e2e2e; font-weight: 300; padding: 20px 10px; display: inline-block;}
nav ul li strong {color: #0025a6; font-weight: 300;}
nav ul li a:hover {background-image: url("../images/nav-back.png"); background-size: contain; background-position: center center; background-repeat: no-repeat; color:#fff; font-weight: 400; }

nav ul li .dropdown {position: absolute; top: 100%; left: 0; background: #fff; min-width: 160px; display: none; padding: 10px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.1); z-index: 10;}
nav ul li .dropdown li {display: block; margin: 0;}
nav ul li .dropdown li a {display: block; padding: 8px 15px; font-size: 14px; color: #2e2e2e;}
nav ul li .dropdown li a:hover {background: #DD0781; color: #ffff;}
nav ul li:hover > .dropdown {display: block;}

.navi {display: none;}
.burger-nav {position: fixed; right: 0; top: -6px; color: #fff; z-index: 9999; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); font-size: 25px; cursor: pointer; transition: all .4s ease-in-out; background-color: #DD0781; padding: 16px 21px 21px 19px;}
.burger-nav b {transition: all .4s ease-in-out; float: left; margin-left: 0; font-family: 'Open Sans'; font-style: normal;}
.burger-nav-anim {top: -5px; color: #fff;}
.burger-nav-anim b:first-of-type {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.burger-nav-anim b:nth-of-type(2) {opacity: 0;}
.burger-nav-anim b:last-of-type {-webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: -80%;}

.full-screen-nav {position: fixed; z-index: 9998; width: 100%; height: 100vh; background: #F5C1DA; display: table; visibility: hidden; transition: all .4s ease-in-out; opacity: 0; top: 0; left: 0;}
.full-screen-nav.fadeIn {visibility: visible; opacity: 1;}
.full-screen-nav ul {text-align: center; display: table-cell; vertical-align: middle; width: 100%;}
    .full-screen-nav ul li {position: relative;}
    .full-screen-nav ul li a {padding: 20px; display: block; font-size: 30px; color: #006690; transition: all .4s ease-in-out; text-decoration: none;}
    .full-screen-nav ul li .dropdown {position: static; display: none; background: transparent; box-shadow: none; margin-top: 10px;}
    .full-screen-nav ul li .dropdown li a {padding: 10px 20px; font-size: 22px; color: #fff;}
    .full-screen-nav ul li:hover > .dropdown {display: block;}
    .full-screen-nav ul li:hover > a {color: #fff;}
.fadeUp {opacity: 1 !important; margin-top: 0 !important;}


/*-----------SUBNAV-----------*/

.subnav {position: fixed; bottom: 0; color: #fff; z-index: 999; transition: 0.5s; width: 100%; text-align: right;}
.subnav a {font-family: 'Open Sans'; color: #fff; padding: 8px 15px; font-size: 13px; background-color: #57B404; margin-left: 20px; line-height: 23px; border-radius: 20px  20px 0px 0px ;}
.subnav a:nth-of-type(2) {margin-right: 5%;}
.subnav a:hover {background-color: #008EB0;}


/*-----------HEADER-----------*/

header {position: relative; width: 100%; min-height: 100vh; padding: 0; background: #FCF3F2;}

.header-inner {width: 100%; max-width: 1900px; min-height: 100vh; margin: 0 auto; display: flex; align-items: stretch; justify-content: space-between;}
.header-text {flex: 0 0 45%; padding: 120px 5% 80px 10%; display: flex; flex-direction: column; justify-content: center;}
.header-eyebrow {  display: inline-block !important;   width: fit-content;   max-width: fit-content;    font-size: 20px; color: #DD0781; font-weight: 700; background: #fff;  padding: 10px 15px;  border-radius: 25px; margin-bottom: 20px; }
header h1 {font-family: 'Bungee' ;font-size: 48px; line-height: 1.05; margin-bottom: 20px; text-transform: none; color: #006690;}
header p {font-size: 17px; line-height: 28px; margin-bottom: 30px; color: #006690;}
.header-buttons {display: flex; gap: 15px; flex-wrap: wrap;}
.btn-image {position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 25px 35px; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 10px; transition: transform .25s ease, box-shadow .25s ease; background-color: transparent; padding-left: 22px; background-size: contain; background-position: center; background-repeat: no-repeat; text-decoration: none;}
.btn-image:hover {transform: translateY(-3px);}
.btn-primary {background-image: url("../images/button.png");}
.btn-secondary {background-image: url("../images/button.png");}

.header-slider {flex: 0 0 55%; min-height: 100vh; display: flex; align-items: stretch;}
.slider-wrapper {position: relative; overflow: hidden; width: 100%; height: 100vh; border-radius: 0; background: #111;}
.slide {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .5s ease; background-size: cover; background-position: center;}
.slide.active {opacity: 1; z-index: 1;}
.slide-overlay {position: absolute; inset: 0; }
.slide-caption {position: absolute; left: 24px; bottom: 90px; z-index: 2; color: #fff; font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;}
.slide-dots {position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); display: flex; gap: 12px; z-index: 3;}
.slide-dot {width: 15px; height: 15px; border-radius: 50%; border: 1px solid #DD0781; background: rgba(255,255,255,0.25); cursor: pointer; transition: transform .2s ease, background .2s ease;}
.slide-dot.active {width: 15px; height: 15px; background: #DD0781;}

@media screen and (max-width: 980px) {
    .header-inner {flex-direction: column-reverse; align-items: center;}
    header h2 {font-size: 38px;}
    header h3 {font-size: 22px;}
    .header-slider {width: 100%; max-width: 720px;}
    .slider-wrapper {min-height: 420px;}
    .header-buttons {justify-content: center;}
}

@media screen and (max-width: 700px) {
    header {padding: 50px 0;}
    .header-inner {width: 95%;}
    .header-text {max-width: 100%; text-align: center;}
    .header-buttons {flex-direction: column; align-items: center;}
    .btn-image {width: 100%; max-width: 320px;}
    .slider-wrapper {min-height: 320px;}
    .slide-caption {left: 50%; transform: translateX(-50%); text-align: center; width: calc(100% - 40px); bottom: 18px;}
    .slide-dots {bottom: 14px;}
}

/*-----------laufband---------------------------------------------------------------------------------------------------------*/


.marquee-section {background: #F5C1DA; overflow: hidden;}
.marquee-wrapper {width: 100%; overflow: hidden;}
.marquee-track {display: flex; width: auto; animation: marquee 24s linear infinite;}
.marquee-item {flex: 0 0 25%; display: flex; align-items: center; justify-content: center; padding: 35px 12px; border-left: 1px solid #fff; box-sizing: border-box;}
.marquee-item:first-child {border-left: none;}
.marquee-item p {color: #fff; font-weight: 600; margin: 0; white-space: nowrap;}

@keyframes marquee {
    0% {transform: translateX(0);}
    100% {transform: translateX(-50%);}
}

@media screen and (max-width: 900px) {
    .marquee-item {flex: 0 0 50%;}
}

@media screen and (max-width: 600px) {
    .marquee-item {flex: 0 0 100%;}
}


/*-----------AUFBAU--------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {scroll-behavior: smooth;}


/*-----------BEREICH1--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* =========================================================
   STYLE-1 - Eigenständiger Bereich - Kann beliebig oft auf derselben Seite verwendet werden
   ========================================================= */

.style-1 {
    width: 100%;
    box-sizing: border-box;
    padding: 7.5% 10%;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.style-1 .style-1__container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   GRID
   ========================================================= */

.style-1 .style-1__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 50px;
    align-items: stretch;
}


/* =========================================================
   LINKE SPALTE
   ========================================================= */

.style-1 .style-1__left {
    display: flex;
    width: 100%;
    min-width: 0;
}


.style-1 .style-1__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 45px;
}


/* =========================================================
   RECHTE SPALTE
   ========================================================= */

.style-1 .style-1__right {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}


/* =========================================================
   H2
   ========================================================= */

.style-1 .style-1__h2 {
    margin: 0 0 15px 0;
}


/* =========================================================
   H3
   ========================================================= */

.style-1 .style-1__h3 {
    margin: 0 0 20px 0;
}


/* =========================================================
   TEXT
   ========================================================= */

.style-1 .style-1__text {
    margin: 0 0 25px 0;
}


/* =========================================================
   BUTTON
   ========================================================= */

.style-1 .style-1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    max-width: 100%;

    min-height: 50px;

    padding: 12px 25px;
    padding-left: 11px;
    box-sizing: border-box;

    background-image: url("/images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    color: #fff;
    text-decoration: none;

    border-radius: 8px;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


.style-1 .style-1__button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


/* =========================================================
   BILD UNTERHALB DES BUTTONS
   ========================================================= */

.style-1 .style-1__bottom-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
    overflow: hidden;
    border-radius: 45px;
}


.style-1 .style-1__bottom-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}
.style-1__bottom-image img {
    border-radius: 55px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .style-1 {
        padding: 10% 7%;
    }

    .style-1 .style-1__grid {
        gap: 35px;
    }

}


/* =========================================================
   HANDY
   ========================================================= */

@media (max-width: 767px) {

    .style-1 {
        padding: 12% 5%;
    }

    .style-1 .style-1__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .style-1 .style-1__left,
    .style-1 .style-1__right {
        width: 100%;
    }

    .style-1 .style-1__left {
        height: auto;
    }

    .style-1 .style-1__right {
        align-items: center;
        text-align: center;
    }

    .style-1 .style-1__h2,
    .style-1 .style-1__h3,
    .style-1 .style-1__text {
        text-align: center;
    }

    .style-1 .style-1__button {
        margin: 0 auto;
    }

    .style-1 .style-1__image {
        width: 100%;
        height: 110px;
        min-height: 150px;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
    }

    .style-1 .style-1__bottom-image-wrapper {
        margin-top: 16px;
        border-radius: 20px;
    }

    .style-1 .style-1__bottom-image {
        width: 100%;
        height: 150px;
        max-height: 150px;
        object-fit: cover;
        object-position: center;
    }

}


/* =========================================================
   KLEINE HANDYS
   ========================================================= */

@media (max-width: 480px) {

    .style-1 {
        padding: 15% 5%;
    }

    .style-1 .style-1__grid {
        gap: 25px;
    }

    .style-1 .style-1__button {
        width: 100%;
        text-align: center;
    }

    .style-1 .style-1__bottom-image-wrapper {
        margin-top: 25px;
    }

}
/*----------------------BEREICH 2 -----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* =========================================================
   STYLE-2
   Eigenständiger Bereich
   ========================================================= */

.style-2 {
    width: auto;
    box-sizing: border-box;

    /* Abstand AUSSEN zum Seitenrand */
    margin: 7.5% 10%;

    /* Grüner Hintergrund nur für diesen Bereich */
    background-color: #57B404;

    /* Innenabstand des grünen Bereichs */
    padding: 80px 60px;

    border-radius: 45px 0px;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.style-2 .style-2__container {
    width: 100%;
    max-width: 1600px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   INHALT
   ========================================================= */

.style-2 .style-2__content {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    box-sizing: border-box;
}


/* =========================================================
   H3
   ========================================================= */

.style-2 .style-2__h3 {
    width: 100%;
    color:#fff;
    margin: 0 0 20px 0;
}


/* =========================================================
   TEXT
   ========================================================= */

.style-2 .style-2__text {
    width: 100%;
    color:#fff;
    margin: 0 0 30px 0;
}


/* =========================================================
   BUTTON
   ========================================================= */

.style-2__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: fit-content;
    max-width: 100%;

    min-height: 50px;

    padding: 15px 25px;
    padding-left: 11px;
    box-sizing: border-box;

    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    color: #fff;
    text-decoration: none;

    border-radius: 8px;

    text-align: center;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


/* =========================================================
   BUTTON HOVER
   ========================================================= */

.style-2 .style-2__button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .style-2 {
        margin: 10% 7%;
        padding: 60px 40px;
    }

}


/* =========================================================
   HANDY
   ========================================================= */

@media (max-width: 767px) {

    .style-2 {
        margin: 12% 5%;
        padding: 50px 25px;

border-radius: 45px 0px;
    }

    .style-2 .style-2__content {
        width: 100%;
        max-width: 100%;
    }

    .style-2 .style-2__h3 {
        margin-bottom: 15px;
    }

    .style-2 .style-2__text {
        margin-bottom: 25px;
    }

    .style-2 .style-2__button {
        width: auto;
        max-width: 100%;
    }

}


/* =========================================================
   KLEINE HANDYS
   ========================================================= */

@media (max-width: 480px) {

    .style-2 {
        margin: 15% 5%;
        padding: 40px 20px;

        border-radius: 12px;
    }

    .style-2 .style-2__button {
        width: 100%;
    }

}

/*-----------Style-3------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* =========================================================
   STYLE-3 Eigenständiger Bereich -  Kann beliebig oft verwendet werden
   ========================================================= */

.style-3 {
    width: 100%;
    box-sizing: border-box;
    margin: 7.5% 0;
    padding-top: 7.5%;
}


/* =========================================================
   CONTAINER
   10% Abstand links und rechts
   ========================================================= */

.style-3 .style-3__container {
    width: auto;

    margin-left: 10%;
    margin-right: 10%;

    box-sizing: border-box;
}


/* =========================================================
   HAUPT-GRID
   ========================================================= */

.style-3 .style-3__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 45px;

    align-items: stretch;

    width: 100%;
}


/* =========================================================
   LINKE SEITE – BILD
   ========================================================= */

.style-3 .style-3__image-wrapper {
    width: 100%;
    min-width: 0;

    display: flex;
}


.style-3 .style-3__image {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 100%;

    object-fit: cover;

    border-radius: 40px;

    box-sizing: border-box;
}


/* =========================================================
   RECHTE SEITE – INHALT
   ========================================================= */

.style-3 .style-3__content {
    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
}


/* =========================================================
   H3
   ========================================================= */

.style-3 .style-3__h3 {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;

    text-transform: uppercase;
}


/* =========================================================
   H4
   ========================================================= */

.style-3 .style-3__h4 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}


/* =========================================================
   LISTEN-BEREICH
   ========================================================= */

.style-3 .style-3__lists {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 40px;

    width: 100%;

    box-sizing: border-box;
}


/* =========================================================
   LISTEN-SPALTE
   ========================================================= */

.style-3 .style-3__list-column {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    min-width: 0;
}


/* =========================================================
   LISTE
   WICHTIG:
   Alle Standard-Listenpunkte werden entfernt
   ========================================================= */

.style-3 .style-3__list {
    display: block;
    width: 100%;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    color: #006690;
    box-sizing: border-box;
}


/* =========================================================
   LISTEN-EINTRÄGE
   ========================================================= */

/* =========================================================
   STYLE-7 - Fassadengestaltung section styles
   ========================================================= */
.style-7 .style-7__intro {
    text-align: center;
    color: #fff; /* pink */
    font-weight: 600;
    margin-bottom: 50px; 
    font-size: 20px
}

.style-7 .style-7__list {
    color: #006690; /* blue */
    margin: 12px 0 0 1.2rem;
    padding-left: 0;
}
.style-7 .style-7__list li {
    list-style: disc;
    margin-bottom: 6px;
    text-align: left;
    font-size: 17px
}

.style-3 .style-3__list li {
    position: relative;

    display: block;

    list-style: none !important;
    list-style-type: none !important;

    margin: 0 0 7px 0 !important;

    padding: 0 0 0 13px !important;

    line-height: 1.35;

    box-sizing: border-box;
}


/* =========================================================
   ALLE STANDARD-PSEUDO-ELEMENTE ENTFERNEN
   ========================================================= */

.style-3 .style-3__list li::after {
    content: none !important;
}


/* =========================================================
   EINZIGER LISTENPUNKT
   PINK
   ========================================================= */

.style-3 .style-3__list li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 4px;
    height: 4px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background-color: #E5007D;
    transform: translateY(-50%);
}


/* =========================================================
   BUTTON
   ========================================================= */

.style-3 .style-3__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 20px;
    box-sizing: border-box;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    border: none;
    padding-left: 11px;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


/* =========================================================
   BUTTON HOVER
   ========================================================= */

.style-3 .style-3__button:hover {
    transform: translateY(-2px);

    opacity: 0.9;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .style-3 {
        margin: 8% 0;
    }


    .style-3 .style-3__container {
        margin-left: 7%;
        margin-right: 7%;
    }


    .style-3 .style-3__grid {
        gap: 30px;
    }


    .style-3 .style-3__lists {
        gap: 25px;
    }


    .style-3 .style-3__image {
        border-radius: 30px;
    }

}


/* =========================================================
   KLEINER LAPTOP / TABLET
   ========================================================= */

@media (max-width: 850px) {

    .style-3 .style-3__grid {
        grid-template-columns: 1fr;
    }


    .style-3 .style-3__image-wrapper {
        height: auto;
    }


    .style-3 .style-3__image {
        width: 100%;
        height: auto;

        min-height: 0;

        max-height: 500px;

        object-fit: cover;
    }

}


/* =========================================================
   HANDY
   ========================================================= */

@media (max-width: 767px) {

    .style-3 {
        margin: 12% 0;
    }

    .style-3 .style-3__container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .style-3 .style-3__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .style-3 .style-3__content {
        align-items: center;
        text-align: center;
    }

    .style-3 .style-3__h3,
    .style-3 .style-3__h4 {
        text-align: center;
    }

    .style-3 .style-3__image {
        border-radius: 25px;
        max-height: 150px;
    }

    .style-3 .style-3__lists {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .style-3 .style-3__list-column {
        width: 100%;
        align-items: center;
    }

    .style-3 .style-3__list {
        margin-bottom: 20px !important;
        text-align: center;
    }

    .style-3 .style-3__list li {
        padding: 0 0 0 0 !important;
        text-align: center;
    }

    .style-3 .style-3__list li::before {
        display: none;
    }

    .style-3 .style-3__button {
        width: fit-content;
        margin: 0 auto;
    }

}


/* =========================================================
   KLEINE HANDYS
   ========================================================= */

@media (max-width: 480px) {

    .style-3 {
        margin: 15% 0;
    }


    .style-3 .style-3__container {
        margin-left: 5%;
        margin-right: 5%;
    }


    .style-3 .style-3__grid {
        gap: 25px;
    }


    .style-3 .style-3__image {
        border-radius: 20px;
    }


    .style-3 .style-3__lists {
        gap: 25px;
    }


    .style-3 .style-3__list {
        margin-bottom: 20px !important;
    }


    /*
       Button auf kleinen Handys volle Breite
    */

    .style-3 .style-3__button {
        width: 100%;
    }

}




/*-----------style-4------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* =========================
   STYLE 4 – SECTION
========================= */

.style-4-section {
    margin: 7.5% 10%;
    padding-top: 7.5%;
}


/* =========================
   ÜBERSCHRIFT
========================= */

.style-4-heading {
    text-align: center;
    margin: 0 0 5%;
    
}


/* =========================
   HAUPT-GRID
========================= */

.style-4-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-items: stretch;
    
}


/* =========================
   LINKE SPALTE
========================= */

.style-4-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}


/* =========================
   EINZELNE BEREICHE
========================= */

.style-4-item {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 45px 0px;
}

.style-4-item h4 {
    margin: 0 0 15px;
        color: #fff;
}

.style-4-item p {
    margin: 0 0 25px;
    text-align: left;
    color: #fff;
}

.style-4-item a {
    margin-top: auto;
    align-self: flex-end;
    text-decoration: underline;
    color: #fff;
}


/* =========================
   FARBEN
========================= */

.style-4-item-1 {
    background: #006690;
}

.style-4-item-2 {
    background: #DD0781;
}

.style-4-item-3 {
    background: #8EC13B;
}


/* =========================
   BILD
========================= */

.style-4-image {
    height: 100%;
    min-height: 0;
}

.style-4-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 45px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 980px) {
.style-4-section {
  margin: 7.5% 7.5%;
  padding-top: 7.5%;
}

}
@media (max-width: 900px) {

    .style-4-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .style-4-image {
        height: 150px;
    }

}

@media (max-width: 767px) {
.style-4-image img {
  display: block;
  width: 100%;
  max-height: 150px;
  height:150px;
  object-fit: cover;
  border-radius: 25px;
}
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .style-4-section {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 12%;
    }

    .style-4-heading {
        margin-bottom: 10%;
    }

    .style-4-item {
        padding: 25px;
    }

    .style-4-image {
        height: 150px;
    }

    .style-4-image img {
        border-radius: 30px;
    }

}

/*-----------STYLE-5------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.style-5 {
    width: 100%;
    box-sizing: border-box;
    padding:  10%;
    margin-top: 15%;
    background-image: url('../images/background-blue.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.style-5__inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.style-5__heading {
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
}

.style-5__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.style-5__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 30px 0;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    min-height: 320px;
}

.style-5__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;}

.style-5__image {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.style-5__item h4 {
    margin: 0 0 15px;
    color: #006690;
    font-size: 24px;
    line-height: 1.2;
}

.style-5__item p {
    margin: 0;
    color: #006690;
    font-size: 17px;
    line-height: 1.6;
}

.style-5__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.style-5__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 35px;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: transform 0.25s ease, opacity 0.25s ease;
    border-radius: 8px;
}

.style-5__button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

@media (max-width: 980px) {
    .style-5 {
        padding: 7.5% 7.5%;
    }

    .style-5__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .style-5__item {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .style-5 {
        padding: 15% 6%;
    }

    .style-5__heading {
        margin-bottom: 30px;
    }

    .style-5__item {
        padding: 30px 20px;
        min-height: 260px;
    }

    .style-5__image-wrap {
        width: 80px;
        height: 80px;
    }

    .style-5__image {
        width: 42px;
        height: 42px;
    }

    .style-5__button {
        width: 100%;
        max-width: 320px;
    }
}

/*-----------STYLE-7------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.style-7 {
    width: 100%;
    box-sizing: border-box;
    padding: 7.5% 10%;
    background-image: url('../images/background-blue.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.style-7__inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.style-7__heading {
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
}

.style-7__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.style-7__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255,255,255,0.96);
    border-radius: 30px 0;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    min-height: 320px;
}

.style-7__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.style-7__image {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.style-7__item h4 {
    margin: 0 0 15px;
    color: #006690;
    font-size: 24px;
    line-height: 1.2;
}

.style-7__item p {
    margin: 0;
    color: #006690;
    font-size: 17px;
    line-height: 1.6;
}

.style-7__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.style-7__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 35px;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: transform 0.25s ease, opacity 0.25s ease;
    border-radius: 8px;
}

.style-7__button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

@media (max-width: 980px) {
    .style-7 {
        padding: 7.5% 7.5%;
    }

    .style-7__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .style-7__item {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .style-7 {
        padding: 15% 6%;
    }

    .style-7__heading {
        margin-bottom: 30px;
    }

    .style-7__item {
        padding: 30px 20px;
        min-height: 260px;
    }

    .style-7__image-wrap {
        width: 80px;
        height: 80px;
    }

    .style-7__image {
        width: 42px;
        height: 42px;
    }

    .style-7__button {
        width: 100%;
        max-width: 320px;
    }
}

/*-----------STYLE-6------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.style-6 {
    width: 100%;
    box-sizing: border-box;
    padding: 10%;
}

.style-6__container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 50px;
    align-items: center;
    box-sizing: border-box;
}

.style-6__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.style-6__h2 {
    margin: 0 0 15px;
    display: inline-block;
    background-color: #fff;
    color: #DD0781;
    padding: 10px 15px;
    border-radius: 25px;
    width: fit-content;
    max-width: fit-content;
    font-weight: 700;
}

.style-6__h3 {
    margin: 0 0 20px;
    color: #006690;
    font-family: 'Bungee';
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
}

.style-6__text {
    margin: 0;
    max-width: 640px;
    color: #006690;
    font-size: 17px;
    line-height: 1.7;
}

.style-6__button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.style-6__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 30px;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 8px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.style-6__button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.style-6__image-wrap {
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 45px;
    background: #f6f6f6;
}

.style-6__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 45px;
}

/* =========================================================
   STYLE-6 - list of covered locations
   ========================================================= */
.style-6 .style-6__list {
    color: #006690; /* blue text */
    margin: 12px 0 18px 0;
    padding-left: 0;
    list-style-position: inside;
    font-size: 17px; /* match paragraph */
    line-height: 1.7;
}
.style-6 .style-6__list li {
    margin: 6px 0;
    color: #006690;
}
.style-6 .style-6__list li::marker {
    color: #006690; /* blue bullets */
}

@media (max-width: 980px) {

    .style-6__container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .style-6__content {
        align-items: center;
        text-align: center;
    }

    .style-6__text {
        max-width: 100%;
    }

    .style-6__button-row {
        justify-content: center;
    }

    .style-6__image-wrap,
    .style-6__image {
        min-height: 320px;
    }
}

@media (max-width: 600px) {


    .style-6__button-row {
        width: 100%;
        gap: 15px;
    }

    .style-6__button {
        width: 100%;
        max-width: 320px;
    }

    .style-6__image-wrap,
    .style-6__image {
        min-height: 250px;
        border-radius: 25px;
    }
}



.style-6__list {
    margin: 0 0 30px 0;
    padding-left: 25px;
    color: #006690;
    font-size: 20px;
}

.style-6__list li::marker {
    color:#006690;
        font-size: 20px;
}

.style-6__list li {
    margin-bottom: 8px;
        font-size: 17px;
}

/*-----------FOOTER------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ========================================
   CONTACT – HAUPTBEREICH
======================================== */

.contact-section {
    margin: 0 10% 7.5%;
    padding-top: 7.5%;
}


/* ========================================
   HAUPT-GRID
======================================== */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.5%;
    align-items: stretch;
}


/* ========================================
   LINKE INHALTSSPALTE
======================================== */

.contact-content {
    display: flex;
    flex-direction: column;
}

.contact-content h2 {
    margin: 0 0 20px;
}

.contact-content h3 {
    margin: 0 0 20px;
}

.contact-content > p {
    margin: 0;
    line-height: 1.6;
}


/* ========================================
   UNTERER ZWEISPALTIGER BEREICH
======================================== */

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.contact-detail-left,
.contact-detail-right {
    display: flex;
    flex-direction: column;
}

.contact-detail-left p,
.contact-detail-right p {
    margin: 0 0 25px;
    line-height: 1.6;
}


/* ========================================
   LINKS
======================================== */

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.contact-links a {
    display: inline-block;
    width: fit-content;
    text-decoration: none;
}


/* ========================================
   BUTTON MIT BILD ALS HINTERGRUND
======================================== */

.contact-image-button {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: fit-content;
    min-width: fit-content;
    padding: 25px 35px;
    padding-left: 0px;
    margin-top: auto;
    background-image: url("../images/button.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: visible;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


/* Overlay über dem Bild */

.contact-image-button::before {
    content: "";
    position: absolute;
    inset: 0;

    transition: background 0.3s ease;
}


/* Text über dem Bild */

.contact-image-button {
    isolation: isolate;
}

.contact-image-button::after {
    content: attr(data-text);
}


/* Hover */

.contact-image-button, .contact-image-button:hover::before {
    transform: translateY(-5px);
    opacity: 0.9;
}


/* ========================================
   RECHTES BILD
======================================== */

.contact-image {
    height: 100%;
    max-height: 600px;
    border-radius: 45px;
    overflow: hidden;
}

.contact-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 45px;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 980px) {

    .contact-section {
        margin: 0 7.5% 7.5%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-image {
        height: 500px;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 600px) {

    .contact-section {
        margin: 0 7.5% 7.5%;
        padding-top: 12%;
    }

    .contact-details {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .contact-image {
        height: 400px;
    }

    .contact-image img {
        border-radius: 30px;
    }

}


/* ----------------------
     Cookie Notice - Corporate Design Overrides
     ---------------------- */
.cookie-overlay-dsa { background-color: rgba(0,0,0,0.60) !important; }
.dsa-cookie-notice-form { 
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 24px !important;
    max-width: 520px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 30% !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #006690 !important;
    border: 2px solid rgba(221,7,129,0.06) !important;
}
.dsa-cookie-notice-form .cookie-overlay-headline { color: #DD0781 !important; font-weight: 700 !important; font-size: 18px !important; }
.dsa-cookie-notice-form fieldset p { color: #006690 !important; }
.dsa-cookie-button, #dsa-check-all, #dsa-save-button { 
    background:  #DD0781 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    display: inline-block !important;
    margin: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    font-weight: 700 !important;
}
.dsa-cookie-notice { 
    background: linear-gradient(90deg,#DD0781,#006690) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    width: auto !important;
    min-width: 320px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}
.dsa-cookie-notice .cookie-inner { color: #ffffff !important; }
.cookie-edit { 
    background: #DD0781 !important; 
    color: #fff !important; 
    border-radius: 50% !important; 
    box-shadow: 0 6px 18px rgba(0,0,0,0.12) !important; 
    border: 3px solid #fff !important;
}
.dsa-cookie-notice-form input[type=checkbox]+label::before { border-color: #006690 !important; }
.dsa-cookie-notice-form input[type=checkbox]:checked+label::before { background: #006690 !important; box-shadow: none !important; }
.cookie-notice-link, .cookie-notice-verwendung { color: #006690 !important; font-weight: 700 !important; }
.dsa-cookie-notice-close { color: #DD0781 !important; }

@media (max-width: 600px) {
    .dsa-cookie-notice { left: 10px !important; right: 10px !important; width: auto !important; min-width: 0 !important; }
    .dsa-cookie-notice-form { left: 50% !important; transform: translateX(-50%) !important; top: 18% !important; width: 90% !important; }
}


/* ----------------------
     Galerie - Corporate Design
     ---------------------- */
.gallery-section { padding: 6% 8%; background: #FCF3F2; }
.gallery-inner { max-width: 1400px; margin: 0 auto; }
.gallery-tabs { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap:wrap }
.gallery-tab { background: #fff; border: 2px solid #DD0781; color: #006690; padding: 8px 14px; border-radius: 30px; cursor: pointer; font-weight:700 }
.gallery-tab.active { background: linear-gradient(90deg,#DD0781,#006690); color: #fff; border-color: transparent }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 12px; cursor: pointer; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.gallery-item img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2)); opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover::after { opacity: 1; }

/* Modal */
.gallery-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.7); z-index: 99999; padding: 20px; }
.gallery-modal.open { display: flex; }
.gallery-modal-content { max-width: 1100px; width: 100%; background: #fff; padding: 18px; border-radius: 10px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); display: flex; flex-direction: column; align-items: center; }
.gallery-modal-content img { max-width: 100%; max-height: calc(100vh - 240px); object-fit: contain; border-radius: 6px; }
.gallery-modal-desc { margin-top: 12px; color: #006690; font-weight: 600; }
.gallery-modal-close, .gallery-modal-next, .gallery-modal-prev { position: absolute; background: rgba(255,255,255,0.9); border: none; color: #006690; font-size: 22px; padding: 8px 12px; border-radius: 6px; cursor: pointer; }
.gallery-modal-close { top: 20px; right: 20px; }
.gallery-modal-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.gallery-modal-next { right: 20px; top: 50%; transform: translateY(-50%); }

@media (max-width: 900px) {
    .gallery-item img { height: 160px; }
    .gallery-modal-content { padding: 14px; }
}

/* Specific layout for the first gallery subsection: 4 columns on large screens,
   scales down to 3 / 2 / 1 columns so adding more items stays flexible. */
.gallery-subsection:first-of-type .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px) {
    .gallery-subsection:first-of-type .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gallery-subsection:first-of-type .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .gallery-subsection:first-of-type .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Ensure images keep consistent heights inside the 4-column layout */
.gallery-subsection:first-of-type .gallery-item img { height: 160px; }


@media (max-width: 600px) {
    .gallery-section { padding: 4% 5%; }
    .gallery-item img { height: 140px; }
    .gallery-modal-content { width: 100%; padding: 12px; }
    .gallery-modal-prev, .gallery-modal-next { display: none; }
}

.gallery-subheading {  color: #006690; margin: 6px 0 8px;  }
.gallery-intro { color: #006690; margin: 0 0 18px; max-width: 900px; }
.gallery-subsection { margin-bottom: 28px; }
.gallery-subtitle { font-size: 18px; color: #DD0781; margin: 0 0 12px; display: inline-block; padding: 6px 12px; background:#fff; border-radius:20px; }




/* Scroll reveal: sections appear from below when entering viewport */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 600ms cubic-bezier(.2,.9,.2,1), transform 600ms cubic-bezier(.2,.9,.2,1); will-change: opacity, transform; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal[data-delay] { transition-delay: var(--reveal-delay, 0ms); }





/*-----------RESPONSIVE----------------------------------------------------------*/

@media screen and (max-width: 1366px) {
    header, .puffer1, .puffer2 {background-attachment: scroll;}
}

@media screen and (max-width: 1000px) {
    h1 {font-size: 25px; line-height: 30px;}
    h1 b {font-size: 25px;}
    .logo {position: absolute;}
    header {
        height: auto;
        min-height: auto;
        padding: 40px 0 50px;
        margin-bottom: 20px;
    }
    .header-inner {
        min-height: auto;
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .header-text {
        width: 100%;
        max-width: 720px;
        padding: 20px 0 30px;
        text-align: center;
        align-items: center;
    }
    .header-slider {
        width: 100%;
        max-width: 720px;
        min-height: 0;
        flex: 0 0 auto;
    }
    .slider-wrapper {
        min-height: 320px;
        height: 320px;
        border-radius: 45px
    }
    nav {background: none; box-shadow: 0 0 0; border-bottom: none;}
    nav ul{display: none;}
    .navi {display: block;}
}

@media screen and (max-width: 700px) {
    main {text-align: center;}
    .content {display: block;}
    .col {width: 80%; margin-left: 10%;}
    .col:nth-of-type(2) {padding: 40px 0 0;}

    footer {
        text-align: center;
    }

    footer .contact-section {
        margin: 0 5% 7.5%;
    }

    footer .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    footer .contact-content {
        align-items: center;
        text-align: center;
    }

    footer .contact-content h2,
    footer .contact-content h3,
    footer .contact-content > p,
    footer .contact-details p,
    footer .contact-links a,
    footer .contact-image-button {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .contact-details {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    footer .contact-detail-left,
    footer .contact-detail-right {
        align-items: center;
    }

    footer .contact-links {
        align-items: center;
    }
}

@media screen and (max-width: 500px) {

   header h1 {font-size: 20px; line-height: 25px;}
   .header-eyebrow {font-size: 16px; padding: 8px 12px;}
   header p {font-size: 14px; line-height: 20px; padding: 0 10px;}
   .btn-image {font-size: 14px; line-height: 20px;}
   .marquee-item {padding: 26px 30px; }
   .marquee-track { animation: marquee 5s linear infinite;}
   h2, h4, h3 {font-size: 16px; line-height: 20px;}
   h3 { font-size: 20px; line-height: 25px;}
   p,    a,     .style-5__item p,     .style-6__text,  .style-7__item p,    .style-5__item p    {font-size: 14px; line-height: 20px;}

   .contact-image-button { padding-left: 21px;}

}


/* Impressum - corporate two-column responsive layout */
.impressum-section { padding: 5% 6%; background: #ffffff; color: #006690; font-family: 'Open Sans', sans-serif; }
.impressum-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.impressum-inner h2 { color: #DD0781; margin-bottom: 6px; font-family: 'Open Sans', sans-serif; }
.impressum-inner h3 { color: #006690; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-top: 0; }
.impressum-inner p { color: #006690; font-family: 'Open Sans', sans-serif; margin: 8px 0; }
.impressum-card { background: #fcfcfd; border-radius: 12px; padding: 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.impressum-contact a, .impressum-card a { color: #006690; font-weight: 700; text-decoration: none; }
.impressum-contact a:hover, .impressum-card a:hover { text-decoration: underline; }

/* Sticky nav for impressum page */
.impressum-page nav { position: sticky; top: 0; z-index: 9999; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.impressum-page nav ul { background: transparent; }

@media (max-width: 900px) {
    .impressum-inner { grid-template-columns: 1fr; }
}

/* Footer bottom bar (hell-rosa), shared on all pages */
.footer-bar { background: #f5c1da; /* hell rosa */ padding: 30px 0; }
.footer-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 18px; display:flex; justify-content:center; gap:24px; align-items:center; flex-wrap:wrap; }
.footer-bar-inner a { color: #006690; font-weight:700; text-decoration:none; border-radius:8px; background: rgba(255,255,255,0.06); }
.footer-bar-inner a:hover { background: rgba(255,255,255,0.12); }

@media (max-width: 600px) {
    .footer-bar { padding: 30px 0; }
    .footer-bar-inner { gap:12px; }
    .footer-bar-inner a { padding: 8px 10px; font-size: 14px; }
}
