﻿@import url('https://fonts.googleapis.com/css?family=Exo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
.animate {
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.fullBgSize {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reset {
  margin: 0;
  padding: 0;
}
.debug * {
  background: rgba(0, 0, 0, 0.05);
}
.d * {
  background: rgba(0, 0, 0, 0.05);
}
/* media */
/*-------------- CSS Website naam --------------*/
html,
body {
  height: 100%;
  width: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Source Sans Pro', sans-serif, arial;
}
#wpr-nav {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  background: #fff;
  z-index: 150;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#wpr-nav.scroll {
  padding: 10px 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
#wpr-nav #cnr-nav {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
#wpr-nav #cnr-nav #logo {
  float: left;
  margin: 0 10px;
  display: block;
  max-width: 70px;
  flex-grow: 0;
}
#nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(176, 95, 9, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#nav.show-nav {
  opacity: 1;
  visibility: visible;
}
#nav .close-nav {
  width: 100%;
  cursor: pointer;
  background: #fff;
  text-align: center;
  color: #00abc4;
  padding: 20px 15px;
  text-transform: uppercase;
  font: 700 1.3em/1 'Exo', sans-serif, arial;
}
#hoofdmenu {
  margin: auto 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
  text-transform: uppercase;
}
#hoofdmenu li {
  margin: 0 0 15px;
}
#hoofdmenu li a {
  color: #fff;
  padding: 6px;
  display: block;
  text-align: center;
  font: 700 1.3em/1 'Exo', sans-serif, arial;
}
#hoofdmenu li a:hover,
#hoofdmenu li a.active {
  color: #00abc4;
  text-decoration: none;
}
#wpr-nav-clearfix {
  height: 80px;
  display: block;
}
#menuToggle {
  width: 50px;
  height: 50px;
  float: right;
  cursor: pointer;
  margin: 4px 15px 0;
  position: relative;
}
#menuToggle span,
#menuToggle span:before,
#menuToggle span:after {
  width: 50px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #b05f09;
  left: 0;
}
#menuToggle:hover span,
#menuToggle:hover span:before,
#menuToggle:hover span:after {
  background: #985208;
}
#menuToggle span {
  top: 21px;
}
#menuToggle span:before {
  top: 15px;
}
#menuToggle span:after {
  top: -15px;
}
#taalkeuze {
  float: right;
  margin: auto 0;
  padding: 10px 0;
  font: 500 1.1em/1 'Exo', sans-serif, arial;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#taalkeuze ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#taalkeuze ul li {
  float: left;
  color: #fff;
  margin: 0 5px;
}
#taalkeuze ul li a {
  color: #fff;
  display: block;
}
#taalkeuze ul li a:hover {
  color: #00abc4;
}
#taalkeuze ul li span {
  padding: 7px;
  display: block;
  cursor: pointer;
}
#taalkeuze ul li span.active {
  color: #fff;
  background: #00abc4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #wpr-nav-clearfix {
    height: 125px;
    display: block;
  }
  #wpr-nav {
    padding: 25px 0;
  }
  #wpr-nav #cnr-nav {
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #wpr-nav #cnr-nav #logo {
    margin: 0 15px;
    max-width: 98px;
  }
  #nav {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    background: transparent;
    visibility: visible;
    opacity: 1;
  }
  #hoofdmenu li {
    float: left;
    margin: 0 10px;
  }
  #hoofdmenu li a {
    color: #b05f09;
    font-size: 17px;
  }
  #hoofdmenu li a .active {
    background: #b05f09;
  }
  #menuToggle {
    display: none;
  }
  #taalkeuze {
    padding: 0;
    border: none;
  }
  #taalkeuze ul li {
    color: #b05f09;
  }
  #taalkeuze ul li a {
    color: #b05f09;
  }
}
section {
  margin-bottom: 30px;
}
.wpr-content a {
  color: #00abc4;
  text-decoration: none;
}
.wpr-content a:hover,
.wpr-content a:active,
.wpr-content a:focus {
  text-decoration: none;
}
.wpr-content .cnr-content {
  margin: 0 auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.wpr-content h3 {
  font: 700 22px/1.3em 'Exo', sans-serif, arial;
  color: #666;
}
.wpr-content .cnr-mappenLijst ul {
  margin: 0;
  padding-left: 0;
}
.wpr-content .cnr-mappenLijst ul li {
  padding: 5px 0;
  list-style: none;
  font-size: 16px;
}
.wpr-content .cnr-mappenLijst ul li.active {
  font-weight: bold;
}
.wpr-content .cnr-bestandenTabel table {
  width: 100%;
  font-size: 16px;
}
.wpr-content .cnr-bestandenTabel table th {
  color: #666;
}
.cnr-nieuw-onkruid-form h3 {
  margin-bottom: 20px;
}
.cnr-nieuw-onkruid-form .btn.btn-primary {
  border: 0;
  background-color: #00abc4;
}
.cnr-nieuw-onkruid-form .submit-group {
  float: right;
}
.cnr-nieuw-onkruid-form .submit-group .small,
.cnr-nieuw-onkruid-form .submit-group input[type=submit] {
  display: block;
}
.cnr-nieuw-onkruid-form .submit-group .small {
  font-size: 1em;
  text-align: right;
  margin-top: 5px;
}
.wpr-map {
  margin-bottom: 15px;
}
.wpr-map #map {
  width: 100%;
  height: 700px;
}
.locatie-table {
  margin-top: 30px;
}
.locatie-table table {
  font-size: 1.5rem;
}
.formulier .file-label {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  background: #00abc4;
  padding: 13px 10px;
  border: 5px solid #00abc4;
  font: 500 1.25em/1.1 'Exo', sans-serif, arial;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.formulier .file-label:hover {
  border: 5px solid #007f91;
  background: #007f91;
}
.formulier .file-label .fa {
  margin-right: 5px;
}
.formulier .file-label input {
  display: none;
}
.formulier .form-links {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.formulier .form-rechts {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.formulier p {
  width: 100%;
  overflow: hidden;
  font: 500 1.25em/1.1 'Exo', sans-serif, arial;
}
.formulier p input,
.formulier p textarea {
  width: 100%;
  background: #fff;
  padding: 13px 10px;
  border: 5px solid #00abc4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.formulier p textarea {
  min-height: 100px;
}
.formulier p button {
  color: #fff;
  border: none;
  min-width: 220px;
  text-align: center;
  padding: 15px 10px;
  background: #00abc4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.formulier p button:hover {
  background: #007f91;
}
.formulier p select {
  width: 100%;
  background: #fff;
  padding: 9.5px 10px;
  border: 5px solid #00abc4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.formulier p.check {
  text-align: right;
}
.formulier p.check label {
  color: #adadad;
}
.formulier p.check input[type=checkbox] {
  width: auto;
  float: left;
  margin: 3px 15px 0 0;
  border-color: #00abc4;
}
.formulier p.submit {
  text-align: right;
}
.formulier .check-inline label input[type=radio] {
  width: auto;
}
.formulier .check-inline label span {
  padding-left: 10px;
}
.formulier .radio-input {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 0 0 15px;
}
.formulier .radio-input .vraag {
  color: #00abc4;
  font: 500 1.25em/1.1 'Exo', sans-serif, arial;
}
.weed {
  display: block;
  margin: 0 0 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.weed .weed-afb {
  position: relative;
}
.weed .weed-afb span {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.weed .weed-afb span img {
  height: 40px;
  margin-top: 5px;
}
.weed .weed-afb span.icon2 {
  right: 70px;
}
.weed .weed-name {
  color: #fff;
  padding: 15px 20px;
  background: #00abc4;
  font: 1.4em/1.3 'Exo', sans-serif, arial;
}
.weed .extra-name {
  display: none;
  text-align: left;
}
.weed .extra-name.display {
  display: block;
}
.weed .extra-name li {
  display: inline-block;
  list-style: none;
  padding-right: 5px;
  font-size: 0.7em;
}
.weed:hover {
  text-decoration: none;
}
.weed:hover .weed-name {
  background: #0095ab;
}
.subtitel {
  color: #666;
  text-transform: uppercase;
  font: 500 1.35em/1.5 'Exo', sans-serif, arial;
}
#wpr-footer {
  margin: 20px 0 0;
  /*border-top: 1px solid rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
footer {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1170px;
  padding: 20px 15px;
  font: 500 1em/1.1 'Exo', sans-serif, arial;
}
footer #copyright {
  margin: 0 0 10px;
}
footer #copyright a {
  padding: 7px 0;
  color: #b4aba1;
  margin: 0 15px 0 0;
  display: inline-block;
}
footer #copyright a:hover {
  color: #b4aba1;
  text-decoration: underline;
}
footer #socialmedia {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #socialmedia li {
  float: left;
  margin: 0 10px 0 0;
}
footer #socialmedia li a {
  width: 32px;
  height: 32px;
  display: block;
}
@media (min-width: 768px) {
  footer #copyright {
    margin: 0;
    float: left;
  }
  footer #socialmedia {
    float: right;
  }
  footer #socialmedia li {
    margin: 0 0 0 10px;
  }
}