/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
modifications to original reset, avoid unwated white space between elements
*/
body {
  font-size: 0; }

/*
apply a natural box layout model to all elements
*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/*
reset the fontello default margin
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  width: auto !important;
  margin-right: 0px !important;
  margin-left: 0px !important; }

body.longread div.desktop-overlay, body.contact div.desktop-overlay {
  background-color: white;
  position: fixed;
  border-bottom: 2px solid #ff6540; }
  body.longread div.desktop-overlay div.desktop-menu a.logo, body.contact div.desktop-overlay div.desktop-menu a.logo {
    background: transparent url(/site/img/logo-kwekerij-desomviele-black.svg) no-repeat;
    background-size: 110px 90px; }
    @media screen and (max-width: 639px) {
      body.longread div.desktop-overlay div.desktop-menu a.logo, body.contact div.desktop-overlay div.desktop-menu a.logo {
        width: 100px;
        height: 80px;
        background-size: 100px 80px; } }
  body.longread div.desktop-overlay div.desktop-menu i, body.contact div.desktop-overlay div.desktop-menu i {
    background-color: #ff6540 !important; }

div.desktop-overlay {
  position: absolute;
  top: 0;
  height: 100px;
  left: 0;
  width: 100%;
  z-index: 999; }
  div.desktop-overlay div.foldout-menu-header {
    position: relative;
    border-bottom: 1px solid black; }
    div.desktop-overlay div.foldout-menu-header h3 {
      line-height: 2;
      font-size: 18px;
      font-weight: bold; }
    div.desktop-overlay div.foldout-menu-header i.icon-cancel-button-light-bold {
      position: absolute;
      top: 5px;
      right: 0px;
      font-size: 18px;
      width: 18px;
      height: 18px;
      color: black;
      cursor: pointer; }
  div.desktop-overlay div.desktop-menu-foldout, div.desktop-overlay div.desktop-languages-foldout {
    padding: 10px 10px 0px;
    position: absolute;
    width: 250px;
    top: 0px;
    right: -250px;
    background-color: white;
    text-transform: uppercase; }
    div.desktop-overlay div.desktop-menu-foldout ul, div.desktop-overlay div.desktop-languages-foldout ul {
      padding: 10px 0px; }
    div.desktop-overlay div.desktop-menu-foldout li, div.desktop-overlay div.desktop-languages-foldout li {
      font-size: 14px;
      line-height: 1.6;
      list-style-type: none; }
    div.desktop-overlay div.desktop-menu-foldout a, div.desktop-overlay div.desktop-languages-foldout a {
      text-decoration: none;
      color: black; }
  div.desktop-overlay div.desktop-menu {
    margin: 0 auto; }
    div.desktop-overlay div.desktop-menu a.logo {
      position: absolute;
      display: inline-block;
      top: 5px;
      left: 15px;
      width: 130px;
      height: 105px;
      background: transparent url(/site/img/logo-kwekerij-desomviele.svg) no-repeat;
      background-size: 130px 105px; }
      @media screen and (max-width: 639px) {
        div.desktop-overlay div.desktop-menu a.logo {
          width: 100px;
          height: 80px;
          background-size: 100px 80px; } }
    div.desktop-overlay div.desktop-menu .desktop-menu-buttons {
      position: absolute;
      right: 0px;
      top: 0px;
      display: block;
      padding-left: 10px; }
      div.desktop-overlay div.desktop-menu .desktop-menu-buttons span {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-menu {
          vertical-align: middle;
          position: absolute;
          top: 0px;
          right: 0px;
          font-size: 11px;
          width: 95px;
          height: 38px;
          padding: 10px 5px 8px 5px;
          background: #6cbba5;
          color: white;
          text-align: center; }
          div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-menu:before {
            font-size: 18px;
            vertical-align: middle;
            padding-right: 10px; }
        div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-phone {
          vertical-align: middle;
          position: absolute;
          top: 0px;
          right: 100px;
          font-size: 11px;
          width: 95px;
          height: 38px;
          padding: 10px 5px 8px 5px;
          background: #6cbba5;
          color: white;
          text-align: center; }
          div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-phone:before {
            font-size: 18px;
            vertical-align: middle;
            padding-right: 10px; }
        div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-globe {
          word-spacing: 3px;
          position: absolute;
          top: 32px;
          right: 0px;
          font-size: 10px;
          border-radius: 50%;
          width: 72px;
          height: 36px;
          padding: 8px 0px 8px 16px;
          color: white;
          text-align: center;
          vertical-align: middle;
          text-transform: uppercase; }
        div.desktop-overlay div.desktop-menu .desktop-menu-buttons span i.icon-globe::before {
          font-size: 21px;
          vertical-align: middle; }

html.desktop-menu-active div.desktop-menu-foldout {
  right: 0px !important; }

html.desktop-languages-active div.desktop-languages-foldout {
  right: 0px !important; }

div.wallpaper-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

div.cover-intro {
  position: relative;
  max-width: 800px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  overflow: hidden;
  text-align: center; }
  div.cover-intro div.textblock h2 {
    font-size: 48px;
    line-height: 1.4; }
    @media screen and (max-width: 639px) {
      div.cover-intro div.textblock h2 {
        font-size: 28px;
        line-height: 1.4; } }
  div.cover-intro div.textblock h3 {
    font-size: 32px;
    line-height: 1.4; }
    @media screen and (max-width: 639px) {
      div.cover-intro div.textblock h3 {
        font-size: 20px;
        line-height: 1.4; } }
  div.cover-intro div.textblock p {
    font-size: 24px;
    line-height: 1.4; }
    @media screen and (max-width: 639px) {
      div.cover-intro div.textblock p {
        font-size: 16px;
        line-height: 1.4; } }
  div.cover-intro a.linkblock {
    display: inline-block;
    width: 30%;
    float: left;
    text-align: center;
    margin: 1%;
    padding: 7px;
    color: white;
    text-decoration: none;
    background-color: #6cbba5; }
    div.cover-intro a.linkblock:first-of-type {
      margin-left: 19%; }
    div.cover-intro a.linkblock p {
      font-size: 21px; }
    @media screen and (max-width: 767px) {
      div.cover-intro a.linkblock {
        width: 52%;
        float: none; }
        div.cover-intro a.linkblock:first-of-type {
          margin-left: 0; } }
    @media screen and (max-width: 639px) {
      div.cover-intro a.linkblock {
        width: 75%;
        float: none; } }

a.pdf {
  padding-left: 30px;
  background-image: url(/site/img/inline-pdf-icon.png);
  background-repeat: no-repeat;
  background-position: 0 2px; }

.row-container-wrapper {
  position: relative;
  overflow: hidden; }

.top-row-container {
  position: relative;
  overflow: hidden; }

.top-row-spacer-wrapper {
  max-width: 1200px;
  margin: auto; }

.top-row-spacer {
  padding-bottom: 50%; }

.top-textrow {
  background-color: #6cbba5; }

.text-row-content {
  margin: auto;
  max-width: 970px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding: 50px 25px 50px 25px; }

.top-textrow .text-row-content {
  color: white; }

.video-caption-wrapper {
  color: white;
  width: 100%;
  padding: 50px 15px 15px 15px;
  position: absolute;
  top: 50%;
  text-align: center; }

.image-row-content {
  display: inline-block;
  position: relative;
  min-height: 600px;
  vertical-align: top; }

.background-coloured {
  background-color: #fafafa; }

.row-image-left {
  position: absolute;
  overflow: hidden;
  width: 50%;
  top: 0px;
  bottom: 0px;
  left: 0px; }

.row-image-right {
  position: absolute;
  overflow: hidden;
  width: 50%;
  top: 0px;
  bottom: 0px;
  right: 0px; }

.text-left-block,
.text-right-block {
  display: inline-block;
  width: 50%;
  height: 100%; }

.text-right-block {
  margin-left: 50%; }

.text-left-block:before,
.text-right-block:before {
  content: '';
  display: inline-block;
  height: 600px;
  vertical-align: middle; }

.text-left-block .text-wrapper,
.text-right-block .text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.text h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #ff6540;
  text-transform: uppercase; }

.text h3 {
  font-size: 28px;
  line-height: 1.2; }

.text p {
  margin-top: 15px; }

.text-left-block .text {
  margin-left: auto;
  max-width: 600px;
  padding: 0px 50px 25px 25px; }

.text-right-block .text {
  max-width: 600px;
  padding: 0px 25px 25px 50px; }

.text-row-content h1,
.text-row-content h2 {
  font-size: 37px;
  line-height: 1.5; }

.text-row-content h3 {
  font-size: 21px;
  line-height: 1.5; }

.glossyimage-internal-content-wrapper {
  height: 100%; }

.top-row-container img {
  transform-origin: 20% 80%;
  transition: transform 20s linear;
  -webkit-transform-origin: 20% 80%;
  -webkit-transition: -webkit-transform 20s linear;
  -moz-transform-origin: 20% 80%;
  -moz-transition: -moz-transform 20s linear; }

.top-row-container img.zoom {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2); }

.video-play-button {
  position: absolute;
  bottom: 25px;
  right: 0px; }

.ios8 .video-play-button {
  display: none; }

.video-play-button a {
  background: transparent url(/site/img/video-play-button.svg) 12.5px 15px no-repeat;
  display: inline-block;
  padding: 0px 15px 0px 65px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 70px;
  color: white;
  background-color: #ff6540; }

.ie8 .video-play-button a {
  padding: 0px 15px 0px 15px; }

.hide-font p {
  display: none; }

.slide-wrapper a, .slide-wrapper a:visited {
  text-decoration: none;
  color: white;
  text-align: center;
  background-color: #ff6540;
  text-transform: uppercase; }

.slide-right {
  position: absolute;
  top: 25px;
  right: 0px; }

.slide-left {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none; }

.slide-right-large,
.slide-right,
.slide-left {
  font-size: 21px;
  line-height: 70px;
  width: 40px;
  height: 70px; }

.slide-right-large {
  position: absolute;
  top: 25px;
  right: 40px;
  width: auto;
  padding-left: 15px; }

@media screen and (max-width: 1023px) {
  .image-row-content {
    min-height: 0px; }

  .glossyimage-internal-content-wrapper {
    position: static !important; }

  .row-image-left,
  .row-image-right {
    height: 0px;
    padding-bottom: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    width: 100%; }

  .text-left-block,
  .text-right-block {
    width: 100%;
    height: auto;
    margin-top: 400px;
    display: block; }

  .text-left-block:before,
  .text-right-block:before {
    content: none; }

  .text-left-block,
  .text-right-block {
    margin: 0px;
    padding-top: 50%; }

  .text-left-block .text,
  .text-right-block .text {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    padding: 35px 25px; } }
@media screen and (max-width: 767px) {
  .text-row-content {
    padding: 10px 15px 20px 15px; }

  .text h2 {
    font-size: 21px;
    line-height: 1.2; }

  .text-row-content h1,
  .text-row-content h2 {
    font-size: 21px;
    line-height: 2; }

  .text-row-content h3 {
    font-size: 16px; }

  .text-left-block .text,
  .text-right-block .text {
    padding: 15px 15px; } }
@media screen and (max-width: 640px) {
  .slide-right-large,
  .slide-right,
  .slide-left {
    font-size: 18px;
    line-height: 50px;
    color: white;
    text-align: center;
    width: 35px;
    height: 50px; }

  .slide-right-large {
    position: absolute;
    top: 25px;
    right: 35px;
    width: auto;
    padding-left: 15px; }

  .video-play-button a {
    background: transparent url(/site/img/video-play-button.svg) 7.5px 7.5px no-repeat;
    background-size: 35px;
    padding: 0px 15px 0px 50px;
    font-size: 18px;
    line-height: 50px;
    background-color: #000068; } }
.confirm-message {
  margin-top: 25px;
  display: none;
  color: #ff6540; }

/*
* https://www.sanwebe.com/2014/08/css-html-forms-designs
*/
.form-style-1 {
  margin-top: 25px;
  /*
  * https://coderwall.com/p/w7npmq/fully-custom-select-box-simple-css-only
  */ }
  .form-style-1 ul {
    margin: 0px auto !important;
    padding: 0 !important; }
    .form-style-1 ul .post-animation {
      display: none;
      margin-left: 5px; }
    .form-style-1 ul li {
      padding: 0 !important;
      font-size: 0  !important;
      display: inline-block  !important;
      width: 100%;
      list-style: none !important;
      margin: 15px 0 0 0  !important; }
      .form-style-1 ul li.error-message {
        color: black; }
    .form-style-1 ul li > p {
      padding: 0; }
    .form-style-1 ul label {
      font-size: 18px;
      margin: 0 0 3px 0;
      padding: 0px;
      font-family: "PT Serif", sans-serif;
      color: black;
      display: block; }
    .form-style-1 ul input[type=text],
    .form-style-1 ul input[type=date],
    .form-style-1 ul input[type=datetime],
    .form-style-1 ul input[type=number],
    .form-style-1 ul input[type=search],
    .form-style-1 ul input[type=time],
    .form-style-1 ul input[type=url],
    .form-style-1 ul input[type=email],
    .form-style-1 ul textarea,
    .form-style-1 ul select {
      display: block;
      width: 100%;
      font-size: 14px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 1px solid #BEBEBE;
      padding: 7px;
      margin: 0px;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none; }
    .form-style-1 ul input[type=text]:focus,
    .form-style-1 ul input[type=date]:focus,
    .form-style-1 ul input[type=datetime]:focus,
    .form-style-1 ul input[type=number]:focus,
    .form-style-1 ul input[type=search]:focus,
    .form-style-1 ul input[type=time]:focus,
    .form-style-1 ul input[type=url]:focus,
    .form-style-1 ul input[type=email]:focus,
    .form-style-1 ul textarea:focus,
    .form-style-1 ul select:focus {
      -moz-box-shadow: 0 0 8px #88D5E9;
      -webkit-box-shadow: 0 0 8px #88D5E9;
      box-shadow: 0 0 8px #88D5E9;
      border: 1px solid #88D5E9; }
    .form-style-1 ul .field-divided-1,
    .form-style-1 ul .field-divided-2 {
      width: 49%; }
      @media screen and (max-width: 639px) {
        .form-style-1 ul .field-divided-1,
        .form-style-1 ul .field-divided-2 {
          width: 100%; } }
      @media screen and (max-width: 639px) {
        .form-style-1 ul .field-divided-1.desktop,
        .form-style-1 ul .field-divided-2.desktop {
          display: none; } }
    .form-style-1 ul .field-divided-2 {
      margin-left: 2% !important; }
      @media screen and (max-width: 639px) {
        .form-style-1 ul .field-divided-2 {
          margin-left: 0 !important;
          margin-top: 10px !important; } }
    .form-style-1 ul .field-long {
      width: 100%; }
    .form-style-1 ul .field-select {
      width: 100%; }
    .form-style-1 ul .field-textarea {
      height: 100px; }
    .form-style-1 ul input[type=submit],
    .form-style-1 ul input[type=button] {
      background: #ff6540;
      padding: 8px 15px 8px 15px;
      border: none;
      color: #fff;
      font-size: 16px; }
    .form-style-1 ul input[type=submit]:hover,
    .form-style-1 ul input[type=button]:hover {
      background: #4691A4;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
    .form-style-1 ul .required {
      color: red; }
  .form-style-1 .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative; }
  .form-style-1 .select-style:after {
    top: 50%;
    left: 97%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100; }
  .form-style-1 .select-style select {
    padding: 7px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-style-1 .select-style select:focus {
    outline: none; }

body.contact {
  background-color: #fafafa; }
  body.contact div.contact {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }
  body.contact h2, body.contact h3 {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.2;
    color: #08386d;
    text-transform: uppercase; }
  body.contact h2 + p,
  body.contact h3 + p {
    margin-top: 15px; }

html,
body {
  height: 100%; }

body {
  font-family: "PT Sans", sans-serif; }

.scrollable {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

body.home div.viewport {
  overflow: hidden; }

div.viewport {
  position: relative;
  height: 100%; }

div.longread {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding-top: 100px; }

a[href^=tel] {
  white-space: nowrap;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", sans-serif; }

a, a:visited {
  color: black; }

p, li {
  font-size: 18px;
  line-height: 1.6; }

ul {
  list-style: disc inside none; }

strong {
  font-weight: bold; }

.footer {
  background-color: #6cbba5;
  padding: 25px 0; }
  .footer p {
    color: white; }
  .footer a, .footer a:visited {
    color: white; }

/*# sourceMappingURL=styles.css.map */
