.crm-newsletter-box-landing-2025 {}

/* Basis-Styles */
.landing h1,
.landing h2 {
    font-weight: 400;
}

.crm-newsletter-box {
    padding: 30px 0;
    background-color: #e9c37b;
}

.col-headlines {
    /* Keine Basis-Styles */
}

.crm-newsletter-box div.subline {
    font-size: 25px;
    color: #009ee0;
    margin-bottom: 10px;
}

.crm-newsletter-box div.headline {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.newsletter_form .form-input,
.newsletter_form .form-select,
.newsletter_form .form-check {
    margin-bottom: 25px;
}

.newsletter_form .form-input {
    width: 100%;
    padding: 10px 5px;
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    color: white;
    font-size: 16px;
}

.newsletter_form .form-input:focus-visible,
.newsletter_form .form-select:focus-visible {
    outline: none;
    border-bottom: 1px solid #009ee0;
}

.newsletter_form .form-select {
    /* appearance: auto; */
    width: 100%;
    padding: 10px 2px;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 16px 12px;
    background-color: #e9c37b;
}

.newsletter_form input::placeholder {
    color: white;
}

.newsletter_form .form-check {
    padding: 10px;
    color: white;
    font-size: 16px;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e9c37b;
    border: 1px solid white;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 7px;
}

.form-check-wrap {
    display: flex;
    flex-direction: row;
}

.form-check-wrap > div:not(:last-child) {
    margin-right: 15px;
}

.newsletter_form .form-input,
.newsletter_form .form-select {
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.newsletter_form label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.newsletter_form label.privacy {
    max-width: 470px;
    font-size: 14px;
    align-items: flex-start;
    margin-top: 10px;
}

.newsletter_form label.privacy a {
    color: #ffffff;
    font-weight: bold;
}

.newsletter_form label.privacy input[type="checkbox"] {
    margin-top: -2px;
}

.newsletter_form input[type="checkbox"]:checked::before {
    content: "✔";
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news22-submit {
    margin-top: 20px;
    margin-left: 28px;
}

.news22-submit a {
    font-size: 24px;
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 15px;
}

.news22-submit a:hover {
    text-decoration: none;
}

.na_submit_cta {
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.na_submit_cta:hover {
    background-color: white;
    color: #e9c37b;
}

.na_form_danke,
.na_form_danke_aktualisiert,
.na_form_danke_bereits_registriert {
    margin-top: 25px;
}

.nadHeadline {
    font-size: 25px;
    color: #009ee0;
    font-weight: bold;
    margin-bottom: 5px;
}

.nadText,
.nadFooter {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}

.nadText p {
    margin-bottom: 10px;
    margin-top: 0;
}

.nadFooter {
    color: #eb690b;
    font-weight: bold;
}

.nadfb {
    /* Keine Styles definiert */
}

.footerhight {
    padding-bottom: 230px;
}

/* Flexbox Utility Klassen */
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Grid Klassen */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    flex: 1 0 0%;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.g-0 {
    margin-right: 0;
    margin-left: 0;
}
.g-0 .col {
    padding: 0;
}

/* Media Queries */

@media only screen and (min-width: 760px) and (max-width: 1359px)  {

    .col-headlines {
        flex: 0 0 auto;
        width: 33.33%;
    }
}

@media screen and (min-width: 760px) {
    .crm-newsletter-box {
        padding: 60px 0;
    }
    .col-headlines {
        position: relative;
        display: flex;
        align-items: center;
    }
    .crm-newsletter-box div.subline {
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .crm-newsletter-box div.headline {
        font-size: 40px;
        line-height: 44px;
        padding-top: 0;
        padding-bottom: 15px;
        margin: 0;
        position: absolute;
        top: 130px;
    }
    .nadText,
    .nadFooter {
        font-size: 18px;
        line-height: 22px;
    }
    .news22-submit {
        display: block;
        margin-left: 0;
    }
}

@media screen and (min-width: 1360px) {
    .crm-newsletter-box {
        padding: 75px 0;
    }
    .crm-newsletter-box div.subline {
        font-size: 48px;
    }
    .crm-newsletter-box div.headline {
        font-size: 72px;
        line-height: 76px;
        max-width: 350px;
    }
    .form-check-wrap > div:not(:last-child) {
        margin-right: 25px;
    }
    .nadHeadline {
        font-size: 32px;
        line-height: 40px;
    }
    .nadText,
    .nadFooter {
        font-size: 22px;
        line-height: 26px;
    }
    .footerhight {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 550px) {
    .footerhight {
        padding-bottom: 170px;
    }
}

@media screen and (min-width: 660px) {
    .footerhight {
        padding-bottom: 140px;
    }
}

@media screen and (min-width: 801px) {
    .footerhight {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 681px) {
    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
