body {
  background-color: rgb(98, 160, 68);
  font: 400 1em/1.38 Ubuntu;
  color: rgb(0, 0, 0);
}

.contact .contact {
  width: 98%;
  font-size: 1.5em;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.footer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-image {
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 12;
  width: 539px;
  height: auto;
  overflow: hidden;
}

.image {
  display: block;
  float: left;
  width: 380px;
  height: auto;
  overflow: hidden;
}

.index-tekst {
  float: left;
  clear: both;
  max-width: 650px;
  margin-top: 10px;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

.index-title {
  float: left;
  font-size: 1.5em;
  font-weight: 500;
  color: rgb(61, 111, 4);
}

.link-bestuur {
  display: block;
  float: left;
  width: 12.5%;
  min-width: 60px;
  padding: 12px;
  background-color: rgb(98, 160, 68);
  font-size: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
}

.link-formulieren,
.link-historie,
.link-home,
.link-links,
.link-tarieven,
.link-voorschriften,
.link-zoekgraf {
  display: block;
  float: left;
  width: 12.5%;
  min-width: 60px;
  padding: 12px;
  background-color: rgb(143, 209, 106);
  font-size: 1em;
  text-align: center;
  color: rgb(46, 75, 32);
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
}

.link-bestuur:hover,
.link-formulieren:hover,
.link-historie:hover,
.link-home:hover,
.link-links:hover,
.link-tarieven:hover,
.link-voorschriften:hover,
.link-zoekgraf:hover {
  background-color: rgb(98, 160, 68);
  color: rgb(255, 255, 255);
}

.contact,
.locaties {
  float: left;
}

.locaties .locaties {
  width: 97.0297029702%;
  font-size: 1.5em;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.map-locaties {
  float: right;
  width: 33.9795918367%;
  height: 260px;
  margin-top: 1px;
  border: 3px solid rgb(229, 229, 229);
  overflow: hidden;
}

.tekst-contact {
  float: left;
  clear: both;
  width: 98%;
  max-width: 400px;
  margin-top: 10px;
  padding: 5px;
  font-size: 1em;
  color: rgb(255, 255, 255);
}

.tekst-locaties {
  float: left;
  clear: both;
  width: 97.0297029702%;
  max-width: 400px;
  margin-top: 10px;
  padding: 5px;
  font-size: 1em;
  color: rgb(255, 255, 255);
}

.index-tekst p,
.tekst-contact p,
.tekst-locaties p {
  margin-bottom: 1em;
}

._container {
  width: 100%;
}

.contact-1,
.locaties-1 {
  width: 33%;
}

._container-4 {
  float: left;
  clear: both;
  min-height: 200px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.main ._container-1 {
  position: relative;
  min-height: 180px;
  max-height: 180px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom: 4px solid rgb(98, 160, 68);
  background-color: rgba(255, 255, 255, 0);
}

.main ._container-2 {
  margin: 0 auto;
  border-bottom: 4px solid rgb(98, 160, 68);
  background-color: rgb(151, 219, 78);
}

.main ._container-3 {
  float: left;
  clear: both;
  padding: 20px 30px 30px;
  background-color: rgb(255, 255, 255);
}

@media(max-width: 820px) {
  .footer .map-locaties {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-right-width: 0;
    border-left-width: 0;
    border-right-style: none;
    border-left-style: none;
  }

  .contact .contact,
  .locaties .locaties {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.25em;
  }

  .contact .tekst-contact,
  .locaties .tekst-locaties {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .main .header-image {
    display: none;
    height: auto;
  }

  .main .image {
    position: relative;
    z-index: 13;
    width: 90%;
    max-width: 380px;
    height: auto;
  }

  .main .index-title {
    font-size: 1.25em;
  }

  .main .link-bestuur {
    position: relative;
    z-index: 7;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-formulieren {
    position: relative;
    z-index: 5;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-historie {
    position: relative;
    z-index: 6;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-home {
    position: relative;
    z-index: 3;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-links {
    position: relative;
    clear: both;
    z-index: 8;
    width: 25%;
    margin-top: -70px;
    margin-left: 75%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-tarieven {
    position: relative;
    z-index: 10;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-voorschriften {
    position: relative;
    clear: both;
    z-index: 4;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .main .link-zoekgraf {
    position: relative;
    z-index: 9;
    width: 25%;
    padding: 8px;
    font-size: 0.875em;
  }

  .footer .contact-1 {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .locaties-1 {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  ._container .footer-1 {
    width: 100%;
    margin-top: 20px;
  }

  ._container-4 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .main ._container-1 {
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .main ._container-2 {
    float: left;
    clear: both;
    margin-right: 0;
    margin-left: 0;
  }

  .main ._container-3 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}