




/* header */

.header {
  background-color: #fff;
  

  position: fixed;
  width: 100%;
  z-index: 20;
  top:0;
  font-size: 15px;
  padding:10px
}

.header ul {
  
  list-style: none;
  overflow: hidden;
  background-color: #fff;
 
}

.header li a {
  display: block;
 margin-top:10px;
  text-decoration: none;transition: 0.4s;
}

.header li a.dien:hover{background-color:#898F70;color:#fff;border: solid 0px #898F70;}
.header li a.con:hover{background-color:#fff;}
.header li a.last:hover{background-color:#555;color:#fff;border: solid 0px #555;}
.header .menu-btn:hover {}

.header .logo {
  display: block;
  float: left;
 
  padding: 0px 0px;
  text-decoration: none;

}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 23px;
  
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height:100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media screen and (min-width: 1351px) {
	.header {}
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 10px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-right:10px
  }
  .header .menu-icon {
    display: none;
  }
  .dien { color:#fff; background-color:#555;border: solid 0px #555;margin:5px;background-image: url('/algemeen/HI_beeldmerk.svg');background-repeat: no-repeat;   background-position: bottom right; background-size: 20px ;;border-radius: 4px}
.last {color:#fff; background-color:#898F70;  border: solid 0px #898F70;margin:3px;border-radius: 4px}
.con {color:#555;;margin:5px;}


.logoimg{  margin-left:0px;padding:0px;
  margin-top: 0px;max-width:330px}
}

@media screen and (max-width: 1350px) {


  .header {background-color:#fff; font-size: 20px;line-height: 1.6;padding:10px;
  
  }

  .header li {  
  }
  .header .menu { background-color:#fff;margin:0px;  text-align: center;padding-left:0px ; }
  .header .menu-icon {margin-top:10px 
  }
 
  .dien {position: relative;margin:5px;margin-bottom:0px;color:#fff; background-color:#555;border: solid 0px #555;background-image: url('/algemeen/HI_beeldmerk.svg');background-repeat: no-repeat; background-size: 20px ;  background-position: bottom right;width:250px;left:50%;margin-left:-125px;padding:8px
}
.first{margin-top:40px}
.last {position: relative;margin:5px;margin-bottom:400px;color:#fff; background-color:#898F70;border: solid 0px #555; width:250px;left:50%;margin-left:-125px;padding:8px}
.con {margin:5px;}
.logoimg{width:250px;margin-left:10px;
  margin-top: 10px}}
}





