.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    height: 21px;
    padding-top: 0px;
    padding-bottom: 0px;
}




@media print {
    .headlink {
        display: none;
    }
    .headlink-admin {
        display: none;
    }
    .buttonlink {
        display: none;
    }
    .btn {
        display: none;
    }
    br {
        display: none;
    }
    .noprint {
        display: none;
    }
    table>tbody>tr.RowHighlight {
        font-weight: 600;
        font-style: italic;
        background-color: #888 !important;
    }
    .SonntagColor {
        color: black;
    }
}

@media screen {
    .noscreen {
        display: none;
    }
    .RowHighlight {
        font-weight: 600;
        background-color: lightpink;
    }
    .SonntagColor {
        color: white;
    }
}


label {
    color: #014a73;
}

.alert {
    border: 1px solid;
}

.alert-primary {
    border-color: #0056b3;
}

.alert-info {
    border-color: #0c5460;
}

.alert-success {
    border-color: #155724;
}

.alert-warning {
    border-color: #856404;
}

.alert-danger {
    border-color: #721c24;
}

.btn {
    box-shadow: 5px 5px 20px darkslategray;
    border: solid 1px darkslategray;
}

.btn-smll {
    padding: 2px !important;
    font-weight: 700;
    margin: 1px;
}

.btn-brdr {
    border: dashed 2px white;
}

.btn-greyed {
    color: lightgrey;
}

.btnlink {
    color: white;
    text-decoration: none;
}

.btnlink:hover {
    color: grey;
    text-decoration: none;
}

.btn-nclck:hover {
    cursor: default !important;
}

.btn-nclck {
    cursor: default !important;
}

a:hover {
    text-decoration: none;
}

.headlink {
    background-color: #0094da;
    margin: 0px 5px 15px 5px;
    color: white;
    padding: 3px 0px 3px 0px;
    border-radius: 5px;
}

.headlink:hover {
    background-color: #0056b3;
}

.headlink a:link {
    color: white;
    text-decoration: none;
}

.headlink a:visited {
    color: white;
    text-decoration: none;
}

.headlink a:hover {
    color: white;
    text-decoration: none;
}

.headlink:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

.headlink a:active {
    color: white;
    text-decoration: none;
}

.headlink-admin {
    background-color: #ffc107;
    font-weight: 600;
    color: black;
}

.headlink-admin:hover {
    background-color: #e0a800;
}

.headlink-admin a:link {
    color: black;
}

.headlink-admin a:visited {
    color: black;
}

.headlink-admin a:hover {
    color: black;
}

.headlink-admin a:active {
    color: black;
}

#headlink-thanks {
    background-color: #dc3545;
    color: white;
}

#headlink-getOrders {
    background-color: #28a745;
    color: white;
}

#headlink-chooseUser {
    background-color: #28a745;
    color: white;
}

.buttonlink {
    font-size: 1rem;
    font-weight: 400;
}

.stickyline {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10000;
}

.just {
    justify-content: space-between;
    border: solid white 2px;
}

tr:nth-child(even) {
    background-color: #ddd;
}

.tablettkarte {
    border: solid 2px black;
    padding-left: 10px;
}

.food {
    width: 500px;
    font-weight: bolder;
    border-right: solid 3px;
    font-size: 1.2em;
    margin: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
}

.dessert {
    width: 200px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    text-align: right;
}

.vorspeise {
    width: 200px;
    font-weight: bold;
    border-right: solid 3px;
    font-size: 1.2em;
    margin: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.dist {
    font-size: 1.2em;
    margin-bottom: 60px;
    text-align: center;
}

.Adresse {
    margin-left: 80px;
    line-height: 0.7rem;
}

.Adressetop {
    margin-top: 25px;
    font-weight: bolder;
}

.storno {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.8em;
}

.headline {
    position: sticky;
    top: 0px;
    z-index: 12000;
    background-color: gainsboro;
}

h1 {
    font-weight: 800;
    color: gray;
}

h2 {
    font-weight: 800;
    color: gray;
}

#headlink_start {
    background-color: #e19e00;
}

#headlink_bestellen {
    background-color: #ffc107;
    font-weight: 600;
}

#headlink_bestellen:hover {
    background-color: #e19e00;
}

input {
    margin-left: 5px;
    margin-bottom: 5px;
}

.allergene {
    display: none;
}

.visible {
    display: block !important;
}

.headline0 {
    top: 0px;
}

@media (min-width: 1200px) {
    div.sti cky {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 45px;
        background-color: white;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    div.stick y {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 69px;
        background-color: white;
        height: 50px;
    }
}

@media (min-width: 757px) {
    .headline {
        top: 0px;
    }
}

@media (max-width: 756px) {
    .headline {
        top: 60px;
    }
}

@media (max-width: 575px) {
    .headline {
        position: sticky !important;
        top: 60px !important;
    }
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(16, 1, 100, 0.1);
}