.content-cronos-header-image {
    margin: 0;
}
.content-cronos-header-image figure {
    height: 450px;
}
.content-cronos-header-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 0!important;
}
.cronos-header-image-inner-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: rgb(5, 159, 212);
    background: rgba(5, 159, 212, 0.5);
    background: linear-gradient(
            45deg,
            rgb(from var(--company-primary-color) r g b / 70%) 0%,
            rgb(from var(--company-secondary-color) r g b / 70%) 100%
    );
}
.cronos-header-image-inner-headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
}

.cronos-header-image-inner-headline-inner {
    max-width: var(--contentBoxedWidth);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--contentPaddingLeftRight);
    padding-right: var(--contentPaddingLeftRight);
}

.cronos-header-image-inner-headline-inner h1 {
    position: absolute;
    bottom: 5%;
    max-width: 1160px;
}

.cronos-header-image-inner-headline-inner .mainheadline {
    color: transparent;
    font-size: 6rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 0.5rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.cronos-header-image-inner-headline-inner .subheadline {
    color: white;
    font-size: 4rem;
    font-weight: 700;
}

.cronos-header-image-inner-image-overlay-deco1 {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    transform: translate(-100%, -100%) rotate(45deg);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190.16 200'%3E%3Cg id='c'%3E%3Cpath d='M120.17,15.85v60.34h54.14v45.89h-54.14v62.08h-50.02v-62.08H15.85v-45.89h54.3V15.85h50.02M136.01,0H54.3v60.34H0v77.58h54.3v62.08h81.71v-62.08h54.14V60.34h-54.14V0h0Z' style='fill:%23fff;'/%3E%3C/g%3E%3C/svg%3E");
}

.cronos-header-image-inner-image-overlay-deco2 {
    position: absolute;
    top: -100px;
    left: 20px;
    width: 60px;
    height: 60px;
    transform: translate(0, -100%);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158.46 158.46'%3E%3Cg id='c'%3E%3Ccircle cx='79.23' cy='79.23' r='79.23' style='fill:%23fff;'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 1350px) {
    .cronos-header-image-inner-image-overlay-deco1, .cronos-header-image-inner-image-overlay-deco2 {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .cronos-header-image-inner-headline-inner .mainheadline {
        font-size: 5rem;
    }

    .cronos-header-image-inner-headline-inner .subheadline {
        font-size: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .cronos-header-image-inner-headline-inner .mainheadline {
        font-size: 4rem;
    }

    .cronos-header-image-inner-headline-inner .subheadline {
        font-size: 2rem;
    }
}

