body {
    background-color: #E4E1E1;
}

.header_slider_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.header_slider_logo img {
    width: 100%;
    max-width: 530px;
    height: auto;
}

h1,
.title {
    font-family: 'Lato';
    font-size: 100px;
    letter-spacing: 0px;
    line-height: 90px;
    font-weight: 900;
    color: #507250!important;
    text-transform: uppercase;
}
h2,
.h2 {
    font-family: 'Lato';
    font-size: 50px;
    font-weight: 900;
    color: #507250;
}
h3,
.h3 {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 900;
    color: #507250;
}
h4 {
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 900;
    color: #507250;
}
p,
.modular p,
.modul1 .m1_textfeld h1 {
    font-family:"Ariata Display";
    font-size: 18px;
    color: #507250;
}

.info_button_text {
    font-family: 'Lato';
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.info_button_text .row {
    padding-left: 0;
}
.info_button_text .row1 {
    text-align: left;
    padding-left: 0;
}

@media screen and (max-width: 1400px) {
    .info_button {
        width: 260px;
        height: 260px;
    }
}

.simple_button_circle.white:hover {
    color: #507250;
}
.simple_button_circle.white:hover:before {
    background-color: #507250;
} 


/* ======== MODUL 1 INTRO ======== */

.modul1.modul1_unterseiten.spacer_160.white {
    background-color: transparent;
}
body.homepage .modul1 .inner {
    border-top: 1px solid #9DAF96;
    border-bottom: 1px solid #9DAF96;
}
.modul1 .textblock hr {
    border:1px solid #507250;
}
.modul1 .headline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.modul1 div.title {
    padding: 0;
}
.modul1 div.title span:nth-of-type(2),
.modul1 div.title span:nth-of-type(3) {
    align-self: flex-start;
}
.modul1 h2 {
    color: #507250;
    font-weight: 900;
    letter-spacing: 0;
    font-size: 30px;
    position: relative;
    left: 0;
    top: 5px;
    min-width: 120px;
}

@media screen and (max-width: 900px) {
    .modul1 div.title{
        font-size: 70px;
        line-height: 68px;
        max-width: unset;
        width: fit-content;
        margin-left: 0;
    }
    .modul1 .headline {
        justify-content: flex-end;
    }
    .modul1 .headline h2 {
        left: auto;
        right: 0;
        width: 93px;
        text-align: left;
        color: #507250;
        font-size: 20px;
    }
}


@media screen and (max-width: 500px) {
    .modul1 .inner {
        padding: 0;
    }
    .modul1 .headline {
        flex-direction: column;
    }
    .modul1 div.title {
        margin-left: 27px;
    }
}


/* ======== MODUL FILTER ======== */
.filter_element {
    color: #507250;
}
.filter a:hover, .filter a.active {
    color: #8A9972;
}
.filter a.active:before {
    background-color: #8A9972;
}


/* ======== MODUL 3 ======== */
.modul3 h2 {
    text-transform: uppercase;
}
.modul3 p {
    color: #507250;
}
.left-box:after {
    background: #9DAF96;
}

.modul3 .simple_button span {
    color: #507250;
}
.modul3 .simple_button span:after {
    background-color: #507250;
}
.modul3 .simple_button:before {
    background-image: url('../images/icons/icon_simple_button_green.svg');
}

@media screen and (max-width: 980px) {
    .modul3.modul3_2 {
        padding-top: 80px;
    }
}


/* ======== MODUL 4 CHESSBOARD ======== */
.blue,
.green,
.olive,
.light_grey,
.salmon {
    background-color: #8A9972;
    color: white!important;
}
.blue h3,
.blue p,
.green h3,
.green p,
.olive h3,
.olive p,
.light_grey h3,
.light_grey p,
.salmon h3,
.salmon p {
    color: white;
}
.chessboard_text p {
    font-size: 18px;
}

@media screen and (max-width: 1400px) {
    .chessboard_text a.info_button {
        left: -14%;
        bottom: -130px;
    }
}
@media screen and (max-width: 1100px) {
    .info_button {
        width: 110px;
        height: 110px;
        right: 10px;
        bottom: 70px;
    }
    .info_button_text {
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and (max-width: 650px) {
    .chessboard_text a.info_button {
        left: auto;
        bottom: -25px;
        right: 30px;
    }
    .chessboard_text .inner {
        padding-bottom: 200px;
    }
} 




/* ======== MODUL 5 Menü ======== */
.module_accordion.menu {
    background: #9DAF96;
    max-width: 1500px;
    margin: 80px auto;
    padding: 0 50px;
}
.module_accordion.menu .accordion_inner {
    padding: 50px 30px;
    max-width: unset;
    display: flex;
    position: relative;
}
.module_accordion.menu .accordion_inner:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -30px;
    background-image: url('../images/kraeuter.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 110%;
    height: 110%;
}
.module_accordion.menu .accordion_header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-right: 50px;
    width: 40%;
    min-width: 415px;
    z-index: 2;
}
.module_accordion.menu .accordion_header .subtitle {
    margin-top: 6px;
    font-size: 30px;
}
.module_accordion.menu .accordion_header h2 {
    font-size: 70px;
    line-height: 80px;
}
.module_accordion.menu .accordion_header .subtitle,
.module_accordion.menu .accordion_header h2 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    color: white;
}
.module_accordion.menu .accordion_text {
    width: 60%;
    z-index: 2;
}
.module_accordion.menu .accordion_text p {
    color: white;
}
.module_accordion.menu .accordion_text p strong {
    text-transform: uppercase;
    color: #507250;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

@media screen and (max-width: 1100px) {
    .module_accordion.menu .accordion_header {
        margin-right: 25px;
    }
}

@media screen and (max-width: 900px) {
    .module_accordion.menu {
        padding: 0 50px;
    }
    .module_accordion.menu .accordion_inner {
        flex-direction: column;
    }
    .module_accordion.menu .accordion_text {
        width: 100%;
    }
    .module_accordion.menu .accordion_header {
        flex-direction: column;
    }
    .module_accordion.menu .accordion_header h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .module_accordion.menu .accordion_header .subtitle {
        margin-top: 7px;
        font-size: 24px;
    }
    .module_accordion.menu .accordion_inner:before {
        left: 20px;
        width: 100%;
        height: 60%;
    }
    .module_accordion.menu .accordion_inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .module_accordion.menu {
        padding: 0 20px;
    }
}


/* ======== MODUL IMAGES ======== */
.blog_images {
    padding: 80px 50px;
    max-width: 1500px;
    margin: 0 auto;
}
.blog_images img {
    object-fit: cover;
    height: auto;
}


/* ======== MODUL ANGEBOT SLIDER ======== */
.slider h3,
.overview_box span,
.overview_box h3,
.overview_box h4,
.overview_box p {
    color: #507250!important;
}
.content_slider_item_box_hover {
    background-color: #8A9972;
}


/* ======== MODUL NEWSLETTER ======== */
.lp_newsletter {
    display: flex;
    align-items: flex-start;
    background-color: #8A9972;
    margin: 80px auto;
    max-width: 1500px;
    padding: 50px 15%;
}
.lp_newsletter .newsletter_header {
    width: 30%;
}
.lp_newsletter .newsletter_header h2 {
    color: white;
    font-size: 70px;
    line-height: 80px;
}
.lp_newsletter .form_container {
    width: 70%;
}
.lp_newsletter .form_container > p{
    color: white;
}

.lp_newsletter .form_item {
    background: transparent;
}
.lp_newsletter .formular {
    padding: 0;
} */
.lp_newsletter .formular .select2-container--default .select2-selection--single {
    border: 1px solid white;
    background: transparent;
    color: white;
}
.lp_newsletter .formular label,
.lp_newsletter .formular .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
.lp_newsletter .formular .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid white;
    background-image: url('../images/icons/chevron-down-white.svg')!important;
}
.lp_newsletter .formular input[type="text"],
.lp_newsletter .formular input[type="number"],
.lp_newsletter .formular input[type="email"],
.lp_newsletter .formular select, .formular textarea {
    background: transparent;
    border: 1px solid white;
    color: white;
}
.lp_newsletter .formular button {
    border: none;
}
.dataprotection_note p {
    color: white;
}
.lp_newsletter .checkbox {
    align-items: flex-start;
    gap: 10px;
}
.lp_newsletter .checkbox .cr_ipe_item p {
    color: white;
}
.lp_newsletter input[type=checkbox], input[type=radio] {
    margin-top: 8px;
}

@media screen and (max-width: 1100px) {
    .lp_newsletter {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 900px) {
    .lp_newsletter {
        flex-direction: column;
        padding: 50px 60px;
    }
    .lp_newsletter .newsletter_header {
        width: 100%;
    }
    .lp_newsletter .form_container {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    .lp_newsletter {
        padding: 50px 20px;
    }
}

/* ======== MODUL CONTACT PANEL ======== */
.contact_panel_item h3,
.contact_panel_item .modular p {
    color: #0D2531;
}