
Body {
  background-color: #262126;
  color: #ebedf0;
  font-family: "thonglor-soi-4", sans-serif;
  background-image: url(../../images/hero-desktop.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0%;
  position: relative;
  z-index: 1;
}


main{
  position: relative;
  z-index: 3;
}

nav li {
  display: inline-block;
  margin: 20px 70px;
}

footer ul a,
nav a {
  color: #ebedf0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

nav ul {
  text-align: center;
}

#slogan{
  font-size: 25pt;
  margin-top: 100px;
  margin-bottom: 5px;

}

header h1 {
  font-weight: 600;
  font-size: 120pt;
  text-align: right;
  margin-bottom: 1px;
  margin-top: 0px;
}

#hero-tekst {
  text-align: right;
  margin-right: 100px;
  margin-top: 450px;

}

#datum{
  font-family: "bomboniere", sans-serif;
  color: #e1bb92;
  font-size: 35pt;
  font-weight: 600;
}

p {
  font-size: 15pt;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

h1, #titel-footer {
  font-family: "bomboniere", sans-serif;
  color: #e6243e;
  font-size: 60pt;
  font-weight: 600;
  text-align: center;
  margin: 100px 0 50px;
}

h2 {
  font-weight: 700;
  font-size: 24pt;
  margin-top: 10px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 700;
  font-size: 18pt;
  margin-bottom: 10px;
}

.knop {
  text-align: center;
  color: #ebedf0;
  text-decoration: none;
  font-weight: 700;
  font-size: 20pt;
  align-items: center;
}

.knop img{
  width: 30px;
  margin-left: 5px;

}

#intro {
  margin: 1100px auto 100px;
  width: 940px;
}

#intro p,
#contact-intro,
#verhaal-intro {
  font-size: 22pt;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

#programma article {
  background-color: #e6243e22;
  border: solid 3px #e6243e;
  width: 400px;
  height: 380px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding: 25px 5px;
  text-align: center;
  margin-bottom: 30px;
}

#programma div {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 160px;
}

#programma h2 {
  color: #e6243e;
}

#programma h3 {
  color: #e1bb92;
}

#evenementen h1 {
  margin-top: 25px;
}

#evenementen {
  background-color: #80a8881f;
  border-bottom: solid 3px #80a888;
  border-top: solid 3px #80a888;
  overflow: hidden;
}

#evenementen-flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  width: 100%;
  overflow: scroll;
  scroll-behavior: smooth;

}

#evenementen-flex article {
  margin: 0 5px;
  align-items: center;
  padding: 10px;
  transition: transform .5s, opacity .5s, z-index .5s;
}

#evenementen img {
  width: 393px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.evenement-tekst {
  background-color: #262126;
  border: solid 3px #80a888;
  width: 387px;
  height: 300px;
  text-align: center;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  padding: 30px 5px;
}

.evenement-tekst h2 {
  color: #80a888;
}

.evenement-tekst h3 {
  color: #e1bb92;
}

.knop-carousel{
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 100ms;
}

.knop-carousel:hover, .knop-carousel:focus{
  opacity: 1;
}

#knoppen-carousel {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 15px;
}
#knoppen-carousel img {
  width: 50px;
}

.event{
  min-width: 30%;
  overflow: hidden;
}

#verhaal {
  background-image: url(../../images/bomen-dektop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 200px;
  margin-bottom: 50px;
}

#verhaal-intro {
  width: 900px;
  margin: 50px auto;
}

#verhaal-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#verhaal-flex article {
  width: 450px;
  text-align: center;
}

#verhaal-flex article h3 {
  color: #e6243e;
}

.verhaal-blok{
  border: solid 3px #e6243e;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  background-color: #262126;
  padding: 30px;
  height: 450px;
}

#praktisch {
  background-color: #e6243e22;
  border: solid 3px #e6243e;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;

  width: 1295px;
  margin: auto;
  padding: 40px;
}

#praktisch img {
  width: 350px;
  border-radius: 150px;
}

#praktisch a {
  color: #e6243e;
  line-height: 30px;
}

#adres {
  text-align: center;
  margin-bottom: 20px;
}

#adres h3 {
  color: #e6243e;
}

#praktisch-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

#praktisch-flex article {
  width: 380px;
}

#praktisch-flex #domein {
  text-align: right;
}

#bereikbaar {
  margin: 20px auto 50px;
  text-align: center;
  width: 800px;
}

#bereikbaar h2 {
  color: #e6243e;
}

#bereikbaar-blokken {
  display: flex;
  justify-content: center;
  gap: 35px;
}

#bereikbaar-blokken article {
  background-color: #e6243e;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 45px;
  width: 378px;

  text-align: center;
}

#bereikbaar-blokken article h3 {
  color: #262126;
}

#contact {
  width: 1200px;
  margin: auto;
  text-align: center;
}

#contact-intro {
  margin: auto;
  margin-bottom: 50px;
  width: 975px;
}

#contact h2 {
  color: #80a888;
}

#contact img {
  width: 1200px;
  margin-bottom: 15px;
}

#contact-blok {
  background-color: #80a8881f;
  border: solid 3px #80a888;
  padding: 40px 20px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

#contact-blok div {
  width: 450px;
}

#contact-blok div a {
  color: #80a888;
}

#iconen img {
  width: 55px;
  margin: 10px 3px 200px;
}

footer{
  position: relative;
  z-index: 3;

}

#beeld-footer{
  background-image: url(../../images/footer-desktop.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom;
  position: relative;
  z-index: 0;
}

#footer-flex {
  display: flex;
  align-items: center;
  gap: 120px;
  justify-content: center;
  width: 900px;
  margin: auto;
  margin-bottom: 10px;
}
#titel-footer{
  font-size: 320px;
  font-weight: 600;
  letter-spacing: -14px;
  margin-top: 8px;
  margin: 0px;
}

footer h2 {
  font-size: 47px;
  font-weight: 500;
  margin-bottom: 8px;
}

footer li {
  margin-bottom: 40px;
}

#logo {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#logo img:first-of-type {
  width: 80px;
}

#logo img:last-of-type {
  width: 100px;
}

#copyright p {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 400px) {

  body{
    background-image: url(../../images/hero-mobile.jpg);
  }

  footer ul a,
nav a {
  font-size: 13px;
}

  p {
    font-size: 90%;
  }

  h1, #titel-footer {
    font-size: 300%;
  }

  h2 {
    font-size: 160%;
  }

  h3 {
    font-size: 150%;
    margin-bottom: 1px;
  }

  #intro ,
  #contact-intro, #verhaal-intro {
    font-size: 12pt;
    font-weight: 500;
  }
  #intro {
    margin: 1100px auto 100px;
    width: 100%;
  }

  #programma div {
    max-width: 80%;
    align-items: center;
    display: block;
  }

  #programma article {
    width: 100%;
    height: 330px;
    padding: 15px 5px;
  }

  #evenementen-flex article {
    margin: 0 5px;
    align-items: center;
    padding: 1px;
  }
  
  #evenementen img {
    width: 312px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .evenement-tekst {
    background-color: #262126;
    border: solid 3px #80a888;
    width: 304px;
    height: 300px;
    text-align: center;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding: 30px 5px;
  }
  .event{
    min-width: 100%;
    overflow: hidden;
  }

  #knoppen-carousel img {
    width: 15%;
  }

  #verhaal {
    background-size: cover;
    padding: 10px;
      background-image: url(../../images/bomen-mobile.jpg);

  }
  
  #verhaal-intro{
    width: 300px;
  }

  #verhaal-flex {
    display: block;
    align-items: center;

  }
  #verhaal-flex article{
    width: 325px;
  }

  .verhaal-blok{
    padding: 10px;
    height: 420px;
  }

  #praktisch{
    width: 375px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 12px;
  }

  #praktisch-flex {
    overflow: scroll;
    scroll-behavior: smooth;
    width: 100%;
    justify-content: center;

  }

  #praktisch-flex img{
    width: 90%;
  }


  #bereikbaar{
    width: 320px;
  }

  #bereikbaar-blokken {
    display: block;
    align-items: center;
    justify-content: center;
  }

  #bereikbaar-blokken article {
    width: 325px;
    height: 350px;
    padding: 30px 5px;
    margin-bottom: 20px;
  }

  #contact {
    width: 80%;
  }

  #contact-intro{
    width: 320px;
  }

  #contact img {
    width: 105%;
  }

  #contact-blok {
    width: 100%;
    align-items: center;
    display: block;
    padding: 15px 5px;
    height:500px ;
  }

  #contact-blok div {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }

  #iconen {
    margin: 5px auto;
    width: 35%;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  #beeld-footer{
    background-image: url(../../images/footer-mobile.jpg);
  }

  #titel-footer{
    font-size: 500%;
    letter-spacing: 1px;
  }

  footer h2{
    font-size: 120%;
  }

  footer li {
    margin-bottom: 20px;
  }

  #footer-flex {
    gap: 20px;
    width: 370px;
    margin-bottom: 25px;
  }

  #logo img:first-of-type {
    width: 50px;
  }
  
  #logo img:last-of-type {
    width: 70px;
  }

  #copyright p {
    font-size: 10px;
    line-height: 10px;
    margin-top: 10px;

  }


}
