.portals-main{
    margin-left: 5rem;
    margin-top: 4rem;
}
#tabs-portale{
    background-color: #E9F2FE;
    padding: 0.5rem 1rem;
    margin: 4rem auto 2rem;
    border-radius: 5px;
}

#tabs-portale a{
    color:#313131;
    font-weight: 500;
    margin: 4px 8px;
    font-size: 18px;
}

#tabs-portale a:hover{
    color:#313131;
    background-color: #ffffff;
}

#tabs-portale .active a{
    background-color: white;
    color:#193144;
    font-weight: 700;
}

.tab-content{
    margin-bottom: 4rem;
}

.tab-content h2{
    color: #FFA900;
    font-size: 24px;
}

.tab-pane p{
    margin-bottom: 20px;
}

.portal-row {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 3rem;
}

.title-portal-row {
    display: flex;
    align-items: center;
    padding: 15px 15px 5px 15px;
    margin-bottom: 5px;
    margin-right: 3rem;
    font-weight: bold;
}

.title-portal-column {
    flex: 1;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .title-portal-row{
        display: none;
    }
}


.portal-img-size-64{
    max-width: 64px !important;
}

.portal-column {
    flex: 1;
    padding: 0 10px;
}

.portal-column.logo-title-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    flex: 1; /* Passt sich dem Layout der anderen Spalten an */
    font-weight: bold;
    font-size: 14px;
}

.portal-column.logo-title-container img {
    max-width: 130px;
    margin-bottom: 5px;
}

.portal-column.benefits-pp ul {
    padding-left: 20px;
    margin: 0;
}

.portal-column.benefits-pp ul li, .portal-column.benefits-pp p {
    list-style: disc;
    font-size: 14px;
}

.portal-column.benefits-pp p {
    margin-bottom: 0;
}

.portal-column.category-column-pp {
    font-size: 14px;
    color: #2964cf;
}

.portal-column.price-pp {
    font-weight: bold;
    font-size: 16px;
    color: #F79A02;
}

.portal-column.price-pp p {
    margin-bottom: 0;
}

.portal-column.price-pp del {
    color: #7d7d7d;
    font-weight: 400;
}

.portal-column.button {
    text-align: center;
}

.portal-column.button .btn {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .portals-main{
        margin-top: 24rem;
        margin-left: 1rem;
    }
    .portal-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .portal-column {
        width: 100%;
        margin-bottom: 10px;
    }

    .portal-column.button {
        text-align: left;
    }
}
.btn-portale{
    background-color: #F79A02;
    color: white;
    border: none;
    font-size: 14px;
    margin-top: 1rem;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 4px;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.btn-portale:hover{
    color: #193144;
}

button[disabled]{
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.pp-btn-portal-remove{
    cursor: pointer;
}

.btn-multichannel{
    background-color: white;
    color: #F79A02;
    border:  2px solid #F79A02;
    font-size: 14px;
    margin-top: 1rem;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 4px;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.offer-border-pp {
    border: 1px solid #F5365C!important;
    padding: 10px;
    position: relative;
    border-radius: 5px;
}

.offer-badge-pp {
    background-color: #F5365C;
    color: white;
    padding: 2px 10px;
    margin-bottom: 1rem;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
    text-align: center;
}

.pf-offer-badge {
    color: #F5365C;
    margin-bottom: 1rem;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
}

/* Modal Portaldetails */

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #FDBF45;
}

.more-details{
    font-size: 14px;
    color: #F79A02;
    font-weight: 500;
}

.pp-modal-body ul{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal-body img{
    max-height: 70px;
}

.modal-body .title-pp{
    font-weight: 700;
    padding-top: 2rem
}

.modal-footer{
    border: none;
}

.pp-btn-close-modal{
    background-color: white;
    color: #333;
    border: 1px solid #595959;
    font-size: 14px;
    margin-top: 1rem;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 4px;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
.column:first-child {
    width: 30%; /* Kleinere Breite für die erste Spalte */
    font-weight: 500;
}
.column:last-child {
    flex: 1; /* Zweite Spalte nimmt den restlichen Platz ein */
}
.column {
    padding: 5px 15px;
}
/* Kategorien List ...  Script gehört dazu*/


.toggle-text {
    color: #F79A02;
    cursor: pointer;
    text-decoration: none;
}

.toggle-text:hover, a:hover {
    text-decoration: underline;
    color: #23527c;
}

a:focus{
    color: #f79a02;
    text-decoration: underline;
}

/* Social Media Plattformen */

.social-title-container img{
    width: 50px;
}

.social-title-container title{
    width: 50px;
}

.social-category{
    font-size: 14px;
    color: #2964cf;
}
.social-portal-row{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 3rem;
}

.social-column {
    flex: 1;
    padding: 0 10px;
}

.social-column.social-title-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    flex: 1; /* Passt sich dem Layout der anderen Spalten an */
    font-weight: bold;
    font-size: 14px;
}

.social-column.social-title-container img {
    max-width: 130px;
    margin-bottom: 5px;
}

.social-column.benefits-pp ul {
    padding-left: 20px;
    margin: 0;
}

.social-column.benefits-pp ul li, .social-column.benefits-pp p {
    list-style: disc;
    font-size: 14px;
}

.social-column.benefits-pp p {
    margin-bottom: 0;
}

.social-column.category-column-pp {
    font-size: 14px;
    color: #2964cf;
}

.social-column.service-social-pp {
    font-weight: bold;
    font-size: 16px;
    color: #F79A02;
}

.social-column.preis p {
    margin-bottom: 0;
}

.social-column.preis del {
    color: #7d7d7d;
    font-weight: 400;
}

.social-column.button {
    text-align: center;
}

.social-column.button .btn {
    margin-top: 5px;
}


@media (max-width: 768px) {

    .social-portal-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-portal-row.social-column {
        width: 100%;
        margin-bottom: 10px;
    }

    .social-portal-row.social-column.button {
        text-align: left;
    }
}
/* Ende Social-Media Plattformen  */

/* Filter */
.filter-container {
    margin-bottom: 20px;
}

.filter-container .col-md-2, .filter-container .col-md-3 {
    padding: 3px 3px 3px 10px;
}

.filter{
    font-weight: 600;
    border: 2px solid #1e3e58!important;
    color: #193144;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.filter a:hover{
    font-weight: 600;
    border: 2px solid #193144;
    color: #193144;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.filter-row {
    margin-top: 2rem;
    padding-left: 0.6rem;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #193144;
    text-align: center;
    background-color: #E9F2FE;
    border: 1px solid #ccc;
    border-radius: 4px;
}