@import "../css/fonts.css";
.bottomMargin {
  margin-bottom: ;
}
.primaryColor {
  color: ;
}
.nounderline,
.nounderline:hover,
.nounderline:active {
  text-decoration: none;
}
.primaryFont,
.primaryFont p {
  font-family: 'Montserrat', serif;
  font-size: 14px;
}
.secondaryFont,
.secondaryFont p {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  line-height: 112%;
  font-style: italic;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.notice-me {
  font-size: 33px;
  line-height: 112%;
}
.smalltitle {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 110%;
}
.darkgrey {
  color: #3f3f3f;
}
.grey {
  color: #808080;
}
.hw {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#content-wrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.contentblock {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.contentblock>img {
  width: 100%;
  height: auto;
}
.W100,
.W50 {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.W100 {
  width: 100%;
  clear: both;
}
.W50 {
  width: 50%;
}
.contentblock_100,
.content_full_width {
  overflow: visible !important;
  width: 100%;
}
.content_half_width {
  width: 50%;
}
.content_half_width_always {
  width: 50%;
}
.content_60perc_width_always {
  width: 60%;
}
.content_40perc_width_always {
  width: 40%;
}
.contentblock_66 {
  width: 66.6%;
}
.content_block_50 {
  width: 50%;
}
.content_textblock_50 {
  width: 50%;
}
.content_block_33 {
  width: 33.3%;
}
.content_block_70 {
  width: 70%;
}
.content_block_30 {
  width: 30%;
}
.content_block_35 {
  width: 35%;
}
.content_block_40 {
  width: 40%;
}
@media only screen and (max-width: 959px) {
  .content_block_100 {
    width: 100%;
  }
  .content_block_66 {
    width: 100%;
  }
  .content_block_50,
  .content_half_width {
    width: 50%;
  }
  .content_textblock_50 {
    width: 50%;
  }
  .content_block_33 {
    width: 50%;
  }
  .content_block_35 {
    width: 50%;
  }
  .content_block_40 {
    width: 40%;
  }
  .content_block_70 {
    width: 70%;
  }
  .content_block_30 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .content_block_100 {
    width: 100%;
  }
  .content_block_66 {
    width: 100%;
  }
  .content_block_50,
  .content_half_width {
    width: 100%;
  }
  .content_textblock_50 {
    width: 100%;
  }
  .content_block_40 {
    width: 100%;
  }
  .content_block_35 {
    width: 100%;
  }
  .content_block_33 {
    width: 100%;
  }
  .content_block_70 {
    width: 100%;
  }
  .content_block_30 {
    width: 100%;
  }
}
#menu {
  background: #2f2f2f;
  top: 0px;
  left: -50%;
  position: fixed;
  width: 50%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu.menuopen {
  left: 0;
}
#menu .menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 140px;
}
#menu .menu-wrapper ul {
  text-align: right;
  width: 100%;
  padding-right: 50px;
}
#menu .menu-wrapper ul li {
  display: block;
}
#menu .menu-wrapper ul li a {
  color: white;
  text-decoration: none;
  font-size: 32px;
}
#menu .menu-wrapper ul li a:hover {
  color: #65a525;
}
#menu .menu-wrapper ul li.submenu {
  margin-bottom: 5px;
}
#menu .menu-wrapper ul li.submenu a {
  font-size: 14px;
}
#menuicon {
  position: absolute;
  z-index: 5;
  top: 39px;
  left: 26px;
  overflow: hidden;
  height: 18px;
  width: 80px;
  line-height: 21px;
  color: white;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#menuicon #menutextcontainer {
  position: absolute;
  top: -4px;
  overflow: hidden;
  height: 20px;
  width: 60px;
  left: 18px;
}
#menuicon #menutextcontainer .opentext,
#menuicon #menutextcontainer .sluittext {
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#menuicon #menutextcontainer .opentext {
  left: 0px;
}
#menuicon #menutextcontainer .sluittext {
  left: -70px;
}
#menuicon .openmenu {
  position: absolute;
  background: none;
  top: 2px;
  left: 0;
  display: inline-block;
  border-radius: 0px;
  width: 14px;
  height: 12px;
  border: 0px transparent none;
  line-height: 58.5px;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menuicon .openmenu > div {
  position: relative;
}
#menuicon .openmenu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#menuicon .openmenu span:nth-child(1) {
  top: 0px;
}
#menuicon .openmenu span:nth-child(2),
#menuicon .openmenu span:nth-child(3) {
  top: 4px;
}
#menuicon .openmenu span:nth-child(4) {
  top: 8px;
}
#menuicon .openmenu.open span:nth-child(1) {
  top: 4px;
  width: 0%;
  left: 50%;
}
#menuicon .openmenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuicon .openmenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuicon .openmenu.open span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}
@media (max-width: 1200px) {
  #menu {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1000px) {
  #menuicon {
    box-sizing: content-box;
    padding: 20px;
    top: 19px;
  }
  #menuicon .openmenu {
    top: auto;
  }
  #menuicon #menutextcontainer {
    top: 14.5px;
  }
}
@media (max-width: 700px) {
  #menu {
    width: 100%;
    left: -100%;
  }
  #menu .menu-wrapper ul li a {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  #menuicon {
    width: 0px;
  }
  #menuicon #menutextcontainer {
    display: none;
  }
}
@media (max-height: 400px) {
  #menu .menu-wrapper {
    top: 130px;
  }
  #menu .menu-wrapper ul li {
    margin-bottom: 10px;
  }
  #menu .menu-wrapper ul li a {
    font-size: 25px;
  }
}
.fileinput-container {
  position: relative;
}
.fileinput-container input[type="file"] {
  opacity: 0;
  cursor: pointer;
  cursor: hand;
}
.fileinput-container:hover .fileinput-bg {
  color: #fff;
  background-color: ;
}
.fileinput-bg {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border: 2px solid #dedede;
  min-height: 45px;
  font-size: 10px;
}
input {
  height: 24px;
  background-color: inherit;
  border: 1px solid #e6e6e6;
  line-height: 24px;
  padding: 0px 20px;
  box-sizing: border-box;
}
input.fullwidthwithbutton {
  width: 100%;
  margin-right: -50px;
}
textarea {
  background-color: inherit;
  border: 1px solid #e6e6e6;
  line-height: 19.2px;
  padding: 0px 20px;
  box-sizing: border-box;
}
form .button {
  vertical-align: top;
}
form label {
  clear: both;
  float: left;
  display: block;
  width: 140px;
}
form label ~ input,
form label ~ textarea {
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 320px;
  max-width: 100%;
}
input[type="submit"] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
  background-color: ;
  color: #fff;
}
html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}
body {
  overflow-x: hidden;
}
li {
  line-height: inherit;
}
p {
  margin: 10px 0px;
}
.lineheight {
  line-height: 160%;
}
ul {
  padding: 0px;
  margin: 0px;
}
hr {
  border: 0px;
  border-bottom: 2px solid #dedede;
  margin-top: 6px;
  margin-bottom: 6px;
}
::-webkit-input-placeholder {
  font-size: 10px;
}
:-moz-placeholder {
  font-size: 10px;
}
input:-moz-placeholder {
  font-size: 10px;
}
::-moz-placeholder {
  font-size: 10px;
}
:-ms-input-placeholder {
  font-size: 10px;
}
.nav-tabs {
  border-bottom: none;
}
.body UL {
  list-style-position: outside;
  margin-left: 13px;
}
.iconsize {
  display: inline-block;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
.bordered {
  padding: 0px 18px;
  border-left: 1px solid #ccc;
}
.hasPlaceholderText {
  color: #aaa;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.pright {
  padding-right: 4px;
}
.pleft {
  padding-left: 4px;
}
.absbottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.centeredcontent {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 40px;
  color: #fff;
}
code {
  display: none;
}
a {
  color: ;
  text-decoration: none;
}
body {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  background-color: ;
}
.modal-dialog a {
  color: ;
}
.modal-dialog a:hover {
  color: ;
}
.body {
  color: ;
}
.body a {
  color: ;
}
.body a:hover {
  color: ;
}
.body H2 {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  font-size: 24px;
  color: ;
  line-height: 92%;
}
.body H2 a {
  color: inherit;
}
.body H3 {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  margin: 10px 0px;
  color: ;
}
.body H3 a {
  color: inherit;
}
.strikethrough {
  text-decoration: line-through;
}
.pointer {
  cursor: hand;
  cursor: pointer;
}
.biggerFont,
.biggerFont p {
  font-size: 130%;
}
.smallerFont,
.smallerFont p {
  font-size: 70%;
}
.height50 {
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
}
.height70 {
  height: 70px;
  box-sizing: border-box;
  line-height: 70px;
}
.horizontalJustify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.horizontalJustify:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.horizontalJustify img,
.horizontalJustify span.icon {
  display: inline-block;
}
.hovertoalternativecolor {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hovertoalternativecolor:hover {
  color: ;
}
.centeredbuttonheight {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  cursor: hand;
  cursor: pointer;
}
.button {
  height: auto;
  background-color: transparent;
  color: #a7a7a7;
  text-align: center;
  vertical-align: middle;
  padding: 13px 18px;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #a7a7a7;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button.smallerfont {
  font-size: 9px;
}
.button.cta {
  background-color: ;
}
.button:hover {
  border: 2px solid ;
  background-color: #fff;
  color: ;
}
.button.corner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.button .btn-expand {
  position: absolute;
  left: 50px;
  top: 0px;
  height: 100%;
  white-space: nowrap;
  display: inline-block;
  background-color: #000;
  z-index: 1;
  padding: 0px /2;
  box-sizing: border-box;
}
.button.primarybutton {
  background-color: ;
  color: #fff;
}
.button.blue {
  background-color: ;
  color: #fff;
  border: 0px;
}
.button.blue:hover {
  background-color: #fff;
  color: ;
}
.button.ownwidth {
  width: auto;
}
.blockpadding {
  padding:  ;
  box-sizing: border-box;
}
.blockpaddingleftright {
  padding-left: ;
  padding-right: ;
}
.blockpadding-smaller {
  padding: *0.6 ;
}
.paddingSmaller {
  padding: 4px 12px;
}
.fullheight {
  height: 100%;
  display: inline-block;
  line-height: inherit;
}
.lightgreybg {
  background-color: #f7f7f7;
  color: #000;
}
.whitebg {
  background-color: #fff;
  color: #000;
}
.bluebg {
  background-color: ;
  color: #fff;
}
.white {
  color: #fff;
}
.inkwell {
  filter: grayscale(100%) sepia(25%) hue-rotate(180deg);
  -webkit-filter: grayscale(100%) sepia(25%) hue-rotate(180deg);
  -moz-filter: grayscale(100%) sepia(25%) hue-rotate(180deg);
  -o-filter: grayscale(100%) sepia(25%) hue-rotate(180deg);
  -ms-filter: grayscale(100%) sepia(25%) hue-rotate(180deg);
}
.greyscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.whitetxt {
  color: #fff;
}
.pullright {
  float: right;
}
.textright {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .blockpadding {
    padding:  *0.2;
  }
  .blockpaddingleftright {
    padding-left: *0.2;
    padding-right: *0.2;
  }
  .blockpadding-smaller {
    padding: *0.6 *0.2;
  }
  .smalltablethide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .mobilehide {
    display: none !important;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
a.button {
  font-size: 13px;
  width: 200px;
  font-weight: bold;
  text-decoration: none;
}
a.button.white {
  border-color: white;
}
a.button.white:hover {
  background-color: white;
  color: #65a525;
}
a.button.green {
  border-color: #65a525;
}
a.button.reversed {
  color: #fff;
  border-color: #65a525;
  background-color: #65a525;
  text-decoration: none;
}
a.button.reversed:hover {
  background-color: white;
  color: #65a525;
}
#backtotop {
  width: 79px;
  height: 79px;
  background: url(../img/backtotop.png);
  background-size: cover;
  z-index: 3;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  cursor: pointer;
}
#page-wrapper,
#main,
#page-content-wrapper {
  width: 100%;
  height: 100%;
}
#page-content-wrapper > p {
  margin: 0;
}
#page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#page-header #headerborder {
  display: none;
  background-image: url("../img/breaking_divider.jpg");
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 10px;
  width: 100%;
  z-index: -1;
  top: 90px;
  position: absolute;
  left: -100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#page-header #afspraak-maken {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  background-color: #65a525;
  color: #fff;
  text-decoration: none;
  z-index: 4;
  text-align: center;
  float: right;
  margin-right: 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#page-header #afspraak-maken:hover {
  background-color: #fff;
  color: #65a525;
}
#page-header #openingstijd {
  width: 250px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  z-index: 4;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  float: right;
  margin-right: 25px;
}
#page-header #openingstijd span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: -1;
  top: 0px;
  display: block;
}
#page-header #openingstijd:hover span {
  background-color: #fff;
  color: #65a525;
}
#page-header .facebook {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: right;
  border: 1px solid #fff;
  z-index: 4;
  margin-right: 25px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#page-header .facebook i {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#page-header .facebook:hover {
  background-color: #fff;
}
#page-header .facebook:hover i {
  color: #65a525;
}
#page-header .smallLogo {
  position: absolute;
  height: 65px;
  margin-top: -7.5px;
  margin-left: -100px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 4;
}
.blackoverlay {
  opacity: 0.5;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home {
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
#home .content {
  z-index: 1;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#home .content img {
  max-width: 50%;
  max-height: 75%;
}
#home .content h1 {
  font-size: 48px;
  margin: 40px 0;
  padding-left: 15%;
  padding-right: 15%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home .content p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}
#home .content hr {
  height: 2px;
  width: 100px;
  background: #65a525;
  border: none;
  margin: 20px auto;
}
#home #breakingnews {
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #569f05;
  background-image: url("../img/breaking_divider.jpg");
  background-repeat: repeat-x;
  background-position: bottom left;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#home #breakingnews .closeIcon {
  width: 30px;
  height: 30px;
  padding: 15px;
  position: absolute;
  right: 30px;
  top: 25px;
  background-image: url("../img/close.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#home #breakingnews p {
  line-height: 80px;
  text-align: center;
  margin: 0;
  color: #2d5105;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#home #breakingnews p a {
  text-decoration: none;
  color: white;
}
.pagecontent {
  width: 980px;
  color: #808080;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.pagecontent #homenieuws {
  position: relative;
  margin-bottom: 50px;
}
.pagecontent #homenieuws .nieuwspreview {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.pagecontent #homenieuws .nieuwspreview:not(:last-child) {
  margin-right: 4%;
}
.pagecontent #homenieuws .nieuwspreview .nieuwstitel {
  font-family: 'Montserrat', serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
.pagecontent #homenieuws .nieuwspreview .nieuwsdatum {
  color: #65a525;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}
.pagecontent #homenieuws .nieuwspreview .nieuwsbeschrijving {
  margin-top: 30px;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  color: #808080;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pagecontent #homenieuws .nieuwspreview .nieuwsafbeelding {
  max-width: 100%;
  max-height: 350px;
  margin-bottom: 35px;
}
.pagecontent #homenieuws .nieuwspreview .meer {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  color: #65a525;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  text-decoration: none;
  border-bottom: 1px solid #65a525;
}
.pagecontent #homenieuws .nieuwspreview .meer:hover {
  color: #000;
  border-color: #000;
}
.pagecontent.headerpadding {
  padding-top: 90px;
}
.pagecontent .kopje {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  margin: 100px 0 0 0;
}
.pagecontent .kopje:first-child {
  margin-top: 50px;
}
.pagecontent .kopje_beschrijving {
  font-family: Merriweather, serif;
  text-transform: lowercase;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #808080;
  font-weight: normal;
}
.pagecontent .kopje_divider {
  height: 1px;
  background: #e5e5e5;
  border: none;
  margin-top: 20px;
  margin-bottom: 50px;
}
.pagecontent .divider_tandenborstels {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 8px;
}
.pagecontent .quote {
  text-align: center;
  color: #8b8b8b;
  font-size: 19px;
  width: 640px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-left: none;
  margin-top: 80px;
}
.pagecontent .quote p {
  margin: 0;
  line-height: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
.pagecontent .quote .quote_writer {
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: italic;
  color: #65a525;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagecontent .quote .quotesign_open {
  font-size: 68px;
  color: #5c9721;
  position: absolute;
  margin-left: -30px;
  top: 15px;
}
.pagecontent .quote .quotesign_close {
  font-size: 68px;
  color: #5c9721;
  position: absolute;
  margin-left: 5px;
  margin-top: 25px;
}
.pagecontent #teamfotos {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.pagecontent #teamfotos .teamfoto {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  height: 249px;
  text-align: center;
  position: relative;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -35px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pagecontent #teamfotos .teamfoto:nth-child(1) {
  margin-top: 0;
}
.pagecontent #teamfotos .teamfoto:nth-child(2) {
  margin-top: 0;
}
.pagecontent #teamfotos .teamfoto:nth-child(3) {
  margin-top: 0;
}
.pagecontent #teamfotos .teamfoto:nth-child(4) {
  margin-top: 0;
}
.pagecontent #teamfotos .teamfoto img {
  width: 100%;
  height: 100%;
}
.pagecontent #teamfotos .teamfoto:hover .teamoverlay {
  opacity: 0.8;
}
.pagecontent #teamfotos .teamfoto:hover .gegevens {
  opacity: 1;
}
.pagecontent #teamfotos .teamfoto .teamoverlay {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-image: url("../img/teamoverlay.png");
  background-size: cover;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pagecontent #teamfotos .teamfoto .gegevens {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
  width: 80%;
  margin-left: 10%;
  height: 100%;
  display: table;
  color: white;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pagecontent #teamfotos .teamfoto .gegevens .centervertical {
  display: table-cell;
  vertical-align: middle;
}
.pagecontent #teamfotos .teamfoto .gegevens .centervertical .naam {
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.pagecontent #teamfotos .teamfoto .gegevens .centervertical .functie {
  font-family: Merriweather, serif;
  font-style: italic;
  margin: 0;
}
.pagecontent #teamfotos .teamfoto:first-child:nth-last-child(6),
.pagecontent #teamfotos .teamfoto:first-child:nth-last-child(6) {
  margin-right: 250px;
}
.pagecontent .subtitle {
  color: #363636;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pagecontent .doubleblock {
  font-size: 14px;
  color: #808080;
}
.pagecontent .doubleblock h3 {
  color: #000;
  font-weight: bolder;
  font-family: Montserrat;
  font-style: normal;
  text-transform: uppercase;
}
.pagecontent .doubleblock .leftblock {
  width: 47%;
  display: inline-block;
  margin-right: 5%;
}
.pagecontent .doubleblock .rightblock {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.pagecontent .doubleblock .greentext {
  color: #65a525;
}
.pagecontent .doubleblock .leesMeer {
  margin-top: 50px;
}
.pagecontent .leesMeer {
  color: #65a525;
  border: 2px solid #65a525;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  display: block;
}
.pagecontent .leesMeer.center {
  margin-left: auto;
  margin-right: auto;
}
.pagecontent .leesMeer:hover {
  color: #fff;
  background-color: #65a525;
}
.pagecontent #afspraakiframe {
  width: 980px;
  height: 750px;
}
.pagecontent #nieuwscontainer {
  width: 100%;
  position: relative;
}
.pagecontent #nieuwscontainer #laatstenieuws {
  width: 63%;
  display: inline-block;
  margin-right: 2%;
}
.pagecontent #nieuwscontainer #nieuwspreviews {
  width: 33%;
  vertical-align: top;
  display: inline-block;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview {
  width: 100%;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwsafbeelding,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwsafbeelding,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwsafbeelding,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwsafbeelding {
  max-width: 100%;
  max-height: 350px;
  margin-bottom: 35px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwstitel,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwstitel,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwstitel,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwstitel {
  font-family: 'Montserrat', serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwstitel.main,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwstitel.main,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwstitel.main,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwstitel.main {
  font-size: 26px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwstitel.secondary,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwstitel.secondary,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwstitel.secondary,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwstitel.secondary {
  font-size: 16px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwsdatum,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwsdatum,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwsdatum,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwsdatum {
  color: #65a525;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwstekst,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwstekst,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwstekst,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwstekst,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwsbeschrijving {
  margin-top: 30px;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  color: #808080;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .nieuwsbeschrijving,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .nieuwsbeschrijving {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .meer,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .meer,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .meer,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .meer {
  text-transform: uppercase;
  color: #65a525;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  text-decoration: none;
  border-bottom: 1px solid #65a525;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .meer:hover,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .meer:hover,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .meer:hover,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .meer:hover {
  color: #000;
  border-color: #000;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .articledivider,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .articledivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .articledivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .articledivider {
  background: #65a525;
  width: 100px;
  height: 2px;
  border: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem .previewdivider,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview .previewdivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem .previewdivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview .previewdivider {
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagecontent #nieuwscontainer #laatstenieuws .nieuwsitem:last-child .previewdivider,
.pagecontent #nieuwscontainer #laatstenieuws .nieuwspreview:last-child .previewdivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwsitem:last-child .previewdivider,
.pagecontent #nieuwscontainer #nieuwspreviews .nieuwspreview:last-child .previewdivider {
  display: none;
}
.pagecontent #galerij {
  margin-top: 50px;
  margin-bottom: 100px;
  overflow: auto;
}
.pagecontent #galerij img {
  float: left;
}
.pagecontent #galerij .galerijtype1 {
  width: 33.33%;
}
.pagecontent #galerij .galerijtype2 {
  width: 66.66%;
}
.pagecontent #galerij .galerijtype3 {
  width: 33.33%;
  margin-bottom: -1px;
}
.pagecontent .teamlid_enkel {
  width: 49.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.pagecontent .teamlid_enkel h3 {
  color: #65a525;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: bold;
  text-transform: none;
}
.pagecontent .teamlid_samen {
  width: 75%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.pagecontent .teamlid_samen img {
  padding-left: 10px;
  padding-right: 10px;
}
.pagecontent .teamlid_samen h3 {
  color: #65a525;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: bold;
  text-transform: none;
}
#contactinfo_mobile {
  display: none;
}
#headermap #headerimageborder {
  background-image: url("../img/breaking_divider.jpg");
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 10px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#headermap #contactmap {
  opacity: 0.6;
}
#contactmapcontainer #contactmap {
  opacity: 0.8;
}
#contactmapcontainer,
#headermap {
  width: 100%;
  height: 425px;
  background-color: #fff;
  position: relative;
  display: table;
  text-align: center;
}
#contactmapcontainer #contactmap,
#headermap #contactmap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#contactmapcontainer #contactinfo,
#headermap #contactinfo {
  background: #fff;
  padding: 40px;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 100px;
  left: 20%;
  margin: auto;
  font-family: Merriweather, serif;
  font-size: 14px;
  color: #686868;
  z-index: 1;
}
#contactmapcontainer #contactinfo p,
#headermap #contactinfo p {
  width: 320px;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#contactmapcontainer #contactinfo p.titel,
#headermap #contactinfo p.titel {
  font-family: 'Montserrat', serif;
  font-style: normal;
  color: #000;
}
#contactmapcontainer #contactinfo p a,
#headermap #contactinfo p a {
  color: #686868;
  text-decoration: none;
}
#contactmapcontainer #contactinfo p a.green,
#headermap #contactinfo p a.green {
  color: #65a525;
}
#contactmapcontainer #contactinfo p a:hover,
#headermap #contactinfo p a:hover {
  color: #65a525;
}
.dashed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("../img/dashed.png");
  background-repeat: repeat-x;
}
.dashed.top {
  top: 0;
}
.dashed.bottom {
  bottom: 0;
}
#mainfooter {
  text-align: center;
  color: #8b8b8b;
  font-size: 14px;
  height: 64px;
  line-height: 64px;
  background: #fff;
}
#mainfooter p {
  margin: 0;
}
#mainfooter p span:first-child {
  font-weight: bold;
}
#mainfooter p span {
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #65a525;
  padding: 0 10px;
}
#mainfooter p span:last-child {
  border: none;
  font-weight: normal;
}
.designByUs {
  padding: 0 !important;
}
.designByUs a {
  color: #8b8b8b;
}
.designByUs a:hover {
  text-decoration: none;
}
.designByUs a:hover .dbuTextDesign {
  opacity: 0.6;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.designByUs a .dbuTextDesign {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -1px;
  font-style: normal;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.designByUs a .dbuIconDesign {
  margin-top: -1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.designByUs a .dbuIconDesign svg {
  width: 100%;
  height: 100%;
  fill: #cccccc;
}
#imageheader {
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
#imageheader #headerimageborder {
  background-image: url("../img/breaking_divider.jpg");
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 10px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#imageheader .blackoverlay {
  z-index: 0;
}
#imageheader img {
  position: relative;
  height: 50%;
  top: 25%;
}
.nieuwsswitch,
.pagecontent .leesMeer.nieuwsswitch {
  display: none;
}
#galerijblok {
  width: 100%;
  position: relative;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
#galerijblok .galerij_image {
  display: inline-block;
  width: 16.66%;
}
#galerijblok .galerij_image.doubleblock {
  width: 33.33%;
}
.mobilehidden {
  display: block;
}
.subpage a {
  color: #65a525;
  text-decoration: underline;
}
.subpage h3 {
  color: #000;
  font-weight: bolder;
  text-transform: uppercase;
}
.subpage strong em,
.subpage em strong {
  color: #000;
  font-weight: bolder;
  text-transform: uppercase;
}
.standardform {
  width: 70%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.standardform .inputlabel {
  line-height: 54px;
  font-size: 14px;
  width: 30%;
  font-weight: 400;
  display: inline-block;
}
.standardform .inputlabel.wide {
  width: 100%;
}
.standardform .inputlabel.captcha {
  width: 55%;
}
.standardform .bewindvoerder {
  padding: 20px;
  box-sizing: border-box;
  background: #fbfbfb;
  margin-left: -20px;
  margin-right: -20px;
}
.standardform .inputdeel {
  width: 70%;
  display: inline-block;
}
.standardform .inputdeel.fullsize {
  width: 100%;
}
.standardform input,
.standardform textarea,
.standardform select {
  border-color: white;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: auto;
  padding: 13px 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  outline: none;
}
.standardform input.halfinput,
.standardform input.deelinput,
.standardform textarea.halfinput,
.standardform textarea.deelinput,
.standardform select.halfinput,
.standardform select.deelinput {
  width: 50%;
}
.standardform input.smallinput,
.standardform textarea.smallinput,
.standardform select.smallinput {
  width: 30%;
}
.standardform textarea:focus,
.standardform input:focus,
.standardform select:focus {
  outline: 0;
  border-color: #65a525;
  color: #000;
}
.standardform select {
  padding: 13px 5px;
  -webkit-appearance: none;
}
.standardform .geboortedag {
  width: 20%;
  margin-right: 10px;
}
.standardform .geboortemaand {
  width: 40%;
  margin-right: 10px;
}
.standardform .geboortejaar {
  width: 25%;
}
.standardform .geslacht {
  width: 20%;
  margin-right: 40%;
}
.standardform textarea {
  min-height: 250px;
}
.standardform input.submitbutton {
  border-color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  background-color: #65a525;
  border: 2px solid #65a525;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: auto;
  padding: 13px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-out 0s;
  vertical-align: middle;
}
.standardform input.submitbutton:hover {
  background-color: #fff;
  color: #65a525;
}
@media (max-width: 1300px) {
  #contactmapcontainer #contactinfo,
  #headermap #contactinfo {
    left: 12.5%;
  }
  #home,
  #imageheader {
    background-attachment: scroll;
  }
}
@media (max-width: 1000px) {
  #backtotop {
    width: 50px;
    height: 50px;
  }
  #contactmapcontainer #contactinfo,
  #headermap #contactinfo {
    left: 5%;
  }
  .pagecontent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .pagecontent .quote {
    width: 100%;
    font-size: 15px;
  }
  .pagecontent #teamfotos {
    padding-top: 50px;
  }
  .pagecontent #teamfotos .teamfoto {
    width: 25%;
    height: auto;
    margin-top: -4%;
  }
  .pagecontent #teamfotos .teamfoto .gegevens,
  .pagecontent #teamfotos .teamfoto .teamoverlay {
    display: none;
  }
  .pagecontent #teamfotos .teamfoto:nth-child(4) {
    margin-top: -4%;
  }
  .pagecontent #nieuwscontainer #nieuwspreviews {
    width: 100%;
    left: -150%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    margin-bottom: 50px;
  }
  .pagecontent #nieuwscontainer #laatstenieuws {
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 0;
  }
  .pagecontent .nieuwsswitch,
  .pagecontent .leesMeer.nieuwsswitch {
    display: block;
  }
  .pagecontent .nieuwsswitch.second,
  .pagecontent .leesMeer.nieuwsswitch.second {
    margin-top: 50px;
  }
  .pagecontent #homenieuws {
    position: relative;
    margin-bottom: 50px;
  }
  .pagecontent #homenieuws .nieuwspreview {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .pagecontent #homenieuws .nieuwspreview:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .pagecontent #homenieuws .nieuwspreview .meer {
    position: relative;
    top: -25px;
  }
  #page-header .facebook {
    display: none;
  }
  #home .content h1 {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .standardform {
    width: 100%;
  }
  .standardform .inputlabel {
    width: 100%;
    vertical-align: top;
    display: block;
  }
  .standardform .inputdeel {
    width: 100%;
  }
  .standardform .geboortedag,
  .standardform .geboortemaand,
  .standardform .geboortejaar,
  .standardform .geslacht {
    display: inline-block;
    width: 100%;
    margin-right: 0;
  }
  .standardform input.halfinput {
    width: 50%;
  }
  .standardform input.smallinput {
    width: 45%;
  }
  .standardform input.deelinput {
    width: 100%;
  }
  .standardform .geboortedag,
  .standardform .geboortemaand {
    margin-bottom: 10px;
  }
  .pagecontent .teamlid_enkel {
    margin-top: 10px;
    width: 90%;
    display: block;
  }
  .pagecontent .teamlid_enkel img {
    width: 25%;
  }
  .pagecontent .teamlid_samen {
    width: 90%;
  }
  .pagecontent .teamlid_samen img {
    width: 25%;
  }
  .mobilehidden {
    display: none;
  }
  #galerijblok .galerij_image {
    width: 25%;
  }
  #galerijblok .galerij_image.mobilehidden {
    display: none;
  }
  #galerijblok .galerij_image.doubleblock {
    width: 50%;
  }
  .pagecontent .doubleblock .leftblock,
  .pagecontent .doubleblock .rightblock {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
  #page-header #openingstijd {
    display: none;
  }
  #page-header #headerborder {
    display: block;
  }
  #home #breakingnews p {
    font-size: 15px;
    line-height: 50px;
  }
  #home #breakingnews .closeIcon {
    top: 10px;
  }
  #home #breakingnews {
    position: absolute;
    bottom: 0;
    height: 60px;
  }
  #home .content {
    top: -45px;
  }
  #home .content *:not(:first-child) {
    display: none;
  }
  #headermap {
    height: 300px;
  }
  #contactmapcontainer #blackcontact {
    opacity: 0.2;
  }
  #headermap #blackcontact {
    opacity: 0.4;
  }
  #contactmapcontainer #contactinfo,
  #headermap #contactinfo {
    display: none;
  }
  #contactmapcontainer #blackcontact,
  #headermap #blackcontact {
    z-index: 1;
  }
  #contactmapcontainer #contactmap,
  #headermap #contactmap {
    opacity: 1;
  }
  #contactmapcontainer .dashed,
  #headermap .dashed {
    z-index: 2;
  }
  #contactinfo_mobile {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: Merriweather, serif;
    font-size: 14px;
    color: #686868;
    margin-bottom: 35px;
  }
  #contactinfo_mobile p {
    margin: 0;
    font-style: italic;
    font-weight: bold;
    text-align: center;
  }
  #contactinfo_mobile p.titel {
    font-family: 'Montserrat', serif;
    font-style: normal;
    color: #000;
  }
  #contactinfo_mobile p a {
    color: #686868;
    text-decoration: none;
  }
  #contactinfo_mobile p a.green {
    color: #65a525;
  }
  #contactinfo_mobile p a:hover {
    color: #65a525;
  }
  #page-header {
    height: 90px;
  }
  #page-header #afspraak-maken {
    width: 150px;
    font-size: 11px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    z-index: 6;
  }
}
@media (max-width: 500px) {
  .standardform span {
    font-size: 12px;
  }
  #home #breakingnews p {
    font-size: 12px;
    padding-right: 15px;
  }
  #home #breakingnews .closeIcon {
    right: 15px;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin-top: 5px;
    display: none;
  }
  #home .content h1 {
    font-size: 24px;
  }
  #mainfooter {
    font-size: 11px;
  }
  #mainfooter p span {
    border-right: none;
  }
  #mainfooter p span:first-child {
    border-right: 1px solid ;
  }
  #mainfooter p span:last-child {
    display: block;
    margin-bottom: 10px;
  }
}
