@charset "UTF-8";
/* CSS Document */
       .cookie-waarschuwing {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f8f8f8;
      padding: 10px;
      text-align: center;
      font-size: 14px;
      color: #333;
    }

    .cookie-waarschuwing button {
      background-color: #4CAF50;
      color: #fff;
      border: none;
      padding: 8px 12px;
      font-size: 14px;
      cursor: pointer;
    }
	body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-image: url("https://www.houtbranden.nl/houtachter2.jpeg");
        background-repeat: no-repeat;
        background-attachment: fixed;
		background-size: cover;
        background-position: center;
      }
      header {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 20px;
      }
      header img {
        width: 90%;
		max-width: 400px;
      }
      .whatsapp-button {
        display: inline-block;
        background-color: #25D366;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        text-align: center;
        align: center;
        margin: 10px;
      }
      .instagram-button {
        display: inline-block;
        background-color: #ff7900;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        text-align: center;
        align: center;
        margin: 10px;
      }
      .content {
        text-align: left;
        margin: 30px auto;
        max-width: 700px;
		width: 95%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 5px;
        color: #000;
      }
      .content p {
        font-size: 18px;
        line-height: 1.5;
      }
      footer {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        padding: 20px;
      }
      footer p {
        margin: 0;
      }
      .content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 100px;
      }
		.insta {
 		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
}		
	.knoppen {
 	max-width: 200px;
	width: 100%;
}		
.container {
  position: relative;
}

.fout {color: darkred}
.goed {color: darkgreen}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.textfoto {
  color: darkred;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  color: darkred;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
		
body {font-family: Arial, Helvetica, sans-serif;}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
		

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #000;
  color: white;
}

.active {
  background-color: #e30613;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #e30613;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #000000;
}

/* Add a background color and some padding around the form */
.container2 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}