/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2026 | 17:16:38 */
/*
==============================================================
AX BALANCE – ANMELDEBOX + ANMELDEFENSTER
Version: 2.4.1
Stand: 10.09.2026 – 19:46 Uhr

NEU IN VERSION 2.4.1:
--------------------------------------------------------------
- Anmeldebox auf Desktop um 66 px nach unten versetzt
- Oberkante liegt dadurch ungefähr auf Höhe des
  Veranstaltungsbildes
- Sticky-Verhalten bleibt erhalten
- mobile Darstellung bleibt unverändert

BISHERIGE FUNKTIONEN:
--------------------------------------------------------------
- Statusdarstellung "Ausgebucht"
- Statusdarstellung "Anmeldung geschlossen"
- Wartelisten-Hinweis in der Sidebar
- Wartelisten-Hinweis im Anmeldefenster
- alte Anmeldebuttons werden bei geschlossen,
  ausgebucht oder "keine Anmeldung erforderlich"
  ausgeblendet
- bestehende Gestaltung und Schriftgrößen bleiben erhalten

Akzentfarbe: #006079
Standardschrift: Theme-Schrift
==============================================================
*/


/* ==========================================================
   1. ANMELDEBOX
   ========================================================== */

.axb-anmeldebox {

    position: sticky;
    top: 30px;

    box-sizing: border-box;

    width: 100%;

    margin: 0 0 30px 0;

    padding: 22px 20px 20px 20px;

    font-family: inherit;

    color: #222222;

    background: #ffffff;

    border: 1px solid #d5d5d5;
    border-top: 5px solid #006079;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}


/* ==========================================================
   1A. POSITION DER ANMELDEBOX AUF DESKTOP

   Die Box beginnt ca. auf Höhe der Oberkante des
   Veranstaltungsbildes.

   Das Sticky-Verhalten beim Scrollen bleibt davon
   unberührt.
   ========================================================== */

@media screen and (min-width: 769px) {

    .axb-anmeldebox {

        margin-top: 66px;
    }

}


/* ==========================================================
   2. KICKER
   ========================================================== */

.axb-anmeldebox__kicker {

    margin: 0 0 8px 0;

    font-family: inherit;

    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.02em;

    color: #006079;
}


/* ==========================================================
   3. VERANSTALTUNGSTITEL
   ========================================================== */

.axb-anmeldebox__titel {

    margin: 0 0 20px 0;

    font-family: inherit;

    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;

    color: #222222;
}


/* ==========================================================
   4. TERMIN
   ========================================================== */

.axb-anmeldebox__termin {

    margin: 0 0 20px 0;

    padding: 15px 0;

    font-family: inherit;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}


.axb-anmeldebox__termin-label {

    display: block;

    margin: 0 0 5px 0;

    font-family: inherit;

    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;

    color: #006079;
}


.axb-anmeldebox__termin-wert {

    display: block;

    font-family: inherit;

    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;

    color: #222222;
}


/* ==========================================================
   5. ANMELDEBUTTON
   ========================================================== */

.axb-anmeldebox__button {

    display: block;

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    padding: 16px 18px;

    font-family: inherit;

    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;

    text-align: center;
    text-decoration: none !important;

    color: #ffffff !important;

    background: #006079;

    border: 2px solid #006079;

    border-radius: 4px;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}


.axb-anmeldebox__button:hover {

    color: #ffffff !important;

    background: #004d61;

    border-color: #004d61;

    text-decoration: none !important;
}


.axb-anmeldebox__button:focus {

    color: #ffffff !important;

    background: #004d61;

    border-color: #004d61;

    outline: 3px solid #006079;
    outline-offset: 3px;

    text-decoration: none !important;
}


/* ==========================================================
   6. STATUS: AUSGEBUCHT / GESCHLOSSEN
   ========================================================== */

.axb-anmeldebox__status {

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    padding: 16px 18px;

    font-family: inherit;

    text-align: center;

    background: #f4f8f9;

    border: 2px solid #006079;

    border-radius: 4px;
}


.axb-anmeldebox__status strong {

    display: block;

    margin: 0 0 6px 0;

    font-family: inherit;

    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;

    color: #006079;
}


.axb-anmeldebox__status span {

    display: block;

    font-family: inherit;

    font-size: 1.2rem;
    line-height: 1.5;

    color: #333333;
}


/* ==========================================================
   7. WARTELISTEN-HINWEIS IN DER SIDEBAR
   ========================================================== */

.axb-anmeldebox__warteliste-hinweis {

    margin: 0 0 16px 0;

    padding: 13px 14px;

    font-family: inherit;

    font-size: 1.2rem;
    line-height: 1.5;

    color: #222222;

    background: #f4f8f9;

    border-left: 5px solid #006079;
}


/* ==========================================================
   8. ALLGEMEINER HINWEIS
   ========================================================== */

.axb-anmeldebox__hinweis {

    margin: 14px 0 0 0;

    font-family: inherit;

    font-size: 1.2rem;
    line-height: 1.5;

    color: #444444;

    text-align: center;
}


/* ==========================================================
   9. ALTE ANMELDEBUTTONS BEI GESPERRTEM STATUS AUSBLENDEN
   ========================================================== */

.axb-anmeldung-status-ausgebucht .ax-anmeldebutton,
.axb-anmeldung-status-ausgebucht .reise-anmelde-button,

.axb-anmeldung-status-geschlossen .ax-anmeldebutton,
.axb-anmeldung-status-geschlossen .reise-anmelde-button,

.axb-anmeldung-status-keine_anmeldung .ax-anmeldebutton,
.axb-anmeldung-status-keine_anmeldung .reise-anmelde-button {

    display: none !important;
}


/* ==========================================================
   10. MODAL – HINTERGRUND
   ========================================================== */

.axb-modal-anmeldung {

    position: fixed;

    z-index: 999999;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    box-sizing: border-box;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 25px;

    font-family: inherit;

    background: rgba(0, 0, 0, 0.62);
}


.axb-modal-anmeldung[hidden] {

    display: none !important;
}


body.axb-anmeldung-ist-offen {

    overflow: hidden;
}


/* ==========================================================
   11. MODAL – FENSTER
   ========================================================== */

.axb-modal-anmeldung__fenster {

    box-sizing: border-box;

    width: calc(100% - 20px);

    max-width: 900px;

    max-height: calc(100vh - 50px);

    overflow-y: auto;

    font-family: inherit;

    color: #222222;

    background: #ffffff;

    border-top: 5px solid #006079;

    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.30);
}


/* ==========================================================
   12. MODAL – KOPF
   ========================================================== */

.axb-modal-anmeldung__kopf {

    position: sticky;

    z-index: 10;

    top: 0;

    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    box-sizing: border-box;

    padding: 22px 25px;

    font-family: inherit;

    background: #f4f8f9;

    border-bottom: 1px solid #ccdadd;
}


.axb-modal-anmeldung__kopftext {

    flex: 1 1 auto;

    min-width: 0;
}


.axb-modal-anmeldung__kicker {

    margin: 0 0 5px 0;

    font-family: inherit;

    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.02em;

    color: #006079;
}


.axb-modal-anmeldung__titel {

    margin: 0 0 9px 0 !important;

    padding: 0 !important;

    font-family: inherit !important;

    font-size: 1.7rem !important;
    font-weight: 700;
    line-height: 1.35;

    color: #222222;
}


.axb-modal-anmeldung__termin {

    font-family: inherit;

    font-size: 1.4rem;
    line-height: 1.5;

    color: #333333;
}


/* ==========================================================
   13. MODAL – SCHLIESSBUTTON OBEN
   ========================================================== */

.axb-modal-anmeldung__schliessen {

    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    margin: 0;

    padding: 0;

    font-family: inherit;

    font-size: 2rem;
    font-weight: 400;
    line-height: 44px;

    text-align: center;

    color: #006079;

    background: #ffffff;

    border: 2px solid #006079;

    border-radius: 50%;

    cursor: pointer;
}


.axb-modal-anmeldung__schliessen:hover,
.axb-modal-anmeldung__schliessen:focus {

    color: #ffffff;

    background: #006079;

    border-color: #006079;

    outline: none;
}


/* ==========================================================
   14. MODAL – INHALT
   ========================================================== */

.axb-modal-anmeldung__inhalt {

    box-sizing: border-box;

    padding: 25px;

    font-family: inherit;
}


.axb-modal-anmeldung__formular {

    margin: 0;

    padding: 0;

    font-family: inherit;
}


/* ==========================================================
   15. WARTELISTEN-HINWEIS IM MODAL
   ========================================================== */

.axb-modal-anmeldung__statushinweis {

    margin: 0 0 24px 0;

    padding: 18px 20px;

    font-family: inherit;

    font-size: 1.4rem;
    line-height: 1.55;

    color: #222222;

    background: #f4f8f9;

    border-left: 5px solid #006079;
}


.axb-modal-anmeldung__statushinweis strong {

    display: block;

    margin: 0 0 6px 0;

    font-family: inherit;

    font-size: 1.4rem;

    color: #006079;
}


.axb-modal-anmeldung__statushinweis p {

    margin: 0 !important;

    font-size: inherit;

    line-height: inherit;
}


/* ==========================================================
   16. AGB / TO-DOS
   ========================================================== */

.axb-modal-anmeldung__bedingungen {

    margin: 30px 0 0 0;

    padding: 22px;

    font-family: inherit;

    background: #f4f8f9;

    border: 1px solid #ccdadd;
    border-left: 5px solid #006079;
}


.axb-modal-anmeldung__bedingungen h3 {

    margin: 0 0 15px 0 !important;

    padding: 0 !important;

    font-family: inherit !important;

    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.4;

    color: #006079;
}


.axb-modal-anmeldung__bedingungen-text {

    font-family: inherit;

    font-size: 1.4rem;
    line-height: 1.65;

    color: #222222;
}


.axb-modal-anmeldung__bedingungen-text p {

    font-size: inherit;

    line-height: inherit;
}


/* ==========================================================
   17. MODAL – FUSS
   ========================================================== */

.axb-modal-anmeldung__fuss {

    padding: 0 25px 25px 25px;

    text-align: right;
}


.axb-modal-anmeldung__schliessen-unten {

    margin: 0;

    padding: 13px 18px;

    font-family: inherit;

    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;

    color: #006079;

    background: #ffffff;

    border: 2px solid #006079;

    border-radius: 4px;

    cursor: pointer;
}


.axb-modal-anmeldung__schliessen-unten:hover,
.axb-modal-anmeldung__schliessen-unten:focus {

    color: #ffffff;

    background: #006079;

    border-color: #006079;

    outline: 3px solid #006079;
    outline-offset: 3px;
}


/* ==========================================================
   18. MOBILE
   ========================================================== */

@media screen and (max-width: 768px) {


    .axb-anmeldebox {

        position: static;

        margin-top: 20px;
        margin-bottom: 25px;

        padding: 20px;
    }


    .axb-anmeldebox__kicker {

        font-size: 1.2rem;
    }


    .axb-anmeldebox__titel {

        font-size: 1.5rem;
    }


    .axb-anmeldebox__termin-label {

        font-size: 1.2rem;
    }


    .axb-anmeldebox__termin-wert {

        font-size: 1.4rem;
    }


    .axb-anmeldebox__button {

        padding-top: 16px;
        padding-bottom: 16px;

        font-size: 1.4rem;
    }


    .axb-anmeldebox__status strong {

        font-size: 1.4rem;
    }


    .axb-anmeldebox__status span,
    .axb-anmeldebox__warteliste-hinweis {

        font-size: 1.2rem;
    }


    .axb-modal-anmeldung {

        padding: 0;
    }


    .axb-modal-anmeldung__fenster {

        width: 100%;

        max-width: none;

        height: 100vh;

        max-height: 100vh;
    }


    .axb-modal-anmeldung__kopf {

        gap: 12px;

        padding: 18px 15px;
    }


    .axb-modal-anmeldung__kicker {

        font-size: 1.2rem;
    }


    .axb-modal-anmeldung__titel {

        font-size: 1.6rem !important;
    }


    .axb-modal-anmeldung__termin {

        font-size: 1.4rem;
    }


    .axb-modal-anmeldung__schliessen {

        width: 46px;
        height: 46px;

        font-size: 1.9rem;
        line-height: 42px;
    }


    .axb-modal-anmeldung__inhalt {

        padding: 18px 15px;
    }


    .axb-modal-anmeldung__statushinweis {

        padding: 16px;

        font-size: 1.4rem;
    }


    .axb-modal-anmeldung__bedingungen {

        padding: 18px;
    }


    .axb-modal-anmeldung__bedingungen h3 {

        font-size: 1.5rem !important;
    }


    .axb-modal-anmeldung__bedingungen-text {

        font-size: 1.4rem;
    }


    .axb-modal-anmeldung__fuss {

        padding: 0 15px 20px 15px;

        text-align: center;
    }


    .axb-modal-anmeldung__schliessen-unten {

        width: 100%;

        padding-top: 14px;
        padding-bottom: 14px;

        font-size: 1.2rem;
    }

}

