@font-face {
  font-family: "Modula";
  src: url("../assets/fonts/Modula.eot");
  src: url("../assets/fonts/Modula.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Modula.woff2") format("woff2"), url("../assets/fonts/Modula.woff") format("woff"), url("../assets/fonts/Modula.ttf") format("truetype"), url("../assets/fonts/Modula.svg#Modula") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Bold.eot");
  src: url("../assets/fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Bold.woff") format("woff"), url("../assets/fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../assets/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Light.eot");
  src: url("../assets/fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Light.woff") format("woff"), url("../assets/fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../assets/fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a,
span {
  font-family: "Helvetica Neue";
  color: #4D3835;
}

h2,
h3,
h4 {
  color: #4D3835;
  text-transform: capitalize;
  font-family: "Helvetica Neue";
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  padding: 2rem 3rem;
  width: 100vw;
  box-sizing: border-box;
}

.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.knop {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #38B449;
  font-weight: bold;
  padding: 1rem;
  position: fixed;
  border: 1px solid #F2F2F2;
  border-radius: 0.5rem;
}

.btt {
  bottom: 1rem;
  right: 1rem;
}

.back {
  bottom: 1rem;
  left: 1rem;
}

.keuzemenu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  text-align: center;
}
.keuzemenu a,
.keuzemenu span {
  background-color: #38B449;
  color: #FFFFFF;
  padding-bottom: 0.2rem;
  text-decoration: none;
  font-family: "Modula";
  font-size: 3rem;
  text-transform: uppercase;
}
.keuzemenu a:hover {
  background-color: #2E8E44;
}

.items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.items .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.items .item ul {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.items .item ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.25rem;
  width: 33%;
}
.items .item ul li span:first-of-type {
  font-size: 0.75rem;
}

.footer-logo-big {
  margin-top: 3rem;
  width: 150px;
}

.footer-logo-small {
  margin-top: 1rem;
  width: 30px;
}/*# sourceMappingURL=style.css.map */