body.startseite  {
    background-color: #e8e8e8;
    margin: 0;
}
body.startseite > div {
    position: relative;
    max-width: 800px;
    margin-left: -400px;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #fff;
    background-image: url('./HG_CU.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
.startseite {
    position: relative;
}
.startseite .logo {
    display: block;
    position: absolute;
    /* background-color: #b3b3b3; */
    left: 30px;
    top: 20px;
    width: auto;
    height: auto;
    z-index: 10;
    text-align: center;
    padding: 15px;
}
.startseite .logo img {
    width: 200px;
}
.startseite .kopfbereich {
    position: relative;
    text-align: right;
    padding-top: 20px;
    height: 130px;
}
.startseite .kopfbereich .kopfbuttons {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 120px;
}
.startseite .kopfbereich a {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
}
.startseite .kopfbereich button {
    width: 100%;
    font-size: 1.2rem;
}
.startseite .fussbereich {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #999;
    padding: 20px;
    background-color: #444;
    opacity: 0.95;
    /* margin-bottom: 15px; */
}
.startseite .fussbereich .spruchtext {
    text-align: center;
}
.startseite .fussbereich .spruchautor {
    font-size: 0.8em;
    text-align: center;
}
.startseite .fussbereich .signatur {
    text-align: center;
    margin-top: 5px;

    color: #e63232;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
}
.startseite .fussbereich .signatur a {
    /* color: #883333; */
    color: #e63232;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
}
.startseite .anmeldenbereich {
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    top: 35%;  /* 120px */
    border: solid 3px #1e82ff;
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 5px;
    text-align: center;
}
.anmeldenbereich dl {
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
}
.anmeldenbereich dt {
    width: 38%;
    display: inline-block;
    padding: 10px 0 10px 2px;
    text-align: left;
}
.anmeldenbereich dd {
    width: 54%;
    margin: 0;
    display: inline-block;
    padding: 10px 0 10px 2px;
    text-align: right;
}
.anmeldenbereich dd input {
    width: 96%;
    font-size: 1.0rem;
}
.anmeldenbereich dd button {
    width: auto;
}
.anmeldenbereich .fehler {
    padding: 0 10px;
    text-align: left;
    color: #c00;
    display: none;
}
.startseite .btn {
    display: inline-block;
    color: #FFF;
    background-color: #1e82ff;    /* #00f */
    padding: 10px;
    margin: 4px 15px;
    /* font-family: Arial; */
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none; /* */
    -moz-user-select: none; /* */
    -ms-user-select: none; /* */
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
/*     padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.0;
    text-decoration: none;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.startseite .btn:focus {
    border: 1px solid #e63232;
}
.startseite .kopfbereich .btn {
    margin-left: 0;
}
.startseite .seitenauswahl  {
    /* border: thin solid red; */
    position: relative;
    margin: 0 15px;
    height: calc(100% - 230px);
    overflow: auto;
}
.startseite .seitenauswahl .btn {
    font-size: 1.5rem;
    padding: 10px 30px;
}
.startseite .auswahl-abschnitt {
    position: relative;
    width: 100%;
}
.startseite .auswahl-abschnitt img {
    position: relative;
    width: 120px;
    vertical-align: middle;
}
.startseite .auswahl-abschnitt div {
    position: relative;
    display: inline-block;
    width: calc(100% - 124px);
    vertical-align: middle;
}
.anmeldenbereich .btn {
    margin: 0;
}

/* --------------------------------------------------------------------------------------------- */

/* .datenbankeinrichtung  *//* .bearbeiten-speichern {
    opacity: 0.4;
    background-color: #1e82ff;
    cursor: auto;
}
.bearbeiten-speichern.aktiv {
    opacity: 1;
    background-color: #1e82ff;
    cursor: pointer;
} */
/* --------------------------------------------------------------------------------------------- */
.datenbankeinrichtung .einr {
    position: fixed;
    /* width: 100%; */
    left: 0px;
    right: 0;
    bottom: 0;
    top: 95px;
    overflow: scroll;
}
.datenbankeinrichtung .einr .einr-links {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.datenbankeinrichtung .einr .einr-rechts {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.datenbankeinrichtung h2 {
    font-size: 1.6rem;
    margin: 4px 0;
    padding: 0 6px;
}
.datenbankeinrichtung .tabellenbereich {
    width: 100%;
    height: 400px;
    overflow: auto;
}
.datenbankeinrichtung .csvimport span {
    display: block;
}
.datenbankeinrichtung .tabellenexport span {
    display: block;
}
.datenbankeinrichtung .sqlabfrage {
    display: inline-block;
    width: calc(100% - 125px);
}
.datenbankeinrichtung .sqlstrg {
    display: inline-block;
    width: 120px;
}
.datenbankeinrichtung .btn-sqlausfuehren {
    font-size:14px;
    font-weight:bold;
}
.datenbankeinrichtung .sqlabfrageedit {
    width: 100%;
    height: 66px;
}
.datenbankeinrichtung .sqlabfragevon {
    font-size: 0.8rem;
}
.datenbankeinrichtung .inhalt.bereinigung > div {
    margin-bottom: 6px;
}
.datenbankeinrichtung .inhalt.bereinigung .ber-bez {
    display: inline-block;
    width: 220px;
    margin: 2px 20px 0 5px;
}
.datenbankeinrichtung .inhalt.bereinigung input.ber-bis {
    width: 80px;
}
/* --------------------------------------------------------------------------------------------- */

/* .zugriffseinrichtung .bearbeiten-speichern {
    opacity: 0.4;
    background-color: #1e82ff;
    cursor: auto;
} */
.zugriffseinrichtung .einr {
    position: fixed;
    /* width: 100%; */
    left: 0px;
    right: 0;
    bottom: 0;
    top: 95px;
    overflow: scroll;
}
.zugriffseinrichtung .einr .einr-links {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.zugriffseinrichtung .einr .einr-rechts {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.zugriffseinrichtung h2 {
    font-size: 1.6rem;
    margin: 4px 0;
    padding: 0 6px;
}
.bgverwaltung .einr {
    position: fixed;
    /* width: 100%; */
    left: 0px;
    right: 0;
    bottom: 0;
    top: 95px;
    overflow: scroll;
}
.bgverwaltung .einr .einr-links {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.bgverwaltung .einr .einr-rechts {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 15px;
    /* border: green solid thin; */
}
.bgverwaltung h2 {
    font-size: 1.6rem;
    margin: 4px 0;
    padding: 0 6px;
}
.nutzergruppe {
    font-weight: bold;
    border-bottom: 2px solid #000;
    text-align: right;
}
.ebene-1 .block {
    display: none;
}
/* .bgverwaltung .ebene-1 .block {
    display: block;
} */
.header.ebene-1 {
    display: block;
    width: 100%;
    min-height: 30px;
    background-color: #1e82ff;
    color: #fff;
    padding: 3px 6px;
    margin: 10px 0 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
}
.header.ebene-1.gesperrt {
    background-color: #ccc;
}
.header.ebene-2 {
    display: block;
    width: 100%;
    min-height: 30px;
    background-color: #a6d1ff;

    color: #fff;
    margin: 5px 0 5px 0;
    padding: 3px 6px;
}
.header.ebene-3 {
    display: block;
    width: 100%;
    min-height: 30px;
    background-color: #eee;
    border-bottom: 2px solid #000;

    color: #666;
    margin: 5px 0 5px 0;
    padding: 3px 6px;
}
/* .neuer-eintrag .header {
    text-align: right;
    padding-right: 50px;
} */
.neuer-eintrag .header.ebene-1 {
    text-align: right;
    padding-right: 50px;
    background-color: #aaa;
}
.neuer-eintrag .header.ebene-2 {
    text-align: center;
    padding-right: 50px;
    background-color: #ddd;
    color: #666;
    font-weight: bold;
}
/* .neuer-eintrag .header.ebene-3 {
    background-color: #eee;
} */

.inhalt {
    padding: 3px 20px;
}
.inhalt div {
    white-space: normal;
}
.inhalt span {
    white-space: nowrap;
}
.inhalt label {
    display: inline-block;
    width: 100px;
    margin: 5px 0 5px 5px;
    vertical-align: top;
}
.inhalt input {
    vertical-align: top;
    margin-top: 2px;
}
.inhalt input[type=checkbox] {
    margin-top: 6px;
}
.inhalt input[type=text] {
    width: 160px;
}
.inhalt select {
    width: 200px;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 2px;
}
.inhalt button {
    min-width: 100px;
    margin: 5px 0 5px 10px;
}
.inhalt textarea {
    height: 60px;
    width: 300px;
    vertical-align: top;
}
.inhalt .protokoll {
    width: 160px;
    margin: 5px 0 5px 0;
    display: inline-block;
    font-style: italic;
    vertical-align: top;
}
.inhalt input.breit {
    width: calc(100% - 100px);
}
.inhalt .liste-anmeldungen {
    display: inline-block;
    height: 60px;
    width: 150px;
    overflow: auto;
    border: solid #666 1px;
    margin: 2px 20px 0px 0;
}
.inhalt .datumanzeige {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.inhalt div.pw-aendern {
    display: none;
}
.inhalt .recht-bezeichnung {
    display: block;
}
table.ordner td {
    border: 0;
}
table.ordner td.auswahl {
    width: 25px;
}
table.ordner td.ordner {
    width: 60px;
}
.inhalt.ordnerbearbeitung {
    padding: 0;

}
table.ordnerbearbeitung {
    width: 100%;
}
table.ordnerbearbeitung td.ordner  {
    width: 60px;
}
table.ordnerbearbeitung td.bildordner  {
    width: 50px;
    text-align: center;
}
table.ordnerbearbeitung td.internordner  {
    width: 50px;
    text-align: center;
}
table.ordnerbearbeitung td.ordnerbeschreibung  {
    width: 200px;
}
table.ordnerbearbeitung td.ordnerbemerkung  {
    /* width: 160px; */
}
table.ordnerbearbeitung td input[type=text] {
    width: 100%;
}
/* table.ordnerbearbeitung tbody {
    border: solid 2px #0dd;
    margin: 0;
    padding: 0;

} */
table.ordnerbearbeitung tr.neuer-ordner {
    background-color: #ddd;
/*     border: solid 2px #ddd;
    margin: 0;
    padding: 0; */
}
table.ordnerbearbeitung tr.neuer-ordner td {
    border: solid 2px #ddd;
} /**/
table.ordnerbearbeitung tr.neuer-ordner td.auswahl {
    font-weight: bold;
    text-align: center;
}
ul.register {
    padding-left: 0;
}
ul.register li {
    display: inline-block;
}
ul.register li a {
    display: inline-block;
    background-color: #fff;
    color:  #1e82ff;
    border: solid 1px #1e82ff;
    border-radius: 4px;
    padding: 4px 16px;
    text-decoration: none;
}
ul.register li.aktiv a {
    background-color: #1e82ff;
    color: #fff;
    border: solid 1px #1e82ff;
}

.verwaltung .inhalt input,
.verwaltung .inhalt textarea {
    width: calc(100% - 110px); /* 260px; */
}
.verwaltung textarea.klein  {
    height: 30px;
}

.abteilungzuordnung .matrix-kopfecke {
    width: 200px;
    vertical-align: top;
}
.abteilungzuordnung .matrix-kopfecke img {
    width: 20px;
}
.abteilungzuordnung .matrix-spaltenkopf {
    /* height: 160px; */
}
.abteilungzuordnung .matrix-zeilenkopf {
    width: 200px;
}
.abteilungzuordnung .matrix-kopfecke {
    /* border: thi n solid gray; */
}
.abteilungzuordnung .matrix-kopfecke span {
    font-weight: bold; font-style: italic; position: relative;
}
.abteilungzuordnung .matrix-spaltenkopf .beschr {
    /* bottom: 0px; */
    /* cursor: pointer; */
}
.abteilungzuordnung .matrix-spaltenkopf .kopfzeile2 {
    position: absolute; bottom: 0; width: 100%; height: 16px;
}
.abteilungzuordnung .matrix-spaltenkopf .kopfzeile2 span {
    display: inline-block; position: relative; width: 92%; height: 100%; background-color: #cc0000; text-align: center;
}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
 -->
/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    body > div {
        margin-left: 0px;
        left: 0;
        /* border-left: solid 1px #999;
        border-right: solid 1px #999;
        height: 100vh; */
    }
    body.startseite > div {
        max-width: 100%;
        left: 0;
        margin: 0;
    }
    .startseite .logo {
        left: 10px;
        top: 6px;
    }
    .startseite .anmeldenbereich {
        top: 25%;  /* 120px */
    }
    .zugriffseinrichtung .einr .einr-links {
        display: block;
        width: 100%;
    /*     vertical-align: top;
        padding: 0 15px; */
    }
    .zugriffseinrichtung .einr .einr-rechts {
        display: block;
        width: 100%;
    /*     vertical-align: top;
        padding: 0 15px; */
    }
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .startseite .kopfbereich {
        /* padding-top: 120px; */
        /* height: auto; */
    }
    .startseite .logo {
        left: 20px;
        top: 20px;
        padding-left: 0;
    }
    .startseite .anmeldenbereich {
        left: 50%;
        margin-left: -150px;
        top: 30%;  /* 120px */
    }

}

