.header {
  color: white;
  width: 100%;
  height: 44vw;
  overflow: hidden;
}

.logo {
  position: fixed;
  width: 3.25vw;
  height: 3.25vw;
  z-index: 99;
}

.nav-balk {
  position: fixed;
  height: 3.25vw;
  top: 0;
  left: 3.25vw;
  width: 100%;
  z-index: 98;
  object-fit: cover;
}

.black-bar {
  position: fixed;
  width: 3.25vw;
  height: 4vw;
  background-color: black;
  z-index: 97;
}

.logo-text {
  position: fixed;
  top: 3.25vw;
  left: 0.1vw;
  font-size: 0.65vw;
  font-family: 'Roboto', sans-serif;
  z-index: 98;
  margin: 0;
  font-weight: bolder;
}

.title-section {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  text-align: center;
  margin: auto;
  width: 100%;
  top: 16.5vw;
}

.title {
  font-size: 4.5vw;
  letter-spacing: 0px;
  margin: 0 auto;
  margin-bottom: 1.5vw;
  font-weight: bold;
}

.under-title {
  font-size: 2.25vw;
  margin: 0;
  margin-top: 1.5vw;
}

.under-title-new-year {
  font-family: 'Great Vibes', cursive;
  font-size: 2.5vw;
  margin: 0;
  margin-top: 0vw;
  color: #D2560F;
}

#bar1 {
  width: 100%;
  height: 0.5vw;
  margin: 0 auto;
  background-color: #D2560F;
}

.dropdown {
  position: fixed;
  z-index: 98;
  right: 0vw;
  top: 0vw;
  height: 0vw;
}

.dropbtn {
  position: absolute;
  right: 1.5vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.25vw;
  border: none;
  color: #454443;
  padding: 0.46vw;
  font-size: 1.5vw;
  z-index: 98;
  width: 3.25vw;
  outline: 0 !important;
}

.dropbtn img {
  margin-left: 0.5vw;
  vertical-align: middle;
  height: 10vw;
}

.dropdown-content {
  font-family: 'Roboto', sans-serif;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  right: -0vw;
  top: 3.25vw;
  width: 13.5vw;
  font-size: 1.5vw;
  text-align: center;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0,0,0,0.2);
  z-index: 98;
  border-radius: 0 0 0.75vw 0.75vw;
  outline:none;
}

.sfeerimpressiebutton {
  padding: 0vw 0vw;
  display: inline-block;
}

.dropdown-content-default {
  font-family: 'Roboto', sans-serif;
  color: #454443;
  padding: 0.6vw 0.8vw;
  text-decoration: none;
  display: block;
  z-index: 98;
  float: left;
  width: 100%;
}

.dropdown-sfeerimpressie-icon-i {
  color: #D2560F;
}

.dropdown-content-default:hover, .dropdown-sfeerimpressie:hover {
	background-color: #EA851F;
	color: white;
}

.dropdown-sfeerimpressie:hover .dropdown-sfeerimpressie-icon-i {
    color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-sfeerimpressie {
  font-family: 'Roboto', sans-serif;
  color: #454443;
  padding-bottom: 0.6vw;
  padding-top: 0.6vw;
  width: 100%;
  float: left;
  text-decoration: none;
  display: block;
  z-index: 98;
}
