/* HEADER  */
#header {
	position: fixed;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 100%;
	z-index: 100;
	transition: 0.2s ease-in-out;
}

#loader {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 200px;
}

svg {
	transition: 0.2s ease-in-out;
	position: absolute;
}

.blobs {
	-webkit-filter: url("#goo");
	filter: url("#goo");
}

.blob { fill: #e0ff72; }
.nba-logo {	margin: 23%; }

.cls-1 {
	float: left;
	fill: #491815;
	stroke-width: 0px;
}

rect {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* MENU  */
.menu-container {
  width: 120px;
  float: right;
}

ul { margin: 20px 0 0 0; padding: 0; width: 100%;}
ul li {
  display: inline;
  text-align: center;
}

.six > a { width: 50px; }
.seven > a { width: 50px; }

ul a {
  display: inline-block;
  padding: .75rem 0;
  margin: 0;
  text-decoration: none;
  color: #e2e2e2;
  font-size: 1.2em;
  transition: 0.2s ease-in-out;
}

hr {
  height: 5px;
  width: 80px;
  margin: 0;
  background: #e0ff72;
  border: none;
  transition: .3s ease-in-out;
}

.lijn-active ~ hr {margin-left: 0px; width: 110px;}
.lijn-active-home ~ hr {margin-left: 0px; width: 50px;}

.six:hover ~ hr {  margin-left: 0px; width: 50px; }
.seven:hover ~ hr {  margin-left: 50px; width: 54px; }


/* PAGINA CONTENT */
.pagina_box {
	margin: 0;
	height: 100vh;
	width: 100%;
}


/* JUMBO  */
#jumbo {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_text {
	padding-left: 5%;
	/*margin-top: 15vh !important;*/
	color: #e0ff72;
	width: 100%;
	float: left;
	position: absolute;
	z-index: 99;
	top: 50vh;
}

.thema_text {
	padding-left: 5%;
	/*margin-top: 15vh !important;*/
	color: #e0ff72;
	width: 100%;
	float: left;
	position: absolute;
	z-index: 99;
	bottom: 10vh;	
}

.home_text span {
	font-size: 4rem;
	font-family: KareliaOuttakes;
}

.thema_text span {
	font-size: 3rem;
	font-family: KareliaOuttakes;
}

#typewriter_element {	font-family: KareliaOuttakes; }

.home_text h2.ondertext {
	font-size: 2rem !important;
	color: #e2e2e2;
	font-weight: normal;
	line-height: 1.15!important;
}

.thema_text h2.ondertext {
	font-size: 2rem !important;
	color: #e2e2e2;
	font-weight: normal;
	line-height: 1.15!important;
}

/* CONTENT */
.contact-info {
	height: 80px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-right: 40px;
	width: 100%;
	color: #e2e2e2;
}

.contact-info i:hover {
	color: #e0ff72;
}

.contact-info a, #contactInfo a {
	color: inherit;
  text-decoration: none;
}

.fa-brands, .fa-regular {
	font-size: 2rem !important;
}

/* CONTACT BOX */ 
#contactInfo {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 24, 21, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: right 0.5s ease;
  text-align: center;
  z-index: 100000;
}

#contactInfo h1, #contactInfo p {
  margin: 20px;
  font-size: 2rem;
  justify-content: center;
  line-height: 1.15;
}

#contactInfo h1 {
	color: #e0ff72;
  font-size: 3rem;
  font-family: KareliaOuttakes;
  font-weight: normal;
}

.fusion-flyout-menu-icons.fusion-flyout-mobile-menu-icons.contactform {
  position: absolute;
  top: 42;
  right: 17;
  color: #491815;
}
.fusion-flyout-mobile-menu-icons .menu-text .glyphicon.fa-envelope.fas {
	line-height: 1.15;
	margin-top: 11px;
}

#menu-hoofdmenu li {
  display: inline-block;
  padding: 10px 2px;
  margin: 1px;
  position: relative;
}

#menu-hoofdmenu li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #e0ff72;
  bottom: 0;
  left: 50%;
  /*transition: width 0.3s ease, left 0.3s ease;*/
  transition: 0.2s ease-in-out;
}

#menu-hoofdmenu li.hovered::after, #menu-hoofdmenu li.current_page_item::after {
  width: 95%;
  left: 0;
}

/* RESPONSIVE */
@media screen and (max-width: 1020px) {
  .home_text span { font-size: 1.7rem; }
  .thema_text span { font-size: 1.7rem; }
  .ondertext { font-size: 1.3rem !important; }
  #contactInfo h1, #contactInfo p {
    margin: 15px;
    font-size: 1.4rem;
  }
  #contactInfo h1 {
    font-size: 2rem;
  }
  .home_text {
	padding-left: 3%;
	padding-right: 3%;
	top: 25vh;
	}
}
