.block-header-bild .header-image img {
    width: 100%;
    height: 38.571rem;
    object-fit: cover;
}
.block-header-bild .container .header-image img {
    height: 38.857rem;
}

/* Responsive */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .block-header-bild .header-image img {
        height: 37.643rem;
    }
    .block-header-bild .container .header-image img {
        height: 33.375rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .block-header-bild .header-image img {
        height: 29.143rem;
    }
    .block-header-bild .container .header-image img {
        height: 25.604rem;
    }
}

@media only screen and (max-width: 767px) {
    .block-header-bild .header-image img {
        height: 13.429rem;
    }
    .block-header-bild .container .header-image img {
        height: 11.448rem;
    }
}