#sbos-schulen-wrapper {
    margin-bottom: 140px;
}
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter {
    border: 1px solid #0095D5;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 35px 15px 15px;
    text-align: center;
    margin-bottom: 50px;
}
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;

    /* eigener SVG-Pfeil (Down-Arrow) als Data-URI */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 6 5-6' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter:focus {
    outline: none;
    box-shadow: 0 0 0 3px #0095d536;
}
/* iOS Safari Fix fÃ¼r dunklen inneren Schatten */
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter::-webkit-contacts-auto-fill-button,
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter::-webkit-clear-button,
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter::-webkit-inner-spin-button,
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter::-webkit-outer-spin-button {
    display: none !important;
}
/* Optional: Firefox-Korrektur fÃ¼r Dropdown-Button */
#sbos-schulen-wrapper .sbos-filter-wrapper select#sbos-cat-filter::-ms-expand {
    display: none;
    /* IE/legacy Edge */
}

#sbos-schulen-wrapper #sbos-schulen-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school {
    width: calc(33.333% - 1rem);
    box-sizing: border-box;
    position: relative;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school::after {
    content:"";
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/wp-content/themes/Divi-child_kraem/img/icon-extern-link.svg);
    background-position: 90% 93%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school:hover::after {
    opacity: 1;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school.cat-gymnasium:hover {
    background-color: #ff9b65!important;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school.cat-berufsbildende-schule:hover,
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school.cat-fachschule:hover {
    background-color: #a60039!important;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school.cat-oberschule:hover {
    background-color: #788922!important;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school.cat-grundschule:hover {
    background-color: #e0a2e0!important;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-title {
    margin: 14px 0 35px 0;
    color: #1D1D1F;
    line-height: 1.3;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-title a {
    text-decoration: none;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-meta {
    font-size: 0.85rem;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-cat-thumb {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school:hover .sbos-cat-thumb {
    background-image: url(https://relaunch.schulstiftung-os.de/wp-content/uploads/2025/08/bildmarke-hover-weiss.svg)!important;
}
#sbos-load-more {
    margin: 1.5rem auto;
    display: block;
    color: #ffffff !important;
    border-width: 1px !important;
    border-color: #82daff;
    border-radius: 8px;
    font-size: 19px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #0095d5;
    text-underline-offset: 2px;
    position: relative;
    line-height: 24px !important;
    padding-top: 16px !important;
    padding-right: 21px !important;
    padding-bottom: 16px !important;
    padding-left: 21px !important;
    cursor: pointer;
}

#sbos-load-more:hover {
    background-color: #0084bd;
}
#sbos-schulen-wrapper article.sbos-school {
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-thumb{
    margin: -30px -30px 30px -30px;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-thumb img {
    width: 100%;
}
#sbos-schulen-wrapper article.sbos-school .sbos-cat-thumb {
    width: 32px;
}
#sbos-schulen-wrapper article.sbos-school .sbos-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #1d1d1f;
}
#sbos-schulen-wrapper article.sbos-school .sbos-title a {
    text-decoration: none;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-meta {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 16px;
    gap: 10px;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-meta span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-meta span::before {
    content: "5";
    display: block;
    font-family: ETmodules !important;
    font-size: 20px;
    font-weight: bold;
}
#sbos-schulen-wrapper #sbos-schulen-list article.sbos-school .sbos-school-meta span::before {
    color: #e0a2e0;
}
#sbos-schulen-wrapper #sbos-schulen-list article.cat-gymnasium .sbos-school-meta span::before {
    color: #ff9b65;
}
#sbos-schulen-wrapper #sbos-schulen-list article.cat-oberschule .sbos-school-meta span::before {
    color: #788922;
}
#sbos-schulen-wrapper #sbos-schulen-list article.cat-berufsbildende-schule .sbos-school-meta span::before {
    color: #a60039;
}
#sbos-schulen-wrapper #sbos-schulen-list article.cat-fachschule .sbos-school-meta span::before {
    color: #a60039;
}
#sbos-schulen-wrapper #sbos-schulen-list article:hover .sbos-school-meta span::before {
    color: #fff;
}
/* RESPONSIVE */
@media all and (max-width: 1215px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1159px) and (max-width: 1215px) {}
@media all and (max-width: 1159px) {}
@media all and (min-width: 1100px) {}
@media all and (max-width: 1099px) {}
@media all and (min-width: 981px) and (max-width: 1449px) {}
@media all and (min-width: 981px) and (max-width: 1099px) {}
@media all and (min-width: 981px) {}
@media all and (max-width: 980px) {}
@media all and (min-width: 769px) {}
@media all and (min-width: 981px) and (max-width: 1240px) and (orientation:landscape) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (max-width: 768px) {
        
    #sbos-schulen-wrapper #sbos-schulen-list article.sbos-school {
        width: calc(50% - 1rem);
    }
    
}
@media all and (max-width: 479px) {
     
    #sbos-schulen-wrapper #sbos-schulen-list article.sbos-school {
        width: calc(100%);
    }
    
}