body {
    font-family: Arial,sans-serif;
    background-color: ghostwhite;
    margin: 0;
}

.navbar {
    border-width: 1px 1px 1px 1px;
}

.navbar-fixed-top {
    overflow: hidden;
    border-width: 1px 1px 4px 1px;
}

.navbar-fixed-bottom {
    overflow: hidden;
    border-width: 4px 1px 1px 1px;
}

.page-header {
    margin-bottom: 60px;
    margin-top: 60px;
}

.thspecial {
    background-color: #004b8d;
    color: #ffffff;
    font-weight: 700;
}

.thspeciallight {
    background-color: #0076e0;
    color: #ffffff;
    font-weight: 700;
}

.thspecialhell {
    background-color: #3f6a8f;
    color: #ffffff;
    font-weight: 700;
}

.cookie-consent {
    position: fixed;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    max-height: 1000px;
    padding: 22px 0;
    border-top: solid 1px white;
    font-size: 15px;
    transition: all 0.8s;
    background: #0063b8;
    color: white;
}

.cookie-consent a {
    font-family: aileronbold;
    color: white;
}

.cookie-consent.accepted {
    max-height: 0;
    padding: 0;
    opacity: 0;
}

.cookie-consent-table {
    display: table;
    width: 100%;
}

.cookie-consent-row {
    display: table-row;
}

.cookie-consent-cell p {
    background: #0063b8;
    color: #fff;
}

.cookie-consent-cell:first-child {
    float: left;
}

.cookie-consent-cell:last-child {
    float: right;
}

.btn-dismiss-cookies {
    padding: 16px 24px;
    border: 0;
    border-radius: 4px;
    line-height: 1;
    font-family: aileronbold;
    transition: all 0.4s;
    background: #004b8d;
    color: white;
    border: 1px solid white;
    margin-left: 10px;
}

.btn-dismiss-cookies:hover, .btn-dismiss-cookies:focus, .btn-dismiss-cookies:active {
    background: #002b5c;
    color: white;
}

.btn-cookies {
    padding: 16px 24px;
    border: 0;
    border-radius: 4px;
    line-height: 1;
    font-family: aileronbold;
    transition: all 0.4s;
    background: white;
    color: #004b8d;
    border: 1px solid white;
    margin-left: 10px;
}

.btn-cookies:hover, .btn-cookies:focus, .btn-cookies:active {
    background: #002b5c;
    color: white;
}

#cookie-bar {
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .25);
    display: none;
    display: -ms-grid;
    -ms-grid-columns: 44fr 2fr 700px 20px 140px 6fr 36fr !important;
    -ms-grid-rows: 20px auto 20px;
    -ms-grid-columns: 36fr 2fr 35fr 1fr 7fr 6fr 36fr;
    grid-template-columns: 36fr 2fr 35fr 1fr 7fr 6fr 36fr;
    grid-template-rows: 20px auto 20px;
    color: #000;
    bottom: 0;
    position: fixed;
    margin: 0 auto !important;
    z-index: 1500;
    padding: 0;
    overflow: auto;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

label {
    max-width: 80%;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: smaller;
    line-height: normal;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.mb-3 {
    padding: 5px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

.form-select {
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-input {
    display: flex;
    padding: .375rem 2.25rem .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.weekend {
    content: 'WE';
    background-color: #0e90d2;
}

.socialmedialinks-image {
    height: 20px;
}

.person-legend-piepser-icons {
    min-width: 60px;
    margin: 0;
    padding: 0;
}

.person-legend-piepser-text {
    font-size: xx-small;
    margin: 0;
    padding: 0;
}

table.maurer th {
    padding: 5px;
    font-size: large;
    width: 10%;
    text-align: center;
}
table.maurer td {
    padding: 5px;
    text-align: center;
}

div.addon{
    display: flex;
    text-align: center;
}

div.addon .addonitem{
    margin-right: 10px;
    font-size: small;
    width: 85px;
    text-align: center;
    vertical-align: center;
}

.td_readonly{
    /*padding: 0px 8px 0px 8px !important;*/
    background-color: white;
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding:  3px 8px 3px 8px !important;;
    line-height: 1.42857143;
    vertical-align: center;
}

.webcal{
    color: #0e90d2;
}
