body, body div.db-konferenzraum-rahmen {
    background-color: white;
    color: black;
   /* margin-top: 60px;*/
    margin-bottom: 50px;
}

body.db-adm ,body.db-adm div.db-konferenzraum-rahmen {
    background-color: white;
}

body.db-mod ,body.db-mod div.db-konferenzraum-rahmen {
    background-color: white;
}



#searchclear {
    bottom: 0;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
}

.header-height {
    height: 30px;
}

@media (max-width: 800px) {
    .small-invisible {
        display: none;
    }
    a.navbar-brand ~ .db-systemname {
        display: none;
    }
}

.modal-dialog {
    max-width: 800px;
    margin-top: 20vh;
}

.alert-custom {
    /*background-color: #fff3cd;*/

    background-color: #d4edda;
}

.totmann {
    display: none;
}

.clickfaenger {
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #00b0ff;
}

.totmann-backdrop {
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.5);
}

.totmann-body {
    position: fixed;
    top: 20%;
    bottom:20%;
    left: 20%;
    right: 20%;
    overflow: auto;
    padding: 2em 3em;
    z-index: 50000;
}

.totmann-close {
    position: fixed;
    background-color: orange;
    width: 25vw;
    height: 21vh;
    z-index: 50000;
}

@media (max-width: 500px) {
    h4 {
        font-size: medium;
    }
    .totmann-close {
        width: 50vw;
    }

}

#vcframe {
    height: calc(100vh - 120px);
    width: 100%;
}

@media (max-width: 300px) {

}

@media (max-width: 500px) {
    #headerTeilnehmer {
        height: 45px;
        font-size: 0.9rem;
        /*margin-top: 3rem;*/
    }
    .navbar-brand{
        font-size: 0.9rem;
    }
    #vcframe {
        height: calc(100vh - 125px);
    }
    /*#vcframe {
        height: calc(100vh - 60px - 2rem);
    }*/

    a.navbar-brand ~ .db-systemname {
        display: none;
    }
}

@media (max-height: 400px) {

    #headerTeilnehmer {
        height: 45px;
        font-size: 0.9rem;
        /*margin-top: 3rem;*/
    }
    .navbar-brand{
        font-size: 0.9rem;
    }
    #vcframe {
        height: calc(100vh - 135px - 2rem);
    }
}

li.paginate_button.active > a {
    font-weight: bold;
}
/*
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Durchsuchen";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
    content: "Durchsuchen";
}*/

/* checkboxen */
.div-checkbox { display:table-row;}
.div-checkbox span { display:table-cell; vertical-align:top; } /* You can omit the entire span if you don't want the radiobutton vertically centered */
.div-checkbox label { display:table-cell; padding-left: 20px; }


@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        /*max-width: 1450px;*/
        max-width: 100%;
    }
}

.card-header.center{
    text-align: center;
}

.participateEvent{
    background-color: #ddffdd;
}

.notYetConfirmedEvent{
    background-color: #ffd7b2;
}

.float-right{
    float: right;
}

.text-center {
    text-align: center !important;
}

.db-schwierigkeitsgrad-ueberschrift {
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.dbi-tbf-div {
    background-color: #cccccc;
}

.dbi-tbf-div > text {
    float: right;
    background-color: #cccccc;
}

