.seite-anmeldung,
.seite-einrichtung {
    background: radial-gradient(circle at 20% 20%, #e5f2f9 0, transparent 35%), linear-gradient(135deg, #f5f8fa, #dce8ef);
}
.seite-anmeldung .seiteninhalt,
.seite-einrichtung .seiteninhalt {
    width: 100%;
    min-height: 100vh;
    padding: 24px;
    display: grid;
    place-items: center;
}
.anmeldebereich { width: min(460px, 100%); }
.einrichtungsbereich { width: min(560px, 100%); }
.anmeldekarte {
    background: rgba(255,255,255,.97);
    border: 1px solid #cfdae1;
    border-radius: 20px;
    box-shadow: 0 28px 70px rgba(10,45,70,.16);
    padding: 28px;
}
.anmelde-logo {
    display: block;
    width: 250px;
    height: 150px;
    margin: -20px auto 0;
    object-fit: contain;
}
.anmelde-kopf { text-align: center; margin-bottom: 22px; }
.anmelde-kopf h1 { margin: 5px 0; font-size: 30px; }
.anmelde-kopf p:last-child { margin: 0; color: var(--text-zart); }
.anmeldekarte .formular { padding: 0; }
@media (max-width: 520px) {
    .seite-anmeldung .seiteninhalt,
    .seite-einrichtung .seiteninhalt { padding: 12px; }
    .anmeldekarte { padding: 22px 18px; }
    .anmelde-logo { width: 220px; height: 132px; }
}
/*
<!-- 
    ***********************************************
    *  Layout and development by ceis-it.de  *
    ***********************************************
-->
*/
