

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import 'https://fonts.googleapis.com/css?family=Sniglet';
::-webkit-input-placeholder {
  
  color: #ffffff; }

:-moz-placeholder {
  
  color: #ffffff;
  opacity: 1; }

::-moz-placeholder {
  
  color: #ffffff;
  opacity: 1; }

:-ms-input-placeholder {
  
  color: #ffffff; }

* {
  margin: 0;
  padding: 0; }

table tbody {
  border-top: 0; }

body {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

.header-interactive .block .views-field:not(.views-field-field-startafbeelding),
.node-type-overzicht .block .views-row {
  opacity: 0.2; }

.front .header-interactive .block .views-field {
  opacity: 1; }

#header nav .loader {
  width: 0;
  height: 5px;
  background-color: #98c010;
  bottom: 0;
  left: 0;
  position: absolute; }

.region-block {
  width: 100%;
  float: left; }

.region-block .block-center,
#header .navigation-spanner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

#header .menu-block-wrapper {
  width: 100%; }
  #header .menu-block-wrapper ul {
    list-style: none;
    text-align: center;
    width: 100%; }
    #header .menu-block-wrapper ul li {
      display: inline-block;
      padding: 0 20px; }
      #header .menu-block-wrapper ul li a {
        color: #6a6a6a;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        transition: all 0.3s; }
        #header .menu-block-wrapper ul li a:hover, #header .menu-block-wrapper ul li a.active {
          color: #343434; }
        #header .menu-block-wrapper ul li a.active {
          font-weight: bold; }

#header .menu-name-menu-second-main-menu {
  width: auto; }

.second-main .block-center {
  max-width: 100%; }
  .second-main .block-center .block {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative; }

@media all and (max-width: 1406px) {
  .region-block .block-center,
  #header .navigation-spanner {
    max-width: 1280px; } }

@media all and (max-width: 1320px) {
  .region-block .block-center,
  #header .navigation-spanner {
    max-width: 1120px; } }

@media all and (max-width: 1160px) {
  .region-block .block-center,
  #header .navigation-spanner {
    max-width: 1024px; } }

@media all and (max-width: 1064px) {
  .region-block .block-center,
  #header .navigation-spanner {
    max-width: 980px; } }

i.icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle; }
  i.icon.icon-phone-2 {
    background: transparent url("../images/icon-phone-2.png") center center no-repeat;
    background-size: cover; }
  i.icon.icon-mail-2 {
    background: transparent url("../images/icon-mail-2.png") center center no-repeat;
    background-size: cover; }
  i.icon.icon-chat {
    background: transparent url("../images/icon-chat.png") center center no-repeat;
    background-size: cover; }

.block-locale,
.block-extra-locale {
  float: left;
  background-color: #eeeeee;
  border-radius: 8px;
  color: #868686;
  position: relative;
  overflow: hidden;
  height: 36px;
  width: 150px;
  line-height: 36px;
  padding-top: 36px;
  box-sizing: border-box;
  transition: height 0.3s; }
  .block-locale.language-open,
  .block-extra-locale.language-open {
    height: 252px; }
    .block-locale.language-open:after,
    .block-extra-locale.language-open:after {
      -ms-transform: rotate(180deg);
      
      -webkit-transform: rotate(180deg);
      
      transform: rotate(180deg); }
  .block-locale li,
  .block-extra-locale li {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 100%; }
    .block-locale li.active,
    .block-extra-locale li.active {
      position: absolute;
      top: 0;
      left: 0; }
    .block-locale li a,
    .block-extra-locale li a {
      color: #868686;
      text-decoration: none;
      display: block;
      padding: 0 10px;
      transition: all 0.3s; }
      .block-locale li a:hover,
      .block-extra-locale li a:hover {
        background-color: #868686;
        color: #ffffff; }
  .block-locale:after,
  .block-extra-locale:after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2f2f2f;
    transition: transform 0.3s; }

.page-spanner {
  overflow: hidden;
  width: 100%; }
  .page-spanner .page {
    transition: all 0.3s; }
    .page-spanner .page.fade-in {
      opacity: 1 !important; }
    .page-spanner .page.fade-out {
      opacity: 0;
      height: 0;
      overflow: hidden;
      margin: 0 0 !important; }
    .page-spanner .page.scale-out {
      background-color: #ffffff;
      transform: scale(0.9, 0.9);
      margin: 10% 0; }

.node-type-webform .messages {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 1%;
  z-index: 99;
  background: #98c010;
  border: 0 none;
  padding: 10px 40px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px; }


.page-search .region-block .block-center {
  max-width: 100%; }

.page-search .region-block .block-center-max {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.page-search .search-advanced {
  display: none; }

.page-search .search-form {
  padding: 20px 0;
  background-color: #25303d; }
  .page-search .search-form .container-inline {
    width: 400px;
    height: 80px;
    margin: 0 auto;
    position: relative; }
    .page-search .search-form .container-inline label {
      color: #ffffff;
      text-align: center;
      width: 100%;
      display: inline-block;
      margin-bottom: 10px; }
    .page-search .search-form .container-inline input.form-text {
      width: 310px;
      box-sizing: border-box;
      padding: 8px 15px;
      border: 0 none;
      float: left; }
    .page-search .search-form .container-inline input.form-submit {
      width: 90px;
      box-sizing: border-box;
      padding: 8px 15px;
      border: 0 none;
      float: right;
      background-color: #98c010;
      color: #ffffff;
      text-transform: uppercase; }

.page-search .pager li a {
  color: #e5322d;
  text-decoration: none; }
  .page-search .pager li a:hover {
    color: #343434; }

.page-search h2 {
  font-size: 28px;
  text-align: center;
  color: #343434;
  font-weight: 900;
  margin: 30px 0; }

.page-search .search-results {
  margin: 40px 0; }
  .page-search .search-results li {
    margin-bottom: 25px; }
  .page-search .search-results a {
    color: #e5322d;
    text-decoration: none; }
  .page-search .search-results .search-snippet-info {
    padding-left: 0; }

.page-user #user-login {
  max-width: 600px;
  margin: 100px auto;
  position: relative;
  border-radius: 17.5px;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 20px 40px; }
  .page-user #user-login .form-item input {
    border: 1px solid silver;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 15px; }
  .page-user #user-login .form-actions input {
    background-color: #e5322d;
    color: #ffffff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px; }


body.html .search-open input.form-autocomplete {
  background-image: none; }

body.html .search-open .ui-autocomplete {
  display: block;
  padding-top: 25px;
  background: transparent none;
  color: #fff;
  border: 0 none;
  font-family: 'Open Sans', Verdana, sans-serif; }
  body.html .search-open .ui-autocomplete .ui-autocomplete-field-group {
    font-style: italic;
    font-size: 13px;
    color: #efefef;
    padding-top: 15px;
    display: inline-block; }
  body.html .search-open .ui-autocomplete li a {
    color: #fff;
    padding: 0 0 10px;
    cursor: pointer;
    transition: opacity 0.1s; }
    body.html .search-open .ui-autocomplete li a .ui-autocomplete-field-term {
      font-weight: bold;
      font-style: italic; }
    body.html .search-open .ui-autocomplete li a:hover {
      opacity: 0.7; }
    body.html .search-open .ui-autocomplete li a.ui-state-focus {
      background: transparent none;
      border: 0 none;
      margin: 0; }
  body.html .search-open .ui-autocomplete li:last-child a {
    background-color: #e5322d;
    color: #ffffff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px; }
    body.html .search-open .ui-autocomplete li:last-child a:hover {
      color: #ffffff;
      opacity: 0.7; }

.adminimal-menu.page-search .search-advanced {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  border: 0 none; }
  .adminimal-menu.page-search .search-advanced legend {
    text-align: center; }
    .adminimal-menu.page-search .search-advanced legend a {
      color: #fff; }
  .adminimal-menu.page-search .search-advanced .fieldset-wrapper {
    width: 390px;
    margin: 0 auto; }
    .adminimal-menu.page-search .search-advanced .fieldset-wrapper label {
      color: #fff; }
    .adminimal-menu.page-search .search-advanced .fieldset-wrapper .action input {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none;
      border: 0 none;
      font-size: 16px;
      text-transform: uppercase;
      -webkit-appearance: none;
      font-weight: normal; }
      .adminimal-menu.page-search .search-advanced .fieldset-wrapper .action input:hover {
        color: #ffffff;
        opacity: 0.7; }
      .adminimal-menu.page-search .search-advanced .fieldset-wrapper .action input:after {
        content: " \203A ";
        transition: all 0.3s; }
      .adminimal-menu.page-search .search-advanced .fieldset-wrapper .action input:hover:after {
        padding-left: 5px; }

body.html #sliding-popup {
  background: rgba(0, 0, 0, 0.85);
  padding: 40px 13px;
  box-sizing: border-box; }
  @media all and (max-width: 768px) {
    body.html #sliding-popup {
      padding: 20px 13px 0; } }
  body.html #sliding-popup .eu-cookie-compliance-more-button {
    font-size: 17px; }
  body.html #sliding-popup .popup-content {
    padding: 0 10px;
    max-width: 1366px;
    width: 100%; }
  body.html #sliding-popup .popup-content #popup-text h3, body.html #sliding-popup .popup-content #popup-text h2 {
    font-size: 24px;
    width: 100%; }
  body.html #sliding-popup .popup-content #popup-text p {
    width: 100%; }
  body.html #sliding-popup .popup-content #popup-text p, body.html #sliding-popup .popup-content #popup-text a {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block; }
  body.html #sliding-popup .popup-content #popup-text a {
    color: #fff; }
  @media all and (max-width: 768px) {
    body.html #sliding-popup .popup-content #popup-text {
      max-width: 100%; }
      body.html #sliding-popup .popup-content #popup-text h3 {
        font-size: 20px; }
      body.html #sliding-popup .popup-content #popup-text p, body.html #sliding-popup .popup-content #popup-text a {
        font-size: 15px; }
      body.html #sliding-popup .popup-content #popup-text .eu-cookie-compliance-more-button {
        font-size: 15px; } }
  @media all and (max-width: 320px) {
    body.html #sliding-popup .popup-content #popup-text h3 {
      font-size: 18px; }
    body.html #sliding-popup .popup-content #popup-text p, body.html #sliding-popup .popup-content #popup-text a {
      font-size: 13px; }
    body.html #sliding-popup .popup-content #popup-text .eu-cookie-compliance-more-button {
      font-size: 13px; } }
  body.html #sliding-popup .popup-content #popup-buttons {
    float: left;
    width: 100%;
    max-width: 100%; }
  body.html #sliding-popup .agree-button {
    background-color: #98c010;
    color: #ffffff;
    text-transform: none;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 17px;
    padding: 0 10px 0 13px;
    text-decoration: none;
    text-transform: none; }
    body.html #sliding-popup .agree-button:hover {
      color: #ffffff;
      opacity: 0.7; }
    body.html #sliding-popup .agree-button:after {
      content: " \203A ";
      transition: all 0.3s; }
    body.html #sliding-popup .agree-button:hover:after {
      padding-left: 5px; }
  body.html #sliding-popup .decline-button {
    background-color: #98c010;
    color: #ffffff;
    text-transform: none;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 17px;
    padding: 0 10px 0 13px;
    text-decoration: none;
    background-color: #e5322d;
    background-image: none;
    border: 0 none;
    box-shadow: none;
    text-shadow: none; }
    body.html #sliding-popup .decline-button:hover {
      color: #ffffff;
      opacity: 0.7; }
    body.html #sliding-popup .decline-button:after {
      content: " \203A ";
      transition: all 0.3s; }
    body.html #sliding-popup .decline-button:hover:after {
      padding-left: 5px; }

.rtecenter {
  text-align: center; }

@keyframes menuIn {
  0% { }
  100% {
    border-top: 1px solid #eeeeee; } }

@keyframes menuOut {
  0% {
    border-top: 1px solid #eeeeee; }
  50% {
    border-top: 1px solid #eeeeee; }
  100% { } }

#header {
  height: auto;
  position: relative; }
  #header nav {
    height: 145px;
    width: 100%;
    float: left;
    transition: height 0.2s; }
    #header nav .logobar {
      height: 145px;
      float: left; }
      #header nav .logobar img {
        margin-top: 15px;
        height: 115px;
        transition: height 0.2s; }
    #header nav .main-menu {
      width: auto;
      float: right; }
      #header nav .main-menu .block {
        float: right; }
      #header nav .main-menu #block-system-main-menu {
        position: absolute;
        left: 50%;
        margin-left: calc(-25%); }
      #header nav .main-menu .menu-name-menu-second-main-menu {
        margin: 0 10px 0 150px; }
        #header nav .main-menu .menu-name-menu-second-main-menu .menu a {
          background-color: #e5322d;
          color: #ffffff;
          text-transform: uppercase;
          height: 35px;
          line-height: 35px;
          border-radius: 17.5px;
          display: inline-block;
          vertical-align: middle;
          font-weight: normal;
          font-size: 14px;
          padding: 0 15px; }
          #header nav .main-menu .menu-name-menu-second-main-menu .menu a:hover {
            color: #ffffff;
            opacity: 0.7; }
      #header nav .main-menu .menu {
        margin-top: 60px;
        height: 85px;
        transition: margin 0.2s; }
        #header nav .main-menu .menu li {
          height: 65px;
          line-height: 65px;
          margin-left: 20px;
          margin-top: 10px;
          margin-bottom: 10px;
          float: left;
          list-style: none;
          position: relative;
          padding-right: 0;
          padding-top: 0; }
          #header nav .main-menu .menu li.active-trail a {
            color: #343434;
            font-weight: bold; }
          #header nav .main-menu .menu li a {
            color: #6a6a6a;
            text-decoration: none;
            font-weight: normal;
            padding: 0 10px;
            font-size: 18px;
            transition: color 0.5s;
            display: block; }
            #header nav .main-menu .menu li a:hover, #header nav .main-menu .menu li a:active {
              color: #e5322d; }
          #header nav .main-menu .menu li .menu {
            width: 200px;
            height: auto;
            position: absolute;
            top: 65px;
            left: 50%;
            margin: 0;
            margin-left: -100px;
            padding-top: 5px;
            text-align: center;
            opacity: 0;
            background-color: #ffffff;
            -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            line-height: 85px;
            z-index: 99;
            transition: all 0.3s;
            height: 10px;
            overflow: hidden; }
            #header nav .main-menu .menu li .menu:after {
              content: '';
              position: absolute;
              top: 0;
              left: 50%;
              width: 0;
              height: 0;
              border: 10px solid transparent;
              border-bottom-color: #eeeeee;
              border-top: 0;
              margin-left: -10px;
              margin-top: -10px; }
            #header nav .main-menu .menu li .menu.active {
              opacity: 1;
              animation-name: menuIn;
              animation-delay: 0s;
              animation-duration: 0.3s;
              height: auto;
              border-top: 1px solid #eeeeee;
              border-bottom: 3px solid #98c010; }
            #header nav .main-menu .menu li .menu li {
              display: block;
              float: none;
              margin-top: 0;
              margin-left: 0;
              margin-bottom: 5px;
              height: 34px;
              line-height: 34px; }
              #header nav .main-menu .menu li .menu li.active-trail a {
                color: #343434;
                font-weight: bold; }
              #header nav .main-menu .menu li .menu li a {
                font-size: 0.9em; }
                #header nav .main-menu .menu li .menu li a.menu_icon {
                  padding-left: 0px;
                  height: 40px;
                  margin-top: 0px;
                  line-height: 40px;
                  background: none; }
                  #header nav .main-menu .menu li .menu li a.menu_icon:hover {
                    background-position-y: 0px; }
                  #header nav .main-menu .menu li .menu li a.menu_icon:before {
                    content: "";
                    width: 35px;
                    height: 25px;
                    background: transparent url(../images/submenu-hond.png) 0px 0 no-repeat;
                    margin-right: 5px;
                    background-size: contain;
                    display: inline-block;
                    vertical-align: middle; }
                  #header nav .main-menu .menu li .menu li a.menu_icon.menu-508:before, #header nav .main-menu .menu li .menu li a.menu_icon.menu-590:before {
                    background: transparent url(../images/submenu-kat.png) 0 0px no-repeat;
                    background-size: contain; }
                  #header nav .main-menu .menu li .menu li a.menu_icon.menu-510:before {
                    background: transparent url(../images/submenu-voedingswijzer.png) 0px center no-repeat;
                    background-size: contain; }
                #header nav .main-menu .menu li .menu li a.menu-509.active-trail.active, #header nav .main-menu .menu li .menu li a.menu-592.active-trail.active, #header nav .main-menu .menu li .menu li a.menu-1244.active-trail.active {
                  font-weight: 600; }
      #header nav .main-menu .block-search {
        height: 35px;
        width: 35px;
        position: relative;
        margin-top: 86px;
        transition: margin 0.2s;
         }
        #header nav .main-menu .block-search form video {
          position: fixed;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          z-index: -100;
          -ms-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          background: url(polina.jpg) no-repeat;
          background-size: cover;
          opacity: 0.6; }
        #header nav .main-menu .block-search form.search-open-window {
          position: fixed;
          z-index: 100;
          background-color: #25303d;
          width: 100vw;
          height: 100vh;
          top: 0;
          left: 0; }
          #header nav .main-menu .block-search form.search-open-window .container-inline:before {
            content: "";
            position: absolute;
            top: 40px;
            right: 35px;
            width: 40px;
            height: 40px;
            background: transparent url(../images/icon-close.png) center center no-repeat;
            background-size: cover;
            cursor: pointer; }
          #header nav .main-menu .block-search form.search-open-window .form-item {
            top: 25vh;
            width: 500px;
            max-width: 100%;
            left: 50%;
            margin-left: calc(-500px / 2);
            display: block;
            position: relative;
            border-bottom: 2px solid #ffffff;
            z-index: 4; }
            #header nav .main-menu .block-search form.search-open-window .form-item:before, #header nav .main-menu .block-search form.search-open-window .form-item:after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 2px;
              height: 10px;
              background-color: #ffffff; }
            #header nav .main-menu .block-search form.search-open-window .form-item:after {
              left: initial;
              right: 0; }
            #header nav .main-menu .block-search form.search-open-window .form-item input {
              width: calc(500px - 100px);
              padding: 10px 20px;
              border: 0 none;
              background-color: transparent;
              font-size: 24px;
              outline: none;
              color: #ffffff; }
          #header nav .main-menu .block-search form.search-open-window .form-actions {
            top: 25vh;
            width: 45px;
            left: 50%;
            margin-left: calc( calc(500px / 2) - 50px);
            display: block;
            position: absolute;
            z-index: 4; }
            #header nav .main-menu .block-search form.search-open-window .form-actions input[type="submit"] {
              background: transparent url("../images/icon-search.png") center center no-repeat;
              background-size: cover;
              background-size: 16px 16px;
              border: 0 none;
              margin-top: 20px;
              margin-right: 10px;
              float: right; }
        #header nav .main-menu .block-search form .form-item {
          display: none; }
        #header nav .main-menu .block-search .form-actions {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 3; }
          #header nav .main-menu .block-search .form-actions input[type="submit"] {
            display: block;
            width: 35px;
            height: 35px;
            border-radius: 17.5px;
            background: #98c010 url("../images/icon-search.png") center center no-repeat;
            background-size: cover;
            background-size: 16px 16px;
            border: 0 none;
            text-indent: -10000px;
            outline: none;
            cursor: pointer;
            box-sizing: border-box; }
      #header nav .main-menu .block-extra-locale {
        position: absolute;
        top: 20px;
        right: 0;
        display: none;
        z-index: 99; }
  #header.fixed {
    margin-top: 145px; }
    #header.fixed nav {
      width: 100%;
      height: 145px;
      position: fixed;
      top: 0px;
      left: 0;
      z-index: 120;
      background-color: white;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  #header .view-home-header {
    width: 100%;
    height: 650px;
    position: relative; }
    #header .view-home-header .views-field-field-startafbeelding, #header .view-home-header .home-bg-image {
      width: 100%;
      height: 650px;
      max-height: calc(100vh - 145px);
      background-color: #25303d;
      transition: opacity 0.5s; }
    #header .view-home-header .home-bg-image {
      position: relative; }
    #header .view-home-header .views-field-field-video-titel {
      position: absolute;
      z-index: 99;
      width: 100%;
      color: #ffffff;
      top: 170px;
      left: 0;
      text-align: center;
      font-family: 'Sniglet', sans-serif;
      font-size: 90px;
      line-height: 80px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
      #header .view-home-header .views-field-field-video-titel .field-content {
        max-width: 600px;
        margin: 0 auto; }
  #header .view-header-animal-choice {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    left: 0;
    top: 370px; }
    #header .view-header-animal-choice .view-content {
      max-width: 350px;
      margin: 0 auto; }
      #header .view-header-animal-choice .view-content .views-row {
        width: 50%;
        display: block;
        float: left;
        cursor: pointer; }
        #header .view-header-animal-choice .view-content .views-row .field-content {
          text-align: center; }
        #header .view-header-animal-choice .view-content .views-row .views-field-field-dier-afbeelding {
          margin-bottom: 15px; }
        #header .view-header-animal-choice .view-content .views-row a {
          text-align: center;
          font-family: 'Sniglet', sans-serif;
          font-size: 50px;
          color: #ffffff;
          text-decoration: none;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
          text-transform: lowercase; }
          #header .view-header-animal-choice .view-content .views-row a:after {
            content: " \203A ";
            font-family: 'Sniglet', sans-serif;
            font-size: 60px;
            color: #ffffff; }

.admin-menu #header.fixed nav {
  top: 29px; }


@media all and (max-width: 1320px) {
  #header nav {
    height: 125px; }
    #header nav .logobar {
      height: 125px;
      float: left; }
      #header nav .logobar img {
        height: 95px; }
    #header nav .main-menu .menu-name-menu-second-main-menu {
      margin-left: 75px; }
    #header nav .main-menu .menu {
      margin-top: 50px;
      height: 75px; }
      #header nav .main-menu .menu li {
        height: 75px;
        line-height: 75px; }
        #header nav .main-menu .menu li a {
          font-size: 18px; }
        #header nav .main-menu .menu li .menu {
          top: 125px; }
    #header nav .main-menu .block-search {
      margin-top: 71px; }
    #header nav .main-menu .block-extra-locale {
      top: 25px; }
  #header .view-home-header, #header .view-header-artikel {
    max-height: -webkit-calc(100vh - 125px);
    max-height: -moz-calc(100vh - 125px);
    max-height: calc(100vh - 125px); }
    #header .view-home-header .views-field-field-startafbeelding, #header .view-home-header .home-bg-image, #header .view-header-artikel .views-field-field-startafbeelding, #header .view-header-artikel .home-bg-image {
      max-height: -webkit-calc(100vh - 125px);
      max-height: -moz-calc(100vh - 125px);
      max-height: calc(100vh - 125px);
      background-position: center center; }
  #header.fixed {
    margin-top: 125px; }
    #header.fixed nav {
      height: 125px; } }


@media all and (max-width: 1160px) {
  #header nav {
    height: 100px; }
    #header nav .logobar {
      height: 100px;
      float: left; }
      #header nav .logobar img {
        height: 70px; }
    #header nav .main-menu .menu-name-menu-second-main-menu {
      margin-left: 50px; }
    #header nav .main-menu .menu {
      margin-top: 15px;
      height: 85px; }
      #header nav .main-menu .menu li {
        height: 85px;
        line-height: 85px; }
        #header nav .main-menu .menu li a {
          font-size: 16px; }
        #header nav .main-menu .menu li .menu {
          top: 100px; }
    #header nav .main-menu .block-search {
      margin-top: 41px; }
    #header nav .main-menu .block-extra-locale {
      top: -10px; }
  #header .view-home-header, #header .view-header-artikel {
    max-height: -webkit-calc(100vh - 100px);
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px); }
    #header .view-home-header .views-field-field-startafbeelding, #header .view-home-header .home-bg-image, #header .view-header-artikel .views-field-field-startafbeelding, #header .view-header-artikel .home-bg-image {
      max-height: -webkit-calc(100vh - 100px);
      max-height: -moz-calc(100vh - 100px);
      max-height: calc(100vh - 100px);
      background-position: center center; }
  #header.fixed {
    margin-top: 100px; }
    #header.fixed nav {
      height: 100px; }
  #header nav .main-menu .block-extra-locale {
    position: relative;
    margin-top: 40px;
    top: 0;
    margin-left: 10px; }
  #header nav .main-menu .menu li,
  #header nav .main-menu .menu-name-menu-second-main-menu {
    margin-left: 0px; } }

@media all and (max-width: 1064px) {
  #header nav {
    height: 100px; }
    #header nav .logobar {
      height: 100px;
      float: left; }
      #header nav .logobar img {
        height: 70px; }
    #header nav .main-menu .menu-name-menu-second-main-menu {
      margin-left: 50px; }
    #header nav .main-menu .menu {
      margin-top: 0px;
      height: 100px; }
      #header nav .main-menu .menu li {
        height: 100px;
        line-height: 100px; }
        #header nav .main-menu .menu li a {
          font-size: 16px; }
        #header nav .main-menu .menu li .menu {
          top: 100px; }
    #header nav .main-menu .block-search {
      margin-top: 33px; }
    #header nav .main-menu .block-extra-locale {
      top: -25px; }
  #header .view-home-header, #header .view-header-artikel {
    max-height: -webkit-calc(100vh - 100px);
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px); }
    #header .view-home-header .views-field-field-startafbeelding, #header .view-home-header .home-bg-image, #header .view-header-artikel .views-field-field-startafbeelding, #header .view-header-artikel .home-bg-image {
      max-height: -webkit-calc(100vh - 100px);
      max-height: -moz-calc(100vh - 100px);
      max-height: calc(100vh - 100px);
      background-position: center center; }
  #header.fixed {
    margin-top: 100px; }
    #header.fixed nav {
      height: 100px; }
  #header nav .main-menu #block-system-main-menu {
    left: 40%; }
  #header nav .main-menu .block-extra-locale {
    top: 8px;
    right: -60px; } }

@media all and (max-width: 1024px) {
  .admin-menu #header.fixed nav {
    top: 47px; }
    .admin-menu #header.fixed nav .menu.active {
      top: 192px; } }

#header.fixed nav.ie-bar {
  height: 85px; }
  #header.fixed nav.ie-bar .logobar img {
    height: 55px; }
  #header.fixed nav.ie-bar .main-menu .menu {
    margin-top: 0; }
    #header.fixed nav.ie-bar .main-menu .menu li .menu.active {
      top: 85px; }
  #header.fixed nav.ie-bar .main-menu .block-search {
    margin-top: 26px; }

@media all and (max-width: 768px) {
  .slicknav_menu {
    display: none; }
  .admin-menu #header.fixed nav {
    top: 0; } }

.footer .newsletter-signup {
  margin-top: 30px; }

.second-main .newsletter-signup {
  width: 100% !important;
  max-width: 100% !important;
  float: left; }

.newsletter-signup {
  width: 100%;
  background: #98bf0e url("../images/block-newsletter.png") center center no-repeat;
  background-size: cover;
  float: left; }
  .newsletter-signup .block-center {
    max-width: 450px; }
  .newsletter-signup .content {
    padding: 70px 0; }
    .newsletter-signup .content p {
      font-size: 24px;
      line-height: 33px;
      color: #ffffff;
      font-weight: bold; }
    .newsletter-signup .content form {
      margin-top: 40px; }
      .newsletter-signup .content form input {
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        border: 0 none;
        border-radius: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding: 0 20px;
        outline: none; }
        .newsletter-signup .content form input[name="emailaddress"] {
          width: 300px;
          background-color: #b7d257;
          color: #ffffff;
          margin-right: 10px;
          -moz-appearance: textfield;
          -webkit-appearance: textfield;
          appearance: textfield; }
        .newsletter-signup .content form input[type="submit"] {
          display: inline-block;
          background-color: #ffffff;
          color: #98c010;
          font-weight: bold;
          cursor: pointer;
          transition: all 0.3s; }
          .newsletter-signup .content form input[type="submit"]:hover {
            opacity: 0.7; }
        .newsletter-signup .content form input ::-webkit-input-placeholder {
          
          color: #ffffff; }
        .newsletter-signup .content form input :-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .newsletter-signup .content form input ::-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .newsletter-signup .content form input :-ms-input-placeholder {
          
          color: #ffffff; }

.copyright {
  min-height: 260px;
  padding: 20px 0 0 0; }
  .copyright #logo-footer {
    float: left;
    padding-right: 40px;
    width: 15%;
    box-sizing: border-box; }
    .copyright #logo-footer img {
      height: 70px; }
  .copyright .block-locale {
    margin-top: 17px;
    margin-right: 50px; }
  .copyright .region-copyright {
    width: 85%; }
  .copyright .region-copyright,
  .copyright .block {
    float: left; }
    .copyright .region-copyright .menu,
    .copyright .block .menu {
      height: 70px; }
      .copyright .region-copyright .menu li,
      .copyright .block .menu li {
        list-style: none;
        float: left;
        height: 70px;
        line-height: 70px;
        padding: 0;
        margin: 0 20px 0 0; }
        .copyright .region-copyright .menu li a,
        .copyright .block .menu li a {
          color: #6a6a6a;
          text-decoration: none;
          font-weight: bold;
          padding: 0 10px;
          font-size: 16px;
          transition: color 0.5s; }
          .copyright .region-copyright .menu li a:hover, .copyright .region-copyright .menu li a:active,
          .copyright .block .menu li a:hover,
          .copyright .block .menu li a:active {
            color: #e5322d; }
  .copyright .social-icons {
    padding-top: 15px;
    float: right; }
    .copyright .social-icons ul li {
      list-style: none;
      display: inline-block; }
      .copyright .social-icons ul li a {
        text-indent: -10000px; }
        .copyright .social-icons ul li a.icon {
          width: 44px;
          height: 44px;
          display: block;
          margin-left: 5px; }
          .copyright .social-icons ul li a.icon.icon-facebook {
            background: transparent url("../images/icon-facebook.png") center center no-repeat;
            background-size: cover; }
          .copyright .social-icons ul li a.icon.icon-linkedin {
            background: transparent url("../images/icon-linkedin.png") center center no-repeat;
            background-size: cover; }
          .copyright .social-icons ul li a.icon.icon-twitter {
            background: transparent url("../images/icon-twitter.png") center center no-repeat;
            background-size: cover; }
          .copyright .social-icons ul li a.icon.icon-instagram {
            background: transparent url("../images/icon-instagram.png") center center no-repeat;
            background-size: cover; }
          .copyright .social-icons ul li a.icon.icon-youtube {
            background: transparent url("../images/icon-youtube.png") center center no-repeat;
            background-size: cover; }



.node-type-home {
  
   }
  .node-type-home .header-interactive {
    overflow: hidden;
    width: 100%;
    height: 650px;
    position: relative; }
    .node-type-home .header-interactive .view-home-header {
      width: 100%;
      position: relative;
      background-color: #25303d; }
      .node-type-home .header-interactive .view-home-header .views-field-field-startafbeelding,
      .node-type-home .header-interactive .view-home-header .home-bg-image,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond {
        width: 100%;
        height: 650px;
        position: relative;
        opacity: 1; }
      .node-type-home .header-interactive .view-home-header .views-field-field-startafbeelding.video-under-it {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0; }
      .node-type-home .header-interactive .view-home-header .views-field-field-startafbeelding.video-under-it:after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        background: transparent url("../images/icon-play.png") center center no-repeat; }
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond {
        overflow: hidden; }
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat.active,
      .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond.active {
        position: absolute;
        top: 0; }
        .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat.active video,
        .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond.active video {
          opacity: 1; }
        .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat.active ul li,
        .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond.active ul li {
          position: absolute;
          top: 0;
          width: 100%;
          height: 650px;
          margin: 0 0 0 0; }
          .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat.active ul li.first,
          .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond.active ul li.first {
            z-index: 98; }
          .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-kat.active ul li.last,
          .node-type-home .header-interactive .view-home-header .views-field-field-vimeo-video-hond.active ul li.last {
            z-index: 97; }
      .node-type-home .header-interactive .view-home-header video {
        background-color: #25303d;
        float: left;
        width: 100%;
        height: auto;
        opacity: 0.5; }
    .node-type-home .header-interactive.active-slide .home-bg-image {
      opacity: 0.5; }
    .node-type-home .header-interactive.active-slide .view-home-header .views-field-field-video-titel,
    .node-type-home .header-interactive.active-slide .view-header-animal-choice {
      opacity: 0 !important; }
    .node-type-home .header-interactive.active-slide #block-views-home-leeftijdenwidget-block,
    .node-type-home .header-interactive.active-slide #block-views-home-leeftijdenwidget-block-1 {
      opacity: 1; }
    .node-type-home .header-interactive.active-slide #block-views-home-leeftijdenwidget-block.active {
      right: 0%; }
    .node-type-home .header-interactive.active-slide #block-views-home-leeftijdenwidget-block-1.active {
      left: 0%; }
  .node-type-home #block-views-home-leeftijdenwidget-block {
    width: 100%;
    height: 650px;
    right: 100%;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
    z-index: 99; }
  .node-type-home #block-views-home-leeftijdenwidget-block-1 {
    width: 100%;
    height: 650px;
    left: 100%;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
    z-index: 99; }
  .node-type-home .view-home-leeftijdenwidget .slide {
    opacity: 0;
    transition: all 0.5s; }
  .node-type-home .view-header-animal-choice {
    transition: all 0.5s; }
  .node-type-home .view-home-leeftijdenwidget.slide {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .node-type-home .view-home-leeftijdenwidget.slide .view-header {
      text-align: center;
      color: #ffffff;
      font-size: 48px;
      line-height: 72px;
      font-weight: bold;
      margin: calc(30vh - 125px) 0 50px;
      text-transform: lowercase;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
      float: left;
      width: 100%; }
      .node-type-home .view-home-leeftijdenwidget.slide .view-header p:first-letter {
        text-transform: uppercase; }
      .node-type-home .view-home-leeftijdenwidget.slide .view-header .slide-close {
        position: absolute;
        top: 40px;
        right: 0;
        width: 40px;
        height: 40px;
        background: transparent url("../images/icon-close.png") center center no-repeat;
        background-size: cover;
        cursor: pointer; }
    .node-type-home .view-home-leeftijdenwidget.slide .view-content {
      padding: 0 80px; }
      .node-type-home .view-home-leeftijdenwidget.slide .view-content .views-row {
        width: 33%;
        padding: 20px 15px;
        float: left;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        transition: all 0.3s;
        cursor: pointer; }
        .node-type-home .view-home-leeftijdenwidget.slide .view-content .views-row:hover {
          background-color: rgba(255, 255, 255, 0.15); }
        .node-type-home .view-home-leeftijdenwidget.slide .view-content .views-row .views-field-field-usp-afbeelding {
          margin-bottom: 20px; }
        .node-type-home .view-home-leeftijdenwidget.slide .view-content .views-row .views-field-title {
          font-size: 32px;
          font-weight: bold;
          margin-bottom: 15px; }
          .node-type-home .view-home-leeftijdenwidget.slide .view-content .views-row .views-field-title a {
            color: #ffffff;
            text-decoration: none;
            text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
  .node-type-home .main-spanner {
    background-color: #eeeeee;
    padding: 70px 0 40px; }
  .node-type-home .content .field-name-title-field {
    font-size: 28px;
    text-align: center;
    color: #343434;
    font-weight: 900;
    margin-bottom: 30px; }
  .node-type-home .content .field-name-body {
    max-width: 880px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px; }
  .node-type-home .view-usp-s {
    width: 100%;
    margin: 50px 0 0; }
    .node-type-home .view-usp-s .views-row {
      width: 25%;
      float: left;
      text-align: center;
      color: #343434; }
      .node-type-home .view-usp-s .views-row .views-field-field-usp-titel {
        font-weight: bold; }
      .node-type-home .view-usp-s .views-row .views-field-field-usp-subtitel {
        padding: 0 50px; }
  .node-type-home .region-second-main {
    padding-top: 30px; }

@media all and (min-width: 420px) {
  #header .view-home-header .views-field-field-startafbeelding {
    display: none !important; } }

@media all and (max-width: 420px) {
  #header .view-home-header .views-field-field-vimeo-video,
  #header .view-home-header .views-field-field-vimeo-video-hond,
  #header .view-home-header .views-field-field-vimeo-video-kat {
    display: none !important; }
  #header .view-home-header .views-field-field-startafbeelding {
    display: block !important; } }



.node-type-prins-artikel .view-header-artikel,
.node-type-tips-info .view-header-artikel {
  width: 100%;
  height: 650px;
  position: relative;
  background-color: #25303d; }
  .node-type-prins-artikel .view-header-artikel .views-field-field-startafbeelding, .node-type-prins-artikel .view-header-artikel .home-bg-image,
  .node-type-tips-info .view-header-artikel .views-field-field-startafbeelding,
  .node-type-tips-info .view-header-artikel .home-bg-image {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 0.64; }
  .node-type-prins-artikel .view-header-artikel .backlink,
  .node-type-tips-info .view-header-artikel .backlink {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: calc(35vh - 125px);
    left: 0;
    text-align: center; }
    .node-type-prins-artikel .view-header-artikel .backlink a,
    .node-type-tips-info .view-header-artikel .backlink a {
      color: #ffffff;
      text-decoration: none;
      font-size: 20px;
      font-weight: normal;
      transition: opacity 0.3s; }
      .node-type-prins-artikel .view-header-artikel .backlink a:before,
      .node-type-tips-info .view-header-artikel .backlink a:before {
        content: " \2039 ";
        font-size: 30px;
        transition: all 0.3s;
        margin-right: 10px; }
      .node-type-prins-artikel .view-header-artikel .backlink a:hover,
      .node-type-tips-info .view-header-artikel .backlink a:hover {
        opacity: 0.75; }
      .node-type-prins-artikel .view-header-artikel .backlink a:hover:before,
      .node-type-tips-info .view-header-artikel .backlink a:hover:before {
        padding-right: 5px; }
  .node-type-prins-artikel .view-header-artikel .views-field-title,
  .node-type-tips-info .view-header-artikel .views-field-title {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: calc(40vh - 125px);
    left: 0;
    text-align: center; }
    .node-type-prins-artikel .view-header-artikel .views-field-title .field-content,
    .node-type-tips-info .view-header-artikel .views-field-title .field-content {
      max-width: 800px;
      margin: 0 auto;
      display: block; }
    .node-type-prins-artikel .view-header-artikel .views-field-title h1,
    .node-type-tips-info .view-header-artikel .views-field-title h1 {
      font-size: 64px;
      line-height: 72px;
      font-weight: bold;
      margin-bottom: 35px; }
    .node-type-prins-artikel .view-header-artikel .views-field-title h2,
    .node-type-tips-info .view-header-artikel .views-field-title h2 {
      font-size: 24px;
      line-height: 36px;
      font-weight: bold; }
  .node-type-prins-artikel .view-header-artikel .header-down-btn,
  .node-type-tips-info .view-header-artikel .header-down-btn {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #e5322d url("../images/icon-arrow-white.png") center center no-repeat;
    background-size: cover;
    background-size: 35px 13px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -40px;
    z-index: 99;
    display: block; }

.node-type-prins-artikel #block-views-artikel-auteur-header-block,
.node-type-tips-info #block-views-artikel-auteur-header-block {
  position: absolute;
  width: 100%;
  bottom: 80px; }
  .node-type-prins-artikel #block-views-artikel-auteur-header-block .view-artikel-auteur-header,
  .node-type-tips-info #block-views-artikel-auteur-header-block .view-artikel-auteur-header {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #ffffff; }
  .node-type-prins-artikel #block-views-artikel-auteur-header-block .views-field-field-auteur-afbeelding img,
  .node-type-tips-info #block-views-artikel-auteur-header-block .views-field-field-auteur-afbeelding img {
    border-radius: 33px;
    border: 2px solid #ffffff; }

.node-type-prins-artikel .addthis,
.node-type-tips-info .addthis {
  max-width: 980px;
  margin: 0 auto 20px;
  position: relative;
  text-align: right; }

.node-type-prins-artikel .field-name-body,
.node-type-tips-info .field-name-body {
  padding: 40px 0 0;
  margin-bottom: 20px;
  padding-top: 60px; }
  @media all and (max-width: 808px) {
    .node-type-prins-artikel .field-name-body,
    .node-type-tips-info .field-name-body {
      padding: 50px 15px 0 15px; } }
  .node-type-prins-artikel .field-name-body p,
  .node-type-prins-artikel .field-name-body h2,
  .node-type-prins-artikel .field-name-body h3,
  .node-type-prins-artikel .field-name-body h4,
  .node-type-prins-artikel .field-name-body ol,
  .node-type-prins-artikel .field-name-body ul,
  .node-type-prins-artikel .field-name-body blockquote,
  .node-type-tips-info .field-name-body p,
  .node-type-tips-info .field-name-body h2,
  .node-type-tips-info .field-name-body h3,
  .node-type-tips-info .field-name-body h4,
  .node-type-tips-info .field-name-body ol,
  .node-type-tips-info .field-name-body ul,
  .node-type-tips-info .field-name-body blockquote {
    max-width: 980px;
    margin: 0 auto 20px;
    position: relative; }
  .node-type-prins-artikel .field-name-body ol ol,
  .node-type-tips-info .field-name-body ol ol {
    margin-left: 40px; }
  @media all and (max-width: 808px) {
    .node-type-prins-artikel .field-name-body ol,
    .node-type-prins-artikel .field-name-body ul,
    .node-type-tips-info .field-name-body ol,
    .node-type-tips-info .field-name-body ul {
      padding-left: 15px; } }
  .node-type-prins-artikel .field-name-body p.image-wide,
  .node-type-tips-info .field-name-body p.image-wide {
    max-width: 1280px;
    margin-top: 40px; }
    .node-type-prins-artikel .field-name-body p.image-wide img,
    .node-type-tips-info .field-name-body p.image-wide img {
      width: 100% !important;
      height: auto !important; }
  .node-type-prins-artikel .field-name-body p.image-wide-footer,
  .node-type-tips-info .field-name-body p.image-wide-footer {
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #eeeeee;
    max-width: 1280px;
    margin-top: -10px;
    padding-bottom: 18px;
    font-size: 1.2em;
    margin-bottom: 40px; }
  .node-type-prins-artikel .field-name-body blockquote p,
  .node-type-tips-info .field-name-body blockquote p {
    border-left: 8px solid #e5322d;
    padding: 8px 0 8px 30px;
    font-family: 'Sniglet', sans-serif;
    font-size: 28px;
    line-height: 36px; }
  @media all and (max-width: 667px) {
    .node-type-prins-artikel .field-name-body blockquote p,
    .node-type-tips-info .field-name-body blockquote p {
      font-size: 30px;
      line-height: 38px; } }
  .node-type-prins-artikel .field-name-body h2,
  .node-type-tips-info .field-name-body h2 {
    margin-top: 40px;
    font-size: 2.0em;
    line-height: 1.2em; }
  .node-type-prins-artikel .field-name-body h3,
  .node-type-tips-info .field-name-body h3 {
    margin-top: 40px;
    font-size: 1.8em;
    line-height: 1.2em; }
  .node-type-prins-artikel .field-name-body a,
  .node-type-tips-info .field-name-body a {
    color: #e5322d;
    transition: all 0.3s; }
    .node-type-prins-artikel .field-name-body a:hover,
    .node-type-tips-info .field-name-body a:hover {
      opacity: 0.7; }
    .node-type-prins-artikel .field-name-body a.cta,
    .node-type-tips-info .field-name-body a.cta {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none; }
      .node-type-prins-artikel .field-name-body a.cta:hover,
      .node-type-tips-info .field-name-body a.cta:hover {
        color: #ffffff;
        opacity: 0.7; }
      .node-type-prins-artikel .field-name-body a.cta:after,
      .node-type-tips-info .field-name-body a.cta:after {
        content: " \203A ";
        transition: all 0.3s; }
      .node-type-prins-artikel .field-name-body a.cta:hover:after,
      .node-type-tips-info .field-name-body a.cta:hover:after {
        padding-left: 5px; }
  .node-type-prins-artikel .field-name-body ul li,
  .node-type-tips-info .field-name-body ul li {
    list-style: none;
    position: relative;
    margin-left: 20px; }
    .node-type-prins-artikel .field-name-body ul li:before,
    .node-type-tips-info .field-name-body ul li:before {
      content: "";
      background: transparent url("../images/list-icon.png") center center no-repeat;
      background-size: cover;
      position: absolute;
      width: 22px;
      height: 22px;
      left: -25px;
      top: 2px; }
  @media all and (max-width: 667px) {
    .node-type-prins-artikel .field-name-body ul,
    .node-type-tips-info .field-name-body ul {
      margin-left: 25px; } }
  .node-type-prins-artikel .field-name-body .gallery,
  .node-type-tips-info .field-name-body .gallery {
    max-width: 990px;
    margin: 0 auto 20px;
    position: relative;
    border-collapse: collapse; }
    .node-type-prins-artikel .field-name-body .gallery td,
    .node-type-tips-info .field-name-body .gallery td {
      padding: 5px; }
      .node-type-prins-artikel .field-name-body .gallery td img,
      .node-type-tips-info .field-name-body .gallery td img {
        width: 100%;
        height: auto;
        float: left; }
  .node-type-prins-artikel .field-name-body .field-item > *:nth-last-child(1),
  .node-type-tips-info .field-name-body .field-item > *:nth-last-child(1) {
    padding-bottom: 40px;
    border-bottom: 3px solid #eeeeee; }

.node-type-prins-artikel .field-name-auteur-twice,
.node-type-tips-info .field-name-auteur-twice {
  width: 200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 40px 0 20px 40px;
  float: left;
  z-index: 99; }
  @media all and (min-width: 1280px) {
    .node-type-prins-artikel .field-name-auteur-twice,
    .node-type-tips-info .field-name-auteur-twice {
      margin-left: 100px; } }
  @media all and (max-width: 500px) {
    .node-type-prins-artikel .field-name-auteur-twice,
    .node-type-tips-info .field-name-auteur-twice {
      width: 100%;
      padding-top: 50px; }
      .node-type-prins-artikel .field-name-auteur-twice > .field-label,
      .node-type-prins-artikel .field-name-auteur-twice > .field-items,
      .node-type-tips-info .field-name-auteur-twice > .field-label,
      .node-type-tips-info .field-name-auteur-twice > .field-items {
        float: none;
        display: inline-block;
        vertical-align: middle; } }
  .node-type-prins-artikel .field-name-auteur-twice .field-label,
  .node-type-tips-info .field-name-auteur-twice .field-label {
    font-weight: normal;
    font-style: italic;
    text-align: right;
    line-height: 45px;
    padding-right: 7px; }
  .node-type-prins-artikel .field-name-auteur-twice .field-name-field-startafbeelding,
  .node-type-tips-info .field-name-auteur-twice .field-name-field-startafbeelding {
    float: left;
    margin-right: 10px; }
    .node-type-prins-artikel .field-name-auteur-twice .field-name-field-startafbeelding img,
    .node-type-tips-info .field-name-auteur-twice .field-name-field-startafbeelding img {
      width: 45px;
      height: auto;
      border-radius: 50%; }
  .node-type-prins-artikel .field-name-auteur-twice .field-name-title,
  .node-type-tips-info .field-name-auteur-twice .field-name-title {
    float: left;
    line-height: 45px; }
    .node-type-prins-artikel .field-name-auteur-twice .field-name-title a,
    .node-type-tips-info .field-name-auteur-twice .field-name-title a {
      text-decoration: none;
      color: #6a6a6a; }

.node-type-prins-artikel .field-name-field-koppeling-expert,
.node-type-tips-info .field-name-field-koppeling-expert {
  width: 100%;
  max-width: 980px;
  padding-bottom: 50px;
  margin: 0 auto; }
  .node-type-prins-artikel .field-name-field-koppeling-expert > .field-label,
  .node-type-tips-info .field-name-field-koppeling-expert > .field-label {
    margin-bottom: 10px; }
  .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-left,
  .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-left {
    width: auto;
    padding-right: 20px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-left,
      .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-left {
        width: 30%; } }
  @media all and (max-width: 768px) {
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-right,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-right {
      width: 70%; } }
  @media all and (min-width: 980px) {
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-right,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting.ds-2col > .group-right {
      width: auto;
      float: none; } }
  @media all and (max-width: 1024px) {
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting {
      padding-left: 20px;
      padding-right: 20px; }
      .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body,
      .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body {
        padding: 0 0 0 0; } }
  .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-field-startafbeelding img,
  .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-field-startafbeelding img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    height: auto; }
  .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body,
  .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body {
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 30px; }
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body p,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-body p {
      font-size: 15px; }
  .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a,
  .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a {
    background-color: #98c010;
    color: #ffffff;
    text-transform: none;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 17px;
    padding: 0 10px 0 13px;
    text-decoration: none; }
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:hover,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:hover {
      color: #ffffff;
      opacity: 0.7; }
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:after,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:after {
      content: " \203A ";
      transition: all 0.3s; }
    .node-type-prins-artikel .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:hover:after,
    .node-type-tips-info .field-name-field-koppeling-expert .view-mode-auteur_samenvatting .field-name-node-link a:hover:after {
      padding-left: 5px; }

.node-type-prins-artikel .main-spanner .view-artikel-auteur-header,
.node-type-tips-info .main-spanner .view-artikel-auteur-header {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-field-auteur-afbeelding,
  .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-field-auteur-afbeelding {
    margin-top: 40px; }
    .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-field-auteur-afbeelding img,
    .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-field-auteur-afbeelding img {
      border-radius: 33px;
      border: 2px solid #ffffff; }
  .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing,
  .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing {
    padding: 20px;
    font-size: 20px; }
    .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing p,
    .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing p {
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 15px;
      line-height: 30px; }
      .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing p:nth-child(1),
      .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing p:nth-child(1) {
        color: #343434; }
      .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing p:nth-child(2),
      .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing p:nth-child(2) {
        padding: 0 30px;
        box-sizing: border-box; }
    .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact,
    .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact {
      list-style: none;
      max-width: 750px;
      margin: 20px auto 60px;
      background-color: #25303d;
      height: 80px;
      line-height: 80px;
      text-align: center;
      color: #ffffff; }
      .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact li,
      .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact li {
        display: inline-block;
        padding: 0 30px; }
        .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact li.icon-phone-2,
        .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact li.icon-phone-2 {
          background: transparent url("../images/icon-phone-2.png") center center no-repeat;
          background-size: cover; }
      .node-type-prins-artikel .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact #hf-chat,
      .node-type-tips-info .main-spanner .view-artikel-auteur-header .views-field-nothing .auteur_team_contact #hf-chat {
        cursor: pointer; }

.node-type-prins-artikel #block-views-meer-artikelen-over-block,
.node-type-prins-artikel #block-views-meer-artikelen-over-block-2,
.node-type-prins-artikel .view-alles-over-jouw-dier,
.node-type-tips-info #block-views-meer-artikelen-over-block,
.node-type-tips-info #block-views-meer-artikelen-over-block-2,
.node-type-tips-info .view-alles-over-jouw-dier {
  width: 100%;
  float: left;
  margin: 80px 0; }
  .node-type-prins-artikel #block-views-meer-artikelen-over-block h2,
  .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 h2,
  .node-type-prins-artikel .view-alles-over-jouw-dier h2,
  .node-type-tips-info #block-views-meer-artikelen-over-block h2,
  .node-type-tips-info #block-views-meer-artikelen-over-block-2 h2,
  .node-type-tips-info .view-alles-over-jouw-dier h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #343434;
    text-transform: initial; }
  .node-type-prins-artikel #block-views-meer-artikelen-over-block .view-header,
  .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 .view-header,
  .node-type-prins-artikel .view-alles-over-jouw-dier .view-header,
  .node-type-tips-info #block-views-meer-artikelen-over-block .view-header,
  .node-type-tips-info #block-views-meer-artikelen-over-block-2 .view-header,
  .node-type-tips-info .view-alles-over-jouw-dier .view-header {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #343434; }
    .node-type-prins-artikel #block-views-meer-artikelen-over-block .view-header .view-meer-artikelen- .views-row,
    .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 .view-header .view-meer-artikelen- .views-row,
    .node-type-prins-artikel .view-alles-over-jouw-dier .view-header .view-meer-artikelen- .views-row,
    .node-type-tips-info #block-views-meer-artikelen-over-block .view-header .view-meer-artikelen- .views-row,
    .node-type-tips-info #block-views-meer-artikelen-over-block-2 .view-header .view-meer-artikelen- .views-row,
    .node-type-tips-info .view-alles-over-jouw-dier .view-header .view-meer-artikelen- .views-row {
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      height: auto; }
      .node-type-prins-artikel #block-views-meer-artikelen-over-block .view-header .view-meer-artikelen- .views-row .field-content,
      .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 .view-header .view-meer-artikelen- .views-row .field-content,
      .node-type-prins-artikel .view-alles-over-jouw-dier .view-header .view-meer-artikelen- .views-row .field-content,
      .node-type-tips-info #block-views-meer-artikelen-over-block .view-header .view-meer-artikelen- .views-row .field-content,
      .node-type-tips-info #block-views-meer-artikelen-over-block-2 .view-header .view-meer-artikelen- .views-row .field-content,
      .node-type-tips-info .view-alles-over-jouw-dier .view-header .view-meer-artikelen- .views-row .field-content {
        font-weight: 700;
        margin-bottom: 10px;
        
        font-size: 0; }
    .node-type-prins-artikel #block-views-meer-artikelen-over-block .view-header p,
    .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 .view-header p,
    .node-type-prins-artikel .view-alles-over-jouw-dier .view-header p,
    .node-type-tips-info #block-views-meer-artikelen-over-block .view-header p,
    .node-type-tips-info #block-views-meer-artikelen-over-block-2 .view-header p,
    .node-type-tips-info .view-alles-over-jouw-dier .view-header p {
      font-weight: 700; }
  .node-type-prins-artikel #block-views-meer-artikelen-over-block .content,
  .node-type-prins-artikel #block-views-meer-artikelen-over-block-2 .content,
  .node-type-prins-artikel .view-alles-over-jouw-dier .content,
  .node-type-tips-info #block-views-meer-artikelen-over-block .content,
  .node-type-tips-info #block-views-meer-artikelen-over-block-2 .content,
  .node-type-tips-info .view-alles-over-jouw-dier .content {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
    position: relative; }

.node-type-prins-artikel #block-views-9a023b3b304e1f4576dfdc10ac25064c,
.node-type-tips-info #block-views-9a023b3b304e1f4576dfdc10ac25064c {
  width: 100%;
  float: left; }

.node-type-prins-artikel #block-views-alles-over-jouw-dier-block,
.node-type-tips-info #block-views-alles-over-jouw-dier-block {
  display: none; }

.node-type-prins-artikel .view-alles-over-jouw-dier,
.node-type-tips-info .view-alles-over-jouw-dier {
  background-color: #eeeeee;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 0; }
  .node-type-prins-artikel .view-alles-over-jouw-dier .view-header,
  .node-type-tips-info .view-alles-over-jouw-dier .view-header {
    text-transform: lowercase;
    margin-bottom: 20px; }
  .node-type-prins-artikel .view-alles-over-jouw-dier .content,
  .node-type-tips-info .view-alles-over-jouw-dier .content {
    max-width: 100%; }

.node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel,
.node-type-tips-info .view-overzicht-levensfasen-onder-artikel {
  background-color: #25303d;
  overflow: hidden;
  width: 100%; }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content {
    width: 100%;
    height: 260px;
    max-width: 1366px;
    margin: 0 auto; }
    .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row,
    .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row {
      list-style: none;
      width: 25%;
      height: 260px;
      float: left;
      margin: 0;
      padding: 0 15px;
      box-sizing: border-box;
      position: relative;
      background-size: cover;
      background-position: center bottom; }
      .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3, .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row p, .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row p,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a {
        position: relative;
        z-index: 1;
        padding-left: 40px;
        color: #ffffff;
        padding-right: 40px; }
      .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3 {
        padding-top: 30px;
        font-size: 28px;
        margin-bottom: 10px; }
        .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3 a,
        .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row h3 a {
          text-decoration: none;
          color: #ffffff; }
      .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row p,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row p {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 20px; }
      .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a,
      .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a {
        font-weight: bold;
        text-decoration: none;
        font-size: 18px; }
        .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a:after,
        .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a:hover:after,
        .node-type-tips-info .view-overzicht-levensfasen-onder-artikel .view-content .views-row .cta-link a:hover:after {
          padding-left: 5px; }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-0,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-0 {
    background-image: url("../images/icon-cta-1.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-1,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-1 {
    background-image: url("../images/icon-cta-2.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-2,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-2 {
    background-image: url("../images/icon-cta-3.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-3,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-kat .views-row-3 {
    background-image: url("../images/icon-cta-4.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-0,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-0 {
    background-image: url("../images/icon-cta-1.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-1,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-1 {
    background-image: url("../images/icon-cta-6.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-2,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-2 {
    background-image: url("../images/icon-cta-7.png"); }
  .node-type-prins-artikel .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-3,
  .node-type-tips-info .view-overzicht-levensfasen-onder-artikel.diersoort-hond .views-row-3 {
    background-image: url("../images/icon-cta-8.png"); }

.node-type-prins-artikel #block-block-10,
.node-type-tips-info #block-block-10 {
  width: 100%;
  float: left; }



.node-type-overzicht .second-main .block-center {
  max-width: 100% !important; }

.view-populair-bij-prins,
.view-artikel-overzicht {
  
  max-width: 100%; }
  .view-populair-bij-prins .views-row,
  .view-artikel-overzicht .views-row {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px; }
  .view-populair-bij-prins.overzicht-1 .views-row-1, .view-populair-bij-prins.overzicht-4 .views-row-1,
  .view-artikel-overzicht.overzicht-1 .views-row-1,
  .view-artikel-overzicht.overzicht-4 .views-row-1 {
    width: 100%;
    position: relative;
    height: 400px; }
    .view-populair-bij-prins.overzicht-1 .views-row-1 .article-title, .view-populair-bij-prins.overzicht-4 .views-row-1 .article-title,
    .view-artikel-overzicht.overzicht-1 .views-row-1 .article-title,
    .view-artikel-overzicht.overzicht-4 .views-row-1 .article-title {
      width: 33.3333%;
      height: 400px;
      float: left;
      background-color: #25303d;
      color: #ffffff;
      text-align: center;
      font-family: 'Sniglet', sans-serif;
      font-size: 32px;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .view-populair-bij-prins.overzicht-1 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-1, .view-populair-bij-prins.overzicht-4 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-1,
      .view-artikel-overzicht.overzicht-1 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-1,
      .view-artikel-overzicht.overzicht-4 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-1 {
        line-height: normal;
        color: #98c010;
        font-size: 32px;
        width: 100%;
        display: inline-block;
        vertical-align: middle; }
      .view-populair-bij-prins.overzicht-1 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-2, .view-populair-bij-prins.overzicht-4 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-2,
      .view-artikel-overzicht.overzicht-1 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-2,
      .view-artikel-overzicht.overzicht-4 .views-row-1 .article-title .views-field-field-opgemaakte-titel-regel-2 {
        line-height: 1.1;
        font-size: 52px;
        align-self: center;
        width: 100%;
        display: inline-block;
        vertical-align: middle; }
      .view-populair-bij-prins.overzicht-1 .views-row-1 .article-title:after, .view-populair-bij-prins.overzicht-4 .views-row-1 .article-title:after,
      .view-artikel-overzicht.overzicht-1 .views-row-1 .article-title:after,
      .view-artikel-overzicht.overzicht-4 .views-row-1 .article-title:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 35px 0 35px 24px;
        border-color: transparent #25303d;
        display: block;
        width: 0;
        z-index: 1;
        right: -24px;
        top: 165px; }
    .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-field-startafbeelding, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-field-startafbeelding,
    .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-field-startafbeelding,
    .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-field-startafbeelding {
      width: 66.6667%;
      float: left;
      height: 400px;
      overflow: hidden; }
      .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-field-startafbeelding .home-bg-image, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-field-startafbeelding .home-bg-image {
        width: 100%;
        height: 400px;
        background-position: center center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease; }
    .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-view-node, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-view-node,
    .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-view-node,
    .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-view-node {
      position: absolute;
      right: 35px;
      bottom: 20px; }
      .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-view-node a, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-view-node a,
      .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-view-node a,
      .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-view-node a {
        color: #ffffff;
        text-decoration: none;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
        font-weight: bold; }
        .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-view-node a:after, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-view-node a:after,
        .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-view-node a:after,
        .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-view-node a:after {
          content: " \203A ";
          transition: all 0.3s; }
        .view-populair-bij-prins.overzicht-1 .views-row-1 .views-field-view-node a:hover:after, .view-populair-bij-prins.overzicht-4 .views-row-1 .views-field-view-node a:hover:after,
        .view-artikel-overzicht.overzicht-1 .views-row-1 .views-field-view-node a:hover:after,
        .view-artikel-overzicht.overzicht-4 .views-row-1 .views-field-view-node a:hover:after {
          padding-left: 3px; }
    .view-populair-bij-prins.overzicht-1 .views-row-1:hover, .view-populair-bij-prins.overzicht-4 .views-row-1:hover,
    .view-artikel-overzicht.overzicht-1 .views-row-1:hover,
    .view-artikel-overzicht.overzicht-4 .views-row-1:hover {
      cursor: pointer; }
      .view-populair-bij-prins.overzicht-1 .views-row-1:hover .home-bg-image, .view-populair-bij-prins.overzicht-4 .views-row-1:hover .home-bg-image,
      .view-artikel-overzicht.overzicht-1 .views-row-1:hover .home-bg-image,
      .view-artikel-overzicht.overzicht-4 .views-row-1:hover .home-bg-image {
        transform: scale(1.1); }
  .view-populair-bij-prins.overzicht-2 .views-row, .view-populair-bij-prins.overzicht-3 .views-row, .view-populair-bij-prins.overzicht-5 .views-row,
  .view-artikel-overzicht.overzicht-2 .views-row,
  .view-artikel-overzicht.overzicht-3 .views-row,
  .view-artikel-overzicht.overzicht-5 .views-row {
    width: 33.3333%;
    float: left;
    height: 400px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer; }
    .view-populair-bij-prins.overzicht-2 .views-row .views-field-field-startafbeelding, .view-populair-bij-prins.overzicht-3 .views-row .views-field-field-startafbeelding, .view-populair-bij-prins.overzicht-5 .views-row .views-field-field-startafbeelding,
    .view-artikel-overzicht.overzicht-2 .views-row .views-field-field-startafbeelding,
    .view-artikel-overzicht.overzicht-3 .views-row .views-field-field-startafbeelding,
    .view-artikel-overzicht.overzicht-5 .views-row .views-field-field-startafbeelding {
      width: 100%;
      position: relative;
      height: 400px;
      overflow: hidden;
      background-color: #25303d; }
      .view-populair-bij-prins.overzicht-2 .views-row .views-field-field-startafbeelding .home-bg-image, .view-populair-bij-prins.overzicht-3 .views-row .views-field-field-startafbeelding .home-bg-image, .view-populair-bij-prins.overzicht-5 .views-row .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-2 .views-row .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-3 .views-row .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-5 .views-row .views-field-field-startafbeelding .home-bg-image {
        width: 100%;
        height: 400px;
        background-position: center center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease; }
    .view-populair-bij-prins.overzicht-2 .views-row .article-title, .view-populair-bij-prins.overzicht-3 .views-row .article-title, .view-populair-bij-prins.overzicht-5 .views-row .article-title,
    .view-artikel-overzicht.overzicht-2 .views-row .article-title,
    .view-artikel-overzicht.overzicht-3 .views-row .article-title,
    .view-artikel-overzicht.overzicht-5 .views-row .article-title {
      position: absolute;
      bottom: 30px;
      left: 45px;
      z-index: 3;
      color: #ffffff;
      line-height: 28px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
      width: 90%; }
      .view-populair-bij-prins.overzicht-2 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1, .view-populair-bij-prins.overzicht-3 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1, .view-populair-bij-prins.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1,
      .view-artikel-overzicht.overzicht-2 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1,
      .view-artikel-overzicht.overzicht-3 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1,
      .view-artikel-overzicht.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1 {
        font-size: 20px;
        font-weight: normal;
        width: 90%; }
      .view-populair-bij-prins.overzicht-2 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2, .view-populair-bij-prins.overzicht-3 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2, .view-populair-bij-prins.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2,
      .view-artikel-overzicht.overzicht-2 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2,
      .view-artikel-overzicht.overzicht-3 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2,
      .view-artikel-overzicht.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2 {
        font-size: 24px;
        font-weight: bold;
        max-width: 380px;
        width: 90%; }
    .view-populair-bij-prins.overzicht-2 .views-row .views-field-view-node, .view-populair-bij-prins.overzicht-2 .views-row .views-field-title, .view-populair-bij-prins.overzicht-3 .views-row .views-field-view-node, .view-populair-bij-prins.overzicht-3 .views-row .views-field-title, .view-populair-bij-prins.overzicht-5 .views-row .views-field-view-node, .view-populair-bij-prins.overzicht-5 .views-row .views-field-title,
    .view-artikel-overzicht.overzicht-2 .views-row .views-field-view-node,
    .view-artikel-overzicht.overzicht-2 .views-row .views-field-title,
    .view-artikel-overzicht.overzicht-3 .views-row .views-field-view-node,
    .view-artikel-overzicht.overzicht-3 .views-row .views-field-title,
    .view-artikel-overzicht.overzicht-5 .views-row .views-field-view-node,
    .view-artikel-overzicht.overzicht-5 .views-row .views-field-title {
      display: none; }
    .view-populair-bij-prins.overzicht-2 .views-row:hover .home-bg-image, .view-populair-bij-prins.overzicht-3 .views-row:hover .home-bg-image, .view-populair-bij-prins.overzicht-5 .views-row:hover .home-bg-image,
    .view-artikel-overzicht.overzicht-2 .views-row:hover .home-bg-image,
    .view-artikel-overzicht.overzicht-3 .views-row:hover .home-bg-image,
    .view-artikel-overzicht.overzicht-5 .views-row:hover .home-bg-image {
      opacity: 0.8;
      transform: scale(1.1); }
  .view-populair-bij-prins.overzicht-2.view-display-id-block_5, .view-populair-bij-prins.overzicht-3.view-display-id-block_5, .view-populair-bij-prins.overzicht-5.view-display-id-block_5,
  .view-artikel-overzicht.overzicht-2.view-display-id-block_5,
  .view-artikel-overzicht.overzicht-3.view-display-id-block_5,
  .view-artikel-overzicht.overzicht-5.view-display-id-block_5 {
    margin: 30px 0 50px 0;
    float: left;
    width: calc(100% + 30px); }
    .view-populair-bij-prins.overzicht-2.view-display-id-block_5 .item-list, .view-populair-bij-prins.overzicht-3.view-display-id-block_5 .item-list, .view-populair-bij-prins.overzicht-5.view-display-id-block_5 .item-list,
    .view-artikel-overzicht.overzicht-2.view-display-id-block_5 .item-list,
    .view-artikel-overzicht.overzicht-3.view-display-id-block_5 .item-list,
    .view-artikel-overzicht.overzicht-5.view-display-id-block_5 .item-list {
      text-align: center;
      width: 100%;
      float: left;
      margin-bottom: 60px; }
      .view-populair-bij-prins.overzicht-2.view-display-id-block_5 .item-list li, .view-populair-bij-prins.overzicht-3.view-display-id-block_5 .item-list li, .view-populair-bij-prins.overzicht-5.view-display-id-block_5 .item-list li,
      .view-artikel-overzicht.overzicht-2.view-display-id-block_5 .item-list li,
      .view-artikel-overzicht.overzicht-3.view-display-id-block_5 .item-list li,
      .view-artikel-overzicht.overzicht-5.view-display-id-block_5 .item-list li {
        margin-left: 0;
        padding: 0; }
        .view-populair-bij-prins.overzicht-2.view-display-id-block_5 .item-list li a, .view-populair-bij-prins.overzicht-3.view-display-id-block_5 .item-list li a, .view-populair-bij-prins.overzicht-5.view-display-id-block_5 .item-list li a,
        .view-artikel-overzicht.overzicht-2.view-display-id-block_5 .item-list li a,
        .view-artikel-overzicht.overzicht-3.view-display-id-block_5 .item-list li a,
        .view-artikel-overzicht.overzicht-5.view-display-id-block_5 .item-list li a {
          background-color: #e5322d;
          color: #ffffff;
          text-decoration: none;
          height: 50px;
          line-height: 50px;
          border-radius: 10px;
          padding: 0 20px;
          display: inline-block; }
  .view-populair-bij-prins.overzicht-5,
  .view-artikel-overzicht.overzicht-5 {
    max-width: 1366px;
    margin: 0 auto;
    position: relative; }
    .view-populair-bij-prins.overzicht-5 .views-row,
    .view-artikel-overzicht.overzicht-5 .views-row {
      max-width: 273.2px;
      max-height: 243.2px;
      width: 20%;
      margin-bottom: 0; }
      .view-populair-bij-prins.overzicht-5 .views-row .views-field-field-startafbeelding, .view-populair-bij-prins.overzicht-5 .views-row .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.overzicht-5 .views-row .views-field-field-startafbeelding,
      .view-artikel-overzicht.overzicht-5 .views-row .views-field-field-startafbeelding .home-bg-image {
        height: 243.2px; }
      .view-populair-bij-prins.overzicht-5 .views-row .article-title,
      .view-artikel-overzicht.overzicht-5 .views-row .article-title {
        bottom: 20px;
        left: 35px;
        line-height: 25px; }
        .view-populair-bij-prins.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1, .view-populair-bij-prins.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2,
        .view-artikel-overzicht.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-1,
        .view-artikel-overzicht.overzicht-5 .views-row .article-title .views-field-field-opgemaakte-titel-regel-2 {
          font-size: 16px;
          max-width: 90%; }
  .view-populair-bij-prins.view-meer-artikelen-over,
  .view-artikel-overzicht.view-meer-artikelen-over {
    margin-left: 0;
    margin-right: 0; }
    .view-populair-bij-prins.view-meer-artikelen-over .views-row,
    .view-artikel-overzicht.view-meer-artikelen-over .views-row {
      max-width: 341.5px;
      max-height: 311.5px;
      width: 25%;
      margin-bottom: 0; }
      .view-populair-bij-prins.view-meer-artikelen-over .views-row .views-field-field-startafbeelding, .view-populair-bij-prins.view-meer-artikelen-over .views-row .views-field-field-startafbeelding .home-bg-image,
      .view-artikel-overzicht.view-meer-artikelen-over .views-row .views-field-field-startafbeelding,
      .view-artikel-overzicht.view-meer-artikelen-over .views-row .views-field-field-startafbeelding .home-bg-image {
        height: 311.5px; }

#block-views-artikel-overzicht-block-2 {
  overflow: hidden; }


#block-views-populair-bij-prins-block-4,
#block-views-artikel-overzicht-block-4 {
  float: left;
  width: 100%;
  position: relative; }
  #block-views-populair-bij-prins-block-4 h2,
  #block-views-artikel-overzicht-block-4 h2 {
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #eeeeee;
    color: #636363;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s; }
    #block-views-populair-bij-prins-block-4 h2:hover,
    #block-views-artikel-overzicht-block-4 h2:hover {
      opacity: 0.7; }
    #block-views-populair-bij-prins-block-4 h2:after,
    #block-views-artikel-overzicht-block-4 h2:after {
      content: "";
      width: 18px;
      height: 7px;
      background: transparent url("../images/icon-populair.png") center center no-repeat;
      background-size: cover;
      display: inline-block;
      position: relative;
      top: -5px;
      left: 10px;
      transition: transform 0.5s; }
  #block-views-populair-bij-prins-block-4 .content,
  #block-views-artikel-overzicht-block-4 .content {
    position: absolute;
    bottom: 90px;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    -webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 99; }
  #block-views-populair-bij-prins-block-4.active .content,
  #block-views-artikel-overzicht-block-4.active .content {
    height: 243.2px;
    opacity: 1;
    background-color: #eeeeee;
    padding: 30px 0; }
  #block-views-populair-bij-prins-block-4.active h2:after,
  #block-views-artikel-overzicht-block-4.active h2:after {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg); }

.filter-block.fixed-under-bar {
  position: fixed;
  width: 100%;
  top: 85px;
  left: 0;
  z-index: 99;
  background: #ffffff; }

#block-global-filter-global-filter-3.fixed-under-bar {
  position: fixed;
  width: 100%;
  top: 85px;
  z-index: 99;
  background: #ffffff; }

.filter-block.fixed-under-bar #block-global-filter-global-filter-1 .content,
.filter-block.fixed-under-bar #block-global-filter-global-filter-2 .content,
#block-global-filter-global-filter-3.fixed-under-bar .content {
  margin: 15px 0; }

#block-views-artikel-overzicht-block-5 {
  overflow: hidden; }

.admin-menu #block-global-filter-global-filter-3.fixed-under-bar {
  top: 123px; }

#block-global-filter-global-filter-1 .content, #block-global-filter-global-filter-2 .content, #block-global-filter-global-filter-3 .content {
  margin: 20px 0; }
  #block-global-filter-global-filter-1 .content a, #block-global-filter-global-filter-2 .content a, #block-global-filter-global-filter-3 .content a {
    text-decoration: none;
    color: #6a6a6a;
    padding: 3px 8px;
    border: 1px solid transparent; }
  #block-global-filter-global-filter-1 .content a:hover, #block-global-filter-global-filter-1 .content .active a, #block-global-filter-global-filter-2 .content a:hover, #block-global-filter-global-filter-2 .content .active a, #block-global-filter-global-filter-3 .content a:hover, #block-global-filter-global-filter-3 .content .active a {
    color: #e5322d; }
  #block-global-filter-global-filter-1 .content li, #block-global-filter-global-filter-2 .content li, #block-global-filter-global-filter-3 .content li {
    margin-right: 0; }

#block-global-filter-global-filter-1 .content {
  float: left;
  text-transform: uppercase;
  padding-left: 15px; }
  #block-global-filter-global-filter-1 .content a {
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box; }
  #block-global-filter-global-filter-1 .content li:nth-child(2) a {
    padding-left: 40px;
    background: transparent url("../images/icon-kat.png") 0 -31px no-repeat; }
  #block-global-filter-global-filter-1 .content li:nth-child(2).active a, #block-global-filter-global-filter-1 .content li:nth-child(2) a:hover {
    background-position-y: -1px; }
  #block-global-filter-global-filter-1 .content li:nth-child(3) a {
    padding-left: 40px;
    background: transparent url("../images/icon-hond.png") 0 -31px no-repeat; }
  #block-global-filter-global-filter-1 .content li:nth-child(3).active a, #block-global-filter-global-filter-1 .content li:nth-child(3) a:hover {
    background-position-y: -1px; }
  #block-global-filter-global-filter-1 .content .active a {
    font-weight: bold; }

#block-global-filter-global-filter-2 .content, #block-global-filter-global-filter-3 .content {
  float: right;
  padding-right: 15px; }
  #block-global-filter-global-filter-2 .content a, #block-global-filter-global-filter-3 .content a {
    margin-left: 5px;
    border-radius: 18px; }
  #block-global-filter-global-filter-2 .content a:hover, #block-global-filter-global-filter-3 .content a:hover {
    border: 1px solid #e5322d; }
  #block-global-filter-global-filter-2 .content .active a, #block-global-filter-global-filter-3 .content .active a {
    color: #ffffff;
    background-color: #e5322d; }

#block-global-filter-global-filter-3 .content {
  float: none;
  margin: 20px auto;
  position: relative;
  width: auto;
  text-align: center; }



.node-type-product .header-interactive {
  width: 100%;
  height: 650px;
  position: relative; }
  .node-type-product .header-interactive .view-header-producten {
    width: 100%;
    height: 650px;
    position: relative; }
    .node-type-product .header-interactive .view-header-producten .views-field-field-startafbeelding, .node-type-product .header-interactive .view-header-producten .home-bg-image {
      width: 100%;
      height: 650px;
      max-height: calc(100vh - 145px);
      position: relative;
      background-color: #25303d;
      transition: opacity 0.5s; }
    .node-type-product .header-interactive .view-header-producten .views-field-name {
      padding-bottom: 20px; }
      .node-type-product .header-interactive .view-header-producten .views-field-name a {
        color: #ffffff;
        text-decoration: none;
        font-size: 20px;
        font-weight: normal;
        transition: opacity 0.3s; }
        .node-type-product .header-interactive .view-header-producten .views-field-name a:before {
          content: " \2039 ";
          font-size: 30px;
          transition: all 0.3s;
          margin-right: 10px; }
        .node-type-product .header-interactive .view-header-producten .views-field-name a:hover {
          opacity: 0.75; }
        .node-type-product .header-interactive .view-header-producten .views-field-name a:hover:before {
          padding-right: 5px; }
    .node-type-product .header-interactive .view-header-producten .product-titel {
      position: absolute;
      z-index: 99;
      width: 100%;
      left: 0; }
      .node-type-product .header-interactive .view-header-producten .product-titel .views-field {
        margin: 0 auto;
        color: #ffffff;
        max-width: 1000px;
        position: relative;
        box-sizing: border-box;
        padding-right: 26%; }
      .node-type-product .header-interactive .view-header-producten .product-titel h1 {
        font-size: 45px;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
      .node-type-product .header-interactive .view-header-producten .product-titel h3 {
        font-size: 28px;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
      .node-type-product .header-interactive .view-header-producten .product-titel .views-field-nothing {
        padding-top: 30px; }
        .node-type-product .header-interactive .view-header-producten .product-titel .views-field-nothing a {
          margin-right: 10px;
          background-color: #25303d;
          color: #ffffff;
          border-radius: 8px;
          padding: 8px 15px;
          text-decoration: none;
          font-size: 20px; }
    .node-type-product .header-interactive .view-header-producten .views-field-field-detailpagina-titel,
    .node-type-product .header-interactive .view-header-producten .views-field-title {
      text-align: left;
      font-size: 45px;
      font-weight: bold;
      line-height: 60px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
    .node-type-product .header-interactive .view-header-producten .views-field-field-subtitel {
      font-size: 24px;
      line-height: 34px;
      padding-top: 20px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
    .node-type-product .header-interactive .view-header-producten .views-field-field-product-afbeelding {
      position: absolute;
      bottom: -80px;
      right: 50%;
      margin-right: -600px;
      width: 600px; }
      .node-type-product .header-interactive .view-header-producten .views-field-field-product-afbeelding img {
        width: 100%;
        height: auto; }
    .node-type-product .header-interactive .view-header-producten .views-field-field-product-sub-afbeelding {
      position: absolute;
      bottom: -60px;
      right: 50%;
      margin-right: -490px;
      width: 100px; }
      .node-type-product .header-interactive .view-header-producten .views-field-field-product-sub-afbeelding img {
        width: 100%;
        height: auto; }

.node-type-product .main-spanner {
  background-color: #eeeeee; }
  .node-type-product .main-spanner #main {
    max-width: 100%; }
  .node-type-product .main-spanner .field-name-body {
    max-width: 1000px;
    position: relative;
    margin: 80px auto 40px; }
    .node-type-product .main-spanner .field-name-body h2 {
      color: #343434;
      font-size: 44px;
      line-height: 54px;
      margin-bottom: 20px; }
    .node-type-product .main-spanner .field-name-body p {
      font-size: 20px;
      line-height: 32px; }
  .node-type-product .main-spanner .field-name-field-usp-s {
    width: 100%;
    margin: 50px 0 0; }
    .node-type-product .main-spanner .field-name-field-usp-s > .field-items {
      text-align: center; }
    .node-type-product .main-spanner .field-name-field-usp-s > .field-items > .field-item {
      width: 33%;
      float: none;
      display: inline-block;
      text-align: center;
      color: #343434;
      vertical-align: top; }
      .node-type-product .main-spanner .field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-afbeelding {
        min-height: 123px; }
      .node-type-product .main-spanner .field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-afbeelding img {
        width: 115px;
        height: auto; }
      .node-type-product .main-spanner .field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-titel {
        margin-top: 10px;
        font-weight: bold; }
      .node-type-product .main-spanner .field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-subtitel {
        padding: 0 50px; }
    .node-type-product .main-spanner .field-name-field-usp-s .field-collection-view {
      border-bottom: 0 none; }
  .node-type-product .main-spanner .field-collection-container {
    border-bottom: 0 none;
    margin-bottom: 1em; }
  .node-type-product .main-spanner .group-subbox {
    width: 100%;
    float: left;
    background: #98c010 url("../images/samenstelling-bg.png") left center no-repeat;
    background-size: 50% 100%;
    margin-top: 40px; }
    .node-type-product .main-spanner .group-subbox .field {
      width: 50%;
      float: left;
      clear: left;
      text-align: center;
      color: #ffffff;
      padding: 0 40px;
      box-sizing: border-box; }
      .node-type-product .main-spanner .group-subbox .field.field-name-field-usp-afbeelding img {
        width: 150px;
        height: auto; }
      .node-type-product .main-spanner .group-subbox .field.field-name-field-subheader {
        font-size: 38px;
        line-height: 48px;
        font-weight: bold; }
        .node-type-product .main-spanner .group-subbox .field.field-name-field-subheader .field-item {
          max-width: 500px;
          margin: 0 auto 20px;
          position: relative; }
      .node-type-product .main-spanner .group-subbox .field.field-name-field-subalinea {
        font-size: 20px;
        line-height: 30px; }
        .node-type-product .main-spanner .group-subbox .field.field-name-field-subalinea .field-item {
          max-width: 500px;
          margin: 0 auto;
          position: relative; }
        .node-type-product .main-spanner .group-subbox .field.field-name-field-subalinea p {
          opacity: 0.6;
          margin-bottom: 10px; }
          .node-type-product .main-spanner .group-subbox .field.field-name-field-subalinea p strong {
            font-weight: normal; }
        .node-type-product .main-spanner .group-subbox .field.field-name-field-subalinea p:nth-child(1) {
          opacity: 1; }
    .node-type-product .main-spanner .group-subbox .field-name-field-subafbeelding {
      float: right;
      position: relative;
      padding: 0 0 0 0; }
      .node-type-product .main-spanner .group-subbox .field-name-field-subafbeelding:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 35px 0 35px 24px;
        border-color: transparent #98c010;
        display: block;
        width: 0;
        z-index: 1;
        left: 0px;
        top: 50%;
        margin-top: -35px; }
      .node-type-product .main-spanner .group-subbox .field-name-field-subafbeelding img {
        width: 100%;
        height: auto;
        float: left; }
  .node-type-product .main-spanner .node-product .content > .group-foodinfo > h2 {
    text-align: center;
    display: block;
    clip: auto;
    height: auto;
    position: static !important;
    overflow: visible;
    padding: 55px 0 35px;
    color: #343434;
    font-size: 34px;
    float: left;
    width: 100%;
    background-color: #ffffff; }
  .node-type-product .main-spanner #group-foodinfo-node-product-default {
    float: left;
    width: 100%;
    background-color: #25303d; }
    .node-type-product .main-spanner #group-foodinfo-node-product-default ul.resp-tabs-list {
      background-color: #ffffff;
      border-right: 0 none;
      max-width: 100%;
      padding: 20px auto 0;
      display: block;
      height: 43px;
      text-align: center; }
      .node-type-product .main-spanner #group-foodinfo-node-product-default ul.resp-tabs-list li {
        border-right: 0 none;
        display: inline-block;
        float: none;
        background-color: #ffffff;
        color: #6a6a6a;
        font-size: 18px;
        font-weight: normal;
        padding: 8px 25px 6px !important;
        border: 0 none;
        margin-top: 1px; }
        .node-type-product .main-spanner #group-foodinfo-node-product-default ul.resp-tabs-list li.resp-tab-active {
          background-color: #25303d;
          margin-bottom: 0 !important;
          color: #ffffff; }
    .node-type-product .main-spanner #group-foodinfo-node-product-default .horizontal-tabs-panes {
      width: 100%; }
    .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tabs-container {
      background-color: #25303d; }
    .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content {
      background-color: #25303d;
      padding: 40px 0;
      border: 0 none;
      overflow: hidden;
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        padding: 0 15px;
        color: #ffffff; }
        .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field .field-label {
          margin-bottom: 10px;
          color: #ffffff; }
        .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field p, .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field ul, .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field ol {
          margin-bottom: 20px;
          color: #ffffff; }
        .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field li {
          color: #ffffff;
          margin-left: 10px; }
        .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table {
          border: 0 none;
          color: #ffffff;
          width: 100%; }
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table thead th {
            padding-bottom: 5px; }
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table td {
            border: 0 none;
            padding: 5px 10px; }
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table th, .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table tr.odd, .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table tr.even {
            border: 0 none; }
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table tr:nth-child(odd) td {
            background-color: #454f5a; }
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table tr:nth-child(even),
          .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content .field table tr:nth-child(even) td {
            background-color: transparent; }
      .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content:nth-child(2) .field {
        width: 33%;
        float: left;
        padding: 0 15px;
        box-sizing: border-box; }
      .node-type-product .main-spanner #group-foodinfo-node-product-default .resp-tab-content:nth-child(2) .field-name-field-samenstelling {
        width: 100%;
        margin-top: 30px; }
  .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 40px; }
    .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen h3 {
      text-align: center;
      display: block;
      clip: auto;
      height: auto;
      position: static !important;
      overflow: visible;
      margin: 55px 0 35px;
      color: #343434;
      font-size: 34px; }
    .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items {
      max-width: 1366px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item {
        width: 25%;
        float: left; }
        .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node {
          padding: 0 15px;
          position: relative;
          cursor: pointer; }
          .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-name-field-startafbeelding, .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-name-field-startafbeelding .field-item {
            width: 100%;
            height: 300px; }
          .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text {
            position: absolute;
            bottom: 30px;
            left: 45px;
            z-index: 3;
            color: #ffffff;
            line-height: 28px;
            text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
            .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text a {
              color: #ffffff;
              text-decoration: none; }
            .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text.field-name-field-opgemaakte-titel-regel-1 {
              font-size: 20px;
              font-weight: normal;
              bottom: 55px; }
            .node-type-product .main-spanner .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text.field-name-field-opgemaakte-titel-regel-2 {
              font-size: 20px;
              font-weight: bold; }

.node-type-product .second-main {
  background-color: #ffffff; }

.node-type-product .second-main .block-center {
  max-width: 100%; }
  .node-type-product .second-main .block-center .block {
    max-width: 100%; }
  .node-type-product .second-main .block-center h2 {
    text-align: center;
    display: block;
    clip: auto;
    height: auto;
    position: static !important;
    overflow: visible;
    padding: 55px 0 35px;
    color: #343434;
    font-size: 34px;
    float: left;
    width: 100%;
    background-color: #ffffff; }
  .node-type-product .second-main .block-center .google-maps {
    width: 100%;
    float: left;
    position: relative; }
    .node-type-product .second-main .block-center .google-maps .google-store-locator-map {
      height: 500px;
      width: 100%; }
    .node-type-product .second-main .block-center .google-maps .google-store-locator-panel {
      left: 50%;
      border: 0 none;
      margin-left: -190px; }
      .node-type-product .second-main .block-center .google-maps .google-store-locator-panel input {
        padding: 15px 23px;
        font-size: 22px;
        -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 0px rgba(0, 0, 0, 0.06); }
      .node-type-product .second-main .block-center .google-maps .google-store-locator-panel .uitgezoomd-melding {
        display: none; }

.node-type-product #block-google-store-locator-google-store-locator-block .store-list {
  display: none; }

.node-type-product #block-google-store-locator-google-store-locator-block #cluster-loading {
  display: none; }



.node-type-leeftijdsfase .main-spanner .block-center {
  max-width: 100%; }

.node-type-leeftijdsfase .view-header-leeftijdfasepagina {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-startafbeelding,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .home-bg-image,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 1; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat.active,
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat.active video,
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat.active ul li,
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat.active ul li.first,
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-kat.active ul li.last,
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: calc(30vh - 125px);
    left: 0; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink > div {
      width: 100%;
      max-width: 1366px;
      margin: 0 auto;
      position: relative;
      text-align: left;
      padding-right: 45%;
      box-sizing: border-box; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink a {
      color: #ffffff;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      transition: opacity 0.3s; }
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink a:before {
        content: " \2039 ";
        font-size: 30px;
        transition: all 0.3s;
        margin-right: 5px; }
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink a:hover {
        opacity: 0.75; }
      .node-type-leeftijdsfase .view-header-leeftijdfasepagina .backlink a:hover:before {
        padding-right: 5px; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .header-down-btn {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #e5322d url("../images/icon-arrow-white.png") center center no-repeat;
    background-size: cover;
    background-size: 35px 13px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -40px;
    z-index: 99;
    display: block; }
  .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-headertekst {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: calc(35vh - 125px);
    left: 0; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-headertekst .field-content {
      width: 100%;
      max-width: 1366px;
      margin: 0 auto;
      position: relative;
      text-align: left;
      padding-right: 45%;
      box-sizing: border-box; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-headertekst h1 {
      font-size: 52px;
      line-height: 64px;
      font-weight: bold;
      margin-bottom: 25px; }
    .node-type-leeftijdsfase .view-header-leeftijdfasepagina .views-field-field-headertekst p {
      font-size: 24px;
      line-height: 36px;
      font-weight: normal; }

.node-type-leeftijdsfase .group-subbox {
  width: 100%;
  float: left;
  background-color: #25303d;
  margin-top: 40px; }
  .node-type-leeftijdsfase .group-subbox .field {
    width: 50%;
    float: right;
    clear: right;
    text-align: center;
    color: #ffffff;
    padding: 0 40px;
    box-sizing: border-box; }
    .node-type-leeftijdsfase .group-subbox .field.field-name-field-usp-afbeelding img {
      width: 120px;
      height: auto;
      margin: 40px 0 20px; }
    .node-type-leeftijdsfase .group-subbox .field.field-name-field-subheader {
      font-size: 38px;
      line-height: 48px;
      font-weight: bold; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subheader .field-item {
        max-width: 500px;
        margin: 0 auto 20px;
        position: relative; }
    .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea {
      font-size: 20px;
      line-height: 30px; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea .field-item {
        max-width: 500px;
        margin: 0 auto;
        position: relative; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea h3 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 10px; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea h2 {
        margin-bottom: 20px; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea p {
        opacity: 0.6;
        margin-bottom: 10px; }
        .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea p strong {
          font-weight: normal; }
      .node-type-leeftijdsfase .group-subbox .field.field-name-field-subalinea p:nth-child(1) {
        opacity: 1; }
  .node-type-leeftijdsfase .group-subbox .field-name-field-subafbeelding {
    float: left;
    position: relative;
    padding: 0 0 0 0; }
    .node-type-leeftijdsfase .group-subbox .field-name-field-subafbeelding:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 35px 24px 35px 0;
      border-color: transparent #25303d;
      display: block;
      width: 0;
      z-index: 1;
      right: 0px;
      top: 50%;
      margin-top: -35px; }
    .node-type-leeftijdsfase .group-subbox .field-name-field-subafbeelding img {
      width: 100%;
      height: auto;
      float: left; }

.node-type-leeftijdsfase #block-views-leeftijdsfase-tips-block {
  overflow: hidden;
  background-color: #eeeeee; }

.node-type-leeftijdsfase .view-leeftijdsfase-tips {
  max-width: 1366px;
  width: 100%;
  margin: 75px auto;
  position: relative;
  overflow: hidden; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips ul li {
    list-style: none; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1,
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-titel {
    width: 35%;
    float: left;
    clear: left;
    box-sizing: border-box; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .field-name-field-usp-subtitel {
    padding-right: 30px;
    box-sizing: border-box; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-titel {
    min-height: 130px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-titel h3 {
      font-size: 40px;
      line-height: 48px;
      padding-right: 60px;
      box-sizing: border-box;
      color: #343434; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 {
    padding-right: 60px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 li {
      margin: 0 0 0 0;
      border-bottom: 1px solid #eeeeee;
      font-size: 22px;
      line-height: 60px;
      transition: all 0.3s; }
      .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 li:hover, .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 li.selected {
        color: #e5322d;
        font-weight: bold;
        cursor: pointer; }
      .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 li:hover {
        opacity: 0.8; }
      .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips-1 li.last {
        border-bottom: 0 none; }
  .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips {
    width: 65%;
    float: right;
    margin-top: -130px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips ul {
      max-height: 475px;
      width: 100%;
      overflow: hidden; }
    .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips li .field-name-field-quote-afbeelding {
      margin-bottom: 20px; }
      .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips li .field-name-field-quote-afbeelding img {
        width: 100%;
        height: auto; }
    .node-type-leeftijdsfase .view-leeftijdsfase-tips .views-field-field-tips li a {
      color: #e5322d; }

.node-type-leeftijdsfase .view-leeftijdsfase-verzorging {
  width: 100%;
  float: left;
  background: #98c010 url("../images/leeftijdsfase-verzorging.jpg") center center no-repeat;
  background-size: cover; }
  .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .view-content {
    max-width: 1366px;
    width: 100%;
    margin: 75px auto;
    position: relative;
    overflow: hidden;
    color: #ffffff; }
  .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-tekst {
    margin-bottom: 40px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-tekst h2 {
      font-size: 44px;
      margin-bottom: 30px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-tekst p {
      font-size: 24px;
      line-height: 32px; }
  .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s ul, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items ul {
    text-align: center; }
  .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li {
    list-style: none;
    display: inline-block;
    padding: 0 40px;
    max-width: 250px;
    width: 33%; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li.first, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li.first {
      padding-left: 0; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li.last, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li.last {
      padding-right: 0; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li img, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li img {
      border-radius: 125px;
      box-sizing: border-box;
      -moz-box-shadow: inset 0 0 0 10px #ffffff;
      box-shadow: inset 0 0 0 10px #ffffff;
      border: 4px solid #ffffff; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li .field-name-field-usp-subtitel, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li .field-name-field-usp-subtitel {
      font-size: 24px;
      line-height: 32px;
      box-sizing: border-box;
      width: 100%; }
    .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-usp-s li .field-name-field-usp-link, .node-type-leeftijdsfase .view-leeftijdsfase-verzorging .views-field-field-verzorging-items li .field-name-field-usp-link {
      display: none; }

.node-type-leeftijdsfase #block-views-leeftijdsfase-eigenaren-block {
  overflow: hidden; }

.node-type-leeftijdsfase .view-leeftijdsfase-eigenaren {
  margin: 40px 0; }
  .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-header {
    color: #343434; }
    .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-header h4 {
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 20px; }
    .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-header h2 {
      font-size: 44px;
      margin-bottom: 40px; }
  .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row {
      width: 50%;
      float: left;
      padding: 0 15px;
      box-sizing: border-box;
      position: relative; }
      .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row:hover .views-field-field-youtube-video .field-content:after {
        opacity: 0.8; }
      .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 0 15px;
        box-sizing: border-box;
        cursor: pointer; }
        .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video .field-content {
          background-color: #25303d;
          overflow: hidden;
          position: relative; }
          .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video .field-content:after {
            content: "";
            height: 100%;
            width: 100%;
            background-color: #000;
            opacity: 0.5;
            position: absolute;
            top: 0;
            left: 0;
            transition: opacity 0.3s; }
        .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video img {
          width: 100%;
          height: auto;
          float: left; }
      .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-usp-titel {
        position: relative;
        z-index: 5;
        text-align: center;
        width: 100%;
        margin-top: 10%;
        color: #ffffff;
        font-size: 26px; }
        .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-usp-titel h3:before {
          content: "";
          width: 76px;
          height: 99px;
          background: transparent url("../images/icon-microphone.png") center center no-repeat;
          background-size: cover;
          display: block;
          margin: 0 auto 20px; }
      .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-usp-subtitel {
        position: relative;
        z-index: 5;
        text-align: center;
        width: 100%;
        margin-top: 30px;
        color: #ffffff;
        box-sizing: border-box;
        padding: 0 20%; }
      .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video-1 {
        position: relative;
        z-index: 5;
        text-align: center;
        width: 100%;
        margin: 10px 0 50px;
        color: #ffffff;
        box-sizing: border-box;
        padding: 0 20%; }
        .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video-1 a {
          text-decoration: none;
          outline: 0; }
          .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video-1 a:focus {
            outline: 0; }
          .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video-1 a:before {
            content: "Speel video af ";
            color: #98c010;
            opacity: 1;
            padding-right: 30px;
            background: transparent url("../images/icon-play.png") center right no-repeat;
            background-size: 24px 24px;
            height: 24px;
            line-height: 24px;
            display: inline-block; }
        .node-type-leeftijdsfase .view-leeftijdsfase-eigenaren .view-content .views-row .views-field-field-youtube-video-1 img {
          opacity: 0;
          display: none; }

.node-type-leeftijdsfase .leeftijdsfase-submenu {
  width: 100%; }
  .node-type-leeftijdsfase .leeftijdsfase-submenu ul {
    list-style: none;
    text-align: center;
    width: 100%; }
    .node-type-leeftijdsfase .leeftijdsfase-submenu ul li {
      display: inline-block;
      padding: 0 20px; }
      .node-type-leeftijdsfase .leeftijdsfase-submenu ul li a {
        color: #6a6a6a;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        transition: all 0.3s; }
        .node-type-leeftijdsfase .leeftijdsfase-submenu ul li a:hover {
          color: #343434; }

#colorbox {
  background-color: #98c010 !important;
  background-image: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  #colorbox #cboxCurrent {
    color: #ffffff;
    border-left: 0 none;
    bottom: -31px; }



.node-type-ontdek-prins .main-spanner .block-center {
  max-width: 100%; }

.node-type-ontdek-prins .view-header-vacature {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-startafbeelding,
  .node-type-ontdek-prins .view-header-vacature .home-bg-image,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 1; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat.active,
  .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat.active video,
    .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat.active ul li,
    .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.first,
      .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.last,
      .node-type-ontdek-prins .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .node-type-ontdek-prins .view-header-vacature video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }
  .node-type-ontdek-prins .view-header-vacature .views-field-field-startafbeelding.video-under-it {
    opacity: 1; }

.node-type-ontdek-prins #block-system-main .field {
  width: 100%; }
  .node-type-ontdek-prins #block-system-main .field.field-type-youtube .field-items, .node-type-ontdek-prins #block-system-main .field.field-name-field-vimeo-video .field-items {
    max-width: 100%; }
    .node-type-ontdek-prins #block-system-main .field.field-type-youtube .field-items .youtube-container--responsive, .node-type-ontdek-prins #block-system-main .field.field-name-field-vimeo-video .field-items .youtube-container--responsive {
      padding-bottom: 40%; }
    .node-type-ontdek-prins #block-system-main .field.field-type-youtube .field-items iframe, .node-type-ontdek-prins #block-system-main .field.field-type-youtube .field-items video, .node-type-ontdek-prins #block-system-main .field.field-name-field-vimeo-video .field-items iframe, .node-type-ontdek-prins #block-system-main .field.field-name-field-vimeo-video .field-items video {
      height: 650px;
      background-color: #000;
      float: left;
      width: 100%; }
  .node-type-ontdek-prins #block-system-main .field.field-name-field-vimeo-video {
    overflow: hidden;
    width: 100%;
    height: 650px; }
  .node-type-ontdek-prins #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-ontdek-prins #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-ontdek-prins #block-system-main .field.field-name-field-headertekst h1 {
      color: #ffffff;
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 44px; }
    .node-type-ontdek-prins #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-ontdek-prins #block-system-main .field.field-name-field-usp-s {
    background-color: #25303d;
    padding: 20px 0 40px;
    overflow: hidden; }
    .node-type-ontdek-prins #block-system-main .field.field-name-field-usp-s > .field-items > .field-item {
      width: 25%;
      float: left;
      text-align: center;
      color: #ffffff; }
      .node-type-ontdek-prins #block-system-main .field.field-name-field-usp-s > .field-items > .field-item img {
        max-width: 150px;
        height: auto; }
      .node-type-ontdek-prins #block-system-main .field.field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-titel {
        font-weight: bold; }
      .node-type-ontdek-prins #block-system-main .field.field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-subtitel {
        padding: 0 20px;
        box-sizing: border-box; }
  .node-type-ontdek-prins #block-system-main .field.field-name-body {
    padding: 40px 0 0;
    margin-bottom: 20px;
    box-sizing: border-box; }
    @media all and (max-width: 808px) {
      .node-type-ontdek-prins #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-ontdek-prins #block-system-main .field.field-name-body p,
    .node-type-ontdek-prins #block-system-main .field.field-name-body h2,
    .node-type-ontdek-prins #block-system-main .field.field-name-body h3,
    .node-type-ontdek-prins #block-system-main .field.field-name-body h4,
    .node-type-ontdek-prins #block-system-main .field.field-name-body ol,
    .node-type-ontdek-prins #block-system-main .field.field-name-body ul,
    .node-type-ontdek-prins #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-ontdek-prins #block-system-main .field.field-name-body ol,
      .node-type-ontdek-prins #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-ontdek-prins #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-ontdek-prins #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-ontdek-prins #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-ontdek-prins #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-ontdek-prins #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-ontdek-prins #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-ontdek-prins #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-ontdek-prins #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-ontdek-prins #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-ontdek-prins #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-ontdek-prins #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-ontdek-prins #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-ontdek-prins #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-ontdek-prins #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }
    .node-type-ontdek-prins #block-system-main .field.field-name-body .field-item > *:nth-last-child(1) {
      padding-bottom: 40px;
      border-bottom: 1px solid #eeeeee; }

.footer #block-views-meer-artikelen-over-block-1 {
  width: 100%;
  float: left;
  margin: 80px 0; }
  .footer #block-views-meer-artikelen-over-block-1 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #343434; }
  .footer #block-views-meer-artikelen-over-block-1 .view-header {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
    color: #343434; }
    .footer #block-views-meer-artikelen-over-block-1 .view-header p {
      font-weight: 700; }
  .footer #block-views-meer-artikelen-over-block-1 .content {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
    position: relative; }



.node-type-tekstpagina .view-header-vacature {
  width: 100%;
  height: 650px;
  position: relative;
  background-color: #25303d; }
  .node-type-tekstpagina .view-header-vacature .views-field-field-startafbeelding, .node-type-tekstpagina .view-header-vacature .home-bg-image {
    width: 100%;
    height: 650px;
    background-position: center center;
    position: relative;
    opacity: 1; }

.node-type-tekstpagina .main-spanner .block-center {
  max-width: 100%; }

.node-type-tekstpagina #block-system-main .field {
  width: 100%; }
  .node-type-tekstpagina #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-tekstpagina #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-tekstpagina #block-system-main .field.field-name-field-headertekst h1 {
      color: #ffffff;
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 44px; }
    .node-type-tekstpagina #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-tekstpagina #block-system-main .field.field-name-body {
    box-sizing: border-box;
    padding: 40px 0 0;
    margin-bottom: 20px;
    margin-bottom: 40px; }
    @media all and (max-width: 808px) {
      .node-type-tekstpagina #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-tekstpagina #block-system-main .field.field-name-body p,
    .node-type-tekstpagina #block-system-main .field.field-name-body h2,
    .node-type-tekstpagina #block-system-main .field.field-name-body h3,
    .node-type-tekstpagina #block-system-main .field.field-name-body h4,
    .node-type-tekstpagina #block-system-main .field.field-name-body ol,
    .node-type-tekstpagina #block-system-main .field.field-name-body ul,
    .node-type-tekstpagina #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-tekstpagina #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-tekstpagina #block-system-main .field.field-name-body ol,
      .node-type-tekstpagina #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-tekstpagina #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-tekstpagina #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-tekstpagina #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-tekstpagina #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-tekstpagina #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-tekstpagina #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-tekstpagina #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-tekstpagina #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-tekstpagina #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-tekstpagina #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-tekstpagina #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-tekstpagina #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-tekstpagina #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-tekstpagina #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-tekstpagina #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-tekstpagina #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-tekstpagina #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-tekstpagina #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-tekstpagina #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }

.node-type-tekstpagina .second-main .block {
  max-width: 100%; }

.node-type-tekstpagina #block-views-alle-vacatures-block {
  background-color: #98c010;
  color: #ffffff;
  padding: 40px 0;
  overflow: hidden; }
  .node-type-tekstpagina #block-views-alle-vacatures-block h2, .node-type-tekstpagina #block-views-alle-vacatures-block .view-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-tekstpagina #block-views-alle-vacatures-block h2 {
    margin-bottom: 30px;
    font-size: 34px; }
  .node-type-tekstpagina #block-views-alle-vacatures-block .view-content {
    border-top: 2px solid rgba(255, 255, 255, 0.5); }
  .node-type-tekstpagina #block-views-alle-vacatures-block .views-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .node-type-tekstpagina #block-views-alle-vacatures-block .views-row .views-field-title {
      float: left;
      font-weight: bold; }
    .node-type-tekstpagina #block-views-alle-vacatures-block .views-row .views-field-view-node {
      float: right;
      font-size: 16px; }
      .node-type-tekstpagina #block-views-alle-vacatures-block .views-row .views-field-view-node a {
        transition: all 0.3s; }
    .node-type-tekstpagina #block-views-alle-vacatures-block .views-row a {
      color: #ffffff;
      text-decoration: none; }
    .node-type-tekstpagina #block-views-alle-vacatures-block .views-row:hover .views-field-view-node {
      line-height: 37px; }
      .node-type-tekstpagina #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a {
        background-color: #e5322d;
        color: #ffffff;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px;
        border-radius: 17.5px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px; }
        .node-type-tekstpagina #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a:hover {
          color: #ffffff;
          opacity: 0.7; }



.node-type-nieuws .view-header-vacature {
  width: 100%;
  height: 450px;
  position: relative;
  background-color: #25303d; }
  .node-type-nieuws .view-header-vacature .views-field-field-startafbeelding, .node-type-nieuws .view-header-vacature .home-bg-image {
    width: 100%;
    height: 450px;
    position: relative;
    opacity: 1; }

.node-type-nieuws #main {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }
  .node-type-nieuws #main .main-content h1, .node-type-nieuws #main .main-content #block-system-main {
    width: 67%;
    float: left; }
  .node-type-nieuws #main .main-content #block-views-alle-nieuws-block {
    float: left;
    width: 33%;
    margin-top: -35px;
    box-sizing: border-box;
    padding-left: 40px; }
    .node-type-nieuws #main .main-content #block-views-alle-nieuws-block h2 {
      color: #343434;
      font-size: 36px;
      margin-bottom: 20px; }
    .node-type-nieuws #main .main-content #block-views-alle-nieuws-block .view-content .views-row {
      font-size: 24px;
      padding: 10px 0 20px;
      border-bottom: 3px solid #eeeeee;
      margin-bottom: 10px; }
      .node-type-nieuws #main .main-content #block-views-alle-nieuws-block .view-content .views-row a {
        color: #343434;
        text-decoration: none; }

.node-type-nieuws .second-main .block-center {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }

.node-type-nieuws .region-second-main .nieuws-footer {
  width: 67%;
  float: left; }
  .node-type-nieuws .region-second-main .nieuws-footer .at-share-btn-elements {
    text-align: right; }
    .node-type-nieuws .region-second-main .nieuws-footer .at-share-btn-elements .at-share-btn {
      background-color: #97c00e !important; }
  .node-type-nieuws .region-second-main .nieuws-footer .block-center {
    border-top: 3px solid #eeeeee;
    padding-top: 40px;
    margin-top: 20px; }
  .node-type-nieuws .region-second-main .nieuws-footer .content {
    padding: 50px 0;
    font-size: 20px; }
    .node-type-nieuws .region-second-main .nieuws-footer .content p {
      margin: 0 auto;
      margin-bottom: 50px;
      line-height: 30px;
      text-align: center; }
      .node-type-nieuws .region-second-main .nieuws-footer .content p:nth-child(1) {
        color: #343434; }
      .node-type-nieuws .region-second-main .nieuws-footer .content p:nth-child(2) {
        padding: 0 30px;
        box-sizing: border-box; }
    .node-type-nieuws .region-second-main .nieuws-footer .content .auteur_team_contact {
      list-style: none;
      margin: 20px auto 60px;
      background-color: #25303d;
      height: 80px;
      line-height: 80px;
      text-align: center;
      color: #ffffff; }
      .node-type-nieuws .region-second-main .nieuws-footer .content .auteur_team_contact li {
        display: inline-block;
        padding: 0 30px; }

.node-type-nieuws h1 {
  color: #343434;
  margin: 40px 0 0;
  font-size: 36px;
  line-height: 44px; }

.node-type-nieuws .main-spanner .block-center {
  max-width: 100%; }

.node-type-nieuws #block-system-main .field {
  width: 100%; }
  .node-type-nieuws #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-nieuws #block-system-main .field.field-name-field-subtitel {
    color: #6a6a6a;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    box-sizing: border-box;
    padding-right: 130px;
    margin-top: 20px; }
  .node-type-nieuws #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-nieuws #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-nieuws #block-system-main .field.field-name-body {
    box-sizing: border-box;
    padding: 40px 0 0;
    margin-bottom: 20px;
    margin-bottom: 40px; }
    @media all and (max-width: 808px) {
      .node-type-nieuws #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-nieuws #block-system-main .field.field-name-body p,
    .node-type-nieuws #block-system-main .field.field-name-body h2,
    .node-type-nieuws #block-system-main .field.field-name-body h3,
    .node-type-nieuws #block-system-main .field.field-name-body h4,
    .node-type-nieuws #block-system-main .field.field-name-body ol,
    .node-type-nieuws #block-system-main .field.field-name-body ul,
    .node-type-nieuws #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-nieuws #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-nieuws #block-system-main .field.field-name-body ol,
      .node-type-nieuws #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-nieuws #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-nieuws #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-nieuws #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-nieuws #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-nieuws #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-nieuws #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-nieuws #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-nieuws #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-nieuws #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-nieuws #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-nieuws #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-nieuws #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-nieuws #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-nieuws #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-nieuws #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-nieuws #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-nieuws #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-nieuws #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-nieuws #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }

.node-type-nieuws .second-main .block {
  max-width: 100%; }

.node-type-nieuws #block-views-alle-vacatures-block {
  background-color: #98c010;
  color: #ffffff;
  padding: 40px 0;
  overflow: hidden; }
  .node-type-nieuws #block-views-alle-vacatures-block h2, .node-type-nieuws #block-views-alle-vacatures-block .view-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-nieuws #block-views-alle-vacatures-block h2 {
    margin-bottom: 30px;
    font-size: 34px; }
  .node-type-nieuws #block-views-alle-vacatures-block .view-content {
    border-top: 2px solid rgba(255, 255, 255, 0.5); }
  .node-type-nieuws #block-views-alle-vacatures-block .views-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .node-type-nieuws #block-views-alle-vacatures-block .views-row .views-field-title {
      float: left;
      font-weight: bold; }
    .node-type-nieuws #block-views-alle-vacatures-block .views-row .views-field-view-node {
      float: right;
      font-size: 16px; }
      .node-type-nieuws #block-views-alle-vacatures-block .views-row .views-field-view-node a {
        transition: all 0.3s; }
    .node-type-nieuws #block-views-alle-vacatures-block .views-row a {
      color: #ffffff;
      text-decoration: none; }
    .node-type-nieuws #block-views-alle-vacatures-block .views-row:hover .views-field-view-node {
      line-height: 37px; }
      .node-type-nieuws #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a {
        background-color: #e5322d;
        color: #ffffff;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px;
        border-radius: 17.5px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px; }
        .node-type-nieuws #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a:hover {
          color: #ffffff;
          opacity: 0.7; }



.node-type-vacature .view-header-vacature {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-vacature .view-header-vacature .views-field-field-startafbeelding,
  .node-type-vacature .view-header-vacature .home-bg-image,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 1; }
  .node-type-vacature .view-header-vacature .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .node-type-vacature .view-header-vacature .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat.active,
  .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat.active video,
    .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat.active ul li,
    .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.first,
      .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.last,
      .node-type-vacature .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .node-type-vacature .view-header-vacature video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }

.node-type-vacature .main-spanner .block-center {
  max-width: 100%; }

.node-type-vacature #block-system-main .field {
  width: 100%; }
  .node-type-vacature #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-vacature #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-vacature #block-system-main .field.field-name-field-headertekst h1 {
      color: #ffffff;
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 44px; }
    .node-type-vacature #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-vacature #block-system-main .field.field-name-body {
    box-sizing: border-box;
    padding: 40px 0 0;
    margin-bottom: 20px;
    margin-bottom: 40px; }
    @media all and (max-width: 808px) {
      .node-type-vacature #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-vacature #block-system-main .field.field-name-body p,
    .node-type-vacature #block-system-main .field.field-name-body h2,
    .node-type-vacature #block-system-main .field.field-name-body h3,
    .node-type-vacature #block-system-main .field.field-name-body h4,
    .node-type-vacature #block-system-main .field.field-name-body ol,
    .node-type-vacature #block-system-main .field.field-name-body ul,
    .node-type-vacature #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-vacature #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-vacature #block-system-main .field.field-name-body ol,
      .node-type-vacature #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-vacature #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-vacature #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-vacature #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-vacature #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-vacature #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-vacature #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-vacature #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-vacature #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-vacature #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-vacature #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-vacature #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-vacature #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-vacature #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-vacature #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-vacature #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-vacature #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-vacature #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-vacature #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-vacature #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }

.node-type-vacature .second-main .block {
  max-width: 100%; }

.node-type-vacature #block-views-alle-vacatures-block {
  background-color: #98c010;
  color: #ffffff;
  padding: 40px 0;
  overflow: hidden; }
  .node-type-vacature #block-views-alle-vacatures-block h2, .node-type-vacature #block-views-alle-vacatures-block .view-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-vacature #block-views-alle-vacatures-block h2 {
    margin-bottom: 30px;
    font-size: 34px; }
  .node-type-vacature #block-views-alle-vacatures-block .view-content {
    border-top: 2px solid rgba(255, 255, 255, 0.5); }
  .node-type-vacature #block-views-alle-vacatures-block .views-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .node-type-vacature #block-views-alle-vacatures-block .views-row .views-field-title {
      float: left;
      font-weight: bold; }
    .node-type-vacature #block-views-alle-vacatures-block .views-row .views-field-view-node {
      float: right;
      font-size: 16px; }
      .node-type-vacature #block-views-alle-vacatures-block .views-row .views-field-view-node a {
        transition: all 0.3s; }
    .node-type-vacature #block-views-alle-vacatures-block .views-row a {
      color: #ffffff;
      text-decoration: none; }
    .node-type-vacature #block-views-alle-vacatures-block .views-row:hover .views-field-view-node {
      line-height: 37px; }
      .node-type-vacature #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a {
        background-color: #e5322d;
        color: #ffffff;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px;
        border-radius: 17.5px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px; }
        .node-type-vacature #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a:hover {
          color: #ffffff;
          opacity: 0.7; }



.node-type-webform .view-header-vacature {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-webform .view-header-vacature .views-field-field-startafbeelding, .node-type-webform .view-header-vacature .home-bg-image {
    width: 100%;
    height: 450px;
    position: relative;
    opacity: 1; }

.node-type-webform h1.rtecenter {
  text-align: center; }

.node-type-webform .main-spanner .block-center {
  max-width: 100%; }

.node-type-webform .field-collection-container {
  margin-bottom: 0;
  border-bottom: 0 none; }

.node-type-webform.page-node-8099 #block-system-main .columns,
.node-type-webform.page-node-9285 #block-system-main .columns,
.node-type-webform.page-node-5022 #block-system-main .columns {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media all and (min-width: 1366px) {
    .node-type-webform.page-node-8099 #block-system-main .columns .column-left,
    .node-type-webform.page-node-9285 #block-system-main .columns .column-left,
    .node-type-webform.page-node-5022 #block-system-main .columns .column-left {
      width: 225px;
      position: absolute;
      z-index: 9;
      transform: translateX(20px); }
      .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01,
      .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01,
      .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 {
        margin: 0 0 0;
        width: 100% !important; } }
  .node-type-webform.page-node-8099 #block-system-main .columns .column-left h2,
  .node-type-webform.page-node-9285 #block-system-main .columns .column-left h2,
  .node-type-webform.page-node-5022 #block-system-main .columns .column-left h2 {
    text-align: center; }
  .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01,
  .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01,
  .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
    .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 h4,
    .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 h4,
    .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 h4 {
      margin-bottom: 0; }
    .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul,
    .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul,
    .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul {
      font-weight: 600;
      padding: 10px 20px;
      display: block;
      border-radius: 8px;
      margin-bottom: 0;
      background: #84a907; }
      .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li,
      .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li,
      .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li {
        margin-left: 0; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li:before {
          display: inline-block;
          position: static;
          vertical-align: middle;
          margin-right: 5px; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li.phone:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li.phone:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li.phone:before {
          background: transparent url("../images/careteam-telefoon.png") center center no-repeat;
          background-size: contain; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li.contactform:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li.contactform:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li.contactform:before {
          background: transparent url("../images/careteam-formulier.png") center center no-repeat;
          background-size: contain; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li.chat:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li.chat:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li.chat:before {
          background: transparent url("../images/careteam-chat.png") center center no-repeat;
          background-size: contain; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li.facebook:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li.facebook:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li.facebook:before {
          background: transparent url("../images/careteam-facebook.png") center center no-repeat;
          background-size: contain; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li.whatsapp:before,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li.whatsapp:before,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li.whatsapp:before {
          background: transparent url("../images/careteam-whatsapp.png") center center no-repeat;
          background-size: contain; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-left .callout01 ul li a,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-left .callout01 ul li a,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-left .callout01 ul li a {
          color: #fff;
          text-decoration: none; }
  @media all and (min-width: 1366px) {
    .node-type-webform.page-node-8099 #block-system-main .columns.sticky .column-left,
    .node-type-webform.page-node-9285 #block-system-main .columns.sticky .column-left,
    .node-type-webform.page-node-5022 #block-system-main .columns.sticky .column-left {
      position: fixed;
      top: 70px; } }
  @media all and (min-width: 1366px) {
    .node-type-webform.page-node-8099 #block-system-main .columns.sticky-end .column-left,
    .node-type-webform.page-node-9285 #block-system-main .columns.sticky-end .column-left,
    .node-type-webform.page-node-5022 #block-system-main .columns.sticky-end .column-left {
      position: absolute;
      top: auto;
      bottom: 20px; } }
  .node-type-webform.page-node-8099 #block-system-main .columns .column-right,
  .node-type-webform.page-node-9285 #block-system-main .columns .column-right,
  .node-type-webform.page-node-5022 #block-system-main .columns .column-right {
    width: 100%; }
    @media all and (min-width: 1366px) {
      .node-type-webform.page-node-8099 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view,
      .node-type-webform.page-node-9285 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view,
      .node-type-webform.page-node-5022 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view {
        max-width: 1280px;
        box-sizing: border-box;
        padding-left: 250px; }
        .node-type-webform.page-node-8099 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view .view-mode-full,
        .node-type-webform.page-node-9285 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view .view-mode-full,
        .node-type-webform.page-node-5022 #block-system-main .columns .column-right .field.field-name-field-blokken > .field-items > .field-item .field-collection-view .view-mode-full {
          display: flex; } }

.node-type-webform .view-careteam-header {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-webform .view-careteam-header .views-field-field-startafbeelding,
  .node-type-webform .view-careteam-header .home-bg-image,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 400px;
    position: relative;
    opacity: 1; }
  .node-type-webform .view-careteam-header .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .node-type-webform .view-careteam-header .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat.active,
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat.active video,
    .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat.active ul li,
    .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat.active ul li.first,
      .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .node-type-webform .view-careteam-header .views-field-field-vimeo-video-kat.active ul li.last,
      .node-type-webform .view-careteam-header .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .node-type-webform .view-careteam-header video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }
  .node-type-webform .view-careteam-header .views-field-field-startafbeelding.video-under-it {
    opacity: 1; }
    .node-type-webform .view-careteam-header .views-field-field-startafbeelding.video-under-it.hide {
      opacity: 0; }
  .node-type-webform .view-careteam-header .views-field-field-vimeo-video:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    background: transparent url("../images/icon-play.png") center center no-repeat;
    cursor: pointer; }
  .node-type-webform .view-careteam-header.fullscreen .views-field-field-vimeo-video:before {
    content: none; }
  .node-type-webform .view-careteam-header.fullscreen .views-field-field-vimeo-video {
    height: 80vh; }
    .node-type-webform .view-careteam-header.fullscreen .views-field-field-vimeo-video video {
      margin-top: -40px !important; }
    @media all and (min-width: 1500px) {
      .node-type-webform .view-careteam-header.fullscreen .views-field-field-vimeo-video {
        background-color: #084157; }
        .node-type-webform .view-careteam-header.fullscreen .views-field-field-vimeo-video video {
          width: 1415px;
          margin: 0 auto;
          display: block;
          float: none; } }

.node-type-webform #block-system-main .field {
  width: 100%; }
  .node-type-webform #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-webform #block-system-main .field.field-name-field-youtube-video .field-items {
    max-width: 100%; }
  .node-type-webform #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-webform #block-system-main .field.field-name-field-headertekst h1 {
      color: #ffffff;
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 44px; }
    .node-type-webform #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-webform #block-system-main .field.field-name-field-link {
    background-color: #eeeeee;
    padding: 20px 0;
    text-align: center; }
    .node-type-webform #block-system-main .field.field-name-field-link a.cta {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none;
      padding: 8px 30px;
      font-size: 20px;
      font-weight: bold; }
      .node-type-webform #block-system-main .field.field-name-field-link a.cta:hover {
        color: #ffffff;
        opacity: 0.7; }
      .node-type-webform #block-system-main .field.field-name-field-link a.cta:after {
        content: " \203A ";
        transition: all 0.3s; }
      .node-type-webform #block-system-main .field.field-name-field-link a.cta:hover:after {
        padding-left: 5px; }
  .node-type-webform #block-system-main .field.field-name-title .field-items {
    max-width: 800px;
    margin-top: 40px; }
  .node-type-webform #block-system-main .field.field-name-field-usp-s {
    background-color: #25303d;
    padding: 20px 0 40px;
    overflow: hidden; }
    .node-type-webform #block-system-main .field.field-name-field-usp-s .field-collection-view {
      border-bottom: 0 none; }
    .node-type-webform #block-system-main .field.field-name-field-usp-s > .field-items > .field-item {
      width: 25%;
      float: left;
      text-align: center;
      color: #ffffff; }
      @media all and (max-width: 1023px) {
        .node-type-webform #block-system-main .field.field-name-field-usp-s > .field-items > .field-item {
          width: 50%; } }
      .node-type-webform #block-system-main .field.field-name-field-usp-s > .field-items > .field-item img {
        max-width: 100px;
        height: auto; }
      .node-type-webform #block-system-main .field.field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-titel {
        font-weight: bold;
        max-width: 155px;
        margin: 0 auto; }
      .node-type-webform #block-system-main .field.field-name-field-usp-s > .field-items > .field-item .field-name-field-usp-subtitel {
        padding: 0 20px;
        box-sizing: border-box; }
  .node-type-webform #block-system-main .field.field-name-body {
    box-sizing: border-box;
    padding: 40px 0 0;
    margin-bottom: 20px;
    margin-bottom: 40px; }
    @media all and (max-width: 808px) {
      .node-type-webform #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-webform #block-system-main .field.field-name-body p,
    .node-type-webform #block-system-main .field.field-name-body h2,
    .node-type-webform #block-system-main .field.field-name-body h3,
    .node-type-webform #block-system-main .field.field-name-body h4,
    .node-type-webform #block-system-main .field.field-name-body ol,
    .node-type-webform #block-system-main .field.field-name-body ul,
    .node-type-webform #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-webform #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-webform #block-system-main .field.field-name-body ol,
      .node-type-webform #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-webform #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-webform #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-webform #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-webform #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-webform #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-webform #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-webform #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-webform #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-webform #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-webform #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-webform #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-webform #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-webform #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-webform #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-webform #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-webform #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-webform #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-webform #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-webform #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }
  .node-type-webform #block-system-main .field.field-name-field-blokken {
    padding-top: 0px; }
    .node-type-webform #block-system-main .field.field-name-field-blokken > .field-items {
      max-width: 100%;
      width: 100%; }
      .node-type-webform #block-system-main .field.field-name-field-blokken > .field-items > .field-item {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .node-type-webform #block-system-main .field.field-name-field-blokken > .field-items > .field-item:nth-child(even) {
          background-color: #eeeeee; }
        .node-type-webform #block-system-main .field.field-name-field-blokken > .field-items > .field-item .field-collection-view {
          max-width: 1024px;
          width: 100%;
          margin: 0 auto;
          position: relative; }
    .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-view {
      border-bottom: 0 none;
      padding: 40px 0;
      max-width: 1366px;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
    @media all and (max-width: calc(1366px + 40px)) {
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-item {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box; }
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.even .group-left {
          padding-right: 20px;
          padding-left: 0;
          box-sizing: border-box; }
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.even .group-right {
          padding-left: 30px; }
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.even .group-right .field-item {
            padding-left: 0; } }
    @media all and (min-width: 768px) {
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.odd .field-collection-item-field-blokken {
        display: flex; }
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-left {
          order: 2;
          padding-left: 20px; }
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-left img {
            float: right; }
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-right {
          order: 1;
          padding-left: 0;
          padding-right: 20px; } }
    .node-type-webform #block-system-main .field.field-name-field-blokken .field-name-field-blok-titel {
      margin-bottom: 5px; }
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-name-field-blok-titel h2 {
        font-size: 18px;
        margin-bottom: 0; }
    .node-type-webform #block-system-main .field.field-name-field-blokken .field-name-field-blok-afbeelding img {
      max-width: 100%;
      height: auto; }
    .node-type-webform #block-system-main .field.field-name-field-blokken .field-name-field-blok-tekst p {
      margin-bottom: 10px; }
    .node-type-webform #block-system-main .field.field-name-field-blokken .field-item {
      margin-bottom: 0; }
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-item .group-left {
        width: 50%; }
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-item .group-right {
        width: 50%; }
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-item .group-right {
        padding-left: 40px;
        box-sizing: border-box; }
    @media all and (max-width: 767px) {
      .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken {
        display: block; }
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-left,
        .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-right {
          width: 100%;
          padding-right: 0; }
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-left .field-item,
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-right .field-item {
            padding-left: 0;
            padding-right: 0; }
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-left img,
          .node-type-webform #block-system-main .field.field-name-field-blokken .field-collection-item-field-blokken .group-right img {
            margin-bottom: 15px; } }

.node-type-webform .second-main .block {
  max-width: 100%; }

.node-type-webform .node .content ul.menu {
  background-color: #ffffff;
  border-right: 0 none;
  max-width: 100%;
  padding: 20px auto 0;
  display: block;
  height: 43px;
  text-align: center; }
  .node-type-webform .node .content ul.menu li {
    border-right: 0 none;
    display: inline-block;
    float: none;
    background-color: #ffffff;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: normal;
    padding: 7px 25px !important;
    border: 0 none;
    margin-top: 1px;
    margin-left: 0; }
    .node-type-webform .node .content ul.menu li.active-trail, .node-type-webform .node .content ul.menu li:hover {
      background-color: #454f5a;
      margin-bottom: 0 !important;
      color: #ffffff; }
      .node-type-webform .node .content ul.menu li.active-trail a, .node-type-webform .node .content ul.menu li:hover a {
        color: #ffffff; }
    .node-type-webform .node .content ul.menu li a {
      color: #6a6a6a;
      text-decoration: none; }

.block-webform {
  background-color: #454f5a;
  padding: 40px 0 40px;
  max-width: 100% !important; }
  .block-webform h2 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
    text-align: center; }
  .block-webform .webform-client-form > div {
    max-width: 820px; }
    .block-webform .webform-client-form > div .form-actions input {
      margin-left: 20%; }

.webform-client-form {
  background-color: #454f5a;
  padding: 80px 0 40px; }
  .webform-client-form.webform-client-form-5022 .form-item.webform-component--postcode, .webform-client-form.webform-client-form-5022 .form-item.webform-component--naam-huisdier, .webform-client-form.webform-client-form-5022 .form-item.webform-component--ras-huisdier, .webform-client-form.webform-client-form-5022 .form-item.webform-component--adres {
    display: none; }
  .webform-client-form > div {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .webform-client-form > div fieldset {
      border: 0 none;
      margin: 0 0 0 0;
      padding: 0 0 10px 0; }
      .webform-client-form > div fieldset legend {
        font-weight: bold;
        margin: 0 auto 15px;
        max-width: 980px;
        width: 100%; }
    .webform-client-form > div .form-item {
      color: #ffffff;
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative;
      overflow: hidden; }
      .webform-client-form > div .form-item.webform-component--naam-huisdier, .webform-client-form > div .form-item.webform-component--ras-huisdier {
        display: none; }
      .webform-client-form > div .form-item h2 {
        text-align: center; }
      .webform-client-form > div .form-item label {
        width: 20%;
        display: block;
        float: left; }
      .webform-client-form > div .form-item input, .webform-client-form > div .form-item select, .webform-client-form > div .form-item textarea {
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        border: 0 none;
        border-radius: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding: 0 13px;
        outline: none; }
        .webform-client-form > div .form-item input ::-webkit-input-placeholder, .webform-client-form > div .form-item select ::-webkit-input-placeholder, .webform-client-form > div .form-item textarea ::-webkit-input-placeholder {
          
          color: #ffffff; }
        .webform-client-form > div .form-item input :-moz-placeholder, .webform-client-form > div .form-item select :-moz-placeholder, .webform-client-form > div .form-item textarea :-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .webform-client-form > div .form-item input ::-moz-placeholder, .webform-client-form > div .form-item select ::-moz-placeholder, .webform-client-form > div .form-item textarea ::-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .webform-client-form > div .form-item input :-ms-input-placeholder, .webform-client-form > div .form-item select :-ms-input-placeholder, .webform-client-form > div .form-item textarea :-ms-input-placeholder {
          
          color: #ffffff; }
        .webform-client-form > div .form-item input[name="emailaddress"], .webform-client-form > div .form-item select[name="emailaddress"], .webform-client-form > div .form-item textarea[name="emailaddress"] {
          width: 300px;
          background-color: #b7d257;
          color: #ffffff;
          margin-right: 10px;
          -moz-appearance: textfield;
          -webkit-appearance: textfield;
          appearance: textfield; }
        .webform-client-form > div .form-item input[type="file"], .webform-client-form > div .form-item select[type="file"], .webform-client-form > div .form-item textarea[type="file"] {
          height: 21px !important;
          line-height: 19px !important;
          padding-left: 0;
          border-radius: 0 !important;
          margin-top: 5px; }
      .webform-client-form > div .form-item.webform-component-textarea label {
        float: left; }
      .webform-client-form > div .form-item .form-textarea-wrapper {
        width: 529px;
        float: left; }
        .webform-client-form > div .form-item .form-textarea-wrapper textarea {
          width: 529px;
          height: 150px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          resize: none; }
        .webform-client-form > div .form-item .form-textarea-wrapper .grippie {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
      .webform-client-form > div .form-item .MultiFile-list {
        margin-left: 230px; }
        .webform-client-form > div .form-item .MultiFile-list > .MultiFile-label > span {
          float: left; }
          .webform-client-form > div .form-item .MultiFile-list > .MultiFile-label > span .MultiFile-label {
            margin-bottom: 10px; }
      .webform-client-form > div .form-item .MultiFile-list .MultiFile-label {
        width: 100%;
        display: block;
        overflow: hidden;
        font-size: 0;
         }
        .webform-client-form > div .form-item .MultiFile-list .MultiFile-label .MultiFile-remove {
          float: right;
          display: inline-block;
          font-size: 16px; }
        .webform-client-form > div .form-item .MultiFile-list .MultiFile-label .MultiFile-preview {
          float: left;
          margin-right: 10px; }
        .webform-client-form > div .form-item .MultiFile-list .MultiFile-label .MultiFile-title {
          font-size: 16px; }
    .webform-client-form > div .form-actions {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
      .webform-client-form > div .form-actions input {
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        border: 0 none;
        border-radius: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding: 0 13px;
        outline: none;
        display: inline-block;
        background-color: #98c010;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
        margin-left: 200px; }
        .webform-client-form > div .form-actions input ::-webkit-input-placeholder {
          
          color: #ffffff; }
        .webform-client-form > div .form-actions input :-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .webform-client-form > div .form-actions input ::-moz-placeholder {
          
          color: #ffffff;
          opacity: 1; }
        .webform-client-form > div .form-actions input :-ms-input-placeholder {
          
          color: #ffffff; }
        .webform-client-form > div .form-actions input:hover {
          opacity: 0.7; }

.page-node-5022 .page #block-system-main .field_youtube_video,
.page-node-5022 .page #block-system-main .field.field-name-field-youtube-video {
  overflow: hidden;
  max-height: 50vh; }
  .page-node-5022 .page #block-system-main .field_youtube_video.playing,
  .page-node-5022 .page #block-system-main .field.field-name-field-youtube-video.playing {
    height: 70vh;
    max-height: 100%; }
    .page-node-5022 .page #block-system-main .field_youtube_video.playing .field-item,
    .page-node-5022 .page #block-system-main .field.field-name-field-youtube-video.playing .field-item {
      margin-top: -95px;
      margin-bottom: 0px; }
  .page-node-5022 .page #block-system-main .field_youtube_video .field-item,
  .page-node-5022 .page #block-system-main .field.field-name-field-youtube-video .field-item {
    margin-top: -150px;
    margin-bottom: -80px; }

.page-node-5022 .page #block-system-main .field.field-name-field-headertekst {
  position: relative;
  padding: 0 0 0 0;
  background-color: transparent;
  background-image: none; }
  .page-node-5022 .page #block-system-main .field.field-name-field-headertekst .field-item {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%; }



.node-type-ontdekprins-overzicht .view-header-vacature {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-startafbeelding,
  .node-type-ontdekprins-overzicht .view-header-vacature .home-bg-image,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 1; }
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat.active,
  .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat.active video,
    .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat.active ul li,
    .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.first,
      .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-kat.active ul li.last,
      .node-type-ontdekprins-overzicht .view-header-vacature .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .node-type-ontdekprins-overzicht .view-header-vacature video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }

.node-type-ontdekprins-overzicht .main-spanner .block-center {
  max-width: 100%; }

.node-type-ontdekprins-overzicht #block-system-main .field {
  width: 100%; }
  .node-type-ontdekprins-overzicht #block-system-main .field .field-items {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-ontdekprins-overzicht #block-system-main .field.field-name-field-headertekst {
    background-color: #25303d;
    padding: 50px 0;
    color: #ffffff; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-field-headertekst h1 {
      color: #ffffff;
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 44px; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-field-headertekst p {
      color: #6a6a6a;
      font-weight: bold;
      font-size: 20px;
      line-height: 34px;
      padding: 0 15px;
      box-sizing: border-box; }
  .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body {
    box-sizing: border-box;
    padding: 40px 0 0;
    margin-bottom: 20px; }
    @media all and (max-width: 808px) {
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body {
        padding: 50px 15px 0 15px; } }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body p,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body h2,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body h3,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body h4,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ol,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ul,
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body blockquote {
      max-width: 980px;
      margin: 0 auto 20px;
      position: relative; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ol ol {
      margin-left: 40px; }
    @media all and (max-width: 808px) {
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ol,
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ul {
        padding-left: 15px; } }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body p.image-wide {
      max-width: 1280px;
      margin-top: 40px; }
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body p.image-wide img {
        width: 100% !important;
        height: auto !important; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body p.image-wide-footer {
      text-align: center;
      font-style: italic;
      border-bottom: 1px solid #eeeeee;
      max-width: 1280px;
      margin-top: -10px;
      padding-bottom: 18px;
      font-size: 1.2em;
      margin-bottom: 40px; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body blockquote p {
      border-left: 8px solid #e5322d;
      padding: 8px 0 8px 30px;
      font-family: 'Sniglet', sans-serif;
      font-size: 28px;
      line-height: 36px; }
    @media all and (max-width: 667px) {
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body blockquote p {
        font-size: 30px;
        line-height: 38px; } }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body h2 {
      margin-top: 40px;
      font-size: 2.0em;
      line-height: 1.2em; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body h3 {
      margin-top: 40px;
      font-size: 1.8em;
      line-height: 1.2em; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a {
      color: #e5322d;
      transition: all 0.3s; }
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a:hover {
        opacity: 0.7; }
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a.cta {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none; }
        .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a.cta:hover {
          color: #ffffff;
          opacity: 0.7; }
        .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a.cta:after {
          content: " \203A ";
          transition: all 0.3s; }
        .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body a.cta:hover:after {
          padding-left: 5px; }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ul li {
      list-style: none;
      position: relative;
      margin-left: 20px; }
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ul li:before {
        content: "";
        background: transparent url("../images/list-icon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 22px;
        left: -25px;
        top: 2px; }
    @media all and (max-width: 667px) {
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body ul {
        margin-left: 25px; } }
    .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body .gallery {
      max-width: 990px;
      margin: 0 auto 20px;
      position: relative;
      border-collapse: collapse; }
      .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body .gallery td {
        padding: 5px; }
        .node-type-ontdekprins-overzicht #block-system-main .field.field-name-body .gallery td img {
          width: 100%;
          height: auto;
          float: left; }

.node-type-ontdekprins-overzicht .second-main .block {
  max-width: 100%; }

.node-type-ontdekprins-overzicht .view-alle-vacatures .view-content, .node-type-ontdekprins-overzicht .view-alle-nieuws .view-content {
  max-width: 980px;
  width: 100%;
  margin: 20px auto 40px;
  position: relative;
  border-top: 1px solid #6a6a6a; }

.node-type-ontdekprins-overzicht .view-alle-vacatures .views-row, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row {
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  border-bottom: 1px solid #6a6a6a;
  cursor: pointer;
  overflow: hidden; }
  .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-title, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-title {
    float: left;
    font-weight: bold; }
    .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-title h3, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-title h3 {
      margin-bottom: 10px; }
    .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-title p, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-title p {
      color: #6a6a6a;
      font-weight: normal; }
  .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-view-node, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-view-node {
    float: right;
    font-size: 16px; }
    .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-view-node a, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-view-node a {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none; }
      .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-view-node a:hover, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-view-node a:hover {
        color: #ffffff;
        opacity: 0.7; }
      .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-view-node a:after, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-view-node a:after {
        content: " \203A ";
        transition: all 0.3s; }
      .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row .views-field-view-node a:hover:after, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row .views-field-view-node a:hover:after {
        padding-left: 5px; }
  .node-type-ontdekprins-overzicht .view-alle-vacatures .views-row a, .node-type-ontdekprins-overzicht .view-alle-nieuws .views-row a {
    color: #343434;
    text-decoration: none; }

.node-type-ontdekprins-overzicht .view-alle-vacatures .item-list, .node-type-ontdekprins-overzicht .view-alle-nieuws .item-list {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 60px; }
  .node-type-ontdekprins-overzicht .view-alle-vacatures .item-list li, .node-type-ontdekprins-overzicht .view-alle-nieuws .item-list li {
    margin-left: 0;
    padding: 0; }
    .node-type-ontdekprins-overzicht .view-alle-vacatures .item-list li a, .node-type-ontdekprins-overzicht .view-alle-nieuws .item-list li a {
      background-color: #e5322d;
      color: #ffffff;
      text-decoration: none;
      height: 50px;
      line-height: 50px;
      border-radius: 10px;
      padding: 0 20px;
      display: inline-block; }

.node-type-ontdekprins-overzicht #block-views-alle-vacatures-block {
  background-color: #98c010;
  color: #ffffff;
  padding: 40px 0;
  overflow: hidden; }
  .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block h2, .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .view-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block h2 {
    margin-bottom: 30px;
    font-size: 34px; }
  .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .view-content {
    border-top: 2px solid rgba(255, 255, 255, 0.5); }
  .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row .views-field-title {
      float: left;
      font-weight: bold; }
    .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row .views-field-view-node {
      float: right;
      font-size: 16px; }
      .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row .views-field-view-node a {
        transition: all 0.3s; }
    .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row a {
      color: #ffffff;
      text-decoration: none; }
    .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row:hover .views-field-view-node {
      line-height: 37px; }
      .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a {
        background-color: #e5322d;
        color: #ffffff;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px;
        border-radius: 17.5px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px; }
        .node-type-ontdekprins-overzicht #block-views-alle-vacatures-block .views-row:hover .views-field-view-node a:hover {
          color: #ffffff;
          opacity: 0.7; }

.node-type-expert .region-block .block-center {
  width: 100%;
  max-width: 100%; }

.node-type-expert .expert-wrapper {
  padding: 40px 0;
  background-color: #eeeeee;
  overflow: hidden; }
  .node-type-expert .expert-wrapper .expert-wrapper-inner {
    max-width: 1000px;
    margin: 0 auto; }

.node-type-expert .ds-2col-stacked .group-left {
  width: 35%;
  float: left; }

.node-type-expert .ds-2col-stacked .group-right {
  width: 60%;
  float: left;
  padding-left: 40px; }

@media all and (max-width: 768px) {
  .node-type-expert .ds-2col-stacked .group-left, .node-type-expert .ds-2col-stacked .group-right {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box; }
    .node-type-expert .ds-2col-stacked .group-left .field-name-body, .node-type-expert .ds-2col-stacked .group-right .field-name-body {
      padding-left: 0; } }

.node-type-expert .field-name-field-startafbeelding .field-item {
  width: 100%;
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100vw; }

.node-type-expert .field-name-teruglink-experts,
.node-type-expert .field-name-backlink-experts {
  margin-bottom: 10px; }
  .node-type-expert .field-name-teruglink-experts a,
  .node-type-expert .field-name-backlink-experts a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    transition: opacity 0.3s; }
    .node-type-expert .field-name-teruglink-experts a:before,
    .node-type-expert .field-name-backlink-experts a:before {
      content: " \2039 ";
      font-size: 30px;
      transition: all 0.3s;
      margin-right: 10px; }
    .node-type-expert .field-name-teruglink-experts a:hover,
    .node-type-expert .field-name-backlink-experts a:hover {
      opacity: 0.75; }
    .node-type-expert .field-name-teruglink-experts a:hover:before,
    .node-type-expert .field-name-backlink-experts a:hover:before {
      padding-right: 5px; }
  .node-type-expert .field-name-teruglink-experts a,
  .node-type-expert .field-name-backlink-experts a {
    color: #343434; }

.node-type-expert .field-name-title h2 {
  color: #343434;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 0px; }

.node-type-expert .field-name-field-functie {
  font-style: italic; }

.node-type-expert .field-name-body {
  padding: 40px 0 0;
  margin-bottom: 20px; }
  @media all and (max-width: 808px) {
    .node-type-expert .field-name-body {
      padding: 50px 15px 0 15px; } }
  .node-type-expert .field-name-body p,
  .node-type-expert .field-name-body h2,
  .node-type-expert .field-name-body h3,
  .node-type-expert .field-name-body h4,
  .node-type-expert .field-name-body ol,
  .node-type-expert .field-name-body ul,
  .node-type-expert .field-name-body blockquote {
    max-width: 980px;
    margin: 0 auto 20px;
    position: relative; }
  .node-type-expert .field-name-body ol ol {
    margin-left: 40px; }
  @media all and (max-width: 808px) {
    .node-type-expert .field-name-body ol,
    .node-type-expert .field-name-body ul {
      padding-left: 15px; } }
  .node-type-expert .field-name-body p.image-wide {
    max-width: 1280px;
    margin-top: 40px; }
    .node-type-expert .field-name-body p.image-wide img {
      width: 100% !important;
      height: auto !important; }
  .node-type-expert .field-name-body p.image-wide-footer {
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #eeeeee;
    max-width: 1280px;
    margin-top: -10px;
    padding-bottom: 18px;
    font-size: 1.2em;
    margin-bottom: 40px; }
  .node-type-expert .field-name-body blockquote p {
    border-left: 8px solid #e5322d;
    padding: 8px 0 8px 30px;
    font-family: 'Sniglet', sans-serif;
    font-size: 28px;
    line-height: 36px; }
  @media all and (max-width: 667px) {
    .node-type-expert .field-name-body blockquote p {
      font-size: 30px;
      line-height: 38px; } }
  .node-type-expert .field-name-body h2 {
    margin-top: 40px;
    font-size: 2.0em;
    line-height: 1.2em; }
  .node-type-expert .field-name-body h3 {
    margin-top: 40px;
    font-size: 1.8em;
    line-height: 1.2em; }
  .node-type-expert .field-name-body a {
    color: #e5322d;
    transition: all 0.3s; }
    .node-type-expert .field-name-body a:hover {
      opacity: 0.7; }
    .node-type-expert .field-name-body a.cta {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none; }
      .node-type-expert .field-name-body a.cta:hover {
        color: #ffffff;
        opacity: 0.7; }
      .node-type-expert .field-name-body a.cta:after {
        content: " \203A ";
        transition: all 0.3s; }
      .node-type-expert .field-name-body a.cta:hover:after {
        padding-left: 5px; }
  .node-type-expert .field-name-body ul li {
    list-style: none;
    position: relative;
    margin-left: 20px; }
    .node-type-expert .field-name-body ul li:before {
      content: "";
      background: transparent url("../images/list-icon.png") center center no-repeat;
      background-size: cover;
      position: absolute;
      width: 22px;
      height: 22px;
      left: -25px;
      top: 2px; }
  @media all and (max-width: 667px) {
    .node-type-expert .field-name-body ul {
      margin-left: 25px; } }
  .node-type-expert .field-name-body .gallery {
    max-width: 990px;
    margin: 0 auto 20px;
    position: relative;
    border-collapse: collapse; }
    .node-type-expert .field-name-body .gallery td {
      padding: 5px; }
      .node-type-expert .field-name-body .gallery td img {
        width: 100%;
        height: auto;
        float: left; }

.node-type-expert .field-name-field-gerelateerde-artikelen {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 40px; }
  .node-type-expert .field-name-field-gerelateerde-artikelen h3 {
    text-align: center;
    display: block;
    clip: auto;
    height: auto;
    position: static !important;
    overflow: visible;
    margin: 55px 0 35px;
    color: #343434;
    font-size: 24px; }
  .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item {
      width: 25%;
      float: left; }
      .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item ul.links {
        display: none; }
      .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node {
        padding: 0 15px;
        position: relative;
        cursor: pointer; }
        .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-name-field-startafbeelding,
        .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-name-field-startafbeelding .field-item {
          width: 100%;
          height: 300px; }
        .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text {
          position: absolute;
          bottom: 30px;
          left: 45px;
          z-index: 3;
          color: #ffffff;
          line-height: 28px;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
          .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text a {
            color: #ffffff;
            text-decoration: none; }
          .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text.field-name-field-opgemaakte-titel-regel-1 {
            font-size: 20px;
            font-weight: normal;
            bottom: 55px;
            display: none; }
          .node-type-expert .field-name-field-gerelateerde-artikelen > .field-items > .field-item .node .field-type-text.field-name-field-opgemaakte-titel-regel-2 {
            font-size: 20px;
            font-weight: bold; }

.page-node-9204 #main,
.page-node-9219 #main {
  max-width: 100%; }

.node-overzicht .field-name-body {
  padding: 40px 0;
  background-color: #25303d;
  text-align: center; }
  .node-overzicht .field-name-body h1, .node-overzicht .field-name-body h2, .node-overzicht .field-name-body h3, .node-overzicht .field-name-body p {
    color: #fff; }
  .node-overzicht .field-name-body h1 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px; }
  .node-overzicht .field-name-body p {
    color: #d0d2d4;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    padding: 0 15px;
    box-sizing: border-box; }

.node-overzicht .field-name-field-headertekst {
  padding: 40px 0 0;
  margin-bottom: 20px; }
  @media all and (max-width: 808px) {
    .node-overzicht .field-name-field-headertekst {
      padding: 50px 15px 0 15px; } }
  .node-overzicht .field-name-field-headertekst p,
  .node-overzicht .field-name-field-headertekst h2,
  .node-overzicht .field-name-field-headertekst h3,
  .node-overzicht .field-name-field-headertekst h4,
  .node-overzicht .field-name-field-headertekst ol,
  .node-overzicht .field-name-field-headertekst ul,
  .node-overzicht .field-name-field-headertekst blockquote {
    max-width: 980px;
    margin: 0 auto 20px;
    position: relative; }
  .node-overzicht .field-name-field-headertekst ol ol {
    margin-left: 40px; }
  @media all and (max-width: 808px) {
    .node-overzicht .field-name-field-headertekst ol,
    .node-overzicht .field-name-field-headertekst ul {
      padding-left: 15px; } }
  .node-overzicht .field-name-field-headertekst p.image-wide {
    max-width: 1280px;
    margin-top: 40px; }
    .node-overzicht .field-name-field-headertekst p.image-wide img {
      width: 100% !important;
      height: auto !important; }
  .node-overzicht .field-name-field-headertekst p.image-wide-footer {
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #eeeeee;
    max-width: 1280px;
    margin-top: -10px;
    padding-bottom: 18px;
    font-size: 1.2em;
    margin-bottom: 40px; }
  .node-overzicht .field-name-field-headertekst blockquote p {
    border-left: 8px solid #e5322d;
    padding: 8px 0 8px 30px;
    font-family: 'Sniglet', sans-serif;
    font-size: 28px;
    line-height: 36px; }
  @media all and (max-width: 667px) {
    .node-overzicht .field-name-field-headertekst blockquote p {
      font-size: 30px;
      line-height: 38px; } }
  .node-overzicht .field-name-field-headertekst h2 {
    margin-top: 40px;
    font-size: 2.0em;
    line-height: 1.2em; }
  .node-overzicht .field-name-field-headertekst h3 {
    margin-top: 40px;
    font-size: 1.8em;
    line-height: 1.2em; }
  .node-overzicht .field-name-field-headertekst a {
    color: #e5322d;
    transition: all 0.3s; }
    .node-overzicht .field-name-field-headertekst a:hover {
      opacity: 0.7; }
    .node-overzicht .field-name-field-headertekst a.cta {
      background-color: #98c010;
      color: #ffffff;
      text-transform: none;
      height: 35px;
      line-height: 35px;
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 17px;
      padding: 0 10px 0 13px;
      text-decoration: none; }
      .node-overzicht .field-name-field-headertekst a.cta:hover {
        color: #ffffff;
        opacity: 0.7; }
      .node-overzicht .field-name-field-headertekst a.cta:after {
        content: " \203A ";
        transition: all 0.3s; }
      .node-overzicht .field-name-field-headertekst a.cta:hover:after {
        padding-left: 5px; }
  .node-overzicht .field-name-field-headertekst ul li {
    list-style: none;
    position: relative;
    margin-left: 20px; }
    .node-overzicht .field-name-field-headertekst ul li:before {
      content: "";
      background: transparent url("../images/list-icon.png") center center no-repeat;
      background-size: cover;
      position: absolute;
      width: 22px;
      height: 22px;
      left: -25px;
      top: 2px; }
  @media all and (max-width: 667px) {
    .node-overzicht .field-name-field-headertekst ul {
      margin-left: 25px; } }
  .node-overzicht .field-name-field-headertekst .gallery {
    max-width: 990px;
    margin: 0 auto 20px;
    position: relative;
    border-collapse: collapse; }
    .node-overzicht .field-name-field-headertekst .gallery td {
      padding: 5px; }
      .node-overzicht .field-name-field-headertekst .gallery td img {
        width: 100%;
        height: auto;
        float: left; }

.view-experts {
  max-width: 1366px;
  width: 100%;
  margin: 40px auto 40px;
  overflow: hidden;
  position: relative; }
  .view-experts .views-row {
    width: 25%;
    float: left;
    margin-bottom: 10px; }
    @media all and (max-width: 1024px) {
      .view-experts .views-row {
        width: 33.3333%; } }
    @media all and (max-width: 768px) {
      .view-experts .views-row {
        width: 50%; } }
    @media all and (max-width: 500px) {
      .view-experts .views-row {
        width: 100%; } }
    .view-experts .views-row .node {
      padding: 0 5px;
      position: relative;
      cursor: pointer; }
      .view-experts .views-row .node .field-name-field-startafbeelding,
      .view-experts .views-row .node .field-name-field-startafbeelding .field-item {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat; }
      .view-experts .views-row .node .field-name-title {
        position: absolute;
        bottom: 50px;
        left: 45px;
        z-index: 3;
        color: #ffffff;
        line-height: 28px;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); }
        .view-experts .views-row .node .field-name-title a {
          color: #ffffff;
          text-decoration: none; }
      .view-experts .views-row .node .field-name-field-functie {
        position: absolute;
        bottom: 20px;
        left: 45px;
        z-index: 3;
        color: #ffffff;
        line-height: 28px;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
        font-style: italic; }
        .view-experts .views-row .node .field-name-field-functie a {
          color: #ffffff;
          text-decoration: none; }

.node-type-blokkenpagina #main {
  max-width: 100%; }

.node-type-blokkenpagina .group-header {
  padding: 40px 0;
  background-color: #25303d;
  text-align: center; }
  .node-type-blokkenpagina .group-header .field-name-body {
    max-width: 1366px;
    width: 100%;
    margin: 40px auto 40px;
    overflow: hidden;
    position: relative; }
  .node-type-blokkenpagina .group-header h1,
  .node-type-blokkenpagina .group-header h2,
  .node-type-blokkenpagina .group-header h3,
  .node-type-blokkenpagina .group-header p {
    color: #fff; }
  .node-type-blokkenpagina .group-header h1 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px; }
  .node-type-blokkenpagina .group-header p {
    color: #d0d2d4;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    padding: 0 15px;
    box-sizing: border-box; }

.node-type-blokkenpagina .field-collection-container {
  border-bottom: 0 none; }

.node-type-blokkenpagina .field-name-field-blokken {
  padding-top: 0px; }
  .node-type-blokkenpagina .field-name-field-blokken .field-collection-view {
    border-bottom: 0 none;
    padding: 40px 0;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
  @media all and (max-width: calc(1366px + 40px)) {
    .node-type-blokkenpagina .field-name-field-blokken .field-item {
      padding-left: 20px;
      padding-right: 20px; }
      .node-type-blokkenpagina .field-name-field-blokken .field-item.even .group-left {
        padding-right: 20px;
        box-sizing: border-box; } }
  .node-type-blokkenpagina .field-name-field-blokken .field-item.odd {
    background-color: #eeeeee; }
    @media all and (min-width: 768px) {
      .node-type-blokkenpagina .field-name-field-blokken .field-item.odd .field-collection-item-field-blokken {
        display: flex; }
        .node-type-blokkenpagina .field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-left {
          order: 2; }
          .node-type-blokkenpagina .field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-left img {
            float: right; }
        .node-type-blokkenpagina .field-name-field-blokken .field-item.odd .field-collection-item-field-blokken .group-right {
          order: 1; } }
  .node-type-blokkenpagina .field-name-field-blokken .field-name-field-blok-titel {
    margin-bottom: 15px; }
  .node-type-blokkenpagina .field-name-field-blokken .field-name-field-blok-afbeelding img {
    max-width: 100%;
    height: auto; }
  .node-type-blokkenpagina .field-name-field-blokken .field-item {
    margin-bottom: 0; }
    .node-type-blokkenpagina .field-name-field-blokken .field-item .group-right {
      padding-right: 40px;
      box-sizing: border-box; }
  @media all and (max-width: 767px) {
    .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken {
      display: block; }
      .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-left,
      .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-right {
        width: 100%;
        padding-right: 0; }
        .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-left .field-item,
        .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-right .field-item {
          padding-left: 0;
          padding-right: 0; }
        .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-left img,
        .node-type-blokkenpagina .field-name-field-blokken .field-collection-item-field-blokken .group-right img {
          margin-bottom: 15px; } }



.productlijn .main-spanner #main,
.productlijn .page-spanner .region-block .block-center {
  max-width: 100%; }


.page-taxonomy-term .view-category-header {
  width: 100%;
  position: relative;
  background-color: #25303d; }
  .page-taxonomy-term .view-category-header .views-field-field-startafbeelding,
  .page-taxonomy-term .view-category-header .home-bg-image,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond {
    width: 100%;
    height: 650px;
    position: relative;
    opacity: 1; }
  .page-taxonomy-term .view-category-header .views-field-field-startafbeelding.video-under-it {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0; }
  .page-taxonomy-term .view-category-header .views-field-field-startafbeelding.video-under-it:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-play.png") center center no-repeat; }
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond {
    overflow: hidden; }
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat.active,
  .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond.active {
    position: absolute;
    top: 0; }
    .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat.active video,
    .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond.active video {
      opacity: 1; }
    .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat.active ul li,
    .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond.active ul li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 650px;
      margin: 0 0 0 0; }
      .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat.active ul li.first,
      .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond.active ul li.first {
        z-index: 98; }
      .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-kat.active ul li.last,
      .page-taxonomy-term .view-category-header .views-field-field-vimeo-video-hond.active ul li.last {
        z-index: 97; }
  .page-taxonomy-term .view-category-header video {
    background-color: #25303d;
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5; }
  .page-taxonomy-term .view-category-header .views-field-field-startafbeelding {
    display: none; }
    .page-taxonomy-term .view-category-header .views-field-field-startafbeelding .home-bg-image {
      opacity: 0; }
  .page-taxonomy-term .view-category-header .views-field-description-1 {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: 20vh;
    left: 0;
    text-align: center; }
    .page-taxonomy-term .view-category-header .views-field-description-1 .field-content {
      max-width: 730px;
      margin: 0 auto; }
      .page-taxonomy-term .view-category-header .views-field-description-1 .field-content h4 {
        font-size: 48px;
        line-height: 52px;
        font-weight: normal; }
      .page-taxonomy-term .view-category-header .views-field-description-1 .field-content h1 {
        font-size: 60px;
        line-height: 72px;
        font-weight: bold;
        margin-bottom: 15px; }
      .page-taxonomy-term .view-category-header .views-field-description-1 .field-content p {
        font-size: 24px;
        line-height: 32px; }
      .page-taxonomy-term .view-category-header .views-field-description-1 .field-content a {
        margin-right: 10px;
        background-color: #25303d;
        color: #ffffff;
        border-radius: 8px;
        padding: 8px 15px;
        text-decoration: none;
        font-size: 20px;
        margin-top: 30px;
        display: inline-block; }
        .page-taxonomy-term .view-category-header .views-field-description-1 .field-content a.product-list {
          background-image: url(../images/grid-small.png);
          background-repeat: no-repeat;
          padding-left: 34px !important;
          background-size: 15px 15px;
          background-position: 9px center; }
  .page-taxonomy-term .view-category-header .views-field-nothing {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    top: 40vh;
    left: 0;
    text-align: center; }
    .page-taxonomy-term .view-category-header .views-field-nothing a {
      margin-right: 10px;
      background-color: #25303d;
      color: #ffffff;
      border-radius: 8px;
      padding: 8px 15px;
      text-decoration: none;
      font-size: 20px; }
      .page-taxonomy-term .view-category-header .views-field-nothing a.product-list {
        background-image: url(../images/grid-small.png);
        background-repeat: no-repeat;
        padding-left: 34px !important;
        background-size: 15px 15px;
        background-position: 9px center; }

.page-taxonomy-term .group-introlijn,
.page-taxonomy-term .field-name-field-voordelen,
.page-taxonomy-term .field-name-field-opsomming-voordelen {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.page-taxonomy-term .vocabulary-product-category {
  padding: 80px 0; }
  .page-taxonomy-term .vocabulary-product-category .field-name-field-product-afbeelding {
    width: 50%;
    float: left; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-product-afbeelding img {
      width: 100%;
      max-width: 600px; }
  .page-taxonomy-term .vocabulary-product-category .field-name-field-productlijnomschrijving {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    color: #343434; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-productlijnomschrijving h2 {
      margin: 40px 0 40px;
      font-size: 44px; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-productlijnomschrijving p {
      font-size: 1.3vw;
      line-height: 2.5vw; }
  .page-taxonomy-term .vocabulary-product-category .group-samenstelling {
    width: 100%;
    float: left;
    background: #98c010 url("../images/samenstelling-bg.png") left center no-repeat;
    background-size: 50% 100%;
    margin-top: 40px; }
    .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstellingomschrijving,
    .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstelling-afbeelding {
      width: 50%;
      float: left;
      box-sizing: border-box; }
    .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstellingomschrijving {
      padding: 80px 40px 0px;
      color: #ffffff;
      font-size: 1.3vw;
      line-height: 2.5vw; }
      .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstellingomschrijving .field-label {
        font-size: 38px;
        font-weight: normal;
        margin-bottom: 25px;
        width: 100%; }
    .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstelling-afbeelding {
      position: relative; }
      .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstelling-afbeelding:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 35px 0 35px 24px;
        border-color: transparent #98c010;
        display: block;
        width: 0;
        z-index: 1;
        left: 0px;
        top: 50%;
        margin-top: -35px; }
      .page-taxonomy-term .vocabulary-product-category .group-samenstelling .field-name-field-samenstelling-afbeelding img {
        width: 100%;
        height: auto;
        float: left; }
  .page-taxonomy-term .vocabulary-product-category .field-name-field-voordelen {
    text-align: center;
    padding-top: 60px;
    color: #343434; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-voordelen h2 {
      font-size: 34px;
      margin-bottom: 20px;
      line-height: 40px; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-voordelen p {
      font-size: 1.3vw;
      color: #6a6a6a;
      line-height: 2.0vw; }
  .page-taxonomy-term .vocabulary-product-category .field-name-field-opsomming-voordelen {
    margin: 40px auto 80px auto; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-opsomming-voordelen .field-items {
      padding: 0 40px; }
    .page-taxonomy-term .vocabulary-product-category .field-name-field-opsomming-voordelen .field-item {
      width: 48%;
      float: left;
      min-height: 65px;
      line-height: 30px;
      border-bottom: 1px solid #eeeeee;
      color: #343434;
      box-sizing: border-box;
      padding: 17px 0 17px 65px;
      background: transparent url("../images/samenstelling-list-item.png") center center no-repeat;
      background-size: cover;
      background-size: 38px 38px;
      background-position: left center; }
      .page-taxonomy-term .vocabulary-product-category .field-name-field-opsomming-voordelen .field-item.odd {
        float: right; }

.page-taxonomy-term #block-views-productlijn-wanneer-block {
  max-width: 100%;
  background-color: #25303d;
  overflow: hidden; }
  .page-taxonomy-term #block-views-productlijn-wanneer-block .content {
    max-width: 1366px;
    width: 100%;
    position: relative;
    margin: 0 auto; }
  .page-taxonomy-term #block-views-productlijn-wanneer-block .views-row {
    float: left;
    width: 100%;
    margin: 50px 0;
    color: #ffffff; }
    .page-taxonomy-term #block-views-productlijn-wanneer-block .views-row h2 {
      font-size: 34px;
      line-height: 38px;
      margin-bottom: 50px; }
    .page-taxonomy-term #block-views-productlijn-wanneer-block .views-row .views-field-field-usp-s li {
      width: 33.333%;
      padding: 0 20px;
      text-align: center;
      box-sizing: border-box;
      float: left;
      list-style: none;
      margin: 0; }
      .page-taxonomy-term #block-views-productlijn-wanneer-block .views-row .views-field-field-usp-s li img {
        width: 64px;
        height: auto; }
      .page-taxonomy-term #block-views-productlijn-wanneer-block .views-row .views-field-field-usp-s li .field-name-field-usp-subtitel {
        max-width: 260px;
        position: relative;
        margin: 15px auto; }

.page-taxonomy-term #block-views-productlijn-overzicht-block {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.page-taxonomy-term .view-productlijn-overzicht {
  padding: 80px 0;
  float: left;
  width: 100%; }
  .page-taxonomy-term .view-productlijn-overzicht .views-row {
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box; }
    .page-taxonomy-term .view-productlijn-overzicht .views-row.views-row-odd {
      padding-right: 25px;
      clear: left;
      margin-bottom: 75px; }
    .page-taxonomy-term .view-productlijn-overzicht .views-row.views-row-even {
      padding-left: 35px; }
    .page-taxonomy-term .view-productlijn-overzicht .views-row h3 {
      width: 60%;
      float: left;
      margin-bottom: 10px;
      font-size: 22px; }
      .page-taxonomy-term .view-productlijn-overzicht .views-row h3 a {
        color: #343434;
        text-decoration: none; }
    .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing {
      width: 60%;
      float: left; }
      .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing p {
        margin-bottom: 10px;
        font-size: 17px; }
      .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing a {
        background-color: #98c010;
        color: #ffffff;
        text-transform: none;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 17px;
        padding: 0 10px 0 13px;
        text-decoration: none;
         }
        .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing a:hover {
          color: #ffffff;
          opacity: 0.7; }
        .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing a:after {
          content: " \203A ";
          transition: all 0.3s; }
        .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-nothing a:hover:after {
          padding-left: 5px; }
    .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-field-product-afbeelding {
      width: 35%;
      position: relative;
      float: right;
      margin-top: -5%; }
      .page-taxonomy-term .view-productlijn-overzicht .views-row .views-field-field-product-afbeelding img {
        width: 100%;
        height: auto; }

.page-taxonomy-term .view-productlijn-producten {
  padding: 80px 0 40px;
  float: left;
  width: 100%;
  overflow: hidden; }
  .page-taxonomy-term .view-productlijn-producten .view-header {
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #343434; }
  .page-taxonomy-term .view-productlijn-producten .view-filters {
    margin-bottom: 20px; }
    .page-taxonomy-term .view-productlijn-producten .view-filters .views-exposed-widget {
      width: 100%; }
      .page-taxonomy-term .view-productlijn-producten .view-filters .views-exposed-widget label {
        display: none; }
    .page-taxonomy-term .view-productlijn-producten .view-filters .form-item {
      display: block;
      text-align: center; }
      .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link {
        display: inline-block; }
        .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a {
          background-color: #98c010;
          color: #ffffff;
          text-transform: none;
          height: 35px;
          line-height: 35px;
          border-radius: 4px;
          display: inline-block;
          vertical-align: middle;
          font-weight: 600;
          font-size: 17px;
          padding: 0 10px 0 13px;
          text-decoration: none;
          opacity: 0.7; }
          .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a:hover {
            color: #ffffff;
            opacity: 0.7; }
          .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a:after {
            content: " \203A ";
            transition: all 0.3s; }
          .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a:hover:after {
            padding-left: 5px; }
          .page-taxonomy-term .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a.active {
            opacity: 1; }
  .page-taxonomy-term .view-productlijn-producten .view-content {
    margin-left: -15px;
    margin-right: -15px; }
    .page-taxonomy-term .view-productlijn-producten .view-content .views-row {
      width: 25%;
      float: left;
      padding: 0 15px;
      box-sizing: border-box;
      text-align: center;
      margin-bottom: 40px;
      min-height: 410px; }
      .page-taxonomy-term .view-productlijn-producten .view-content .views-row .views-field-field-product-afbeelding img {
        max-height: 225px;
        width: auto; }
      .page-taxonomy-term .view-productlijn-producten .view-content .views-row .views-field-name {
        color: #343434; }
      .page-taxonomy-term .view-productlijn-producten .view-content .views-row .views-field-field-detailpagina-titel a,
      .page-taxonomy-term .view-productlijn-producten .view-content .views-row .views-field-title a {
        color: #343434;
        font-weight: bold;
        font-size: 1.2em;
        text-decoration: none; }

.page-taxonomy-term #block-views-productlijn-sfeer-block-1 {
  max-width: 100%;
  background-color: #98c010;
  float: left;
  width: 100%; }
  .page-taxonomy-term #block-views-productlijn-sfeer-block-1 .views-field {
    float: left;
    box-sizing: border-box;
    color: #ffffff; }
  .page-taxonomy-term #block-views-productlijn-sfeer-block-1 .views-field-field-quote {
    width: 35%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 350px; }
    .page-taxonomy-term #block-views-productlijn-sfeer-block-1 .views-field-field-quote .field-content {
      align-self: center;
      font-family: 'Sniglet', sans-serif;
      font-size: 60px;
      line-height: 60px;
      width: 75%;
      min-width: 280px; }
  .page-taxonomy-term #block-views-productlijn-sfeer-block-1 .views-field-field-quote-afbeelding {
    width: 65%; }

.page-taxonomy-term .view-productlijn-sfeer {
  width: 100%;
  float: left;
  height: 350px; }
  .page-taxonomy-term .view-productlijn-sfeer .footer-bg-image {
    width: 100%;
    height: 350px;
    background-position: center center; }

.page-taxonomy-term.page-taxonomy-term-301 .view-productlijn-producten .view-filters .form-item .form-type-bef-link > a.active {
  display: none; }



#block-block-6 {
  background-color: #2a3745;
  padding: 40px 0;
  color: white;
  text-align: center; }
  #block-block-6 h1 {
    font-size: 2.5em;
    line-height: 2.3em; }

.voedingswijzer {
  width: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s; }
  .voedingswijzer.freeze {
    opacity: 0.3; }
    .voedingswijzer.freeze .voedingswijzer-step .answers li {
      cursor: default; }
  .voedingswijzer .voedingswijzer-header {
    text-align: center;
    color: #343434;
    padding: 40px 0 20px; }
    .voedingswijzer .voedingswijzer-header h1 {
      color: #25303d;
      font-size: 30px;
      margin-bottom: 20px;
       }
    .voedingswijzer .voedingswijzer-header h3 {
      font-size: 20px;
      color: #6a6a6a;
      max-width: 800px;
      margin: 0 auto; }
  .voedingswijzer .voedingswijzer-wrapper {
    transition: transform 0.3s;
    width: 100vw; }
  .voedingswijzer .voedingswijzer-wrapper.no-animation {
    transition: none; }
  .voedingswijzer .voedingswijzer-step {
    display: block;
    float: left;
    text-align: center; }
    .voedingswijzer .voedingswijzer-step h3 {
      color: #343434; }
    .voedingswijzer .voedingswijzer-step h4 {
      margin-top: 20px;
      margin-bottom: 20px; }
      .voedingswijzer .voedingswijzer-step h4 > span {
        background-color: #e5322d;
        border-radius: 50%;
        color: white;
        padding: .5em .4em;
        margin-right: 20px; }
    .voedingswijzer .voedingswijzer-step .answers {
      text-align: center;
      margin: 20px 0; }
      .voedingswijzer .voedingswijzer-step .answers li {
        display: inline-block;
        color: #ffffff;
        margin: 10px 10px;
        cursor: pointer;
        background-color: #98c010;
        border-radius: 8px; }
        .voedingswijzer .voedingswijzer-step .answers li.active {
          background-color: #eff5d9;
          color: #343434;
          font-weight: bold; }
        .voedingswijzer .voedingswijzer-step .answers li.has-description .answer-title::after {
          content: 'i';
          display: inline-block;
          border-radius: 50%;
          background-color: black;
          color: white;
          padding: 0 11px;
          font-weight: bold;
          margin-left: 10px;
          pointer-events: none; }
        .voedingswijzer .voedingswijzer-step .answers li .answer-title {
          position: relative;
          display: inline-block;
          padding: 10px 20px; }
          .voedingswijzer .voedingswijzer-step .answers li .answer-title:hover .description {
            visibility: visible; }
          .voedingswijzer .voedingswijzer-step .answers li .answer-title .description {
            visibility: hidden;
            width: 200px;
            background-color: black;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            border-radius: 6px;
            font-size: .9em;
            bottom: 100%;
            left: 50%;
            margin-left: -90px;
            font-weight: normal;
            
            position: absolute;
            z-index: 1; }
            .voedingswijzer .voedingswijzer-step .answers li .answer-title .description::after {
              content: " ";
              position: absolute;
              top: 100%;
              
              left: 50%;
              margin-left: -5px;
              border-width: 5px;
              border-style: solid;
              border-color: black transparent transparent transparent; }
  .voedingswijzer .step-products .node-product {
    float: left;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
    min-height: 410px;
    font-size: .8em; }
    .voedingswijzer .step-products .node-product .field-name-field-product-afbeelding img {
      max-height: 175px;
      width: auto; }
    .voedingswijzer .step-products .node-product .field-name-field-productlijn {
      color: #343434; }
    .voedingswijzer .step-products .node-product .views-field-field-detailpagina-titel a,
    .voedingswijzer .step-products .node-product .views-field-title a {
      color: #343434;
      font-weight: bold;
      text-decoration: none; }
  .voedingswijzer #voedingswijzer-sidebar {
    float: left;
    width: 30%;
    background-color: #eeeeee;
    margin-bottom: 50px;
    box-sizing: border-box; }
    .voedingswijzer #voedingswijzer-sidebar .answers {
      text-align: left; }
  .voedingswijzer .step-products {
    float: left;
    width: 70%; }


body:not(.page-user) .tabs-wrapper {
  position: fixed;
  right: 50px;
  bottom: 100px;
  background-color: transparent;
  z-index: 999;
  max-width: 200px; }

body:not(.page-user) .tabs-wrapper h2 {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  background: #ff2e00 url("../images/icon-edit.svg") center center no-repeat;
  clip: initial;
  text-indent: -10000px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.3s; }

body:not(.page-user) .tabs-wrapper:hover h2 {
  transform: scale(0.8, 0.8); }


body:not(.page-user) .tabs-wrapper ul.tabs {
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
  border-bottom: 0 none;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0; }

body:not(.page-user) .tabs-wrapper ul.tabs:last-of-type {
  margin-bottom: 90px; }

body:not(.page-user) .tabs-wrapper:hover ul.tabs {
  transform: none;
  opacity: 1;
  width: auto;
  height: auto;
  background-color: #ff2e00;
  height: auto; }

body:not(.page-user) .tabs-wrapper ul li {
  float: left;
  width: 200px;
  display: block; }

body:not(.page-user) .tabs-wrapper ul li.active a {
  color: #1b1b1b;
  background-color: transparent;
  border: 0 none; }

body:not(.page-user) .tabs-wrapper ul li a {
  color: #ffffff;
  padding: 6px 16px;
  display: block;
  margin: 0 0 0 0;
  background-color: transparent;
  border: 0 none; }

body:not(.page-user) .tabs-wrapper ul li a:hover {
  color: #1b1b1b; }

/*# sourceMappingURL=all.css.map */
