/* Formular Felder */
input[type="file"] {
    background: #AFCA0B66;
    border: dashed 1px #191919;
}
/* Pfeile Karussell */
.owl-carousel.arrows-hor-pos_on_sides_outside.navstyle_circle>.owl-nav button, .owl-carousel.arrows-hor-pos_on_sides_outside.navstyle_square>.owl-nav button {
    text-shadow: none;
    color: #ffffff !important;
    background: #003C50 !important;
    border-radius: 4px;
    height: 44px;
    width: 44px;
}
.owl-carousel.arrows-hor-pos_on_sides_outside.navstyle_circle>.owl-nav button:hover, .owl-carousel.arrows-hor-pos_on_sides_outside.navstyle_square>.owl-nav button:hover {
    color: #003C50 !important;
    background: #AFCA0B !important;
}
/* Hintergrund Karussell */
.img-cover img {
    height: 100%;
    object-fit: cover;
}

.w-image.img-cover.has_height:not(.has_aspect_ratio) img {
    width: 100%;
}

.w-socials-item-link i {
    font-size: 26px;
}

.w-socials-item.instagram .w-socials-item-link i {
    font-size: 27px;
}

@media only screen and (max-width: 500px) {

    h1 {
        font-size: 42px  !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 24px !important;
    }
}

@media (min-width: 1381px) {
    header .l-subheader-h {
        max-width: 1440px;
    }
}