section#header {
  position: relative;
  min-height: 450px;
  height: 50vh;
  background-size: cover; }
  @media (max-width: 768px) {
    section#header {
      min-height: 350px;
      height: 50vh; } }
  section#header .menu-button {
    background-color: transparent;
    border: none;
    width: 44px;
    font-size: 13px;
    color: white;
    text-align: left;
    padding: 0px; }
  section#header hr.menu-hr {
    border: 1px solid white;
    background-color: white;
    margin: 8px 0 0; }
  section#header #myVideo {
    display: none; }

section#header-homepage {
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    section#header-homepage {
      background-size: cover;
      height: 100vh;
      max-height: 1080px; } }
  section#header-homepage #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-height: 1080px;
    display: none; }
    @media (min-width: 769px) {
      section#header-homepage #myVideo {
        display: block; } }
  section#header-homepage .video-div {
    display: none; }
    @media (min-width: 768px) {
      section#header-homepage .video-div {
        display: block; } }
  section#header-homepage .menu-button {
    background-color: transparent;
    border: none;
    width: 44px;
    font-size: 13px;
    color: #003A63;
    text-align: left;
    padding: 0px; }
  section#header-homepage hr.menu-hr {
    border: 1px solid #003A63;
    background-color: #003A63;
    margin: 9px 0 0; }

.bottom-narrow-img {
  width: 100%;
  height: auto; }

.bottom-narrow {
  position: absolute;
  bottom: -1px;
  width: 100%; }

.logo {
  padding-top: 60px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: right; }

.menu-hamburger {
  margin-right: 60px;
  margin-bottom: -40px; }
  @media (max-width: 768px) {
    .menu-hamburger {
      margin-right: 20px;
      max-width: 200px; } }

.btn-menu {
  background-color: Transparent;
  border: none;
  max-width: 44px; }
  .btn-menu.btn-menu:active, .btn-menu :focus {
    border: 2px white solid; }

.btn-logo {
  position: absolute;
  left: 70px;
  background-color: Transparent;
  border: none;
  outline: none; }
  @media (max-width: 768px) {
    .btn-logo {
      left: 0px;
      top: 20px; } }
  .btn-logo.btn-logo:active, .btn-logo :focus {
    border: 1px white solid; }

.logo-img {
  max-width: 300px;
  height: auto; }
  @media (max-width: 540px) {
    .logo-img {
      width: 150px;
      max-width: 80%; } }

.logo-img-deskop {
  height: 180px;
  width: auto; }

.logo-img-mobile {
  width: 150px;
  max-width: 80%; }

.dropdown {
  float: right;
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  opacity: .9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  border: 2px #1A6790 solid; }

.dropdown-content a {
  color: #003A63;
  padding: 12px 15px 0px 15px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  text-align: center; }

.dropdown-content a:hover {
  background-color: #dddddd; }

.show {
  display: block; }

.menu-items {
  padding: 20px 0px; }

/*# sourceMappingURL=header.css.map */
