    a {
        display: inline;
        line-height: 1;
    }

    #section_anmeldebereich {
        display: flex;
        align-items: flex-start;
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10rem;
        gap: 4rem;
        margin-bottom: 2rem;
    }

    #section_anmeldebereich>* {
        flex: 1 1 0;
        min-width: 0;
    }

    .grüner_bereich_login_links,
    .section_anmeldebereich_rechter_bereich {
        box-sizing: border-box;
        width: 100%;
        padding: 2rem;
    }

    #section_anmeldebereich_linker_bereich h1 {
        margin-bottom: 2rem;
    }

    #loginformular h4 {
        margin: 0;
    }

    #register-form h4 {
        margin: 0;
    }

    .content_icon {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.6rem;
    }

    .grüner_bereich_login_links {
        background-color: #A8B89F20;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        border-radius: 0.871rem;
        padding-top: 0.0001rem;
        padding-left: 1.5rem;
        padding-bottom: 2rem;
        margin-top: 3rem;
        border: 1px solid #6b56421d;
    }

    #grüner_bereich_rechts {
        padding-left: 0;
        padding-right: 0;
        align-items: center;
        text-align: center;
    }

    .untereinander {
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #abstand_mitmachenbutton {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    #extrabuttonweiß {
        display: flex;
        gap: 0.7rem;
        background-color: #FAF8F5;
        text-decoration: none;
        color: var(--color-text);
        width: 100%;
        max-width: 11.25rem;
        height: 1.81rem;
        align-items: center;
        justify-content: center;
        border-radius: 0.58rem;
        cursor: pointer;
        margin-top: 0.8rem;
    }

    #grüner_bereich_fragezeichen {
        margin-top: 1.5rem;
        margin-bottom: 0.3rem;
    }

    .grüne_headline_login {
        margin-top: 2.5rem;
    }

    #login_radiobutton {
        background-color: #FAF8F5;
        border-radius: 3rem;
    }

    #anmelden_grüner_button {
        margin-top: 1rem;
        width: 100%;
        height: 2.32rem;
        cursor: pointer;
    }

    .section_anmeldebereich_rechter_bereich {
        margin-top: 2.5rem;
        background-color: #FFFFFF;
        border-radius: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        border: 1px solid #6b56421d;
        width: 100%;
        height: fit-content;
        padding-bottom: 0;
    }

    .richtigebreite_login_registrierung {
        padding: 2rem;
        width: 100%;
    }

    #loginformular input {
        width: 100%;
        height: 2.09rem;
        border-radius: 0.7rem;
        background-color: #F5F1EB;
        border: none;
        padding-left: 0.5rem;
    }

    #login_checkbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #loginformular input[type="checkbox"] {
        display: none;
    }

    #login_checkbox label {
        display: flex;
        align-items: center;
        background-color: white;
        border: #6B8E23;
        gap: 1rem;
    }

    #login_checkbox label::before {
        content: "";
        width: 0.9rem;
        height: 0.9rem;
        border: 0.5px solid #6b56421d;
        border-radius: 4px;
        background: #F5F1EB;
        flex-shrink: 0;
        cursor: pointer;
    }

    #login_checkbox input[type="checkbox"]:checked+label::before {
        content: "✓";
        color: #6B8E23;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #linkpasswortvergessen {
        text-decoration: none;
        cursor: pointer;
    }

    #loginformular input::placeholder {
        color: #8B7D6B;
    }

    #login_rechtekachel_unten {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        margin-bottom: 0;
    }

    .register_login_tabs {
        width: 100%;
        height: 3.25rem;
        background-color: #a8b89f48;
        border-radius: 0.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.8rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        gap: 0.3rem;
    }

    .register_login_tabs input[type="radio"] {
        display: none;
    }

    .register_login_tabs input[type="radio"]:checked+label {
        border-radius: 0.8rem;
        background-color: #FFFFFF;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    }

    .register_login_tabs label {
        width: 100%;
        height: 2.78rem;
        border-radius: 0.68rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        text-align: center;
        cursor: pointer;
    }

    .register_login_tabs label:hover {
        background: #87bc8725;
    }

    #formblatt_registrierung input[type="text"],
    #formblatt_registrierung input[type="password"],
    #formblatt_registrierung input[type="email"] {
        width: 100%;
        height: 2.09rem;
        border-radius: 0.7rem;
        background-color: #F5F1EB;
        border: none;
        padding-left: 0.5rem;
    }

    #formblatt_registrierung input[type="checkbox"] {
        display: none;
    }

    #formblatt_registrierung label {
        margin-top: 1.9rem;
        margin-bottom: 0;
        display: flex;
        background-color: white;
        border: #6B8E23;
        gap: 1rem;
    }

    #formblatt_registrierung label::before {
        content: "";
        width: 0.9rem;
        height: 0.9rem;
        border: 0.5px solid #6b56421d;
        border-radius: 4px;
        background: #F5F1EB;
        flex-shrink: 0;
        cursor: pointer;
    }

    #formblatt_registrierung input[type="checkbox"]:checked+label::before {
        content: "✓";
        color: #6B8E23;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #registrierenbutton {
        width: 100%;
        height: 2.32rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        cursor: pointer;
    }

    #formblatt_registrierung input::placeholder {
        color: #8B7D6B;
    }

    #untererBereich_register {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #radiobutton_register {
        display: flex;
        gap: 2rem;
        justify-content: left;
    }

    #radiobutton_register input[type="radio"] {
        display: none !important;
    }

    #radiobutton_register label::before {
        content: none !important;
        display: none !important;
    }

    #radiobutton_register label {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem;
        border: 1px solid #6b564228;
        border-radius: 0.7rem;
        background: white;
        margin-top: 1rem;
        cursor: pointer;
    }

    #radiobutton_register label:hover {
        background: #c5c5c525;
    }

    #radiobutton_register input[type="radio"]:checked+label {
        display: flex;
        flex-direction: column;
        border: 1px solid #6B8E23;
        background: #6a8e2315;
        width: 100%;
    }

    #meldung_register {
        width: 100%;
        display: flex;
        max-width: 80rem;
        margin: 1.5rem auto 0 auto;
        padding: 1rem 1.25rem;
        border-radius: 0.9rem;
        align-items: center;
        gap: 0.75rem;
        font-weight: 500;
        line-height: 1.4;
        box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
        animation: meldungEinblenden 0.3s ease;
        box-sizing: border-box;
    }

    .meldung_icon {
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
    }

    .meldung_erfolg {
        background-color: #A8B89F20;
        color: var(--color-green);
        border: 1px solid #b8dfc0;
    }

    .meldung_erfolg .meldung_icon {
        background-color: var(--color-green);
        color: white;
    }

    .meldung_fehler {
        background-color: #fff1f0;
        color: #8a1f17;
        border: 1px solid #f0b5af;
    }

    .meldung_fehler .meldung_icon {
        background-color: #8a1f17;
        color: white;
    }

    .feldmeldung {
        display: block;
        min-height: 1rem;
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        font-size: 0.75rem;
    }

    .meldung-richtig {
        color: #6B8E23;
    }

    .meldung-falsch {
        color: #C0392B;
    }

    #loginformular input.feld-richtig,
    #formblatt_registrierung input.feld-richtig {
        border: 2px solid #6B8E23;
        background-color: #F4F8ED;
        outline: none;
    }

    #loginformular input.feld-falsch,
    #formblatt_registrierung input.feld-falsch {
        border: 2px solid #C0392B;
        background-color: #FFF3F1;
        outline: none;
    }

    #formblatt_registrierung label.feld-richtig {
        color: #6B8E23;
    }

    #formblatt_registrierung label.feld-falsch {
        color: #C0392B;
    }

    @keyframes meldungEinblenden {
        from {
            opacity: 0;
            transform: translateY(-0.75rem);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 110rem) {
        #section_anmeldebereich {
            padding-left: clamp(1rem, 6vw, 10rem);
            padding-right: clamp(1rem, 6vw, 10rem);
        }
    }

    @media (max-width: 110rem) {
        #meldung_register {
            width: calc(100% - clamp(1rem, 6vw, 10rem) - clamp(1rem, 6vw, 10rem));
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (max-width: 1100px) {
        #section_anmeldebereich {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: clamp(1rem, 6vw, 10rem);
            padding-right: clamp(1rem, 6vw, 10rem);
        }

        #section_anmeldebereich_linker_bereich,
        #section_anmeldebereich_rechter_bereich {
            width: 100%;
        }
    }