body {
    hyphens: auto;
}
.yt-video {
  max-width: 100%;
  height: 315px;
}
.article-details .article-header h1, .article-details .article-header h2 { 
    font-size: 24px; 
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kform-section-general::before {
    content: "Wie können wir Kontakt aufnehmen?";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
.kform-section-topic::before {
    content: "Worum geht es?";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
.kform-section-stationaer::before {
    content: "Um welche Einrichtung(en) geht es?";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
.kform-section-nsb::before {
    content: "Um welchen Bereich geht es?";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
.kform-section-nachricht::before {
    content: "Beschreibung des Anliegens:";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
.kform-section-datenschutz::before {
    content: "Datenschutzrechtlicher Hinweis:";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 8px
}
/* Container der Radio-Optionen */
.visform .form-check {
    display: inline-flex;
    width: calc(33.333% - 1rem);
    margin: 0 1rem 1rem 0;
    padding: 0;
}

/* Radio ausblenden */
.form-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Kachel */
.form-check-label {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 100px;
    width: 100%;
    padding: 20px;

    border: 2px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;

    cursor: pointer;
    transition: all .2s ease;
    font-weight: 600;
    text-align: center;
}

.form-check-label:hover {
    border-color: #005a7a;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.form-check-input:checked + .form-check-label {
    background: #005a7a;
    color: #fff;
    border-color: #005a7a;
}
@media (max-width: 767px) {

    /* Radio-Gruppe über die ganze Breite */
    .visform .form-check {
        display: inline-flex;
        width: calc(50% - 0.5rem);
        margin-right: 0.5rem;
        margin-bottom: 1rem;
        vertical-align: top;
    }

    /* Kacheln gleichmäßig */
    .visform .form-check-label {
        width: 100%;
        min-height: 90px;
    }

}
/* Button im Kachel-Design */
.visform .pbBtnCon .col-10,
.visform .pbBtnCon .col-12,
.visform .pbBtnCon .col-auto {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.visform .pbBtnCon .btn-kachel {
    display: block;
    width: 100%;
}
.visform .pbBtnCon {
    margin-top: 40px;
}
.btn-kachel {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    
    border: 2px solid #005a7a;
    border-radius: 12px;
    background: #005a7a;
    color: #fff;

    cursor: pointer;
    transition: all .2s ease;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.btn-kachel:hover,
.btn-kachel:focus {
    background: #00455d;
    border-color: #00455d;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.btn-kachel:active {
    transform: scale(0.98);
}
/* Bereiche mit voller Breite */
.kform-section-topic div[class*="offset-"],
.kform-section-datenschutz div[class*="offset-"] {
    margin-left: 0 !important;
}

.kform-section-topic div[class*="col-9"],
.kform-section-datenschutz div[class*="col-9"] {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Datenschutz-Kachel über die gesamte Breite */
.kform-section-datenschutz .form-check:has(#form11kform-datenschutzlbl_0) {
    display: flex;
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
}

.kform-section-datenschutz #form11kform-datenschutzlbl_0 {
    width: 100%;
}
.form-group:has(#form11kform-mitteilungen-auswahllbl) {
    margin-top: 40px;
}

/* ==========================================================
   NEUES LAND – AUFNAHMEFRAGEBOGEN
   Visforms CSS-Klasse: afb

   Alles innerhalb von .afb betrifft ausschließlich
   den Aufnahmefragebogen.
   ========================================================== */


/* ==========================================================
   1. FARBEN & GRUNDLAGEN
   ========================================================== */

.afb {
    --afb-blue: #006b8f;
    --afb-blue-dark: #00566f;
    --afb-blue-light: #eef5f7;

    --afb-orange: #f2a900;

    --afb-text: #333333;
    --afb-muted: #6d7478;

    --afb-border: #d7dde0;
    --afb-border-light: #e7ebed;

    --afb-background: #ffffff;
    --afb-page-background: #f7f9fa;

    --afb-error: #c62828;

    color: var(--afb-text);
    font-size: 15px;
    line-height: 1.55;

    max-width: 1050px;
    margin: 0 auto;

    padding: 15px 20px 40px;

    box-sizing: border-box;
}


/* ==========================================================
   2. ALLGEMEINE TYPOGRAFIE
   ========================================================== */

.afb,
.afb *,
.afb *::before,
.afb *::after {
    box-sizing: border-box;
}


.afb p {
    margin-top: 0;
    margin-bottom: 15px;
}


.afb strong {
    font-weight: 600;
}


/* ==========================================================
   3. HAUPTÜBERSCHRIFTEN
   ========================================================== */

.afb h1,
.afb h2,
.afb h3,
.afb h4,
.afb h5,
.afb h6 {
    color: var(--afb-blue);

    line-height: 1.3;

    font-weight: 600;

    margin-top: 32px;
    margin-bottom: 20px;
}


.afb h1:first-child,
.afb h2:first-child,
.afb h3:first-child,
.afb h4:first-child {
    margin-top: 0;
}


.afb h2 {
    font-size: 24px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


.afb h3 {
    font-size: 20px;

    padding-bottom: 8px;

    border-bottom: 1px solid var(--afb-border);
}


.afb h4,
.afb h5 {
    font-size: 17px;
}


/* ==========================================================
   4. FIELDSET / LEGEND
   ========================================================== */

.afb fieldset {
    background: #ffffff;

    border: 1px solid var(--afb-border-light);

    border-radius: 5px;

    padding: 22px 25px;

    margin: 25px 0;
}


.afb legend {
    display: block;

    width: 100%;

    margin: 0 0 22px;

    padding: 0 0 9px;

    color: var(--afb-blue);

    font-size: 21px;
    font-weight: 600;

    line-height: 1.3;

    border: 0;

    border-bottom: 2px solid var(--afb-blue);
}


/* ==========================================================
   5. FORMULAR-FELDER – ABSTÄNDE
   ========================================================== */

.afb .form-group,
.afb .control-group,
.afb .visforms-form-group {
    margin-bottom: 24px;
}


.afb .form-group:last-child,
.afb .control-group:last-child,
.afb .visforms-form-group:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   6. LABELS
   ========================================================== */

.afb label {
    display: block;

    color: var(--afb-text);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.4;

    margin: 0 0 7px;

    padding-left: 2px;
    padding-right: 2px;
}


/* Pflichtfeldkennzeichnung */

.afb .required,
.afb .visforms-required,
.afb .asterisk {
    color: var(--afb-error);
}


/* ==========================================================
   7. EINGABEFELDER
   ========================================================== */

.afb input[type="text"],
.afb input[type="email"],
.afb input[type="tel"],
.afb input[type="date"],
.afb input[type="number"],
.afb input[type="url"],
.afb input[type="password"],
.afb select,
.afb textarea {
    display: block;

    width: 100%;
    max-width: 100%;

    min-height: 43px;

    padding: 9px 14px !important;

    margin: 0;

    color: var(--afb-text);

    background: #ffffff;

    border: 1px solid var(--afb-border);

    border-radius: 4px;

    box-shadow: none;

    font-size: 15px;

    line-height: 1.4;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}


/* Textarea */

.afb textarea {
    min-height: 130px;

    resize: vertical;
}


/* ==========================================================
   8. INPUT HOVER
   ========================================================== */

.afb input[type="text"]:hover,
.afb input[type="email"]:hover,
.afb input[type="tel"]:hover,
.afb input[type="date"]:hover,
.afb input[type="number"]:hover,
.afb input[type="url"]:hover,
.afb input[type="password"]:hover,
.afb select:hover,
.afb textarea:hover {
    border-color: #b8c3c8;
}


/* ==========================================================
   9. INPUT FOCUS
   ========================================================== */

.afb input[type="text"]:focus,
.afb input[type="email"]:focus,
.afb input[type="tel"]:focus,
.afb input[type="date"]:focus,
.afb input[type="number"]:focus,
.afb input[type="url"]:focus,
.afb input[type="password"]:focus,
.afb select:focus,
.afb textarea:focus {
    color: var(--afb-text);

    background: #ffffff;

    border-color: var(--afb-blue);

    box-shadow:
        0 0 0 3px rgba(0, 107, 143, 0.12);

    outline: none;
}


/* ==========================================================
   10. PLACEHOLDER
   ========================================================== */

.afb input::placeholder,
.afb textarea::placeholder {
    color: #9aa2a6;

    opacity: 1;
}


/* ==========================================================
   11. SELECT
   ========================================================== */

.afb select {
    cursor: pointer;

    background-color: #ffffff;
}


/* ==========================================================
   12. RADIO BUTTONS
   ========================================================== */

.afb input[type="radio"] {
    accent-color: var(--afb-blue);

    margin-right: 6px;
}


.afb input[type="radio"] + label {
    display: inline-block;

    margin: 0 20px 8px 0;

    padding-left: 0;
    padding-right: 0;

    font-weight: 400;

    cursor: pointer;
}


/* ==========================================================
   13. CHECKBOXEN
   ========================================================== */

.afb input[type="checkbox"] {
    accent-color: var(--afb-blue);

    margin-right: 7px;
}


.afb input[type="checkbox"] + label {
    display: inline-block;

    margin: 0 20px 8px 0;

    padding-left: 0;
    padding-right: 0;

    font-weight: 400;

    cursor: pointer;
}


/* ==========================================================
   14. HORIZONTALE TRENNLINIEN
   ========================================================== */

.afb hr {
    height: 1px;

    border: 0;

    background: var(--afb-border);

    margin: 35px 0;
}


/* ==========================================================
   15. HILFSTEXTE
   ========================================================== */

.afb small,
.afb .help-block,
.afb .form-text,
.afb .help-inline {
    display: block;

    margin-top: 5px;

    color: var(--afb-muted);

    font-size: 13px;

    line-height: 1.45;
}


/* ==========================================================
   16. BEDINGT EINGEBLENDE BEREICHE
   ========================================================== */

.afb .visforms-dependent,
.afb .visforms-condition {
    background: var(--afb-blue-light);

    border-left: 3px solid var(--afb-blue);

    border-radius: 0 4px 4px 0;

    padding: 18px 20px;

    margin-top: 10px;
    margin-bottom: 25px;
}


/* ==========================================================
   17. FEHLER
   ========================================================== */

.afb .has-error input,
.afb .has-error select,
.afb .has-error textarea,
.afb input.error,
.afb select.error,
.afb textarea.error {
    border-color: var(--afb-error);
}


.afb .has-error input:focus,
.afb .has-error select:focus,
.afb .has-error textarea:focus,
.afb input.error:focus,
.afb select.error:focus,
.afb textarea.error:focus {
    border-color: var(--afb-error);

    box-shadow:
        0 0 0 3px rgba(198, 40, 40, 0.10);
}


.afb .alert-danger,
.afb .alert-error,
.afb .error-message,
.afb .errorcontainer {
    color: var(--afb-error);

    font-size: 14px;

    margin-top: 6px;
}


/* ==========================================================
   18. BUTTONS
   ========================================================== */

.afb button,
.afb input[type="submit"],
.afb input[type="button"],
.afb .btn {
    display: inline-block;

    min-height: 43px;

    padding: 9px 22px;

    margin: 5px 5px 5px 0;

    color: #ffffff;

    background: var(--afb-blue);

    border: 1px solid var(--afb-blue);

    border-radius: 4px;

    font-size: 15px;
    font-weight: 500;

    line-height: 1.4;

    cursor: pointer;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.08s ease;
}


.afb button:hover,
.afb input[type="submit"]:hover,
.afb input[type="button"]:hover,
.afb .btn:hover {
    color: #ffffff;

    background: var(--afb-blue-dark);

    border-color: var(--afb-blue-dark);
}


.afb button:active,
.afb input[type="submit"]:active,
.afb input[type="button"]:active,
.afb .btn:active {
    transform: translateY(1px);
}


/* ==========================================================
   19. ZURÜCK-BUTTON
   ========================================================== */

.afb .btn-secondary,
.afb .btn-default,
.afb button.secondary {
    color: var(--afb-blue);

    background: #ffffff;

    border-color: var(--afb-blue);
}


.afb .btn-secondary:hover,
.afb .btn-default:hover,
.afb button.secondary:hover {
    color: #ffffff;

    background: var(--afb-blue);

    border-color: var(--afb-blue);
}


/* ==========================================================
   20. DATEIUPLOAD
   ========================================================== */

.afb input[type="file"] {
    display: block;

    width: 100%;

    padding: 9px;

    color: var(--afb-text);

    background: #fafbfc;

    border: 1px dashed #c5cdd1;

    border-radius: 4px;
}


/* ==========================================================
   21. DATENSCHUTZ / EINWILLIGUNG
   ========================================================== */

.afb .privacy,
.afb .datenschutz {
    background: var(--afb-page-background);

    border: 1px solid var(--afb-border);

    border-radius: 4px;

    padding: 16px 18px;

    margin-top: 30px;
}


/* ==========================================================
   22. FIELDSET-KARTEN
   ========================================================== */

.afb fieldset {
    background: #ffffff;

    border: 1px solid var(--afb-border-light);

    border-radius: 5px;

    padding: 22px 25px;

    margin: 25px 0;
}


.afb fieldset legend {
    margin: 0 0 22px;

    padding: 0 0 9px;

    border-bottom: 2px solid var(--afb-blue);
}


/* ==========================================================
   23. FORMULAR-HINTERGRUND
   ========================================================== */

.afb .visforms-form {
    background: transparent;
}


/* ==========================================================
   24. LINKS IM FORMULAR
   ========================================================== */

.afb a {
    color: var(--afb-blue);

    text-decoration: underline;
}


.afb a:hover {
    color: var(--afb-blue-dark);
}


/* ==========================================================
   25. ABSCHNITTSÜBERSCHRIFTEN
   ========================================================== */

/* 1. Persönliche und soziale Angaben */

.afb .fc-tbxfield27::before {
    content: "Pers\00F6nliche und soziale Angaben";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 0 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}

/* 1.1 Soziale und versicherungsbezogene Angaben */

.afb .fc-tbxfield56::before {
    content: "Soziale und versicherungsbezogene Angaben";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}

/* 1.2 Beratung und Therapieantrag */

.afb .fc-tbxfield73::before {
    content: "Beratung und Therapieantrag";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}



/* 2. Rechtliche und behördliche Situation */

.afb .fc-tbxfield61::before {
    content: "Rechtliche und beh\00F6rdliche Situation";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}

/* 2.1 Beratung und bisherige Therapieplanung */

.afb .fc-tbxfieldXX::before {
    content: "Beratung und bisherige Therapieplanung";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* 3. Biografische Angaben */

.afb .fc-tbxfield82::before {
    content: "Biografische Angaben";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* 4. Konsumverhalten */

.afb .fc-tbxfield85::before {
    content: "Konsumverhalten";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* Unterabschnitt: Medienkonsum */

.afb .fc-tbxfield90::before {
    content: "Medienkonsum";

    display: block;

    color: var(--afb-blue);

    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

    margin: 30px 0 18px;

    padding-bottom: 8px;

    border-bottom: 1px solid var(--afb-border);
}


/* 5. Gesundheit und bisherige Behandlung */

.afb .fc-tbxfield93::before {
    content: "Gesundheit und bisherige Behandlung";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* 6. Therapiemotivation und persönliche Ziele */

.afb .fc-tbxfield104::before {
    content: "Therapiemotivation und pers\00F6nliche Ziele";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* ==========================================================
   PERSÖNLICHES FOTO
   ========================================================== */

.afb .fc-tbxfield107::before {
    content: "Pers\00F6nliches Foto";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* ==========================================================
   WEITERE INFORMATIONEN
   ========================================================== */

.afb .fc-tbxfield152::before {
    content: "Weitere Informationen";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}


/* ==========================================================
   DATENSCHUTZ
   ========================================================== */

.afb .fc-tbxfield108::before {
    content: "Datenschutz und Einwilligung";

    display: block;

    color: var(--afb-blue);

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;

    margin: 38px 0 22px;

    padding-bottom: 10px;

    border-bottom: 2px solid var(--afb-blue);
}



/* ==========================================================
   26. MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .afb {
        padding: 10px 12px 30px;

        font-size: 15px;
    }


    .afb h2 {
        font-size: 21px;
    }


    .afb h3 {
        font-size: 18px;
    }


    .afb legend {
        font-size: 19px;
    }


    .afb fieldset {
        padding: 18px 15px;
    }


    .afb input[type="text"],
    .afb input[type="email"],
    .afb input[type="tel"],
    .afb input[type="date"],
    .afb input[type="number"],
    .afb input[type="url"],
    .afb input[type="password"],
    .afb select {
        min-height: 44px;
    }


    .afb textarea {
        min-height: 140px;
    }


    .afb button,
    .afb input[type="submit"],
    .afb input[type="button"],
    .afb .btn {
        width: 100%;

        margin: 5px 0;
    }


    .afb input[type="radio"] + label,
    .afb input[type="checkbox"] + label {
        display: block;

        margin-bottom: 10px;

        padding-left: 0;
        padding-right: 0;
    }


    /* Abschnittsüberschriften mobil */

    .afb .fc-tbxfield27::before {
        font-size: 21px;

        margin-bottom: 18px;

        padding-bottom: 8px;
    }


    .afb .fc-tbxfield61::before,
    .afb .fc-tbxfield82::before,
    .afb .fc-tbxfield85::before,
    .afb .fc-tbxfield93::before,
    .afb .fc-tbxfield104::before {
        font-size: 21px;

        margin-top: 30px;
        margin-bottom: 18px;

        padding-bottom: 8px;
    }


    .afb .fc-tbxfield90::before {
        font-size: 19px;

        margin-top: 25px;
        margin-bottom: 15px;

        padding-bottom: 7px;
    }
}


/* ==========================================================
   27. SEHR KLEINE BILDSCHIRME
   ========================================================== */

@media (max-width: 480px) {

    .afb {
        padding-left: 8px;
        padding-right: 8px;
    }


    .afb fieldset {
        padding: 15px 12px;
    }


    .afb label {
        font-size: 14px;
    }
}

/* ==========================================================
   VISFORMS – CHECKBOX ALS AUSWAHL-KACHEL
   ========================================================== */

/* Original-Checkbox optisch ausblenden */
.afb input[type="checkbox"].displayChanger {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    opacity: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* Das Visforms-Label wird zur Kachel */

.afb label.visCSSlabel.visCheckbox {
    display: flex !important;

    align-items: center;

    width: 100% !important;

    min-height: 72px;

    margin: 0 0 12px !important;

    padding: 18px 22px !important;

    color: var(--afb-text);

    background: #ffffff;

    border: 2px solid var(--afb-border);

    border-radius: 10px;

    font-size: 15px;

    font-weight: 500;

    line-height: 1.4;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.08s ease;
}


/* Hover */

.afb label.visCSSlabel.visCheckbox:hover {
    background: var(--afb-blue-light);

    border-color: var(--afb-blue);

    color: var(--afb-blue);
}


/* ==========================================================
   AUSGEWÄHLT
   ========================================================== */

/*
   Visforms-Input und Label sind nicht zwingend direkt
   benachbart. Deshalb nutzen wir :has().
*/

.afb label.visCSSlabel.visCheckbox:has(+ input:checked),
.afb input[type="checkbox"]:checked ~ label.visCSSlabel.visCheckbox {
    background: var(--afb-blue);

    border-color: var(--afb-blue);

    color: #ffffff;

    box-shadow:
        0 4px 12px rgba(0, 107, 143, 0.18);
}


/* ==========================================================
   FOCUS
   ========================================================== */

.afb input[type="checkbox"].displayChanger:focus-visible + label,
.afb label.visCSSlabel.visCheckbox:has(+ input:focus-visible) {
    outline: 3px solid rgba(0, 107, 143, 0.20);

    outline-offset: 2px;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .afb label.visCSSlabel.visCheckbox {
        min-height: 64px;

        padding: 15px 17px !important;

        border-radius: 9px;
    }
}



/* ==========================================================
   CHECKBOXEN OHNE displayChanger
   Als Kachel darstellen
   ========================================================== */


/* Ohne festen Wohnsitz */
.afb #field48 {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    opacity: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* Therapieauflage */
.afb #field67 {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    opacity: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* Offene Haftstrafen / §35 BtmG */
.afb #field68 {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    opacity: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}
