@import url('https://fonts.cdnfonts.com/css/madelon-script');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: sans-serif;
    background-color: #ede9e0;
}
.header{
  margin-top:74px;
  width: 100%;
  height: 670px;
  overflow: hidden;
  object-fit: cover;
  border-bottom: 2px solid black;
}

.header-foto{
display:block;
max-width:40%;
}

.text {
  text-shadow: 3px 3px 3px #242424;
  text-align:left;
  position: absolute;
  font-size: 25px;
  top: 300px;
  left: 150px;
  color: white;
}

.text h1{
  font-size: 75px;
  margin-bottom: 5px;
}
h1, p {
  position: relative;
  font-family: sans-serif;
}

p{
  margin-bottom:10px;
}

.text a {
  transition: transform .2s;
  text-decoration: none;
  margin-top:5px;
  font-weight: bold;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 25px;
  color: white;
  border-radius: 5px;
  background-color: rgba(56, 56, 56, 0.244);
  text-align: center;
  cursor: pointer;
}

.text a:hover {
  transform: scale(1.05);
  margin-top:5px;
  font-weight: bold;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 25px;
  color: white;
  border-radius: 5px;
  background-color: #ede9e03f;
  text-align: center;
  cursor: pointer;
}


@media (max-width: 768px) {

.header-foto{
max-width: 70%;
}
  
.text {
  text-align:left;
  position: absolute;
  font-size: 18px;
  top: 300px;
  left: 20px;
  color: white;
}

.text h1{
  font-size: 50px;
  margin-bottom: 5px;
}
h1, p {
  position: relative;
  font-family: sans-serif;
}

p{
  margin-bottom:10px;
}
}

.welkom-text{
    margin-top:10px;
    text-align:center;
    width:60%;
    margin-inline:auto;
    padding-bottom:20px;
}

.welkom-text h2{
  font-family: 'Madelon Script', sans-serif;
  font-size:50px;
  font-weight:300;
}

.info-blokken{
  width:100%;
  background-color: #e8e4db;
  padding-top:20px;
  padding-bottom:20px;
}
.line{
    margin-top:5px;
    width:70%;
    border: 1px solid black;
    background-color: black;
    display: block;
    margin-inline:auto;
    margin-bottom:20px;
  }

  .info{
    display:flex;
    margin-top:20px;
    margin-left:auto;
    margin-right: auto;
    width:60%;
  }

  .info2{
    display:flex;
    margin-top:20px;
    margin-left:auto;
    margin-right: auto;
    width:60%;
  }
  .info-text h2{
    margin-top:20px;
    font-weight:300;
    font-family: 'Madelon Script', sans-serif;
    font-size:50px;
  }

  .info-text p{
    width:95%;
  }

  .info-img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width:55%;
    height:auto;
    object-fit: cover;
    border-radius: 10px;
  }
  .info2-text h2{
    margin-top:20px;
    font-weight:300;
    margin-left:40px;
    font-family: 'Madelon Script', sans-serif;
    font-size:50px;
  }

  .info2-text p{
    width:95%;
    margin-left:40px;
  }

  .info2-img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width:40%;
    height:auto;
    object-fit: cover;
    border-radius: 10px;
  }

  .btn {
    transition: .2s;
    text-decoration: none;
    margin-top:5px;
    font-weight:400;
    font-size:15px;
    display: inline-block;
    border: 2px solid black;
    padding: 10px 25px;
    color: black;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    cursor: pointer; 
  }

  .btn2 {
    margin-left:40px;
  }

  .btn:hover{
    transform: scale(1.05);
  }

  .wrapper{
    width: 100%;
  }

  .top-text{
    font-family: 'Madelon Script', sans-serif;
    font-size:40px;
  }
  .lineUp {
    animation: 2s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translatex(-200px);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translatex(0%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .slider-tekst p{
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    font-family: 'Madelon Script', sans-serif;;
  }

  .inner-text{
    font-weight: 300;
    font-size: 15px;
    margin-bottom:10px;
  }
  
  .owl-carousel{
    display:none !important;
  }

  .carousel{
    max-width: 1000px;
    margin: auto;
    padding: 0 30px;
    display: flex;
  }
  .carousel .card{
    color: black;
    height: 220px;
    padding: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    border-radius: 5px;
  }
  .carousel .card-1{
    width: 300px;
    margin: 20px 25px;
    background: transparent;
  }
  .carousel .card-2{
    width: 300px;
    margin: 20px 25px;
    background: transparent;
  }
  .carousel .card-3{
    width: 300px;
    margin: 20px 25px;
    background: transparent;
  }
  .card-btn {
    transition: .2s;
    text-decoration: none;
    margin-top:5px;
    font-weight:400;
    font-size:15px;
    display: inline-block;
    border: 2px solid black;
    padding: 10px 25px;
    color: black;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    cursor: pointer; 
  }

  .card-btn:hover{
    transform: scale(1.05);
  }
  .HR{
    margin-top:5px;
    width:70%;
    border: 1px solid black;
    background-color: black;
    display: block;
    margin:auto;
  }
 

  @media (max-width: 785px) {
    .owl-carousel{
      display:block !important;
    }

    .carousel{
      display:none;
    }
  }
  @media (max-width: 768px) {

    .wrapper{
        width: 100%;
      }
    
      .slider-tekst p{
        text-align: center;
        font-size: 30px;
        font-weight: 100;
      }

      .top-text{
        margin-top:10px;
      }

      .welkom-text{
        width:80%;
      }

      .carousel .card{
        color: black;
        padding:0px;
        height: 220px;
        text-align: center;
        margin: 10px auto;
        font-size: 25px;
        font-weight: 300;
        border-radius: 5px;
      }
      .carousel .card-1{
        width: 300px;
      }
      .carousel .card-2{
        width: 300px;
      }
      .carousel .card-3{
        width: 300px;
      }
  }


  @media (max-width: 900px) {
    .info,.info2{
      display:block;
      width:100%;
      text-align: center;
    }

    .info2{
      margin-left:0px;
    }
    .info h2, .info2 h2{
      font-size:35px;
    }

    .info2-img{
      width:90%;
      margin-top:10px;
    }
    
    .info-img2{
      display:none;
    }
    .info-text{
      width:90%;
      margin-left:5%;
    }
    .info2-text{
      width:100%;
      margin-left:-30px;
    }
    .header{
      justify-content: center;
    }
}

.slide-in {
  opacity:0;
  transition:1s;
  transform: translateX(150%);
}
.slide-in2 {
  opacity:0;
  transition:1s;
  transform: translateX(-150%);
}
.active {
  opacity:1;
   transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  transform: translateX(0%);
}
