/*
   Gesamte Joomla-Seite während der Prüfung ausblenden
*/
html.geofence-gesperrt body > *:not(#geofence-meldung) {
    display: none !important;
}

#geofence-meldung {
    display: flex;
    box-sizing: border-box;
    min-height: 80vh;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #ffffff;
    color: #222222;
    font-family: Arial, sans-serif;
}

.geofence-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 620px;
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
}

.geofence-box h2 {
    margin: 0 0 20px;
    font-size: 28px;
}

.geofence-box p {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.5;
}

.geofence-zusatz {
    margin-top: 22px !important;
    color: #666666;
    font-size: 14px !important;
}

#geofence-neu {
    margin-top: 20px;
    padding: 12px 22px;
    border: 0;
    border-radius: 6px;
    background: #366b35;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
}

#geofence-neu:hover {
    background: #285228;
}

#geofence-info {
    font-size: 8px;
    line-height: 1.2;
}

#geofence-info div {
    margin: 0 0 2px 0;
}

#geofence-info span {
    display: inline-block;
    min-width: 90px;
    font-weight: 600;
}

#geofence-info .geofence-info-titel {
    margin-bottom: 3px;
    font-weight: 700;
}

.ckcode:has(> #geofence-info:empty) {
    display: none;
}