* {
    font-family: 'Arial', sans-serif;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #393F43;
}

.layout__container{
    display: flex;
    justify-content: center;
}
.layout{
    max-width: 1500px;
    width: 100%;
}
.section {
    padding: 0% 5%;
}

.section1 {
    text-align: center;
    padding: 90px 0px;
    background: linear-gradient(180deg, #FFFFFF 66.67%, #EEEEEE 100%);
}
.section1_logo{
    width: 100%;
    max-width: 200px;
}
.section1_title {
    font-weight: 700;
    font-size: 36px;
    margin: 32px 0px;
    padding: 0px;
}

.section1_paragraph {
    font-weight: 400;
    font-size: 28px;
    padding: 0px;
}

.section2 {
    background-color: #eee;
    display: flex;
}

.section2_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.section2_item_video {
    padding: 0px !important;
}



.section2_item_paragraph {
    font-size: 20px;
    text-align: left;
    margin: 0px;

}

.section2_item_list>li {
    margin-top: 30px;
    list-style: none;
    font-size: 20px;
}


.section2_item_list>li::before {
    content: "\2022";
    color: #8FCA6F;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    font-size: 25px;
    margin-right: 10px;
}

.cta_modal {
    background-color: #eee;
    text-align: center;
    font-size: 32px;
    padding: 60px 0px;
}

.action_button {
    text-align: center;
    color: #fff;
    border-radius: 0px;
    border: none;
    background-color: #8FCA6F;
    font-size: 36px;
    padding: 15px 30px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
}

.action_button:hover {
    opacity: 0.8;
}

.action_paragraph {
    padding: 0px;
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
    margin-top: 14px;
}

.section4 {
    padding: 85px;
    border-bottom: 1px solid #eee;
}

.section4_title {
    font-weight: 700;
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}

.section4_container {
    display: flex;
}

.section4_item {
    border: 1px solid #B5B3B3;
    padding: 60px;
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section4_item:hover {
    opacity: 0.8;
}

.section4_item:nth-child(2n + 0) {
    margin: 0px 20px;
    background-color: #393F43;
    border: 1px solid #393F43;
}

.section4_protektor {
    width: 75px;
}

.section4_metz {
    width: 155px;
}

.section4_mymun {
    width: 72px;
}

.section5 {
    padding: 85px;
}

.section5_title {
    text-align: center;
    text-transform: uppercase;
    color: #393F43;
    padding: 0px;
    margin: 0px;
    font-size: 36px;
}

.section5_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    margin-top: 30px;
}

.section5_grid__item {
    background-color: #EEEEEE;
    padding: 42px;
    position: relative;
    font-size: 20px;
}

.section5_grid__item__decoration {
    position: absolute;
    left: 0px;
    background: #8FCA6F;
    width: 30%;
    height: 4px;
    top: 0px;
}

.section6 {
    padding: 85px;
}

.section6_title {
    font-size: 36px;
    color: #393F43;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.section6_paragraph {
    font-size: 20px;
    padding: 0px 15%;
    margin: 0px;
    margin-top: 28px;
    text-align: center;
    font-weight: 400;
}


.section7 {
    padding: 85px;
    background-color: #EEEEEE;
}

.section7_title {
    font-size: 36px;
    color: #393F43;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

.section7_paragraph {
    font-size: 20px;
    padding: 0px 15%;
    margin: 0px;
    margin-top: 28px;
    text-align: center;
    font-weight: 400;
}

.section8 {
    background-color: #393F43;
    padding: 85px;
    color: #FFFFFF;
}

.section8_subtitle {
    text-align: center;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

.section8_title {
    font-size: 36px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 8px;
    font-weight: 700;
}

.section8_title>span {
    color: #8FCA6F;
}

.section8_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 80px;
    margin-top: 80px;
}

.section8_grid_item {
    text-align: center;
}

.section8_grid_item_title {
    font-weight: 400;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
}

.section8_grid_item_paragraph {
    font-weight: 300;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    font-weight: 300;
}

.section8_grid_item_icon {
    height: 70px;
}

.meeting_modal_container {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.meeting_modal_container__close {
    position: absolute;
    right: 2%;
    top: 2%;
    background-color: #ddd;
    border: none;
    padding: 0px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255 34 34)
}

.meeting_modal_container__close:hover {
    opacity: 0.8;
}

.modal_logo {
    position: absolute;
    width: 120px;
    left: calc(50% - 60px);
    top: 10px;
}

.section9 {
    display: flex;
    justify-content: space-between;
    margin: 85px 0px;
}

.section9__text {
    width: 65%;
}

.section9_title {
    font-weight: 400;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

.section9_paragraph {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
}

.section9__image__container {
    width: 30%;
    text-align: center;
}

.section9__image {
    width: 95%;
}

.divider {
    margin: 80px 0px;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.section10_title {
    font-weight: 700;
    font-size: 36px;
    color: #393F43;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section10_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

.section10_item {
    text-align: center;
    margin: 20px;
    width: 250px;
}

.section10_item_icon {
    width: 30px;
}

.section10_item_title {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.section10_item_text {
    font-weight: 200;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.section11 {
    padding: 80px 10%;
    background-color: #eee;
}

.section11_title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.section11_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section11_item__image {
    width: 25%;
}

.section11_item__image {
    text-align: center;
}

.section11_item__image>img {
    width: 50%;
}

.section11_item_text {
    width: 75%;
}


.section11_item_text_group_item_title {
    font-weight: 400;
    font-size: 28px;
    padding: 0px;
    margin: 0px;

}

.section11_item_text_group_item_text {
    font-weight: 300;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.section11_item_text_group_item__bottom {
    margin-top: 20px;
}

.section12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section12_title {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section12_item {
    display: flex;
    width: 60%;
    align-items: center;
    margin-top: 20px;
}

.section12_item_text {
    color: #393F43;
    font-weight: 400;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;

}

.section13 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eee;
}

.section13_title {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section13_text {
    font-weight: 300;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    position: relative;

}

.section13_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.section13_content_left {
    width: 40%;
}

.section13_content_left_img {
    width: 90%;
    margin-bottom: 15px;
    margin-left: 5%;
    margin-right: 5%;
}

.section13_content_right {
    width: 50%;
}

.mtop {
    position: absolute;
    right: -20px;
    top: -40px;
    width: 100px;
}

.mbottom {
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 100px;
}

.section13_content_left_title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 5px 0px;
    padding: 0px;
    text-align: center;
}

.section13_content_left_subtitle {
    font-size: 24px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.section14_paragraph {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}


.section15_title {
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.section15_items {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.section15_item {
    width: 30%;
    text-align: center;
}

.section15_item_number {
    font-weight: 700;
    font-size: 64px;
    margin: 0px;
    padding: 0px;
    border-bottom: 5px solid #8FCA6F;
}

.section15_item_text {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 19px;
    margin-top: 30px;
}

.section16_title {
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.section16_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.section16_grid_item {
    width: 48%;
}

.section16_grid_item_title {
    background-color: #eee;
    font-weight: 400;
    font-size: 24px;
    padding: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.section16_grid_item_title:hover {
    opacity: 0.8;
}

.section16_grid_item_arrow {
    margin-left: auto;
}

.section16_grid_item_arrow>img {
    width: 35px;
}

.section16_grid_item_text {
    font-weight: 300;
    font-size: 20px;
    margin: 0px 5%;
    margin-top: 15px;
    display: none;
}

.footer {
    padding: 25px 3%;
    padding-bottom:10px;
    background-color: #eee;
    color: #5f6d79;
    text-align: center;
    margin-top: 60px;
    font-size: 17px;
}

.footer_menu {
    width: 100%;
    border-top: 1px solid #dadada;
    margin-top: 15px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 80%;
    max-width: 200px;
}

.footer_link {
    color: #393F43;
    text-decoration: none;
}

.footer_link:hover {
    opacity: 0.8;
}

.footer_social {
    margin-top: 10px;
}

.footer_social>a {
    text-decoration: none;
}

.footer_social>a:hover {
    opacity: 0.8;
}

.footer_fb{
    margin-top:20px;
    text-align:center;
    font-size:10px;
}
@media only screen and (max-width: 1100px) {
    .section16_grid_item {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .modal_logo {
        bottom: 0px;
        top: auto;
        left: 10px;
        background-color: #fff;
    }

    .section1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section1_title {
        font-size: 27px;
    }

    .section1_paragraph {
        font-size: 20px;
    }

    .section2 {
        flex-wrap: wrap;
    }

    .section2_item_paragraph {
        font-size: 18px;
    }

    .section2_item_list>li {
        margin-top: 15px;
        font-size: 17px;
    }

    .section2_item {
        width: 100%;
        padding: 5%;
    }

    .section2_item_video {
        min-height: 300px;
    }

    .cta_modal {
        padding: 30px 0px;
    }

    .action_button {
        font-size: 22px;
        padding: 7px 15px;
        margin: 0px 5%;
    }

    .action_paragraph {
        font-size: 19px;
    }

    .section4_title {
        font-size: 32px;
    }

    .section4_container {
        flex-wrap: wrap;
    }

    .section4_item {
        padding: 30px;
        width: calc(100% - 60px);
    }

    .section4_item:nth-child(2n + 0) {
        margin: 20px 0px;
    }

    .section4 {
        padding: 40px;
    }

    .section5 {
        padding: 40px;
    }

    .section5_title {
        font-size: 32px;
    }


    .section5_grid {
        grid-template-columns: auto;
    }

    .section5_grid__item {
        font-size: 19px;
    }

    .section6 {
        padding: 40px;
    }

    .section6_title {
        font-size: 32px;
    }

    .section6_paragraph {
        font-size: 19px;
        padding: 0px 0%;
    }

    .section7_title {
        font-size: 28px;
    }

    .section7_paragraph {
        font-size: 19px;
        padding: 0px 0%;
    }

    .section7 {
        padding: 40px;
    }

    .section8_title {
        font-size: 28px;
    }

    .section8_subtitle {
        font-size: 19px;
    }

    .section8_grid {
        grid-template-columns: auto;
    }

    .section8 {
        padding: 40px;
    }

    .section8_grid_item_title {
        font-size: 24px;
    }

    .section8_grid_item_paragraph {
        font-size: 19px;
    }

    .section9 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0px;
    }

    .section9__text {
        width: 100%;
        order: 2;
    }

    .section9__image__container {
        width: 60%;
        order: 1;
    }

    .section9_title {
        text-align: center;
    }

    .section10_title {
        font-size: 28px;
    }

    .section11_title {
        font-size: 32px;
    }

    .section11_item {
        flex-wrap: wrap;
    }

    .section11_item__image {
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .section11_item_text {
        order: 2;
    }


    .section11_item_text {
        width: 100%;
    }


    .section11_item__image>img {
        max-height: 150px;
    }

    .section12_title {
        font-size: 28px;
    }

    .section12_item {
        width: 100%;
    }

    .section12_item_text {
        font-size: 20px;
    }

    .section13_title {
        font-size: 28px;
    }

    .section13 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section13_content {
        flex-wrap: wrap;
    }

    .section13_content_left {
        width: 100%;
    }

    .section13_content_right {
        width: 100%;
    }

    .section13_content_left_title {
        font-size: 28px;
    }

    .section13_content_left_subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .mtop {
        right: -10px;
        top: -20px;
        width: 50px;
    }

    .mbottom {
        left: -10px;
        bottom: -20px;
        width: 50px;
    }

    .section15_title {
        font-size: 28px;
    }

    .section15_items {
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .section15_item {
        width: 100%;
        margin-top: 20px;
    }

    .section16_title {
        font-size: 28px;
    }

    .section16_grid_item_title {
        font-size: 20px;
    }

    .section16_grid_item_text {
        font-size: 17px;
    }

    .divider {
        margin: 40px 0px;
    }

    .section10_items {
        margin-top: 40px;
    }

    .section12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}