/*
==========
= FOOTER =
==========
 */
.footer-newsletter-inner label,
.footer-newsletter-inner .label {
    color: #fff;
}
footer {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .footer-content-container {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media screen and (min-width: 1680px) {
    .footer-content-container {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
footer .sec-intro {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
}

.footer-newsletter {
    background-color: #738290;
    color: var(--white);
}
@media screen and (min-width: 768px) {
    .footer-newsletter {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 1680px) {
    .footer-newsletter {
        padding-left: 56px;
        padding-right: 56px;
    }
}
.newsletter-txt h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 12px;
}

.footer-newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 56px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .footer-newsletter-inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
footer .footer-content .sec-intro {
    margin-top: 32px;
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    footer .footer-content .sec-intro {
        margin-top: 112px;
        margin-bottom: 160px;
    }
}
footer h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-main {
    background-color: #616f7c;
    color: var(--white);
}
@media screen and (min-width: 768px) {
    .footer-main > .frame {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media screen and (min-width: 1680px) {
    .footer-main > .frame {
        padding-left: 0;
        padding-right: 0;
    }
}
.footer-main-group {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 44px;
}

@media screen and (min-width: 768px) {
    .footer-main-group {
        text-align: left;
        padding-top: 44px;
        padding-bottom: 44px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer-main-item {
        flex: 0 0 264px;
    }
}
.footer-logo {
    margin-bottom: 32px;
    max-width: 200px;
}
.footer-main-item li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-main-group {
    border-bottom: 1px solid var(--white);
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .footer-main-group {
        margin-bottom: 32px;
    }
}

.footer-address {
    text-align: center;
}
.footer-nav-social {
    padding-bottom: 80px;
}
.footer-nav-social-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
nav ul {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

nav li {
    margin-left: 0;
    list-style: none;
}

.footer-address p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .footer-address p {
        margin-bottom: 0;
    }
}
.footer-nav-legal {
    margin-bottom: 48px;
}
.footer-nav-legal-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

@media screen and (min-width: 768px) {
    .footer-address {
        display: flex;
        justify-content: space-between;
        padding-bottom: 44px;
    }

    .footer-address-l,
    .footer-address-r {
        -moz-text-align: left;
        text-align: left;
    }
    .footer-address-r {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        flex: 0 0 400px;
    }

    .footer-nav-legal,
    .footer-nav-social {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.newsletter-form-footer,
.footer-newsletter-inner .newsletter-txt {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .newsletter-form-footer,
    .footer-newsletter-inner .newsletter-txt {
        width: calc(50% - 48px);
        max-width: 714px;
    }
}
@media screen and (min-width: 1680px) {
    .newsletter-form-footer,
    .footer-newsletter-inner .newsletter-txt {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.newsletter-form-footer input,
.newsletter-form-footer .cta {
    font-size: 16px;
    line-height: 1.25;
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .footer-newsletter-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .newsletter-form-footer .cta {
        width: auto;
        margin-bottom: 0;
    }
    .newsletter-form-footer input {
        margin-bottom: 0;
    }
}

.footer-nav a {
    text-decoration: none !important;
    font-weight: 400;
}

/* Cleverreach */

* {
    box-sizing: border-box;
}
.cr-mail-responsive,
.cr-mail-responsive * {
    box-sizing: unset;
}
.cr_site {
    margin: 0;
    padding: 75px 0 0 0;
    text-align: center;
    background-color: #eeeeee;
}
.cr_font {
    font-size: 14px;
    font-family: Arial;
}
.cr_page {
    width: 100% !important;
    max-width: 640px;
}
.cr_body {
    box-shadow: 0px 0px 14px 0px rgba(51, 51, 51, 0.4);
    border-radius: 8px;
    line-height: 150%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
}
.cr_body h2,
.cr_header h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.cr_body h1,
.cr_header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
}
.wrapper,
.cr_page {
    margin: 0 auto 10px auto;
    text-align: left;
}
.cr_header {
    text-align: center;
    background: transparent !important;
}
.cr_header img {
    max-width: 100%;
}
.cr_body label,
.cr_body .label {
    float: none;
    clear: both;
    display: inline-block;
    width: auto;
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
    position: relative;
}
.cr_body .no-label {
    font-weight: normal;
}
.cr_body #editable_content {
    padding: 20px;
}
.editable-content {
    padding: 20px;
}
.cr_button {
    display: inline-block;
    font-family: "Helvetica", Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 32px;
    margin: 5px 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
}
.cr_button {
    background-color: #333;
    color: #ffffff;
}
.cr_button:hover,
.cr_button-small:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.powered {
    padding: 20px 0;
    width: 560px;
    margin: 0 auto;
}
.cr_ipe_item label {
    line-height: 150%;
    font-size: 14px;
}
.cr_ipe_item textarea {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: Helvetica;
    font-size: 16px;
}
.cr_ipe_item input {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 12px;
    font-family: Helvetica;
    font-size: 16px;
}
.cr_ipe_item select {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 12px !important;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    font-family: Helvetica;
    font-size: 16px;
}
.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
    -moz-binding: none;
    -moz-box-sizing: border-box;
    background-color: -moz-field !important;
    border: 2px inset ThreeDFace !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    padding: 0 !important;
    width: 13px;
}
.cr_ipe_item input.cr_ipe_radio {
    -moz-appearance: radio;
    border-radius: 100% 100% 100% 100% !important;
    margin: 3px 3px 0 5px;
}
.cr_ipe_item {
    /* margin: 0px 10px;
    padding: 0px 10px; */
}
.submit_container {
    text-align: center;
}
.cr_ipe_item.inactive {
    display: none;
}
.imprint {
    font-size: 0.8em;
}
.cr_captcha {
    padding-left: 130px;
}
.cr_error {
    font-size: 1.1em;
    padding: 10px;
}
.clever_form_error {
    background-color: #f99;
    color: #000;
    border: 1px solid #f22 !important;
}
.clever_form_note {
    margin: 26px 0 0 3px;
    position: absolute;
    display: inline;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #f2ecb5;
    color: #000;
    font-size: 12px !important;
}
.cr_form-flex {
    display: flex;
}
.cr_form-component--submit {
    padding-top: 24px;
}
.cr_form-flex > .cr_form-inputgroup {
    flex-grow: 1;
    margin-right: 5px;
}
.cr_form-flex > .cr_form-inputgroup:last-child {
    margin-right: 0px;
}
.cr_form-flex input {
    width: 100%;
}

.cr_site {
    background-color: transparent;
}
.cr_header {
    color: #000000;
}
.cr_body {
    background-color: transparent;
    font-size: 12px;
    color: #000000;
}
.cr_hr {
    background-color: #ccc;
}
.cr_site a {
    color: #0084ff;
}
.imprint {
    color: #000;
}

.cr_site {
    background-color: #ffffff;
}
.cr_header {
    color: #000000;
}
.cr_body {
    background-color: transparent;
    font-size: 12px;
    color: #000000;
    box-shadow: none !important;
}
.cr_hr {
    background-color: #ccc;
}
.cr_site a {
    color: #0084ff;
}
.imprint {
    color: #000;
}
.cr_page {
    width: auto;
    max-width: 640px;
}
.cr_button {
    background-color: #333333;
}

@media screen and (min-width: 768px) {
    .cr_body .editable_content {
        /* display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap; */
        gap: 24px;
    }
}

.cr_form-component--email {
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.cr_button {
    height: 45px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .footer-main-item:first-child {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1544px) {
    .footer-main-item:first-child {
        flex: 0 0 264px;
    }
}

.footer-main-item.footer-nlplogo img {
    max-width: 150px;
}
