:root {
    --c-yellow: #fbd035;
    --c-lighter-blue: #f2f2f2;
    --bkui_blue-3: #b84321 !important;
    --bkui_blue: #b84321 !important;
    --bkui_blue-2: #b84321 !important;
    --c-blue: #d28453 !important;;
    --c-base: #e6a57c !important;;
    --bkui_light-blue: #e6a57c !important;;
}



.bkui_table > table tbody > tr:nth-child(2n+1) > td,
.bkui_table > table tbody > tr:nth-child(2n+1) > th {
    color: var(--bkui_heading) !important;
    background-color: var(--bkui_light-blue) !important;
}

.section-beraterportal .info-msg
{

    color: var(--bkui_heading) !important;
    background-color: var(--bkui_light-blue) !important;

}


@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
}



@media (max-width: 768px) {
    a {
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}

.bkui_shell h1 {
    color: #fff !important;
}

.bkui_btn:hover {
    background-color: #e6ab65 !important;
    border-color: #e6ab65 !important;
    color: #fff !important;
}

body {
    background: #f8d9b4;
}


.wrapper {
    background: url("../images/fLwiztTg.png");
    background-repeat: no-repeat;
    background-position: -384px top;
}

.header {
    background: unset !important;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    background: none;

}


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

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


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

.btn--outline-gray {
    color: #b84321;
    border: 1px solid #e6ab65;
    background-color: #e6ab65;
}

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

@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;

}

.footer .footer__bar {
    color: #fff;
}

.footer .footer__box {
    top: -8.5rem;
}

.footer {
    background: #9f2000;

}

.footer .box {
    background: #c8774c;
}


.table .table__foot a {
    color: #fff;
    font-weight: bold;
}

.section__head {
    margin-bottom: 0;
}

.nav {
    margin-top: -28px;
}

.btn:hover, .btn:focus {
    background-color: #e8c09d;
    border-color: #e8c09d;
    color: #a02000;
    text-decoration: none;
}

a:hover {
    color: #e8c09d;
    text-decoration: none;
}


.content__shortcode {
    margin-top: 0px;
    border-radius: 1rem;
}

.section-beraterportal {

    border-radius: 1rem !important;
}

.bkui_section {
    background-color: #fff !important;
}


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


@media (min-width: 1100px) {
    /* Add your styles here */
    .wrapper {
        background-position: unset;
    }
}

@media (max-width: 390px) {
    /* Add your styles here */
    .wrapper {
        background-position: -415px top;
    }
}

@media (max-width: 575px) {
    .slider-intro .slider__slide-wrapper {
        padding: 0rem 0 10rem;
    }
}

@media (max-width: 575px) {
    .footer .footer__box {
        top: -16rem !important;
        margin-bottom: -9.7rem !important;
    }
}

@media (max-width: 575px) {

    .footer .footer__menu ul {
       display: inline;
    }
}


@media (min-width: 1440px) {
    .wrapper {
        background-position: top;
    }
}
/* ------------------------------------------------------------ */

@media (max-width: 390px) {
.header .header__nav {
    background-color: #e6ba96 !important;
}
}