@media (min-width: 992px) {
    .querformat {
        display:none;
    }
}

ul.us_menu.dark {
    background-color: #4a494a;
}

.us_brand.full_screen img {
    max-height: 120px;
}

.container-fluid {
    padding: 0;
}

.main-ul-menu {
    border-bottom: 2px solid #4a494a;
}

.main-ul-menu li {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.main-ul-menu li.active {
    border-top: 3px solid #69BE28;
    border-bottom: 3px solid #69BE28;
    /* background-color: #ddd; */
}

#footer.footer {
    border-top: 2px solid #69BE28 !important;
}

.content-center {
    text-align: center;
}

nav#main-navbar {
    border-bottom: 3px solid rgb(63, 63, 63);
}

header h2 {
    font-weight: 800;
}

h1, h3.subheader {
    color: #69BE28 !important;
    font-weight: 600;
}

.oceantide a, .oceantide a:visited {
    color: #fff;
    text-decoration: none;
}

.oceantide a:hover {
    text-decoration: underline;
}

.text-green {
    color: #69BE28;
}

#page-footer {
    border-top: 4px solid #69BE28;
}

.spacer {
    display: block;
    width: 100%;
    height: 4em;
}

.range-select-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #69BE28;
    min-height: 250px;
    width: 100%;
}

.range-select-box p {
    color: #fff;
}

.details-select-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: rgb(63, 63, 63);
    color: #fff;
    width: 100%;
    margin-bottom: 4px;
    cursor: pointer;
}

.details-select-box.active {
    background-color: #69BE28;
}

.prognose-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #be28a9;
    color: #fff;
    min-height: 250px;
    width: 100%;
    margin-bottom: 2px;
}

.prognose-bestand-box {
    border: 1px solid rgb(80, 80, 80);
    padding: 0.5em 1em;
    background-color: #c1c1c1;
    color: #fff;
    width: 100%;
    margin-bottom: 3em;
}

.bestand-anzeiger {
    height: 28px;
}

.bestand-anzeiger span.k1, .bestand-anzeiger span.k2, .bestand-anzeiger span.k3 {
    display: inline-block;
    border: 1px solid rgb(80, 80, 80);
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #fff;
    margin-left: 5px;
}

.bestand-anzeiger span.label {
    display: block;
    height: 28px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.bestand-anzeiger.low span.k1 {
    background-color: red;
}

.bestand-anzeiger.mid span.k1, .bestand-anzeiger.mid span.k2 {
    background-color: orange;
}

.bestand-anzeiger.high span.k1, .bestand-anzeiger.high span.k2, .bestand-anzeiger.high span.k3 {
    background-color: green;
}

.chart-box-header {
    margin: 1em 1em 0 1em;
    font-size: 0.9em;
}

.top-header {
    font-size: 1.2em;
    font-weight: bold;
}

.top-header a {
    color: #69BE28 !important;
    font-weight: normal;
    cursor: pointer;
}

.box-header-1, .box-header-2 {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    background-color: #e6e6e6;
    padding: 0.2em 1em;
    margin: 0 0.5em;
    cursor: pointer;
}

.box-header-3 {
    display: block;
    float: right;
    padding: 0.2em 2.5em 0.2em 0;
    margin: -0.3em 0.5em;
}

.box-active {
    background-color:#69BE28;
    color: #fff;
}

.chart-box {
    margin: 0 1em 3em 1em;
    padding: 1em;
    border: 1px solid #c1c1c1;
}

.disturber-box {
    border: 1px solid rgb(80, 80, 80);
    margin: 1em;
    padding: 1.5em 2em;
    background-color: #69BE28;
    color: #fff;
    min-height: 400px;
    font-size: 21px;
    margin-top: 3.7em;
}

.slider-box-header {
    margin: 1em 1em 0 1em;
}

.slider-box {
    margin: 0 1em 3em 1em;
    padding: 1em;
    border: 1px solid #c1c1c1;
}

.detail-header {
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 0.7em 1.5em;
    font-weight: bold;
    font-size: 1.1em;
}

.chosen-select-label {
    font-size: 0.8rem;
    padding-left: 0.5rem;
    display: block;
    float:left;
    width:auto;
}

.filter-selects {
    width: auto;
    min-width: 100px;
    display: inline-block;
    margin: 0 0.5em;
}

@media (max-width: 600px) {
    .chosen-select-label {
        width:100%;
    }
    .filter-selects {
        width: 100%;
    }
}

.chosen-container {
    margin: 0 0.5em;
}


.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-item {
    border:none;
}

.accordion-item {
    background-color: inherit !important;
}

.accordion-button:focus {
    border-color:none;
    box-shadow:none;
}

.small-under {
    font-size: 0.6em;
    position: absolute;
    top: 20px;
    left: 13px;
}

.top3-table, .detail-table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 2em;
}

.top3-table td, .top3-table th, .detail-table td, .detail-table th {
    padding: 0.5em;
}

.top3-table td.colored, .detail-table td.colored {
    background-color: #eee;
}

.image-thumbs {
    text-align: left;
}

.image-thumbs img {
    max-width: 46%;
    margin: 5% 1%;
    max-height: 150px;
    cursor: pointer;
}

.oceantide a.slider-link {
    color: #333;
    text-decoration: none;
}