:root {
    --c-yellow: #fbd035;
}

.header {
    background: unset;
    background-color: #13b0f6 !important;
    background-color: #13b0f6;
    padding: 20px;

}

.header--alt {
    background: unset;
    background-color: #13b0f6 !important;
}

.nav-menu {
    background: unset;
    background-color: #13b0f6 !important;
}


.card-member .card__list-rating {
    justify-content: center;
}


.slider-intro {
    height: 450px;
}

/* ------------------------------------------------------------ *\
    List rating
\* ------------------------------------------------------------ */
.list-rating {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.48rem;
    color: var(--c-yellow);
    line-height: 1;
}

.list-rating li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-rating--medium {
    gap: 0.6rem;
}

.list-rating--medium svg {
    width: 2rem;
    height: 2rem;
}

/* ------------------------------------------------------------ *\
    Button status
\* ------------------------------------------------------------ */


.btn--online, .btn--online:hover, .btn--online:focus {
    border-color: #01af19;
    background: #01af19;
}


.btn--calling, .btn--calling:hover, .btn--calling:focus {
    border-color: #d91919;
    background: #d91919;
}


.btn--pause, .btn--pause:hover, .btn--pause:focus {
    border-color: #fc7940;
    background: #fc7940;
}


.btn--offline, .btn--offline:hover, .btn--offline:focus {
    border-color: #cecece;
    background: #cecece;
}

.btn--online:hover, .btn--online:focus, .btn--calling:hover, .btn--calling:focus, .btn--pause:hover, .btn--pause:focus, .btn--offline:hover, .btn--offline:focus {
    text-decoration: underline;

}

/* ------------------------------------------------------------ *\
    Price discount
\* ------------------------------------------------------------ */

.discount-price {
    color: red;
}


/* ------------------------------------------------------------ *\
        Profile
\* ------------------------------------------------------------ */

.profile{
    line-height: 1.5;
}

.profile_entry_open {
    margin-bottom: 20px;
}

.profile .profile__wrapper {
    line-height: 1.5;
}
/* ------------------------------------------------------------ *\
        Profile card 2 cols
\* ------------------------------------------------------------ */



.profiles-col2 .profiles-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px 30px;

}


@media (min-width: 0px) {
    .profiles-col2 .profiles-team {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.profiles-col2 .profiles__item {
    margin-top: 0 !important;

}

.profiles-col2 .profile-card {
    grid: unset;
}


.profiles-col2 .profile__head {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.profiles-col2 .profile__info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}

.profiles-col2 .profile__info_inner {
    flex: 1;
    text-align-last: left;
    margin-bottom: 1.6rem;
}

.profiles-col2 .profile__image {
    flex: 0 0 33.412%;
}

.profiles-col2, profile__info-list {
    list-style-type: none;
    font-size: 1.5rem;
    line-height: 1.1;
}

.profiles-col2 .profile-card .profile__info-list li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 0.4rem;
}


.profiles-col2 .profile__hinweis {
    background: var(--c-lighter-blue);
    padding: 0.8rem 0.8rem 0.5rem;

    line-height: 1.407;
    margin-bottom: 1.6rem;
}


.profiles-col2 .profile__decrtiption {
    margin-bottom: 1.6rem;
}

.profiles-col2 .profile__badge {
    width: 100%;
    border-color: var(--c-blue);
    background: var(--c-blue);
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.profiles-col2 .profile__badge .badge {
    line-height: 1.1;
    text-align: center;
}


.profiles-col2 .profile__badge.exklusiv {
    border-color: #fc7940;
    background: #fc7940;
}

.text-line-through {
    text-decoration: line-through;
    color: red;
}

/* ------------------------------------------------------------ */


.profile__review {
    border-bottom: 0.1rem solid #d8d8d8;
    margin-bottom: 2rem;
    padding-bottom: 4.5rem;
}


.tag__item {
    background: rgba(202, 202, 202, 0.15);
    border-radius: 9999rem;
    box-shadow: var(--shadow-m-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.063;
    font-weight: 700;
    padding: 0.9rem 1.65rem;
    color: var(--c-blue);
    margin: 5px;
}

.tag__item a {
    color: var(--c-blue) !important;
    text-decoration: none;
}

.ico-adjustments {
    width: 2.4rem;
    height: 2.5rem;
}


.form-filters-mobile .form__cols {

    display: grid;
    align-items: center;
    gap: 1.4rem;
    grid-template-columns: 70% minmax(0, 1fr);
}


@media (max-width: 767px) {
    .form-filters-mobile .filters__menu-trigger {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        font-weight: 700;
        color: var(--c-darkblue);
        gap: 0.8rem;
    }
}

/* rote Markierung im Dropdown */
.select2-results__option .marked-opt{
    background: red !important;
    color: #fff !important;
    padding: 4px 6px;
    border-radius: 4px;
}

/* Badge im Select2-Eingabefeld rechts */
.select2-container .count-badge{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 12px;
    line-height: 1.4;
    display: none;           /* nur einblenden wenn > 0 */
    z-index: 2;
}
.select2-container .count-badge .reset-x{
    background: transparent;
    border: 0;
    color: #fff;
    margin-left: 6px;
    cursor: pointer;
    font-size: 12px;
}


.odd{
    background: var(--c-lightgray) !important;
}


.even{
    background: var(--c-white) !important;
}

.table_consultation__email table {
        border-collapse: separate;
        border-spacing: 0 0.8rem;

}