/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
         url('fonts/flexslider-icon.woff') format('woff'),
         url('fonts/flexslider-icon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

#menu-main-menu {
    align-items: center;
}

#menu-main-menu li:last-child {
    margin-left: 10px;
}
#menu-main-menu li:last-child a {
    background-color: #304538;
    color: #fff;
    border-radius: 6px;
    padding: 12px 24px;
}

.custom-timeline-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.curved-lines {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

@media screen and (max-width: 1023px) {
    .curved-lines {
        display: none;
    }
}

.curved-lines path {
    stroke: #2C3E50;
    stroke-width: 2;
    stroke-dasharray: 10,10;
    fill: none;
    z-index: 3;
}
.custom-timeline {
    position: relative;
    z-index: 3;
}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    z-index: 1;
}

.timeline-item.reverse {
    flex-direction: column-reverse;
}

@media screen and (min-width: 1023px) {
    .timeline-item.reverse {
        flex-direction: row-reverse;
    }
}
.image-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 1023px) {
    .image-wrapper img {
        width: 200px;
    }
    .text-wrapper {
        margin: 0 20px;
        text-align: left;
        max-width: unset !important;
    }
}

.text-wrapper {
    width: 100%;
    margin: 0 20px;
    text-align: left;
    max-width: 400px;
}

.text-wrapper h2 {
    display: inline;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    background-color: #fff;
}

.text-wrapper h3 {
    color: #304538;
    text-align: left;
}

.svg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.curved-lines {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.curved-lines path {
    stroke: #304538;
    stroke-width: 4;
    fill: none;
    stroke-dasharray: 10,10;
    stroke-dashoffset: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .timeline-item {
        flex-direction: row;
    }
    .timeline-item.reverse {
        flex-direction: row-reverse;
    }
    .text-wrapper {
        width: unset;
    }
}

.swiper-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .swiper-container {
        overflow: visible;
    }
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.swiper-slide img {
    max-width: 100%;
}

.slide-content {
    width: 100%;
}

.flexslider {
    max-width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin-bottom: 0;
}

.flexslider .slides {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
}

.flexslider .slides li {
    display: inline-block;
    width: 100%;
    list-style: none;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.details {
    margin-top: 10px;
    text-align: center;
    padding: 20px;
}
.details > .details-info {
    background-color: #EEEEEE;
    width: 100%;
    justify-content: space-between;
    padding: 5px 10px;
    overflow: hidden;
    margin: 10px 0;
}

.flex-next,
.flex-prev {
    position: absolute;
    top: 60%;
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: auto;
    right: 20px !important;
}

.flex-prev {
    left: 20px !important;
}

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-shadow: none;
    font-size: 20px;
}

.flexslider .flex-direction-nav a {
    pointer-events: auto !important;
}
.details > .details-info span:first-child {
    float: left;
}

.details > .details-info span:last-child {
    float: right;
}

.details > .details-info div {
    overflow: hidden;
}

.details > .details-info div span:first-child {
    float: left;
}

.details > .details-info div span:last-child {
    float: right;
}

@media screen and (min-width: 1230px) {
    #slider-container-main::after,
    #slider-container-main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 40%);
        padding: 20px;
        width: calc(50% - 50px);
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    #slider-container-main::before {
        left: 0;
        right: auto;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 40%);
    }
}



.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.arrow-next,
.arrow-prev {
    background-color: #304538;
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
}

.arrow-next svg,
.arrow-prev svg {
    padding: 10px;
    fill: #fff;
}

.arrow-prev svg {
    transform: rotate(180deg);
}

.formgroup p {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}

.formgroup .wpcf7-form-control-wrap:first-child {
    margin-right: 40px;
}

.wpcf7-form-control {
    margin-bottom: 15px;
}

input, select, textarea {
    background-color: transparent;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #fff;
}

textarea {
    border: 1px solid #fff !important;
    margin-top: 20px;
}

.wpcf7-form-control-wrap[data-name="anliegen"] {
    width: 56%;

}

.wpcf7-form-control-wrap[data-name="anliegen"] select {
    padding: 0.8rem;
}

.wpcf7 p {
    color: #fff;
}

.wpcf7 input[type="submit"] {
    background-color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px 6px 6px 6px !important;
}

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.jobpost-form h3 {
    display: none;
}

.sjb-page {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
}

.sjb-filters {
    display: none;
}

#quick-apply-btn {
    display: none;
}

.select-object-btn {
    background-color: #304538 !important;
    border: none;
    color: #fff !important;
    border-radius: 6px;
}