.newsletter-box {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.newsletter-form-container {
    text-align: left;
}

.newsletter-form-container #datenschutz-error {
    background-color: transparent;
    border-radius: 25px;
    padding: 2px 10px;
    display: block;
    margin-top: 0px;
    position: absolute;
    top: -16px !important;
}

.newsletter-form-container label .error {
    color: #ed008c !important;
}

.newsletter-box-normal {
    width: 100%;
    /* max-width: 850px; */
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    text-align: center;
}

.newsletter-box-normal h1, 
.newsletter-box-normal h2 {
    color: #ed008c;
    font-weight: 700;
    margin-bottom: 20px;
}

.newsletter-box-normal .subline {
    font-size: 18px;
    margin-bottom: 30px;
}

.newsletter-features {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.newsletter-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsletter-features ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-features ul li:last-child {
    margin-bottom: 0;
}

.newsletter-features ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #ed008c;
    font-size: 20px;
}

.newsletter-form-container {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
}

.newsletter-form-container .checkbox input[type="checkbox"] {
    position: relative;
    margin: 0 1rem 0 -1rem;
}

.newsletter-form-container h3 {
    color: #ed008c;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.newsletter-box-normal .labelset {
    margin-bottom: 15px;
    text-align: left;
}

.newsletter-box-normal .checkbox {
    text-align: left;
    margin-bottom: 15px;
}

.newsletter-box-normal .checkbox label {
    display: flex;
    /* font-size: 15px; */
    /* font-weight: 500; */
    cursor: pointer;
    color: #333;
    align-items: center;
}

.newsletter-box-normal .checkbox label a {
    margin-left: 3px;
}

.newsletter-box-normal .checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    cursor: pointer;
}

.newsletter-box-normal .labelset label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #ed008c;
}

.newsletter-box-normal .labelset input,
.newsletter-box-normal .labelset select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    /* border-radius: 8px; */
    font-size: 16px;
    background: #fcfcfc;
}

.newsletter-box-normal .labelset input:focus,
.newsletter-box-normal .labelset select:focus {
    border-color: #ed008c;
    outline: none;
    background: #fff;
}

.newsletter-box-normal .row-flex {
    display: flex;
    gap: 15px;
}

.newsletter-box-normal .row-flex > div {
    flex: 1;
}

.newsletter-bonus {
    background: #fff9e6;
    border: 1px solid #ffeeba;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    text-align: left;
}

.newsletter-bonus h4 {
    margin-top: 0;
    color: #856404;
    font-weight: 700;
}

.newsletter-bonus h4 span {
    color: #ed008c;
}

.newsletter-bonus p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

.newsletter-box-normal .btn-newsletter {
    background-color: #ed008c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    /* border-radius: 8px; */
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.newsletter-box-normal .btn-newsletter:hover {
    background-color: #c70075;
}

.newsletter-footer-note {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

.newsletter-footer-note a {
    color: #ed008c;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .newsletter-box-normal .row-flex {
        flex-direction: column;
        gap: 0;
    }
}

.show-force label {
  opacity: 1 !important;
  top: 1.0em !important;
}

