*{
	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%;
}

/* Fotocarousel */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 300%;  /* 3 afbeeldingen naast elkaar */
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 33.33%; /* Elke afbeelding neemt precies 1/3 van de carousel in */
    flex: 1;
    border-radius: 10px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding correct wordt getoond */
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #555;
}


.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;
}

.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: center;
    font-family: segoe script;
    font-size: 2.0em;
    color: #F6b007;
    flex-basis: 33%;
	min-width: 300px;
    background-color:#4a708b;
    height: auto;
    min-height: 360px;
    padding-left: 5%;
	padding-right: 5px;
    padding-top: 15px;
}

.tekstbox_1a {
    text-align: center;
    font-family: segoe script;
    float: left;
    font-size: 2.0em;
    color: #F6b007;
    flex-basis: 34%;
	min-width: 300px;
    background-color: #607b8b;
    height: auto;
    min-height: 100px;
    padding-left: 5%;
	padding-right: 5px;
    padding-top: 15px;
}


.tekstbox_2 {
    float: right;
    color: #fff;
    flex-basis: 80%;
	min-width: 300px;
    background-color: #4a708b;
    height: auto;
    padding-left: 5px;
	padding-right: 5px;
    padding-top: 15px;
}

.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%;
    width: 88%;
    background-color:#4a708b;
    height: auto;
    min-height: 100px;
    padding-left: 5px;
	padding-right: 5px;
}

.tekstbox_5 {
    float: right;
    color: #000;
    flex-basis:  59%;
    text-align: center;
    width: 88%;
    background-color:#fff;
    height: auto;
    min-height: 30px;
    padding-left: 5px;
	padding-right: 5px;
    border-radius: 10px;
}

.btn {
    display: inline-block;
    background-color: #f6b007;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 16px;
    padding: 8px 30px;
    margin: 30px 0;
    border: none; /* Verwijdert eventuele randen */
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover {
    background-color: #555;
}

.kolom_1 {
    flex-basis: 20%;
    background-color:#4a708b;
    padding-left: 5px;
	padding-right: 5px;
}

.kolom_2 {
    flex-basis: 40%;
    background-color:#4a708b;
    padding-left: 5px;
	padding-right: 5px;
}

.kolom_3 {
    flex-basis: 20%;
    background-color:#4a708b;
    padding-left: 5px;
	padding-right: 5px;
}

.kolom_4 {
    flex-basis: 20%;
    background-color:#4a708b;
    padding-left: 5px;
	padding-right: 5px;
}


.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;
    
}

table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid black;
            padding: 10px;
            text-align: left;
        }

        td {color: white; }/* Maakt alle gegevens wit */

        th {
            background-color: #f2f2f2;
        }

        .info-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #007bff;
            color: white;
            text-align: center;
            border-radius: 50%;
            font-size: 12px;
            cursor: pointer;
            font-weight: bold;
            margin-left: 5px;
        }
        .tooltip {
    display: none;
    position: absolute;
    background-color: white; /* Effen witte achtergrond */
    color: black; /* Zwarte tekst voor leesbaarheid */
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    width: 450px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Schaduw voor beter contrast */
    border: 1px solid #ccc; /* Rand om de tooltip duidelijk te maken */
    z-index: 10; /* Zorgt ervoor dat de tooltip boven andere elementen blijft */
}

        .tooltip-container {
            position: relative;
            display: inline-block;
        }
        .tooltip-container:hover .tooltip {
            display: block;
        }

}

.button_video {
    float: right;
    width: 300px;
}

/*video script */

.overlay {
  display: none; 
  position: fixed; 
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Video container */
.overlay-content {
  position: relative;
  background: #000;
  padding: 0;
  border-radius: 8px;
}

/* Sluitknop */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}



@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    {
    clear: both;
    max-width: 100%;
	margin:auto;
	padding-left: 2px;
	padding-right: 2px;
    background-color: #4a708b;
}

.wrapper_3  {
    max-width: 1300px;
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
    
}

.tekstbox_1 {
display: none;
}

.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;
}

.tekstbox_3 {
    float: left;
    color: #fff;
    flex-basis:  7%;
    background-color: #4a708b;
    height: auto;
    min-height: 100px;
    padding-left: 5px;
	padding-right: 5px;
}

.tekstbox_5 {
    float: right;
    color: #000;
    flex-basis:  59%;
    text-align: center;
    width: 88%;
    background-color:#fff;
    height: auto;
    min-height: 30px;
    padding-left: 5px;
	padding-right: 5px;
    border-radius: 10px;
}

.btn {
    display: inline-block;
    background-color: #f6b007;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 16px;
    padding: 8px 30px;
    margin: 30px 0;
    border: none; /* Verwijdert eventuele randen */
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover {
    background-color: #555;
}



.col-4  {
    flex-basis: 31%;
    text-align: center;

}

/* Fotocarousel */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 300%;  /* 3 afbeeldingen naast elkaar */
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 33.33%; /* Elke afbeelding neemt precies 1/3 van de carousel in */
    flex: 1;
    border-radius: 10px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding correct wordt getoond */
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #555;
}

thead {
    display: none;
}

table, tbody, tr, td {
    display: block;
    width: 100%;
}

tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #4a708b;
}

/* Toon labels links en waarden rechts */
td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    color: white; /* Maakt alle gegevens wit */
    border-bottom: 1px solid #ddd;
}

/* Verberg borders in de laatste cel */
td:last-child {
    border-bottom: none;
}

/* Stijl de afbeelding als blok */
td:first-child {
    text-align: center;
    display: block;
}

td:first-child img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
}

/* Voegt een label toe vóór elke waarde */
td::before {
    content: attr(data-label);
    color: black;
}



.info-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}
.tooltip {
display: none;
left: auto;
right: 30%; /* Tooltip naar links verschuiven */
margin-right: 10px; /* Ruimte tussen het icoon en de tooltip */
margin-left: 5px;
position: absolute;
background-color: white; /* Effen witte achtergrond */
color: black; /* Zwarte tekst voor leesbaarheid */
padding: 10px;
border-radius: 5px;
font-size: 14px;
width: 300px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Schaduw voor beter contrast */
border: 1px solid #ccc; /* Rand om de tooltip duidelijk te maken */
z-index: 10; /* Zorgt ervoor dat de tooltip boven andere elementen blijft */
transform: translateX(0); /* Zorg ervoor dat de tooltip binnen het scherm blijft */
}

.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-container:hover .tooltip {
    display: block;
}


/* 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;
    
}

/*video script */

.overlay {
  display: none; 
  position: fixed; 
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Video container */
 .overlay-content {
    width: 90%;       /* laat de video-container smaller worden */
    max-width: 100%;  /* geen overflows */
  }

  .overlay-content video {
    width: 100%;      /* video schaalt volledig */
    height: auto;     /* behoudt de verhoudingen */
  }

  .close-btn {
    top: -30px;       /* iets dichter bij de video */
    font-size: 24px;  /* kleinere sluitknop */
  }


}