html {
  background-image: url("../assets/papier_bg.png");
  font-family: "PT Sans", sans-serif;
}
html h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: rgb(0, 126, 0);
  text-align: center;
  margin: 15px;
}
html h2 {
  font-size: 1.5em;
  line-height: 2em;
}
html strong {
  font-weight: bold;
}
html body header {
  width: 100%;
  height: 550px;
  background-image: url("../assets/mais2_cut.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
html body header nav {
  background-color: rgba(253, 253, 253, 0.438);
}
html body header nav .hamburger {
  display: none;
}
html body header nav ul {
  list-style-type: none;
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: blur(0.4px);
}
html body header nav ul:hover {
  filter: blur(0px);
  padding-bottom: 40px;
  font-size: 1.1em;
}
html body header nav ul li {
  transition-duration: 0.2s;
  width: 100%;
  text-align: center;
  font-weight: 550;
  padding: 17px;
}
html body header nav ul li:hover {
  transform: scale(1.15);
  border-radius: 25px;
  background-color: rgba(253, 253, 253, 0.438);
}
html body header nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.2em;
}
html body header nav ul li a:hover {
  padding-bottom: 5px;
}
html body header nav ul li .active {
  border-top: rgb(26, 41, 26) solid 3px;
  border-bottom: rgb(26, 41, 26) solid 3px;
}
html body header .titel {
  background-color: rgba(253, 253, 253, 0.438);
  font-size: 2.5em;
  margin-top: 250px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 25px;
  color: rgb(0, 48, 0);
  font-weight: bolder;
  transition-duration: 0.7s;
}
html body header .titel:hover {
  transform: scale(1.1);
  background-color: rgba(243, 255, 235, 0.863);
  border-radius: 100px;
}
html body section {
  width: 60%;
  background-color: rgba(253, 253, 253, 0.438);
  margin-left: 20%;
  margin-top: 45px;
  padding: 100px;
  padding-bottom: 35px;
  padding-top: 20px;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 1.1em;
  transition-duration: 0.7s;
  transition-delay: 0.2s;
  overflow: auto;
}
html body section:hover {
  background-color: rgba(243, 255, 235, 0.863);
  transform: scale(1.05);
}
html body section .calendarActivity {
  margin-top: 35px;
  text-align: center;
}
html body .links p {
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  width: 80%;
  margin-left: 10%;
  box-sizing: border-box;
}
html body .links p:hover {
  transform: scale(1.05);
}
html body .links p .knop {
  background-color: rgb(0, 48, 0);
  display: block;
  padding: 15px;
  margin: 15px;
  text-decoration: none;
  color: white;
}
html body .bestuursleden {
  width: 80%;
  min-width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}
html body .bestuursleden .sec {
  width: 80%;
  text-align: center;
  padding: 20px;
}
html body .bestuursleden .dottedline {
  padding: 25px;
  width: 90%;
  border-top: 2px dotted rgb(0, 48, 0);
}
html body .bestuursleden article {
  background-color: rgb(26, 41, 26);
  color: white;
  width: 300px;
  margin: 50px;
  padding: 50px;
  font-size: 0.9em;
  line-height: 1.3em;
  border-radius: 25px;
  transition-duration: 0.7s;
}
html body .bestuursleden article:hover {
  transform: scale(1.1);
}
html body .containerFoto {
  width: 80%;
  margin-left: 10%;
}
html body .containerFoto:hover {
  transform: scale(1);
}
html body .containerFoto .pa-embed-player {
  height: 500px;
  width: 100%;
  display: none;
  border-radius: 25px;
  background-color: white;
}
html body footer {
  display: flex;
  flex-direction: column;
  background-color: rgb(26, 41, 26);
  color: white;
  margin: 0px;
  margin-top: 200px;
  padding: 20px 0;
}
html body footer .footer-main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100px;
}
html body footer .footer-credit {
  text-align: center;
  font-size: 0.8em;
  margin-top: 15px;
}
html body footer .footer-credit a {
  color: white;
  text-decoration: none;
}
html body footer .footer-credit a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  html body header {
    background-image: url("../assets/mais2_cut_small.jpg");
  }
  html body header nav {
    transition-duration: 1s;
  }
  html body header nav .responsive {
    display: flex;
    transition-property: top;
    transition-duration: 1s;
    top: 0px;
    margin-left: 0px;
  }
  html body header nav .responsive:hover {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    height: 300px;
    padding-bottom: 0px;
    font-size: 1em;
  }
  html body header nav .hamburger {
    display: block;
    width: 8%;
    max-width: 50px;
    margin-left: 46%;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
  html body header nav ul {
    display: none;
    position: relative;
    top: -500px;
    width: 100%;
    flex-direction: column;
    height: 300px;
  }
  html body header .titel {
    margin-top: 25px;
  }
  html body header .titelLang {
    font-size: 1.35em;
  }
  html body section {
    width: 95%;
    margin-top: 50px;
    margin-left: 2.5%;
    overflow: hidden;
    padding: 50px;
  }
  html body section .left {
    width: 95%;
    margin-left: 2.5%;
    border: none;
  }
  html body section .right {
    width: 95%;
    margin-left: 2.5%;
  }
  html body .links {
    padding-right: 0px;
    padding-left: 0px;
  }
  html body .links .knop {
    width: 80%;
    margin-left: 10%;
  }
  html body .bestuursleden {
    width: 95%;
    margin-left: 2.5%;
    overflow: hidden;
    padding: 50px;
  }
  html body .containerFoto {
    width: 95%;
    margin-left: 2.5%;
    overflow: hidden;
    padding: 50px;
    padding: 10px;
  }
  html body .containerFoto .pa-embed-player {
    margin: 0px;
  }
  html body footer {
    flex-direction: column;
  }
  html body footer div {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  html body header .titel {
    margin-top: 10;
    margin-bottom: -200px;
  }
  html body .links {
    padding-right: 0px;
    padding-left: 0px;
  }
  html body .links .knop {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }
  html body section:first-of-type {
    margin-top: -50;
  }
}
@media screen and (max-width: 400px) {
  html body header .titel {
    font-size: 1.25em;
  }
  html body header .titelLang {
    font-size: 1.25em;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
