/* Banner & Allgemein */

.ws_oss_row {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F5F7FA;
}

.ws_oss_row:not(.container) { /* Fallback in case there is no bootstrap */
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.ws_oss_text_div {
    flex: 6;
}

.ws_oss_text_div > p {
    margin: 0;
}

.ws_oss_select_div {
    flex: 4;
    margin-left: 20px;
    margin-right: 20px;
}

.ws_oss_select_div > select {
    padding: 5px;
    width: 100%;
    color: #525252;
    border-radius: 5px;
}

.ws_oss_form-select .dropdown-toggle {
    padding: 5px;
    width: 100%;
    color: #525252;
    border-radius: 5px;
}

.ws_oss_selectflag {
    margin-right: 10px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.ws_oss_form-select .dropdown-menu {
    z-index: 10000;
}

.ws_oss_form-select .dropdown-menu .bs-searchbox .form-control {
    height: 30px !important;
    border-radius: 5px !important;
}

.ws_oss_form-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    display: flex !important;
}

.ws_oss_form-select .dropdown-toggle .filter-option {
    padding: 0 !important;
    display: flex !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}


.ws_oss_button_div {
    margin-left: 20px;
    margin-right: 20px;
}

.ws_oss_button_div > div > button {
    padding: 5px 15px 5px 15px;
    color: #525252;
    border-radius: 5px;
    border: 1px solid #525252;
}

.ws_oss_close:hover {
    cursor: pointer;
}

@media (max-width: 991px) {
    /* Mobil Breakpoint */
    .ws_oss_text_div {
        flex: none;
        width: 95%;
        order: 1;
    }

    .ws_oss_select_div {
        order: 3;
        margin-top: 15px;
        margin-left: 0;
    }

    .ws_oss_button_div {
        order: 4;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 0;
    }

    .ws_oss_close_div {
        order: 2;
        width: 5%;
        align-self: baseline;
    }

    .ws_oss_row:not(.container) { /*Fallback falls Bootstrap nicht läuft*/
        width: 100%;
    }
}

@media (max-width: 385px) {
    .ws_oss_button_div {
        margin-left: 0;
    }
}

/*oben body*/
.ws_oss_wrapper.obenBody {
    background: #F5F7FA;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* stickyTop */
.ws_oss_wrapper.stickyTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #F5F7FA;
    box-shadow: 0 -2px 9px 0 rgb(0 0 0 / 25%);
}

/* stickyBottom */
.ws_oss_wrapper.stickyBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #F5F7FA;
    box-shadow: 0 -2px 9px 0 rgb(0 0 0 / 25%);
}

/* Header Banner */
.ws_oss_wrapper.headerBanner {
    background: #F5F7FA;
}

.ws_oss_wrapper.headerBanner > .ws_oss_row {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

/* ArticlePage */

.ws_oss_article_select_div {
    display: flex;
    margin-right: 15px;
    flex-basis: 200px;
}

.ws_oss_article_select_div > select {
    padding: 5px;
    width: 100%;
    color: #525252;
    border-radius: 5px;
}

.ws_oss_article_button_div > button {
    padding: 5px 15px 5px 15px;
    color: #525252;
    border-radius: 5px;
    border: 1px solid #525252;
}

.ws_oss_article_text > span {
    text-decoration: underline;
}

.ws_oss_article_text > span:hover {
    cursor: pointer;
    text-decoration: none;
    color: #f8bf00;
}

.ws_oss_article_selection_wrapper {
    display: none;
}

.ws_oss_articlewrapper {
    margin-bottom: 15px;
}

/*CUSTOM BANNER*/

.ws_oss_wrapper.customPositionBanner {
    background: #F5F7FA;
}

.ws_oss_wrapper.customPositionBanner > .ws_oss_row {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.select2-dropdown {
    z-index: 10000 !important;
}

.ws_oss_formatSpan {
    display: flex;
    align-items: center;
}

.ws_oss_formatSpan > img {
    height: 15px;
    width: 25px;
    margin-right: 6px;
}

.ws_oss_articleImg > img {
    width: 25px;
    height: 15px;

}

.ws_oss_articleImg_right > img {
    margin-left: 5px;
    margin-top: -3px;
}

.ws_oss_articleImg_left > img {
    margin-right: 5px;
    margin-top: -3px;
}