@import url("reset.css");

.cursor-pointer {
    cursor: pointer;
}

/*-----------FONTGESTALTUNG-----------*/

html,
body,
h1,
h2,
h3,
h4,
p,
a,
li,
button {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #2d2e82;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h1 b {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #2d2e82;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #2d2e82;
}

h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2d2e82;
}

h4 {
    font-size: 16px;
}

li {
    font-size: 14px;
    list-style: disc;
}

strong {
    font-weight: 500;
    font-weight: 600;
}


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

.logo {
    position: fixed;
    top: 20px;
    left: 4%;
    width: 165px;
    z-index: 1001;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 35px 4% 0 230px;
    text-align: right;
    z-index: 100;
    overflow: visible;
    clip-path: polygon(0 0, 100% 0, 100% 2%,
            /*schräge rechts*/
            92% 100%, 0 100%);
}

/* nur die schräge Ecke */
nav::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 90px;
    height: 90px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: 1;
}

/* Navigation über der Ecke */
nav ul {
    position: relative;
    z-index: 2;
    margin-right: 5%;
}

nav ul li {
    display: inline-block;
    margin: 0 1%;
    text-transform: uppercase;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #2d2e82;
    font-weight: 600;
}

nav ul li strong {
    color: #0025a6;
    font-weight: 600;
}

nav ul li a:hover {
    border-bottom: 3px solid #2d2e82;
}

.navi {
    display: none;
}

@media (max-width: 900px) {
    .burger-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background: #2d2e82;
        transform: none;
        z-index: 10002;
    }

    .burger-nav b {
        display: block;
        width: 25px;
        height: 3px;
        margin: 0;
        background: #fff;
        font-size: 0;
        float: none;
    }
}

.burger-nav b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'Roboto';
    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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background: #2d2e82;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
    overflow-y: auto;
}

.full-screen-nav ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.full-screen-nav ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 17px;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.fadeUp {
    opacity: 1 !important;
    margin-top: 0 !important;
}


/*-----------ASIDE-----------*/

aside img {
    position: fixed;
    background-color: #f4b400;
    width: 50px;
    padding: 8px;
    z-index: 999;
    right: 0;
    transition: 0.5s;
}

aside img:hover {
    background-color: #2d2e82;
}

.phone {
    top: 400px;
}


/*-----------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: #2d2e82;
    padding: 8px 15px;
    font-size: 13px;
    background-color: #f4b400;
    margin-left: 20px;
    line-height: 23px;
}

.subnav a:nth-of-type(2) {
    margin-right: 5%;
}

.subnav a:hover {
    background-color: #f4b400;
}


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

.hero {
    position: relative;
    margin-top: 4px;
    height: 90vh;
    background: url("../images/headerbild.jpg") center 10% /cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(37, 39, 96, .58);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    color: white;
    padding: 20px;
    margin-top: 120px;
}

.hero-content h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
}

.hero-content h1 span {
    color: #f4b400;
}

.hero-content h1 span.hero-white {
    color: #fff;
}

.hero-content p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #ffffff;
}

.hero .btn {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 70px;
    /* Abstand nach unten */
    background: #2d2e82;
    color: #f4b400;
    padding: 18px 45px;
    font-weight: bold;
    border-radius: 4px;
}

.hero .btn:hover {
    background: #22235f;
}

#stoerer {
    position: absolute;
    left: 10%;
    bottom: 20vh;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 50px;
}

/*.header-buttons{
    position:fixed;
    top:0;
    right:4%;
    display:flex;
    z-index:1001;
}.header-buttons .yellow{ background:#f4b400; color:#2d2e82; font-weight:bold; padding:10px 45px; margin-left:8px; }*/
/* DESKTOP BUTTONS */
.header-buttons {
    position: fixed;
    top: 0;
    right: 4%;
    display: flex;
    z-index: 1001;
}

.header-buttons .yellow {
    background: #f4b400;
    color: #2d2e82;
    font-weight: bold;
    padding: 10px 45px;
    margin-left: 8px;
}

/* ================================
   MOBILE MENÜ BUTTONS
   ================================ */

@media (max-width: 1100px) {

    /* Desktop-Buttons ausblenden */
    nav .header-buttons {
        display: none;
    }

    /* Buttons innerhalb des mobilen Menüs */
    .full-screen-nav .header-buttons {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        margin-top: 30px;
        padding: 0 25px;
        box-sizing: border-box;
        z-index: auto;
    }

    .full-screen-nav .header-buttons .yellow {
        display: block;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        margin: 0;
        padding: 15px 20px;
        background: #f4b400;
        color: #2d2e82;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        border-radius: 4px;
    }

    .full-screen-nav .header-buttons .yellow:hover {
        background: #fff;
        color: #2d2e82;
    }
}

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

html {
    scroll-behavior: smooth;
}

#id1,
#id2 {
    padding: 120px 0;
}

.content {
    display: flex;
    width: 80%;
    margin-left: 10%;
}

.col {
    width: 100%;
}

.col:nth-of-type(2) {
    margin-left: 10%;
}

.btn {
    background-color: #2d2e82;
    color: #fff;
    padding: 5px 30px;
    transition: 0.5s;
}

.btn:hover {
    background-color: #2d2e82
}

::-moz-selection {
    background: #fff600;
    color: #000;
}

::selection {
    background: #fff600;
    color: #000;
}

.leistungen {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.leistungen .container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 25px;
    min-width: 0;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 70px 0;
    text-align: right;
    z-index: 1000;
    overflow: visible;
}

.service-box {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    text-align: center;
    padding: 45px 25px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
    transition: .3s;
    box-sizing: border-box;
}

.service-box:hover {
    transform: translateY(-8px);
}

.service-box img {
    width: 80px;
    margin-bottom: 25px;
}

.service-box h3 {
    color: #2d2e82;
    font-size: 26px;
    margin-bottom: 35px;
    min-height: 70px;
}

.service-box h2 {
    color: #2d2e82;
    font-size: 24px;
    margin-bottom: 35px;
    min-height: 70px;
}

.service-box .mehr-btn {
    display: inline-block;
    border: 2px solid #f4b400;
    background: #fff;
    color: #555;
    padding: 12px 28px;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: .3s;
}

.service-box .mehr-btn:hover {
    background: #f4b400;
    color: white;
}

.about {
    padding: 120px 0;
    background: #fff;
}

.about-container {
    width: 90%;
    max-width: 1450px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.about-left {
    flex: 1 1 58%;
}

.about-right {
    flex: 1 1 36%;
    text-align: right;
    margin-top: -70px;
}

.about-right img {
    width: 100%;
    max-width: 500px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 86% 100%, 0 100%);
}

.about-headline {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.about-headline img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.about-headline span {
    color: #f4b400;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-headline h2 {
    color: #f4b400;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.about h2 {
    color: #2d2e82;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 40px;
    font-weight: 700;
}

.about p {
    color: #3e3e6d;
    font-size: 22px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.about-brands {
    margin-top: 60px;
}

.about-brands h3 {
    color: #f4b400;
    font-size: 26px;
    font-style: italic;
    margin-bottom: 25px;
}

.facebook-icon {
    width: 35px;
    height: auto;
}

/*-----------BEREICH1-----------*/

#id1 .col:nth-of-type(2) {
    margin-top: 55px;
}

/*-----------BEREICH2-----------*/

#id2 .col:nth-of-type(2) {
    margin-top: 55px;
}

/*-----------PUFFER-----------*/

.puffer1 {
    background: url("../images/fahrrad-gang.jpg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}

.puffer2 {
    background: url("../images/landfahrt.jpeg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.puffer3 {
    background: url("../images/zwischenbild.jpeg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.puffer4 {
    background: url("../images/reparatur.jpeg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.puffer5 {
    background: url("../images/ebikes.jpeg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.puffer6 {
    background: url("../images/header-velowunderlich.jpeg") no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}


.puffer1,
.puffer2 {
    position: relative;
    overflow: hidden;
}

.puffer1::before,
.puffer2::before,
.puffer3::before,
.puffer4::before,
.puffer5::before,
.puffer6::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(45, 46, 130, 0.35);
    /* Blau mit 35 % Deckkraft */
    z-index: 1;
}

.puffer1,
.puffer3,
.puffer4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.puffer4 {
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.puffer-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    padding: 20px 40px;
    border-radius: 8px;
}

.highlight {
    color: #f4b400;
    font-weight: 700;
}

/* ---WARUM VELOWUNDERLICH---*/

.why-us {
    position: relative;
    padding: 120px 0 0;
    background: #fff;
    overflow: hidden;
}

/* Großes Fahrradmotiv im Hintergrund */

.why-us::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 120px;
    width: 1500px;
    height: 1240px;
    background: url("../images/fahrrad-motiv.png") no-repeat center;
    background-size: contain;
    opacity: .03;
    pointer-events: none;
    z-index: 0;
}

.why-content {
    position: relative;
    z-index: 2;
}

.why-header {
    text-align: center;
    margin-bottom: 70px;
}

.why-header span {
    display: block;
    color: #f4b400;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.why-header h2 {
    color: #2d2e82;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.why-content {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.check {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #2d2e82;
    color: #f4b400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    flex-shrink: 0;
}

.why-item h3 {
    color: #2d2e82;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.why-item h2 {
    color: #2d2e82;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.why-item p {
    color: #2d2e82;
    font-size: 21px;
    line-height: 1.6;
    margin: 0;
}

.why-us {
    padding-top: 250px;
}

/* Gelber Balken */
.why-footer {
    position: relative;
    background: #f4b400;
    padding: 70px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

/* Weiße schräge Ecke links */
.why-footer {
    background: #f4b400;
    padding: 55px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}

.why-footer::before {
    display: none;
}

.why-footer-text {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin-left: 110px;
    color: #2d2e82;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 600;
}

.why-btn {
    position: relative;
    z-index: 2;
    background: #2d2e82;
    color: #f4b400;
    padding: 18px 45px;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    border-radius: 4px;
}

.why-btn:hover {
    background: #1f2068;
}

@media (max-width: 700px) {

    .why-footer,
    .leasing-company {
        clip-path: none;
    }

    .about-right img,
    .galerie-item img,
    .leasing-right img,
    .kontakt-right img {
        clip-path: none;
    }
}

.puffer6 {
    margin-top: 200px;
}

/* ---------------- BEWERTUNGEN ---------------- */

#bewertungen {
    background: #f0f0f0;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

#bewertungen::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -40px;
    width: 650px;
    height: 650px;
    background: url("../images/fahrrad-motiv.png") no-repeat center;
    background-size: contain;
    opacity: 0.04;
    pointer-events: none;
}

/* Überschrift */

.bewertungen-headline {
    text-align: center;
    margin-bottom: 55px;
    padding: 0 20px;
}

.bewertungen-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.bewertungen-top img {
    width: 38px;
    height: auto;
}

.bewertungen-top span {
    color: #f4b400;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bewertungen-headline h2 {
    color: #2d2e82;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* ---------------- WIDGET-RAHMEN ---------------- */

.bewertungen-widget-wrap {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    border-top: 6px solid #f4b400;
    padding: 50px 50px 45px;
    box-sizing: border-box;
}

#dsa-rating-view {
    width: 100%;
    margin: 0;
}

/* ---------------- BEWERTUNGS-BOXEN (reserviert) ---------------- */

.bewertungen-slider {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.bewertungen-wrapper {
    display: none;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.bewertungen-wrapper.active {
    display: flex;
}

.bewertung {
    width: 390px;
    min-height: 300px;
    background: #fff;
    padding: 40px 35px;
    box-shadow: 0 12px 28px rgba(45, 46, 130, 0.15);
    border-top: 5px solid #f4b400;
    transition: .35s;
    box-sizing: border-box;
}

.bewertung:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(45, 46, 130, 0.20);
}

.stars {
    color: #f4b400;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 25px;
}

.bewertung h3 {
    color: #2d2e82;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.bewertung p {
    color: #2d2e82;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 60px;
}

.slider-dots .dot {
    display: block;
    width: 65px;
    height: 5px;
    background: #d1a01f;
    cursor: pointer;
    transition: .3s;
}

.slider-dots .dot.active {
    background: #2d2e82;
}

/* ---------------- BUTTON ---------------- */

.bewertungslink {
    display: block;
    width: fit-content;
    margin: 45px auto 0;
    padding: 17px 52px;
    background: #f4b400;
    color: #2d2e82;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    transition: .3s;
    letter-spacing: 0.5px;
}

.bewertungslink:hover {
    background: #fff;
    color: #2d2e82;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

/* ---------------- DIAGONALER ÜBERGANG ---------------- */

.bewertungen-bottom {
    height: 100px;
    /* background: #f4b400;
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); */
    margin-top: 70px;
}

/* ---------------- TABLET ---------------- */

@media (max-width: 1000px) {
    .bewertungen-widget-wrap {
        padding: 40px 30px 35px;
    }

    .bewertungen-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .bewertung {
        width: 100%;
        max-width: 550px;
    }

    .bewertungen-headline h2 {
        font-size: 28px;
    }

    .kontakt .about-right{
        width: 100%;
    }
}

/* ---------------- SMARTPHONE ---------------- */

@media (max-width: 700px) {
    #bewertungen {
        padding: 70px 0 0;
    }

    .bewertungen-headline {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .bewertungen-top span {
        font-size: 17px;
    }

    .bewertungen-top img {
        width: 30px;
    }

    .bewertungen-headline h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .bewertungen-widget-wrap {
        width: 90%;
        padding: 30px 22px 28px;
    }

    .bewertungen-slider {
        width: 90%;
    }

    .bewertung {
        padding: 30px 25px;
        min-height: auto;
    }

    .stars {
        font-size: 24px;
    }

    .bewertung h3 {
        font-size: 18px;
    }

    .bewertung p {
        font-size: 16px;
    }

    .slider-dots {
        margin-top: 40px;
    }

    .slider-dots .dot {
        width: 45px;
    }

    .bewertungslink {
        width: calc(90% - 40px);
        max-width: 300px;
        text-align: center;
    }

    .bewertungen-bottom {
        height: 90px;
        clip-path: none;
    }
}

/* ==============================
   DSA WIDGET INNER STYLING
   ============================== */

/* Slick-Reset */

.bewertungen-widget-wrap .slick-list {
    overflow: hidden;
}

.bewertungen-widget-wrap .slick-track {
    display: flex;
}

/* Rating-Karte */

.bewertungen-widget-wrap .rating_box {
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
}

/* Sterne-Leiste */

.bewertungen-widget-wrap .rating_thumb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f4b400;
}

.bewertungen-widget-wrap .thumbithumb {
    display: none;
}

.bewertungen-widget-wrap .starbox {
    display: flex;
    align-items: center;
    gap: 2px;
}

.bewertungen-widget-wrap .starbox .star {
    font-size: 26px;
    line-height: 1;
}

.bewertungen-widget-wrap .starbox .star.full {
    color: #f4b400;
}

.bewertungen-widget-wrap .starbox .star:not(.full) {
    color: #d8d8e8;
}

.bewertungen-widget-wrap .startext {
    color: #6b6ba0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
}

/* Name und Datum */

.bewertungen-widget-wrap .rating_top h3 {
    color: #2d2e82;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.bewertungen-widget-wrap .rating_top > br {
    display: none;
}

/* Bewertungstext */

.bewertungen-widget-wrap .freitext {
    color: #3e3e6d;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.bewertungen-widget-wrap .grv-is-hidden {
    display: none !important;
}

/* Alles-lesen-Button */

.bewertungen-widget-wrap .btn.btn-default.view_more {
    display: inline-block;
    margin-top: 12px;
    padding: 7px 18px;
    background: transparent;
    border: 1.5px solid #2d2e82;
    color: #2d2e82;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s;
    line-height: 1.4;
}

.bewertungen-widget-wrap .btn.btn-default.view_more:hover {
    background: #2d2e82;
    color: #fff;
}

/* Sub-Ratings */

.bewertungen-widget-wrap .rating_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 32px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8e8f0;
}

.bewertungen-widget-wrap .questionline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bewertungen-widget-wrap .question {
    color: #7878a8;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    flex: 1 1 auto;
}

.bewertungen-widget-wrap .answer {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2d2e82;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

.bewertungen-widget-wrap .answer .star {
    font-size: 12px;
    line-height: 1;
}

.bewertungen-widget-wrap .answer .star.full {
    color: #f4b400;
}

.bewertungen-widget-wrap .answer .star:not(.full) {
    color: #ddd;
}

/* Pfeil-Buttons */

.bewertungen-widget-wrap .slick-prev,
.bewertungen-widget-wrap .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 38px;
    height: 38px;
    background: #2d2e82;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    transition: background .2s;
}

.bewertungen-widget-wrap .slick-prev {
    left: -47px;
}

.bewertungen-widget-wrap .slick-next {
    right: -47px;
}

.bewertungen-widget-wrap .slick-prev::after,
.bewertungen-widget-wrap .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #f4b400;
    border-right: 2px solid #f4b400;
}

.bewertungen-widget-wrap .slick-prev::after {
    transform: translate(-20%, -50%) rotate(-135deg);
}

.bewertungen-widget-wrap .slick-next::after {
    transform: translate(-80%, -50%) rotate(45deg);
}

.bewertungen-widget-wrap .slick-prev:hover,
.bewertungen-widget-wrap .slick-next:hover {
    background: #f4b400;
}

.bewertungen-widget-wrap .slick-prev:hover::after,
.bewertungen-widget-wrap .slick-next:hover::after {
    border-color: #2d2e82;
}

/* Slider Dots */

.bewertungen-widget-wrap .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
}

.bewertungen-widget-wrap .slick-dots li {
    margin: 0;
}

.bewertungen-widget-wrap .slick-prev::before, .bewertungen-widget-wrap .slick-next::before {
	color: transparent;
}

/* .bewertungen-widget-wrap .slick-dots li button {
    display: block;
    width: 50px;
    height: 5px;
    background: #d0d0e8;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: background .3s;
} */

/* .bewertungen-widget-wrap .slick-dots li.slick-active button {
    background: #2d2e82;
} */

/* Tablet/Mobil: Pfeile ausblenden, Sub-Ratings einspaltg */

@media (max-width: 900px) {
    .bewertungen-widget-wrap .slick-prev,
    .bewertungen-widget-wrap .slick-next {
        display: none;
    }

    .bewertungen-widget-wrap .rating_bottom {
        grid-template-columns: 1fr;
    }
}

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

footer {
    background: #2d2e82;
    color: #fff;
    margin-top: 0;
}

.footer-top {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 80px 0;
}

.footer-col {
    flex: 1;
}

.footer-col h3 {
    color: #f4b400;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}

.footer-col p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
}

.footer-logo {
    width: 140px;
    margin-top: 25px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    list-style: none;
    margin-bottom: 14px;
    font-size: 17px;
}

.footer-nav a {
    color: #fff;
    transition: .3s;
}

.footer-nav a:hover {
    color: #f4b400;
}

.footer-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f4b400;
    padding: 18px 8%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    z-index: 9999;
    box-sizing: border-box;
}

.footer-bottom a {
    color: #2d2e82;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom:after {
    display: none;
}

.about-right a img {
    transition: .3s;
}

.about-right a:hover img {
    opacity: .9;
    transform: scale(1.02);
}

.kontakt-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 18px 45px;
    background: #2d2e82;
    color: #f4b400;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: .3s;
}

.kontakt-btn:hover {
    background: #2d2e82;
    color: #f4b400;
}

#impressum {
    background: #fff;
    color: #2d2e82;
    padding: 80px 0;
}

#impressum h2,
#impressum h3 {
    color: #2d2e82;
}

#impressum p {
    color: #43436f;
    font-size: 22px;
    line-height: 1.7;
}

#impressum a {
    color: #2d2e82;
    font-size: 22px;
}

#impressum a:hover {
    text-decoration: underline;
}

#impressum {
    padding-top: 250px;
}

/* ---------------- KONTAKT ---------------- */

.kontakt {
    padding: 120px 0;
    background: #fff;
}

.kontakt-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 90px;
}

.kontakt-left {
    flex: 0 0 55%;
}

.kontakt-right {
    flex: 0 0 40%;
    text-align: right;
}

.kontakt-right img {
    width: 100%;
    max-width: 620px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.kontakt h2 {
    color: #2d2e82;
    font-size: 34px;
    margin-bottom: 35px;
}

.kontakt p {
    font-size: 22px;
    line-height: 1.7;
    color: #43436f;
}

.kontakt h4 {
    color: #f4b400;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 18px;
    font-style: italic;
}

.facebook-icon {
    display: block;
    width: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kontakt-btn {
    display: inline-block;
    margin-top: 0;
    padding: 18px 45px;
    background: #2d2e82;
    color: #f4b400;
    font-size: 22px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

.kontakt-btn:hover {
    background: #1f2068;
    color: #fff;
}

/* Map-Container: Breite & Mindesthöhe */
.kontakt .about-right {
    flex: 1 1 45%;
    margin-top: 0;
}

.kontakt .about-left {
    flex: 1 1 50%;
}

.dsa-secure-plugin {
    width: 100%;
    min-height: 350px;
    display: block;
    box-sizing: border-box;
}

/* ---------------- GALERIE ---------------- */

.galerie {
    background: #fff;
    padding: 110px 0;
}

.galerie-headline {
    text-align: center;
    margin-bottom: 70px;
}

.galerie-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.galerie-top img {
    width: 34px;
}

.galerie-top span {
    color: #f4b400;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.galerie-headline h2 {
    color: #2d2e82;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.galerie-wrapper {
    position: relative;
    width: 92%;
    max-width: 1450px;
    margin: auto;
}

.galerie-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex: 1;
}

/* linkes und rechtes Bild */
.galerie-item {
    flex: 0.9;
    max-width: 360px;
}

/* mittleres Bild größer */
.galerie-item:nth-child(2) {
    flex: 1.15;
    max-width: 470px;
}

.galerie-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
    transition: .35s;
}

/* mittleres Bild etwas höher */
.galerie-item:nth-child(2) img {
    height: 430px;
}

.galerie-item:hover img {
    transform: scale(1.03);
}

.galerie-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: #f4b400;
    color: #2d2e82;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    z-index: 20;
}

.galerie-arrow.left {
    left: -90px;
}

.galerie-arrow.right {
    right: -90px;
}

.galerie-arrow:hover {
    background: #2d2e82;
    color: #f4b400;
}

/*-----------FAQ-----------*/

.faq-hero {
    background: #2d2e82;
    color: white;
    text-align: center;
    padding: 280px 20px 100px;
    margin-top: -120px;
}

.faq-hero h1 {
    font-size: 48px;
    color: #f4b400;
    margin-bottom: 10px;
}

.faq-hero p {
    font-size: 20px;
    color: white;
}

/* Container */
.faq {
    padding: 100px 0;
    background: #fff;
}

.faq-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* FAQ Box */
.faq-item {
    background: #fff;
    border-left: 6px solid #f4b400;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    transition: 0.3s;
}

.faq-item:hover {
    transform: translateY(-5px);
}

.faq-item h3 {
    color: #2d2e82;
    font-size: 22px;
    margin-bottom: 10px;
}

.faq-item p {
    color: #2d2e82;
    font-size: 18px;
    line-height: 1.6;
}

/* Kontaktbereich */
.faq-contact {
    position: relative;
    background: #f4b400;
    padding: 70px 20px;
    text-align: center;
    overflow: hidden;
}

.faq-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 120px solid #ffffff;
    border-right: 200px solid transparent;
    z-index: 1;
}

.faq-contact h2 {
    color: #2d2e82;
    font-size: 34px;
    margin-bottom: 20px;
}

.faq-contact p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #2d2e82;
    font-weight: 600;
}

.faq-box {
    background: white;
    display: inline-block;
    padding: 25px 40px;
    margin-top: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #f4b400;
    text-align: left;
}

.faq-hero {
    margin-top: 60px;
}

/*---werkstatt/service----*/

.page-hero {
    background: #2d2e82;
    color: white;
    text-align: center;
    padding: 140px 20px 80px;
}

.page-hero h1 {
    font-size: 52px;
    color: #f4b400;
    margin-bottom: 10px;
}

.page-hero p {
    font-size: 20px;
    color: white;
}

/* Hero speziell Werkstatt (optional Hintergrundbild) */
.werkstatt-hero {
    background: linear-gradient(rgba(45, 46, 130, 0.8), rgba(45, 46, 130, 0.8)), url("../images/werkstatt.jpeg") center/cover no-repeat;
    padding: 280px 20px 100px;
    margin-top: -120px;
}

/* Section */
.werkstatt {
    padding: 100px 0;
    background: #fff;
}

/* Container */
.werkstatt-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

/* Box Design */
.werkstatt-box {
    background: #fff;
    border-left: 8px solid #f4b400;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

/* Headline */
.werkstatt-box h2 {
    color: #2d2e82;
    font-size: 34px;
    margin-bottom: 20px;
}

.werkstatt-box h3 {
    color: #2d2e82;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Text */
.werkstatt-box p {
    font-size: 22px;
    line-height: 1.7;
    color: #3e3e6d;
    margin-bottom: 20px;
}

/* Liste */
.werkstatt-box ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.werkstatt-box li {
    font-size: 19px;
    line-height: 1.8;
    color: #2d2e82;
}

/* Button */
.werkstatt-btn {
    display: inline-block;
    margin-top: 20px;
    background: #f4b400;
    color: #2d2e82;
    font-weight: bold;
    padding: 18px 40px;
    text-decoration: none;
    transition: .3s;
}

.werkstatt-btn:hover {
    background: #2d2e82;
    color: #fff;
}

.page-hero {
    margin-top: 90px;
}

/* ---------------- SORTIMENT ---------------- */

.sortiment-intro {
    padding: 120px 0;
    background: #fff;
}

/* Fahrradarten */

.bike-types {
    padding: 40px 0 120px;
    background: #fff;
}

.bike-types .container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.bike-card {
    flex: 1;
    min-width: 220px;
    background: #fff;
    text-align: center;
    padding: 40px 25px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
    transition: .3s;
}

.bike-card:hover {
    transform: translateY(-8px);
}

.bike-card img {
    width: 70px;
    margin-bottom: 20px;
}

.bike-card h3 {
    color: #2d2e82;
    font-size: 24px;
    margin-bottom: 15px;
}

.bike-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

/* Bonn */
.sortiment-intro {
    margin-top: 180px;
}

.sortiment-bonn {
    background: #f4b400;
    padding: 70px 0;
    position: relative;
}

.sortiment-bonn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #fff;
    border-right: 180px solid transparent;
}

.sortiment-content {
    width: 90%;
    max-width: 900px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.sortiment-content h2 {
    color: #2d2e82;
    font-size: 40px;
}

.sortiment-content h2 span {
    color: #0025a6;
}

.sortiment-content p {
    font-size: 21px;
    line-height: 1.8;
    color: #2d2e82;
    margin-bottom: 25px;
}

.sortiment-content .btn {
    display: inline-block;
    margin-top: 20px;
    background: #2d2e82;
    color: #f4b400;
    padding: 18px 45px;
    font-weight: 700;
}

.sortiment-content .btn:hover {
    background: #1f2068;
}

.sortiment-intro p,
.bike-card p,
.sortiment-content p {
    color: #2d2e82;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (max-width: 700px) {

    .btn,
    .kontakt-btn,
    .werkstatt-btn,
    .why-btn {
        max-width: 100%;
        box-sizing: border-box;
    }

    .kontakt-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }

    .werkstatt-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        text-align: center;
    }

    .why-btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
    }

    .hero .btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }
}

/* HERO */

.leasing-hero {
    position: relative;
    margin-top: 120px;
    height: 55vh;
    background: url("../images/jobrad-header.jpg") center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 200px 20px 10px;
    margin-top: -120px;
}

.leasing-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(45, 46, 130, .2);
    padding: 280px 20px 100px;
    margin-top: -120px;
}

.leasing-hero .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.leasing-hero h1 {
    font-size: 56px;
}

.leasing-hero span {
    color: #f4b400;
}

.leasing-hero p {
    font-size: 22px;
}

/* Einleitung */

.leasing-intro {
    padding: 110px 0;
}

.leasing-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 90px;
    align-items: center;
}

.leasing-left {
    flex: 60%;
}

.leasing-right {
    flex: 40%;
}

.leasing-right img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 90%);
}

/* Titel */

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: #f4b400;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h2 {
    color: #2d2e82;
    font-size: 34px;
}

/* Schritte */

.leasing-steps {
    background: #f7f7f7;
    padding: 110px 0;
}

.steps-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 25px;
}

.step-card {
    flex: 1;
    background: #fff;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f4b400;
    color: #2d2e82;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leasing-hero {
    background: linear-gradient(rgba(45, 46, 130, 0.8), rgba(45, 46, 130, 0.8)), url("../images/ebike-header.jpeg") center/cover no-repeat;
}

/* Vorteile */

.leasing-benefits {
    padding: 110px 0;
}

.benefits-grid {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 25px;
}

.benefit-card {
    flex: 1;
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    transition: .3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-card img {
    width: 40px;
    margin-bottom: 25px;
}

.benefit-card h3 {
    color: #2d2e82;
}

.benefit-card p {
    color: #2d2e82;
    ;
}

/* Unternehmen */

.leasing-company {
    background: #2d2e82;
    text-align: center;
    padding: 70px 0;
    position: relative;
    clip-path: polygon(300px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
}

.leasing-company h2 {
    color: #f4b400;
}

.leasing-company p {
    color: #fff;
    max-width: 900px;
    margin: 25px auto 45px;
    font-size: 21px;
    line-height: 1.7;
}

/*---leistungen---*/
.service-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease;
}

.service-more p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.7;
    color: #2d2e82;
    ;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.service-box.active .service-more {
    max-height: 600px;
    opacity: 1;
}

.service-box.active {
    transform: translateY(-8px);
}

#impressum h2,
#impressum h3 {
    color: #2d2e82;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media (max-width: 700px) {

    p {
        font-size: 16px;
        line-height: 1.55;
    }

    h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 17px;
    }

    li {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

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

@media(max-width:1250px) {

    .footer-top {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-col {
        flex: 0 0 calc(50% - 20px);
    }
}

@media(max-width:700px) {

    .footer-top {
        display: block;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-bottom:after {
        display: none;
    }
}

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

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

    header,
    .puffer1,
    .puffer2 {
        background-attachment: scroll;
    }
}

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

    .logo {
        position: fixed;
        top: 15px;
        left: 20px;
        width: 130px;
        z-index: 10001;
    }

    nav {
        display: none;
    }

    .navi {
        display: block;
    }

    .burger-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background: #2d2e82;
        transform: none;
        z-index: 10002;
    }

    .burger-nav b {
        display: block;
        width: 25px;
        height: 3px;
        margin: 0;
        background: #fff;
        font-size: 0;
        float: none;
    }

    header {
        height: 75vh;
    }
}

@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;
    }
}

@media screen and (max-width: 500px) {
    aside img {
        width: 40px;
    }

    .mail {
        top: 250px
    }

    .phone {
        top: 320px
    }

    .maps {
        top: 390px
    }
}

@media(max-width:1100px) {

    .leistungen .container {
        flex-wrap: wrap;
    }

    .service-box {
        flex: 0 0 calc(50% - 20px);
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 18px;
    }

}

@media(max-width:700px) {

    .service-box {
        flex: 100%;
    }

    .hero {
        height: 75vh;
    }

    .hero-content h1 {
        font-size: 32px;
    }

}

@media(max-width:1000px) {

    .about-container {
        flex-direction: column;
        gap: 60px;
    }

    .about-left,
    .about-right {
        flex: 100%;
    }

    .about-right {
        text-align: center;
        margin-top: 0;
    }

    .kontakt .about-right {
        flex: 100%;
        margin-top: 0;
    }

    .kontakt .about-left {
        flex: 100%;
    }

    .about h2 {
        font-size: 28px;
    }

    .about p {
        font-size: 18px;
    }
}

/* ----SMARTPHONE--- */

@media (max-width: 600px) {

    .why-us {
        padding: 70px 0 0;
    }

    .why-header {
        margin-bottom: 45px;
    }

    .why-header span {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .why-header h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .why-list {
        gap: 28px;
    }

    .why-item {
        align-items: flex-start;
        gap: 15px;
    }

    .check {
        width: 42px;
        height: 42px;
        font-size: 22px;
        flex-shrink: 0;
    }

    .why-item h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }

    .why-item p {
        font-size: 16px;
        line-height: 1.6;
    }

    .why-footer {
        padding: 40px 20px;
        margin-top: 60px;
    }

    .why-footer-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .why-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 16px 0;
        font-size: 18px;
    }

    /* Hintergrund-Fahrrad kleiner */

    .why-us::after {
        width: 320px;
        height: 320px;
        right: -120px;
        top: 200px;
        opacity: .04;
    }
}

/* ----TABLET---- */

@media (max-width: 992px) {

    .why-us {
        padding: 90px 0 0;
    }

    .why-header h2 {
        font-size: 28px;
        line-height: 1.3;
        padding: 0 20px;
    }

    .why-header span {
        font-size: 18px;
    }

    .why-content {
        width: 92%;
    }

    .why-item {
        gap: 20px;
    }

    .check {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .why-item h3 {
        font-size: 23px;
    }

    .why-item p {
        font-size: 18px;
    }

    .why-footer {
        flex-direction: column;
        text-align: center;
        gap: 35px;
        padding: 50px 30px;
    }

    .why-footer::before {
        display: none;
    }
}

/*--galerie responsive---*/
@media(max-width:1000px) {

    .galerie-grid {
        gap: 20px;
    }

    .galerie-headline h2 {
        font-size: 36px;
    }

    .galerie-item img {
        height: 280px;
    }
}

@media(max-width:700px) {

    .galerie-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .galerie-grid {
        flex-direction: column;
    }

    .galerie-item {
        max-width: 100%;
    }

    .galerie-item img {
        height: 300px;
    }

    .galerie-arrow {
        display: none;
    }
}

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

@media (max-width: 1200px) {
    .bike-types .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .bike-types .container {
        grid-template-columns: 1fr;
    }
}

@media(max-width:1000px) {

    .bewertungen-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .bewertung {
        width: 100%;
        max-width: 550px;
    }

    .bewertungen-headline h2 {
        font-size: 28px;
    }
}

/*--
@media(max-width:1100px){

.header-buttons{ position:static; display:flex; flex-direction:column; gap:10px; width:90%; margin:20px auto;}

.header-buttons .yellow{ margin:0; text-align:center;}}-*/

@media(max-width:700px) {

    .kontakt {
        padding: 70px 0;
    }

    .kontakt h2 {
        font-size: 28px;
    }

    .kontakt h4 {
        font-size: 20px;
    }

    .kontakt p {
        font-size: 17px;
    }

    .kontakt-btn {
        width: 100%;
        padding: 16px;
        text-align: center;
    }
}

@media(max-width:1000px) {

    .leasing-container {
        flex-direction: column;
    }

    .leasing-left,
    .leasing-right {
        width: 100%;
    }

    .steps-container,
    .benefits-grid {
        flex-direction: column;
    }

    .step-card,
    .benefit-card {
        width: 100%;
    }
}

@media(max-width:700px) {

    .sortiment-content h2 {
        font-size: 28px;
    }

    .sortiment-content p {
        font-size: 17px;
    }

    .sortiment-content .btn {
        width: 100%;
        display: block;
    }
}

@media(max-width:700px) {

    .faq {
        padding: 60px 0;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-item h3 {
        font-size: 20px;
    }

    .faq-item p {
        font-size: 16px;
    }

    .faq-contact h2 {
        font-size: 28px;
    }
}

@media(max-width:700px) {

    .werkstatt-box {
        padding: 30px 20px;
    }

    .werkstatt-box h2 {
        font-size: 28px;
    }

    .werkstatt-box h3 {
        font-size: 22px;
    }

    .werkstatt-box p {
        font-size: 17px;
    }
}

@media(max-width:700px) {

    .hero-content {
        margin-top: 80px;
        padding: 15px;
    }

    .hero-content p {
        line-height: 1.5;
    }

    .hero .btn {
        width: 100%;
        box-sizing: border-box;
    }
}

@media(max-width:700px) {

    .puffer-text {
        font-size: 24px;
        padding: 20px;
    }
}

@media(max-width:700px) {

    .footer-col h3 {
        font-size: 24px;
    }

    .footer-col p,
    .footer-nav li {
        font-size: 16px;
    }
}

@media (max-width: 700px) {

    .leistungen {
        margin-top: 0;
        padding: 40px 0;
    }

    .leistungen .container {
        width: 92%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .service-box {
        width: 100%;
        flex: none;
        padding: 30px 20px;
    }

    .service-box img {
        width: 60px;
        margin-bottom: 15px;
    }

    .service-box h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 20px;
        min-height: auto;
    }

    .service-box .mehr-btn {
        max-width: 100%;
        padding: 10px 20px;
        font-size: 15px;
        box-sizing: border-box;
    }

    .service-more p {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* WEITERE INFORMATIONEN */

@media (max-width: 700px) {
    .page-hero h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .page-hero p {
        font-size: 16px;
        line-height: 1.5;
    }

    .page-hero {
        padding: 180px 20px 70px;
    }

    .werkstatt-hero {
        padding: 180px 20px 70px;
    }
}

.mobile-menu-buttons {
    display: none;
}

@media (max-width: 1100px) {

    .mobile-menu-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
        padding: 0 25px;
    }

    .mobile-menu-btn {
        display: block;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        padding: 15px 20px;
        background: #f4b400;
        color: #2d2e82 !important;
        text-align: center;
        font-size: 17px !important;
        font-weight: 700;
        text-transform: none;
        border-radius: 4px;
    }

    .mobile-menu-btn:hover {
        background: #fff;
        color: #2d2e82 !important;
    }
}