html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: beige;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/*nur Print wird ausgeblendet*/
.print{
    display: none !important;
}

/*Rollen Aktionen anpassen*/
.roleBlock {
    display: inline-block;
}

/*Navigation*/
.bg-nav {
    background-color: lightgrey;
}
/*Schriftgröße für Anzeige*/
.fs-wohnung {
    font-size: 0.7rem;
}

.fs-navList {
    font-size: 0.8rem;
}
/*auf kleinen Displays*/
@media (max-width: 35em) {
    
    thead {
        display: none;
    }

    tr {
        border-top: 1px solid black;
    }

    table, tbody, tr {
        display: block;
    }

        tbody th {
            display: block;
            font-weight: bold;
        }

    td {
        display: block;
        min-width: 30%;
        padding: 2em 2em;
        text-align: left;
        border-bottom: none;
    }

        .displaySMnone {
            display: none !important;
        }

        td.datum::before {
            content: "Datum: ";
            font-weight: bold;
        }

        td.stand2::before {
            content: "Stand 2: ";
            font-weight: bold;
        }

        td.zaehler::before {
            content: "Z\00e4 hler: ";
            font-weight: bold;
        }

        td.wohnung::before {
            content: "Wohnung: ";
            font-weight: bold;
        }

        td.ableser::before {
            content: "Ableser: ";
            font-weight: bold;
        }

        td.nummer::before {
            content: "Nummer: ";
            font-weight: bold;
        }

        td.name::before {
            content: "Name: ";
            font-weight: bold;
        }

        td.stand::before {
            content: "Stand: ";
            font-weight: bold;
        }

        td.bezeichnung::before {
            content: "Bezeichnung: ";
            font-weight: bold;
        }

        td.strasse::before {
            content: "Strasse: ";
            font-weight: bold;
        }

        td.bewohnt::before {
            content: "bewohnt: ";
            font-weight: bold;
        }

        td.ort::before {
            content: "Ort: ";
            font-weight: bold;
        }

        td.beschreibung::before {
            content: "Beschreibung: ";
            font-weight: bold;
        }

        td.pruefung::before {
            content: "Pr\00FC fung: ";
            font-weight: bold;
        }

        td.inordnung::before {
            content: "Inordnung: ";
            font-weight: bold;
        }

        td.pruefdatum::before {
            content: "Pr\00FC fdatum: ";
            font-weight: bold;
        }

        td.pruefer::before {
            content: "Pr\00FC fer: ";
            font-weight: bold;
        }

        td.gebaeude::before {
            content: "Geb\00E4 ude: ";
            font-weight: bold;
        }

        td.standort::before {
            content: "Standort: ";
            font-weight: bold;
        }
        td.benutzer::before {
            content: "Benutzer: ";
            font-weight: bold;
        }
        td.rollen::before {
            content: "Rollen: ";
            font-weight: bold;
        }
        td.rolle::before {
            content: "Rolle: ";
            font-weight: bold;
        }
        td.zuweisen::before {
            content: "zuweisen: ";
            font-weight: bold;
        }
        td.aktionen::before {
            content: "Aktionen: ";
            font-weight: bold;
        }
        td.inventar::before {
            content: "Inventar: ";
            font-weight: bold;
        }
        td.zugewiesenAm::before {
            content: "zugewiesen am: ";
            font-weight: bold;
        }
        td.zugewiesenVon::before {
            content: "zugewiesen von: ";
            font-weight: bold;
        }
        td.menge::before {
            content: "Menge: ";
            font-weight: bold;
        }
        td.zustand::before {
            content: "Zustand: ";
            font-weight: bold;
        }
    td.stockwerk::before {
        content: "Stockwerk/Zimmer: ";
        font-weight: bold;
    }
    td.zurueckVon::before {
        content: "zur\00FC ckgenommen von: ";
        font-weight: bold;
        }
    td.zurueckAm::before {
        content: "zur\00FC ckgenommen am: ";
        font-weight: bold;
    }

        dd {
            background-color: ghostwhite;
        }

        .btn-fill {
            flex: 1 1 auto !important;
        }
        /*Schriftgröße für Anzeige*/
        .fs-wohnung {
            font-size: 1rem;
        }

        .fs-navList {
            font-size: 1rem;
        }
    }

@media (min-width: 36em) {
    .zurueck {
        display: none;
    }
}
