/* 
Theme Name: Alpen Reisgids
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  font-weight: 400; }

.container {
  width: 1400px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }
  .container.container-small {
    width: 1000px; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #F46D46;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #F46D46;
  color: #FFFFFF;
  /* Gecko Browsers */ }

.bg-sand {
  background-color: #f5f5f5; }

.no-margin {
  margin-left: 0;
  margin-right: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

.wave {
  width: 100%;
  position: absolute;
  line-height: 0; }
  .wave svg {
    width: 100%;
    height: auto; }
    .wave svg path {
      fill: #FFFFFF; }
  .wave.bottom {
    bottom: -1px; }
  .wave.top {
    top: -1px; }
  .wave.rotate {
    transform: rotate(180deg); }
  .wave.sand svg path {
    fill: #f5f5f5; }

.entry-title {
  margin-bottom: 30px; }
  .entry-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .entry-title h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .entry-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .entry-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .entry-title h5 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #F46D46;
    margin-bottom: 20px; }

.entry-content {
  margin-bottom: 10px; }
  .entry-content p {
    margin-bottom: 20px; }
  .entry-content ul, .entry-content ol {
    margin-bottom: 20px; }
  .entry-content a {
    color: #202533;
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none; }

.entry-button a {
  background-color: #F46D46;
  color: #FFFFFF;
  border: 2px solid #F46D46;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 15px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .entry-button a:hover {
    border: 2px solid #F46D46;
    background-color: #FFFFFF;
    color: #F46D46; }

.entry-text-link {
  position: relative; }
  .entry-text-link a {
    color: #F46D46;
    text-decoration: none;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    z-index: 2; }
    .entry-text-link a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 80px;
      left: 0;
      bottom: -45px;
      z-index: -1;
      transform: scaleX(0);
      transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
      transform-origin: right;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23F46D46; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x; }
    .entry-text-link a:hover:before {
      transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform-origin: left;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23F46D46; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
      animation: waving 3s linear infinite;
      transform: scaleX(1); }
@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%; } }
strong {
  font-family: 'Nunito', sans-serif;
  font-weight: 700; }

figure {
  overflow: hidden; }
  figure.rounded-corners {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative; }
  figure img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  figure a:hover img {
    transform: scale(1.1); }

.ptb {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 50px 0; }
  .ptb .blog {
    margin-bottom: 50px; }
    .ptb .blog .label {
      position: absolute;
      top: 10px;
      left: 25px;
      z-index: 2;
      font-size: 13px;
      background: rgba(0, 0, 0, 0.6);
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 28px;
      padding: 3px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

.pagination {
  margin-bottom: 50px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  width: 100%; }
  .pagination ol li span.title {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  .pagination ol li span.current {
    background-color: #F46D46;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    width: 24px; }
  .pagination ol li a {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 12px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pagination ol li a:hover {
      background-color: #F46D46;
      color: #FFFFFF; }

/********************************************************
MAX-WIDTH: 1430px
********************************************************/
@media only screen and (max-width: 1430px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
@media only screen and (max-width: 1030px) {
  .container {
    max-width: 100%; }
    .container.container-small {
      max-width: 100%; } }
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  .entry-title {
    margin-bottom: 30px; }
    .entry-title h1 {
      font-size: 35px;
      line-height: 45px; }
    .entry-title h2 {
      font-size: 25px;
      line-height: 35px; }
    .entry-title h3 {
      font-size: 20px;
      line-height: 30px; }
    .entry-title h4 {
      font-size: 16px;
      line-height: 26px; }
    .entry-title h5 {
      font-size: 14px;
      line-height: 24px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  .entry-title {
    margin-bottom: 30px; }
    .entry-title h1 {
      font-size: 30px;
      line-height: 40px; }
    .entry-title h2 {
      font-size: 22px;
      line-height: 32px; }
    .entry-title h3 {
      font-size: 18px;
      line-height: 28px; }
    .entry-title h4 {
      font-size: 15px;
      line-height: 25px; }
    .entry-title h5 {
      font-size: 14px;
      line-height: 24px; } }
#mainheader {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #f5f5f5;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #mainheader .header-wrapper {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    position: relative; }
    #mainheader .header-wrapper #logo {
      position: relative;
      z-index: 2;
      display: inline; }
      #mainheader .header-wrapper #logo svg, #mainheader .header-wrapper #logo img {
        max-height: 60px;
        width: auto; }
        #mainheader .header-wrapper #logo svg.inactive, #mainheader .header-wrapper #logo img.inactive {
          display: none; }
    #mainheader .header-wrapper #navigation {
      position: absolute;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      top: 15px;
      left: 0; }
      #mainheader .header-wrapper #navigation ul {
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        text-align: center; }
        #mainheader .header-wrapper #navigation ul li {
          list-style-type: none;
          display: inline-block;
          margin: 0 15px;
          position: relative; }
          #mainheader .header-wrapper #navigation ul li a {
            color: #000000;
            font-family: 'Red Hat Display', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 16px;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
            margin: 0 0 20px 0;
            z-index: 2; }
            #mainheader .header-wrapper #navigation ul li a:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 80px;
              left: 0;
              bottom: -45px;
              z-index: -1;
              transform: scaleX(0);
              transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
              transform-origin: right;
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23F46D46; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x; }
            #mainheader .header-wrapper #navigation ul li a:hover:before {
              transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
              transform-origin: left;
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23F46D46; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
              animation: waving 3s linear infinite;
              transform: scaleX(1); }
@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%; } }
          #mainheader .header-wrapper #navigation ul li ul.sub-menu {
            background-color: #FFFFFF;
            height: 0;
            max-height: 0;
            position: absolute;
            overflow: hidden;
            display: inherit;
            left: 0;
            padding: 0;
            top: 46px;
            margin: 0 0 0 -20px; }
            #mainheader .header-wrapper #navigation ul li ul.sub-menu li {
              float: none;
              text-align: left; }
              #mainheader .header-wrapper #navigation ul li ul.sub-menu li:first-child {
                padding-top: 20px; }
              #mainheader .header-wrapper #navigation ul li ul.sub-menu li a {
                line-height: 28px; }
          #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu {
            height: auto;
            max-height: 10000px; }
            #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li {
              display: block; }
              #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li a {
                color: #000000;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li a:hover {
                  color: #F46D46; }
          #mainheader .header-wrapper #navigation ul li.menu-item-has-children a:after {
            content: "\f078";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-left: 5px;
            font-size: 11px; }
          #mainheader .header-wrapper #navigation ul li.menu-item-has-children ul.sub-menu li a:after {
            display: none; }
    #mainheader .header-wrapper #mobile-nav-icon {
      display: none;
      position: absolute;
      z-index: 10;
      right: 15px;
      top: 20px; }
      #mainheader .header-wrapper #mobile-nav-icon .menu-icon {
        float: right;
        position: relative;
        z-index: 202; }
        #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg {
          background-color: transparent;
          border: none;
          cursor: pointer;
          padding: 0;
          border: 0;
          -webkit-border-radius: 44px;
          -moz-border-radius: 44px;
          -ms-border-radius: 44px;
          -o-border-radius: 44px;
          border-radius: 44px;
          width: 45px;
          height: 45px;
          text-align: center; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg svg {
            width: 40px;
            height: 40px;
            margin-top: 2px; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg .line {
            fill: none;
            stroke: #000000;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6; }
          #mainheader .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6; }
  #mainheader:hover {
    background: white; }
  #mainheader.fixed {
    background: rgba(0, 0, 0, 0.9); }
    #mainheader.fixed:hover {
      background: black; }
    #mainheader.fixed .header-wrapper #logo svg path, #mainheader.fixed .header-wrapper #logo img path {
      fill: #FFFFFF; }
    #mainheader.fixed .header-wrapper #logo svg rect, #mainheader.fixed .header-wrapper #logo img rect {
      stroke: #FFFFFF; }
    #mainheader.fixed .header-wrapper #navigation ul li a {
      color: #FFFFFF; }
    #mainheader.fixed .header-wrapper #mobile-nav-icon .menu-icon .menu-icon-svg .line {
      stroke: #FFFFFF; }

/********************************************************
MAX-WIDTH: 1300
********************************************************/
@media only screen and (max-width: 1300px) {
  #mainheader .header-wrapper #navigation {
    right: 30px;
    left: auto; }
    #mainheader .header-wrapper #navigation ul {
      text-align: right; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainheader .header-wrapper #navigation {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #F46D46;
    z-index: 10; }
    #mainheader .header-wrapper #navigation.nav-open {
      right: 0; }
    #mainheader .header-wrapper #navigation ul {
      text-align: left;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 120px 30px 0 30px; }
      #mainheader .header-wrapper #navigation ul li {
        display: block;
        margin: 0; }
        #mainheader .header-wrapper #navigation ul li a {
          color: #FFFFFF; }
          #mainheader .header-wrapper #navigation ul li a:before {
            display: none; }
        #mainheader .header-wrapper #navigation ul li ul.sub-menu {
          background-color: transparent;
          height: auto;
          max-height: 1000px;
          position: relative;
          overflow: hidden;
          display: inherit;
          top: 0;
          padding: 0;
          margin: 0; }
          #mainheader .header-wrapper #navigation ul li ul.sub-menu li {
            float: none;
            padding-left: 20px; }
            #mainheader .header-wrapper #navigation ul li ul.sub-menu li:first-child {
              padding-top: 0; }
            #mainheader .header-wrapper #navigation ul li ul.sub-menu li a {
              line-height: 22px;
              font-size: 14px; }
        #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu {
          height: auto;
          max-height: 10000px;
          background-color: transparent;
          margin: 0;
          padding: 0; }
          #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li {
            display: block;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left; }
            #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li a {
              color: #FFFFFF;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              #mainheader .header-wrapper #navigation ul li:hover ul.sub-menu li a:hover {
                color: #FFFFFF; }
        #mainheader .header-wrapper #navigation ul li.menu-item-has-children a:after {
          content: "\f078";
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          margin-left: 5px;
          font-size: 11px; }
        #mainheader .header-wrapper #navigation ul li.menu-item-has-children ul.sub-menu li a:after {
          display: none; }
  #mainheader .header-wrapper #mobile-nav-icon {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainheader .header-wrapper #logo svg, #mainheader .header-wrapper #logo img {
    max-height: 30px; }
  #mainheader .header-wrapper #navigation ul {
    padding: 80px 30px 0 30px; }
  #mainheader .header-wrapper #mobile-nav-icon {
    top: 10px; } }
#content .banner {
  width: 100%;
  height: 800px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  #content .banner .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #content .banner .container {
    position: relative;
    z-index: 2;
    height: 800px; }
    #content .banner .container .display-table {
      width: 100%;
      height: 100%;
      display: table;
      position: absolute;
      left: 0;
      right: 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px; }
      #content .banner .container .display-table .display-table-cell {
        display: table-cell;
        vertical-align: middle; }
        #content .banner .container .display-table .display-table-cell h1 {
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: 'Red Hat Display', sans-serif;
          font-weight: 700;
          font-size: 70px;
          margin-bottom: 20px;
          max-width: 75%; }
        #content .banner .container .display-table .display-table-cell p {
          color: #FFFFFF;
          font-family: 'Nunito', sans-serif;
          font-weight: 700;
          font-size: 18px; }
#content .subbanner {
  width: 100%;
  height: 500px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  #content .subbanner .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #content .subbanner .container {
    position: relative;
    z-index: 2;
    height: 500px; }
    #content .subbanner .container .display-table {
      width: 100%;
      height: 100%;
      display: table;
      position: absolute;
      left: 0;
      right: 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px; }
      #content .subbanner .container .display-table .display-table-cell {
        display: table-cell;
        vertical-align: middle; }
        #content .subbanner .container .display-table .display-table-cell h1 {
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: 'Red Hat Display', sans-serif;
          font-weight: 700;
          font-size: 50px;
          margin-bottom: 20px;
          max-width: 75%; }
        #content .subbanner .container .display-table .display-table-cell p {
          color: #FFFFFF;
          font-family: 'Nunito', sans-serif;
          font-weight: 700;
          font-size: 18px; }
#content .image-text {
  position: relative; }
  #content .image-text .image {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px; }
  #content .image-text .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px; }
#content .four-cols-blocks {
  position: relative; }
  #content .four-cols-blocks .block {
    margin-bottom: 30px; }
    #content .four-cols-blocks .block figure {
      margin-bottom: 30px; }
#content .four-cols-blocks-one-text {
  position: relative; }
  #content .four-cols-blocks-one-text .blocks .block:nth-child(3n+4) {
    clear: left; }
#content .three-cols-blocks {
  position: relative; }
  #content .three-cols-blocks .block {
    margin-bottom: 30px; }
    #content .three-cols-blocks .block figure {
      margin-bottom: 30px; }
  #content .three-cols-blocks .row.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #content .three-cols-blocks .row.flex .block {
      float: none; }
#content .image-banner-highlight {
  width: 100%;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  #content .image-banner-highlight .bg-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #content .image-banner-highlight .container {
    position: relative;
    z-index: 2;
    min-height: 800px; }
    #content .image-banner-highlight .container .display-table {
      width: 100%;
      height: 100%;
      display: table;
      position: absolute;
      left: 0;
      right: 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px; }
      #content .image-banner-highlight .container .display-table .display-table-cell {
        display: table-cell;
        vertical-align: middle; }
        #content .image-banner-highlight .container .display-table .display-table-cell .entry-label {
          background: rgba(255, 255, 255, 0.4);
          color: #000000;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px 10px;
          margin-bottom: 30px;
          font-family: 'Red Hat Display', sans-serif;
          font-weight: 700;
          font-size: 12px;
          text-transform: uppercase; }
        #content .image-banner-highlight .container .display-table .display-table-cell h2 {
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: 'Red Hat Display', sans-serif;
          font-weight: 700;
          font-size: 50px;
          margin-bottom: 20px;
          max-width: 75%; }
        #content .image-banner-highlight .container .display-table .display-table-cell p {
          color: #FFFFFF;
          font-family: 'Nunito', sans-serif;
          font-weight: 700;
          font-size: 18px; }
#content .about .block .block-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }
  #content .about .block .block-inner .text {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20% 30px 30px;
    float: left;
    width: 65%; }
  #content .about .block .block-inner .image {
    width: 35%;
    float: right;
    position: relative; }
    #content .about .block .block-inner .image figure {
      width: 100%;
      height: auto;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden; }
#content .what-to-do {
  position: relative; }
  #content .what-to-do .big-block figure {
    margin-bottom: 30px; }
  #content .what-to-do .small-blocks .block {
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    #content .what-to-do .small-blocks .block .image {
      width: 33.3333333%; }
    #content .what-to-do .small-blocks .block .text {
      width: 66.6666666%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 0 0 30px; }
#content .blogs .blog:nth-child(4n+5) {
  clear: left; }

/********************************************************
MAX-WIDTH: 1199
********************************************************/
@media only screen and (max-width: 1199px) {
  #content .blogs .blog:nth-child(4n+5) {
    clear: none; }
  #content .blogs .blog:nth-child(3n+4) {
    clear: left; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .banner .container .display-table .display-table-cell h1 {
    font-size: 60px; }
  #content .subbanner .container .display-table .display-table-cell h1 {
    font-size: 60px; }
  #content .blogs .blog:nth-child(3n+4) {
    clear: none; }
  #content .blogs .blog:nth-child(2n+3) {
    clear: left; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .banner .container .display-table .display-table-cell h1 {
    font-size: 40px; }
  #content .subbanner .container .display-table .display-table-cell h1 {
    font-size: 40px; }
  #content .image-text .image {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px; }
  #content .image-banner-highlight .container {
    min-height: 600px; }
    #content .image-banner-highlight .container .display-table .display-table-cell h2 {
      font-size: 40px; }
  #content .about .block .block-inner .text {
    order: 2;
    padding: 15px 0 15px 0;
    float: none;
    width: 100%; }
  #content .about .block .block-inner .image {
    order: 1;
    width: 100%;
    float: none;
    padding-top: 0; }
    #content .about .block .block-inner .image figure {
      position: relative;
      right: 0px;
      width: 100%;
      height: auto; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner {
    height: 600px; }
    #content .banner .container {
      height: 600px; }
      #content .banner .container .display-table .display-table-cell h1 {
        font-size: 30px; }
  #content .subbanner {
    height: 350px; }
    #content .subbanner .container {
      height: 350px; }
      #content .subbanner .container .display-table .display-table-cell h1 {
        font-size: 30px; }
  #content .image-banner-highlight .container {
    min-height: auto;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 15px; }
    #content .image-banner-highlight .container .display-table {
      position: relative; }
      #content .image-banner-highlight .container .display-table .display-table-cell h2 {
        font-size: 30px;
        max-width: 100%; } }
#content .single-intro {
  padding-top: 100px;
  margin-bottom: 30px; }
#content .inhoudsopgave {
  margin-bottom: 30px; }
  #content .inhoudsopgave .entry-inhoudsopgave {
    border: 1px solid #eaeaea;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-header {
      border-bottom: 1px solid #eaeaea;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      position: relative; }
      #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-header:after {
        content: "\f078";
        font-family: fontawesome;
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 12px; }
      #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-header.closed:after {
        content: "\f077"; }
      #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-header:hover {
        cursor: pointer; }
    #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: auto;
      max-height: 10000px; }
      #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px; }
        #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner ul {
          margin: 0 0 0 0px; }
          #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner ul li {
            list-style-type: none; }
            #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner ul li.padding-left {
              padding-left: 20px; }
            #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner ul li a {
              color: #000000;
              text-decoration: none; }
              #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content .inner ul li a:hover {
                color: #F46D46; }
      #content .inhoudsopgave .entry-inhoudsopgave .inhoudsopgave-content.closed {
        height: 0;
        max-height: 0;
        overflow: hidden; }
#content .single-text {
  margin-bottom: 45px; }
  #content .single-text ul {
    margin-left: 18px; }
  #content .single-text .row.reverse {
    display: flex; }
    #content .single-text .row.reverse .image {
      order: 1; }
    #content .single-text .row.reverse .text {
      order: 2; }
#content .single-image, #content .single-images {
  margin-bottom: 45px; }
  #content .single-image figure, #content .single-images figure {
    margin-bottom: 15px; }
    #content .single-image figure img, #content .single-images figure img {
      max-width: 100%;
      height: auto; }
  #content .single-image .entry-alt, #content .single-images .entry-alt {
    font-size: 13px;
    font-style: italic;
    padding-top: 0px; }
#content .single-tip {
  margin-bottom: 60px; }
  #content .single-tip .entry-block {
    border: 2px solid #59815B;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 80px;
    position: relative; }
    #content .single-tip .entry-block .entry-title {
      margin-bottom: 10px; }
    #content .single-tip .entry-block:before {
      content: "\f0eb";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      font-size: 50px;
      position: absolute;
      top: 20px;
      left: 20px;
      color: #F46D46;
      line-height: 50px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .single-text .row.reverse {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  background-color: #1f1e1e;
  color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 125px 0 65px 0; }
  #mainfooter .footer-info {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    margin-bottom: 60px; }
    #mainfooter .footer-info .footer-logo {
      margin-bottom: 30px;
      max-width: 200px;
      height: auto; }
    #mainfooter .footer-info img, #mainfooter .footer-info svg {
      max-width: 210px;
      height: auto; }
      #mainfooter .footer-info img path, #mainfooter .footer-info svg path {
        fill: #FFFFFF; }
      #mainfooter .footer-info img rect, #mainfooter .footer-info svg rect {
        stroke: #FFFFFF; }
    #mainfooter .footer-info a {
      color: #FFFFFF;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #mainfooter .footer-info a:hover {
        color: #F46D46;
        text-decoration: none; }
  #mainfooter .footer-menu {
    margin-bottom: 60px; }
    #mainfooter .footer-menu p.footer-title {
      margin-bottom: 20px;
      color: #F46D46;
      font-family: 'Red Hat Display', sans-serif;
      font-weight: 700; }
    #mainfooter .footer-menu ul {
      margin: 0;
      padding: 0; }
      #mainfooter .footer-menu ul li {
        list-style-type: none; }
        #mainfooter .footer-menu ul li a {
          color: #FFFFFF;
          text-decoration: none; }
  #mainfooter .footer-buttons ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #mainfooter .footer-buttons ul li {
      list-style-type: none;
      margin-right: 5px;
      margin-bottom: 5px;
      float: left; }
      #mainfooter .footer-buttons ul li a {
        background-color: #F46D46;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #FFFFFF;
        text-decoration: none;
        display: block; }
        #mainfooter .footer-buttons ul li a:hover {
          background-color: #f5f5f5;
          color: #000000; }
      #mainfooter .footer-buttons ul li:last-child {
        margin-right: 0; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/

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