/*!
Theme Name: Agrilight
Theme URI: http://www.doserdesign.nl
Author: http://www.doserdesign.nl
Author URI: http://www.doserdesign.nl
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/
/* =Variables
-------------------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/* =Alpha colours
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Mixins
---------------------------------------------------------------------------------------------------------- */
/* =Media queries
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.skip-link {
  display: none;
}

.clearfix {
  clear: both;
}

html {
  font-size: 62.5%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.logged-in {
  margin-top: 0px;
}
@media only screen and (min-width: 601px) {
  .logged-in {
    margin-top: 32px;
  }
}
.logged-in #wpadminbar {
  display: none;
}
@media only screen and (min-width: 601px) {
  .logged-in #wpadminbar {
    display: block;
  }
}

/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Gill Sans W01 Bold";
  color: #1c3762;
  clear: both;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-bottom: 0px;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 56px;
  line-height: 5.6rem;
}

h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}

a:link, a:visited {
  text-decoration: underline;
  color: #1c3762;
}

a:hover, a:active {
  text-decoration: none;
  color: #1c3762;
}

.entry-title {
  color: #1c3762;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 601px) {
  .entry-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.widget-title {
  color: #1c3762;
  margin-bottom: 13px;
}

/* =Main Structure
-------------------------------------------------------------- */
html body {
  font-family: "Gill Sans W01 Medium";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #1c3762;
}
@media only screen and (min-width: 601px) {
  html body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

html, body {
  position: relative;
  height: 100%;
}

html,
html.no-js {
  margin-top: 0px !important;
  overflow-x: hidden;
}

@media only screen and (min-width: 601px) {
  .float-left {
    float: left;
  }
}

@media only screen and (min-width: 601px) {
  .float-right {
    float: right;
  }
}

.mobile-button {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 24px;
  left: 35px;
}
.mobile-button img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 601px) {
  .mobile-button {
    display: none;
  }
}

.no-fouc {
  opacity: 0;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit],
.button {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px 10px 30px;
  background: #75a03a;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-family: "Gill Sans W01 Bold";
  margin-top: 10px;
  border-radius: 0px !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Gill Sans W01 Medium";
  position: relative;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover,
.button:hover {
  background: #b0bc58;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:before, .frm_style_formidable-style.with_frm_style input[type=submit]:before, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:before, .frm_form_submit_style:before, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:before,
.button:before {
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 8px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.round {
  border-radius: 50%;
  overflow: hidden;
  line-height: 0px;
  line-height: 0rem;
}

.padder {
  padding: 0;
}

.column-wrapper {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 601px) {
  .column-wrapper {
    padding-right: 40px;
  }
}

input[type=radio] {
  display: none;
}

input:checked + label {
  text-decoration: none;
  font-weight: bold !important;
}

.entry-content .radios-taxonomies-title {
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
}

.filter-items {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

/* =Header Structure
-------------------------------------------------------------- */
#main-menu {
  padding: 0 10px;
  display: none;
  margin: 0 auto;
  font-family: "Gill Sans W01 Bold";
}
@media only screen and (min-width: 601px) {
  #main-menu {
    display: block;
    margin: 140px auto 0 auto;
    font-family: "Gill Sans W01 Bold";
    text-align: right;
    padding: 10px 0;
    float: right;
  }
}
#main-menu a:link, #main-menu a:visited {
  color: #1c3762;
  text-decoration: none;
}
#main-menu a:hover, #main-menu a:active {
  text-decoration: none;
}
#main-menu ul {
  list-style-type: none;
}
#main-menu ul li {
  display: inline-block;
  padding: 0px 8px;
  color: #ffffff;
  text-transform: uppercase;
  border-right: solid 1px #1c3762;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (min-width: 601px) {
  #main-menu ul li {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-menu ul li {
    padding: 0px 10px;
  }
}
#main-menu ul li:hover a, #main-menu ul li:active a {
  border-bottom: solid 2px #75a03a;
}
#main-menu ul li:last-child {
  border-right: none;
}
#main-menu .sub-menu {
  position: absolute;
  opacity: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  bottom: 0px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  min-width: 150px;
  visibility: hidden;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}
#main-menu .sub-menu li {
  display: block;
  position: relative;
  text-align: left !important;
  padding: 0px 10px 0 10px;
  float: none;
  border: none;
}
#main-menu .sub-menu a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: solid 1px #dadee6;
  padding: 7px 0;
  text-transform: none;
}
#main-menu .sub-menu a:link, #main-menu .sub-menu a:visited {
  text-align: left !important;
  border-bottom: solid 1px #dadee6;
  display: block;
}
#main-menu .sub-menu a:hover, #main-menu .sub-menu a:active {
  border-bottom: solid 1px #dadee6;
}

#main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#main-menu .sub-menu li:last-child a {
  border-bottom: none;
}

#main-menu .menu-header {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #main-menu .menu-header {
    display: block;
  }
}

#mm-menu-menu a:link, #mm-menu-menu a:visited {
  color: #000000;
  text-decoration: none;
}
#mm-menu-menu a:hover, #mm-menu-menu a:active {
  color: #1c3762;
  text-decoration: none;
}

#scroll-top-button {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  color: #75a03a;
  text-decoration: underline;
  z-index: 6;
}
@media only screen and (min-width: 601px) {
  #scroll-top-button {
    right: 20px;
  }
}

/* =Footer
-------------------------------------------------------------- */
#wrapper-footer {
  background-color: #1c3762;
  color: #ffffff;
  padding: 25px 0;
}
#wrapper-footer .footer-top {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 601px) {
  #wrapper-footer .footer-top {
    padding: 0 80px;
  }
}
#wrapper-footer .footer-top a:link, #wrapper-footer .footer-top a:visited {
  color: #ffffff;
}
#wrapper-footer .footer-top a:hover, #wrapper-footer .footer-top a:active {
  color: #ffffff;
}
#wrapper-footer .xoxo {
  list-style-type: none;
}
#wrapper-footer .widget-container {
  min-width: 300px;
}
#wrapper-footer .menu ul {
  list-style-type: none;
}
#wrapper-footer .menu li {
  display: inline-block;
  padding-right: 5px;
}
#wrapper-footer .menu li a {
  text-decoration: none;
}

#footer-widgets-2 {
  text-align: left;
}
@media only screen and (min-width: 601px) {
  #footer-widgets-2 {
    text-align: right;
  }
}

/* =widgets
-------------------------------------------------------------- */
/* =Grid
-------------------------------------------------------------- */
.grid .item {
  float: left;
}
.grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.grid-2 .item,
.grid-2 .item-sizer {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .grid-2 .item,
.grid-2 .item-sizer {
    width: 50%;
  }
}

.grid-3 .item,
.grid-3 .item-sizer {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .grid-3 .item,
.grid-3 .item-sizer {
    width: 33.3333333333%;
  }
}

.grid-4 .item,
.grid-4 .item-sizer {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .grid-4 .item,
.grid-4 .item-sizer {
    width: 25%;
  }
}

.grid-6 .item {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .grid-6 .item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-6 .item {
    width: 25%;
  }
}

.grid-8 .item,
.grid-8 .item-sizer {
  width: 133.3333333333%;
}
@media only screen and (min-width: 601px) {
  .grid-8 .item,
.grid-8 .item-sizer {
    width: 16.6666666667%;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-8 .item,
.grid-8 .item-sizer {
    width: 12.5%;
  }
}

.carousel-cell img {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
}
.carousel-cell.is-selected img {
  opacity: 1;
}

/* =Columns
-------------------------------------------------------------- */
.column {
  float: left;
}

.col-10 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-10 {
    width: 83.3333333333%;
  }
}

.col-9 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-9 {
    width: 75%;
  }
}

.col-8 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-8 {
    width: 66.6666666667%;
  }
}

.col-7 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-7 {
    width: 58.3333333333%;
  }
}

.col-6 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .col-6 {
    width: 50%;
  }
}
@media only screen and (min-width: 601px) and (orientation: portrait) {
  .col-6 {
    width: 100%;
  }
}

.col-5 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-5 {
    width: 41.6666666667%;
  }
}

.col-4 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-4 {
    width: 33.3333333333%;
  }
}

.col-3 {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 601px) {
  .col-3 {
    width: 25%;
  }
}

.col-2 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-2 {
    width: 16.6666666667%;
  }
}

/* =Main Structure
-------------------------------------------------------------- */
article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Main Structure
-------------------------------------------------------------- */
#content p {
  margin-bottom: 20px;
}

#content ul, #content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

#content table {
  border: none;
  width: 100%;
}

#content tr th,
#content thead th {
  font-weight: bold;
}

#content tr td {
  border-top: none;
}

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.entry-meta {
  color: #888;
  font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}

.entry-content input {
  margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content label {
  color: #888;
  font-size: 12px;
}

.entry-content select {
  margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.home .sticky .page-link a {
  background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}

body.page .edit-link {
  clear: both;
  display: block;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Images
-------------------------------------------------------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

/* = Content navigation elements
-------------------------------------------------------------- */
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
  color: #ff4b33;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#nav-above {
  margin: 0 0 18px 0;
}

#nav-above {
  display: none;
}

.paged #nav-above,
.single #nav-above {
  display: block;
}

#nav-below {
  border-top: solid 1px #5c5c5c;
  margin: 20px 0 0 0;
  padding-top: 10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.skip-link {
  display: none;
}

.clearfix {
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: simplon;
  font-size: 14px;
  line-height: 18px;
}

.title {
  text-align: center;
  padding: 60px 0;
  font-size: 30px;
  font-size: 3rem;
}

a:link, a:visited {
  color: #1c3762;
}

a:hover, a:active {
  color: #75a03a;
}

.mm-page {
  overflow: hidden;
}

#secondary ul {
  list-style-type: none;
}

blockquote {
  width: calc(100% - 40px);
  margin: 20px;
  float: left;
  background-color: #e7f0f6;
  padding: 20px 20px 20px 50px;
  position: relative;
}
@media only screen and (min-width: 801px) {
  blockquote {
    width: calc(50% - 40px);
  }
}
blockquote img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}

/*---------------------headercontent---------------------*/
.topbar-wrapper {
  background-color: #c5e2f6;
  width: 100%;
  padding: 6px 0 3px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.topbar-wrapper .topbar {
  position: relative;
  padding: 0px 10px;
}
@media only screen and (min-width: 601px) {
  .topbar-wrapper .topbar {
    padding: 0px 80px;
  }
}
.topbar-wrapper .topbar-left {
  float: left;
}
.topbar-wrapper .topbar-right {
  float: right;
  padding-top: 5px;
  display: none;
}
@media only screen and (min-width: 601px) {
  .topbar-wrapper .topbar-right {
    display: block;
  }
}
.topbar-wrapper .language_selector {
  display: inline-block;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  margin-right: 20px;
}
.topbar-wrapper .language_selector a {
  text-transform: uppercase;
  text-decoration: none;
}
.topbar-wrapper .language_selector a:after {
  content: "/";
  display: inline-block;
  padding: 0 5px 0 5px;
}
.topbar-wrapper .language_selector a:last-child:after {
  display: none;
}
.topbar-wrapper .topbar-menu {
  display: inline-block;
  margin-right: 40px;
}
.topbar-wrapper .telefoon {
  display: none;
}
@media only screen and (min-width: 601px) {
  .topbar-wrapper .telefoon {
    display: inline-block;
  }
}
.topbar-wrapper .menu {
  list-style-type: none;
}
.topbar-wrapper .menu li {
  display: inline-block;
}
.topbar-wrapper .menu li:after {
  content: "/";
  display: inline-block;
  padding: 0 1px 0 5px;
}
.topbar-wrapper .menu li:last-child:after {
  display: none;
}
.topbar-wrapper .menu a {
  text-decoration: none;
}

.socialbar {
  display: inline-block;
}
.socialbar a {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.socialbar a img {
  width: 100%;
  height: auto;
}

.navigation-bar-wrapper {
  z-index: 5;
  position: relative;
}

.navigation-bar {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .navigation-bar {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-bar {
    padding: 20px 80px;
  }
}

.logo {
  width: 100%;
  max-width: 85px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 601px) {
  .logo {
    max-width: 165px;
    float: left;
    margin-top: 4px;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
.logo .site-title {
  line-height: 0px;
  line-height: 0rem;
}

.slider, .slider .slide {
  width: 100%;
  margin: 0 auto;
  height: 350px;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .slider, .slider .slide {
    height: calc(100vh - 248px);
  }
}

.slide-content-wrapper {
  position: absolute;
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  left: 50%;
  top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slide .slide-content {
  z-index: 3;
  color: #ffffff;
  max-width: 500px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
  margin: -100px auto 0 auto;
}
@media only screen and (min-width: 601px) {
  .slide .slide-content {
    margin: -100px auto 0 auto;
  }
}
.slide .slide-content a:link, .slide .slide-content a:visited {
  color: #ffffff;
}
.slide .slide-content a:hover, .slide .slide-content a:active {
  color: #ffffff;
}
.slide .slide-titel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  .slide .slide-titel {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.slide .slide-tekst {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 601px) {
  .slide .slide-tekst {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.slide .slide-image {
  width: 100%;
  height: 100%;
}
.slide .slide-image-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}
.slide .slide-image-overlay img {
  max-width: 640px;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}

#header {
  height: 140px;
  width: 100%;
  overflow: hidden;
  border-bottom: 15px solid #1c3762;
  position: relative;
}
#header .image-container {
  height: 100%;
}

.header-bar {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  height: 0px;
}
@media only screen and (min-width: 601px) {
  .header-bar {
    padding: 0 80px;
  }
}

.content-footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 801px) {
  .content-footer {
    padding: 0 20px 100px 20px;
  }
}

.site-wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}
@media only screen and (min-width: 601px) {
  .site-wrapper {
    padding: 0 80px;
    margin: 0 auto;
  }
}

#wrapper-main {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

#container {
  padding: 40px 20px;
}
@media only screen and (min-width: 601px) {
  #container {
    padding: 60px 80px;
    margin: 0 auto 0px auto;
  }
}

@media only screen and (min-width: 601px) {
  .home #container {
    padding: 0px 80px;
    margin: 0 auto 0px auto;
  }
}
.home #header {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-bottom: none;
}

#content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 801px) {
  #content {
    padding-right: 40px;
  }
}

.onderdelen-wrapper {
  max-width: 640px;
  width: 100%;
  padding: 0 0px;
  margin: 0px auto 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
}

.onderdelen .onderdeel-wrapper {
  width: 20% !important;
  float: left;
  clear: none;
  position: relative;
  line-height: 0px;
  line-height: 0rem;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .onderdelen .onderdeel-wrapper {
    width: 20% !important;
    float: left;
    clear: none;
  }
}
.onderdelen .onderdeel {
  color: #ffffff;
  height: 100%;
  position: relative;
  width: 100%;
  text-decoration: none !important;
  display: block;
}
.onderdelen .onderdeel:hover .onderdeel-content {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.onderdelen .onderdeel-image {
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px;
  float: left;
  max-width: 100px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .onderdelen .onderdeel-image {
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    padding: 10px;
    float: none;
    max-width: none;
    position: relative;
  }
}
.onderdelen .onderdeel-image img {
  width: 100%;
  height: auto;
}
.onderdelen .onderdeel-content {
  padding: 50px 10px 15px 10px;
  text-align: center;
  height: 100%;
  position: absolute;
  height: 100px;
  line-height: 15px;
  line-height: 1.5rem;
  top: 0px;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .onderdelen .onderdeel-content {
    position: relative;
    padding: 50% 10px 15px 10px;
    height: auto;
  }
}
.onderdelen .onderdeel-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.voordelen-foto img {
  width: 100%;
  height: auto;
  border: solid 4px #ffffff;
}

.voordelen-blok-wrapper {
  background-color: #e7f0f6;
  color: blauw;
  padding: 64px 0;
}
.voordelen-blok-wrapper h2 {
  color: #1c3762;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.voordelen {
  padding: 0px;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .voordelen {
    padding: 5px 20px 0 40px;
    text-align: left;
  }
}
.voordelen h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 601px) {
  .voordelen h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.voordelen .voordeel {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 601px) {
  .voordelen .voordeel {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) {
  .voordelen .voordeel-content {
    padding-left: 100px;
  }
}
.voordelen .voordeel-image {
  width: 84px;
  padding: 0 10px;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 601px) {
  .voordelen .voordeel-image {
    float: left;
    margin: auto;
  }
}
.voordelen .voordeel-image img {
  width: 100%;
  height: auto;
}
.voordelen .voordeel-tekst {
  color: #1c3762;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.voordelen .voordeel-title {
  color: #1c3762;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.projecten-blok-wrapper {
  padding: 64px 0;
  text-align: center;
}
.projecten-blok-wrapper h2 {
  color: #1c3762;
  margin-bottom: 64px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.projecten-uitgelicht .project-wrapper {
  padding: 0 5px;
  position: relative;
  margin-bottom: 10px;
}
.projecten-uitgelicht .project {
  padding: 50px 20px 20px 20px;
  position: relative;
  text-align: left;
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
}
.projecten-uitgelicht .project:before {
  width: 0;
  height: 0;
  border-top: 30px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
}
.projecten-uitgelicht .project:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.projecten-uitgelicht .project-content {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.projecten-uitgelicht .project-titel {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.projecten-uitgelicht .project-image {
  overflow: hidden;
}
.projecten-uitgelicht .project-image img {
  width: 100%;
  height: auto;
}

.projecten-archief {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.projecten-archief .project-titel {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
}
.projecten-archief .project-afmetingen {
  font-size: 18px;
  font-size: 1.8rem;
}
.projecten-archief .project-wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.projecten-archief .project-content {
  position: relative;
  padding-right: 0px;
  padding: 10px;
  background-color: #e7f0f7 !important;
}
.projecten-archief .project-titel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.projecten-archief .project-titel a:link, .projecten-archief .project-titel a:visited {
  color: #6295b3;
  text-decoration: none;
}
.projecten-archief .project-titel a:hover, .projecten-archief .project-titel a:active {
  color: #0f6da5;
}
.projecten-archief .project-content-container {
  padding: 20px 0px 10px 0px;
  height: 100%;
  background-color: transparent !important;
  color: #6295b3;
  position: relative;
}
.projecten-archief .project-content-container i {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #6295b3;
}
.projecten-archief .project-content-container i:hover, .projecten-archief .project-content-container i:active {
  color: #0f6da5;
}
.projecten-archief .project-afmetingen {
  color: #6295b3;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Gill Sans W01 Medium";
}
.projecten-archief .project-image {
  line-height: 0px;
  line-height: 0rem;
  border: none !important;
}
.projecten-archief .project-image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  -o-transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
.projecten-archief .project-image img:hover, .projecten-archief .project-image img:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.projecten-archief .gallery {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .projecten-archief .gallery {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 78px;
    margin-left: 30px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.projecten-archief .gallery a {
  width: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 2px;
  float: left;
}
@media only screen and (min-width: 801px) {
  .projecten-archief .gallery a {
    width: 78px;
    height: 78px;
    float: none;
  }
}
.projecten-archief .gallery a img {
  width: 100%;
  height: auto;
}
.projecten-archief .gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.projecten-archief .item-armatuur a {
  color: #ffffff;
}
.projecten-archief .item-armatuur a:link, .projecten-archief .item-armatuur a:visited {
  text-decoration: underline;
}
.projecten-archief .project-tekst {
  min-height: 0;
}
@media only screen and (min-width: 801px) {
  .projecten-archief .project-tekst {
    min-height: 54px;
  }
}

/*-------------------------------------------single product-----------------*/
.single-product .product-titel {
  font-size: 30px;
  font-size: 3rem;
}
.single-product .product-titel span {
  font-size: 18px;
  font-size: 1.8rem;
}
.single-product .product-wrapper {
  margin-bottom: 20px;
}
.single-product .product-content-wrapper {
  padding-right: 0px;
}
@media only screen and (min-width: 801px) {
  .single-product .product-content-wrapper {
    padding-right: 20px;
  }
}
.single-product .product-content {
  position: relative;
  padding-right: 0px;
}
@media only screen and (min-width: 801px) {
  .single-product .product-content {
    padding-right: 40px;
    background-color: transparent !important;
  }
}
.single-product .product-content-container {
  padding: 30px 60px 30px 30px;
}
.single-product .product-content-container span {
  width: 50%;
  display: inline-block;
}
.single-product .product-image {
  line-height: 0px;
  line-height: 0rem;
  border: none !important;
}
.single-product .product-image img {
  width: 100%;
  height: auto;
}
.single-product .gallery {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .single-product .gallery {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 80px;
    margin-left: 30px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.single-product .gallery a {
  width: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 2px;
  float: left;
  margin-right: 4px;
}
@media only screen and (min-width: 801px) {
  .single-product .gallery a {
    width: 78px;
    height: 78px;
    float: none;
  }
}
.single-product .gallery a img {
  width: 100%;
  height: auto;
}
.single-product .gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.single-product .product-title {
  color: #ffffff;
  margin-bottom: 20px !important;
}
.single-product .product-serie {
  font-size: 18px;
  font-size: 1.8rem;
  width: auto !important;
}
.single-product .divider {
  width: auto !important;
  padding: 0 5px;
}

.product-table-wrapper {
  background-color: #e3ecd8;
  color: #1c3762;
}
.product-table-wrapper .product-table {
  width: 100%;
  max-width: 960px;
  padding: 50px 30px;
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}
.product-table-wrapper .product-table h2 {
  color: #1c3762;
  margin-bottom: 24px;
}
.product-table-wrapper table {
  border-collapse: collapse;
  min-width: 640px;
  max-width: 900px;
  margin: 20px auto 0 auto;
  text-align: left;
}
.product-table-wrapper table tr:first-child {
  font-weight: bold;
}
.product-table-wrapper table tr:first-child td {
  border-bottom: solid 1px #75a03a;
}
.product-table-wrapper table tr td:first-child {
  font-weight: bold;
}
.product-table-wrapper table td {
  padding: 5px 10px;
}
.product-table-wrapper table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.producten-overzicht .product {
  margin-bottom: 15px;
}
.producten-overzicht .product-image {
  border: solid 2px #6295b3;
  position: relative;
  overflow: hidden;
}
.producten-overzicht .product-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.producten-overzicht .product-content-wrapper {
  position: relative;
  padding-right: 0px;
}
@media only screen and (min-width: 601px) {
  .producten-overzicht .product-content-wrapper {
    padding-right: 15px;
  }
}
.producten-overzicht .product-content {
  background-color: #75a03a;
  color: #ffffff;
  padding: 25px;
  height: 100%;
  min-height: 231.28px;
}
.producten-overzicht .product-content h2 {
  color: #ffffff;
  margin-bottom: 20px !important;
  line-height: 28px;
  line-height: 2.8rem;
}
.producten-overzicht .product-title span {
  font-size: 16px;
  font-size: 1.6rem;
}
.producten-overzicht .product-tekst a:last-child {
  display: none;
}
.producten-overzicht .product-tekst p {
  margin-bottom: 0px !important;
}

.product-button {
  display: inline-block !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-family: "Gill Sans W01 Bold";
  margin-top: 10px;
  border-radius: 0px !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Gill Sans W01 Medium";
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
.product-button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.buttonbar-wrapper .buttonbar {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}
.buttonbar-wrapper a:link, .buttonbar-wrapper a:visited {
  text-decoration: none;
}
.buttonbar-wrapper a:hover, .buttonbar-wrapper a:active {
  text-decoration: none;
}

.gerelateerde-projecten-wrapper {
  padding: 50px 0;
}
.gerelateerde-projecten-wrapper h2 {
  text-align: center;
  color: #1c3762;
  margin-bottom: 40px;
}

.filterbar {
  margin-bottom: 10px;
  margin-left: 0px;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 601px) {
  .filterbar {
    margin-left: 200px;
  }
}
.filterbar .js-wpv-dps-spinner {
  position: absolute;
}
.filterbar label {
  border-right: solid 1px #1c3762;
}
.filterbar label[for=post_category-e-varkens] {
  border-right: none;
}

.calltoaction-blok-wrapper {
  background-image: url("images/blok-bg.jpg");
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 64px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.calltoaction-blok-wrapper h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.calltoaction-blok-wrapper .calltoaction-blok {
  max-width: 750px;
}
.calltoaction-blok-wrapper .button {
  clear: both;
}

.sidebar ul {
  list-style-type: none;
}
.sidebar li {
  list-style-type: none;
}
.sidebar .widget_advanced_menu .menu-item:before {
  content: ">";
  padding-right: 5px;
}
.sidebar .widget_advanced_menu a {
  text-decoration: none !important;
}
.sidebar .widget-container {
  margin-bottom: 20px;
}

.widget-area ul {
  list-style-type: none;
}
.widget-area li {
  list-style-type: none;
}

#header-widgets {
  margin: 0 auto 10px auto;
  text-align: center;
  clear: both;
  display: none;
}
@media only screen and (min-width: 601px) {
  #header-widgets {
    float: right;
    text-align: center;
    clear: none;
    position: absolute;
    right: 80px;
    display: block;
  }
}
#header-widgets .widget-container:nth-child(2) .button:link, #header-widgets .widget-container:nth-child(2) .button:visited {
  background-color: #0f6da5 !important;
}
#header-widgets .widget-container:nth-child(2) .button:link, #header-widgets .widget-container:nth-child(2) .button:visited {
  background-color: #6295b3 !important;
}
#header-widgets .button {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 601px) {
  #header-widgets .button {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*-----------------------------*/
.rundvee,
.a-rundvee,
.a-rundvee-en,
.a-rundvee-fr,
.a-rundvee-de {
  background-color: #b0bc58 !important;
  color: #ffffff !important;
}

.pluimvee,
.b-pluimvee,
.b-pluimvee-en,
.b-pluimvee-fr,
.b-pluimvee-de {
  background-color: #75a03a !important;
  color: #ffffff !important;
}

.paarden,
.c-paarden,
.c-paarden-en,
.c-paarden-fr,
.c-paarden-de {
  background-color: #6295b3 !important;
  color: #ffffff !important;
}

.geiten,
.d-geiten,
.d-geiten-en,
.d-geiten-fr,
.d-geiten-de {
  background-color: #0f6da5 !important;
  color: #ffffff !important;
}

.varkens,
.e-varkens,
.e-varkens-en,
.e-varkens-fr,
.e-varkens-de {
  background-color: #1c3762 !important;
  color: #ffffff !important;
}

/*-----------------------------*/
.border-a-rundvee,
.border-a-rundvee-en,
.border-a-rundvee-fr,
.border-a-rundvee-de {
  border: solid 2px rgba(176, 188, 88, 0.3) !important;
  background-color: #fff;
}

.border-b-pluimvee,
.border-b-pluimvee-en,
.border-b-pluimvee-fr,
.border-b-pluimvee-de {
  border: solid 2px rgba(117, 160, 58, 0.3) !important;
  background-color: #fff;
}

.border-c-paarden,
.border-c-paarden-en,
.border-c-paarden-fr,
.border-c-paarden-de {
  border: solid 2px rgba(98, 149, 179, 0.3) !important;
  background-color: #fff;
}

.border-d-geiten,
.border-d-geiten-en,
.border-d-geiten-fr,
.border-d-geiten-de {
  border: solid 2px rgba(15, 109, 165, 0.3) !important;
  background-color: #fff;
}

.border-e-varkens,
.border-e-varkens-en,
.border-e-varkens-fr,
.border-e-varkens-de {
  border: solid 2px rgba(28, 55, 98, 0.3) !important;
  background-color: #fff;
}

.product-content.a-rundvee .product-button, .product-content.b-pluimvee .product-button {
  background: rgba(255, 255, 255, 0.3);
}
.product-content.a-rundvee .product-button:hover, .product-content.b-pluimvee .product-button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.table-e-varkens,
.table-e-varkens-en,
.table-e-varkens-fr,
.table-e-varkens-de {
  background-color: rgba(28, 55, 98, 0.3);
}
.table-e-varkens table tr:first-child td,
.table-e-varkens-en table tr:first-child td,
.table-e-varkens-fr table tr:first-child td,
.table-e-varkens-de table tr:first-child td {
  border-bottom: solid 1px #1c3762 !important;
}

.table-a-rundvee,
.table-a-rundvee-en,
.table-a-rundvee-fr,
.table-a-rundvee-de {
  background-color: rgba(176, 188, 88, 0.3);
}
.table-a-rundvee table tr:first-child td,
.table-a-rundvee-en table tr:first-child td,
.table-a-rundvee-fr table tr:first-child td,
.table-a-rundvee-de table tr:first-child td {
  border-bottom: solid 1px #b0bc58 !important;
}

.table-d-geiten,
.table-d-geiten-en,
.table-d-geiten-fr,
.table-d-geiten-de {
  background-color: rgba(15, 109, 165, 0.3);
}
.table-d-geiten table tr:first-child td,
.table-d-geiten-en table tr:first-child td,
.table-d-geiten-fr table tr:first-child td,
.table-d-geiten-de table tr:first-child td {
  border-bottom: solid 1px #0f6da5 !important;
}

.table-c-paarden,
.table-c-paarden-en,
.table-c-paarden-fr,
.table-c-paarden-de {
  background-color: rgba(98, 149, 179, 0.3);
}
.table-c-paarden table tr:first-child td,
.table-c-paarden-en table tr:first-child td,
.table-c-paarden-fr table tr:first-child td,
.table-c-paarden-de table tr:first-child td {
  border-bottom: solid 1px #6295b3 !important;
}

.table-b-pluimvee,
.table-b-pluimvee-en,
.table-b-pluimvee-fr,
.table-b-pluimvee-de {
  background-color: rgba(117, 160, 58, 0.3);
}
.table-b-pluimvee table tr:first-child td,
.table-b-pluimvee-en table tr:first-child td,
.table-b-pluimvee-fr table tr:first-child td,
.table-b-pluimvee-de table tr:first-child td {
  border-bottom: solid 1px #75a03a !important;
}

/*----------------------------- full width template*/
.page-template-page-fullwidth #container {
  padding: 10px 20px 100px 20px;
}
@media only screen and (min-width: 601px) {
  .page-template-page-fullwidth #container {
    padding: 60px 80px 100px 80px;
  }
}

#icon {
  width: 150px;
  height: 150px;
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.icon-rundvee,
.icon-a-rundvee,
.icon-a-rundvee-en,
.icon-a-rundvee-de,
.icon-a-rundvee-fr,
.icon-rundvee-en,
.icon-rundvee-fr,
.icon-rundvee-de {
  background-image: url("images/rundvee.svg");
}

.icon-pluimvee,
.icon-b-pluimvee,
.icon-b-pluimvee-de,
.icon-b-pluimvee-en,
.icon-b-pluimvee-fr,
.icon-pluimvee-en,
.icon-pluimvee-fr,
.icon-pluimvee-de {
  background-image: url("images/pluimvee.svg");
}

.icon-paarden,
.icon-c-paarden,
.icon-c-paarden-de,
.icon-c-paarden-en,
.icon-c-paarden-fr,
.icon-paarden-en,
.icon-paarden-fr,
.icon-paarden-de {
  background-image: url("images/paarden.svg");
}

.icon-geiten,
.icon-d-geiten,
.icon-d-geiten-de,
.icon-d-geiten-en,
.icon-d-geiten-fr,
.icon-geiten-en,
.icon-geiten-fr,
.icon-geiten-de {
  background-image: url("images/geiten.svg");
}

.icon-varkens,
.icon-e-varkens,
.icon-e-varkens-de,
.icon-e-varkens-fr,
.icon-e-varkens-en,
.icon-varkens-en,
.icon-varkens-fr,
.icon-varkens-de {
  background-image: url("images/varkens.svg");
}

/*----------------------------- forms*/
#content input[type=text],
#content textarea,
#content input[type=tel],
#content input[type=email] {
  background-color: #d2d7e0;
  border: none;
  border-radius: 0px;
}
#content form label {
  color: #1c3762;
  font-weight: normal;
}
#content .frm_submit {
  float: right;
}
#content .frm_ajax_loading {
  display: none;
}
#content input[type=submit] {
  background-color: #1c3762;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-top: -10px;
  boder: none;
}
#content input[type=submit]:hover, #content input[type=submit]:active {
  background-color: #75a03a;
}
#content .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: none;
}
#content .frm_forms label {
  font-family: "Gill Sans W01 Medium";
}
#content .frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
  font-family: "Gill Sans W01 Medium";
}

.frm_forms input[type=radio] {
  display: inline-block;
  margin-bottom: 0px;
}

.google-map {
  width: 100%;
  height: 275px;
}

.contact-blok {
  background-image: url("images/worldmap.gif");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

#contact-widgets {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
#contact-widgets .widget-container:nth-child(1) {
  margin-bottom: 100px;
  text-align: center;
}
#contact-widgets .widget-container:nth-child(1) .widget-title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
#contact-widgets .widget-container:nth-child(2) {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 601px) {
  #contact-widgets .widget-container:nth-child(2) {
    width: 50%;
  }
}
#contact-widgets .widget-container:nth-child(2) .textwidget,
#contact-widgets .widget-container:nth-child(2) .widget-title {
  text-align: center;
}
#contact-widgets .widget-container:nth-child(3) {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 601px) {
  #contact-widgets .widget-container:nth-child(3) {
    width: 50%;
  }
}
#contact-widgets .widget-container:nth-child(3) .frm_form_widget {
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  #contact-widgets .widget-container:nth-child(3) .frm_form_widget {
    max-width: 300px;
    width: 100%;
  }
}
#contact-widgets .widget-container:nth-child(3) .frm_form_fields input[type=text],
#contact-widgets .widget-container:nth-child(3) .frm_form_fields textarea,
#contact-widgets .widget-container:nth-child(3) .frm_form_fields input[type=tel],
#contact-widgets .widget-container:nth-child(3) .frm_form_fields input[type=email],
#contact-widgets .widget-container:nth-child(3) .frm_form_fields select {
  background-color: #d2d7e0;
  border: none;
  border-radius: 0px;
  color: #1c3762;
}
#contact-widgets .widget-container:nth-child(3) ::-webkit-input-placeholder {
  color: #1c3762;
}
#contact-widgets .widget-container:nth-child(3) :-moz-placeholder {
  /* Firefox 18- */
  color: #1c3762;
}
#contact-widgets .widget-container:nth-child(3) ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c3762;
}
#contact-widgets .widget-container:nth-child(3) :-ms-input-placeholder {
  color: #1c3762;
}
#contact-widgets .widget-container:nth-child(3) input[type=submit] {
  background-color: #1c3762;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-top: -10px;
  boder: none;
  width: 100%;
}
#contact-widgets .widget-container:nth-child(3) input[type=submit]:hover, #contact-widgets .widget-container:nth-child(3) input[type=submit]:active {
  background-color: #75a03a;
}
#contact-widgets .widget-container:nth-child(3) .widget-title {
  text-align: center;
}

.contact-blok-wrapper .form-field {
  margin-bottom: 5px !important;
}
.contact-blok-wrapper .frm_submit {
  margin-top: 10px !important;
  width: 100%;
}

/*------------------------------------------------------page-template-footer ---------------------*/
.page-template-page-archief #container,
.page-template-page-footer #container {
  padding-top: 10px;
  padding: 40px 0;
}
@media only screen and (min-width: 801px) {
  .page-template-page-archief #container,
.page-template-page-footer #container {
    padding: 10px 20px 40px 20px;
  }
}

/*------------------------------------------------------single-product ---------------------*/
.single-product #container {
  padding-top: 10px;
  padding-bottom: 0px;
}
.single-product #container .product-links {
  margin-bottom: 10px;
  margin-left: 0px;
}
@media only screen and (min-width: 601px) {
  .single-product #container .product-links {
    margin-left: 120px;
  }
}
.single-product #container .product-link {
  padding: 0 8px;
  border-right: solid 1px #1c3762;
  cursor: pointer;
}
.single-product #container .product-link:last-child {
  border-right: none;
}
.single-product #container .product-link a {
  text-decoration: none;
}

.slider-nav .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.slick-list {
  padding: 0px !important;
}

.mm-panel a:link, .mm-panel a:visited {
  text-decoration: none;
}
.mm-panel a:hover, .mm-panel a:active, .mm-panel .current-menu-item, .mm-panel .current-page-parent {
  text-decoration: none;
  color: #75a03a;
}

.highlight-blocks {
  clear: both;
  margin-bottom: 10px;
}
.highlight-blocks .highlight-block:last-child {
  clear: right;
}

.highlight-block {
  width: 100%;
  padding: 0px 50px 10px 10px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .highlight-block {
    width: 50%;
  }
}
.highlight-block .block-padder {
  padding: 20px 20px 20px 50px;
  background-color: #e7f0f7;
}
.highlight-block i {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 56px;
  color: #6295b3;
}

.blok-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 601px) {
  .blok-title {
    padding-left: 60px;
  }
}
.blok-title span {
  text-transform: lowercase;
}

.productoverzicht-2-0 .product {
  background-color: #e7f0f7;
  padding: 10px;
  margin-bottom: 16px;
}
.productoverzicht-2-0 .product-content {
  background-color: transparent !important;
  color: #6295b3 !important;
  padding: 15px 0 5px 0;
  position: relative;
}
.productoverzicht-2-0 .product-content i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 36px;
  font-size: 3.6rem;
}
.productoverzicht-2-0 .product-content h2 {
  color: #6295b3 !important;
  font-size: 24px;
  font-size: 2.4rem;
}
.productoverzicht-2-0 .product-content div {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Gill Sans W01 Medium";
}
.productoverzicht-2-0 .product-content a:link, .productoverzicht-2-0 .product-content a:visited {
  color: #6295b3 !important;
}
.productoverzicht-2-0 .product-content a:hover, .productoverzicht-2-0 .product-content a:active {
  color: #0f6da5 !important;
}
.productoverzicht-2-0 .product-image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  -o-transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
.productoverzicht-2-0 .product-image img:hover, .productoverzicht-2-0 .product-image img:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.project-main-content {
  padding-right: 30px;
  margin-bottom: 30px;
}
.project-main-content .project-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.project-main-content .project-meta .meta {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-main-content .project-meta i {
  font-size: 36px;
  font-size: 3.6rem;
  margin-right: 5px;
  width: 48px;
}

.project-gallery img {
  width: 100%;
  height: auto;
}

.project-slider .slide {
  border-right: solid 4px #ffffff;
}

.project-slider-nav {
  margin-top: 10px;
}
.project-slider-nav .slide {
  cursor: pointer;
  border-right: solid 5px #ffffff;
}
.project-slider-nav .slide:last-child {
  border-right: none;
}
.project-slider-nav .slide img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-backface-visibility: hidden;
}
.project-slider-nav .slide img:hover, .project-slider-nav .slide img:active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.row-small-padding [class*=col-] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.row-no-padding [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.productoverzicht-2-0.productoverzicht-home h2 {
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0 25px;
}
.productoverzicht-2-0.productoverzicht-home h2 div {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.productoverzicht-2-0.productoverzicht-home .product-content i {
  font-size: 24px;
  font-size: 2.4rem;
  right: 0px;
}

body .wpv-addon-maps-render {
  height: 500px !important;
}

.locator-wrapper {
  position: relative;
}

.dealer-lijst-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  padding: 30px 30px 0 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  -o-transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  overflow-y: scroll;
}
.dealer-lijst-wrapper.show {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.dealer-lijst-wrapper.show {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.dealer-lijst .dealer-naam {
  font-size: 14px;
  font-size: 1.4rem;
}
.dealer-lijst .dealer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dealer-lijst .dealer i {
  font-size: 2em;
  margin-right: 15px;
  color: #0f6da5;
  padding-top: 3px;
}

.dealer {
  display: none;
}

#content {
  margin-bottom: 0px;
}
#content .locator-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
#content .locator-search .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}
#content .locator-search .form-group .js-toolset-maps-distance-unit {
  width: auto;
}
#content .locator-search input, #content .locator-search select {
  margin: 0px 8px 10px 0;
  border-radius: 0px;
}
#content .locator-search input[type=submit] {
  padding: 5px 10px;
  background-color: #1c3762;
  color: #ffffff;
  border-radius: 0px;
  margin--bottom: 10px;
}
#content .locator-search input[type=submit]:link, #content .locator-search input[type=submit]:visited {
  background-color: #1c3762;
  color: #ffffff;
}
#content .locator-search input[type=submit]:hover, #content .locator-search input[type=submit]:active {
  background-color: #0f6da5;
  color: #ffffff;
}
#content .locator-search .wpv-reset-trigger {
  background-color: #75a03a;
  color: #ffffff;
}
#content .locator-search .wpv-reset-trigger:hover, #content .locator-search .wpv-reset-trigger:active {
  background-color: #b0bc58;
  color: #ffffff;
}
#content .locator-search input[type=button] {
  padding: 5px 10px !important;
  line-height: 24px !important;
  font-size: 14px !important;
  border-radius: 0px;
  font-family: "Gill Sans W01 Medium" !important;
  background-color: #1c3762 !important;
  color: #ffffff !important;
  margin--bottom: 10px;
}
#content .locator-search input[type=button]:hover, #content .locator-search input[type=button]:active {
  background-color: #0f6da5 !important;
  color: #ffffff !important;
}
#content .locator-search #toolset-maps-distance-center {
  min-width: 250px;
}

.zoek-dealer {
  margin-top: 0px !important;
}

.category-bar {
  margin-top: 10px;
}
.category-bar .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-bar input[type=radio] {
  display: inline;
  margin: 2px 0 0 -20px;
}
.category-bar .radio {
  margin-top: 0px;
  margin-bottom: 0x;
  margin-right: 20px;
}