@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  top: 89px; 
  height: calc(100% - 89px); 
  width: 100%; 
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222; 
}

.wrapper input {
  appearance: none;
}

.wrapper .dots {
  position: absolute;
  bottom: 30px;
  z-index: 1000; 
  display: flex;
  gap: 10px;
}

.wrapper .dots label {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #222;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}

.wrapper input:nth-child(1):checked ~ .dots label:nth-child(1),
.wrapper input:nth-child(2):checked ~ .dots label:nth-child(2),
.wrapper input:nth-child(3):checked ~ .dots label:nth-child(3),
.wrapper input:nth-child(4):checked ~ .dots label:nth-child(4),
.wrapper input:nth-child(5):checked ~ .dots label:nth-child(5) {
  opacity: 1;
  width: 30px;
}

.wrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% ;                         /* was 100% */
}

.wrapper .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;       /* was 100% */
  background: var(--img);
  background-size: cover;
  clip-path: circle(0% at 0% 50%);
  transition: 1.5s;
  transition-delay: 0s;
  background-position: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.wrapper .slider .slide:nth-child(even) {
  clip-path: circle(0% at 100% 50%);
  background-position: right;
}

.wrapper input:nth-child(1):checked ~ .slider .slide:nth-child(1),
.wrapper input:nth-child(2):checked ~ .slider .slide:nth-child(2),
.wrapper input:nth-child(3):checked ~ .slider .slide:nth-child(3),
.wrapper input:nth-child(4):checked ~ .slider .slide:nth-child(4),
.wrapper input:nth-child(5):checked ~ .slider .slide:nth-child(5) {
  clip-path: circle(150% at 50% 50%);
  transition-delay: 1s;
  background-position: center;
}

 /* padding: top, right, bottom, left  */

.wrapper .slider .slide .content {
  position: relative;
  padding: 10px 10px 50px 50px;
  max-width: 540px;
  background-color: #333;
  background-color: rgb(0 0 0 / 0.5);
  border-radius: 30px;
}

.wrapper .slider .slide .content h2 {
  color: #fff;
  font-size: 3em;
}

.wrapper .slider .slide .content h3 {
  color: #fff;
  font-size: 1.2em;
}

.wrapper .slider .slide .content p {
  color: #fff;
}

/* padding: top - right - bottom - left */
/* menu balk begin */
nav{
   position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;   /* was: 999999999*/
    width: 100%; 
    background-color: #fcf6f0;  /* was #fcf6f0 */

/* begin raster*/
background-size: 5px 5px;
  background-image: radial-gradient(circle, #70B1AA 1px, rgba(0, 0, 0, 0) 1px);
/* eind raster*/
}

 ul {
  height: 42px;
  width: 100%;
  position: fixed;
/*  top: 50; */
/* z-index: 1500;  */
  list-style-type: none;
 /* margin: 0;  */
  margin-top: 0px;
  margin-left: 0px;  
  padding-left: 10px;  /*moet nog 10 px !!!!!!!!*/
  overflow: hidden;
  background-color: #fcf6f0;   /* was #70B1AA */
}

li {
  float: left;
}

li a {
/*  font-family: "Poppins", sans-serif;  */
 /* font-weight: bold; */
/* font-size: 18px;  */
/* font-weight: 600; */
  display: block;
  color: black; /*was: white*/
  text-align: center;
  border-radius: 3px; 
  padding: 7px 7px ;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
-webkit-transform: scale(1.2);
/* background-color: #fcf6f0; */  /* was #70B1AA */
  color: black;
}
.active {
  background-color: #70B1AA;     /* was #70B1AA */
  color: white;
}

/* verwijder hover van 1 menu */

/* menu balk einde*/

.footer { 
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #70B1AA;
  color: white;
  text-align: center;
}


/* weergave tekst */
p {
/*	font-size:0.85em;  */
/*	line-height: 150%;  */
/*	letter-spacing: 0.5px; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}

/* titel boven item */
head1 {   display: block;
                 border-bottom: 1px solid; 
                 border-color: darkgreen;
                 margin: 0 0 2px 0;                    /* was: 0 0 8px 0*/
                 font-size: 18px; 
                 font-weight: 600;
                 background-color: #70B1AA; 
}

/* verwijder onderlijn bij link */
a {
  text-decoration: none;
}

/* bewegende tekst bij logo */
.logotekst {
                 position: absolute;
                 top: -2px;
                 font-size: 2em; 
                 font-weight: 750; 
                 color: lightgray;
}

/* weergave media */
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.headimg {
                  padding-top: 87px;  
                  border-radius: 5px;
} 

/* standaard logo  voor normale schermen*/
.logo3 {
  width: 368px;
}

/* voor contact form */
#form
    {  	min-width:200px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
    }

    #form h2
    {
        	color:#27748A;
        	margin:0;
    }

    #form p
    {  	color:#222222;
    }

    #form div
    {
        	margin-top:0px;
    }

    #form input, textarea
    {  font-size:1em;	
       width:100%; 
        border:1px solid #858585;
        padding:1px 3px;
        border-radius: 4px; 
    }

    #form label
    {    font-size:1em;
         color: black; /* #363636 */
    }

    #form button
    { 	font-size:1em;
	width: 100%;  
                   padding-top: 1px;
	 padding-bottom: 1px;
                   margin-bottom: 3px;
	 border:1px solid #858585; 
	 cursor:pointer;	
	 border-radius: 4px; 
    }

    #form button:hover
    {
        	background-color: #70B1AA;
	color: black; 
    }

    .required
    {	 color:#858585;
    }

/* einde contact form*/


/* for 610px or less  aanpassing menubalk hoogte*/
@media screen and (max-width: 610px) {
.wrapper {
  top: 115px;                                      /* was: 130px zonder logo aanpassing */
  height: calc(100% - 115px); 
}


/* menu balk begin */
 ul {
  height: 83px;  
}

.headimg {
                  padding-top: 115px;  
                  border-radius: 5px;
} 

/* punten onder uit beeld bij indexpagina*/
.wrapper .dots label {
  background: transparent; /* make the buttons invisible */
  border: 2px solid transparent;
}

/* kleiner logo en loop tekst voor mobiel */
.logo3 {
  width: 250px;
}
.logotekst {
                 position: absolute;
                 top: -2px;
                 font-size: 1.3em; 
                 font-weight: 750; 
                 color: lightgray;
}

/* onzichtbaar maken tetxt index tekst voor mobiel */
/* padding: top, right, bottom, left  */

.wrapper .slider .slide .content {
  padding: 5px 10px 50px 10px;
  max-width: 540px;
  background-color: #333;
  background-color: rgb(0 0 0 / 0.5);
  border-radius: 10px;
}

.wrapper .slider .slide .content h2 {
 font-size: 0em;
}

.wrapper .slider .slide .content h3 {
 font-size: 0em;
}

}