:root {
    --c-yellow: #fbd035;
      --c-lighter-blue: #f2f2f2;
}

.header{
   background: unset;
    background-color: #7293ea !important;
    padding-bottom: 0px;
    padding-top: 0px;
}

.header--alt {
    background: unset;
    background-color: #7293ea !important;
}

.nav-menu{
    background: unset;
    background-color: #7293ea !important;
}


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

/* ------------------------------------------------------------ *\
    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;
}
.slider-intro .slider__slide-image, .slider-intro .slider__slide-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2; /* für moderne Browser */
    object-fit: cover;   /* wenn du zuschneiden willst */
    object-position: center center; /* oder: top center, bottom right, etc. */
}

.slider-intro {
    height: unset;
}

.slider-intro {
  height: auto;
  padding-top: 50px;
}

@media (hover: hover) and (pointer: fine) {
    .nav a:hover {
        color: #fff;
        text-decoration: underline;
    }
}

.btn{
    border-radius: 0.7rem;
}

.profile-team .profile__entry-image{

border-radius: 0.5rem;
}

.profile-team  .profile__wrapper-rating{
    margin-bottom: 1.5rem;
}
.btn--pause , .btn--pause:hover, .btn--pause:focus{
    border-color: #fc7940;
    background: #fc7940;
}

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


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


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

.box .box__entry {
display: block;
display: block;
}


.profile-card .profile__wrapper-rating {
    margin-bottom: 1.5rem;
}

.content__shortcode{
    margin-top: 3rem;

}


/* ------------------------------------------------------------ *\
        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;
}

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