/*
  Film produktion

  Blue:     #14357a (20,53,122)
  Green:    #317979


*/

html {/*scroll-behavior: smooth;*/ }

::selection {background-color: #317979; color: #fff;}
::-moz-selection {background-color: #317979; color: #fff;}

.sticky-enabled .main-navigation #primary-menu {background-color: rgba(255,255,255,0.8);}
/* .sticky-enabled .main-navigation #primary-menu ul li a {color: #fff;} */

.sticky-enabled .main-navigation.is_stuck #primary-menu {background-color: rgba(255,255,255,0.8);}
.sticky-enabled .main-navigation.is_stuck {background-color: rgba(255,255,255,1.0);}
/* .sticky-enabled .main-navigation.is_stuck #primary-menu ul li a {color:} */

/* .home .page-hero { position: relative; overflow: hidden; height: 80vh; min-height: 100%; } */
.home .page-hero { position: relative; overflow: hidden; height: 100%; min-height: 100%; }

.home .page-hero .background-video { 
    /* position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; */
    right: 0; bottom: 0; left: 0; top: 0; 
    display: inline-block;
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}

/* @media (max-width: 767px) {
 .home .background-video { display: none;} 
}
@media (min-width: 769px) {
    .home .page-hero {
        background-image: none !important;
    }
} */
