/* 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:125px;
transition: all 0.7s ease;
padding:0 20px;
z-index:88;

 background-color: #fff;
	background-image: url("../images/SDG_streepjes_rechts_boven.svg");
	background-repeat: no-repeat;/* 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: 125px;
    transition: all 0.7s ease;
    padding: 0 20px;
    z-index: 88;

    background-color: #fff;
    background-image: url("../images/SDG_streepjes_rechts_boven.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 65px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
}
#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 {
}

#topwrapper.stick {
    height: 95px;
}

#logo {
    width: 355px;
    padding: 12px 20px 60px 0;
    margin-top: -17px;
}
#topwrapper.stick #logo img {
    width: 129px;
    margin-top: -3px;
}
#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: 500px;
    height: auto;
    display: block;

    padding: 10px;
    border-radius: 15px;
}

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

.icon-menu {
    float: right;
    width: 65px;
    height: 65px;
    margin-top: -3px;
    border-radius: 46px;
    border: #ffdd00 solid 2px;
    background-color: #009fe3;
}

#icons {
    text-align: right;
    pointer-events: initial;
    position: fixed;
    right: 40px;
    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 {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 46px;
    border: #ffdd00 solid 2px;
    color: #000;
    text-align: center;
    position: relative;
    background-color: #009fe3;
}
.icon-phone i {
    font-size: 24px;
    line-height: 42px;
    position: absolute;
    top: -2px;
    left: 6px;
}
.icon-phone a {
    color: #ffdd00;
    text-decoration: none;
}

.bar1,
.bar2,
.bar3 {
    width: 34px;
    height: 3px;
    background-color: #ffdd00;
    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: 0;
    margin-top: 25px;
}

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

#nav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    position: relative;
    z-index: 100;
    font-size: 18px;
    width: auto;
    font-weight: bold;
         border-top: solid 4px transparent;
}

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

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

#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: #009fe3;
    border-top: solid 4px #ffdd00;
}
#nav ul li a:hover,
#nav ul > li.mx_current > a {
    color: #009fe3;
    border-top: solid 4px #ffdd00;
}

#nav ul li ul li a:hover,
#nav ul li > ul li.mx_current > a {
    color: #009fe3;
    border-top: none;
}

/*Second level*/
#nav ul ul {
    position: absolute;
    display: none;
    top: 50px;
    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: 000;
    border-top: solid 4px #ffdd00;
}

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

#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);
    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;}*/

#menu .container-bar {
    right: 22px;
    top: 17px;
}

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

#menu {
    position: fixed;
    background: #009fe3;
    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: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: #ffdd00;
}
#menu ul li.mx_current > a {
    color: #ffdd00;
}

#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: #ffdd00;
}

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

/* 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-radius: 46px;
        border: #fff solid 2px;
    }
    #nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #topwrapper {
        background-size: 27px;
    }
    #icons {
        right: 10px;
    }
}

@media screen and (max-width: 680px) {
    .icon-phone {
        margin-right: 6px;
    }
}

	background-position: right top;
	background-size:65px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
}
#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 {

}

#topwrapper.stick {
height: 95px;
}
	
#logo {
   width: 355px;
    padding: 12px 20px 60px 0;
    margin-top: -17px;
}
#topwrapper.stick #logo img {    width: 129px;
    margin-top: -3px;}
#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: 500px;
    height: auto;
    display: block;

    padding: 10px;
    border-radius: 15px;
}

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

.icon-menu {
    float: right;
    width: 65px;
    height: 65px;
    margin-top: -3px;
    border-radius: 46px;
    border: #ffdd00 solid 2px;
	background-color:#009fe3
}

#icons {
    text-align: right;
    pointer-events: initial;
    position: fixed;
   right:40px;
    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 {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 46px;
    border: #ffdd00 solid 2px;
    color: #000;
    text-align: center;
    position: relative;
	background-color:#009fe3
}
.icon-phone i {
    font-size: 24px;
    line-height: 42px;
    position: absolute;
    top: -2px;
    left: 6px;
	
}
.icon-phone a {
    color: #ffdd00;
    text-decoration: none;
}

.bar1, .bar2, .bar3 {
width : 34px;
height : 3px;
background-color : #ffdd00;
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: left;
    pointer-events: initial;
}
#nav ul {margin:0; padding:0; list-style:none; text-align:left;  }
#nav > ul {display:inline-block;  
    margin-bottom: 0;
    margin-top: 25px;
}

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

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

}

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

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

#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:#009fe3;
	border-top:solid 4px #ffdd00;
}
#nav ul li a:hover, #nav ul > li.mx_current > a {
color:#009fe3;
	border-top:solid 4px #ffdd00;
}

#nav ul li ul li a:hover, #nav ul li > ul li.mx_current > a {
color:#009fe3;
	border-top:none;
}

/*Second level*/
#nav ul ul {
position:absolute;
display:none;
top:50px; 
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:000;
 border-top: solid 4px #ffdd00;
}

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


#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;}*/



#menu .container-bar {

right:22px;
top:17px;
}

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

#menu {
  position: fixed;
   background:#009fe3;
  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: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: #ffdd00;
}
#menu ul li.mx_current > a {
color:#ffdd00;
	
}


#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:#ffdd00;
	
}

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

/* 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-radius: 46px;
    border: #fff solid 2px;
	}
#nav {
display:none;
}

}

@media screen and (max-width: 768px) {
#topwrapper {
	background-size: 27px;
		}
	#icons {right: 10px;}
}

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

	.icon-phone {margin-right:6px;}
}
@media screen and (max-width: 480px) {
#logo img {
  
    max-width: 156px;
    margin-top: 15px;
	}

}



