*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body	{
	font-family: 'Poppins', sans-serif;
    background-color: #607b8b;
}

h1 {
    color: white;
    font-family:Verdana, Geneva, sans-serif;
    font-size: .75em;
}

h2{
    color: white;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 1.25em;
}

h3{
    color: white;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 1.75em;
}

a	{
	text-decoration:none;
	color: white;
}
p	{
	color: white;
}

@media only screen and (min-width:769px){

    
.wrapper_1 {
    max-width: 1300px;
    margin: auto;
} 

.logo {
    display: flex;            /* Flexbox gebruiken om de inhoud te centreren */
    justify-content:left; /* Horizontaal centreren */
    align-items: center;      /* Verticaal centreren, indien nodig */
    width: 30%;              /* Optioneel: om de container volledige breedte te geven */
    height: auto;             /* Optioneel: indien je de container een specifieke hoogte wilt geven */
    padding: 1px;            /* Optioneel: ruimte rond de afbeelding */
}

.logo img {
    width: 100%;               /* Pas de breedte aan, bijv. 90% van de containerbreedte */         
    height: auto;             /* Houd de oorspronkelijke verhoudingen van de afbeelding */
}

.inloggen2{
    width: 20%;
    float: right;
    margin-top: 2%;
    margin-right: 4%;
}

.navbar {
    display: flex;
	align-items: center;
	padding: 5px;
}

nav	{
	flex: 1;
	text-align: right;
}
nav ul{
	display: inline-block;
	list-style-type: none;
}
nav ul li {
	display:inline-block;
	margin-right: 20px;
}

.navbar .logo   {
    float: left;
    width: 30%;
}

.container  {
    float: right;
    width: 80%;
}

.container_2    {
   display: none;
}

.wrapper_2 {
    max-width: 1300px;
    width: 90%;
    margin: auto;
    margin-top: 3px;
}

.lijn_1   {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.container_3    {
    clear: both;
    max-width: 100%;
	margin:auto;
	padding-left: 25px;
	padding-right: 25px;
    background-color: #4a708b;
}

.container_marcel   {
    display: none;
}

.wrapper_3  {
    max-width: 1300px;
    clear: both;
    width: 98%;
    margin: auto;
    background-color: #607b8b;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
    
}

.tekstbox_1 {
    text-align: left;
    float: right;
    color: #fff;
    flex-basis: 49%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    min-height: 360px;
    
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 15px;
}

.tekstbox_marcel    {
    display: none;
}

.tekstbox_1a {
    text-align: center;
    font-family: segoe script;
    font-size: 2.0em;
    color: #F6b007;
    flex-basis: 34%;
	min-width: 300px;
    background-color:#607b8b;
    height: auto;
    
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 15px;
}


.tekstbox_2 {
    text-align: left;
    float: right;
    color: #fff;
    flex-basis: 49%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    min-height: 360px;
    
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 15px;
}

.container_simone{
    display: none;
}

.tekstbox_simone{
    display: none;
}

.lijn_2 {
    display: none;
}

.col-4  {
    flex-basis: 28%;
    min-width: 200px;
    text-align: center;

}


/* opmaak footer*/

.footer {
    background-color: #555;
    max-width: 1300px;
    margin: auto;
}

.footer p   {
    color: #fff;
    font-size: 1.0em;
}

.footer h3	{
	color: #fff;
	margin-bottom: 20px;
    font-size: 1.1em;
}

.col-4-1  {
    flex-basis: 30%;
    min-width: 300px;
    text-align: center;
}

.col-4-2  {
    flex-basis: 45%;
    min-width: 300px;
    text-align: center;
}

.col-4-2 img{
    width: 200px;
    margin-bottom: 20px;
}

.col-4-3  {
    flex-basis: 12%;
    text-align: center;
}

.col-4-4  {
    flex-basis: 12%;
    text-align: center;
}

ul{
	list-style-type: none;
    color: #fff;	
}

.footer_BoeVi.eu	{
	width: 90%;
    
}

.footer_BoeVi.eu p {
    color: #fff;
    font-size: 0.70em;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
    
}

.tekstbox_3 {
    float: left;
    color: #fff;
    flex-basis:  7%;
    background-color: #4a708b;
    height: auto;
    min-height: 100px;
    padding-left: 5px;
	padding-right: 5px;
    

}
.tekstbox_4 {
    float: right;
    color: #fff;
    flex-basis:  59%;
    background-color: #4a708b;
    height: auto;
    min-height: 100px;
    padding-left: 5px;
	padding-right: 5px;
    

}



}


@media only screen and (max-width:768px){

.wrapper_1  {
    width: 100%;
}

.logo {
    display: flex;            /* Flexbox gebruiken om de inhoud te centreren */
    justify-content: center;  /* Horizontaal centreren */
    align-items: center;      /* Verticaal centreren, indien nodig */
    width: 100%;              /* Optioneel: om de container volledige breedte te geven */
    height: auto;             /* Optioneel: indien je de container een specifieke hoogte wilt geven */
    padding: 20px;            /* Optioneel: ruimte rond de afbeelding */
}

.logo img {
    width: 90%;               /* Pas de breedte aan, bijv. 90% van de containerbreedte */         
    height: auto;             /* Houd de oorspronkelijke verhoudingen van de afbeelding */
}

.inloggen2{
    width: 20%;
    float: right;
    margin-top: 2%;
    margin-right: 4%;
}

.container{
    display: none;
}

.container_2{
    display: block;
}

.custom-link2 {
    color:#fff; /* De kleur van de tekst en het icoon */
    font-size: 1.0em; /* Stel de grootte in van de tekst en het icoon */
    text-decoration: none; /* Verwijder de standaard onderlijning van de link */
    margin-left: 5px;
}

/* Verberg de checkbox */
#menu-toggle {
    display: none;
}

/* Overlay stijlen */
.overlay {
    display: none; /* Standaard niet tonen */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Standaard menu stijlen */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 60px; /* Ruimte voor de hamburgerknop */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

/* Toon het menu en overlay als de checkbox is aangevinkt */
#menu-toggle:checked + .custom-link2 + .overlay {
    display: block;
}

#menu-toggle:checked + .custom-link2 + .overlay + .menu {
    transform: translateX(0);
}

/* Menu lijst stijlen */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.menu ul li a {
    text-decoration: none;
    color: #333;
}

/* Hover effect */
.menu ul li:hover {
    background-color: #f4f4f4;
}

.wrapper_2 {
    max-width: 1300px;
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

.inlog{
    float: right;
    margin-right: 3px;
}

.lijn_1   {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.container_3    {
    display: none;
}

.container_marcel   {
    clear: both;
    max-width: 100%;
	margin:auto;
	padding-left: 25px;
	padding-right: 25px;
    background-color: #4a708b;
}

.wrapper_3  {
    display: none;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
    
}

.tekstbox_marcel    {
    color: #fff;
    flex-basis: 98%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    min-height: 150px;
    padding-left: 7px;
	padding-right: 7px;
    padding-top: 15px;
}

.tekstbox_1 {
display: none;
}

.container_simone   {
    clear: both;
    max-width: 100%;
	margin:auto;
	padding-left: 25px;
	padding-right: 25px;
    background-color: #4a708b;
}

.tekstbox_simone    {
    color: #fff;
    flex-basis: 98%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    min-height: 150px;
    padding-left: 7px;
	padding-right: 7px;
    padding-top: 15px;
}

.lijn_2   {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.tekstbox_2 {
    
    color: #fff;
    flex-basis: 98%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    min-height: 150px;
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 15px;
}

.col-4  {
    flex-basis: 31%;
    text-align: center;

}


/* opmaak footer*/

.footer {
    background-color: #555;
}

.footer p   {
    color: #fff;
    font-size: 0.70em;
}

.footer h3	{
	color: #fff;
	margin-bottom: 20px;	
}

.col-4-1  {
    flex-basis: 30%;
    min-width: 300px;
    text-align: center;
}

.col-4-2  {
    flex-basis: 45%;
    min-width: 300px;
    text-align: center;
}

.col-4-2 img{
    width: 200px;
    margin-bottom: 20px;
}

.col-4-3  {
display: none;
}

.col-4-4  {
display: none;
}

ul{
	list-style-type: none;
    color: #fff;	
}

.footer_BoeVi	{
	width: 100%;
    margin: auto;
    
}

.footer_BoeVi p {
    color: #fff;
    font-size: 0.7em;
    text-align: center;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
    
}

}