/* ------------------------------ */
/* ----------- Header ----------- */
/* ------------------------------ */
.site_header {
    width: 100%;
    z-index: 10;
}

.site_header__row {
    margin-left: 0;
    margin-right: 0;
}
  
.site_logo a {
    display: inline-block;
}



/* ------------------------------ */
/* --------- Navigation --------- */
/* ------------------------------ */




/* ------------------------------ */
/* ---- Headerimage / -video ---- */
/* ------------------------------ */
.site_cover {
    position: relative;
    z-index: 1;
}

.site_cover {
    height: 80vh;
    min-height: 400px;
}

.site_cover .video_container iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
}