.table td {
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 844px) {
    .table td {
        padding: 0.1rem;
    }
    .table td.list_section, .table th.list_header {
        font-size: 10pt;
    }
}

.log_in_out {
    color: #b6b7b8 !important;
}
.navbar-text a.log_in_out:hover {
    color:#0d2d53 !important;
}

a.button {
    min-height: 36px;
}

button.search_btn {
    background-position: left;
    width: 100px;
}

li.nav-item a.nav-link {
    font-family: Segoe UI Semilight, Segoe UI, Arial, Helvetica, Sans Serif, serif;
    font-size: 14pt;
}

/*
* {
    outline: 1px solid red;
}
*/

thead.header {
        position: sticky;
        top: 0;
        background-color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .fix_table_height {
        height: 200px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .fix_table_height {
        height: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .fix_table_height {
        height: 300px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .fix_table_height {
        height: 400px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .fix_table_height {
        height: 600px;
    }
}

#reservierung {
    padding-top: 0;
}

#kontaktForm {
    padding-bottom: 100px;
}

.select2-container {
    border: 1px solid;
}

input.txt.form-control{
    max-width: 300px;
}

select.form-control{
    max-width: 300px;
}
