﻿.hela-header {
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 50px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
    position: relative;
}
.hela-header-spot-page.hela-header {
    height: 75vh;
}
.hela-header-normal-page {
    height: 50vh;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .hela-header {
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) and (max-width: 12000px) {
    .hela-header {
        flex-direction: column;
    }

    .hela-header > .umb-grid {
          margin-top: 10vh;
    }

    .row-negative-top-margin {
        margin-top: -245px /*-270px*/;
    }

    .spot-usp-shadow {
        box-shadow: none !important;
    }
    .hero-start-page .spot-usp-content-front-body > div {
        margin: -75px auto 0;
        
    }
    .hero-start-page .spot-usp {
        height: 200px;
    }
}

.hero-start-page .spot-usp-content-front {
    border-radius: 15px 15px 0 0;
}
