body {
  font-family:Arial,Verdana,Helvetica;
  font-size: 1em;
  background-color: #cccccc;
  color:black;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(/img/renovatie-badkamer-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a {
  text-decoration: none;
  color:red;
}

a:hover {
  text-decoration: none;
  background-color: red;
  color: white;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.white_text{
  color: white;

}

.main_content_h1 {
  color: #cc3333;
  font-size: 1.2rem;
}

.main_content_first_text {
  font-size: 1rem;
  padding: 3rem;
  color: white;
}

.main_contactform_title {
  padding: 5rem 5rem;
  text-align: center;
  color: #cc3333;
  opacity: 0;
  animation-name: fade_form_title;
  animation-duration: 3s;
  animation-fill-mode: forwards;

}


  @keyframes fade_form_title {
   0%   {opacity:0; color:black;}
  100% {opacity:1; color:#cc3333;}
}




input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid white;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: black;
  color: white;
  outline: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  background-color: white;
  border: 2px solid #4caf50;
  color: #4caf50;
  font-weight: bold;
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover, select:hover {
  background-color: white;
  border: 2px solid #4caf50;
  color: #4caf50;
  font-weight: bold;
}


input.contactform {
  width: 49.3%;
}

input.contactform2 {
  width: 48%;
  align: right;
}

textarea {
  resize: none;
  overflowY: auto;
  height: 150px;
  font-family: Arial, Verdana, Helvetica;
  font-size: .8rem
  color: #ccc;
}

button[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  padding: 14px 20px;
  margin: 8px 0;
  border: 3px solid transparent;
  border-radius: 25px;
  cursor: pointer;
}

button[type=submit]:hover {
  background-color: transparent;
  border: 3px solid #4CAF50;
}


.main_container {
 
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
  color: black;
  /*margin: 20px auto;*/
  width: 100%;
  min-width: 100%;
  /*top: 0;*/
  border-style: none;
  /*opacity: 0.93;*/
  /*z-index: 10;*/
}

.main_content_first {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 65vh;
  border-width: 0;
  border-style: none;
  outline: 0;

}

.main_content_second {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  background-color: black;
  border-radius: 25px;
  padding: 1em;
  border-width: 0;
  border-style: none;
}

.main_content {
  display: block;
  width: 100%;
  min-width: 100%;
  /*padding: 1rem;*/
  color: black;
}

.main_content_fullscreen {
  height: 100%;
}

.main_contactform_title {
  padding: 1rem 1rem 5rem 1rem;
}


.diensten {
  width: 100%;
  background-image: linear-gradient(to right, #000033, #000066);
  margin-top: 1em;
 
}

.diensten h1 {
  font-size: 1.7em;
  color: white;
  display: block;
  text-align: center;
  padding: 1.5em;
}

.slide-container {
  display: flex;
  gap: .5em;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;

}

.slide-div {
  height: 60vh;
  width: 80%;
  min-width: 80%;
  position: relative;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.slide-div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: opacity(90%);
}

.slide-div-title-container {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: .5em;
}


.slide-div-title {
  /*writing-mode: vertical-lr;
  scale: -1;*/
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  text-align: center;
}

.slide-div-bottom-link, .slide-div-bottom-link:visited {
  position: absolute;
  bottom: 2em;
  right: 1.2em;
  font-size: 1.4em;
  color: white;
  
}

.dienstenlist {
  display: flex;
  gap: 8px;
  /* Hide scrollbar in Firefox */
  scrollbar-width: none;

  /* Hide scrollbar in IE and Edge */
  -ms-overflow-style: none;

  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  /*border: 15px solid red;*/

}

.list-wrapper {
  position: relative;
}

.pijltje-diensten {
  position: absolute;
  top: 50%;

  width: 3rem;
  height: 3rem;

  /*transform: translateY(-50%);*/

  display: none;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  opacity: .7;
  background-color: white;
  color: black;
  font-size: 2em;
  place-content: center;
  text-align: center;
  z-index: 10;


}

.pijltje-diensten button--previous {
  left: 1.5rem;
  display: none;

  /*transform: rotate(180deg);*/
}

.pijltje-diensten button--next {
  right: 1.5rem;
  display: none;
}

/* Hide scrollbar in webkit */
.dienstenlist::-webkit-scrollbar {
  display: none;
}

.item {
  flex-shrink: 0;
  width: 80%;
  height: 60vh;
  background-color: #FFF;
  position: relative;


  scroll-snap-align: center;
  scroll-snap-stop: always;

}

.item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: opacity(90%);
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  /*
  font-family: sans-serif;
  font-size: 64px;
  font-weight: bold;
  */
}




.bel-nu {
  position: sticky;
  bottom: .7rem;
  left: .7rem;
  background-color: #33cc33;
  border: .2rem solid white;
  border-radius: 50%;
  color: white;
  width: 50px;
  height: 50px;
  align-content: center;
}

.bel-nu:hover {
  background-color: white;
  border: .2rem solid #33cc33;

}

.bel-nu a {
  color: white;
  font-size: 26px;
  display: block;
  text-align: center;
}

.bel-nu a:hover {
  color:#33cc33;
  font-size: 26px;
  display: block;
  text-align: center;
  background: none;
}


 .navbar {
   top: 10px;
   margin: 10px auto;
   width: 100%;
   opacity: 0.93;
   z-index: 10;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 20px;
   background-color: black;
   color: white;
   position: sticky;
   border-radius: 16px;

}

 .logo {
   font-size: 1.2em;
   color: #cc3333;
}

 .navbar_sublogo {
    display:none;
 }





/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 1em;
  user-select: none;
  background-color: #cc3333;
  /*border: 1px solid white;*/
  border-radius: 50%;
  padding: 5px;
  
}

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: white;
  margin: 6px;
  transition: 0.4s;

}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}

.menu_circle_1, .menu_circle_2, .menu_circle_3, .menu_circle_4, .menu_circle_5 {
  display:block;
}

/*********EINDE NAV***************/












 .menu {
    display:none;
    position: absolute;
    background-color: black;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
    z-index: 10;
    margin: auto;
    width: 100%;
    height: 90vh;
    opacity: 0;
    transition: opacity .8s ease,
    display .3s ease allow-discrete;

	&.open {
    	opacity: 1;
    	display: block;
 	 }
	&.close {
	opacity: 0;
	 }


  }

@starting-style { 
  .menu.open {
    opacity: 0;
  }
  .menu.close {
    opacity: 1;
  }

}


  @keyframes move_circle_1 {
   0%   {left:-151px; top:560px;}
  100% {left:20px; top:50px;}
}


  .menu_circle_1 {
    position: absolute;
    top: 50px;
    left: -151px;
    width: 150px;
    height: 150px;
    background-color: #cc3333;
    border-radius: 50%;
    padding: 63px 0;
    opacity: 1;
    font-size: 25px;
    overflow: none;
    transition: width 0.5s, height 0.5s, font-size 0.5s, padding 0.5s;
    animation-name: move_circle_1;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;

  }

  .menu_circle_1:hover {
    background-color: white;
    color: #cc3333;
    font-size: 39px;
    padding: 80px 0;
    width: 200px;
    height: 200px;
  }



  @keyframes move_circle_2 {
   0%   {left:-75px; top:630px;}
  100% {left:220px; top:125px;}
}


  .menu_circle_2 {
    position: absolute;
    top: 125px;
    left: -151px;
    width: 150px;
    height: 150px;
    background-color: #cc3333;
    border-radius: 50%;
    padding: 63px 0;
    opacity: 1;
    font-size: 25px;
    overflow: none;
    transition: width 0.5s, height 0.5s, font-size 0.5s, padding 0.5s;
    animation-name: move_circle_2;
    animation-duration: 2s;
    animation-fill-mode: forwards;

  }

  .menu_circle_2:hover {
    background-color: white;
    color: #cc3333;
    font-size: 39px;
    padding: 80px 0;
    width: 200px;
    height: 200px;
  }


  @keyframes move_circle_3 {
   0%   {left:455px; top:-200px;}
  100% {left:20px; top:220px;}
}

  .menu_circle_3 {
    position: absolute;
    top: 220px;
    left: -151px;
    width: 150px;
    height: 150px;
    background-color: #cc3333;
    border-radius: 50%;
    padding: 63px 0;
    opacity: 1;
    font-size: 25px;
    overflow: none;
    transition: width 0.5s, height 0.5s, font-size 0.5s, padding 0.5s;
    animation-name: move_circle_3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;


  }

  .menu_circle_3:hover {
    background-color: white;
    color: #cc3333;
    font-size: 39px;
    padding: 80px 0;
    width: 200px;
    height: 200px;
  }


  @keyframes move_circle_4 {
   0%   {left:-155px; top:-600px;}
  100% {left:220px; top:295px;}
}

  .menu_circle_4 {
    position: absolute;
    top: 295px;
    left: -151px;
    width: 150px;
    height: 150px;
    background-color: #cc3333;
    border-radius: 50%;
    padding: 63px 0;
    opacity: 1;
    font-size: 25px;
    overflow: none;
    transition: width 0.5s, height 0.5s, font-size 0.5s, padding 0.5s;
    animation-name: move_circle_4;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;

  }

  .menu_circle_4:hover {
    background-color: white;
    color: #cc3333;
    font-size: 39px;
    padding: 80px 0;
    width: 200px;
    height: 200px;
  }

  @keyframes move_circle_5 {
   0%   {left:555px; top:-300px;}
  100% {left:20px; top:390px;}
}

  .menu_circle_5 {
    position: absolute;
    top: 390px;
    left: -151px;
    width: 150px;
    height: 150px;
    background-color: #cc3333;
    border-radius: 50%;
    padding: 63px 0;
    opacity: 1;
    font-size: 25px;
    overflow: none;
    transition: width 0.5s, height 0.5s, font-size 0.5s, padding 0.5s;
    animation-name: move_circle_5;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;

  }

  .menu_circle_5:hover {
    background-color: white;
    color: #cc3333;
    font-size: 39px;
    padding: 80px 0;
    width: 200px;
    height: 200px;
  }


  .menu_circle_link {
    display: block;
    width: 100%;
    font-size: 18px;
    color: white;
  }

  .menu a {
    display: block;
    width: 100%;
  }

  .menu li:hover {
    display: inline-block;
    background-color:#cc3333;
    transition: 0.3s ease;
    width: 100%;
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked ~ .menu {
    display: block;
  }


  .hamburger {
    display: block;
  }



  .dropdown {
    left: 0;
    /*top: 30px;
    transform: translateX(35%);*/
    text-align: center;
    width: 100%;
    z-index: 10;
    background-color: black;

    
  }

 .dropdown li {
    display: block;
    width: 100%;
    text-align: center;
 }

  .dropdown li:hover {
    background-color: #cc3333;
    display: block;
    width: 100%;
    text-align: center;

  }

  .menu li, .dropdown {
    display: none;
  }

  .menu-desktop {
    display: none;
  }

footer {
  padding: 2rem;
  background-image: linear-gradient(to bottom right, #000033, #000066);
  color: white;
}

.footer-container {
  display: block;
  /*width: 100%;*/
}


.footer-logo-container {
  width: 100%;
  position: relative;
  align-items: center;
  vertical-align: center;
}

.footer-logo-circle {
  /*position: relative;*/
  border: .1em solid #cc3333;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
  color: white;
  font-size: 80px;
  text-align: center;
  padding: 40px 0;
  z-index: 2;
}


.footer-logo {
  width: 100%;
  display: block;
  justify-content: center;
  padding: 2em;

}

.footer-img {
  margin: auto;
  display: block;
}

.footer-logo .logo, .footer-logo .navbar_sublogo {
  text-align: center;
  display: block;
}

.footer-logo .navbar_sublogo {
  font-size: .8em;
  color: #cc3333;
  text-indent: 30%;
}

.footer-links {
  width: 100%;
  display: block;
  padding: 2em;
  justify-content: center;
}

.footer-links p {
  margin-bottom: 1em;
}
.footer-links a {
  color: white;
  display: block;
  margin-bottom: 1em;
}

.footer-links a:hover {
  color: #cc3333;
  background: none;
}


.footer-links-h3 {
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.footer-links-h4 {
  font-size: 1.2em;
  margin-bottom: 1.3rem;
  color: red;
}


.footer-links-content {
  width: 100%;
  text-align: center;
}

.socials {
  font-size: 2em;
  display: inline-flex;
  gap: .5em;
  justify-content: center;
  width: 100%;
}

.copyright {
  border-top: .5px solid white;
  font-size: .7em;
  text-align: center;
  padding: 1em;
  display: block;
  width: 100%;
}


/*
@media only screen and (min-width:600px) {


  .menu_circle_1, .menu_circle_2, .menu_circle_3, .menu_circle_4, .menu_circle_5 {
    width: 120px;
    height: 120px;
    font-size: 20px;
    padding: 50px 0;
  }
    @keyframes move_circle_1 {
    0%   {left:-151px; top:560px;}
    100% {left:20px; top:10px;}
  }

    @keyframes move_circle_2 {
    0%   {left:560px; top:-151px;}
    100% {left:150px; top:120px;}
  }


    @keyframes move_circle_3 {
    0%   {left:-560px; top:-151px;}
    100% {left:280px; top:10px;}
  }

    @keyframes move_circle_4 {
    0%   {left:-280px; top:0px;}
    100% {left:410px; top:120px;}
  }


    @keyframes move_circle_5 {
    0%   {left:80px; top:-280px;}
    100% {left:540px; top:10px;}
  }

}// einde media query min-width:600px

*/




/*****************************************************************************************START MEDIA DESKTOP******************************************************************************/
@media only screen and (min-width:787px) {


  .menu_circle_1, .menu_circle_2, .menu_circle_3, .menu_circle_4, .menu_circle_5 {
    display: none;
  }


  .logolink {
    display: block;
    padding: 0;
  }

  .navbar .logolink:hover {
    padding: 0;
    background-color: black;
  }


  .logo {
    display: block;
    font-size: 1.5em;
    width: 100%;
    padding-right: 1em;
  }
  .navbar_sublogo {
    display: block;
    color: #cc3333;
    font-size: .8em;;
    text-indent: 30%;
    width: 100%;
  }


  /* NAVBAR MENU */

  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: black;
    color: white;
    margin: 20px auto;
    width: 70%;
    position: sticky;
    top: 0;
    border-radius: 16px;
    opacity: 0.93;
    z-index: 10;

  }

  .nav-links a {
    color: #fff;
  }


  .hamburger {
    display: none;
  }

  .menu-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    /*width: 65%;*/
  }

  .menu-desktop a {
    display: block;
    width: 100%;
    color: white;
    padding: 1em;
  }

  .menu-desktop a:hover {
    display: inline-block;
    background-color:#cc3333;
    transition: 0.3s ease;
    width: 100%;
    border-radius: 15px;
  }

  .menu-desktop li + li {
    margin-top: 12px;
  }
  .dropdown {
    display: block;
    width: auto;
  }

 /*
 .menu-desktop li, .dropbtn {
    display: flex;
  }

  .menu-desktop-link {
    width: 20%;
  }
*/

/******************************************************DROPDOWN*******************************************************/
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  /*display: block;*/
  justify-content: center;
  gap: 1em;

}

/* Dropdown button */
.dropdown .dropbtn {

  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 1em;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #cc3333;
  border-radius: 5px;
  transition: 0.3s ease;
  padding: 1em;
}



.navbar a:hover .logo, .navbar a:hover .navbar_sublogo {
  background-color: black;
  color: white;
  transition: 0.3s ease;
}


/* Dropdown content (hidden by default) */
.dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: black;
  width: 100%;
  left: 0;
  opacity: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;


  height: 0;
  interpolate-size: allow-keywords;
  visibility: hidden;
  transition: visibility .6s ease, opacity .6s ease;
  }





/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #cc3333;
  padding: 16px;
  color: white;
  text-align: center;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  /*display: block;*/
  opacity: 0.98;
  /*display .8s ease allow-discrete;*/
  height: auto;
  width: 100%;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
  border-radius: 20px;
}




/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  background-color: black;
  /*height: 50vh;*/
  color: #cc3333;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: white;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-indent: 2em;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #cc3333;
  border-radius: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*********************************************************EINDE DROPDOWN***********************************************/



/**************************************MAIN CONTENT DIV'S*******************************************/
.main_container {
 
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: start;
  /*justify-content: space-between;*/
  /*padding: 20px;*/
  color: black;
  margin: 20px auto;
  width: 80%;
  min-width: 80%;
  /*position: sticky;*/
  /*top: 0;*/
  
  /*opacity: 0.93;*/
  /*z-index: 10;*/
  border: none;
}

.main_content_first {
  width: 50%;
  min-width: 50%;
  height: 90vh;
  vertical-align: top;
  padding: 1rem;
  border: none;
  border-style: none;
}

.main_content_second {

  width: 35%;
  min-width: 0%;
  margin: auto;
  align-items: center;
  /*height: 90vh;*/
  padding: 1rem;
  border: 3px solid white;
  background-color: black;
  color: white;
  border-radius: 50px;
  border-style: none;
}


.main_content {

  width: 50%;
  min-width: 50%;
  border: 1px solid red;
  padding: 1rem;
  color: black;
}

.main_content_h1 {
  color: #cc3333;
  font-size: 1.2rem;
}



.main_content_first_text {
  font-size: 1rem;
  padding: 3rem;
  color: white;
}

.main_contactform_title {
  padding: 5rem 5rem;
  text-align: center;
  color: #cc3333;
  opacity: 0;
  animation-name: fade_form_title;
  animation-duration: 3s;
  animation-fill-mode: forwards;

}


  @keyframes fade_form_title {
   0%   {opacity:0; color:black;}
  100% {opacity:1; color:#cc3333;}
}


/*******************************************************SLIDER DIV DIENSTEN******************************************/


.slide-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  scrollbar-width: thin;
  position: relative;

}

.slide-div {
  height: 60vh;
  width: 28%;
  min-width: 28%;
  position: relative;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  animation-fill-mode: forwards;
}


.prev, .next {
  display: block;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  opacity: .7;
  background-color: white;
  color: black;
  font-size: 2em;
  place-content: center;
  text-align: center;
  z-index: 10;
}

.prev {
  position: absolute;
  left: 2%;
  top: 50%;
}

.next {
  position: absolute;
  right: 2%;
  top: 50%;
}



.item {
  height: 60vh;
  width: 28%;

}

.pijltje-diensten button--previous {
  display: flex;
}

.pijltje-diensten button--next {
  display: flex;
}


/********************************************************FOOTER*******************************************************/


footer {
  padding: 50px;
  background-image: linear-gradient(to bottom right, #000033, #000066);
  color: white;
}

.footer-container {
  display: flex;
  gap: 5rem;

}
.footer-logo {
  width: 30%;
  justify-content: center;
  /*border: 1px solid red;*/

}

.footer-img {
  margin: auto;
  display: block;
}

.footer-logo .logo, .footer-logo .navbar_sublogo {
  text-align: center;
}

.footer-links {
  width: 67%;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.footer-links p {
  margin-bottom: 1em;
}
.footer-links a {
  color: white;
  display: block;
  margin-bottom: 1em;
}

.footer-links a:hover {
  color: #cc3333;
}


.footer-links-h3 {
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.footer-links-h4 {
  font-size: 1.2em;
  margin-bottom: 1.3rem;
  color: red;
}


.footer-links-content {
  width: 33%;
}

.socials {
  font-size: 2em;
  display: inline-flex;
  gap: .5em;
  justify-content: center;
}

.copyright {
  border-top: .5px solid white;
  font-size: .7em;
  text-align: center;
  padding: 1em;
  display: block;
  width: 100%;
}






}//einde media query min-width:787px