/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

///Reset and global variables

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

* {

  margin: 0;

  padding: 0;

}



html,

body {

  scroll-behavior: smooth;

}



:root {

  --primary-color: #EF6000;

  --font-family: 'Hind', sans-serif;

}



body {

  background-color: black;

  font-family: var(--font-family);

}



a {

  text-decoration: none;

  color: var(--primary-color);

  font-family: var(--font-family);

  font-weight: var(--font-weight);

}



p {

  color: white;

  font-family: var(--font-family);

  font-size: 1.2rem;

}



h1 {

  color: white;

}





h2 {

  color: white;

  font-size: 3rem;

}



h3 {

  color: white;

  font-size: 2rem;

}



.btn {

  padding: 10px 20px;

  background-color: var(--primary-color);

  color: white;

  display: block;

  width: max-content;

  font-weight: 700;

}



.title {

  text-align: center;

  padding: 30px 0;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

///Container

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.container {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

///Jumbo header block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.jumbo_header {

  position: relative;

  overflow: hidden;

}



.jumbo_header .left {

  display: flex;

  flex-direction: column;

  gap: 20px;

  width: 45%;

}



.jumbo_header h1 {

  font-size: 3rem;

}



.jumbo_header .wrapper {

  display: flex;

  height: 40vh;

  align-items: center;

}



.jumbo_header img {

  position: absolute;

  object-fit: cover;

  height: 100%;

  top: 0;

  right: 0%;

  width: 50%;

}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

///Diensten block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.diensten p {

  margin: 20px 0;

}



.diensten .button {

  display: flex;

  justify-content: center;

  padding: 30px 0;

}



.diensten a {

  color: white;

  font-weight: 700;

  border-bottom: #EF6000 2px solid;

}



.diensten .wrapper {

  display: flex;

  gap: 20px;

  position: relative;

  overflow: hidden;

}



.diensten .wrapper .spacing_bottom {

  margin-bottom: 40px;

}



.diensten .wrapper .left,

.diensten .wrapper .right {

  width: 50%;

  padding: 40px;

  position: relative;

  overflow: hidden;

  background: rgb(33, 33, 37);

  background: linear-gradient(90deg, rgba(33, 33, 37, 1) 0%, rgba(33, 33, 37, 1) 29%, rgba(33, 33, 37, 1) 29%, rgba(33, 33, 37, 0) 44%);

}



.voeding {
  display: flex;
  justify-content: center;
}

.diensten .voeding .center {
  margin-top: 20px;

  width: 50%;

  padding: 40px;

  position: relative;

  overflow: hidden;

  background: rgb(33, 33, 37);

  background: linear-gradient(90deg, rgba(33, 33, 37, 1) 0%, rgba(33, 33, 37, 1) 29%, rgba(33, 33, 37, 1) 29%, rgba(33, 33, 37, 0) 44%);

}


.diensten .voeding .center .background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.diensten .voeding .center .spacing_bottom {
  margin-bottom: 40px;
}

.diensten .voeding .center .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.diensten .wrapper div .background-image {

  position: absolute;

  top: 0;

  right: 0;

  width: 80%;

  height: 100%;

  z-index: -1;

}

@media (max-width: 768px) {
  .diensten .voeding .center {
    width: 100%;
  }

  .diensten .voeding .center {
    background: linear-gradient(0deg, rgba(33, 33, 37, 1) 0%, rgba(33, 33, 37, 1) 41%, rgba(33, 33, 37, 1) 39%, rgba(33, 33, 37, 0) 52%);
  }

  .diensten .voeding .center .background-image{
    width: 100%;
  }
}


@media (max-width: 768px) {

  .diensten .wrapper div .background-image {

    width: 100%;

  }

}


.diensten .wrapper div .background-image img {


  width: 100%;

  height: 100%;

  object-fit: cover;

}

.diensten p {
  text-shadow: 1px 1px 4px black;
}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Wat maakt ons uniek block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.wat_maakt_ons_uniek {

  margin-bottom: 40px;

}



.wat_maakt_ons_uniek img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Over ons block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.over_ons .wrapper {

  display: flex;

  gap: 20px;

  margin-bottom: 40px;

}



.over_ons .wrapper .over_visual {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-bottom: #EF6000 20px solid;
}

.over_ons .wrapper .over_visual:hover .over_ons_overlay {
  opacity: 1;
  transition: 0.4s ease-in-out;
}

@media (max-width: 768px) {
  .over_ons .wrapper .over_visual {
    width: 100%;
    border-bottom: none;

  }

  .over_ons .wrapper .over_ons_overlay {
    display: none;
  }




}




.over_ons_overlay {
  transition: 0.4s ease-in-out;
  opacity: 0;
  width: 94%;
  height: 100%;
  background: #030303d5;
  z-index: 999;
  position: absolute;
  inset: 0px;
  padding: 20px;
}



.over_ons .wrapper div h3 {

  position: absolute;

  bottom: 20px;

  left: 40px;

  color: white;

}



.over_ons .wrapper div img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-bottom: #EF6000 20px solid;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Blog block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.blog .wrapper {

  display: flex;

  gap: 20px;

}



.blog .wrapper article {

  width: 50%;

  position: relative;

}



.blog .wrapper article .image_wrapper {

  position: relative;

  height: 320px;

}



.blog .wrapper article img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.blog .wrapper article .inner_wrapper {

  position: relative;

  margin-top: -80px;

  display: flex;

  flex-direction: column;

  gap: 20px;

  background-color: #212125;

  width: 70%;

  padding: 40px;

  color: white;

  border-right: #EF6000 20px solid;

  z-index: 2;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Contact block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.contact {

  width: 100%;

  position: relative;

}



.contact .contact_info {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 40%;

  padding: 40px;

  background-color: #212125;

  border-right: #EF6000 20px solid;

}



.contact .background-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.blog .center_button {

  display: flex;

  width: 100%;

  justify-content: center;

  margin-top: 40px;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Blogs block

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.blogs h1 {

  font-size: 2rem;

  text-align: center;

  margin-bottom: 20px;

}



.blogs .wrapper {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

}



.blogs .wrapper img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.blogs .wrapper article .inner_wrapper {

  position: relative;

  margin-top: -80px;

  display: flex;

  flex-direction: column;

  gap: 20px;

  background-color: #212125;

  width: 70%;

  padding: 40px;

  color: white;

  border-right: #EF6000 20px solid;

  z-index: 2;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Single post

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.min-container {

  max-width: 900px;

  margin: 0 auto;

}



.single_post img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.single_post {

  padding: 0 20px;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.title_date {

  display: flex;

  align-items: center;

  gap: 10px;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Header

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



header .wrapper {

  padding: 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



header .wrapper nav {

  display: flex;

  align-items: center;

  gap: 20px;

}



header .wrapper nav a {

  color: white;

  font-size: 1rem;

  font-weight: 700;

}



.hamburger {

  display: none;

}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////

/// Footer

//////////////////////////////////////////////////////////////////////////////////////////////////////////*/



footer {

  background-color: #212125;

  padding: 40px 0;

  margin-top: 20px;

  border-bottom: #EF6000 20px solid;

}



footer .wrapper {

  display: flex;

  gap: 20px;

  justify-content: space-between;

  align-items: flex-start;

}



footer .wrapper div {

  width: max-content;

}



footer .wrapper div .h4 {

  font-size: 1.4rem;

  color: white;

  font-weight: 700;

}



@media (max-width: 768px) {

  .title_date {

    flex-direction: column;

    align-items: baseline;

    gap: 0px;

  }



  .diensten .wrapper .spacing_bottom {

    margin-bottom: 125px;

  }



  .diensten .wrapper .left,

  .diensten .wrapper .right {

    background: linear-gradient(0deg, rgba(33, 33, 37, 1) 0%, rgba(33, 33, 37, 1) 41%, rgba(33, 33, 37, 1) 39%, rgba(33, 33, 37, 0) 52%);

  }



  h2 {

    font-size: 2rem;

  }



  .jumbo_header .left {

    width: 100%;

  }



  .over_ons .wrapper div {

    border-bottom: none;

  }



  .over_ons .wrapper div h3 {

    bottom: 40px;

    left: 30px;

  }



  .jumbo_header .wrapper {

    height: auto;

  }



  .jumbo_header h1 {

    font-size: 2rem;

  }



  .jumbo_header img {

    padding-top: 20px;

    position: relative;

  }



  .jumbo_header img {

    width: 100%;

  }



  .diensten .wrapper {

    flex-direction: column;

  }



  .diensten .wrapper .left,

  .diensten .wrapper .right {

    width: unset;

  }





  .over_ons .wrapper {

    flex-direction: column;

  }



  .over_ons .wrapper div {

    width: 100%;

  }



  .blog .wrapper {

    flex-direction: column;

  }



  .blog .wrapper article {

    width: 100%;

  }



  .contact .contact_info {

    width: unset;

    position: relative;

    border-right: unset;

    border-bottom: #EF6000 20px solid;

  }



  footer .wrapper {

    flex-direction: column;

  }



  header .wrapper nav {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    background-color: #212125;

    z-index: 10;

  }



  header .wrapper nav.open {

    display: flex;

    flex-direction: column;

    justify-content: center;

  }



  .hamburger {

    display: block;

    cursor: pointer;

    z-index: 11;

  }



  .line {

    background-color: var(--primary-color);

    width: 30px;

    height: 3px;

    margin: 5px;



  }



}