body {
  font-family: arial;
  background: #f8f9fb;
  height: 100%;
}

html, body, ul, ol, li, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .wrapper {
    max-width: 800px;
  }
}

#main-nav {
  background: #70b010;
}
#main-nav ul {
  width: 100%;
}
#main-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#main-nav ul li {
  float: left;
  width: 25%;
}
@media (max-width: 900px) {
  #main-nav ul li {
    width: 100%;
  }
}
#main-nav ul a {
  color: white;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
}
#main-nav ul a:hover {
  background: white;
  color: #2e323c;
}
#main-nav .btnmenu {
  display: none;
}
#main-nav .btnmenu a {
  text-align: right;
}
@media (max-width: 900px) {
  #main-nav .btnmenu {
    display: block;
  }
  #main-nav .btnmenu li {
    width: 10%;
    float: right;
  }
}
#main-nav img {
  width: 10%;
  float: left;
  position: fixed;
  top: 0px;
}
@media (max-width: 900px) {
  #main-nav img {
    width: 17%;
  }
}

@media (max-width: 900px) {
  .hide {
    display: none;
  }
}

.nav-show {
  display: block;
}

.row {
  width: 100%;
}
.row .column {
  float: left;
  padding: 8px;
}
@media (max-width: 900px) {
  .row .column {
    margin-left: 10%;
  }
}
.row .side {
  width: 25%;
}
@media (max-width: 900px) {
  .row .side {
    width: 100%;
  }
}
.row .middle {
  width: 50%;
}
@media (max-width: 900px) {
  .row .middle {
    width: 100%;
  }
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row a {
  color: white;
}

.vlack {
  background: #70b010;
  text-decoration: none;
  color: white;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.vlack #maincontent {
  margin: 5%;
}

.onzichtbaar {
  color: #70b010;
}

.p {
  margin: 5px;
}

.statestieken #zijkant {
  width: 20%;
}
.statestieken #zijkant img {
  width: 100%;
  position: sticky;
  margin: 3px;
  margin-left: 10%;
  margin-top: 80%;
}
.statestieken #zijkantright {
  width: 20%;
}
.statestieken #zijkantright img {
  float: right;
  width: 100%;
  position: sticky;
  margin-top: 80%;
}
.statestieken #inhetmidden {
  width: 60%;
}

.twee-rij {
  width: 50%;
}
@media (max-width: 900px) {
  .twee-rij {
    width: 100%;
  }
}

#muis img {
  width: 20%;
  position: relative;
  left: 80%;
  top: 80%;
  top: 2px;
}

body {
  background-image: url("img/papegaai-zomer2020.png"), url("img/OMG-AAP.png");
  background-repeat: no-repeat;
  background-size: 25%, 20%;
  background-attachment: fixed, fixed;
  background-position: 0% 50%, 95% 40%;
}
@media (max-width: 900px) {
  body {
    background-image: url("img/bollenGROOT-recht-geel.svg");
    background-repeat: no-repeat;
    background-size: 200%;
    background-attachment: fixed;
  }
}

#footer {
  background: #2e323c;
  position: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  height: 12%;
  flex: none;
}
#footer ul {
  width: 100%;
}
#footer ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer p {
  color: white;
  text-decoration: none;
  text-align: center;
}
#footer p a {
  color: white;
  text-decoration: none;
  text-decoration-line: underline;
  text-align: center;
}

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