@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 100%; /* Beispielwerte für Breitenvariabilität */
    font-display: swap;
}
html, body {
    padding:0;
    margin:0;
    background-color: #000 !important;
}
.footer-main {
    display: none !important;
}

.effekt-media-landing .hide-on-desktop {
    display: none;
}
.sidebar-main.off-canvas, #header-placeholder {
    display: none;
}
footer {
    margin-top:20px !important;
}
ul:not(.sidebar--navigation):not(.filter--list):not(.menu--list) {
    padding:0 !important;
}
.content-main--inner {
    padding: 0 !important;
}
.content-main.container.block-group {
    margin:0;
    padding:0;
    width:100%;
    max-width:100%;
}
.effekt-media-landing .fade-in {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 1s ease;
}
.effekt-media-landing .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.effekt-media-landing .fade-in2 {
    opacity: 0;
    transform: translateY(0px);
    transition: all 1.6s ease;
}
.effekt-media-landing .fade-in2.visible {
    opacity: 1;
    transform: translateY(0);
}
.effekt-media-landing .fade-in3 {
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.7s ease;
}
.effekt-media-landing .fade-in3.visible {
    opacity: 1;
    transform: translateY(0);
}
.effekt-media-landing {
    font-family: 'Roboto', sans-serif !important;
    color: var(--second);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000 !important;
    width:100%;
    font-size: 1rem;
    margin-bottom:-20px;
}
.effekt-media-landing .container {
    max-width: 1840px !important;
    width:100%;
    margin: 0 auto !important;
    background-color: unset;
}
.effekt-media-landing h1 {
    font-size:4rem;
    color: var(--second);
    text-align: center;
    text-shadow: 0 0 10px var(--third);
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700 !important;
    line-height: normal;
}
.effekt-media-landing .h2-header {
    padding-top:0;color:#fff !important;
    margin-top: -13px !important;
    font-size: 4rem;
}
.effekt-media-landing h2 {
    font-size:3.5rem;
    color: var(--shopcolor) !important;
    text-shadow: 0 0 15px var(--fifth);
    text-align: center;
    position: relative;
    line-height: 1.3;
    padding-bottom: 20px;
    padding-top: 40px;
    margin:0 !important;
}
.effekt-media-landing h3 {
    font-size:1.6rem;
    color: var(--second);
}
.effekt-media-landing p {
    font-size:1.2rem;
    color: var(--second);
    margin: 0;
    padding:40px;
}

.btn-3d {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--sixth);
    color: var(--second);
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.effekt-media-landing .usp-button {
    position: relative;
    display: block;
    padding: 20px;
    background: var(--newblack);
    color: var(--second);
    font-size: 1.5rem;
    text-decoration: none;
    margin: 60px auto 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    line-height: 2.5rem;
    width: calc(100% - 60px);
    max-width: 550px;

    /* so bleibt der Button-Inhalt oben */
    z-index: 1;

    /* Ecken für Inhalt-Container abrunden */
    border-radius: 20px;
    overflow: hidden; /* wichtig, damit Pseudo-Element nicht rausragt */
    transition: 0.3s all;
}

/* Pseudo-Element für die bunte Border */
.effekt-media-landing .usp-button::before {
    content: "";
    position: absolute;
    inset: 0;                    /* oben, unten, links, rechts = 0 */
    padding: 8px;               /* Breite der „Border“ */
    border-radius: inherit;     /* greift das gleiche radius: 10px */

    /* so wirkt der Pseudo-Element-Rand wie ein Rahmen */
    background: linear-gradient(
            45deg,
            var(--eighth) 0%,
            var(--ninth) 15%,
            var(--tenth) 30%,
            var(--eleventh) 50%,
            var(--shopcolor) 65%,
            var(--eighth) 100%
    );

    /* Maskierungstrick:
       – Die Content-Box (Innenbereich) wird „ausgestanzt“, damit das Innere
         (der eigentliche Button-Hintergrund) durchscheint. */
    -webkit-mask:
        /* 1. weißes Rechteck, das bis zur Content-Box reicht */
            linear-gradient(white 0 0) content-box,
                /* 2. das gesamte Element */
            linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out; /* WebKit: Inhalte in Content-Box ausschneiden */
    mask-composite: exclude;                /* Firefox: Inhalte in Content-Box ausschneiden */

    pointer-events: none; /* damit Klicks weiterhin auf den Button gehen */
}

.effekt-media-landing .usp-button:hover {
    text-shadow: 0 0 15px var(--second);
    transform: perspective(1500px) scale(1.05) rotateX(5deg);
    box-shadow:
            0 0 20px rgba(255, 255, 255, 1),
            inset 0 -4px 6px rgba(0,0,0,0.2);
}

.effekt-media-landing .usp-button:active {
    transform: perspective(600px) scale(0.98) rotateX(0deg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.effekt-media-landing .section {
    padding-top:0px;
    padding-bottom:0px;
    position: relative;

}
.effekt-media-landing .section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, var(--twelfth), var(--shopcolor));
}

.effekt-media-landing .section-1 {
    background-color: #fff !important;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;

}

.effekt-media-landing #background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wave-svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.effekt-media-landing .section-1 .flex-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
    position:absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.effekt-media-landing .section-1 .flex-header .information {
    margin-top:-70px;
    padding:10px 40px 60px 40px;
    position: relative;
    width:100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.effekt-media-landing .section-1 .flex-header .information::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px) brightness(0.8);
    -webkit-backdrop-filter: blur(5px) brightness(0.8);
    z-index: -1;
    transition:0.3s all;
}
.effekt-media-landing .section-1 .flex-header .information:hover::before {
    backdrop-filter: blur(7px) brightness(0.7);
    -webkit-backdrop-filter: blur(7px) brightness(0.7);
}

.effekt-media-landing .section-1 .logo {
    top:40px;
    left:40px;
    position: absolute;
    z-index: 2;
}

.effekt-media-landing .section-1 .years {
    top:0px;
    right:0px;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.effekt-media-landing .section-2 {
    background-color: var(--newblack)  !important;
    padding-top:0px;
    padding-bottom:80px;
}

.effekt-media-landing .section-2 h2 {
    position: relative;
}

.effekt-media-landing .section-2 .flex-points {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    gap:70px;
}



.effekt-media-landing .section-2 .flex-points .flex-item {
    max-width: 460px;
    margin-top:10px;
    background: #505050;
    padding: 20px;
    min-height: 340px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: 0.3s all;
    width:33%;
}

.effekt-media-landing .section-2 .flex-points .flex-item:hover {
    box-shadow: 0 0 20px rgba(76, 76, 76, 0.2);
}
.effekt-media-landing .section-2 .flex-points .flex-item img {
    transition: 0.3s all;
}

.effekt-media-landing .section-2 .flex-points .flex-item:hover img {
    filter: brightness(1.2);
}
.effekt-media-landing .section-2 .flex-points .flex-item span {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 1.2rem;
    color: var(--second);
}

.effekt-media-landing .section-2 .flex-points img {
    max-width: 120px;
    margin: auto;
}

.effekt-media-landing .section-3 {
    background-color: var(--second) !important;
    padding-bottom:40px;
}

.effekt-media-landing .section-3 h2 {
    margin-bottom:20px;
    text-shadow: unset;
}

.effekt-media-landing .section-3 .chris {
    border-radius: 15px;
    max-width: 786px;
    max-height: unset !important;
    margin:auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.effekt-media-landing .section-3 .chris-container {
    position: relative;
    margin-top:133px;
}
.effekt-media-landing .section-3 .chris-container .bubble {
    position: absolute;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    text-align: justify;
    padding: 15px;
    border-radius: 15px;
    max-width: 350px;
    font-size: 1.2rem;
    text-align: justify;
    overflow: visible;
    bottom:100px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    border: 4px solid var(--shopcolor);
    text-shadow: 0 0 5px #000;
    right: 0px;
}

.effekt-media-landing .section-3 .flex-points {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
}
.effekt-media-landing .section-3 .flex-points .flex-item {
    width:47%;
    text-align: center;
    margin-bottom:0px;
}

.effekt-media-landing .section-3 .flex-points .flex-item.meinung {
    width:100%;
}

.effekt-media-landing .section-3 .flex-points .flex-item h3 {
    margin:0;
    padding:0;
}
.effekt-media-landing .section-3 .flex-points .flex-item p {
    height: 250px;
    overflow-y: hidden;
    color: var(--newblack);
    background-color:#eee;
    text-align: left;
    padding:20px;
    border-radius:10px;
    box-shadow: -5px -15px 15px rgba(0,0,0,0.05);
    font-size: 1.1rem;
    position: relative;
    transition: 0.1s all;
}

.effekt-media-landing .section-3 .flex-points .flex-item p.active {
    height: calc(100% + 20px);
}

.effekt-media-landing .section-3 .flex-points .flex-item p::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 40px;  /* das deckt die unteren 20 % ab (100 % - 80 %) */
    pointer-events: none; /* Klicks kommen durch */
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0) 0%,
            #fff 100%
    );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.1s all;
}

.effekt-media-landing .section-3 .flex-points .flex-item p.active::after {
    background: unset;
}



.effekt-media-landing .section-3 .flex-points .flex-item p .toggle-arrow {
    position: absolute;
    bottom: 0px;
    width: 200px;
    height: 34px;
    padding: 5px;
    color:#fff;
    background-color: var(--shopcolor);
    font-size: 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 -5px 5px rgba(0,0,0,0.2);
    transition: 0.2s all;
    opacity: 0.8;
}



/* optional: kleines Bounce-Hover */
.effekt-media-landing .section-3 .flex-points .flex-item p .toggle-arrow:hover {
    width: 220px;
}

.effekt-media-landing .section-3 .flex-points .flex-item .stars {
    max-width: 130px;
}

.effekt-media-landing .section-4 {
    background-color: var(--newblack)  !important;
    flex: 0 0 100%;
}
.effekt-media-landing .section-4 .countdown {
    width:60px;
    height:60px;
    padding:5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:20px;
    right:20px;
    background-color: #000;
    color:#fff;
    font-size: 1.2rem;
    border-radius:50%;
    z-index:4;
    transition: 0.3s all;
}
.effekt-media-landing .section-4 .countdown.active {
    box-shadow: 0 0 10px var(--newblack);
    background-color: var(--shopcolor);
}
.effekt-media-landing .section-4 .prductsbackground {
    background: #000;
    height: 380px;
    position: absolute;
    width: 100%;
    top: 270px;
    background-image: url(../img/header4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.effekt-media-landing .section-4 .produkte-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 40px auto;
}

.effekt-media-landing .section-4 .produkte-wrapper__inner {
    display: flex;
    gap:20px;
    transition: transform 0.5s ease;
}

.effekt-media-landing .section-4 .produkt {
    background-color: var(--eighteenth) !important;

    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    border-radius: 15px;
    text-align: left;
    min-height: 600px;
}

.effekt-media-landing .section-4 .produkte-wrapper__inner .produkt:last-child {
    margin-right: 0;
}

.effekt-media-landing .section-4 .produkt .produkt-name {
    color: var(--shopcolor);
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    background: var(--newblack);
    margin-top: -11px;
    z-index: 4;
    opacity: 0.9;
    width: 100%;
}

.effekt-media-landing .section-4 .produkt .produkt-image {
    display: flex;
    justify-content: center;
    gap:10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
}
.effekt-media-landing .section-4 .produkt .produkt-image .image {
    width: 50%;
}
.effekt-media-landing .section-4 .produkt .produkt-image img {
    max-width: 100%;
    border-radius: 10px;
    max-height: 260px;
    margin: auto;
}

.effekt-media-landing .section-4 .produkt .produkt-price {
    color: var(--second);
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    background-color: var(--shopcolor);
    padding: 5px 40px;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
}
.effekt-media-landing .section-4 .produkt .produkt-price::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--nineteenth);
}
.effekt-media-landing .section-4 .produkt .produkt-price::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--nineteenth);
}
.effekt-media-landing .section-4 .produkt .produkt-price sup {
    font-size: 20px;
}
.effekt-media-landing .section-4 .produkt .produkt-buy {
    display: block;
    width: 240px;
    text-align: center;
    bottom: 20px;
    font-size: 30px;
    border-radius: 10px;
    z-index: 1;
    right: 26px;
    position: absolute;
    background-color: var(--shopcolor);
    color: var(--second);
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.effekt-media-landing .section-4 .produkt .produkt-buy::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--second);
}
.effekt-media-landing .section-4 .produkt .produkt-buy a {
    color: var(--second);
    text-decoration: none;
    display: block;
    font-size: 20px;
    transition: all 0.5s;
    border-radius: 10px;
}
.effekt-media-landing .section-4 .produkt .produkt-buy a:hover {
    color: var(--second);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.effekt-media-landing .section-4 .produkt .produkt-details {
    padding: 20px;
    color: var(--twentieth);
    font-size: 0.9rem;
    line-height: 1.4;
    font-size: 1.2rem;
}
.effekt-media-landing .section-4 .arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--second);
    line-height: 80px;
    text-align: center;
    font-size: 3rem;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: 0.1s all;
    z-index: 2;
}
.effekt-media-landing .section-4 .arrow:hover {
    color: var(--shopcolor);
}
.effekt-media-landing .section-4 .arrow--left {
    left: 20px;
}
.effekt-media-landing .section-4 .arrow--right {
    right: 20px;
}


/* ————————————————
   3D Single-Slide-Flip
   ———————————————— */

/* 1. Wrapper auf relative Position und feste Höhe (mindestens so hoch wie dein .produkt) */
.effekt-media-landing .section-4 .produkte-wrapper {
    position: relative;
    min-height: 600px; /* anpassen an deine Slides */
}

/* 2. Inner auf relative, damit absolute Slides funktionieren */
.effekt-media-landing .section-4 .produkte-wrapper__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible; /* Flip darf über den Rand hinausgehen */
}

/* 3. Alle .produkt absolut überlagern und startseitig aus der Sicht drehen */
.effekt-media-landing .section-4 .produkt {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1400px; /* oder deine Wrapper-Breite */
    transform: translateX(-50%) rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    opacity: 0;
    transform-origin: center center;
    transition:
            filter 0.3s ease,
            transform 1s ease,
            opacity   0.5s ease;
    backface-visibility: hidden;
}

/* 4. Aktive Slide frontal anzeigen */
.effekt-media-landing .section-4 .produkt.active {
    transform: translateX(-50%) rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    opacity: 1;
    z-index: 2;
}

/* 5. Ausgehende Slide wegfliegen lassen */
.effekt-media-landing .section-4 .produkt.exit {
    transform: translateX(-50%) rotateY(-10deg)  rotateX(-80deg) rotateZ(-20deg);
    filter: blur(50px);
    opacity: 0;
    z-index: 1;
}

/* ————————————————
   Infinitescrolling für .produkt-image
   ———————————————— */

.effekt-media-landing .section-4 .produkt .produkt-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Wrapper, der tatsächlich scrollt */
.effekt-media-landing .section-4 .produkt .produkt-image .image-scroll {
    display: flex;
    /* Breite automatisch nach Inhalt */
    width: max-content;
    /* Endlos-Animation */
    animation: scroll-left 10s linear infinite;
}

/* Einzelne Bilder in der Scroll-Zeile */
.effekt-media-landing .section-4 .produkt .produkt-image .image-scroll .image {
    flex: 0 0 auto;
    margin-right: 10px; /* optionaler Abstand */
}

/* Wenn du ohne Lücke am Ende willst, setz margin-right:0 und passe die Animation an */

/* Keyframes: verschiebe um 50% der Breite,
   weil wir den Inhalt einmal duplizieren (siehe JS) */
@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}/* ————————————————
   Infinitescroll (pixel-basiert)
   ———————————————— */

.effekt-media-landing .section-4 .produkt .produkt-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.effekt-media-landing .section-4 .produkt .produkt-image .image-scroll {
    display: flex;
    width: max-content; /* passt zu Inhalt */
    /* Animation wird in JS als inline-style gesetzt */
}

.effekt-media-landing .section-4 .produkt .produkt-image .image-scroll .image {
    flex: 0 0 auto;
    margin-right: 10px; /* optional Abstand */
}


.effekt-media-landing .section-4 .produkt .produkt-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Der Track, der scrollt */
.effekt-media-landing .section-4 .produkt .produkt-image .image-track {
    display: flex;
    /* width: auto; flex-items bestimmen Breite */
}

/* Einzelne Bilder bleiben unverändert */
.effekt-media-landing .section-4 .produkt .produkt-image .image-track .image {
    flex: 0 0 auto;
    margin-right: 10px; /* optional Abstand */
}


.effekt-media-landing .section-5 {
    background-color: var(--twentyfirst) !important;
}
.effekt-media-landing .section-6 {
    background-color: #ddd  !important;
    padding-bottom:20px;
}

.effekt-media-landing .section-6 .flex-points {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.effekt-media-landing .section-6 .flex-points .flex-item {
    width:55%;
}
.effekt-media-landing .section-6 ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.effekt-media-landing .section-6 ul li {
    list-style-type: none;
    cursor: pointer;
}
.effekt-media-landing .section-6 ul li a, .st-filiale {
    color: var(--second);
    transition: 0.3s all;
    padding: 10px;
    background: var(--seventh);
    border:1px solid var(--second);
    min-width: 290px;
    display: block;
    font-size: 1.3rem;
    text-decoration: underline;
    border-radius: 15px;
    font-weight: bold;
    text-align: left;
    transition: 0.2s all;
}
.effekt-media-landing .section-6 ul li a:hover,  .st-filiale:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255,0.8);
    border:1px solid #fff !important;
    background-color: var(--seventh);
}
.effekt-media-landing .section-6 ul li a.active,  .st-filiale.active {
    text-shadow: 0 0 10px rgba(255, 255, 255,0.8);
    border:1px solid #fff !important;
    background-color: var(--seventh);
}
.effekt-media-landing .section-6 .map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.effekt-media-landing .section-6 .map-container img {
    width: 100%;
    height: auto;
    display: block;
    margin-left:-6px;
}

/* KM-Filiale: eigenes PNG */
.effekt-media-landing .section-6 .km-filiale {
    background-image: url('../img/kmpfeil.png') !important;
    background-color: var(--newblack) !important;
    background-position-x: right;
}

/* BORA-Filiale: eigenes PNG */
.effekt-media-landing .section-6 .bora-filiale {
    background-image: url('../img/borapfeil.png') !important;
    background-color: var(--newblack) !important;
    background-position-x: right;
}
.effekt-media-landing .section-6 .st-filiale {
    margin: auto;
    display: block;
    width: 360px;
    text-align: center;
    padding:20px;
    margin-top:20px;
}

.effekt-media-landing .section-6 .flex-item.map-container  {
    transition: 0.8s all;
}
.effekt-media-landing .section-6 .flex-item.map-container:hover, .effekt-media-landing .section-6 .flex-item.map-container.active  {
    filter: brightness(1.2);
}
.effekt-media-landing .section-6 p {
    color: var(--newblack) !important;
}
.effekt-media-landing .section-6 .bora-filiale::before {
    content: "";                             /* leerer Textknoten, wir nutzen nur Hintergrundbild */
    display: inline-block;                   /* damit Breite/Höhe greifen */
    width: 45px;
    height: 32px;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: middle;                  /* mittige Ausrichtung zum Text */
    background-image: url('../img/bora_vektor_sw.png');       /* Pfad zu deinem PNG */
    background-size: contain;                /* skaliert das Bild auf Breite/Höhe */
    background-repeat: no-repeat;
    margin-left:15px;
}
.effekt-media-landing .section-6 .km-filiale::before {
    content: "";                             /* leerer Textknoten, wir nutzen nur Hintergrundbild */
    display: inline-block;                   /* damit Breite/Höhe greifen */
    width: 45px;
    height: 45px;
    margin-right: 20px;
    margin-top: 7px;
    vertical-align: middle;                  /* mittige Ausrichtung zum Text */
    background-image: url('../img/logo_km_shop_desktop.png');       /* Pfad zu deinem PNG */
    background-size: contain;                /* skaliert das Bild auf Breite/Höhe */
    background-repeat: no-repeat;
    margin-left:15px;
}

.effekt-media-landing .section-6 .city-marker {
    position: absolute;
    width: 45px;             /* Breite des PNGs */
    height: 45px;            /* Höhe des PNGs */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;/* skaliert das PNG auf 32×32px */
    cursor: pointer;
    z-index: 10;
    /* entferne border-radius, border und background-color */
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s ease,
    box-shadow 0.2s ease;
}

.effekt-media-landing .section-6 .city-marker.bora {
    background-image: url('../img/borapfeil.png') !important;
}
.effekt-media-landing .section-6 .city-marker.km {
    background-image: url('../img/kmpfeil.png') !important;
}


.effekt-media-landing .section-6 .city-tooltip {
    position: absolute;
    background: var(--sixth);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 1000; /* sehr hoch, damit über allen Markern */
    display: none; /* zunächst unsichtbar */
}

/* Tooltip anzeigen */
.effekt-media-landing .section-6 .city-marker:hover::after,
.effekt-media-landing .section-6 .city-marker.active::after {
    opacity: 1;
}

.effekt-media-landing .section-6 .city-list p {
    padding: 10px 10px 20px 10px;
}

.effekt-media-landing .section-6 .city-list li {
    cursor: pointer;
    transition: color 0.2s ease;
}

.effekt-media-landing .section-6 .city-list li:hover {
    color: var(--sixth);
    text-decoration: underline;
}

.effekt-media-landing .section-6 h2 {
    text-shadow: unset;
    color: var(--newblack) !important;
}


.effekt-media-landing .section-7 {
    background-color: var(--second)  !important;
    background: linear-gradient(135deg,rgba(199, 199, 199, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(199, 199, 199, 1) 100%);
    padding-bottom: 120px;
}

.effekt-media-landing .section-7 h2 {
    color: var(--newblack)  !important;
    text-shadow: unset;
}

.effekt-media-landing .section-7 .flex-points {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    gap:30px;
}
.effekt-media-landing .section-7 .flex-points .flex-item {
    width:calc(50% - 120px);
    background: var(--newblack);
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
    line-height: 2rem;
    border: 1px solid var(--newblack);
    border-radius: 15px;
    transition: all 0.3s ease;
}
.effekt-media-landing .section-7 .flex-points .flex-item:hover {

    background: #000;
    box-shadow: 0 0 40px rgba(255, 255, 255,0.5);
    border: 1px solid var(--shopcolor);
}

.effekt-media-landing .section-7 .flex-item {
    opacity: 0 !important;
    transform: translateY(10px)!important;
    transition: opacity 1.5s ease, transform 2.5s ease!important;
}

.effekt-media-landing .section-7 .flex-item.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.effekt-media-landing .section-7 .flex-item.visible.open {
    background-color: #000;
}



.effekt-media-landing .section-7 .flex-points .flex-item::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: var(--shopcolor);
    top: 46px;
    left: 50px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

/* Vertikale Linie */
.effekt-media-landing .section-7 .flex-points .flex-item::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: var(--shopcolor);
    top: 46px;
    left: 50px;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all 0.3s ease;
}

/* Minus-Zustand (nur horizontale Linie sichtbar) */
.effekt-media-landing .section-7 .flex-points .flex-item.open::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}
.effekt-media-landing .section-7 .question {
    padding: 30px 30px 30px 80px;
    color:#fff;
    font-size: 1rem;
    text-align: left;
    transition: 1s all;
}

.effekt-media-landing .section-7 .flex-points .flex-item .answer {
    display: none;           /* jQuery zeigt es per slideDown */
    overflow: hidden;        /* nötig für slideUp/slideDown */
    padding: 0px 30px 30px 60px;  /* konstantes Padding */
    font-size: 1rem;
    text-align: left;
    color: #fff;
}

/* Link-Farbe in Antworten */
.effekt-media-landing .section-7 .flex-points .flex-item .answer a {
    color: var(--shopcolor) !important;
}

.effekt-media-landing .section-8 {
    background: url('../img/header2bak.jpg') no-repeat center center/cover;
    padding-top:80px;
    padding-bottom:80px;
}

.effekt-media-landing .section-8 .usp-button {
    margin-top: 20px;
}


.city-marker.active {
    filter: brightness(1.2);
}

.effekt-media-landing .section-8 h2 {
    color: #fff !important;
}

.effekt-media-landing .section-8  .usp {
    position: relative;
    width:100%;
    padding: 20px 20px 60px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.effekt-media-landing .section-8  .usp::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px) brightness(0.7);
    -webkit-backdrop-filter: blur(5px) brightness(0.7);
    transition: 0.3s all;
}
.effekt-media-landing .section-8  .usp:hover::before {
    backdrop-filter: blur(7px) brightness(0.6);
    -webkit-backdrop-filter: blur(7px) brightness(0.6);
}



@media(max-width:1500px){
    .effekt-media-landing .section-1 .years {
        width: 200px;
    }
    .effekt-media-landing .section-1 .flex-header .information {
        margin-top:50px;
    }
    .section-3 .flex-points {
        flex-direction: column;
    }
    .section-3 .flex-points.meinung-flex {
        flex-direction: row;
    }
    .section-3 .chris-container {
        margin: auto;
    }
    .effekt-media-landing .section-3 .flex-points .flex-item {
        width: 100%;
    }
    .effekt-media-landing .section-3 .meinung {
        width:calc(100% - 10px) !important;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {

    }
    .effekt-media-landing .section-3 .flex-points .flex-item p {
        min-height: 220px;
    }
    .effekt-media-landing .section-3 .imgholder {
        height: 770px;
        overflow: hidden;
        position: relative !important;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {
        right: 230px;
        bottom: 20px;
    }
}
@media(max-width:1364px) {
    .effekt-media-landing .map-container {
        display: none;
    }
}
@media(max-width:1200px){

    .effekt-media-landing .section-6 .flex-points .city-list {
        width: 100%;
        margin: auto;
    }
    .effekt-media-landing .section-6 ul {
        justify-content: center;
    }
    .effekt-media-landing h1 {
        font-size: 2rem;
    }
    .effekt-media-landing .h2-header {
        font-size: 2rem;
    }

}
@media (max-width: 800px) {
    .effekt-media-landing h1 {
        font-size: 1.5rem;
    }
    .effekt-media-landing .h2-header {
        font-size: 1.5rem;
    }
    .effekt-media-landing .usp-button {
        font-size: 1.4rem;
    }
    .effekt-media-landing h2 {
        font-size: 3rem;
    }
    .effekt-media-landing .section-2 .flex-points .flex-item span {
        font-size: 1rem;
    }
    .effekt-media-landing p {
        font-size: 1rem;
    }
    .effekt-media-landing .section-4 .produkt {
        min-height: 550px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-price {
        font-size: 30px;
    }
    .effekt-media-landing .section-7 .flex-points .flex-item {
        width: calc(100% - 50px);
    }
    .hide-on-desktop {
        display: block !important;
    }
}
@media (max-width: 600px) {
    .effekt-media-landing .section-4 {
        min-height: auto; /* Content bestimmt die Höhe */
    }
    .effekt-media-landing .section-4 .produkte-wrapper {
        margin: 20px auto;
    }
    .effekt-media-landing .section-4 .produkt {
        min-height: auto;
        margin-right: 0; /* kein Abstand auf Mobile nötig */
        padding: 15px;
        padding-bottom:60px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-name {
        font-size: 1.4rem;
    }
    .effekt-media-landing .section-4 .produkt .produkt-price {
        font-size: 30px;
        left: 20px;
        padding: 5px 20px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-buy {
        font-size: 20px;
        width: 180px;
        right: 20px;
        padding: 8px;
    }
    .effekt-media-landing .section-4 .arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 2rem;
        margin-top: -25px;
    }
    .effekt-media-landing .section-4 .arrow--left {
        left: 10px;
    }
    .effekt-media-landing .section-4 .arrow--right {
        right: 10px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-price {
        width: 170px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-buy a {
        font-size: 14px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-buy {
        width:150px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-buy::after {
        top:11px;
    }

    .effekt-media-landing h2 {
        font-size: 2rem;

    }
    .effekt-media-landing .section-7 .flex-points.faq {
        gap:10px;
    }
    .effekt-media-landing .section-7 .question {
        padding: 20px 10px 20px 80px;
        font-size: 1rem;
        text-align: left;
    }
    .effekt-media-landing .section-7 .flex-points .flex-item::before {
        top: 36px;
        left: 30px;
    }
    .effekt-media-landing .section-7 .flex-points .flex-item::after {
        top: 36px;
        left: 30px;
    }
    .effekt-media-landing .section-7 {
        padding-bottom: 60px;
    }
    .effekt-media-landing .section-6 .city-list {
        justify-content: unset;
    }
    .effekt-media-landing .section-6 ul {
        padding:0;
    }
    .effekt-media-landing .section-6 .city-list li {
        width: calc(50% - 40px);
        margin:0;
    }
    .effekt-media-landing .section-6 ul li a {
        min-width: unset;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {

    }
    .effekt-media-landing .section-1 .logo {
        width:160px;
        top:20px;
        left:20px;
    }
    .effekt-media-landing .section-1 .years {
        width: 150px;
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 2;
    }
    .effekt-media-landing .section-2 .flex-points .flex-item span {
        font-size: 0.9rem;
        margin-top:0;
    }
    .effekt-media-landing .section-2 .flex-points {
        gap:10px;
        flex-direction: column;
        min-height: unset;
    }
    .effekt-media-landing .section-2 .flex-points .flex-item {
        min-height: unset;
        width:100%;
        margin:auto;
    }
    .effekt-media-landing .section-2 {
        padding: 20px 0 20px 0;
        line-height: normal;
    }
    .effekt-media-landing .section-3 .meinung {
        width: 100% !important;
    }
    .effekt-media-landing .section-3 .flex-points .flex-item p {
        min-height: unset;
        height: 220px;
    }
    .effekt-media-landing .section-3 .chris {
        max-width: 500px;
        width:100%;
    }
    .effekt-media-landing .section-7 .flex-points .flex-item {
        width: calc(100% - 20px);
    }
    .effekt-media-landing .section-3 .chris-container {
        margin-top:0px;
    }
    .effekt-media-landing .section-3 .chris-container .imgholder {
        height: 480px;
        overflow: hidden;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {
        font-size: 1rem;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {
        right:unset;
    }
    .effekt-media-landing .section-4 .produkte-wrapper {
        min-height: 800px;
    }
}
@media (max-width: 500px) {
    .effekt-media-landing .section-6 .city-list li {
        width: calc(100% - 40px);
    }
    .effekt-media-landing .section-7 .answer {
        line-height: 1.4;
        font-size: 0.9rem !important;
    }
    .effekt-media-landing .usp-button {
        border-width: 6px;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {
        font-size: 0.9rem;
    }
    .effekt-media-landing .usp-button {
        font-size: 1rem;
        padding: 10px;
    }
    .effekt-media-landing  h2 {
        padding-top:0px;
        padding-bottom:10px;
    }
    .effekt-media-landing .section-3 {
        padding-bottom:0px;
    }
    .effekt-media-landing .section-3 .chris-container {
        margin-bottom:-20px !important;
    }
    .effekt-media-landing .section-6 {
        padding-top:20px;
    }
    .effekt-media-landing .section-7 {
        padding-top:20px;
    }
}
@media (max-width: 400px) {
    .effekt-media-landing .section-1 .years {
        width: 130px;
    }
    .effekt-media-landing h1 {
        font-size: 1.6rem;
    }
    .effekt-media-landing .h2-header {
        font-size: 1.6rem;
    }
    .effekt-media-landing h2 {
        font-size: 1.7rem;
    }
    .effekt-media-landing .usp-button {
        font-size: 1.1rem;
    }
    .effekt-media-landing .section-1 .logo {
        width:140px;
    }
    .effekt-media-landing .section {
        padding:10px;
    }
    .effekt-media-landing .section-2 {
        padding: 20px 0 40px 0;
    }
    .effekt-media-landing .section-2 .flex-points .flex-item span {
        font-size: 0.8rem;
    }
    .effekt-media-landing .section-2 .flex-points img {
        max-width: 60px;
    }

    .effekt-media-landing .section-3 .chris-container {
        margin-top:0px;
    }
    .effekt-media-landing .section-2 .flex-points .flex-item span {
        padding:0px 5px 0 5px;
    }
    .effekt-media-landing .section-3 .chris-container .bubble {
        font-size: 0.8rem;
    }
    .effekt-media-landing p {
        font-size: 0.9rem;
    }
    .effekt-media-landing .section-6 ul {
        gap:5px;
    }
    #ripple-box {
        height: 90vh;
    }
    .effekt-media-landing .usp-button {
        font-size: 0.9rem;
        padding: 10px;
    }

    .effekt-media-landing .section-4 .produkt .produkt-buy {
        width:120px;
        right:10px;
        bottom:10px;
    }
    .effekt-media-landing .section-4 .produkt .produkt-buy::after {
        display: none;
    }
    .effekt-media-landing .section-4 .produkt .produkt-price {
        left:10px;
        bottom:10px;
    }
}
@media (max-width: 360px) {

}
