* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

h1 {
  font-size: 2.2rem;
}

a:link,
a:visited {
  color: black;
}

body {
  font-family: "Quicksand", sans-serif;
  background-color: rgb(249, 245, 239);
}

.logoFooter {
  height: 50px;
  width: auto;
}

.footerImage {
  width: 5em;
  height: 5em;
}

nav {
  height: 20vh;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fec401;
}

.logoLetters {
  width: 10vw;
  height: 5vh;
}

.logo {
  color: white;
  font-size: 45px;
  line-height: 80px;
  padding: 0 50px;
  font-weight: bold;
}

/* nav > ul {
  display: flex;
  flex-direction: row;
}

nav > ul > li {
  font-size: 20px;
  padding: 15px;
  margin: 10px;
  transition: 0.5s;
} */

/* nav > ul > li:hover {
  font-weight: bold;
} */

nav > figure {
  width: 15vw;
  height: 15vh;
}

nav > figure > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.contact {
  display: flex;
  width: 100vw;
  padding: 3rem;
  flex-direction: column;
  align-items: center;
}

.contactCard {
  width: 40%;
  height: 30%px;
  flex-wrap: wrap;
  flex-direction: column;
  border-style: solid;
  border-color: #fec401;
  border-width: 3px;
  border-radius: 0.5rem;
  padding: 3rem;
  padding-top: 1rem;
  margin: 0.5rem;
  box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: start;
}

.goodbye-wrapper {
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 1rem;
}
.goodbye-container {
  width: 40%;
  height: 90%;
  background-color: rgb(249, 245, 239);
  border-radius: 1rem;
  border: 3px solid #fec401;
  box-shadow: 1px 1px 7px #fec401;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.goodbye {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem;
  margin-top: 1.4rem;
}

.realisatie-wrapper {
  padding: 1rem;
  width: 13rem;
  background-color: #fec401;
  border-radius: 1rem;
  margin-top: 2rem;
  font-weight: 600;
}

.contactCard p {
  font-size: 1.4rem;

  line-height: 3rem;
}

.contact li {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact ul {
  margin-top: 1rem;
}

.contact > h1 {
  margin-bottom: 4rem;
  font-size: 2.5rem;
}

.contact h2 {
  font-size: 1.7rem;
  margin-bottom: 1.8rem;
  margin-top: 1rem;
}

.aboutUs {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  font-size: 20px;
}

.aboutUs > p {
  display: flex;
  text-align: center;
  width: 50vw;
  padding: 20px;
}
.board {
  margin: 1rem;
}

.voorstellen {
  display: flex;
  flex-direction: row;
  width: 50vw;
  padding: 30px;
}

.voorstellen > section {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.voorstellen > figure > img {
  width: 300px;
  height: 300px;
  border: 10px solid #fec401;
}

.voorstellen p {
  padding-top: 20px;
}

.aboutUs h2 {
  padding-top: 40px;
}

.banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 55vh;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.6)
    ),
    url("/img/assets/maarten-van-den-heuvel-EzH46XCDQRY-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  border-bottom: 10px inset rgb(121, 105, 105);
}

.banner > article {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  position: absolute;
  justify-content: baseline;
  align-items: baseline;
}

.banner > article > h1 {
  font-size: 25px;
  font-weight: lighter;
  color: white;
  text-shadow: 2px 2px 1px rgb(19, 18, 18);
}

.banner > article > h2 {
  font-size: 30px;
  align-self: baseline;
  font-weight: lighter;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 1px rgb(10, 10, 10);
}

.cardButton {
  font-family: "Space Mono", monospace;
  width: 120px;
  height: 50px;
  border: none;
  border-radius: 5px;
  color: black;
  background-color: #fec401;
  padding: 5px;
  font-size: 15px;
  font-weight: 900;
  transition-duration: 0.5s;
  cursor: pointer;
}

.anbiLink:link,
.anbiLink:visited {
  color: blue;
  text-decoration: underline;
}

.cardButton:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.indexCards {
  display: flex;
  width: 80vw;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.card {
  width: 33%;
  height: 300px;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  border-style: solid;
  border-color: #fec401;
  border-width: 3px;
  padding: 10px;
  margin: 20px;
  box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.4);
}

.cardHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
  font-size: 20px;
}

.cardText {
  height: 50%;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.cardButtonS {
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardButton a {
  font-size: 18px;
}

.cardButton {
  width: 60%;
  height: 60%;
}

.ANBI > table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ANBI > th,
td {
  padding: 20px;
  vertical-align: top;
}

.ANBI > table > tr {
  text-align: start;
}

.bold {
  font-weight: bold;
}

.ANBI > article {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  font-size: 20px;
}

footer {
  background-color: #050505;
  height: auto;
  padding-top: 20px;
  margin-top: 100px;
  color: #fec401;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}

.footer p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #fec401;
  display: flex;
  justify-content: center;
  align-items: center;
}

#opDeHoogte {
  margin-top: 20px;
}
a {
  text-decoration: none;
}

.footer > p > a {
  max-width: 300px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #fec401;
  text-decoration: none;
}

.footer > p > a:link {
  text-decoration: underline;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 2rem 0;
}

.socials li {
  margin: 0 10px;
}

.socials a {
  text-decoration: none;
  color: #fec401;
}

.socials a i {
  font-size: 1.1rem;
  transition: color 0.4s ease;
}

.socials a:hover i {
  color: #fb0103;
}

.footer-bottom {
  background-color: #302f2fac;
  padding: 8px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  word-spacing: 2px;
  text-transform: capitalize;
}

.footer-bottom span {
  text-transform: uppercase;
  opacity: 0.4;
  font-weight: 200;
}

.container {
  max-width: 95vw;
  background-color: #fec401;
  margin: auto;
}

.mySlides {
  margin: 0 auto;
  /* max-width: 45%;
  height: 45%; */
}

.slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
.slideshow img {
  max-height: 45%;
  width: 45%;
  object-fit: cover;
}

.slideshow > h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.buttonsSlideshow > button {
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  transition: 0.5s;
  border: none;
  margin: 20px;
  border-radius: 5px;
}

.buttonsSlideshow > button:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}

.calendar > p {
  font-size: 30px;
  font-weight: 200;
}

.calendar > button {
  font-family: "Space Mono", monospace;
  width: 200px;
  height: 70px;
  border: none;
  border-radius: 5px;
  color: black;
  background-color: #fec401;
  padding: 5px;
  font-size: 20px;
  font-weight: 900;
  transition-duration: 0.5s;
  cursor: pointer;
  margin-top: 100px;
}

.calendar > button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.calendar {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dropdown {
  display: none;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  font-size: 20px;
}

.dropdownContent {
  border-radius: 10px;
  display: none;
  width: 150px;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 1.5rem;
  /* overflow: auto; */
  margin-top: 2rem;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown:hover .dropdownContent {
  display: flex;
}

.dropdown-content a {
  display: block;
  color: #000000;
  padding: 15px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #ffffff;
  background-color: #00a4bd;
}

@media only screen and (max-width: 1225px) {
  nav > ul > li > a {
    font-size: 18px;
  }
  .indexCards {
    flex-direction: column;
  }
  .card {
    width: 66.6%;
    height: 400px;
  }
  .cardHeader {
    font-size: 25px;
  }
  .cardText {
    font-size: 25px;
  }
}

@media only screen and (max-width: 650px) {
  .dropdown {
    display: flex;
  }
  .navigation {
    display: none;
  }
  nav > figure {
    display: none;
  }
  nav {
    height: 25vh;
    flex-direction: column;
  }
  nav > figure {
    position: unset;
  }
  .banner > article > h2 {
    font-size: 20px;
  }
  nav {
    justify-content: flex-start;
  }
  .cardHeader {
    font-size: 20px;
  }
  .cardText {
    font-size: 18px;
  }
  .cardButton a {
    font-size: 20px;
  }
  .cardButton {
    width: 70%;
  }
  .indexCards {
    width: 95vw;
  }
  .aboutUs {
    padding: 20px;
  }
  .aboutUs p {
    width: 100%;
    font-size: 1rem;
  }
  .aboutUs h1 {
    font-size: 1.8rem;
  }
  .voorstellen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .voorstellen > section {
    margin-top: 30px;
    align-items: center;
    padding-left: 0;
  }
  .voorstellen {
    width: 90vw;
  }
  .calendar > p {
    font-size: 18px;
    font-weight: 200;
  }
  .calendar > button {
    width: 180px;
    height: 60px;
  }
  .contactCard {
    width: 100%;
    height: 30%;
    padding: 1rem;
  }
  .contactCard p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .contact h1 {
    font-size: 2rem;
  }
  .contact h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .slideshow > h1 {
    font-size: 1.8rem;
  }
  .mySlides {
    width: 80%;
  }
}

@media only screen and (min-width: 650px) and (max-width: 860px) {
  nav > ul > li {
    font-size: 20px;
    padding: 0;
    margin: 5px;
    transition: 0.5s;
  }

  .mySlides {
    width: 75%;
  }

  .slideshow > h1 {
    font-size: 30px;
  }

  .banner > article {
    width: 70%;
  }

  nav {
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fec401;
  }

  .banner > article > h2 {
    font-size: 20px;
  }

  .banner > article > h1 {
    font-size: 25px;
  }

  .indexCards {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .cardButton {
    width: 190px;
    height: 65px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 630px) {
  .card {
    width: 70%;
  }
}

@media only screen and (max-height: 800px) and (max-width: 830px) {
  .banner > article {
    width: 65%;
  }
}
