/* CSS Document */

.mx_logged_in #topwrapper, .mx_logged_in #menu{
top:52px;
}
#header {

   
height:91px;
padding:0 40px; 
}
#headerwrapper {
/*background-image:url(../afbeeldingen/logo.png);
background-repeat:no-repeat;
background-size:cover;
background-position:center center;*/
position:relative;
}

#topwrapper {
position:fixed;
top:0;
left:0;
width:100%;
height:99px;
transition: all 0.7s ease;
padding:0 20px;
z-index:88;
pointer-events:none;
background: linear-gradient(to right, #012a5c, #023b7e, #001f3f);

}
#topwrapper {
padding:0 20px;
}

#topwrapper.stick {
background: #ffffff;
	    box-shadow: 0px 5px 7px rgb(0 0 0 / 35%);
/*border-bottom: 2px solid;
  border-image-source: linear-gradient(45deg, rgba(0,85,160,.79) 25%,rgba(0,157,224,.79) 50%,rgba(120,190,32,.79));
  border-image-slice: 1;*/
}
#logomob {display:none;}
		#topwrapper.stick #logomob {

}
#logo {
/*background-image:url(../images/blob-shape-white.svg);
background-position:center bottom;
background-repeat:no-repeat;
background-size:100% auto;*/
float:left;
width:245px;
padding:20px 20px 60px 0;
pointer-events: initial;
}
#topwrapper.stick {
height: 95px;
}
	
#logo {
    width: 200px;
    padding: 12px 20px 60px 0;
    margin-top: -6px;
}
#topwrapper.stick #logo img {    width: 129px;
   margin-top: -27px;
    backdrop-filter: brightness(0.5);}
#logo img {width: 200px;transition: all 0.7s ease;}

#logo img.white {
    display: block;
}
#logo img.color {
    display: none;
}
#logo img {
    width: 100%;
    max-width: 245px;
    height: auto;
    display: block;
	    background-color: #fff;
    padding: 10px;
       border-radius: 50%;
	    margin-top: -40px;
}

.container-bar {
       display: inline-block;
    cursor: pointer;
    padding-top: 8px;
    padding-right: 13px;
}

.icon-menu {
    float: right;
    width: 65px;
    height: 65px;
    margin-top: -3px;
 	background-color: #c7d72e;position: relative;
}
.icon-menu::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid white; /* dun wit lijntje */
  border-radius: 4px; /* iets kleiner dan de buitenradius */
  pointer-events: none; 
  transition: all 0.3s ease;
}
/* Hover effect */
.icon-menu:hover {
  background-color: #c7d72e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.icon-menu:hover::before {
  border-color: #fff;
}

#icons {
    text-align: right;
    pointer-events: initial;
    position: fixed;
   right:0;
    width: auto;
    padding: 20px;
   	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.icon-phone {
  display: inline-flex; /* zodat icon + tekst netjes naast elkaar staan */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #2895ce; /* blauw naambord */
  color: #fff;
  border: none;
  padding:  7px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
 margin-right:3px;
}

.icon-phone::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid white; /* dun wit lijntje */
  border-radius: 4px; /* iets kleiner dan de buitenradius */
  pointer-events: none; 
  transition: all 0.3s ease;
}

/* Hover effect */
.icon-phone:hover {
  background-color: #1f6fa3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.icon-phone:hover::before {
  border-color: #c7d72e;
}

/* Icon styling */
.icon-phone i {
  font-size: 24px;
	color:#fff;
  margin-right: 0; 
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
#icons .icon-phone:first-child {
  background-color: #8e3e9d; /* paars */
}

#icons .icon-phone:first-child:hover {
  background-color: #ccc;
}

#icons .icon-phone:nth-child(2) {
  background-color:#2895ce;  /* groen */
	margin-right:7px;
}

#icons .icon-phone:nth-child(2):hover {
  background-color: #ccc;
}



.bar1, .bar2, .bar3 {
width : 34px;
height : 3px;
background-color : #fff;
margin : 9px 2px;
transition : 0.4s;
}

.icon-menu .change {
	display:none;
}
.change .bar1 {
transform : rotate(-45deg) translate(-10px,7px);
width : 35px;
background-color : #fff !important;
}

.change .bar2 {
opacity : 0;
background-color : #fff !important;
}

.change .bar3 {
transform : rotate(45deg) translate(-9px,-7px);
width : 35px;
background-color : #fff !important;
}

#topwrapper.stick .bar1, #topwrapper.stick .bar2, #topwrapper.stick .bar3,
#menu.stick .bar1, #menu.stick .bar2, #menu.stick .bar3 {
/*background-color:#fff;*/
}



#sidemenu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom:0;
padding:0;
display:none;
}

#sidemenu i {
display:none;
}

h2#show-filters {
display:block;
padding:0;
position:relative;
cursor:pointer;
}

h2#show-filters i{
font-size:40px !important;
top:0;
right:0;
padding-top:0 !important;
position:absolute;
}

#sidemenu ul {
padding-bottom:20px;
padding-top:20px;
}






/* CSS Document */

#nav {
    float: left;
    width: 83%;
    text-align: center;
    pointer-events: initial;
}
#nav ul {margin:0; padding:0; list-style:none; text-align:left;  }
#nav > ul {display:inline-block; margin-bottom:-6px;
}

#nav > ul > li { display:inline-block; 
z-index:99;
position:relative;
}

#nav ul li a {
display:block;  
color:#ccc; 
text-decoration:none; 
position:relative; 
z-index:100;
font-size:18px;
width:auto;
font-weight:bold;

}

#nav ul li:hover a {
text-decoration:none;
}

#nav > ul > li > a {
padding-left: 0px;
padding-right: 20px;
line-height: 95px;
}

#topwrapper.stick #nav ul li a {
color:#333;
}
#topwrapper.stick #nav ul li ul li a {
color:#333D;
}
#topwrapper.stick #nav ul li a:hover, #topwrapper.stick #nav ul > li.mx_current > a {
color:#461254;
}
#nav ul li a:hover, #nav ul > li.mx_current > a {
color:#ffffff;
}

/*Second level*/
#nav ul ul {
position:absolute;
display:none;
top:95px; 
left:0;
margin:0;
width:auto;
min-width:190px;
white-space:nowrap; 
padding-top:6px;
padding-bottom:6px;
z-index:99;
background-color:#FFFFFF;

-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
}

#headerwrapper.stick #nav ul ul {
top:75px; 
}

#nav ul ul > li.mx_current > a {
color:#2895ce;
}

/*#nav ul ul > li.mx_current > a:hover {
color:#461254;
}*/


#nav ul ul a {
padding-top:9px; 
padding-bottom:7px;
padding-left:20px;
padding-right:25px;
margin-left:0;  
border-top:0;
font-size:15px;
line-height:17px;
text-align:left;
color:#575756;
text-transform:none;

}

#nav ul ul > li.mx_last a {
padding-bottom:10px;
}

#nav ul ul a:hover{
color:#0276B3;
}

/*#nav ul ul li.mx_parent {
background-image: url(../layout/submenu-arrow.gif);
background-repeat:no-repeat;
background-position:center right;
}*/
	
/*Third level*/

#nav ul ul ul {
left:100%; 
top:auto; 
margin-top:-35px; 
padding-left:0px;
margin-left:0; 
-moz-background-clip: padding;     /* Firefox 3.6 */
-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
min-width:260px;
width:auto;		 
border-left: 10px solid rgba(0,0,0,0.0);
border-top:0;
 white-space: normal; 
}

#nav ul ul ul:after {
display:none;
}

#nav ul ul ul a {
padding-right:20px;  
}

/*Fourth level*/
#nav ul ul ul ul {background:#66c;}

#nav li:hover {z-index:100;}




/*#nav ul li a.hassub {background:url(down.gif) no-repeat right center;}
#nav li.left ul li a.hassub {background:url(down.gif) no-repeat left center;}*/


/*#nav ul ul,
#nav ul ul ul {left:-9999px; right:auto; opacity:0;}*/

#nav ul li:hover > ul { display:block; opacity:1;}
#nav ul ul li:hover > ul {left:100%; opacity:1;}

/*#nav ul li:hover > a.hassub {background:url(right.gif) no-repeat right center;}*/

#nav > ul > li.mx_last > a {
    background-color: #c7d72e; /* groen */
    color: #fff; /* witte tekst */
    padding: 8px 16px;
    border-radius: 6px;
    line-height: normal;
    margin-top: 25px; /* optioneel */
}

#nav > ul > li.mx_last > a:hover {
    background-color: #c7d72e; /* iets donkerder groen bij hover */
}




#menu .container-bar {

right:22px;
top:17px;
}

#menu .container-bar, .icon-menu {
display:none;
}

#menu {
  position: fixed;
  background: linear-gradient(to right, #8e3e9d, #441452);
  top:0;
  height: 100%;
  z-index: 99;
  padding:40px 50px;
  width: 100%;
  max-width:100%;
  color: #ffffff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
	}

#menu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom:0;
	    margin-left: 0;
  padding: 0;
  }
#menu ul ul {
 
	    margin-left: 10px;
  
  }
  
#menu > ul:last-of_type {
margin-bottom:50px;
}

#menu ul li { /*border-bottom: 1px solid #5B5B5B;*/ position:relative; }

#menu ul li a {

 font-size: 26px;
    line-height: 40px;
  text-decoration: none;
  font-weight: 600;
  color:#FFFFFF;
  transition: all 0.3s ease;
  display:block;
}


#menu ul li ul li a {

 font-size: 19px;
    line-height: 40px;
  text-decoration: none;
  font-weight: 600;
  color:#FFFFFF;
  transition: all 0.3s ease;
  display:block;
}

li.mx_parent a {font-size:26px;}

#menu > ul > li.mx_first {

}

#menu ul a:hover {
  color: #a4c847;
}
#menu ul li.mx_current > a {
color:#a4c847;
	
}


#menu ul li.mx_parent > a:after {
content: "\f067";
font-family:'Line Awesome Free';
display:block;
position:absolute;
right:8px;
top:2px;
}

#menu ul li.mx_parent li.mx_current > a {
color:#a4c847;
}

#menu ul a:hover i:first-child { color: #a4c847; }

/* Submenu */

#menu ul li a.active+ul { display: block }

#menu ul li ul {
  margin-top: 0;

}

#menu ul li ul li { border-bottom: none;
 }

#menu ul li ul li a { padding-left: 0px; }

#menu ul li ul li ul li a { padding-left: 30px; }

#menu ul li ul li a:hover {  }


.left { right: -100%; }
.left #menu.stick .bar1, #menu.stick .bar2, #menu.stick .bar3 {
    background-color: none;
}

.show { right: 0  ;}

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

#topwrapper {
    padding: 0px;
}
	
#menu .container-bar, .icon-menu {
display:block;
	

}
	.change {
    /* display: block; */
    /* float: right; */
    width: 65px;
    height: 65px;
    margin-bottom: 23px;
    /* margin-right: -30px; */
    padding-left: 12px;
  
    border: #fff solid 2px;
	}
#nav {
display:none;
}

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

	.icon-phone {margin-right:6px;}
}

