html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */


a.asc:after {
    content: "\25b4";
    vertical-align: text-top;
}

a.desc:after {
    content: "\25be";
    vertical-align: text-top;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.grid-view th a {
    text-decoration: none;
    color: black;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.tox .tox-toolbar__group {
    border-right-color: #ccc !important;
}

.nav-link, .nav-link:visited, .nav-link:active, .nav-link:focus {
    color: white;
    font-size: 1.2em;
    border: 1px solid transparent;
    border-radius: 5px;
}

.nav-link:hover {
    color: white;
    border: 1px solid #666;
}

.nav-link.active {
    border: 1px solid white;
}

.checkboxlist {
    display: flex;
    justify-content: space-between;
}

table#seminar-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 100px;
        max-width: 100px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 120px;
        min-width: 120px;
        text-align: center;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 120px;
        min-width: 120px;
        text-align: center;
    }
    th:nth-child(5), td:nth-child(5) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(7), td:nth-child(7) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(8), td:nth-child(8) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:last-child, td:last-child {
        width: 70px;
        max-width: 70px;
        text-align: center;
    }
} 


table#bescheinigungen-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 80px;
        max-width: 80px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 150px;
        min-width: 150px;
        text-align: center;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 200px;
        min-width: 200px;
        text-align: center;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 150px;
        max-width: 150px;
        text-align: center;
    }
    th:nth-child(5), td:nth-child(5) {
        width: auto;
        text-align: left;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 150px;
        max-width: 150px;
        text-align: center;
    }
    th:nth-child(7), td:nth-child(7) {
        width: 150px;
        max-width: 150px;
        text-align: center;
    }
    th:last-child, td:last-child {
        width: 120px !important;
        max-width: 120px;
        min-width: 120px;
        text-align: left;
    }
} 


table#wvuser-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 80px;
        max-width: 80px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 300px;
        min-width: 300px;
        text-align: left;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 200px;
        min-width: 200px;
        text-align: left;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 200px;
        max-width: 200px;
        text-align: left;
    }
    th:nth-child(5), td:nth-child(5) {
        width: auto;
        text-align: left;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 200px;
        max-width: 200px;
        text-align: center;
    }
    th:nth-child(7), td:nth-child(7) {
        width: 150px;
        max-width: 150px;
        text-align: center;
    }
    th:last-child, td:last-child {
        width: 120px !important;
        max-width: 120px;
        min-width: 120px;
        text-align: left;
    }
} 

table#mitgliederlogin-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 150px;
        max-width: 150px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 150px;
        min-width: 150px;
        text-align: center;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 200px;
        min-width: 200px;
        text-align: left;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 200px;
        max-width: 200px;
        text-align: left;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 200px;
        max-width: 200px;
        text-align: center;
    }
    th:last-child, td:last-child {
        width: 70px !important;
        max-width: 70px;
        min-width: 70px;
        text-align: left;
    }
}
table#antraege-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 350px;
        min-width: 350px;
        text-align: left;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 120px;
        min-width: 120px;
        text-align: center;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(5), td:nth-child(5) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 120px;
        max-width: 120px;
        text-align: center;
    }
    th:nth-child(9), td:nth-child(9) {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        text-align: center;
    }
    th:nth-child(10), td:nth-child(10) {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        text-align: center;
    }
    th:last-child, td:last-child {
        width: 120px !important;
        max-width: 120px;
        min-width: 120px;
        text-align: left;
    }
} 

table#jobboerse-grid tr {
    th:nth-child(1), td:nth-child(1) {
        width: 100px;
        max-width: 100px;
        text-align: center;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 100px;
        max-width: 100px;
        text-align: center;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 150px;
        min-width: 150px;
        text-align: center;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 250px;
        max-width: 250px;
        text-align: left;
    }
    th:last-child, td:last-child {
        width: 180px !important;
        max-width: 180px;
        min-width: 180px;
        text-align: left;
    }
} 




.datenzeile {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  border-bottom: 1px solid #eee;
  padding: 0.2rem 0;
}

.datenzeile > *:first-child {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

#login-form {
    width: 350px;
    background: #eee;
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 0.5rem;
}

.btn-login {
    width: 100%;
} 

.has-error .help-block, .has-error .control-label {
    color: var(--bs-danger);
}

.has-error .form-control {
    border-color: var(--bs-danger);
}   