.contactform, .hoger {
    margin-top: -150px;
	}


.uk-input, .uk-select:not([multiple]):not([size]) {
    background: #f5f5f5;
}
.uk-textarea {
    background: #f5f5f5 !important;
}

h1 {
  text-shadow: 1px 1px 1px #222;
  font-size: 60px;
}

.uk-button-primary {
  background-color: #283b6a;
  color: #fff;
  border: 1px solid transparent;
}

.switcher table {
	width: 100%;
	border-collapse: collapse; 
}
.switcher  {
    width: 100%; 
    overflow-x: auto;  
    white-space: nowrap;  
}
.luchthaven {
    margin-top: -100px;
}

.switcher .uk-subnav-pill>*>:first-child {
    padding: 7px 14px;
    background: #f5f5f5;
    color: #6c6d74;
    border: solid 1px #f1f1f1;
    border-radius: 15px;
}
.switcher li.uk-active a {
	background: #2d4990;
	color: #fff;
}
.tekstlager {
	margin-top: 120px;
}
.uk-navbar-nav>li.uk-active>a {
    color: #d93157;
	font-weight: bold;
}
 


@media (max-width: 640px) {
	.switcher table {
    font-size: 10px;
}
	
}