@charset "UTF-8";
/* 
Theme Name: Mooiste Dorpjes v2022
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");
/********************************************************
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; }

/********************************************************
VARIABLES
********************************************************/
/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
/********************************************************
FONTS
********************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/mooistedorpjes-wp/fontawesome./webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/mooistedorpjes-wp/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

/********************************************************
GLOBAL
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #2e2e2e;
  font-size: 15px;
  line-height: 22px;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body, html {
    font-family: 'Lato', sans-serif;
    font-weight: 300; } }
.container {
  width: 1000px;
  margin: 0 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: 0 15px;
  position: relative;
  z-index: 3; }
  .container.big {
    width: 1160px; }

.entry-content ul, .entry-content ol, .entry-content p, .entry-content-extra ul, .entry-content-extra ol, .entry-content-extra p {
  margin-bottom: 20px; }
  .entry-content ul a, .entry-content ol a, .entry-content p a, .entry-content-extra ul a, .entry-content-extra ol a, .entry-content-extra p a {
    color: #29a0b1;
    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; }
    .entry-content ul a:hover, .entry-content ol a:hover, .entry-content p a:hover, .entry-content-extra ul a:hover, .entry-content-extra ol a:hover, .entry-content-extra p a:hover {
      text-decoration: none;
      opacity: 0.8; }
.entry-content ul, .entry-content ol, .entry-content-extra ul, .entry-content-extra ol {
  margin-left: 20px; }

strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.clear {
  clear: both; }

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: #000000;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

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

/********************************************************
MAX-WIDTH: 1160
********************************************************/
@media only screen and (max-width: 1160px) {
  .container.big {
    width: auto;
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1024
********************************************************/
@media only screen and (max-width: 1024px) {
  .no-mobile {
    display: none; } }
/********************************************************
MAX-WIDTH: 1000
********************************************************/
@media only screen and (max-width: 1000px) {
  .container {
    width: auto;
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 660px; }
    .container.big {
      width: auto;
      max-width: 660px; } }
/********************************************************
MAX-WIDTH: 690
********************************************************/
@media only screen and (max-width: 690px) {
  .container {
    width: auto;
    max-width: 100%; }
    .container.big {
      width: auto;
      max-width: 100%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  body {
    padding-top: 70px; } }
#top {
  width: 0;
  height: 0; }

.mobile-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: -300px;
  bottom: 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: 100px 20px 20px 20px;
  display: none;
  background-color: #15213f;
  -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;
  z-index: 200; }
  .mobile-menu ul {
    margin: 0 0 20px 0;
    padding: 0; }
    .mobile-menu ul li {
      list-style-type: none;
      position: relative; }
      .mobile-menu ul li a {
        color: #FFFFFF;
        text-decoration: none;
        line-height: 30px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
      .mobile-menu ul li.current_page_item:after {
        display: none; }
      .mobile-menu ul li ul.sub-menu {
        position: relative;
        width: 100%;
        height: 0;
        max-height: 0px;
        overflow: hidden;
        margin-left: 0;
        min-width: 100%;
        display: inherit;
        padding: 0;
        margin: 0 !important; }
        .mobile-menu ul li ul.sub-menu li {
          border: 0;
          margin-bottom: 0;
          margin-right: 0px;
          padding-top: 0;
          padding-left: 25px; }
          .mobile-menu ul li ul.sub-menu li a {
            display: inherit;
            padding: 0;
            line-height: 30px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            text-transform: none; }
          .mobile-menu ul li ul.sub-menu li ul.sub-menu {
            margin-top: 0 !important;
            display: inherit !important;
            left: 0 !important; }
      .mobile-menu ul li.menu-item-has-children:after {
        display: none; }
      .mobile-menu ul li.menu-item-has-children span {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: 0;
        text-align: right; }
        .mobile-menu ul li.menu-item-has-children span:after {
          content: " + ";
          top: 0px;
          font-weight: bold;
          font-size: 25px;
          color: #FFFFFF; }
      .mobile-menu ul li.menu-item-has-children:hover ul.sub-menu {
        height: 0;
        max-height: 0px;
        padding-top: 0; }
        .mobile-menu ul li.menu-item-has-children:hover ul.sub-menu li ul.sub-menu li {
          min-width: 100%; }
      .mobile-menu ul li.menu-item-has-children.opened {
        height: auto;
        max-height: 10000px; }
        .mobile-menu ul li.menu-item-has-children.opened.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
          height: 0;
          max-height: 0px;
          padding-top: 0; }
        .mobile-menu ul li.menu-item-has-children.opened.menu-item-has-children span:after {
          content: " - "; }
        .mobile-menu ul li.menu-item-has-children.opened.menu-item-has-children ul.sub-menu li span {
          display: none; }
        .mobile-menu ul li.menu-item-has-children.opened.menu-item-has-children ul.sub-menu li.opened ul.sub-menu {
          height: auto !important;
          max-height: 10000px !important;
          display: inherit !important; }
        .mobile-menu ul li.menu-item-has-children.opened.menu-item-has-children ul.sub-menu li.opened:hover ul.sub-menu {
          height: auto !important;
          max-height: 10000px !important;
          display: inherit !important; }
        .mobile-menu ul li.menu-item-has-children.opened ul.sub-menu {
          height: auto;
          max-height: 10000px; }
          .mobile-menu ul li.menu-item-has-children.opened ul.sub-menu li ul.sub-menu {
            height: auto;
            max-height: 10000px;
            left: auto !important;
            /*right: -30px;*/ }
            .mobile-menu ul li.menu-item-has-children.opened ul.sub-menu li ul.sub-menu li {
              min-width: 100% !important; }
  .mobile-menu.nav-open {
    right: 0; }

#mainheader {
  background-color: #29a0b1;
  -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 0;
  position: relative;
  z-index: 5; }
  #mainheader .container {
    position: relative; }
    #mainheader .container .logo {
      float: left; }
      #mainheader .container .logo img {
        max-height: 46px;
        width: auto; }
    #mainheader .container .navigation {
      float: right;
      overflow: hidden; }
      #mainheader .container .navigation nav {
        float: left;
        margin-right: 20px; }
        #mainheader .container .navigation nav ul {
          margin: 0;
          padding: 0; }
          #mainheader .container .navigation nav ul li {
            list-style-type: none;
            line-height: 46px; }
            #mainheader .container .navigation nav ul li a {
              color: #FFFFFF;
              text-decoration: none;
              font-family: 'Roboto Condensed', sans-serif;
              font-weight: 400;
              font-size: 16px; }
      #mainheader .container .navigation .search-icon {
        float: left;
        line-height: 46px; }
        #mainheader .container .navigation .search-icon i {
          color: #FFFFFF;
          font-size: 22px; }
        #mainheader .container .navigation .search-icon:hover {
          cursor: pointer; }
      #mainheader .container .navigation #mobile-nav-icon {
        float: right;
        padding-left: 10px;
        display: none;
        margin-top: -8px;
        margin-bottom: -8px; }
        #mainheader .container .navigation #mobile-nav-icon .menu-icon {
          float: right;
          position: relative;
          z-index: 202;
          width: 45px;
          height: 45px; }
          #mainheader .container .navigation #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;
            position: absolute;
            z-index: 300; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg svg {
              width: 40px;
              height: 40px;
              margin-top: 2px; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg .line {
              fill: none;
              stroke: #FFFFFF;
              stroke-width: 6;
              transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
              stroke-dasharray: 60 207;
              stroke-width: 6; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
              stroke-dasharray: 60 60;
              stroke-width: 6; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
              stroke-dasharray: 60 207;
              stroke-width: 6; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
              stroke-dasharray: 90 207;
              stroke-dashoffset: -134;
              stroke-width: 6; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
              stroke-dasharray: 1 60;
              stroke-dashoffset: -30;
              stroke-width: 6; }
            #mainheader .container .navigation #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
              stroke-dasharray: 90 207;
              stroke-dashoffset: -134;
              stroke-width: 6; }
      #mainheader .container .navigation .menu-toggle-icon {
        float: left;
        display: none; }
    #mainheader .container .search-input {
      position: absolute;
      right: 0px;
      bottom: -66px;
      border: 2px solid #167d7f;
      display: none;
      z-index: 100;
      /*
      input[type=text] {border: 0; @include boxsizing; padding: 10px; width: 280px;}
      ::-webkit-input-placeholder {color: $black; font-style: italic;}
      ::-moz-placeholder {color: $black; font-style: italic;}
      :-ms-input-placeholder {color: $black; font-style: italic;} 
      input:-moz-placeholder {color: $black; font-style: italic;}
      input[type=button], input[type=submit] {background-color: $green; color: $white; border: 0; @include boxsizing; padding: 10px;}
      
      */ }
      #mainheader .container .search-input.clicked {
        display: inherit; }
      #mainheader .container .search-input #ajaxsearchlite1 .probox {
        background-image: none;
        background-color: #FFFFFF;
        height: 42px;
        width: 300px !important; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .promagnifier {
          background-image: none;
          height: 42px;
          width: 42px;
          background-color: #167d7f; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput input {
          height: 42px;
          color: #000000 !important; }
          #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput input.autocomplete {
            display: none; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput ::-webkit-input-placeholder {
          color: #000000 !important;
          font-style: italic; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput ::-moz-placeholder {
          color: #000000 !important;
          font-style: italic; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput :-ms-input-placeholder {
          color: #000000 !important;
          font-style: italic; }
        #mainheader .container .search-input #ajaxsearchlite1 .probox .proinput input:-moz-placeholder {
          color: #000000 !important;
          font-style: italic; }

#ajaxsearchliteres1 {
  width: 300px;
  background: #167d7f; }
  #ajaxsearchliteres1 h3 a.asl_res_url {
    color: #167d7f; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainheader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    #mainheader .container .logo img {
      max-height: 30px; }
    #mainheader .container .navigation nav {
      display: none; }
    #mainheader .container .navigation .search-icon {
      line-height: 30px; }
    #mainheader .container .navigation .menu-toggle-icon {
      line-height: 30px;
      display: inherit; }
    #mainheader .container .navigation #mobile-nav-icon {
      display: inherit; }

  .mobile-menu {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 450
********************************************************/
@media only screen and (max-width: 450px) {
  #mainheader .container .search-input input[type=text] {
    width: 200px; } }
#content {
  /* BREADCRUMBS */
  /* HOMEPAGE */
  /* DORP */
  /* REGIO */
  /* SEARCH */ }
  #content #breadcrumbs {
    font-size: 14px;
    position: relative;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; }
    #content #breadcrumbs a {
      color: #29a0b1;
      text-decoration: none; }
  #content.content-homepage .intro .entry-header.bg {
    background-color: #f5f5f5;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 10px 0; }
  #content.content-homepage .intro .entry-header h1 {
    font-size: 40px;
    color: #167d7f;
    line-height: 60px; }
  #content.content-homepage .intro .entry-content.bg {
    background-color: #f5f5f5;
    -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 0 30px 0; }
  #content.content-homepage .intro .entry-content h2 {
    font-size: 25px;
    line-height: 35px;
    color: #167d7f; }
  #content.content-homepage .intro .entry-content .wpcf7 form input, #content.content-homepage .intro .entry-content .wpcf7 form textarea {
    border: 1px solid #ccc;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    margin-top: 3px; }
  #content.content-homepage .intro .entry-content .wpcf7 form input[type=submit] {
    border: 0;
    background-color: #167d7f;
    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: 5px 15px;
    width: auto; }
  #content.content-homepage .recent {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content.content-homepage .recent .entry-title {
      margin-bottom: 10px; }
      #content.content-homepage .recent .entry-title h2 {
        color: #167d7f;
        font-size: 25px;
        line-height: 35px; }
    #content.content-homepage .recent .entry-items .item {
      background-color: #f5f5f5;
      display: flex;
      margin-bottom: 30px; }
      #content.content-homepage .recent .entry-items .item .item-text {
        float: 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: 20px;
        position: relative; }
        #content.content-homepage .recent .entry-items .item .item-text .item-header {
          margin-bottom: 15px;
          position: relative; }
          #content.content-homepage .recent .entry-items .item .item-text .item-header h3 {
            font-size: 25px;
            line-height: 35px; }
            #content.content-homepage .recent .entry-items .item .item-text .item-header h3 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-homepage .recent .entry-items .item .item-text .item-header h4 {
            font-size: 16px;
            line-height: 26px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400; }
            #content.content-homepage .recent .entry-items .item .item-text .item-header h4 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-homepage .recent .entry-items .item .item-text .item-header .rating {
            position: absolute;
            right: 0;
            top: 0; }
            #content.content-homepage .recent .entry-items .item .item-text .item-header .rating img {
              max-width: 50px;
              height: auto; }
        #content.content-homepage .recent .entry-items .item .item-text .item-content a {
          color: #167d7f;
          text-decoration: none; }
          #content.content-homepage .recent .entry-items .item .item-text .item-content a:hover {
            text-decoration: underline; }
        #content.content-homepage .recent .entry-items .item .item-text .item-footer {
          position: absolute;
          left: 0;
          bottom: 35px; }
          #content.content-homepage .recent .entry-items .item .item-text .item-footer a {
            background-color: #29a0b1;
            -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: 8px 20px;
            color: #FFFFFF;
            text-decoration: none; }
      #content.content-homepage .recent .entry-items .item .item-image {
        float: left; }
        #content.content-homepage .recent .entry-items .item .item-image img {
          max-width: 400px;
          height: auto; }
    #content.content-homepage .recent .entry-items .google-ad {
      margin-bottom: 30px; }
  #content.content-dorp {
    -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 0; }
    #content.content-dorp .content-left {
      float: left;
      width: 660px;
      margin-right: 30px; }
      #content.content-dorp .content-left .entry-image {
        position: relative;
        z-index: 2; }
        #content.content-dorp .content-left .entry-image img {
          max-width: 100%;
          height: auto; }
      #content.content-dorp .content-left .entry-header {
        background-color: #f5f5f5;
        position: relative;
        -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: 40px 0 30px 0;
        margin-top: -20px;
        margin-bottom: 50px; }
        #content.content-dorp .content-left .entry-header:before {
          position: absolute;
          width: 1000%;
          height: auto;
          top: 0;
          left: -150%;
          right: -150%;
          bottom: 0;
          background-color: #f5f5f5;
          content: "";
          display: block; }
        #content.content-dorp .content-left .entry-header h1 {
          font-size: 40px;
          color: #167d7f;
          line-height: 60px;
          position: relative;
          z-index: 2;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700; }
        #content.content-dorp .content-left .entry-header .rating {
          position: absolute;
          right: 0;
          top: 55px;
          z-index: 3; }
          #content.content-dorp .content-left .entry-header .rating img {
            max-width: 50px;
            height: auto; }
      #content.content-dorp .content-left .entry-content {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px; }
      #content.content-dorp .content-left .entry-comblock {
        float: left;
        width: 660px;
        margin-right: 30px;
        background-color: #cbebe0;
        -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;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        margin-bottom: 30px; }
        #content.content-dorp .content-left .entry-comblock h2 {
          color: #167d7f;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 15px; }
        #content.content-dorp .content-left .entry-comblock ul {
          margin: 0;
          padding: 0; }
          #content.content-dorp .content-left .entry-comblock ul li {
            list-style-type: none;
            line-height: 30px;
            font-size: 14px; }
            #content.content-dorp .content-left .entry-comblock ul li strong {
              font-size: 16px; }
            #content.content-dorp .content-left .entry-comblock ul li a {
              font-size: 16px;
              color: #2e2e2e;
              text-decoration: underline; }
        #content.content-dorp .content-left .entry-comblock p {
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 15px; }
          #content.content-dorp .content-left .entry-comblock p:last-child {
            margin-bottom: 0; }
          #content.content-dorp .content-left .entry-comblock p a {
            color: #29a0b1;
            text-decoration: underline; }
            #content.content-dorp .content-left .entry-comblock p a:hover {
              text-decoration: none; }
      #content.content-dorp .content-left .entry-ad {
        float: left;
        width: 660px;
        margin-right: 30px;
        -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;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        margin-bottom: 30px; }
      #content.content-dorp .content-left .google-ad {
        margin-bottom: 30px; }
        #content.content-dorp .content-left .google-ad img {
          max-width: 100%; }
    #content.content-dorp .content-right {
      float: left;
      width: 440px;
      position: relative;
      z-index: 2; }
      #content.content-dorp .content-right .entry-gallery {
        margin-bottom: 30px; }
      #content.content-dorp .content-right .entry-map {
        margin-bottom: 30px;
        max-width: 100%; }
        #content.content-dorp .content-right .entry-map h3 {
          font-size: 25px;
          color: #167d7f;
          line-height: 35px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          margin-bottom: 15px; }
        #content.content-dorp .content-right .entry-map iframe {
          width: 100%;
          max-width: 100%;
          max-height: 350px; }
      #content.content-dorp .content-right .entry-weather {
        margin-bottom: 30px; }
        #content.content-dorp .content-right .entry-weather h3 {
          font-size: 25px;
          color: #167d7f;
          line-height: 35px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          margin-bottom: 15px; }
        #content.content-dorp .content-right .entry-weather .weer-blokken {
          overflow: hidden; }
          #content.content-dorp .content-right .entry-weather .weer-blokken .weer-blok {
            float: left;
            width: 20%;
            text-align: center;
            font-size: 10px; }
            #content.content-dorp .content-right .entry-weather .weer-blokken .weer-blok img {
              max-width: 75%;
              height: auto; }
        #content.content-dorp .content-right .entry-weather a.more-weather {
          padding-top: 15px;
          color: #167d7f;
          text-decoration: none;
          display: inherit; }
          #content.content-dorp .content-right .entry-weather a.more-weather:hover {
            text-decoration: underline; }
      #content.content-dorp .content-right .entry-links {
        background-color: #f5f5f5;
        -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;
        margin-bottom: 30px; }
        #content.content-dorp .content-right .entry-links h3 {
          font-size: 25px;
          color: #167d7f;
          line-height: 35px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          margin-bottom: 15px; }
        #content.content-dorp .content-right .entry-links ul {
          margin-left: 0;
          padding: 0; }
          #content.content-dorp .content-right .entry-links ul li {
            list-style-type: none;
            line-height: 30px; }
            #content.content-dorp .content-right .entry-links ul li:before {
              content: "• ";
              color: #167d7f;
              padding-right: 5px; }
            #content.content-dorp .content-right .entry-links ul li a {
              font-size: 16px;
              color: #29a0b1;
              text-decoration: none; }
  #content.content-regio .entry-header {
    background-color: #f5f5f5;
    position: relative;
    -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 30px 0;
    margin-bottom: 50px; }
    #content.content-regio .entry-header:before {
      position: absolute;
      width: 1000%;
      height: auto;
      top: 0;
      left: -150%;
      right: -150%;
      bottom: 0;
      background-color: #f5f5f5;
      content: "";
      display: block; }
    #content.content-regio .entry-header h1 {
      font-size: 40px;
      color: #167d7f;
      line-height: 60px;
      position: relative;
      z-index: 2;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700; }
  #content.content-regio .entry-list {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #167d7f; }
    #content.content-regio .entry-list ul {
      list-style-type: none;
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3; }
      #content.content-regio .entry-list ul li {
        list-style-type: none; }
        #content.content-regio .entry-list ul li:before {
          content: "• ";
          color: #167d7f;
          padding-right: 5px; }
        #content.content-regio .entry-list ul li a {
          font-size: 16px;
          color: #29a0b1;
          text-decoration: none;
          line-height: 30px; }
  #content.content-regio .content-left {
    float: left;
    width: 660px;
    margin-right: 30px; }
    #content.content-regio .content-left.entry-content {
      font-size: 16px;
      line-height: 24px; }
      #content.content-regio .content-left.entry-content h2 {
        color: #167d7f;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px; }
  #content.content-regio .content-right {
    float: left;
    width: 440px; }
    #content.content-regio .content-right.entry-image {
      margin-bottom: 30px;
      padding-top: 51px; }
      #content.content-regio .content-right.entry-image img {
        max-width: 100%;
        height: auto; }
  #content.content-regio .entry-content-extra {
    clear: both;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px; }
  #content.content-regio .flex {
    clear: both;
    display: flex; }
    #content.content-regio .flex .entry-comblock {
      float: left;
      width: 660px;
      margin-right: 30px;
      background-color: #cbebe0;
      -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;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
      #content.content-regio .flex .entry-comblock h2 {
        color: #167d7f;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px; }
      #content.content-regio .flex .entry-comblock ul {
        margin: 0;
        padding: 0; }
        #content.content-regio .flex .entry-comblock ul li {
          list-style-type: none;
          line-height: 30px;
          font-size: 14px; }
          #content.content-regio .flex .entry-comblock ul li strong {
            font-size: 16px; }
          #content.content-regio .flex .entry-comblock ul li a {
            font-size: 16px;
            color: #2e2e2e;
            text-decoration: underline; }
    #content.content-regio .flex .entry-comblock-ad {
      float: left;
      width: 660px;
      margin-right: 30px;
      -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;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      margin-bottom: 30px; }
    #content.content-regio .flex .entry-ad {
      float: left;
      width: 440px; }
    #content.content-regio .flex .google-ad {
      float: left;
      min-width: 440px;
      min-height: 200px; }
  #content.content-regio .entry-no-comblock-ad {
    clear: both;
    width: 100%; }
  #content.content-regio .recent {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    clear: both; }
    #content.content-regio .recent .entry-items .item {
      background-color: #f5f5f5;
      display: flex;
      margin-bottom: 30px; }
      #content.content-regio .recent .entry-items .item .item-text {
        float: 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: 20px;
        position: relative; }
        #content.content-regio .recent .entry-items .item .item-text .item-header {
          margin-bottom: 15px;
          position: relative; }
          #content.content-regio .recent .entry-items .item .item-text .item-header h3 {
            font-size: 25px;
            line-height: 35px; }
            #content.content-regio .recent .entry-items .item .item-text .item-header h3 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-regio .recent .entry-items .item .item-text .item-header h4 {
            font-size: 16px;
            line-height: 26px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400; }
            #content.content-regio .recent .entry-items .item .item-text .item-header h4 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-regio .recent .entry-items .item .item-text .item-header .rating {
            position: absolute;
            right: 0;
            top: 0; }
            #content.content-regio .recent .entry-items .item .item-text .item-header .rating img {
              max-width: 50px;
              height: auto; }
        #content.content-regio .recent .entry-items .item .item-text .item-content a {
          color: #167d7f;
          text-decoration: none; }
          #content.content-regio .recent .entry-items .item .item-text .item-content a:hover {
            text-decoration: underline; }
        #content.content-regio .recent .entry-items .item .item-text .item-footer {
          position: absolute;
          left: 0;
          bottom: 35px; }
          #content.content-regio .recent .entry-items .item .item-text .item-footer a {
            background-color: #29a0b1;
            -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: 8px 20px;
            color: #FFFFFF;
            text-decoration: none; }
      #content.content-regio .recent .entry-items .item .item-image {
        float: left; }
        #content.content-regio .recent .entry-items .item .item-image img {
          max-width: 440px;
          height: auto; }
    #content.content-regio .recent .entry-items .google-ad {
      margin-bottom: 30px; }
  #content.content-search .intro .entry-header.bg {
    background-color: #f5f5f5;
    -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: 40px 0 40px 0; }
  #content.content-search .intro .entry-header h1 {
    font-size: 40px;
    color: #167d7f;
    line-height: 60px; }
  #content.content-search .results {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content.content-search .results .entry-items .item {
      background-color: #f5f5f5;
      display: flex;
      margin-bottom: 30px; }
      #content.content-search .results .entry-items .item.page.php {
        display: none; }
      #content.content-search .results .entry-items .item .item-text {
        float: 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: 20px;
        position: relative; }
        #content.content-search .results .entry-items .item .item-text .item-header {
          margin-bottom: 15px;
          position: relative; }
          #content.content-search .results .entry-items .item .item-text .item-header h3 {
            font-size: 25px;
            line-height: 35px; }
            #content.content-search .results .entry-items .item .item-text .item-header h3 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-search .results .entry-items .item .item-text .item-header h4 {
            font-size: 16px;
            line-height: 26px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400; }
            #content.content-search .results .entry-items .item .item-text .item-header h4 a {
              color: #167d7f;
              text-decoration: none; }
          #content.content-search .results .entry-items .item .item-text .item-header .rating {
            position: absolute;
            right: 0;
            top: 0; }
            #content.content-search .results .entry-items .item .item-text .item-header .rating img {
              max-width: 50px;
              height: auto; }
        #content.content-search .results .entry-items .item .item-text .item-footer {
          position: absolute;
          left: 0;
          bottom: 20px; }
          #content.content-search .results .entry-items .item .item-text .item-footer a {
            background-color: #29a0b1;
            -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: 8px 20px;
            color: #FFFFFF;
            text-decoration: none; }
      #content.content-search .results .entry-items .item .item-image {
        float: left; }
        #content.content-search .results .entry-items .item .item-image img {
          max-width: 400px;
          height: auto; }
    #content.content-search .results .entry-items .google-ad {
      margin-bottom: 30px; }

/********************************************************
MAX-WIDTH: 1160
********************************************************/
@media only screen and (max-width: 1160px) {
  #content.content-dorp .content-right, #content.content-regio .content-right {
    width: -webkit-calc(100% - 690px);
    width: -moz-calc(100% - 690px);
    width: calc(100% - 690px); } }
/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content.content-homepage .recent, #content.content-regio .recent {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content.content-homepage .recent .entry-title, #content.content-regio .recent .entry-title {
      margin-bottom: 10px; }
      #content.content-homepage .recent .entry-title h2, #content.content-regio .recent .entry-title h2 {
        color: #167d7f;
        font-size: 20px;
        line-height: 30px; }
    #content.content-homepage .recent .entry-items .item, #content.content-regio .recent .entry-items .item {
      display: inherit; }
      #content.content-homepage .recent .entry-items .item .item-text, #content.content-regio .recent .entry-items .item .item-text {
        float: none; }
        #content.content-homepage .recent .entry-items .item .item-text .item-header h3, #content.content-regio .recent .entry-items .item .item-text .item-header h3 {
          font-size: 18px;
          line-height: 28px; }
        #content.content-homepage .recent .entry-items .item .item-text .item-header h4, #content.content-regio .recent .entry-items .item .item-text .item-header h4 {
          font-size: 16px;
          line-height: 26px; }
        #content.content-homepage .recent .entry-items .item .item-text .item-footer, #content.content-regio .recent .entry-items .item .item-text .item-footer {
          position: relative;
          left: -20px;
          margin-top: 30px;
          bottom: 0; }
      #content.content-homepage .recent .entry-items .item .item-image, #content.content-regio .recent .entry-items .item .item-image {
        float: none;
        width: 100%; }
        #content.content-homepage .recent .entry-items .item .item-image img, #content.content-regio .recent .entry-items .item .item-image img {
          max-width: 100%; }
    #content.content-homepage .recent .entry-items .google-ad img, #content.content-regio .recent .entry-items .google-ad img {
      max-width: 100%; }
  #content.content-dorp .content-left {
    float: none;
    width: 100%; }
    #content.content-dorp .content-left .entry-comblock {
      float: none;
      width: 100%;
      margin-right: 0px; }
    #content.content-dorp .content-left .google-ad {
      -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;
      width: 100%; }
  #content.content-dorp .content-right {
    float: none;
    width: 100%; }
    #content.content-dorp .content-right .entry-links {
      padding-left: 0px;
      padding-right: 0;
      position: relative;
      margin-bottom: 0; }
      #content.content-dorp .content-right .entry-links:before {
        position: absolute;
        width: 1000%;
        height: auto;
        top: 0;
        left: -150%;
        right: -150%;
        bottom: 0;
        background-color: #f5f5f5;
        content: "";
        display: block;
        z-index: -1; }
  #content.content-regio .content-left {
    float: none;
    width: 100%; }
  #content.content-regio .content-right {
    float: none;
    width: 100%; }
  #content.content-regio .entry-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  #content.content-regio .flex .entry-comblock {
    float: none;
    width: 100%;
    margin-right: 0px; }
  #content.content-search .intro .entry-header h2 {
    color: #167d7f;
    font-size: 20px;
    line-height: 30px; }
  #content.content-search .results .entry-items .item {
    display: inherit; }
    #content.content-search .results .entry-items .item .item-text {
      float: none;
      width: 100%; }
      #content.content-search .results .entry-items .item .item-text .item-header {
        margin-bottom: 15px; }
        #content.content-search .results .entry-items .item .item-text .item-header h3 {
          font-size: 18px;
          line-height: 28px; }
        #content.content-search .results .entry-items .item .item-text .item-header h4 {
          font-size: 16px;
          line-height: 26px; }
      #content.content-search .results .entry-items .item .item-text .item-footer {
        position: relative;
        left: -20px;
        margin-top: 30px;
        bottom: 0; }
    #content.content-search .results .entry-items .item .item-image {
      float: none;
      width: 100%; }
      #content.content-search .results .entry-items .item .item-image img {
        max-width: 100%; }
  #content.content-search .results .entry-items .google-ad img {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content {
    /* HOMEPAGE */
    /* DORP */ }
    #content.content-homepage .intro .entry-header h1 {
      font-size: 25px;
      line-height: 35px; }
    #content.content-dorp .content-left {
      float: none;
      width: 100%;
      margin-right: 0px; }
      #content.content-dorp .content-left .entry-image {
        position: relative;
        z-index: 2;
        margin-bottom: 30px; }
        #content.content-dorp .content-left .entry-image img {
          max-width: 100%;
          height: auto; }
      #content.content-dorp .content-left .entry-header {
        background-color: #f5f5f5;
        position: relative;
        -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 30px 0;
        margin-top: 0px;
        margin-bottom: 50px; }
        #content.content-dorp .content-left .entry-header:before {
          position: absolute;
          width: 1000%;
          height: auto;
          top: 0;
          left: -150%;
          right: -150%;
          bottom: 0;
          background-color: #f5f5f5;
          content: "";
          display: block; }
        #content.content-dorp .content-left .entry-header h1 {
          font-size: 25px;
          line-height: 35px; }
        #content.content-dorp .content-left .entry-header p#breadcrumbs {
          font-size: 14px;
          position: relative;
          z-index: 2;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 300; }
          #content.content-dorp .content-left .entry-header p#breadcrumbs a {
            color: #29a0b1;
            text-decoration: none; }
        #content.content-dorp .content-left .entry-header .rating {
          top: 37px; }
      #content.content-dorp .content-left .entry-content {
        font-size: 15px;
        line-height: 24px; }
      #content.content-dorp .content-left .entry-comblock {
        float: none;
        width: 100%;
        margin-right: 0px; }
        #content.content-dorp .content-left .entry-comblock h2 {
          font-size: 20px;
          line-height: 30px; }
        #content.content-dorp .content-left .entry-comblock ul li strong {
          font-size: 15px; }
        #content.content-dorp .content-left .entry-comblock ul li a {
          font-size: 15px; }
        #content.content-dorp .content-left .entry-comblock p {
          font-size: 15px;
          line-height: 24px; }
      #content.content-dorp .content-left .google-ad {
        margin-bottom: 30px; }
        #content.content-dorp .content-left .google-ad img {
          max-width: 100%; }
    #content.content-dorp .content-right {
      float: none;
      width: 100%; }
      #content.content-dorp .content-right .entry-map h3 {
        font-size: 20px;
        line-height: 30px; }
      #content.content-dorp .content-right .entry-map iframe {
        max-height: 300px; }
      #content.content-dorp .content-right .entry-weather h3 {
        font-size: 20px;
        line-height: 30px; }
      #content.content-dorp .content-right .entry-links h3 {
        font-size: 20px;
        line-height: 30px; }
    #content.content-regio .entry-header h1 {
      font-size: 25px;
      line-height: 35px; }
    #content.content-regio .entry-list ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
    #content.content-search .intro .entry-header h1 {
      font-size: 25px;
      line-height: 35px; } }
/********************************************************
MAX-WIDTH: 450
********************************************************/
@media only screen and (max-width: 450px) {
  #content.content-homepage .recent .entry-items .item .item-text .item-footer a span, #content.content-regio .recent .entry-items .item .item-text .item-footer a span {
    display: none; } }
/********************************************************
MAX-WIDTH: 400
********************************************************/
@media only screen and (max-width: 400px) {
  #content.content-dorp .content-left .entry-header .rating {
    top: unset;
    right: unset;
    position: relative;
    padding-top: 10px; } }
/********************************************************
MAX-WIDTH: 320
********************************************************/
@media only screen and (max-width: 320px) {
  #content.content-homepage .recent .item .item-text .item-header .rating {
    position: relative;
    top: unset;
    right: unset;
    padding-top: 10px; }
  #content.content-regio .recent .entry-items .item .item-text .item-header .rating {
    position: relative;
    top: unset;
    right: unset;
    padding-top: 10px; }
  #content.content-search .results .entry-items .item .item-text .item-header .rating {
    position: relative;
    top: unset;
    right: unset;
    padding-top: 10px; } }
#mainfooter .footer-top {
  background-color: #167d7f;
  -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;
  overflow: hidden; }
  #mainfooter .footer-top .footer-menu {
    float: left;
    width: 33.333333%; }
    #mainfooter .footer-top .footer-menu nav ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainfooter .footer-top .footer-menu nav ul li {
        list-style-type: none; }
        #mainfooter .footer-top .footer-menu nav ul li a {
          color: #FFFFFF;
          text-decoration: none;
          font-size: 13px; }
#mainfooter .footer-bottom {
  background-color: #15213f;
  -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: 10px 0px;
  overflow: hidden; }
  #mainfooter .footer-bottom .copyright {
    color: #FFFFFF;
    font-size: 13px; }
    #mainfooter .footer-bottom .copyright a {
      color: #FFFFFF;
      text-decoration: none; }
      #mainfooter .footer-bottom .copyright a:hover {
        text-decoration: underline; }

#scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  z-index: 10; }
  #scroll-to-top.active {
    display: inherit; }
  #scroll-to-top a {
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #15213f;
    display: block;
    text-align: center; }
    #scroll-to-top a i {
      color: #FFFFFF;
      font-size: 25px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainfooter .footer-top .footer-menu {
    width: 100%;
    float: none; }
    #mainfooter .footer-top .footer-menu:nth-child(1) {
      display: none; }
    #mainfooter .footer-top .footer-menu:nth-child(2) {
      display: none; } }

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