.lijst ul{
   display: block;
   margin: 5px auto 30px;
   padding:0;
   list-style: none;
  }

 .lijst ul li{
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 150%;
    padding: 3px 3px 3px 15px;
    position: relative;
 }
.lijst ul li:before{
   content:"";
   width: 0; 
   height: 0; 
   left: 0;
   top: 10px;
   display: block;
   position: absolute;
   border-top: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 5px solid transparent;
   border-left: 6px solid  #3399cc;
}
   
.lijst ul li a{
   border-bottom: 1px solid #000;
}

header{
   width: 100%;
   position: fixed;
   display: block;
   overflow:visible;
   left:0;
   top: 0;
   z-index: 4;
   height:auto;
   transition: .3s ease;
  }

img.home,
img.home1{
   position: fixed;
   width: 40px;
   height: 40px;
   margin: 0;
   top: 15px;
   left: 15px;
}


header.krimp #trigger-overlay {
   width: 150px;
   height: 90px;
}


.overlay{
   position: fixed;
    overflow-y: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    padding: 100px 0 0;
	background: rgba(51,204,255,.9);
}

.overlay-slidedown{
	visibility: hidden;
	transform: translateY(-100%);
	transition: transform 0.4s ease-in-out, visibility 0s .4s;
    }

.overlay-slidedown.open{
	visibility: visible;
	transform: translateY(0%);
	transition: transform 0.4s ease-in-out;
}

.overlay nav {
   display: block;
	text-align: center;
	position: relative;
    border: 0px solid #fff;
	top: 40%;
	height: 50%;
	transform: translateY(-40%);
}

#trigger-overlay{
   display: block;
   position: absolute;
   z-index: 12;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   display: block;
   margin: 0;
   width: 240px;
   height: 140px;
   padding: 0;
   cursor: pointer;
   transition: .2s ease;
   border: 0px solid #fff;
  }

#trigger-overlay span{
   display: block;
   width: 20px;
   height: 1px;
   background: #fff;
   position: absolute;
   z-index: 2;
   top: 12px;
   left: 50%;
   transform: translateX(-50%);
   opacity: .8
   }

#trigger-overlay span::before,
#trigger-overlay span::after{
   content: "";
   display: block;
   width: 20px;
   height: 1px;
   background: #fff;
   position: absolute;
}

#trigger-overlay span::before{
   top: 5px;
}
#trigger-overlay span::after{
   top: -5px;
}

.overlay .overlay-close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	outline: none;
	z-index: 100;
   color: transparent;
   cursor: pointer;
}
/*ik snap het ook niet maar dat kruisje heeft een transform on:hover:*/
.overlay .overlay-close:hover{
   transform: none
}

.overlay ul {
    font-family:'helveticaneue-thincond', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
    width: 33.33%;
	height: 100%;
	position: relative;
   border: 0px solid green
   }
  
.overlay ul li{
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 36px;
	backface-visibility: hidden;
   }

.overlay ul li a {
	font-size: 36px;
	font-weight: 300;
	display: block;
	color: #fff;
    letter-spacing: 0;
	transition:  .2s ease;
   }

.overlay li a:hover{
    opacity: 1;
    letter-spacing: 1px;
   }

.banners{
   position: absolute;
   bottom: 0;
   text-align: center;
   display: block;
   width: 100%;
   }

.overlay .banners img{
   display: inline-block;
   height: 60px;
   padding: 3px;
   background: #fff;
   margin: 15px 5px;
   border-radius: 5px;
   border: 5px solid #fff;
}


@media all and (max-width: 768px) {
   
header img.logo,
#trigger-overlay{
   width: 150px;
   height: 90px;
   border: 0px solid #444
   }
   
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	right: 15px;
	top: 15px;
}
   
header.krimp #trigger-overlay {
   width: 120px;
   height: 80px;
}

header.krimp img.logo{
   width: 120px;
   height: 80px;
   }
   
.overlay nav {
	top: 0;
	height: 50%;
	transform: none;
    }
.overlay ul {
   width: 49%;
   }
   
.overlay ul li{
   height: 20%;
	height: calc(100% / 5);
	min-height: 34px;
   }
   
.overlay ul li a {font-size: 24px;}

.overlay .banners{display: none;}
   
}

@media all and (max-width: 450px) {

#trigger-overlay span{
   width: 16px;
   top: 8px;
   }

#trigger-overlay span::before,
#trigger-overlay span::after{
   width: 16px;
}

#trigger-overlay span::before{
   top: 4px;
}
#trigger-overlay span::after{
   top: -4px;
}

.overlay .overlay-close {
	width: 30px;
	height: 30px;
}
  
.overlay nav {
   min-height: 100%;
   padding-bottom: 15px
   }
   
.overlay ul {
    font-family: "helveticaneue-lightcond", sans-serif;
    width: 100%;
    height: 50%;
    font-weight: 700;
   }
   
.overlay ul li{
   height: 20%;
	height: calc(100% / 5);
	min-height: 20px;
   }

.overlay ul li a {font-size: 20px;}


   
 }


