body {
    font-family: "Termina", Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    line-height: 1.75em;
    overflow-x: hidden;
}

.abschnitt {
    padding: 200px 0px;
}

p {
    margin-bottom: 40px;
}

b {
    font-weight: 600;
}

/* Überschriften */

h1 {
    font-size: 90px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 100px;
}

h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
}

.unterueberschrift {
    font-weight: 500;
    font-size: 35px;
    text-align: left;
    margin-bottom: 40px;
}

/* Buttons */


.transparenter-button {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    border-radius: 100px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    display: block;
    width: fit-content;
}

.transparenter-button:hover {
    background-color: white;
    border: 2px solid white;
    text-decoration: none;
    color: #043B40;
    transition: 0.5s;
}

.button-dunkel {
    background-color: #043B40;
    border: 2px solid #043B40;
    border-radius: 100px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

.button-dunkel:hover {
    background-color: white;
    border: 2px solid #043B40;
    color: #043B40;
    transition: 0.5s;
}

/* Header ################ */

header {
    background-color: #043B40;
    background-image: url(../../Images/squoosh/DCW_hero_image.webp);
    background-image: linear-gradient(to right, #043b4013, #043b4073, #043B40), url(../../Images/squoosh/DCW_hero_image.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: left bottom, left -50px bottom;
    color: white;
    min-height: 1200px;
}

header svg {
    width: 500px;
    height: auto;
    min-width: 500px;
    min-height: auto;
    flex: 0 0 500px;
}

header .row {
    display: flex;
    justify-content: end;
}

.hero-text {
    width: 40%;
    margin-right: 200px;
}

.hero-text p {
    margin-bottom: 80px;
}

.logo {
    padding: 35px 0px;
    margin-bottom: 150px;
}


/* info text ###############*/

.abschnitt-info {
    padding: 300px 0px;
    align-items: top;
    justify-content: center;
    background-image: url(../../Images/DWC_bild-marke_petrol.svg);
    background-color: rgba(255, 255, 255, 0.95);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: 700px auto;
    background-position: right 100px center;
}

.abschnitt-info svg {
    width: 150px;
    height: auto;
    min-width: 150px;
    min-height: auto;
    flex: 0 0 150px;
}

.bildmarke {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-right: 100px;
    margin-left: -100px;
}

/* Leistungen ########### **/

.leistungen {
    background-image: url(../../Images/DWC_bild-marke_weiß.svg);
    background-color: #043b40;
    background-repeat: no-repeat;
    background-size: 700px auto;
    background-position: left 100px top;
    color: white;
    justify-content: center;
    padding: 200px 100px 200px 0px;
}

.accordion-button {
    background-color: #043b4000;
    color: rgba(255, 255, 255, 0.4);
    padding: 10px 25px 10px 0;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.accordion-button svg {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    flex: 0 0 60px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

.accordion-button:not(.collapsed) {
    background-color: #043b4000;
    box-shadow: none;
}

.accordion-body p {
    margin-bottom: 80px;
}

/* Spalte mit den Buttons */
.button-column {
    position: relative;
    align-self: flex-start;
}

/* durchgehende graue Grundlinie */
.button-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 999px;
}

/* bewegliche aktive Linie */
.accordion-indicator {
    position: absolute;
    right: 0;
    width: 3px;
    height: 80px;
    background: white;
    border-radius: 999px;
    transition: transform 300ms ease;
    z-index: 2;
    top: 0;
}

.accordion-button:not(.collapsed) svg {
    border: none;
    background-color: white;
    color: #043B40;
    opacity: 100%;
}

.accordion-collapse {
    transition: none !important;
}

.collapsing {
    transition: none !important;
}

#leistungenAccordion .accordion-button:not(.collapsed) {
    cursor: default;
}



.leistungen h2 {
    text-align: center;
}

.leistungen h3 {
    margin: 10px 0px 50px 0px;
}


/* Kontakt ############ */

.kontakt {
    text-align: center;
    justify-content: center;
}

.kontakt svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    flex: 0 0 25px;
    fill: currentColor;
    margin-right: 0;
}

.kontakt .button-dunkel:hover svg {
    fill: #043B40;
    transition: 0.5s;
}

.kontakt .buttons {
    margin-top: 30px;
}

form {
    padding-top: 100px;
    width: 100%;
    text-align: center;
}

.reihe {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.reihe input {
    flex: 1;
    margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
    border-color: rgb(231, 231, 231);
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 5px 1px rgb(231, 231, 231);
}

textarea {
    display: block;
    margin-bottom: 20px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #777777;
}

.datenschutz {
    width: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 7px 20px 0px 0px;
    accent-color: #043B40;
}

label {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    line-height: 1.75em;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #043B40;
    outline: none;
    box-shadow: 0 0 5px 1px #043b404e;
}

.submit-wrap {
    display: flex;
    justify-content: start;
    margin-top: 40px;
}

form button[type="submit"] {
    width: 180px;
}

.kontakt .buttons a {
    width: auto;
    min-width: 0;
    white-space: nowrap;
}

.kontakt svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    flex: 0 0 25px;
    fill: currentColor;
    margin-right: 0;
}


/* Footer ############ */
footer {
    background-color: #043B40;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 70px 0px 30px 0px;
}

footer p {
    margin-bottom: 60px;
}

footer svg {
    width: 500px;
    height: auto;
    min-width: 500px;
    min-height: auto;
    flex: 0 0 500px;
    margin-bottom: 60px;
}

footer a {
    text-decoration: none;
    color: white;
    padding-top: 10px;
}

/* Popup ################################################ */

.hinweis-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.hinweis-popup.is-hidden {
    display: none;
}

.hinweis-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.576);
    backdrop-filter: blur(2px);
}

.hinweis-popup__box {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    background: white;
    border-radius: 10px;
    padding: 60px 70px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    text-align: center;
}


.hinweis-popup__content h3 {
    color: #043B40;
    margin-bottom: 50px;
}


.hinweis-popup__content p:last-child {
    margin-bottom: 0;
}

.hinweis-popup__content a {
    color: #043B40;
    text-decoration: underline;
}

.hinweis-popup__close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #8c8c8c;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.hinweis-popup__close:hover {
    color: #043B40;
    background: transparent;
}

body.popup-offen {
    overflow: hidden;
    padding-right: var(--scrollbar-width);
}

@media (max-width: 768px) {
    .hinweis-popup {
        padding: 20px;
    }

    .hinweis-popup__box {
        padding: 40px 24px;
    }

    .hinweis-popup__content h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .hinweis-popup__content p {
        font-size: 14px;
    }
}



/* Responsive ######################################### */


@media (max-width: 1400px) {

    /* Allgemein ##### */

    h1 {
        font-size: 70px;
        margin-bottom: 15px;
    }

    .abschnitt,
    .abschnitt-info {
        padding: 200px 50px;

    }

    .unterueberschrift {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    /* Hero ####### */

    .logo {
        margin-bottom: 200px;
    }

    .hero-text {
        margin-right: 60px;
        padding: 0px;
        width: 45%;
    }

    .transparenter-button {
        width: 480px;
    }

    .transparenter-button,
    .button-dunkel {
        font-size: 16px;
    }

    header {
        background-position: left bottom, left -100px bottom;
    }

    /* Info Text ###### */

    .abschnitt-info {
        background-size: 600px auto;
        background-position: right 100px center;
    }

    .bildmarke {
        margin-right: 100px;
        margin-left: -50px;
    }

    /* Kontakt ##### */

    .kontakt .buttons {
        margin-top: 20px;
    }



}


@media (max-width: 1200px) {

    h1 {
        font-size: 60px;
    }

    .abschnitt,
    .abschnitt-info {
        padding: 175px 80px;

    }

    .kontakt .buttons {
        margin-top: 20px;
    }

    .logo {
        margin-bottom: 230px;
    }

    .unterueberschrift {
        font-size: 25px;
    }

    header {
        background-position: left bottom, left -200px bottom;
    }

    .hero-text {
        margin-right: 60px;
        padding: 0px;
    }

    .hero-text p {
        margin-bottom: 60px;
    }

    .transparenter-button,
    .button-dunkel {
        font-size: 16px;
    }

    .abschnitt-info {
        background-size: 600px auto;
        background-position: right 50px center;
    }

    h3 {
        font-size: 26px;
    }

    .abschnitt-info svg {
        width: 120px;
        height: auto;
        min-width: 120px;
        min-height: auto;
        flex: 0 0 120px;
    }

    .bildmarke {
        margin-right: 60px;
    }

    /* Leistungen ###### */

    .leistungen.abschnitt {
        padding: 175px 20px;
    }



}

@media (max-width: 992px) {

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 60px;
        text-align: center;
        margin-bottom: 30px;
    }

    .unterueberschrift {
        font-size: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .hero-text {
        width: 100%;
        text-align: center;
        margin-right: 0px;

    }

    .hero-text p {
        margin-bottom: 40px;
    }

    header {
        background-position: left bottom, top -200px bottom;
        background-image: linear-gradient(to right, #043b405c, #043b40a8, #043B40), url(../../Images/squoosh/DCW_hero_image.webp);
        padding: 0px 150px;
    }

    header .row {
        display: flex;
        justify-content: center;

    }

    .logo {
        margin-bottom: 200px;
    }

    .logo .col-sm-12 {
        display: flex;
        justify-content: center;
    }

    header svg {
        width: 400px;
        height: auto;
        min-width: 400px;
        min-height: auto;
        flex: 0 0 400px;
    }

    .hero-text .transparenter-button {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;

    }

    .abschnitt-info {
        background-position: right -100px center;
        background-size: 700px auto;
    }

    .bildmarke {
        margin: 0px 0px 80px 0px;
    }

    .abschnitt-info svg {
        width: 100px;
        height: auto;
        min-width: 100px;
        min-height: auto;
        flex: 0 0 100px;
    }

    /* Leistungen ####### */

    .accordion-button svg {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px;
        flex: 0 0 55px;
        padding: 8px;
    }

    .leistungen.abschnitt {
        padding: 175px 0px;
    }

    .reihe {
        gap: 10px;
        margin-bottom: 10px;
    }

    /* Footer ##### */

    footer svg {
        width: 400px;
        height: auto;
        min-width: 400px;
        min-height: auto;
        flex: 0 0 400px;
        margin-bottom: 50px;
    }

    footer {
        padding: 50px 0px 20px 0px;
    }

}


@media (max-width: 768px) {

    h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .unterueberschrift {
        font-size: 25px;
        margin-bottom: 50px;
    }

    header {
        padding: 0px 100px;
        background-position: left bottom, left -250px bottom;
    }

    .logo {
        margin-bottom: 200px;
    }

    .hero-text {
        width: 100%;
        text-align: center;
        margin-right: 0px;

    }

    .hero-text p {
        margin-bottom: 30px;
    }

    .hero-text .transparenter-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;

    }

    .transparenter-button {
        font-size: 14px;
        padding: 5px 20px;
        width: fit-content;
    }

    .abschnitt,
    .abschnitt-info {
        padding: 120px 50px !important;
    }

    .abschnitt-info svg {
        width: 80px;
        height: auto;
        min-width: 80px;
        min-height: auto;
        flex: 0 0 80px;
    }

    .abschnitt-info {
        flex-direction: column;
        align-items: center;
        background-position: right -100px center;
        background-size: 600px auto;
        text-align: center;
    }

    .bildmarke {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    /* Leistungen ######### */

    .leistungen {
        background-size: 600px auto;
        background-position: left -60px top;
    }

    .leistungen h3 {
        margin: 30px 0px 20px 0px;
    }

    .accordion p {
        margin-bottom: 50px;
    }

    #leistungenAccordion {
        justify-content: center;
    }

    .button-column {

        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
        position: relative;
        min-width: 0;

    }

    .button-column::before {
        content: "";
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        width: 100%;
        height: 3px;
        background: rgb(255, 255, 255);
        border-radius: 999px;
        margin-top: 20px;
    }

    .accordion-header {
        position: relative;
        z-index: 2;

    }

    .accordion-button {
        padding: 0;
        justify-content: flex-start;

    }

    .accordion-button svg {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        flex: 0 0 48px;
        padding: 8px;
    }

    .accordion-indicator {
        display: none;

    }

}