@charset "UTF-8";
/**
* @file main.scss
* The main.scss is the fill where everything comes together
*
* This is the file that gets proccessed by sass. All other partials get
* included so it maintainable and scalable. In the imports sections we declare
* all the files that are needed.
*/
/* ==========================================================================
Additional Variable
========================================================================== */
/* ==========================================================================
Imports
========================================================================== */
/* Base scss (includes mixins and stuff) */
/**
* @file _base.scss
* The base.scss inclused all standard styles in sass variables
*
* Imports the mixins, standard variables and such to be used in the main
* scss file, this file DOENST get compiled on its own but gets imported
* into the main.scss
*/
@import url("//hello.myfonts.net/count/383774");
@media only screen and (min-width: 1800px) {
  html {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  html {
    width: 100%; } }
@media only screen and (max-width: 1199px) {
  html {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  html {
    width: 100%; } }
@media only screen and (max-width: 991px) {
  html {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  html {
    width: 100%; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  html {
    width: 100%; } }
@media only screen and (max-width: 767px) and (orientation: portrait) {
  html {
    width: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html {
    width: 100%; } }

.has-icon:before, .has-icon:after {
  font-family: 'hlmrmeer';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.front a:hover, .front a:focus {
  color: #00b7e9; }
.front form .form-checkbox:checked + label:after {
  color: #00b7e9; }
.front form .form-radio:checked + label:before {
  background-color: #00b7e9; }
.front form button.form-submit {
  background-color: #00b7e9; }
  .front form button.form-submit:hover, .front form button.form-submit:focus {
    color: #FFF;
    background-color: #939598; }
  .darken .front form button.form-submit {
    color: #00b7e9;
    background-color: #FFF; }
    .darken .front form button.form-submit:hover, .darken .front form button.form-submit:focus {
      background-color: #00b7e9; }
.front blockquote {
  border-left-color: #80dbf4; }
.front .darken blockquote {
  border-left-color: #80dbf4; }
.front table tr th {
  border-color: #b3e9f8 #00b7e9 #00b7e9 #00b7e9; }
.front .darken table tr th {
  border-color: #4dcdf0 #FFF #FFF #FFF; }
.front .darken table tr:hover td {
  background-color: #1abeeb; }
.front .breadcrumbs {
  background-color: rgba(0, 183, 233, 0.9); }
.front .page-top .header-content {
  background-color: #00b7e9; }
.front .addthis_toolbox a:hover svg path, .front .addthis_toolbox a:focus svg path {
  fill: #00b7e9; }
.front .header-content .scroll-down:hover, .front .header-content .scroll-down:focus {
  color: #00b7e9 !important; }
  .front .header-content .scroll-down:hover:before, .front .header-content .scroll-down:focus:before {
    color: #00b7e9; }
.front .panel-pane.darken {
  background-color: #00b7e9; }
.front.not-front .sub-item--teaser .link-box {
  background-color: rgba(0, 183, 233, 0.7); }
.front .pane-bundle-galery .photo .title-box {
  background-color: rgba(0, 183, 233, 0.7); }
.front .pane-bundle-slideshow .slide .quote-text .content,
.front .pane-bundle-slideshow .slide .quote-image .content {
  background-color: #00b7e9; }
  .front .pane-bundle-slideshow .slide .quote-text .content:before,
  .front .pane-bundle-slideshow .slide .quote-image .content:before {
    background-color: #00b7e9; }
.front .pane-bundle-slideshow.darken .slide .quote-text .content h4, .front .pane-bundle-slideshow.darken .slide .quote-text .content h5, .front .pane-bundle-slideshow.darken .slide .quote-text .content h6,
.front .pane-bundle-slideshow.darken .slide .quote-image .content h4,
.front .pane-bundle-slideshow.darken .slide .quote-image .content h5,
.front .pane-bundle-slideshow.darken .slide .quote-image .content h6,
.front .pane-bundle-slideshow.darken .slide .text .content h4,
.front .pane-bundle-slideshow.darken .slide .text .content h5,
.front .pane-bundle-slideshow.darken .slide .text .content h6, .front .pane-bundle-slideshow.gray .slide .quote-text .content h4, .front .pane-bundle-slideshow.gray .slide .quote-text .content h5, .front .pane-bundle-slideshow.gray .slide .quote-text .content h6,
.front .pane-bundle-slideshow.gray .slide .quote-image .content h4,
.front .pane-bundle-slideshow.gray .slide .quote-image .content h5,
.front .pane-bundle-slideshow.gray .slide .quote-image .content h6,
.front .pane-bundle-slideshow.gray .slide .text .content h4,
.front .pane-bundle-slideshow.gray .slide .text .content h5,
.front .pane-bundle-slideshow.gray .slide .text .content h6 {
  color: #00b7e9; }
.front .pane-bundle-slideshow.darken .slide .quote-text .content:before,
.front .pane-bundle-slideshow.darken .slide .quote-image .content:before,
.front .pane-bundle-slideshow.darken .slide .text .content:before, .front .pane-bundle-slideshow.gray .slide .quote-text .content:before,
.front .pane-bundle-slideshow.gray .slide .quote-image .content:before,
.front .pane-bundle-slideshow.gray .slide .text .content:before {
  color: #00b7e9; }
.front #menu-footer-menu ul.menu li a:hover, .front #menu-footer-menu ul.menu li a:focus {
  color: #00b7e9; }
.front .darken a:hover, .front .darken a:focus {
  color: #80dbf4; }
.front ul.pager li a:hover, .front ul.pager li a:focus, .front ul.pager li span:hover, .front ul.pager li span:focus {
  background-color: #00b7e9; }

.sub-item--teaser.front .category-icon:before {
  color: #00b7e9; }
.sub-item--teaser.front button {
  background: #00b7e9; }
  .sub-item--teaser.front button:hover {
    background: #00a5d2; }

.ontspanning a:hover, .ontspanning a:focus {
  color: #ff9900; }
.ontspanning form .form-checkbox:checked + label:after {
  color: #ff9900; }
.ontspanning form .form-radio:checked + label:before {
  background-color: #ff9900; }
.ontspanning form button.form-submit {
  background-color: #ff9900; }
  .ontspanning form button.form-submit:hover, .ontspanning form button.form-submit:focus {
    color: #FFF;
    background-color: #939598; }
  .darken .ontspanning form button.form-submit {
    color: #ff9900;
    background-color: #FFF; }
    .darken .ontspanning form button.form-submit:hover, .darken .ontspanning form button.form-submit:focus {
      background-color: #ff9900; }
.ontspanning blockquote {
  border-left-color: #ffcc80; }
.ontspanning .darken blockquote {
  border-left-color: #ffcc80; }
.ontspanning table tr th {
  border-color: #ffe0b3 #ff9900 #ff9900 #ff9900; }
.ontspanning .darken table tr th {
  border-color: #ffb84d #FFF #FFF #FFF; }
.ontspanning .darken table tr:hover td {
  background-color: #ffa31a; }
.ontspanning .breadcrumbs {
  background-color: rgba(255, 153, 0, 0.9); }
.ontspanning .page-top .header-content {
  background-color: #ff9900; }
.ontspanning .addthis_toolbox a:hover svg path, .ontspanning .addthis_toolbox a:focus svg path {
  fill: #ff9900; }
.ontspanning .header-content .scroll-down:hover, .ontspanning .header-content .scroll-down:focus {
  color: #ff9900 !important; }
  .ontspanning .header-content .scroll-down:hover:before, .ontspanning .header-content .scroll-down:focus:before {
    color: #ff9900; }
.ontspanning .panel-pane.darken {
  background-color: #ff9900; }
.ontspanning.not-front .sub-item--teaser .link-box {
  background-color: rgba(255, 153, 0, 0.7); }
.ontspanning .pane-bundle-galery .photo .title-box {
  background-color: rgba(255, 153, 0, 0.7); }
.ontspanning .pane-bundle-slideshow .slide .quote-text .content,
.ontspanning .pane-bundle-slideshow .slide .quote-image .content {
  background-color: #ff9900; }
  .ontspanning .pane-bundle-slideshow .slide .quote-text .content:before,
  .ontspanning .pane-bundle-slideshow .slide .quote-image .content:before {
    background-color: #ff9900; }
.ontspanning .pane-bundle-slideshow.darken .slide .quote-text .content h4, .ontspanning .pane-bundle-slideshow.darken .slide .quote-text .content h5, .ontspanning .pane-bundle-slideshow.darken .slide .quote-text .content h6,
.ontspanning .pane-bundle-slideshow.darken .slide .quote-image .content h4,
.ontspanning .pane-bundle-slideshow.darken .slide .quote-image .content h5,
.ontspanning .pane-bundle-slideshow.darken .slide .quote-image .content h6,
.ontspanning .pane-bundle-slideshow.darken .slide .text .content h4,
.ontspanning .pane-bundle-slideshow.darken .slide .text .content h5,
.ontspanning .pane-bundle-slideshow.darken .slide .text .content h6, .ontspanning .pane-bundle-slideshow.gray .slide .quote-text .content h4, .ontspanning .pane-bundle-slideshow.gray .slide .quote-text .content h5, .ontspanning .pane-bundle-slideshow.gray .slide .quote-text .content h6,
.ontspanning .pane-bundle-slideshow.gray .slide .quote-image .content h4,
.ontspanning .pane-bundle-slideshow.gray .slide .quote-image .content h5,
.ontspanning .pane-bundle-slideshow.gray .slide .quote-image .content h6,
.ontspanning .pane-bundle-slideshow.gray .slide .text .content h4,
.ontspanning .pane-bundle-slideshow.gray .slide .text .content h5,
.ontspanning .pane-bundle-slideshow.gray .slide .text .content h6 {
  color: #ff9900; }
.ontspanning .pane-bundle-slideshow.darken .slide .quote-text .content:before,
.ontspanning .pane-bundle-slideshow.darken .slide .quote-image .content:before,
.ontspanning .pane-bundle-slideshow.darken .slide .text .content:before, .ontspanning .pane-bundle-slideshow.gray .slide .quote-text .content:before,
.ontspanning .pane-bundle-slideshow.gray .slide .quote-image .content:before,
.ontspanning .pane-bundle-slideshow.gray .slide .text .content:before {
  color: #ff9900; }
.ontspanning #menu-footer-menu ul.menu li a:hover, .ontspanning #menu-footer-menu ul.menu li a:focus {
  color: #ff9900; }
.ontspanning .darken a:hover, .ontspanning .darken a:focus {
  color: #ffcc80; }
.ontspanning ul.pager li a:hover, .ontspanning ul.pager li a:focus, .ontspanning ul.pager li span:hover, .ontspanning ul.pager li span:focus {
  background-color: #ff9900; }

.sub-item--teaser.ontspanning .category-icon:before {
  color: #ff9900; }
.sub-item--teaser.ontspanning button {
  background: #ff9900; }
  .sub-item--teaser.ontspanning button:hover {
    background: #e68a00; }

.wonen a:hover, .wonen a:focus {
  color: #B8B700; }
.wonen form .form-checkbox:checked + label:after {
  color: #B8B700; }
.wonen form .form-radio:checked + label:before {
  background-color: #B8B700; }
.wonen form button.form-submit {
  background-color: #B8B700; }
  .wonen form button.form-submit:hover, .wonen form button.form-submit:focus {
    color: #FFF;
    background-color: #939598; }
  .darken .wonen form button.form-submit {
    color: #B8B700;
    background-color: #FFF; }
    .darken .wonen form button.form-submit:hover, .darken .wonen form button.form-submit:focus {
      background-color: #B8B700; }
.wonen blockquote {
  border-left-color: #dcdb80; }
.wonen .darken blockquote {
  border-left-color: #dcdb80; }
.wonen table tr th {
  border-color: #eae9b3 #B8B700 #B8B700 #B8B700; }
.wonen .darken table tr th {
  border-color: #cdcd4d #FFF #FFF #FFF; }
.wonen .darken table tr:hover td {
  background-color: #bfbe1a; }
.wonen .breadcrumbs {
  background-color: rgba(184, 183, 0, 0.9); }
.wonen .page-top .header-content {
  background-color: #B8B700; }
.wonen .addthis_toolbox a:hover svg path, .wonen .addthis_toolbox a:focus svg path {
  fill: #B8B700; }
.wonen .header-content .scroll-down:hover, .wonen .header-content .scroll-down:focus {
  color: #B8B700 !important; }
  .wonen .header-content .scroll-down:hover:before, .wonen .header-content .scroll-down:focus:before {
    color: #B8B700; }
.wonen .panel-pane.darken {
  background-color: #B8B700; }
.wonen.not-front .sub-item--teaser .link-box {
  background-color: rgba(184, 183, 0, 0.7); }
.wonen .pane-bundle-galery .photo .title-box {
  background-color: rgba(184, 183, 0, 0.7); }
.wonen .pane-bundle-slideshow .slide .quote-text .content,
.wonen .pane-bundle-slideshow .slide .quote-image .content {
  background-color: #B8B700; }
  .wonen .pane-bundle-slideshow .slide .quote-text .content:before,
  .wonen .pane-bundle-slideshow .slide .quote-image .content:before {
    background-color: #B8B700; }
.wonen .pane-bundle-slideshow.darken .slide .quote-text .content h4, .wonen .pane-bundle-slideshow.darken .slide .quote-text .content h5, .wonen .pane-bundle-slideshow.darken .slide .quote-text .content h6,
.wonen .pane-bundle-slideshow.darken .slide .quote-image .content h4,
.wonen .pane-bundle-slideshow.darken .slide .quote-image .content h5,
.wonen .pane-bundle-slideshow.darken .slide .quote-image .content h6,
.wonen .pane-bundle-slideshow.darken .slide .text .content h4,
.wonen .pane-bundle-slideshow.darken .slide .text .content h5,
.wonen .pane-bundle-slideshow.darken .slide .text .content h6, .wonen .pane-bundle-slideshow.gray .slide .quote-text .content h4, .wonen .pane-bundle-slideshow.gray .slide .quote-text .content h5, .wonen .pane-bundle-slideshow.gray .slide .quote-text .content h6,
.wonen .pane-bundle-slideshow.gray .slide .quote-image .content h4,
.wonen .pane-bundle-slideshow.gray .slide .quote-image .content h5,
.wonen .pane-bundle-slideshow.gray .slide .quote-image .content h6,
.wonen .pane-bundle-slideshow.gray .slide .text .content h4,
.wonen .pane-bundle-slideshow.gray .slide .text .content h5,
.wonen .pane-bundle-slideshow.gray .slide .text .content h6 {
  color: #B8B700; }
.wonen .pane-bundle-slideshow.darken .slide .quote-text .content:before,
.wonen .pane-bundle-slideshow.darken .slide .quote-image .content:before,
.wonen .pane-bundle-slideshow.darken .slide .text .content:before, .wonen .pane-bundle-slideshow.gray .slide .quote-text .content:before,
.wonen .pane-bundle-slideshow.gray .slide .quote-image .content:before,
.wonen .pane-bundle-slideshow.gray .slide .text .content:before {
  color: #B8B700; }
.wonen #menu-footer-menu ul.menu li a:hover, .wonen #menu-footer-menu ul.menu li a:focus {
  color: #B8B700; }
.wonen .darken a:hover, .wonen .darken a:focus {
  color: #dcdb80; }
.wonen ul.pager li a:hover, .wonen ul.pager li a:focus, .wonen ul.pager li span:hover, .wonen ul.pager li span:focus {
  background-color: #B8B700; }

.sub-item--teaser.wonen .category-icon:before {
  color: #B8B700; }
.sub-item--teaser.wonen button {
  background: #B8B700; }
  .sub-item--teaser.wonen button:hover {
    background: #a6a500; }

.ondernemen a:hover, .ondernemen a:focus {
  color: #00b7e9; }
.ondernemen form .form-checkbox:checked + label:after {
  color: #00b7e9; }
.ondernemen form .form-radio:checked + label:before {
  background-color: #00b7e9; }
.ondernemen form button.form-submit {
  background-color: #00b7e9; }
  .ondernemen form button.form-submit:hover, .ondernemen form button.form-submit:focus {
    color: #FFF;
    background-color: #939598; }
  .darken .ondernemen form button.form-submit {
    color: #00b7e9;
    background-color: #FFF; }
    .darken .ondernemen form button.form-submit:hover, .darken .ondernemen form button.form-submit:focus {
      background-color: #00b7e9; }
.ondernemen blockquote {
  border-left-color: #80dbf4; }
.ondernemen .darken blockquote {
  border-left-color: #80dbf4; }
.ondernemen table tr th {
  border-color: #b3e9f8 #00b7e9 #00b7e9 #00b7e9; }
.ondernemen .darken table tr th {
  border-color: #4dcdf0 #FFF #FFF #FFF; }
.ondernemen .darken table tr:hover td {
  background-color: #1abeeb; }
.ondernemen .breadcrumbs {
  background-color: rgba(0, 183, 233, 0.9); }
.ondernemen .page-top .header-content {
  background-color: #00b7e9; }
.ondernemen .addthis_toolbox a:hover svg path, .ondernemen .addthis_toolbox a:focus svg path {
  fill: #00b7e9; }
.ondernemen .header-content .scroll-down:hover, .ondernemen .header-content .scroll-down:focus {
  color: #00b7e9 !important; }
  .ondernemen .header-content .scroll-down:hover:before, .ondernemen .header-content .scroll-down:focus:before {
    color: #00b7e9; }
.ondernemen .panel-pane.darken {
  background-color: #00b7e9; }
.ondernemen.not-front .sub-item--teaser .link-box {
  background-color: rgba(0, 183, 233, 0.7); }
.ondernemen .pane-bundle-galery .photo .title-box {
  background-color: rgba(0, 183, 233, 0.7); }
.ondernemen .pane-bundle-slideshow .slide .quote-text .content,
.ondernemen .pane-bundle-slideshow .slide .quote-image .content {
  background-color: #00b7e9; }
  .ondernemen .pane-bundle-slideshow .slide .quote-text .content:before,
  .ondernemen .pane-bundle-slideshow .slide .quote-image .content:before {
    background-color: #00b7e9; }
.ondernemen .pane-bundle-slideshow.darken .slide .quote-text .content h4, .ondernemen .pane-bundle-slideshow.darken .slide .quote-text .content h5, .ondernemen .pane-bundle-slideshow.darken .slide .quote-text .content h6,
.ondernemen .pane-bundle-slideshow.darken .slide .quote-image .content h4,
.ondernemen .pane-bundle-slideshow.darken .slide .quote-image .content h5,
.ondernemen .pane-bundle-slideshow.darken .slide .quote-image .content h6,
.ondernemen .pane-bundle-slideshow.darken .slide .text .content h4,
.ondernemen .pane-bundle-slideshow.darken .slide .text .content h5,
.ondernemen .pane-bundle-slideshow.darken .slide .text .content h6, .ondernemen .pane-bundle-slideshow.gray .slide .quote-text .content h4, .ondernemen .pane-bundle-slideshow.gray .slide .quote-text .content h5, .ondernemen .pane-bundle-slideshow.gray .slide .quote-text .content h6,
.ondernemen .pane-bundle-slideshow.gray .slide .quote-image .content h4,
.ondernemen .pane-bundle-slideshow.gray .slide .quote-image .content h5,
.ondernemen .pane-bundle-slideshow.gray .slide .quote-image .content h6,
.ondernemen .pane-bundle-slideshow.gray .slide .text .content h4,
.ondernemen .pane-bundle-slideshow.gray .slide .text .content h5,
.ondernemen .pane-bundle-slideshow.gray .slide .text .content h6 {
  color: #00b7e9; }
.ondernemen .pane-bundle-slideshow.darken .slide .quote-text .content:before,
.ondernemen .pane-bundle-slideshow.darken .slide .quote-image .content:before,
.ondernemen .pane-bundle-slideshow.darken .slide .text .content:before, .ondernemen .pane-bundle-slideshow.gray .slide .quote-text .content:before,
.ondernemen .pane-bundle-slideshow.gray .slide .quote-image .content:before,
.ondernemen .pane-bundle-slideshow.gray .slide .text .content:before {
  color: #00b7e9; }
.ondernemen #menu-footer-menu ul.menu li a:hover, .ondernemen #menu-footer-menu ul.menu li a:focus {
  color: #00b7e9; }
.ondernemen .darken a:hover, .ondernemen .darken a:focus {
  color: #80dbf4; }
.ondernemen ul.pager li a:hover, .ondernemen ul.pager li a:focus, .ondernemen ul.pager li span:hover, .ondernemen ul.pager li span:focus {
  background-color: #00b7e9; }

.sub-item--teaser.ondernemen .category-icon:before {
  color: #00b7e9; }
.sub-item--teaser.ondernemen button {
  background: #00b7e9; }
  .sub-item--teaser.ondernemen button:hover {
    background: #00a5d2; }

.woonplaats a:hover, .woonplaats a:focus {
  color: #c4a68c; }
.woonplaats form .form-checkbox:checked + label:after {
  color: #c4a68c; }
.woonplaats form .form-radio:checked + label:before {
  background-color: #c4a68c; }
.woonplaats form button.form-submit {
  background-color: #c4a68c; }
  .woonplaats form button.form-submit:hover, .woonplaats form button.form-submit:focus {
    color: #FFF;
    background-color: #939598; }
  .darken .woonplaats form button.form-submit {
    color: #c4a68c;
    background-color: #FFF; }
    .darken .woonplaats form button.form-submit:hover, .darken .woonplaats form button.form-submit:focus {
      background-color: #c4a68c; }
.woonplaats blockquote {
  border-left-color: #e2d3c6; }
.woonplaats .darken blockquote {
  border-left-color: #e2d3c6; }
.woonplaats table tr th {
  border-color: #ede4dd #c4a68c #c4a68c #c4a68c; }
.woonplaats .darken table tr th {
  border-color: #d6c1af #FFF #FFF #FFF; }
.woonplaats .darken table tr:hover td {
  background-color: #caaf98; }
.woonplaats .breadcrumbs {
  background-color: rgba(196, 166, 140, 0.9); }
.woonplaats .page-top .header-content {
  background-color: #c4a68c; }
.woonplaats .addthis_toolbox a:hover svg path, .woonplaats .addthis_toolbox a:focus svg path {
  fill: #c4a68c; }
.woonplaats .header-content .scroll-down:hover, .woonplaats .header-content .scroll-down:focus {
  color: #c4a68c !important; }
  .woonplaats .header-content .scroll-down:hover:before, .woonplaats .header-content .scroll-down:focus:before {
    color: #c4a68c; }
.woonplaats .panel-pane.darken {
  background-color: #c4a68c; }
.woonplaats.not-front .sub-item--teaser .link-box {
  background-color: rgba(196, 166, 140, 0.7); }
.woonplaats .pane-bundle-galery .photo .title-box {
  background-color: rgba(196, 166, 140, 0.7); }
.woonplaats .pane-bundle-slideshow .slide .quote-text .content,
.woonplaats .pane-bundle-slideshow .slide .quote-image .content {
  background-color: #c4a68c; }
  .woonplaats .pane-bundle-slideshow .slide .quote-text .content:before,
  .woonplaats .pane-bundle-slideshow .slide .quote-image .content:before {
    background-color: #c4a68c; }
.woonplaats .pane-bundle-slideshow.darken .slide .quote-text .content h4, .woonplaats .pane-bundle-slideshow.darken .slide .quote-text .content h5, .woonplaats .pane-bundle-slideshow.darken .slide .quote-text .content h6,
.woonplaats .pane-bundle-slideshow.darken .slide .quote-image .content h4,
.woonplaats .pane-bundle-slideshow.darken .slide .quote-image .content h5,
.woonplaats .pane-bundle-slideshow.darken .slide .quote-image .content h6,
.woonplaats .pane-bundle-slideshow.darken .slide .text .content h4,
.woonplaats .pane-bundle-slideshow.darken .slide .text .content h5,
.woonplaats .pane-bundle-slideshow.darken .slide .text .content h6, .woonplaats .pane-bundle-slideshow.gray .slide .quote-text .content h4, .woonplaats .pane-bundle-slideshow.gray .slide .quote-text .content h5, .woonplaats .pane-bundle-slideshow.gray .slide .quote-text .content h6,
.woonplaats .pane-bundle-slideshow.gray .slide .quote-image .content h4,
.woonplaats .pane-bundle-slideshow.gray .slide .quote-image .content h5,
.woonplaats .pane-bundle-slideshow.gray .slide .quote-image .content h6,
.woonplaats .pane-bundle-slideshow.gray .slide .text .content h4,
.woonplaats .pane-bundle-slideshow.gray .slide .text .content h5,
.woonplaats .pane-bundle-slideshow.gray .slide .text .content h6 {
  color: #c4a68c; }
.woonplaats .pane-bundle-slideshow.darken .slide .quote-text .content:before,
.woonplaats .pane-bundle-slideshow.darken .slide .quote-image .content:before,
.woonplaats .pane-bundle-slideshow.darken .slide .text .content:before, .woonplaats .pane-bundle-slideshow.gray .slide .quote-text .content:before,
.woonplaats .pane-bundle-slideshow.gray .slide .quote-image .content:before,
.woonplaats .pane-bundle-slideshow.gray .slide .text .content:before {
  color: #c4a68c; }
.woonplaats #menu-footer-menu ul.menu li a:hover, .woonplaats #menu-footer-menu ul.menu li a:focus {
  color: #c4a68c; }
.woonplaats .darken a:hover, .woonplaats .darken a:focus {
  color: #e2d3c6; }
.woonplaats ul.pager li a:hover, .woonplaats ul.pager li a:focus, .woonplaats ul.pager li span:hover, .woonplaats ul.pager li span:focus {
  background-color: #c4a68c; }

.sub-item--teaser.woonplaats .category-icon:before {
  color: #c4a68c; }
.sub-item--teaser.woonplaats button {
  background: #c4a68c; }
  .sub-item--teaser.woonplaats button:hover {
    background: #b0957e; }

/* Partials */
/**
* @file _fonts.scss
* The fonts.scss inclused all css styles to support custom fonts and icons fonts
*
* Multiple Aleo Fonts
* Icon fonts selected from the font Synetic-icons.
* The Font Lato is loaded in by google in the header.
*/
/* ==========================================================================
Text Fonts
========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Calibri-Italic';
  src: url("../fonts/383774_0_0.eot");
  src: url("../fonts/383774_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/383774_0_0.woff2") format("woff2"), url("../fonts/383774_0_0.woff") format("woff"), url("../fonts/383774_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Calibri-BoldItalic';
  src: url("../fonts/383774_1_0.eot");
  src: url("../fonts/383774_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/383774_1_0.woff2") format("woff2"), url("../fonts/383774_1_0.woff") format("woff"), url("../fonts/383774_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Calibri-Bold';
  src: url("../fonts/383774_2_0.eot");
  src: url("../fonts/383774_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/383774_2_0.woff2") format("woff2"), url("../fonts/383774_2_0.woff") format("woff"), url("../fonts/383774_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/383774_3_0.eot");
  src: url("../fonts/383774_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/383774_3_0.woff2") format("woff2"), url("../fonts/383774_3_0.woff") format("woff"), url("../fonts/383774_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'DIN_Round';
  src: url("../fonts/dinrounded/webfonts/2F141E_0_0.eot");
  src: url("../fonts/dinrounded/webfonts/2F141E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/dinrounded/webfonts/2F141E_0_0.woff2") format("woff2"), url("../fonts/dinrounded/webfonts/2F141E_0_0.woff") format("woff"), url("../fonts/dinrounded/webfonts/2F141E_0_0.ttf") format("truetype"), url("../fonts/dinrounded/webfonts/2F141E_0_0.svg#wf") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DIN_Round';
  src: url("../fonts/dinrounded/webfonts/2F141E_1_0.eot");
  src: url("../fonts/dinrounded/webfonts/2F141E_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/dinrounded/webfonts/2F141E_1_0.woff2") format("woff2"), url("../fonts/dinrounded/webfonts/2F141E_1_0.woff") format("woff"), url("../fonts/dinrounded/webfonts/2F141E_1_0.ttf") format("truetype"), url("../fonts/dinrounded/webfonts/2F141E_1_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
Icon fonts
========================================================================== */
@font-face {
  font-family: 'hlmrmeer';
  src: url("../fonts/iconfont/fonts/hlmrmeer.eot?jovkqh");
  src: url("../fonts/iconfont/fonts/hlmrmeer.eot?#iefixjovkqh") format("embedded-opentype"), url("../fonts/iconfont/fonts/hlmrmeer.ttf?jovkqh") format("truetype"), url("../fonts/iconfont/fonts/hlmrmeer.woff?jovkqh") format("woff"), url("../fonts/iconfont/fonts/hlmrmeer.svg?jovkqh#hlmrmeer") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Splashpage specific */
/**
* @file _sp-layout.scss
* The sp-layout.scss sets the layout for the splashpage
*
* This file DOESN'T get compiled on its own but gets
* imported into the main.scss
*/
/* ==========================================================================
General Styling
========================================================================== */
* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  font-size: 10px; }

body {
  font-family: 'DIN_Round', 'Asap', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

a {
  display: block;
  color: #07838f;
  text-decoration: none; }
  .community a {
    color: #07838f; }
  .tourists a {
    color: #07838f; }

/* ==========================================================================
Background Image
========================================================================== */
picture.background_image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  picture.background_image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

/* ==========================================================================
Box Styling
========================================================================== */
.splash--container {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  align-content: stretch;
  -ms-flex-align: stretch;
  width: 100%;
  max-width: 800px; }
  @media only screen and (max-width: 991px) {
    .splash--container {
      max-width: 680px; } }
  @media only screen and (min-width: 768px) {
    .splash--container {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; } }
  @media only screen and (max-width: 767px) {
    .splash--container {
      position: absolute;
      top: 0;
      width: auto;
      margin: 30px auto; } }

.splash--box {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-left: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column; }
  .splash--box:first-child {
    margin-left: 0;
    margin-right: 25px; }
  .splash--box.community {
    background: #FFF;
    border: 3px solid #07838f; }
  .splash--box.tourists {
    border: 3px solid #07838f;
    background: #FFF; }
  @media only screen and (max-width: 991px) {
    .splash--box {
      margin-left: 0; }
      .splash--box:first-child {
        margin-bottom: 30px;
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .splash--box:first-child {
      margin-bottom: 20px; } }

.logo {
  display: block;
  width: 100%;
  padding: 40px 20px 30px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .logo {
      padding: 20px 30px 15px; } }
  .logo img {
    height: auto;
    width: auto;
    max-height: 110px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .community .logo img {
        max-width: 190px; } }
  .tourists .logo img {
    padding-bottom: 20px; }

.site--links {
  display: block;
  padding: 25px 30px 40px;
  text-align: center;
  margin-top: auto; }
  @media only screen and (max-width: 991px) {
    .site--links {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .site--links {
      padding: 0 15px 30px; } }

a, img {
  border: none;
  outline: none; }
.splash-body > img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .splash-body > img {
    height: 100%;
    width: auto;
  }
}
.button {
  display: inline-block;
  padding: 15px 25px; }
  .button.primary {
    background: #07838f;
    color: #FFF; }
    .button.primary:hover {
      background: #208f9a; }
  .button.diap {
    background: #FFF;
    color: #07838f; }
    .button.diap:hover {
      background: #e6f8fd; }

.splash--box.tourists a.button.primary {
  background: #e5f2f3;
  color: #000;
  border: 1px solid #07838f;
}

ul.links {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 991px) {
    ul.links {
      display: none; } }
  ul.links li {
    display: block;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.15); }
    ul.links li:first-child {
      border-top-width: 1px;
      border-top-style: solid; }
    .tourists ul.links li {
      border-color: rgba(0, 183, 233, 0.3); }
  ul.links a {
    position: relative;
    padding: 15px 30px;
    line-height: 1; }
    ul.links a:hover {
      background: #e6f3f4; }
    .community ul.links a {
      font-family: "Calibri", sans-serif; }
    .tourists ul.links a {
      padding-left: 80px; }
      .tourists ul.links a:hover {
        background: #00a5d2;
        color: #FFF; }
      .tourists ul.links a:before {
        font-family: 'hlmrmeer';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 40px;
        top: 50%; }
      .tourists ul.links a.ontspanning:before {
        content: ""; }
      .tourists ul.links a.wonen:before {
        content: ""; }
      .tourists ul.links a.ondernemen:before {
        content: ""; }
      .tourists ul.links a.woonplaats:before {
        content: ""; }

.site--links a {
  position: relative;
  display: inline-block; }
  .site--links a.button {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .site--links a.button {
        margin-bottom: 15px; } }
  .site--links a.language {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 35px; }
    .site--links a.language:before {
      position: absolute;
      left: 0; }
  .site--links a.flag--en:before {
    content: url("../images/flags/en.png"); }
  .site--links a.arrow-right:after {
    font-family: 'hlmrmeer';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    font-size: 0.9rem;
    content: "";
    margin-left: 4px; }

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