section {
    padding: 3rem 0;
}

/* ----- Testimonials Section ----- */
.testimonials .card {
    background-color: #F2F5F9;
}

.testimonials .card-title {
    color: #E86100;
}

.testimonials .card-img-top {
    width: 113px;
    height: auto;
    padding: 20px 20px 0 20px;
}

.testimonials .card-text {
    text-align: justify;
}

.title_with_img {
    padding-left: 130px;
    position: relative;
}

    .title_with_img::after {
        content: url("/title_deco.svg");
        position: absolute;
        left: 0;
        top: 0;
    }

    .title_with_img p {
        width: 45%;
    }

@media (max-width: 1100px) {
    .title_with_img::after {
        left: 15px;
    }

    .title_with_img p {
        width: 60%;
    }
}

@media (max-width: 800px) {
    .title_with_img p {
        width: 90%;
    }
}

@media (max-width: 540px) {
    .title_with_img::after {
        left: 10px;
    }

    .testimonials {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .testimonials .row {
            display: flex;
            flex-direction: column;
        }
}
/* ----- Prozess Section ----- */

.prozess .btns {
	overflow: hidden;
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding-top: 50px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: fit-content;
}

.prozess .btn-group {
    cursor: unset;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    width: 250px;
}

    .prozess .btn-group button {
        width: 100px;
        height: 100px;
        margin: 0 100px;
        border-radius: 100%;
        background-color: #0B3D91;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        z-index: -1;
        pointer-events: none;
    }

        .prozess .btn-group button img {
            position: absolute;
            opacity: 1;
            transition: all 0.3s ease-in-out;
            transform: scale(0.8);
        }

        .prozess .btn-group button::after {
            opacity: 0;
        }

        .prozess .btn-group button::after {
            width: 0px;
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

    .prozess .btn-group > .textToHide {
        padding-top: 20px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .prozess .btn-group:hover button {
        background-color: #5F6368;
    }

    .prozess .btn-group:hover > .textToHide {
        opacity: 0;
    }

    .prozess .btn-group:hover .dropdown-menu {
        display: flex;
        opacity: 1;
        margin-top: -60px;
    }

    .prozess .btn-group:hover .btn-secondary.dropdown-toggle {
        background-color: #5F6368;
        z-index: 0;
    }

        .prozess .btn-group:hover .btn-secondary.dropdown-toggle::before {
            content: "";
            height: 200px;
            width: 200px;
            display: block;
            position: absolute;
            background-color: #E0E6F2;
            border-radius: 100%;
            z-index: -1;
            opacity: 1;
            mix-blend-mode: multiply;
        }

    .prozess .btn-group .dropdown-menu {
        display: flex;
        width: auto;
        border: none;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 20px;
        background-color: transparent;
        z-index: 999999;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        position: relative;
        top: unset;
        left: unset;
    }

        .prozess .btn-group .dropdown-menu .h4, .prozess .btn-group .dropdown-menu p {
            text-align: center;
            margin-bottom: 0;
        }

        .prozess .btn-group .dropdown-menu .h4 {
            margin-top: 30px;
            padding-bottom: 0;
        }

        .prozess .btn-group .dropdown-menu p {
            background-color: white;
            padding: 16px;
            border-radius: 15px;
        }

        .prozess .btn-group .dropdown-menu::after {
            content: "";
            display: block;
            position: absolute;
            background-color: #0B3D91;
            height: 80px;
            width: 2px;
            top: 0;
            border: none;
            margin: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: -1;
            opacity: 1;
        }

        .prozess .btn-group .dropdown-menu::before {
            content: "";
            display: block;
            position: absolute;
            background-color: white;
            height: 12px;
            width: 12px;
            top: 80px;
            border: 2px solid #0B3D91;
            border-radius: 100%;
            margin: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.btn-group > .btn:first-child {
    margin: 0;
}

@media (max-width: 1600px) {
    .prozess .btn-group .dropdown-menu.show {
        width: 260px;
    }

    .prozess .btns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1400px) {
    .prozess .btns {
        padding-top: 50px;
        position: relative;
        margin: 0 auto;
        width: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 100px;
    }

        .prozess .btns::after {
            display: none;
        }
}

@media (max-width: 1100px) {
    .prozess .btn-group .dropdown-menu {
        opacity: 1;
    }

    .prozess .btn-group > .textToHide {
        display: none;
    }

    .prozess .btn-group:hover .dropdown-menu {
        margin-top: 2px;
    }
}

@media (max-width: 800px) {
    .prozess .btns {
        padding-left: 8%;
        gap: 50px 30px;
    }
}

/* ----- Timeline Section ----- */
.timeline {
    /* Container around content */
    /* The circles on the timeline */
    /* The circles on the timeline */
    /* Update specific years */
    /* Place the container to the left */
    /* Place the container to the right */
    /* Fix the circle for containers on the right side */
}

    .timeline p {
        color: #3c4043;
    }

    .timeline .card {
        border: none;
        transition: 0.3s ease-in-out;
    }

    .timeline .card-body {
        transition: background-color 0.3s ease;
    }

        .timeline .card-body:hover {
            background-color: rgba(11, 60, 145, 0.1);
            transition: background-color 0.3s ease;
            border-radius: 5px;
        }

    .timeline .card-body {
        position: relative;
    }

        .timeline .card-body p {
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

            .timeline .card-body p:nth-of-type(1) {
                font-size: 22px;
                opacity: 1;
            }

        .timeline .card-body.left::before {
            transition: all 0.3s ease;
            content: "";
            display: block;
            position: absolute;
            background-color: white;
            height: 12px;
            width: 12px;
            bottom: 47%;
            border: 2px solid #0b3d91;
            border-radius: 100%;
            margin: 0;
            right: -138px;
            transform: translateX(-50%);
            opacity: 0;
            bottom: unset;
            top: 37px;
        }

        .timeline .card-body.right::before {
            transition: all 0.3s ease;
            content: "";
            display: block;
            position: absolute;
            background-color: white;
            height: 12px;
            width: 12px;
            bottom: 47%;
            border: 2px solid #0b3d91;
            border-radius: 100%;
            margin: 0;
            left: -125px;
            transform: translateX(-50%);
            opacity: 0;
            bottom: unset;
            top: 37px;
        }

        .timeline .card-body.left::after {
            transition: all 0.3s ease;
            content: "";
            display: block;
            position: absolute;
            background-color: #0b3d91;
            height: 2px;
            width: 80px;
            bottom: 50%;
            border: none;
            margin: 0;
            right: -160px;
            transform: translateX(-50%);
            opacity: 0;
            bottom: unset;
            top: 42px;
        }

        .timeline .card-body.right::after {
            transition: all 0.3s ease;
            content: "";
            display: block;
            position: absolute;
            background-color: #0b3d91;
            height: 2px;
            width: 80px;
            bottom: 50%;
            border: none;
            margin: 0;
            left: -80px;
            transform: translateX(-50%);
            opacity: 0;
            bottom: unset;
            top: 42px;
        }

        .timeline .card-body.left:hover::before {
            opacity: 1;
            right: -98px;
        }

        .timeline .card-body.left:hover::after {
            opacity: 1;
            right: -120px;
        }

        .timeline .card-body.right:hover::before {
            opacity: 1;
            left: -85px;
        }

        .timeline .card-body.right:hover::after {
            opacity: 1;
            left: -40px;
        }

    .timeline .main-timeline-4 {
        position: relative;
    }

        .timeline .main-timeline-4::after {
            content: "";
            position: absolute;
            width: 2px;
            background-color: #bbb;
            top: 15px;
            bottom: 80px;
            left: 50%;
            margin-left: -3px;
        }

    .timeline .timeline-4 {
        position: relative;
        background-color: inherit;
        width: 50%;
    }

        .timeline .timeline-4:hover p {
            opacity: 1;
        }

        .timeline .timeline-4 .year {
            position: absolute;
            width: 128px;
            display: flex;
            font-size: 24px;
            font-weight: 500;
            justify-content: center;
            align-items: center;
            height: 128px;
            right: -62px;
            background-color: #0b3d91;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
            transition: 0.3s ease-in-out;
        }

        .timeline .timeline-4:hover .year {
            background-color: #545b62; /* Changing background color on hover */
            color: #e86100;
        }

        .timeline .timeline-4 .year {
            position: absolute;
            width: 128px;
            display: flex;
            font-size: 24px;
            font-weight: 500;
            justify-content: center;
            align-items: center;
            height: 128px;
            right: -62px;
            background-color: #0b3d91;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

    .timeline .left-4 {
        padding: 0px 240px 20px 0px;
        padding-top: 20px;
        margin-bottom: 140px;
        left: 0;
    }

    .timeline .right-4 {
        padding: 0px 0px 20px 240px;
        padding-top: 20px;
        margin-bottom: 140px;
        left: 50%;
    }

        .timeline .right-4 .year {
            left: -66px;
        }

    .timeline .timeline-4.left-4:hover .card-body {
        background-color: rgba(11, 60, 145, 0.1);
        transition: background-color 0.3s ease;
        border-radius: 5px;
    }

        .timeline .timeline-4.left-4:hover .card-body.left::before {
            opacity: 1;
            transition: all 0.3s ease;
            right: -98px;
            /* Other styles */
        }

        .timeline .timeline-4.left-4:hover .card-body.left::after {
            opacity: 1;
            transition: all 0.3s ease;
            right: -120px;
            /* Other styles */
        }

    .timeline .timeline-4.right-4:hover .card-body {
        background-color: rgba(11, 60, 145, 0.1);
        transition: background-color 0.3s ease;
        border-radius: 5px;
    }

        .timeline .timeline-4.right-4:hover .card-body.right::before {
            opacity: 1;
            transition: all 0.3s ease;
            left: -85px;
            /* Other styles */
        }

        .timeline .timeline-4.right-4:hover .card-body.right::after {
            opacity: 1;
            left: -40px;
            transition: all 0.3s ease;
            /* Other styles */
        }

@media screen and (max-width: 900px) {
    .timeline p {
        opacity: 1;
    }
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    .timeline {
        /* Place the timelime to the left */
        /* Full-width containers */
        /* Make sure all circles are at the same spot */
        /* The circles on the timeline */
    }

        .timeline .card-body.left::before {
            display: none;
        }

        .timeline .card-body.left::after {
            display: none;
        }

        .timeline .card-body.right::before {
            display: none;
        }

        .timeline .card-body.right::after {
            display: none;
        }

        .timeline .card-body {
            padding-top: 1rem !important;
            padding-bottom: 0 !important;
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
        }

        .timeline .main-timeline-4::after {
            content: "";
            position: absolute;
            width: 2px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            background-color: #bbb;
            top: 15px;
            left: 44px !important;
            margin-left: -3px;
        }

        .timeline .main-timeline-4::after {
            left: 31px;
        }

        .timeline .timeline-4 {
            width: 100%;
            padding-left: 70px;
            padding-right: 25px;
        }

        .timeline .left-4 .year,
        .timeline .right-4 .year {
            left: 18px;
        }

        .timeline .timeline-4 .year {
            width: 48px;
            height: 48px;
            font-size: 16px;
        }

        .timeline .right-4 {
            left: 0%;
            padding-top: 0;
        }

        .timeline .left-4 {
            padding-top: 0;
            padding: 0px 0px 20px 80px !important;
        }
}

@media screen and (max-width: 1200px) {
    .timeline {
        /* Place the container to the left */
        /* Place the container to the right */
    }

        .timeline .left-4 {
            padding: 0px 80px 20px 0px;
        }

        .timeline .right-4 {
            padding: 0px 0px 20px 80px;
        }
}
/* ----- Text Image Section ----- */
.text_image {
    overflow: hidden;
}

.text_image__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .text_image__content .text_container {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #5f6268;
    }

        .text_image__content .text_container::after {
            content: "";
            display: block;
            position: absolute;
            background-color: #5f6268;
            height: 100%;
            width: 150%;
            top: 0;
            left: -35%;
            z-index: -1;
            transform: skewX(20deg);
        }

        .text_image__content .text_container::before {
            content: "";
            display: block;
            position: absolute;
            background-color: #e86100;
            height: 40%;
            width: 45px;
            top: calc(50% - 20%);
            right: -17%;
            transform: skewX(20deg);
        }

        .text_image__content .text_container .title_with_img {
            padding-top: 50px;
            padding-bottom: 50px;
            padding-right: 0px;
            /*padding: 50px 50px 50px 150px;*/
        }

            .text_image__content .text_container .title_with_img .like-h2, .text_image__content .text_container .title_with_img .like-p, .text_image__content .text_container .title_with_img .like-p > * {
                color: white;
            }

                .text_image__content .text_container .title_with_img .like-p, .text_image__content .text_container .title_with_img .like-p > * {
                    width: 100%;
                }

            .text_image__content .text_container .title_with_img::after {
                content: url("/media/assets/img/image-heading-blanc.png");
                top: 50px;
                left: 25px;
            }

    .text_image__content .image_container {
        height: 100%;
    }

        .text_image__content .image_container img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

.text_image--logo_background .text_image__content .text_container {
    position: relative;
    z-index: 0;
}

    .text_image--logo_background .text_image__content .text_container span {
        background-image: url("/media/assets/img/Cloos-Logo.png");
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        z-index: -1;
    }

    .text_image--logo_background .text_image__content .text_container::after {
        background-color: white;
        transform: skewX(-20deg);
        z-index: -2;
    }

    .text_image--logo_background .text_image__content .text_container::before {
        background-color: #0b3d91;
        transform: skewX(-20deg);
    }

    .text_image--logo_background .text_image__content .text_container .title_with_img .like-h2, .text_image--logo_background .text_image__content .text_container .title_with_img .like-p, .text_image--logo_background .text_image__content .text_container .title_with_img .like-p > * {
        color: #212529;
    }

    .text_image--logo_background .text_image__content .text_container .title_with_img::after {
        display: none;
    }

.text_image--two_columns .text_image__content {
    grid-template-columns: 1.5fr 1fr;
}

    .text_image--two_columns .text_image__content .text_container {
        background-color: #f1f5fb;
    }

        .text_image--two_columns .text_image__content .text_container::after {
            background-color: #f1f5fb;
        }

        .text_image--two_columns .text_image__content .text_container .title_with_img .like-h2, .text_image--two_columns .text_image__content .text_container .title_with_img .like-p, .text_image--two_columns .text_image__content .text_container .title_with_img .like-p > * {
            color: #212529;
        }

        .text_image--two_columns .text_image__content .text_container .title_with_img::after {
            display: none;
        }

        .text_image--two_columns .text_image__content .text_container .title_with_img .columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

@media (max-width: 1950px) {
    .text_image__content .text_container::before {
        width: 30px;
    }
}

@media (max-width: 1500px) {
    .text_image--two_columns .text_image__content {
        grid-template-columns: 1.7fr 1fr;
    }
}

@media (max-width: 1100px) {
    .text_image__content {
        grid-template-columns: 1.5fr 1fr;
    }

    .text_image--two_columns .text_image__content {
        grid-template-columns: 2fr 1fr;
    }

        .text_image--two_columns .text_image__content .text_container .title_with_img .columns {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
}

@media (max-width: 900px) {
    .text_image__content {
        grid-template-columns: 1fr;
    }

    .text_image--two_columns .text_image__content {
        grid-template-columns: 1fr;
    }

    .text_image__content .text_container {
        background-color: #5f6268;
    }

        .text_image__content .text_container::after {
            display: none;
        }

        .text_image__content .text_container::before {
            height: 35px;
            width: 35%;
            bottom: -17.5px;
            left: calc(50% - 17.5%);
            top: unset;
            right: unset;
            transform: unset;
        }

    .text_image--logo_background .text_image__content .text_container {
        background-color: white;
    }
}

@media (max-width: 490px) {
    .text_image__content .text_container .title_with_img::after {
        top: -6px;
        left: -25px;
        transform: scale(0.3);
    }

    .text_image__content .text_container .title_with_img {
        padding-bottom: 30px;
        padding-top: 30px;
        /*padding: 30px 30px 30px 50px;*/
    }

    .text_image__content .text_container::before {
        height: 20px;
        bottom: -10px;
        left: 50px;
    }
}

/*based on bootstrap container rules*/
@media (max-width: 575px) {
    .text_image__content .text_container .title_with_img {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .text_image__content .text_container .title_with_img::after {
            display: none;
        }
}

@media (min-width: 576px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 270px + 0.75rem);
        padding-right: calc(50vw - 270px + 0.75rem);
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 270px + 0.75rem - 125px);
            right: calc(50vw - 270px + 0.75rem - 125px);
        }
}

@media (max-width: 1100px) {
    .text_image--logo_background .text_image__content .text_container span {
        height: 16vw;
        width: 65vw;
    }
}

@media (max-width: 900px) {
    .text_image--logo_background .text_image__content .text_container span {
        height: 24vw;
        width: 100vw;
    }
}

@media (min-width: 1101px) {
    .text_image--logo_background .text_image__content .text_container span {
        height: 13vw;
        width: 55vw;
    }
}

@media (min-width: 768px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 360px + 0.75rem);
        padding-right: calc(50vw - 360px + 0.75rem);
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 360px + 0.75rem - 125px);
            right: calc(50vw - 360px + 0.75rem - 125px);
        }
}

@media (min-width: 901px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 360px + 0.75rem);
        padding-right: 0px;
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 360px + 0.75rem - 125px);
            right: 0px;
        }
}

@media (min-width: 992px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 480px + 0.75rem);
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 480px + 0.75rem - 125px);
        }
}

@media (min-width: 1200px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 570px + 0.75rem);
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 570px + 0.75rem - 125px);
        }
}

@media (min-width: 1400px) {
    .text_image__content .text_container .title_with_img {
        padding-left: calc(50vw - 660px + 0.75rem);
    }

        .text_image__content .text_container .title_with_img::after {
            left: calc(50vw - 660px + 0.75rem - 125px);
        }
}
/*# sourceMappingURL=main.css.map */
