@charset "utf-8";
/* CSS Document */
html, body {
  font-family: gill-sans-nova, "Gill Sans", sans-serif;
  color: #474D40;
  background: linear-gradient(90deg, #F0F3EA 0%, #E8EBE1 100%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.414;
  margin: 0 auto;
}
h1 {
  color: #C8D300;
  font-family: neo-sans;
  font-size: 210%;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 0.75em;
}
h2 {
  font-size: 150%;
  padding-bottom: 0.75em;
}
h3 {
  font-size: 110%;
  font-weight: 600;
  padding: 1.414em 0 0.75em;
}
p+* {
  margin-top: 0.707em;
}
a, a:visited, button {
  color: #474D40;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
a:active, a:hover, a:focus {
  color: #94C11E;
}
label a, p a:not(.button) {
  border-bottom: 1px solid;
}
iframe {
  margin: auto;
  width: 74%;
  height: min(90vw, 740px);
}
header nav a, header nav a:visited {
  color: #474D40;
  font-size: 130%;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
html[data-useragent*='MSIE 10.0'] header nav a+a {
  margin-top: 13vh;
}
a.button, a.button:visited, button {
  background: #94C11E no-repeat center calc(100% - 0.5em);
  border-radius: 6px;
  color: #FFF;
  font-family: neo-sans, "neo-sans", sans-serif;
  font-weight: 500;
  font-size: 120%;
  text-transform: uppercase;
  padding: 0.5em 1em 0.6em;
  margin: 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 2px 0px rgb(125, 125, 125);
  box-shadow: 2px 2px 0px rgb(125, 125, 125);
}
html[data-useragent*='MSIE 10.0'] a.button, html[data-useragent*='MSIE 10.0'] button {
  display: block;
}
a.button.light, a.button.deelnemen-btn {
  padding: 0.5em 0.25em 1.8em;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
a.button.light {
  background-color: #C8D300;
  background-image: url(../images/icon_eye.svg);
  background-position-y: calc(100% - 0.65em);
}
a.button.deelnemen-btn {
  background-image: url(../images/icon_star.svg);
}
a.button:hover, button:hover {
  opacity: 0.75;
}
a.button+a.button {
  margin-left: 4%;
}
button {
  font-size: 100%;
}
p>a.button {
  margin-top: 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#cookies p a, #cookies p a:visited {
  color: #FFF;
}
#cookies p a:hover, #cookies p a:active {
  color: #474D40;
}
a.selected {
  color: #94C11E !important;
}
.icon-menu::before {
  color: #C8D300;
  font-size: 160%;
  margin: 5vh 1em 0 0;
}
.icon::before:hover {
  color: #94C11E;
}
b, strong {
  font-weight: 600;
}
.hide {
  opacity: 0;
  display: none !important;
}
.fixed {
  top: 0 !important;
  position: fixed !important;
}
/* layout */
#container {
  background: url("../images/agribex_tabletop_x2.jpg") no-repeat center top /100% auto, #FFF url("../images/agribex_tablebackdrop_x2.jpg") repeat center top /100% auto;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}
#navicon {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  right: calc((50vw - 640px));
}
header nav {
  background-color: #FFF;
  display: none;
  position: fixed;
  top: 0;
  right: calc((50vw - 640px));
  width: 70vw;
  max-width: 460px;
  height: 100vmin;
  max-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-evenly;
  z-index: 5;
  padding: min(5%, 40px);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
header nav.rollout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article {
  text-align: center;
  margin: 0 auto;
  padding: 12vh 5% 0;
}
article#intro {
  padding: 12vh 0 0;
}
article#intro, article.text {
  max-width: 1000px;
}
figure {
  display: none;
}
figure img {
  width: 100%;
}
/* #intro span {
  display: block;
  background-color: #FFF;
  color: #888;
  font-size: 100%;
  font-weight: 600;
  padding: 0.5em 0 0.8em;
} */
#intro h1, #intro h2, #intro section {
  display: none;
}
#intro p {
  padding: 5vh 5% 4.5vh;
}
#intro div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
article.text {
  padding: calc(12vw + 5em) 5% 0;
}
.logo {
  margin: 0 auto;
  height: 50vh;
  min-height: 250px;
  max-height: 600px;
  mix-blend-mode: multiply;
}
footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 7vh 5%;
  font-size: 18px;
  text-align: center;
}
html[data-useragent*='MSIE 10.0'] footer {
  display: block;
}
footer>* {
  margin-top: 5vh;
}
footer>i {
  padding: 0 1%;
}
/* maintain aspect ratio */
.ratioborder {
  border: 7px solid #C8D300;
}
.ratio {
  display: block;
  position: relative;
  overflow: hidden;
}
.ratio::after {
  display: block;
  content: "";
}
.ratio-1-1::after {
  padding-top: calc(1 * 100% / 1);
}
.ratio>div, .ratio>figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* photobook */
#photobook .hard, #photobook .page {
  background-size: 100% auto;
  background-color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.even>div {
  border-right: 0.01em solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9% 5% 9% 15%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  font-size: 14px;
}
html[data-useragent*='MSIE 10.0'] .even>div {
  padding-bottom: 15%;
}
.odd>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10%;
}
.odd>div img {
  object-fit: contain;
}
@supports (object-fit: contain) {
  .odd>div {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
#photobook .text {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
}
html[data-useragent*='MSIE 10.0'] #photobook .text {
  display: block;
}
#social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 1.35em auto 2.35em;
}
#social>div {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#likeit {
  border: 2px solid #94C11E;
  color: #94C11E;
  border-radius: 10px;
  font-size: 115%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.2em;
  height: 2.5em;
  cursor: pointer;
  margin: 0.75em auto;
}
#likeit i {
  font-size: 145%;
  padding-bottom: 0.1em;
}
.icon-heart-full {
  color: red;
}
#shareit {
  margin: 0 auto 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 3em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shareit>div:first-child {
  background-image: url("../images/sharing_is_caring.svg");
  width: 36%;
  margin: 0.25em 1em 0 0;
  height: 1.34em;
}
.icons a {
  background-color: #474D40;
  border-radius: 50px;
  color: #FFF;
  cursor: pointer;
}
.icons a+a {
  margin-left: 0.75em;
}
.icons a::before {
  position: relative;
  top: -0.1em;
}
/*COOKIES*/
#cookies a.button, #cookies a.button:visited, #cookies button {
  color: #474D40;
  background-color: white;
}
#cookies {
  background-color: #94C11E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500 !important;
}
#cookies>div {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 4vh auto;
  padding: 0 5%;
}
#cookie-txt {
  color: #FFF;
}
#cookies a.button {
  margin: 0.75em auto 0;
  font-size: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
#hover {
  background-color: rgba(28, 105, 212, 0.9);
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  display: none;
}
#hover p::before {
  font-family: fontello;
  content: "\f404";
  font-size: 240%;
  line-height: 0;
  position: absolute;
  top: 15px;
  right: 6px;
}
#hover p {
  border: 1px solid white;
  padding: 18px 25px 20px;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.zeroheight {
  height: 0;
  overflow: hidden;
}
/*      */
/* form */
/*      */
#formulier {
  margin: 7vh auto 0;
  background: #FFF;
  width: 90%;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height .15s ease-out;
  -o-transition: height .15s ease-out;
  transition: height .15s ease-out;
}
#formulier.open {
  height: auto;
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 0 2em;
  margin: 1.5em 0;
}
form>div>div {
  width: 100%;
}
form>div>*:not(textarea):not(select), div.select {
  padding-bottom: 0.15em;
  margin-bottom: 1em;
}
#form-right {
  border-left: solid 1px #474D40;
}
#form-left .field-group {
  border-bottom: solid 1px;
}
label, #formulier p {
  font-size: 82.5%;
}
#form-left label {
  white-space: nowrap;
}
#form-left div p, #form-left p strong {
  white-space: normal !important;
  text-align: left;
  width: 100% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
label a {
  color: inherit !important;
}
input, input:active, textarea, select, .select {
  font-weight: 600;
  background-color: #FFF;
  color: #474D40;
}
input, select {
  line-height: 1.414;
  position: relative;
  padding: 0 0 0.15em 0.5em;
  height: 1.6em;
  overflow: hidden;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
input:active, textarea:active, input:focus, textarea:focus, .select:active, .select:focus {
  color: #474D40 !important;
  border-color: #474D40;
}
textarea {
  height: auto;
  margin-top: 0.25em;
  border: 1px solid;
  padding: 0 0.5em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  width: 100%;
}
.input.textarea {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.05em;
}
html[data-useragent*='MSIE 10.0'] #form-right .field-group .input {
  display: block;
}
html[data-useragent*='MSIE 10.0'] #form-right .field-group .input label {
  margin-bottom: 1em;
}
.counter {
  font-size: 11px;
  text-align: right;
  width: 100%;
}
.select {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.select::before {
  font-family: fontello;
  content: "\f123";
  position: absolute;
  right: 3%;
  line-height: 0;
  top: 50%;
}
form ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #474D40;
}
form ::-moz-placeholder {
  opacity: 0.5;
  color: #474D40;
}
form :-ms-input-placeholder {
  opacity: 0.5;
  color: #474D40;
}
form ::-ms-input-placeholder {
  opacity: 0.5;
  color: #474D40;
}
form ::placeholder {
  opacity: 0.5;
  color: #474D40;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="checkbox"]+label {
  margin-left: 1.7em;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]+label::before, input[type="radio"]+label::before {
  background-color: #FFF;
  border: 1px solid;
  font-family: fontello;
  font-size: 84%;
  line-height: 1.25em;
  text-align: center;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  left: -2em;
  top: 0.25em;
}
input[type="radio"]+label::before {
  border-radius: 100px;
}
input[type="checkbox"]:checked+label::before {
  color: #474D40;
  content: "\e800";
}
input[type="radio"]:checked+label::before {
  color: #474D40;
  content: "\f21b";
}
input[type="file"] {
  font-size: 80%;
  color: #FFF !important;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  overflow: unset;
}
input[type="submit"] {
  height: 34px;
  margin-top: 30px;
  padding: 1%;
  width: 20%;
}
input:invalid, .error {
  color: #C00;
  border-color: #C00;
}
input:active:invalid:not(.error), input:valid:not(.error) {
  color: #474D40;
}
.labelerror {
  background: #f00 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  font-size: 13px;
  margin-top: 4px !important;
  padding: 0 5px;
  position: absolute;
  text-align: center;
}
/** popup **/
.actiepop {
  background-color: #c7d102;
  color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 90%;
  max-width: 920px;
  top: 50%;
  left: 50%;
  padding: 1.6em 2.1em 2em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.actiepop .hide {
  display: none;
}
.actiepop .close {
  position: absolute;
  top: 0.2em;
  right: 0.6em;
  cursor: pointer;
}
.popup {
  display: block;
}
.lds-loading {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 28px);
  top: calc(50% - 32px);
}
.lds-loading div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-loading div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.a2a_svg, .a2a_count {
  border-radius: 20px !important;
}
@-webkit-keyframes lds-loading {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes lds-loading {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* responsive */
@media only screen and (max-width : 1280px) {
  #navicon, header nav {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 800px) {
  header nav {
    padding-left: 2em;
  }
  #formulier {
    width: 100%;
  }
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  form>div {
    width: 100%;
    padding: 0 5%;
  }
  #form-right {
    border: none;
  }
  #cookies a+a {
    margin-top: 20px;
  }
  #cookies form {
    margin-top: 0;
  }
  #cookies form div {
    float: none;
  }
  #navicon {
    display: block;
  }
  .actiepop {
    position: absolute;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer>i {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /*smallest = 320*/
  html, body, footer {
    font-size: 16px;
  }
  .icon-menu::before {
    margin: 14px;
  }
  #container {
    background: none;
  }
  figure, #intro h1, #intro h2, #intro section {
    display: block;
  }
  #intro h1 {
    font-size: 6.7vw;
    padding: 4vh 0 0.5vh;
  }
  #intro h2 {
    font-size: 6.26vw;
    padding: 0 0 3vh;
  }
  #intro a.button, #intro a.button:visited {
    font-size: 130%;
    width: 50vw;
    height: 50vw;
  }
  a.button+a.button {
    margin-left: 0;
  }
  .even>div {
    font-size: 5px;
  }
  #social {
    padding: 0 5%;
    margin: 0;
  }
  #shareit {
    font-size: 196%;
  }
  #form-left p strong br {
    display: none;
  }
  #form-right .field-group .input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  input[type="file"] {
    margin-top: 1em;
  }
  #main footer {
    padding: 7vh 5%;
  }
}
@media screen and (orientation:portrait) {}
@media screen and (orientation:landscape) {}