@mmedia(max-width:991px) {
    .frame-type-nebildungsportal_providerlist header h2 {
        margin-bottom:15px;
    }
}

.frame-type-nebildungsportal_providerlist {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.frame-type-nebildungsportal_providerlist header h2 {
    color:#005b59;
}

@media (max-width:767px) {
    .tx-ne-bildungsportal  .provider-list  .styled_dropdown_outer .form-control.select{
        padding-right: 40px !important;
    }
}

.tx-ne-bildungsportal .provider-list .form-control{
    background:#fff;
    border-radius: 0 !important;
    position: relative;
    color: #595959;
    cursor:pointer;
    font-family: "Open Sans", sans-serif !important;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .form-control{
        padding-right: 20px;

    }
}

.frame-type-nebildungsportal_providerlist header {
    display: flex;
    align-items: baseline;
    margin-bottom:20px;
}

@media (min-width:992px) {
    .frame-type-nebildungsportal_providerlist header {
        margin-bottom:60px;
    }
}

.frame-type-nebildungsportal_providerlist header h2{
    margin-bottom:0;
    hyphens: auto;
}

.frame-type-nebildungsportal_providerlist header img{
    margin-right: 8px;
    width: auto;
    height:21px;
}

@media (min-width:768px) {
    .frame-type-nebildungsportal_providerlist header img{
        margin-right: 10px;
        height: 27px;
    }
}

@media (min-width:992px) {
    .frame-type-nebildungsportal_providerlist header img{
        height: 27px;
    }
}

@media (min-width:1200px) {
    .frame-type-nebildungsportal_providerlist header img{
        height: 27px;
    }
}

@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .row:has(.form-control){
        display: flex;
        align-items: end;
        /*flex-direction: column;*/
    }

    .tx-ne-bildungsportal .provider-list .row:has(.form-control) .col{
        margin:7px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .tx-ne-bildungsportal .provider-list .row:has(.form-control) .col{
        margin:7px 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.tx-ne-bildungsportal .provider-list .col:has(.form-control):after{
    content:"";
    height:100%;
    width:39px;
    background-color:#005b59 !important;
    position: absolute;
    cursor:pointer;
    right:0;
    top:0;
    z-index: 2;
    /*max-height:38px;*/
    cursor:pointer;
    pointer-events: none;
}

@media (min-width:768px) and (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .row.category,
    .tx-ne-bildungsportal .provider-list .row.sorting{
        justify-content: space-between;

    }
}

.tx-ne-bildungsportal .provider-list .col:has(.form-control):before{
    content:"";
    position: absolute;
    right:13px;
    top:42%;
    z-index: 3;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    cursor:pointer;
    pointer-events: none;

}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .col:has(.form-control):after{
        right: 13px;
    }

    .tx-ne-bildungsportal .provider-list .col:has(.form-control):before{
        right:26px;
    }
}


@media (min-width:992px) {
    .tx-ne-bildungsportal .form-inline .row:last-child .col:last-of-type:after{
        right: 0px !important;
    }

    .tx-ne-bildungsportal .form-inline .row:last-child .col:last-of-type:before{
        right: 13px !important;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .form-inline .row:last-child .col:last-of-type:before{
        right: 3.8% !important;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .form-inline .row .col:has(.sort-select)::after{
        right: 0% !important;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .form-inline .row .col:has(.sort-select)::before{
        right: 13px;
    }
}

.provider-list .form-inline .col:has(.form-control) {
    position: relative;
}

@media (max-width:1199px) {
    .provider-list .form-inline .col:has(.form-control) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:992px)  {
    .provider-list .form-inline .col:has(.form-control){
        max-width: 240px;
        width:100% !important;
        position: relative;
    }
}

@media (min-width:1200px)  {
    .provider-list .form-inline .col:has(.form-control){
        max-width: 310px;
    }
}

select option,
select {
    font-family: "Open Sans", sans-serif !important;

}

@media (min-width:1200px)  {
    .provider-list .form-inline .category .col:has(.form-control){
        max-width: 310px;
    }
}

@media (min-width:992px) {
    .provider-list .form-inline .category .col:has(.category-select){
        max-width: 350px;
        border-right: 1px solid #005b59;
    }
}

.tx-ne-bildungsportal .provider-list .form-inline .sorting.row{
    text-transform: uppercase;
    color:#005b59;
    font-weight:bold;
    margin-top:17px;
    margin-bottom:25px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.tx-ne-bildungsportal .provider-list .form-inline .row.sorting{
    justify-content: space-between !important;
}

.tx-ne-bildungsportal .provider-list .form-inline .no-results-message{
    padding-left:0;
    padding-right:0;
    color:#005b59;
    font-weight: 600;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom:15px;
    font-family: "Open Sans";
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .form-inline .no-results-message{
        font-size: 18px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .form-inline .no-results-message{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}


@media (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting{
        padding-left: 30px;
        padding-right: 30px;
    }

    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col:first-child{
        padding-left: 0 !important;
    }
}

.tx-ne-bildungsportal .provider-list .form-inline .row:has(.card.provider){
    justify-content: inherit;
}

/*@media (min-width:768px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row:has(.card.provider){
        justify-content: space-between;
    }
}*/

.tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col{
    font-size: 16px;
    font-weight: 500;
    font-family: "OpenSans Semibold" !important;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col{
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col{
        padding-right:0;
        padding-left:0;
        margin-top: 5px;
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col:last-child:after{
        right:0;
    }

    .tx-ne-bildungsportal .provider-list .form-inline .row.sorting .col:last-child:before{
        right:13px;
    }
}

.tx-ne-bildungsportal .provider-list .form-inline .row:has(select[name="tx_nebildungsportal_providerlist[category]"]){
    background-color: #f0f0f0 !important;
    padding: 20px 30px;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row:has(select[name="tx_nebildungsportal_providerlist[category]"]){
        padding: 20px 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row:has(select[name="tx_nebildungsportal_providerlist[category]"]){
        justify-content: space-between;
    }
}

.tx-ne-bildungsportal .provider-list .row:has(.card.provider){
    padding-top:30px;
}

@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .row:has(.card.provider){
        flex-direction: column;
    }

    .tx-ne-bildungsportal .row:has(.card.provider) .col {
        /*        padding-right: calc(var(--bs-gutter-x) * .5) !important;
                padding-left: calc(var(--bs-gutter-x) * .5) !important;*/
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider {
    border:2px solid #595959;
    border-radius:0;
    height: 100%;
}

@media (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .col:has(.card.provider) {
        margin-bottom:30px;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    height: 155px;
    margin-top: 40px;
}

@media (min-width:768px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo{
        height: 265px;
        margin-top:25px;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo{
        margin-top:15px;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .logo img{
    width:100%;
    height:100%;
    /*    max-width: 165px;
        max-height: 165px;*/
    max-width: 85%;
    max-height: 100px;
    object-fit: contain;
}

@media (min-width:768px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo img{
        max-width: 85%;
        max-height: 80px;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo img{
        /*        max-width: 180px;
                max-height: 140px;*/
        max-width: 85%;
        max-height: 85px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo img{
        /*        max-width: 200px;
                max-height: 200px;*/
        max-width: 75%;
        max-height: 110px;
    }
}

@media (min-width:768px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo{
        height:170px;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .logo{
        height:210px;
    }
}


.tx-ne-bildungsportal .provider-list .card.provider .name{
    color:#005b59;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 15px 15px 15px;
    font-weight: bold;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .name{
        color:#005b59;
        text-transform: uppercase;
        text-align: center;
        padding: 0px 0 15px 0;
        font-weight: bold;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .detail-link .btn-primary{
    background-color:#005b59 !important;
}

@media (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .card.provider .detail-link .btn-primary{
        padding: 10px 34px !important;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .detail-link .btn-primary{
        font-size:16px;
        padding: 13px 38px !important;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .detail-link .btn-primary:hover{
    background-color: #164543 !important;
}

@media (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .card.provider .detail-link{
        margin-bottom: 5px !important;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .detail-link{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tx-ne-bildungsportal .provider-list .card.provider .name{
    padding: 0 25px;
    line-height: 1.4;
    font-size: 20px;
}

@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .card.provider .name{
        margin-bottom: 70px;
        font-weight: bold;

    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .name{
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .card.provider .name{
        font-size: 22px;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider details{
    width: fit-content;
    /*    position: absolute;
        top: 45px;
        left: 65%;*/
    display: contents;

}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags{
    line-height: 2.5;
    padding:5px 5px;
    position: relative;
    overflow: hidden;
}


.tx-ne-bildungsportal .provider-list .card.provider .hashtags{
    scrollbar-color:  #005b59 #ebecf0 !important;
}

/*IOS-Alternative für "scrollbar-color"*/

.tx-ne-bildungsportal .provider-list .card.provider .hashtags::-webkit-scrollbar-track{
    background: #ebecf0;
}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags::-webkit-scrollbar-thumb {
    background-color: #005b59;
    border: 2px solid #ebecf0;
}

/*IOS-Alternative für "scrollbar-color"*/


.tx-ne-bildungsportal .provider-list .card.provider {
    position: relative;
}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags{
    max-height: 50px;
}
/*
@media (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .card.provider:has(.hashtag):after{
        content: '';
        position: absolute;
        right: 16px;
        top: 95%;
        transform: translateY(-50%) rotate(135deg);
        z-index: 3;
        width: 10px;
        height: 10px;
        border-top: 2px solid #649c9b;
        border-left: 2px solid #649c9b;
        pointer-events: none;
        cursor: default;
    }
}*/


@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags{
        max-height:90px;
    }
}

@media (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags{
        display: flex;
        overflow-x: scroll;
        margin: 10px 15px 20px 15px !important;
        overflow-y: hidden;
        align-items: center;
        /*min-width: 350px;*/
        padding-bottom: 10px;
    }
}

@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags{
        margin-bottom: 10px !important;
    }
}

@media (max-width:991px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags:has(details[open=""]){
        display: block !important;
        max-height:100% !important;
        padding: 0 25px;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags{
        margin:5px 20px 10px 20px;
        /*max-height: 120px;*/
        height: fit-content !important;
        padding-right: 25px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags{
        overflow: hidden;
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags:has(details[open=""]){
        display: inline !important;
        max-height: 100% !important;
    }
}


.tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag-link{
    text-decoration: none;
}


.tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
    border: 2px solid #595959;
    padding: 3px 10px;
    border-radius: 15px;
    color:#595959;
    margin: 5px;
    font-size: 14px;
    word-wrap: initial;
    cursor:pointer;
    transition: .15s;
}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag:hover{
    border: 2px solid #005b59;
    background-color: #005b59;
    color:#fff;
    transition: .15s;
}

@media (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
        padding: 0px 10px;
        line-height: 1.2;
        word-break: keep-all;
    }
}
@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
        font-size: 16px !important;
    }
}

@media (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
        /*display: inline-table;*/
        min-width: 100px;
        width: 100%;
        text-align: center;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
    border: 2px solid #595959;
    padding: 3px 15px 1px 15px;
    border-radius: 15px;
    margin: 2px;
    font-size: 14px;
    height: fit-content;
    word-break: keep-all;
    text-transform: lowercase;
    font-weight: normal;
    font-family: "Overpass";
    color: #595959;
    white-space: nowrap;
    min-width: auto;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag{
        font-size: 15px;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider .hashtags .hashtag:before{
    border: 2px solid #595959;
    padding: 3px 10px;
    border-radius: 15px;
    color:#595959;
    margin: 2px;
    font-size: 14px;
    height: fit-content;
    word-break: keep-all;
    text-transform: lowercase;
    font-weight: bold;
}

.tx-ne-bildungsportal .provider-list .card.provider summary {
    width: fit-content;
    height:fit-content;
    list-style: none;
    display: inline !important;
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .card.provider summary {
        top: 5px;
        position: absolute;
        right: 0px;
    }
}

summary {
    list-style: none !important; /* hilft manchmal */
}

summary::-webkit-details-marker {
    display: none !important; /* entfernt das Disclosure-Triangle in Safari */
}

.tx-ne-bildungsportal .provider-list .card.provider summary .more{
    background-color:#005b59;
    border-radius: 50%;
    color: #fff;
    padding: 2px 8px;
    aspect-ratio: 1 / 1;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    font-size: 16px !important;
    bottom: -2px;
    font-weight: bold;
    list-style: none !important;
}

@media (max-width:1199px) {
    .tx-ne-bildungsportal .provider-list .card.provider summary .more{
        bottom: 0px !important;
    }
}

.tx-ne-bildungsportal .provider-list .card.provider summary .more:hover{
    background-color: #164543 !important;
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .provider-list .card.provider summary .more{
        font-size: 18px;
    }
}

.tx-ne-bildungsportal .row:has(.card.provider) .col{
    padding-left:0;
    padding-right:0;
    margin-bottom:26px;
}

@media (min-width:768px) and (max-width:991px) {
    .tx-ne-bildungsportal .row:has(.card.provider) .col-md-6{
        width: calc(50% - 26px);
    }
}

@media (min-width:992px) {
    .tx-ne-bildungsportal .row:has(.card.provider) .col-lg-4{
        width: calc(33.3333% - 26px);
    }
}

@media (min-width:768px) {
    .tx-ne-bildungsportal .provider-list .row:has(.card.provider) .col{
        margin-right: 13px;
        margin-left: 13px;
        /*        margin-right: 0;
                margin-left: 0;*/
    }
}

/*@media (min-width:768px) {
    .tx-ne-bildungsportal .row:has(.card.provider) .col{
        margin-right: 13px;
        margin-left: 13px;
    }
}*/

@media (min-width:992px) {
    .tx-ne-bildungsportal .form-inline .row:last-child .col:first-of-type {
        padding-left:0;
    }

    .tx-ne-bildungsportal .form-inline .row:last-child .col:last-of-type {
        padding-right:0;
    }
}

.tx-ne-bildungsportal .card.provider .types{
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 9px;
    opacity: 60%;
    display: flex;
    align-items: baseline;
}


@media (min-width:992px) {
    .tx-ne-bildungsportal .card.provider .types{
        top: 18px;
        right: 15px;
    }
}

.tx-ne-bildungsportal .card.provider .types img{
    margin:0 4px;
    width: 30px;
    height: auto;
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .card.provider .types img{
        width: 31px;
    }
}

.tx-ne-bildungsportal .provider-list .form-inline .row:has(.col-lg-6) .col{
    font-family: "Overpass";
    font-weight: normal;
}

@media (max-width:767px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row:has(.col-lg-6) .col{
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .tx-ne-bildungsportal .provider-list .form-inline .row:has(.col-lg-6) .col{
        font-size: 20px;
    }
}



/*Seitenzahl*/

.tx-ne-bildungsportal .pagination span,
.tx-ne-bildungsportal .pagination label {
    width: fit-content;
    margin-right: 4px;
    margin-left: 4px;
    cursor:pointer;
    font-family: "Open Sans";
}

.tx-ne-bildungsportal .pagination {
    display: flex;
    width: 100%;
    justify-content: center !important;
    margin-left: 0;
}

.tx-ne-bildungsportal .pagination label{
    background: #fff;
    border:1px solid #f0f0f0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    height: 45px;
    color:#005b59;
    justify-content: center;
    max-width: 45px;
}

.tx-ne-bildungsportal .pagination input{
    appearance: none;
    display: none;
}

.tx-ne-bildungsportal .pagination span.page.current {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    background-color: #005b59;
    color: #fff;
    height: 45px;
    justify-content: center;
}

/*Seitenzahl*/

/*Select-Felder Rebuild*/


.tx-ne-bildungsportal  .styled_dropdown_outer  .optionList {
    border-radius:0px;
}

.tx-ne-bildungsportal  .styled_dropdown_outer span.select .select-inner {
    padding-left:0 !important;
}

.tx-ne-bildungsportal  .styled_dropdown_outer .optionList .selectOption,
.tx-ne-bildungsportal  .styled_dropdown_outer .optionList .optgroupLabel {
    background: #fff;
    position: relative;
    color: #595959;
    cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
    padding: 4px 12px;
    text-transform: none;
    font-weight: normal;
    font-size:16px;
}

.tx-ne-bildungsportal  .styled_dropdown_outer .optionList .optgroupLabel {
    padding-left: 6px;
    font-weight: bold;
    background: #eee;
}

.tx-ne-bildungsportal  .styled_dropdown_outer .optionList .selectOption:hover {
    color: #fff;
    background-color:#005b59;
}

.tx-ne-bildungsportal .provider-list:has(.no-results-message) .pagination{
    display:none;

}
/*Select-Felder Rebuild*/

/*Korrektur*/

.card .types .icon-consulting {
    height: 25px !important;
}

.footer-nav .col-12:last-child .mb-4 .btn:first-child {
    margin-top:0 !important;
}

/*Korrektur*/