/* 
Theme Name: Holland Mind
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  font-family: 'Hind', sans-serif;
  font-weight: 400; }

.wrapper {
  width: 1400px; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #00e7a9;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #00e7a9;
  color: #FFFFFF;
  /* Gecko Browsers */ }

.container {
  width: 1350px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }

section {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }

h1, h2, h3, h4, h5 {
  color: #000000;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700; }

.subtitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #00c881; }

.entry-title {
  margin-bottom: 15px; }

.entry-content p {
  margin-bottom: 15px; }
.entry-content b, .entry-content strong {
  font-weight: bold; }
.entry-content a {
  color: #000000;
  text-decoration: underline; }

.entry-button {
  padding-top: 10px; }
  .entry-button a {
    color: #00c881;
    background-color: #FFFFFF;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 20px;
    text-decoration: none;
    border: 2px solid #00c881;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block; }
    .entry-button a:hover {
      background-color: #00c881;
      color: #FFFFFF; }

.bg-grey {
  background-color: #f9f9f9; }

.bg-blue {
  background-color: #079eb9; }

.gform_wrapper form .gform_body .gfield label, .gform_wrapper form .gform_body .gfield legend {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00c881; }
.gform_wrapper form .gform_body .gfield input, .gform_wrapper form .gform_body .gfield textarea {
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px; }
.gform_wrapper form .gform_body .gfield .ginput_complex span label {
  color: #ccc;
  font-size: 9px; }
.gform_wrapper form .gform_footer input[type=submit] {
  color: #00c881;
  border: 0;
  background-color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  text-decoration: none;
  border: 2px solid #00c881;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gform_wrapper form .gform_footer input[type=submit]:hover {
    background-color: #00c881;
    color: #FFFFFF; }

/********************************************************
MAX-WIDTH: 1430px
********************************************************/
@media only screen and (max-width: 1380px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 16px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
#mainheader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden; }
  #mainheader .logo {
    float: left;
    padding-top: 16px; }
    #mainheader .logo svg {
      height: 30px;
      width: auto; }
      #mainheader .logo svg path {
        fill: #FFFFFF; }
  #mainheader .header-right {
    float: right; }
    #mainheader .header-right .header-top {
      overflow: hidden;
      float: right;
      margin-bottom: 20px; }
      #mainheader .header-right .header-top .header-phone {
        float: left;
        color: #FFFFFF;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 700;
        margin-right: 20px;
        font-size: 13px; }
        #mainheader .header-right .header-top .header-phone a {
          color: #FFFFFF;
          text-decoration: none; }
          #mainheader .header-right .header-top .header-phone a i {
            color: #00c881; }
      #mainheader .header-right .header-top .header-email {
        float: left;
        color: #FFFFFF;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 700;
        margin-right: 20px;
        font-size: 13px; }
        #mainheader .header-right .header-top .header-email a {
          color: #FFFFFF;
          text-decoration: none; }
          #mainheader .header-right .header-top .header-email a i {
            color: #00c881; }
      #mainheader .header-right .header-top .header-language {
        float: left;
        color: #FFFFFF;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 700;
        font-size: 13px; }
        #mainheader .header-right .header-top .header-language ul {
          margin: 0;
          padding: 0; }
          #mainheader .header-right .header-top .header-language ul li {
            list-style-type: none;
            float: left;
            margin-right: 5px; }
            #mainheader .header-right .header-top .header-language ul li:last-child {
              margin-right: 0; }
    #mainheader .header-right .navigation {
      clear: both; }
      #mainheader .header-right .navigation nav ul {
        margin: 0;
        padding: 0; }
        #mainheader .header-right .navigation nav ul li {
          list-style-type: none;
          float: left;
          margin-right: 20px;
          position: relative; }
          #mainheader .header-right .navigation nav ul li:last-child {
            margin-right: 0; }
          #mainheader .header-right .navigation nav ul li.current-menu-item:after {
            content: "";
            position: absolute;
            bottom: -5px;
            width: 100%;
            height: 2px;
            background-color: #00c881;
            left: 0; }
          #mainheader .header-right .navigation nav ul li a {
            color: #FFFFFF;
            font-family: 'Red Hat Display', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none; }
          #mainheader .header-right .navigation nav ul li:hover:after {
            content: "";
            position: absolute;
            bottom: -5px;
            width: 100%;
            height: 2px;
            background-color: #00c881;
            left: 0; }
  #mainheader #mobile-nav-icon {
    display: none;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px; }
    #mainheader #mobile-nav-icon .menu-icon {
      float: right;
      position: relative;
      z-index: 202; }
      #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        border: 0;
        -webkit-border-radius: 44px;
        -moz-border-radius: 44px;
        -ms-border-radius: 44px;
        -o-border-radius: 44px;
        border-radius: 44px;
        width: 45px;
        height: 45px;
        text-align: center; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg svg {
          width: 40px;
          height: 40px;
          margin-top: 2px; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line {
          fill: none;
          stroke: #FFFFFF;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
  #mainheader.fixed {
    position: fixed;
    background-color: #00c881;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-bottom: 0; }
    #mainheader.fixed .logo {
      padding-top: 10px; }
      #mainheader.fixed .logo svg {
        height: 25px; }
        #mainheader.fixed .logo svg path {
          fill: #FFFFFF; }
    #mainheader.fixed .header-right .header-top {
      display: none; }
    #mainheader.fixed .header-right .navigation {
      padding-top: 10px; }
      #mainheader.fixed .header-right .navigation nav ul li a {
        color: #FFFFFF; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
@media only screen and (max-width: 1024px) {
  #mainheader {
    position: fixed; }
    #mainheader .logo {
      float: left;
      padding-top: 8px; }
      #mainheader .logo svg path {
        fill: #FFFFFF; }
    #mainheader .header-right {
      position: fixed;
      width: 280px;
      background-color: #000000;
      right: -280px;
      position: fixed;
      top: 0;
      bottom: 0;
      height: 100%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px; }
      #mainheader .header-right.nav-open {
        right: 0; }
      #mainheader .header-right .header-top {
        position: absolute;
        bottom: 30px;
        left: 30px; }
        #mainheader .header-right .header-top .header-phone {
          float: none; }
        #mainheader .header-right .header-top .header-email {
          float: none; }
        #mainheader .header-right .header-top .header-language {
          float: none; }
      #mainheader .header-right .navigation {
        padding-top: 100px; }
        #mainheader .header-right .navigation nav ul li {
          float: none;
          margin-bottom: 8px; }
          #mainheader .header-right .navigation nav ul li a {
            color: #FFFFFF; }
    #mainheader.fixed .header-right .header-top {
      display: inherit; }
    #mainheader.fixed .header-right .navigation {
      padding-top: 100px; }
    #mainheader #mobile-nav-icon {
      display: inherit; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainheader .logo svg {
    height: 25px; } }
#content .banner {
  width: 100%;
  padding: 0;
  position: relative; }
  #content .banner .rslides {
    position: relative;
    height: 750px; }
    #content .banner .rslides .slider {
      width: 100%;
      height: 750px;
      -ms-background-clip: border-box;
      -o-background-clip: border-box;
      -webkit-background-clip: border-box;
      -moz-background-clip: border-box;
      background-clip: border-box;
      background-origin: padding-box;
      background-position: center center;
      background-repeat: no-repeat;
      -o-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      list-style-type: none; }
      #content .banner .rslides .slider .display-table {
        width: 100%;
        height: 100%;
        display: table;
        position: relative; }
        #content .banner .rslides .slider .display-table .display-table-cell {
          display: table-cell;
          vertical-align: bottom;
          padding: 0 0 60px 0; }
          #content .banner .rslides .slider .display-table .display-table-cell .container h2 {
            background-color: #00c881;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px;
            color: #FFFFFF;
            font-family: 'Red Hat Display', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            font-size: 50px;
            line-height: 50px; }
  #content .banner ul.rslides_tabs {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%; }
    #content .banner ul.rslides_tabs li {
      list-style-type: none;
      display: inline-block;
      margin: 0 3px; }
      #content .banner ul.rslides_tabs li a {
        text-decoration: none; }
        #content .banner ul.rslides_tabs li a span {
          display: none; }
        #content .banner ul.rslides_tabs li a i {
          color: #FFFFFF; }
      #content .banner ul.rslides_tabs li.rslides_here a i {
        color: #00c881; }
  #content .banner.subbanner .rslides {
    height: 300px; }
    #content .banner.subbanner .rslides .slider {
      height: 300px; }
#content .diensten .entry-blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px; }
  #content .diensten .entry-blocks .row {
    display: flex;
    flex-wrap: wrap; }
    #content .diensten .entry-blocks .row .block {
      margin-bottom: 30px;
      display: flex; }
      #content .diensten .entry-blocks .row .block .block-inner {
        background-color: #FFFFFF;
        border: 1px solid #eaeaea;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px; }
        #content .diensten .entry-blocks .row .block .block-inner a {
          color: #777777;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content .diensten .entry-blocks .row .block .block-inner a .entry-icon {
            margin-bottom: 15px; }
            #content .diensten .entry-blocks .row .block .block-inner a .entry-icon i {
              color: #00c881;
              font-size: 50px;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
          #content .diensten .entry-blocks .row .block .block-inner a .entry-title h3 {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      #content .diensten .entry-blocks .row .block:hover .block-inner {
        background-color: #00c881; }
        #content .diensten .entry-blocks .row .block:hover .block-inner a {
          color: #FFFFFF; }
          #content .diensten .entry-blocks .row .block:hover .block-inner a .entry-icon i {
            color: #FFFFFF; }
          #content .diensten .entry-blocks .row .block:hover .block-inner a .entry-title h3 {
            color: #FFFFFF; }
#content .logos .item {
  background-color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #eaeaea; }
  #content .logos .item .item-inner {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: contain;
    -ms-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain; }
    #content .logos .item .item-inner:after {
      content: "";
      display: block;
      padding-bottom: 75%; }
#content .references {
        /*
		.item {margin-bottom: 30px; border: 1px solid #eaeaea; @include boxsizing; padding: 30px;
			.item-inner {@include backgroundimagescontain;
				&:after {content: ""; display: block; padding-bottom: 75%;}
			} 
		}
		*/ }
  #content .references .grid {
    overflow: hidden;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
    #content .references .grid .grid-item {
      width: 50%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px 0 15px;
      margin-bottom: 30px; }
      #content .references .grid .grid-item .item-inner {
        border: 1px solid #f1f1f1;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        background-color: #f9f9f9;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px; }
        #content .references .grid .grid-item .item-inner .item-header {
          display: flex;
          align-items: center; }
          #content .references .grid .grid-item .item-inner .item-header figure {
            overflow: hidden;
            min-width: 75px;
            width: 75px;
            height: 75px;
            -ms-background-clip: border-box;
            -o-background-clip: border-box;
            -webkit-background-clip: border-box;
            -moz-background-clip: border-box;
            background-clip: border-box;
            background-origin: padding-box;
            background-position: center center;
            background-repeat: no-repeat;
            -o-background-size: cover;
            -ms-background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%; }
          #content .references .grid .grid-item .item-inner .item-header .entry-name {
            padding-left: 15px; }
            #content .references .grid .grid-item .item-inner .item-header .entry-name h4 {
              color: #00c881; }
        #content .references .grid .grid-item .item-inner .item-review {
          padding-top: 15px; }
          #content .references .grid .grid-item .item-inner .item-review p {
            font-style: italic; }
#content .news .news-intro {
  margin-bottom: 30px; }
#content .news .news-item {
  margin-bottom: 30px; }
  #content .news .news-item figure img {
    max-width: 100%;
    height: auto; }
  #content .news .news-item a {
    color: #777777; }
#content .text-image .image img {
  max-width: 100%;
  height: auto; }
#content .text-blocks .block {
  margin-bottom: 30px; }
  #content .text-blocks .block.two-col:nth-child(2n+3) {
    clear: left; }
  #content .text-blocks .block.tree-col:nth-child(3n+4) {
    clear: left; }
  #content .text-blocks .block.four-col:nth-child(4n+5) {
    clear: left; }
#content .timeline .timeline-ul {
  margin: 4em auto;
  position: relative;
  max-width: 46em; }
  #content .timeline .timeline-ul:before {
    background-color: #eaeaea;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%; }
#content .timeline .timeline-event {
  position: relative;
  list-style-type: none;
  /*
  &:hover {
      .timeline-event-icon {transform: rotate(-45deg); background-color: $green;}
      .timeline-event-thumbnail {box-shadow: inset 40em 0 0 0 $black;}
  }
  */ }
#content .timeline .timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%; }
  #content .timeline .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em; }
#content .timeline .timeline-event-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
  outline: 10px solid #000000;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em; }
  #content .timeline .timeline-event-icon.smaller-icon {
    display: none; }
#content .timeline .timeline-event-thumbnail {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  font-size: 0.75em;
  background-color: #00c881;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em; }
#content .press .entry-blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px; }
  #content .press .entry-blocks .block {
    margin-bottom: 40px; }
    #content .press .entry-blocks .block .block-inner figure img {
      max-width: 100%;
      height: auto; }
#content .press.actueel .entry-blocks .block {
  margin-bottom: 40px; }
  #content .press.actueel .entry-blocks .block .image img {
    max-width: 100%;
    height: auto; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .banner .rslides {
    height: 600px; }
    #content .banner .rslides .slider {
      height: 600px; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .banner .rslides {
    height: 450px; }
    #content .banner .rslides .slider {
      height: 450px; }
      #content .banner .rslides .slider .display-table .display-table-cell {
        padding: 0 0 40px 0; }
        #content .banner .rslides .slider .display-table .display-table-cell .container h2 {
          font-size: 40px;
          line-height: 40px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner .rslides {
    height: 350px; }
    #content .banner .rslides .slider {
      height: 350px; }
      #content .banner .rslides .slider .display-table .display-table-cell {
        padding: 0 0 40px 0; }
        #content .banner .rslides .slider .display-table .display-table-cell .container h2 {
          font-size: 30px;
          line-height: 30px; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  background-color: #00c881;
  color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #mainfooter .footer-logo {
    margin-bottom: 30px; }
    #mainfooter .footer-logo svg path {
      fill: #FFFFFF; }
  #mainfooter .footer-social-media {
    margin-bottom: 30px; }
    #mainfooter .footer-social-media ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainfooter .footer-social-media ul li {
        list-style-type: none;
        margin-right: 10px;
        float: left; }
        #mainfooter .footer-social-media ul li a {
          text-decoration: none; }
          #mainfooter .footer-social-media ul li a i {
            color: #FFFFFF;
            font-size: 25px; }
        #mainfooter .footer-social-media ul li:last-child {
          margin-right: 0; }
  #mainfooter .footer-menu {
    margin-bottom: 30px; }
    #mainfooter .footer-menu nav ul {
      margin: 0;
      padding: 0; }
      #mainfooter .footer-menu nav ul li {
        list-style-type: none; }
        #mainfooter .footer-menu nav ul li a {
          color: #FFFFFF;
          text-decoration: none; }
          #mainfooter .footer-menu nav ul li a:hover {
            text-decoration: underline; }
  #mainfooter .footer-contact {
    margin-bottom: 30px; }
    #mainfooter .footer-contact .address {
      margin-bottom: 15px; }
      #mainfooter .footer-contact .address a {
        color: #FFFFFF;
        text-decoration: none; }
        #mainfooter .footer-contact .address a:hover {
          text-decoration: underline; }
  #mainfooter .p-title {
    font-family: 'Hind', sans-serif;
    font-weight: 700; }
  #mainfooter .copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    font-size: 12px; }
    #mainfooter .copyright a {
      color: #FFFFFF;
      text-decoration: none; }
      #mainfooter .copyright a:hover {
        text-decoration: underline; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/

/*# sourceMappingURL=style.css.map */
