
/*contact-section*/
.contact-section {
    padding: 40px 0 192px;
}

    .contact-section h1 {
        margin-bottom: 24px;
        color: #121212;
        font-family: Eifont Display;
        font-size: 50px;
        font-weight: 700;
        line-height: 58px;
    }

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -16px;
}

    .contact-wrapper .contact-part {
        padding: 0 16px;
    }

    .contact-wrapper .contact-left .teaser-text p {
        font-family: 'Eifont';
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: #4D4D4D;
    }


    .contact-wrapper .contact-left {
        max-width: 572px;
        width: 100%;
    }

    .contact-wrapper .contact-right {
        max-width: 523px;
        width: 100%;
    }

        .contact-wrapper .contact-right .teaser-text p {
            font-family: 'Eifont';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #535353;
        }

.contact-center {
    margin-top: 82px;
    border-top: 1px solid #E6E6E6;
    padding-top: 40px;
    margin-bottom: 48px;
}

.contact-section form {
}

    .contact-section form textarea {
        height: 240px;
    }

.contact-section .contact-details {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark-color-2);
}

.contact-section .contact-details-item {
    margin-top: 32px;
}

.contact-section .contact-details-title {
    font-weight: 700;
}

.contact-section .email-link {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
}

.contact-section .faktabox-wrapper {
    margin-bottom: 20px;
    background-color: #F8F8F5;
}

.faktabox-wrapper-v-2 h5 {
    font-family: Eifont Display;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 18px;
}

.contact-section .detail-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--dark-color-2);
}

.contact-links-container {
    padding: 30px;
    background-color: #F8F8F5;
}

.contact-section .faktabox-wrapper-v-2 ul {
    margin-top: 0;
}

ul.contact-underbox-links li:last-child {
    margin-bottom: 0 !important;
}

.contact-links-container a {
    text-decoration-line: underline !important;
    color: var(--forest-green-color);
}

.contact-center .contactform-list {
    margin-top: 21px;
}

.contact-center .contactform-item::before {
    display: none;
}

.contact-center .contactform-item {
    padding-left: 0;
    margin-bottom: 0;
}

/*press-section*/
.press-section .divider {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--divider-color);
    margin: 16px 0;
    margin-top: 52px
}

.employees-section {
    padding-top: 40px;
}

    .employees-section h1 {
        margin-bottom: 35px;
    }

.employees-wrapper {
    margin-bottom: 38px;
}


.employees-input-wrapper {
    margin-bottom: 50px;
    display: flex;
    gap: 16px;
}

    .employees-input-wrapper .department-filter {
        max-width: 376px;
        width: 100%;
        font-family: 'EKF';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        color: #000000;
    }

    .employees-input-wrapper .employees-filter {
        max-width: 278px;
        width: 100%;
        font-family: 'EKF';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        color: #000000;
    }

    .employees-input-wrapper select, .employees-input-wrapper input {
        padding: 12px 20px;
        width: 100%;
        height: 54px;
        font-family: 'EKF';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #8B8B8B;
        border: 1px solid #8B8B8B;
    }

    .employees-input-wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-position: calc(100% - 23px) center !important;
        background: url('icons/arrow_forward_ios.svg') center no-repeat;
        padding: 12px 20px;
    }

.employees-text {
    max-width: 670px;
}

.employees-block {
    margin-bottom: 62px;
}

.employees-block-header {
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 20px;
}

.employees-item .employee-name {
    font-family: 'Eifont Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    color: #2F2F2F;
}

.employees-block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.employees-list {
    margin-bottom: 50px;
}

.employees-item {
    width: 45%;
    flex-grow: 1;
}

.employees-sub-department {
    margin-left: 20px;
    margin-top: 20px;
}

@media(max-width: 1279px) {
    .contact-wrapper .contact-left,
    .contact-wrapper .contact-right {
        max-width: unset;
    }
}


@media(max-width: 767px) {
    .contact-wrapper {
        display: block;
    }

    .employees-block-grid {
        display: block;
        gap: 0;
    }

    .employees-item {
        margin-bottom: 20px;
        width: 100%;
    }

    .employees-input-wrapper {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .employees-input-wrapper .employees-filter {
            max-width: 376px;
            width: 100%;
        }
}

.iti__flag {
    background-image: url("../intlTelInput/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../intlTelInput/img/flags@2x.png");
    }
}
