/**************************************************** Allgemein ****************************************************/

p {
    /*todo*/
}

/*todo
<br/>
<legend>
<strong>

 */

h2 {
    color: red;
}

.klein { /*auch als id selektor?*/
    font-size: 90%;
}


/**************************************************** hinweisLogin.html *******************************************/
fieldset#corona {
    width: 75%;
    font-size: 120%;
}

/**************************************************** nav.html ****************************************************/
#navlinks {
    padding-top: 2px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 5px;
}

div#navlinks a {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 9px;
    margin-bottom: 1px;
    margin-right: 1px;
    background-color: #f1f1f1;
    border-left: 4px solid #014b76;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #000;
}

div#navlinks a:hover {
    background-color: #d6d6d6;
    border-bottom: 1px solid #014b76;
    border-left: 4px solid #014b76;
}

.ueberschrift {
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
    background-color: #014b76;
    margin-right: 6px;
    margin-top: 22px;
    padding-left: 12px;
}

.box {
    background-color: #f1f1f1;
    font-size: 0.9em;
    margin-right: 6px;
    padding-left: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 5px;
}

#footer {
    /*width: 12em;*/
    width: 23em;
    float: left;
    /*height: 100%;*/
    margin-bottom: 1em;
    margin-left: 0.5em;
    font-size: x-small;
    font-weight: lighter;
    /*text-align: center;*/
}

/*todo
class="noprint" kann weg

 */

/**************************************************** kopf.html ***************************************************/
/*#kopfLogin {*/
/*    height: 80px;*/
/*    background-image: url("../img/kbabild_kopf_752x81.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: right;*/
/*    margin-left: 5px;*/
/*}*/

/*todo??? doppelt?*/
.kopf {
    height: 80px;
    background-image: url("../img/kbabild_kopf_752x81.jpg");
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 5px;
}

#headline {
    font-size: 1.0em;
    color: #fff;
    background-color: #014b76;
    font-weight: bold;
    font-size: initial;
    padding-left: 14em;
    height: 20px;
}

/**************************************************** errors.html *************************************************/
/**************************************************** login.html **************************************************/
#authentification {
    top: 7em;
    margin-left: 14em;
    padding-top: 2px;
}

fieldset#login {
    width: 275px;
}

.loginGrid {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 12px;
}

.boxGrid {
    grid-column: auto / auto;
    grid-row: auto / auto;
}

.textRight {
    width: 90%; /*todo*/
}
.loginInput {
    width: 90%;
}

#allgemeinerFehler {
    background-color: #fcc;
    border: crimson 1px solid;
    border-left: crimson 11px solid;
    display: grid;
    grid-template-columns: 5% auto;
    padding: 10px 0 10px 15px;
    /*width: 80%;*/
    border-radius: 10px;
    /*margin-left: 8%;*/
    display: none;
}

#fehlerText {
    color: #595959;
    margin-top: 5px;
}

.hinweisInfo {
    background-color: #fff0b3;/*85%*/
    border: #ffcc00 1px solid;
    border-left:  #ffcc00 11px solid; /*50%*/
    display: grid;
    grid-template-columns: 5% auto;
    padding: 10px 0 10px 15px;
    /*width: 80%;*/
    border-radius: 10px;
    /*margin-left: 8%;*/
}

/*.hinweistext {*/
/*    color: #595959;*/
/*    margin-top: 5px;*/
/*}*/

.hinweisIcon {
    margin-top: 13px;
}

.allgemeineInfo {
    background-color: #b3d1ff;/*85%*/
    border: #0066ff 1px solid;
    border-left: #0066ff 11px solid;/*50%*/
    display: grid;
    /*display: none;*/
    grid-template-columns: 5% auto;
    padding: 10px 0 10px 15px;
    /*width: 80%;*/
    border-radius: 10px;
    /*margin-left: 8%;*/
}

.infoText {
    color: #595959;
    margin-top: 5px;
}

.infoCheckboxIcon {
    margin: 0;
}

.container-checkbox {
    margin-top: 20px;
}

#success {
    background-color: #c2f0c2;/*85%*/
    border: #4CAF50 1px solid;
    border-left: #4CAF50 11px solid;/*50%*/
    /*display: grid;*/
    display: none;
    grid-template-columns: 5% auto;
    padding: 10px 0 10px 15px;
    /*width: 80%;*/
    border-radius: 10px;
    /*margin-left: 8%;*/
}

#successText {
    color: #595959;
    margin-top: 5px;
}

#successIcon {
    margin-top: 13px;
}

.lighter {
    font-weight: lighter;
}