/* CSS Document */




.mx_logged_in #topwrapper, .mx_logged_in #menu{
top:52px;
}
#header {
background: rgb(31,24,58);
    background: linear-gradient( 90deg,rgba(16,31,45,.6) 25%,rgba(0,0,0,.40) 50%,rgba(125,103,65,.0));
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:95px;
transition: all 0.7s ease;
padding:0 20px;
z-index:88;
pointer-events:none;
 background-color: #243588;
}
#topwrapper {
padding:0 20px;
}

#topwrapper.stick {
background: #243588;
	    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 #logo {
width:200px;

}
	
#logo {
    width: 200px;
    padding: 12px 20px 60px 0;
    margin-top: 0px;
}
#logo img.white {
    display: block;
}
#logo img.color {
    display: none;
}
#logo img {
    width: 100%;
    max-width: 245px;
    height: auto;
    display: block;
}

.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: #ffffff solid 2px;
}

#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 {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 46px;
    border: #ffffff solid 2px;
    color: #243588;
    text-align: center;
    position: relative;
}
.icon-phone i {
    font-size: 24px;
    line-height: 42px;
    position: absolute;
    top: -2px;
    left: 6px;
}
.icon-phone a {
    color: #fff;
    text-decoration: none;
}
.icon-phone a:hover {
    color: #ccc;
    text-decoration: none;
}

.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 : #ffffff !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;
}

/* gekleurde blokken top */
.container-blokken {
	min-height:50px;
	max-width: 1400px;
margin: 50px auto 50px;
	padding: 0 2%;
	
}
   .content-left-bottom .container-blokken {
	   padding:0;
}
       .blok-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px; /* Pas de gap aan zoals gewenst */
        }

        .blok-container a {
            flex: 1 1 calc(25% - 10px); /* Vier kolommen met een gap */
            box-sizing: border-box; /* Zodat de padding en border bij de breedte opgeteld worden */ font-size:26px;
        }
.content-left-bottom  .blok-container a {
            flex: 1 1 calc(50% - 10px); /* Vier kolommen met een gap */
            box-sizing: border-box; 
	font-size:24px;
        }

        .blok-small {
            padding: 20px;
            text-align: center;
            border: 1px solid #ccc;
			background-color: #d4d4d4; 
			color:#fff;
        }
#zorg {background-color:#243588;; }
#onderwijs{background-color:#bf674e; }
#geld{background-color:#eacf38; }
#samen{background-color:#f39c9b; }
#opgroeien {background-color:#fcb474; }
#vrijetijd {background-color:#aad3e0;}
#zelfstandig{background-color:#d397b6;}
#kidsclub {background-color:#c7c7e7; }

 @media (max-width: 1250px) {
.blok-container a {
 
    font-size: 18px;
}
}

        @media (max-width: 768px) {
            .blok-container a {
                flex: 1 1 calc(50% - 10px); /* Twee kolommen op kleinere schermen */
            }
		.content-left-bottom  .blok-container a {
         font-size:16px;
        }	
			
			
        }

        @media (max-width: 480px) {
            .blok-container a {
                       flex: 1 1 calc(50% - 10px);
        font-size: 12px;
            }
        }
/* einde gekleurde blokken top */
/* start footer flexbox */
.footer {
   padding: 20px 2%;
	
}

.container-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 2%;
}

.footer-1, .footer-2, .footer-3, .footer-4 {
    width: calc(25% - 20px); /* Verdeel in 4 blokken met ruimte ertussen */
    margin-right: 20px;
    box-sizing: border-box;
}

.footer-1 {
    /* Aanpassingen voor footer-1 */
}

.footer-2 {
    /* Aanpassingen voor footer-2 */
}

.footer-3 {
    /* Aanpassingen voor footer-3 */
}

.footer-4 {
    /* Aanpassingen voor footer-4 */
}
.footer h3 {font-weight: bold; margin-top: 20px; color:#000; font-size:16px; margin-bottom:0;}
.footer .knop {margin-left:0;}
.footer-3 td {padding:2%;}
.footer-3 td img {width:100%; max-width:40px; height:auto;}
.footer table { width:auto !important; }
.footer a:hover {
	color:#7d7d7d;
	text-decoration:none;
}
.footer a {
	color:#243588;
	text-decoration:none;
}
.footer-ovk {
	float: left;
	color: #2f2f2f;
	font-size: 10px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	}
.footer-ovk a {
	color:#2f2f2f;
	text-decoration:none;
}
.footer-ovk a:hover{
	color:#2f2f2f;
	text-decoration:underline;
}
.footer-inside {width:100%;max-width:1400px;margin:0 auto;}
.footer-inside .logo {
    float: left;
    max-width: 400px;
	width: 100%;
	    
}
.footer-copyright {
	float: left;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background-color:#fff;
	border-top: 1px solid #e9e9e9;

	}
.footer-copyright p { width:50%; margin-top:40px; color:#ccc !important; float:right;}
/* einde footer flexbox */

@media (max-width: 768px) {
	
	
	.footer-inside {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center;    /* Verticaal centreren */
  height: 100px;          /* Zorg ervoor dat de hoogte voldoende is om verticaal te centreren */
}
	
	.footer-copyright p {
    float:none;
    margin: 0 auto;
}
	
    .footer-1, .footer-2, .footer-3, .footer-4 {
        width: 100%; /* Op kleinere schermen, alle blokken onder elkaar */
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* CSS Document */

#nav {
    float: left;
    width: 73%;
    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:#fff; 
text-decoration:none; 
position:relative; 
z-index:100;
font-size:18px;
width:auto;
font-weight:bold;
	text-transform: uppercase;
}

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

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

#topwrapper.stick #nav ul li a {
color:#fff;
}
#topwrapper.stick #nav ul li ul li a {
color:#333;
}

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

/*Second level*/
#nav ul ul {
position:absolute;
display:none;
top:57px; 
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:#243588;
}

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


#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-color:#243588;
  top:0;
  height: 100%;
  z-index: 999999;
  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: rgba(195, 140, 86, 0.9);
}
#menu ul li.mx_current > a {
color:rgba(195, 140, 86, 0.9);
	
}


#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:rgba(195, 140, 86, 0.9);
}

#menu ul a:hover i:first-child { color: rgba(195, 140, 86, 0.9); }

/* 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) {

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

}
