.logo {
    padding: 5px 0 0 15px;
    float: left;
    width: 180px;
}
.header_txt {
    color: #727272;
}
.header_txt a {
    color: #727272;
    text-decoration: underline;
}
/*nav .container {
    border-top: 2px solid #3333;
}*/
img {
    max-width: 100%;
}

.section {
    clear: both;
    padding: 40px 0 40px 0;
}
.section_grey {
    background-color: #F4F6FA;
    clear: both;
    padding: 40px 0 40px 0;
}
.section_kontakt {
    height: 700px;
    clear: both;
    padding: 40px 0 40px 0;
    background-image: url('../images/kontakt_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.custom_dot {
    list-style-image: url('../images/dot.png');
    list-style-position: inside;
}

.blue_bg {
    background-color: #0065FF!important;
}

.blue_txt {
    color: #0065FF;
}

.blue-panel {
    color: #fff;
    background-color: #0065FF;
    padding: 10px;
    border-radius: 10px;
}
.blue-panel h3 {
    margin: 0;
}

.headline {
    font-weight: bold;
    color: #333333;
}


.leistung_slider {
    height: 700px!important;
    margin-top: 40px;
}

.txt_justify {
    text-align: justify;
}

.footer {
    padding: 50px;
    background-color: #333333;
    color: white;
}

.puffer {
    height: 20px;
}

.carousel_bottom_card {
    margin-top: 350px;
}

.slider_btn {
    color: #fff;
    background-color: #0065FF;
    padding: 0 25px;
    border-radius: 0 0 5px 5px;
    font-size: 30px;
    cursor: pointer;
}

.mobile_burger {
    opacity: 0.5;
    margin-top: 8px;
}

html {
    scroll-behavior: smooth;
}

.d-iblock{
    display:inline-block;
}
.bg-cover{
    background-size: cover;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mt-h3{
    margin-top:1.9466666667rem;
}
.carousel .carousel-item > picture > img {
    width: 100%;
}
#header_slider {
    padding-top:39.1%;
}
.parallax-container {
    height: 700px;
}

#sticky_leistungen {
    position: sticky;
    top: 100px;
}

#sticky_history {
    position: sticky;
    top: 105px;
    margin-top: 15px;
}

#leistung_slide01, #leistung_slide_mobil01{
    background-image: url("/images/fotos/medium/JaegerLKW_20230714_19.jpg");
    background-image: image-set(
            "/images/fotos/medium/JaegerLKW_20230714_19.jpg.avif" type("image/avif"),
            "/images/fotos/medium/JaegerLKW_20230714_19.jpg.webp" type("image/webp"),
            "/images/fotos/medium/JaegerLKW_20230714_19.jpg" type("image/jpeg")
    );
    background-position: right;
}
#leistung_slide02, #leistung_slide_mobil02{
    background-image: url("/images/fotos/JaegerLKW_20230714_23.jpg");
    background-image: image-set(
            "/images/fotos/JaegerLKW_20230714_23.jpg.avif" type("image/avif"),
            "/images/fotos/JaegerLKW_20230714_23.jpg.webp" type("image/webp"),
            "/images/fotos/JaegerLKW_20230714_23.jpg" type("image/jpeg")
    );
    background-position: center;
}
#leistung_slide_mobil01, #leistung_slide_mobil02, #leistung_slide_mobil03 {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top;
}
#leistung_slide03, #leistung_slide_mobil03{
    background-image: url("/images/fotos/JaegerLKW_20230714_26.jpg");
    background-image: image-set(
            "/images/fotos/JaegerLKW_20230714_26.jpg.avif" type("image/avif"),
            "/images/fotos/JaegerLKW_20230714_26.jpg.webp" type("image/webp"),
            "/images/fotos/JaegerLKW_20230714_26.jpg" type("image/jpeg")
    );
}

#phone_cta {
    float: right;
    margin-top: 10px;
}
#phone_cta img {
    display: block;
    filter: brightness(90);
}

nav .container {
    border-top: unset;
}

nav ul a {
    font-size: 1.2rem;
}

.nav-ul {
    float: left;
    margin: 15px 0 0 30px;
}

@media only screen and (max-width: 1306px) {
    .carousel_bottom_card {
        margin-top: 20%;
    }
    #header_slider {
        min-height: unset;
    }
}

@media only screen and (max-width: 1280px) {
    nav ul a {
        font-size: 1rem;
    }
    .nav-ul {
        margin: 15px 0 0 15px;
    }
}

@media only screen and (max-width: 1100px) {
    nav ul a {
        font-size: 0.8rem;
    }
    .nav-ul {
        margin: 15px 0 0 10px;
    }
}


@media only screen and (max-width: 992px) {
    nav .container {
        border-top: none;
    }
    .carousel{
        height:unset;
    }
    .parallax-container {
        height: 63vw;
    }
    .leistung_slider_img {
        height: 230px!important;
    }
    .leistung_slider {
        height: 590px!important;
    }
    .carousel_bottom_card {
        margin-top: 0%;
    }
    #leistung_slide01{
        background-image: none;
        background-color: #fff;
    }
    #leistung_slide02{
        background-image: none;
        background-color: #fff;
    }
    #leistung_slide03{
        background-image: none;
        background-color: #fff;
    }

    #sticky_history {
        position: unset;
        top: unset;
    }
}

@media only screen and (max-width: 600px) {
    #sticky_leistungen {
        position: unset;
        top: unset;
    }
}

@media only screen and (max-width: 540px) {
    #kontakt .parallax {
        /*display: none;*/
    }
    .parallax-container {
        /*height: unset;*/
    }
}

