/*
Theme Name: Divi Child
Theme URI:  https://example.com/divi-child
Description: Child Theme für Divi — eigene CSS/JS-Dateien.
Author:      Dein Name
Author URI:  https://example.com
Template:    Divi
Version:     1.0.0
Text Domain: divi-child
*/

/* Hier kommt dein Child-CSS */

@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


body{
    background-color: #fff !important;
    font-family: 'Lexend', sans-serif;
    @media (max-width: 992px) {
        hyphens: auto;
    }
}

h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 120px;
}

h2 {
    font-weight: 700;
    line-height: 130%;
    font-size: 56px;
}

h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    vertical-align: bottom;
}

h4 {
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
}

.intro {
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
}

.et_pb_section{
    background-color: #fff;
}

p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

em, i {
    font-family: 'Amiri', sans-serif;
    font-style: italic;
}

@media (max-width: 768px) {
    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 32px;
    }
}


.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a{
    color: #494746 !important;
}


h4{
    font-size: 24px;
    line-height: 160%;
}

.ecke-arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -85%);
}

.parent-container {
    position: relative;
    overflow: visible !important;
}

#main-header {
    border: none!important;
    box-shadow: none!important;
}

body #page-container .et_pb_section .et_pb_button.btn,
.btn {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 2.5rem !important;
    padding: 20px 30px 20px 30px !important;
    color: #494746 !important;
    border: transparent !important;

    &.btn-gradient {
        background: linear-gradient(90deg, #FFE600 0%, #FFCC00 100%) !important;
    }

    &.btn-header {
        background-color: #fed200;
        padding: 20px 30px !important;

        a {
            padding: 0 !important;
        }
    }
}

footer a{
    color: white;
}

header li {
    padding-right: 100px !important;
    line-height: 60px;
}


@media (max-width: 1400px) {
    header li {
        padding-right: 25px !important;
    }
}


header li a{
    color: #494746 !important;
    font-size: 18px;
}

.et_header_style_left #et-top-navigation{
    padding-top: 25px !important;
    padding-bottom: 8px !important;
}


.arrow::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    background: url("./icon/Vector.svg") no-repeat center/contain;
    border-radius: 25px;

}

.arrow-yellow::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background: url("./icon/Group28.svg") no-repeat center/contain;
    border-radius: 25px;
}

.arrow-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.arrow-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 40px; /* Platz für Pfeil */
    display: flex;
    align-items: center;
}

.arrow-list li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background: url("./icon/Group28.svg") no-repeat center/contain;
    border-radius: 25px;
    flex-shrink: 0;
}

.checkmark {
    display: flex;
    align-items: center;
    gap: 6px;
    @media (max-width: 992px) {
        justify-content: center;
    }
}

.checkmark::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("./icon/checkmark-circle.svg") no-repeat center/contain;
    border-radius: 5px;
}

.checkmark_center {
    font-size: 20px;
    line-height: 1.5rem;
    font-weight: bold;
    justify-content: center;

    &:before {
        margin-right: .5rem;
    }
}

.btn-start {
    background-color: #FED200;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 50px 15px 25px!important;
    border-radius: 15px!important;
    color: #000;
    position: relative;
    box-shadow: 5px 5px 16px 1px rgba(0,0,0,0.12);
}

.btn-start::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(./icon/btn-arrow.svg) no-repeat center / contain;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-start > a{
    padding-bottom: 0!important;
}


@media screen and (min-width: 600px) {
    .checkmark-flex {
        display: flex;
        gap: 2.5rem;
        justify-content: center;
    }
}

.arrow-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optional */
}

.arrow-box::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("./icon/Vector.svg") no-repeat center/contain;
    flex-shrink: 0;
}

.arrow-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 10px 0;
    box-shadow: unset;
    border: 1px solid #d9d9d9;
}

.arrow-box-grey {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 10px 0;
    box-shadow: unset;
}

.arrow-box-grey::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("./icon/Vector.svg") no-repeat center/contain;
}

 .stats-box {
     background: #FFE600;
     border-radius: 25px;
     display: flex;
     align-items: center;
     padding: 3rem 2rem;
     color: #494746;
     width: calc(50% - 100px);
     float: right;
     margin-right: 50px;
     margin-top: -3.5rem;
 }

.stats-number {
    font-size: 80px;
    font-weight: 400;
    width: max-content;
    margin-right: .5rem;
}

.stats-text {
    font-weight: 500;
    font-size: 20px;
}

.doublebox > div:first-child{
    margin-right: 0 !important;
}

.doublebox > div {
    width: 50% !important;
    position: relative;
}

@media (max-width: 1000px) {
    .doublebox {
        display: block !important;

        .et_pb_image_wrap,
        img {
            width: 100%;
        }

        > div {
            width: 100% !important;
        }
    }

    .stats-box {
        width: calc(100% - 100px);
    }
}

@media (max-width: 460px) {
    .stats-box {
        width: 100%;
        margin: 1.5rem 0 0;
    }
}

.footer-links a + a {
    margin-left: 1.5rem;
}

@media (max-width: 650px) {
    .footer-links p {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .footer-links p {
        display: flex;
        flex-direction: column;

        a + a {
            margin-left: 0;
            margin-top: .5rem;
        }
    }
}

.nav li ul, .et_mobile_menu {
    border-color: #ffe600;
}

.et_mobile_menu li a {
    border: none;
}

.et_mobile_menu .btn-header {
    text-align: center;

    a:hover {
        background-color: transparent;
    }
}



.header-element {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 30px;
    @media (max-width: 992px) {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.header-element strong{
    color: #fff;
}

.header-element h1{
    font-size: 130px;
    font-weight: 400!important;
    line-height: 120px;
}

.header-element p {
    font-size: 40px;
    @media (max-width: 992px) {
        font-size: 24px;
    }
}

.header-element .attribute-info,
.header-element .attribute-info p {
    font-size: 24px;
    @media (max-width: 992px) {
        font-size: 18px;
    }
}


.ca-card {
    display: flex;
    background-color: #120329;
    border-radius: 30px;
    padding: 0!important;
    @media (max-width: 992px) {
        flex-direction: column;

    }
}

.ca-card-quote {
    display: flex;
    @media (max-width: 992px) {
        flex-direction: column;
    }
}

.ca-card-quote .et_pb_column.et_pb_column_empty {
    @media (max-width: 992px) {
        display: block;
        margin-bottom: 0;
        min-height: 300px;
    }
}

.ca-card-quote > div:first-of-type,
.ca-card > div:first-of-type {
    border-radius: 30px;
    margin-right: 0;
    @media (max-width: 992px) {
        padding-bottom: 45px;
    }
}

.ca-card .zwei-spalter {
    margin-left: 30px;
    @media (max-width: 992px) {
        margin-right: 30px;
    }
}

.ca-card .zwei-spalter .element {
    display: flex;
    @media (max-width: 992px) {
        flex-direction: column;
        align-items: center;
    }
}

.ca-card .zwei-spalter .element >div:first-of-type {
    flex: 1;
    text-align: right;
    font-size: 64px;
    line-height: 150%;
    color: #FED200;
    justify-content: right;
    font-weight: 400;
    @media (max-width: 992px) {
        font-size: 52px;
    }
}

.ca-card .zwei-spalter .element >div {
    flex: 2;
    padding: 30px 15px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 300;
    @media (max-width: 992px) {
        font-size: 16px;
    }
}

.ca-card .zwei-spalter .element + .element {
    border-top: 1px solid #fff;
}

.ca-card-quote .et-last-child {
    background-color: #FED200;
    padding: 60px;
    border-radius: 30px;
}

.ca-card-quote .content {
    font-size: 32px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 30px;
    color: #120329;
    @media (max-width: 992px) {
        font-size: 24px;
    }
}

.ca-card-quote .footer-quote {
    color: #120329;
    font-size: 20px;
    position: relative;
    padding-right: 160px;
    margin-top: 140px;
    text-align: right;
    font-weight: 300;
    @media (max-width: 992px) {
        margin-top: 70px;
        font-size: 16px;
        padding-right: 130px;
    }
}

.ca-card-quote .footer-quote::after {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background: url(./icon/quote.svg) no-repeat center / contain;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: -15px;
    @media (max-width: 992px) {
        width: 110px;
        height: 110px;
    }
}


.ca-step-container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 30px;
    position: relative;
    @media (max-width: 992px) {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.ca-steps {
    display: flex;
    margin-top: -1200px;
    padding-bottom: 100px;
    @media (max-width: 992px) {
        flex-direction: column;
        padding-bottom: 30px;
    }
}

.ca-step-container .background-image {
    background-image: url(./image/background-steps.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: sticky;
    height: 1200px;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: 1;
    width: calc(100vw - 60px);
    margin-left: calc(-50vw + 50% + 30px);
    background-position: center;

    @media (max-width: 992px) {
        background-position: left;
        width: calc(100vw - 30px);
        margin-left: calc(-50vw + 50% + 15px);

        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: #000;
            opacity: 0.4;
            border-radius: 30px;
        }
    }
}

.ca-steps .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    margin-top: 180px;
    @media (max-width: 992px) {
        margin-top: 80px;
    }
    @media (max-width: 767px) {
        margin-top: 30px;
    }
}

.ca-steps .left h3 {
    color: #fff;
}


.ca-steps .left .btn-start {
    width: 240px;
    max-width: 100%;
    margin-top: 45px;
}

.ca-steps .right {
    flex: 1;
    z-index: 10;
    margin-top: 180px;
    @media (max-width: 992px) {
        margin-top: 80px;
    }
    @media (max-width: 767px) {
        margin-top: 30px;
    }
}

.ca-steps .step {
    background-color: #F6F4E7;
    max-width: 460px;
    padding: 80px 30px;
    border-radius: 30px;
    color: #120329;
    margin: auto;
    @media (max-width: 992px) {
        padding: 40px 30px;
        width: 100%;
        max-width: 100%;
    }
}

.ca-steps .step + .step {
    margin-top: 30px;
}

.ca-steps .step .step-count {
    display: flex;
    gap: 10px;
    font-family: 'Amiri', sans-serif;
}

.ca-steps .step .step-count > div:first-of-type {
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: 150%;
    color: #FED200;
}

.ca-steps .step .step-count > div:last-of-type {
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    line-height: 90px;
}

.ca-steps .step .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 30px;
}

.ca-steps .step .content {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;

}


.ca-contact-container {
    display: flex;
    @media (max-width: 992px) {
        flex-direction: column;
    }
}

.ca-contact-container > div {
    border-radius: 30px;
}

.ca-contact-container > div:first-of-type{
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    position: relative;
    @media (max-width: 992px) {
        margin-bottom: 0;

        &:before {
            content: "";
            position: absolute;
            background-color: #000;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 30px;
            opacity: 0.5;
        }

    }
}

.ca-contact-container > div.et-last-child {
    background-color: #FED200;
}

.ca-contact-container .wpcf7 {
    padding: 30px;
}

.ca-contact-container .wpcf7 p {
    padding: 0;
}

.ca-contact-container .wpcf7 input,
.ca-contact-container .wpcf7 textarea {
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
    border: none;
}

.ca-contact-container .wpcf7 .agb-checkbox label {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 140%;
    gap: 4px;
    cursor: pointer;
}

.ca-contact-container .wpcf7 .agb-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.ca-contact-container .wpcf7 input[type="checkbox"] {
    width: auto;
}

.ca-contact-container .wpcf7 .btn-ca-submit {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    height: 60px;
}

.ca-contact-container .wpcf7 .btn-ca-submit::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(./icon/Arrow-right-yellow.svg) no-repeat center / contain;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.ca-contact-container .wpcf7 .btn-ca-submit input[type="submit"] {
    width: auto;
    float: right;
    background-color: #120329;
    color: #fff;
    padding: 15px 50px 15px 25px;
}


footer {
    padding-top: 50px;
    background-color: #120329;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: 30px;
    margin-right: 30px;
    @media (max-width: 992px) {
        margin-left: 0;
        margin-right: 0;
    }
}

footer > div > div {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

footer .footer-links {
    font-size: 18px;
}

footer p {
    font-size: 20px;
}

.slick-slide + .slick-slide {
    border-right: 1px solid #e7e7e7;
}

.lwp-slick-slider .slick-slide img {
    margin: 0 auto;
}

#et_mobile_nav_menu {
    @media (max-width: 992px) {
        visibility: hidden;
    }
}

.et_pb_row {
    max-width: 1400px;
    @media (max-width: 992px) {
        width: 90%;
    }
}

.no-results-wrapper {
    text-align: center;
    padding: 150px 20px;
}

.no-results-wrapper h1 {
    font-size: 120px;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
}

.no-results-wrapper h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.no-results-wrapper p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
}

.no-results-wrapper p a {
    color: #12032A;
    text-decoration: underline;
    font-weight: 600;
}

.no-results-wrapper .btn-home {
    display: inline-block;
    background-color: #FED200;
    color: #12032A;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.no-results-wrapper .btn-home:hover {
    background-color: #FED200;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .no-results-wrapper h1 {
        font-size: 80px;
    }
    .no-results-wrapper h2 {
        font-size: 40px;
    }
    .no-results-wrapper p {
        font-size: 20px;
    }
    .no-results-wrapper .btn-home {
        font-size: 18px;
        padding: 12px 25px;
    }
}


@media (min-width: 981px) {
    #left-area {
        width: 100%;
        padding-bottom: 23px;
    }

    .et_right_sidebar #left-area {
        padding-right: 0;
    }
}

