/* --- PEPP --- */

/* --- Allgemein --- */

.header__bar.grid {
    display: block;
}

.w-header-logo {
    width: 300px;
    padding: 0px;
    display: block;
    margin-top: 4px;
}

#secondary-menu.items-center {
    align-items: flex-end !important;
}

#secondary-menu .ml-lg {
    margin-left: 30px;
}

#secondary-menu .text-sm {
    font-size: clamp(1rem, 1.6vw, 2rem);
    line-height: 28px;
    margin-bottom: 5px;
}

#menu-menue-bar li a {
    font-weight: 600;
    font-size:  clamp(1rem, 1.6vw, 2rem);
    line-height: 28px;
    color: rgb(24, 110, 183);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-slider .swiper-slide .text-white {
    padding: 60px 70px;
}

.home-slider .swiper-slide .text-white a {
    justify-content: flex-start !important;
}

body.postid-6827 .block__highlight .md\:pr-m {
    padding-right: 0px !important;
}

body.postid-6827 .block__highlight .md\:col-span-5 {
    grid-column: span 9 !important;
}

body.home .block__hero-image {
    margin-bottom: 60px !important;
}

/* --- Leitbild --- */

body.leitbild .bg-black\/40 {
    background-color: transparent;
}

body.leitbild .lg\:left-2xl {
    display: none;
}

/* --- Responsive --- */

@media only screen and (min-width: 1401px) and (max-width: 1600px) {

    .w-header-logo {
        width: 290px;
    }

    #secondary-menu .ml-lg {
        margin-left: 30px;
    }

    #secondary-menu .text-sm {
        margin-bottom: 4px;
    }

    .home-slider .swiper-slide .text-white {
        padding: 50px 60px;
    }

}

@media only screen and (min-width: 1261px) and (max-width: 1400px) {

    .w-header-logo {
        width: 270px;
    }
    
    #secondary-menu .ml-lg {
        margin-left: 25px;
    }

    #secondary-menu .text-sm {
        margin-bottom: 3px;
    }

    .home-slider .swiper-slide .text-white {
        padding: 40px 50px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1260px) {

    .w-header-logo {
        width: 250px;
    }
    
    #secondary-menu .ml-lg {
        margin-left: 20px;
    }

    #secondary-menu .text-sm {
        margin-bottom: 2px;
    }

    .md\:col-span-6 {
        grid-column: span 3 / span 3;
    }
    
    .home-slider .swiper-slide .text-white {
        padding: 30px 40px;
    }

}

@media only screen and (max-width: 820px) {

    .w-header-logo {
        width: 230px;
    }
    
    .home-slider .swiper-slide .text-white {
        padding: 30px 40px;
    }

}

@media only screen and (max-width: 767px) {

    #menu-menue-bar li a {
        font-size: max(14px, min(calc(1.125rem + ((1vw - 3.75px) * 0.9486)), 20px));
        line-height: max(20px, min(calc(1.4375rem + ((1vw - 3.75px) * 1.7391)), 36px));
    }
    
}

@media only screen and (max-width: 540px) {

    .w-header-logo {
        width: 190px;
    }
    
    .home-slider .swiper-slide .text-white {
        padding: 25px 30px;
    }

}

@media only screen and (max-width: 390px) {

    .w-header-logo {
        width: 170px;
    }
    
}

@media only screen and (max-width: 375px) {

    .w-header-logo {
        width: 160px;
    }
    
}

@media only screen and (max-width: 320px) {

    .w-header-logo {
        width: 140px;
    }
    
}