@charset "UTF-8";
/*
 * Theme Name: HAP v1
 * Theme URI: https://www.moetiknaardedokter.nl/
 * Author: WebFundament
 * Author URI: https://webfundament.nl/
 * Description: Template voor Huisartsenpost websites gerealiseerd door MINDD / WebFundament. 
 * Version: 1.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: 
 * Text Domain: corporate-pro
 * Domain Path: /languages
 * Template: genesis
 */
/* Grijs tinten*/
/* Default kleur voor tekst */
/* Kleuren */
/* Call to action kleur: kleur voor o.a. de buttons, actieve menu items, etc */
/* Primaire website kleur: veelal de voornaamste kleur vd huisstijl */
/* Secundaire website kleur: de tweede kleur vd huisstijl */
/* rode kleur voor o.a. telnr en meldingen */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
/* DO NOT ADJUST */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

figure {
  margin: 1em 4rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  color: #606060;
  background-color: #ff746a;
}

small {
  font-size: 0.9rem;
}

sub, sup {
  position: relative;
  font-size: 0.9rem;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 1rem;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 0.1rem;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.2rem;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
  clear: both;
}
.author-box:before, .author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after,
.wrap:before,
.wrap:after {
  display: block;
  clear: both;
  content: "";
}

/* ## Typography
--------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  overflow-x: hidden;
  max-width: 100vw;
  font-size: 15px;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  color: #606060;
  background-color: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.618;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

body > div {
  font-size: 15px;
}

p {
  margin: 0 0 1.382em;
  padding: 0;
}

a:not(button) {
  color: #c2ce24;
  word-wrap: break-word;
  text-decoration: underline;
}
a:not(button):hover, a:not(button):focus {
  color: #c2ce24;
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 0 0 2em;
  padding: 1em 0 0;
  border: 0;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.382em;
  padding: 0 1em;
  border-left: 2px solid #ff746a;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.236;
}

h1 {
  font-size: 1.6em; /* DO NOT CHANGE */
}

h2 {
  font-size: 1.4em; /* DO NOT CHANGE */
}

h3 {
  font-size: 1.2em; /* DO NOT CHANGE */
}

h4 {
  font-size: 1.2em; /* DO NOT CHANGE */
}

h5 {
  font-size: 1em; /* DO NOT CHANGE */
}

h6 {
  font-size: 1em; /* DO NOT CHANGE */
}

/* ## Forms
--------------------------------------------- */
::-moz-placeholder {
  opacity: 1;
  color: #606060;
  font-weight: 100;
}

::-webkit-input-placeholder {
  color: #606060;
  font-weight: 100;
}

:focus {
  outline: none;
}

input,
select,
textarea {
  width: 100%;
  height: 3em;
  padding: 0 1.5em;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 0;
  color: #606060;
  background-color: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #014c45;
  outline: none;
}

textarea {
  height: auto;
  padding: 1.5em;
  border-radius: 8px;
  line-height: 1.618;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button a,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  background: transparent;
  border: 2px solid #014c45;
  color: #014c45;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold !important;
  border-radius: 8px;
  transition: 0.2s ease-in-out background;
  padding: 10px 22px;
  height: auto;
  line-height: normal;
}
.button:hover, .button:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
  background: #014c45;
  text-decoration: none;
}
.button.secondary,
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary,
.wp-block-button a.secondary,
body .gform_wrapper .gform_footer input.button.secondary,
body .gform_wrapper .gform_footer input[type=submit].secondary,
body .gform_wrapper .gform_page_footer input.button.secondary,
body .gform_wrapper .gform_page_footer input[type=submit].secondary {
  border: 2px solid #c2ce24;
  color: #c2ce24;
}
.button.secondary:hover, .button.secondary:focus,
button.secondary:hover,
button.secondary:focus,
input[type=button].secondary:hover,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:focus,
input[type=submit].secondary:hover,
input[type=submit].secondary:focus,
.wp-block-button a.secondary:hover,
.wp-block-button a.secondary:focus,
body .gform_wrapper .gform_footer input.button.secondary:hover,
body .gform_wrapper .gform_footer input.button.secondary:focus,
body .gform_wrapper .gform_footer input[type=submit].secondary:hover,
body .gform_wrapper .gform_footer input[type=submit].secondary:focus,
body .gform_wrapper .gform_page_footer input.button.secondary:hover,
body .gform_wrapper .gform_page_footer input.button.secondary:focus,
body .gform_wrapper .gform_page_footer input[type=submit].secondary:hover,
body .gform_wrapper .gform_page_footer input[type=submit].secondary:focus {
  color: #fff;
  background: #c2ce24;
  text-decoration: none;
}

/* button doe de check*/
a.button-check {
  text-decoration: none;
  padding: 10px 0px 10px 20px;
}

.button-check {
  background: #c2ce24;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background ease-in-out 0.2s;
}
.button-check:hover {
  background: #014c45;
}
.button-check:after {
  background: url("/wp-content/themes/hap_v1/assets/images/button-arrow.png");
  content: "";
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  position: relative;
  top: -1px;
  bottom: -10px;
  vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

fieldset {
  margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .wp-video-shortcode {
    width: auto;
  }
}
.no-js .wp-video-shortcode {
  width: 100%;
  border: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #f9f9f9;
}

/* ## Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 4rem;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  line-height: 1;
}

tbody {
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}

td,
th {
  padding: 0.618em;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-right: 1px solid rgba(96, 96, 96, 0.2);
  text-align: left;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  background-color: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
  text-decoration: none;
}

.more-link {
  position: relative;
  font-style: normal;
}

.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

/* ## Bootstrap
--------------------------------------------- */
ul.nav.nav-tabs {
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: right;
  border-bottom: 0;
}

.panel-body {
  padding: 0;
}

.panel-default {
  border-top: none;
  border-bottom: #c2ce24 1px solid;
  border-left: none;
  border-right: none;
}
.panel-default:first-of-type {
  border-top: #c2ce24 1px solid;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-default > .panel-heading {
  background-color: #fff;
  padding: 0px 25px 25px 25px;
}

/* Cookies 
--------------------------------------------- */
.cookie-notice-container #cn-notice-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.cookie-notice-container #cn-notice-buttons .button {
  color: #fff;
  border-color: #fff;
}
.cookie-notice-container #cn-notice-buttons .button:hover, .cookie-notice-container #cn-notice-buttons .button:focus {
  border-color: #014c45;
}
@media (min-width: 768px) {
  .cookie-notice-container #cn-notice-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}

.content-sidebar-wrap,
.wrap {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .content-sidebar-wrap,
  .wrap {
    width: 88%;
    max-width: 1050px;
    padding-right: 0;
    padding-left: 0;
  }
}
.content-sidebar-wrap .wrap,
.wrap .wrap {
  width: auto;
  max-width: 100%;
  padding: 0;
}

.site-inner {
  clear: both;
}
.blog .site-inner, .archive .site-inner, .search-results .site-inner {
  background-color: #f9f9f9;
}
.page-builder .site-inner {
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}
.contact-page .site-inner {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .contact-page .site-inner {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .contact-page.has-before-header .site-inner {
    padding-top: 14rem;
  }
}

.content-sidebar-wrap {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}
@media (min-width: 896px) {
  .content-sidebar-wrap {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .content-sidebar-wrap:before, .content-sidebar-wrap:after {
    display: none;
  }
  .sidebar-content .content-sidebar-wrap {
    flex-direction: row-reverse;
  }
}

/* ## Content Widths and Positions
--------------------------------------------- */
.content {
  display: block;
  width: 100%;
  min-height: -webkit-fill-available;
  padding: 30px 60px;
  /*flex-wrap: wrap;*/
}
@media (max-width: 512px) {
  .content {
    padding: 15px;
  }
}
.front-page.page .content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .front-page.page .content {
    margin: 0;
  }
}
.blog .content, .archive .content, .search-results .content {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .blog .content, .archive .content, .search-results .content {
    padding: 0;
  }
}
.blog .content:before, .archive .content:before, .search-results .content:before {
  display: none;
}
.front-page.page .content {
  background-color: transparent;
}
.page .content, .single .content, .error404 .content {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page .content:before, .single .content:before, .error404 .content:before {
    display: block;
  }
}
.page .content:before, .single .content:before, .error404 .content:before {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40rem;
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
  content: "";
  pointer-events: none;
}
@media (min-width: 896px) {
  .single .content, .contact-page .content {
    width: 768px;
  }
}
@media (min-width: 896px) {
  .single-product .content {
    width: 896px;
  }
}
@media (min-width: 768px) {
  .landing-page .content {
    margin-top: 0;
  }
  .landing-page .content:before {
    display: none;
  }
}

.sidebar-primary {
  padding-bottom: 5rem;
}

@media (min-width: 896px) {
  .content {
    width: 100%;
    border-radius: 8px;
  }
  .sidebar-primary {
    width: 330px;
  }
  .blog .sidebar-primary,
  .archive .sidebar-primary {
    padding-top: 6rem;
  }
  .sidebar-content .content,
  .content-sidebar .content {
    width: 690px;
    margin-right: 0;
    margin-left: 0;
  }
}
/* andere verhouding voor pagina's met formulier in sidebar */
body.formulier .content {
  width: 600px;
}
@media (max-width: 512px) {
  body.formulier .content {
    width: 100%;
  }
}
body.formulier .sidebar-primary {
  width: 420px;
}
@media (max-width: 512px) {
  body.formulier .sidebar-primary {
    width: 100%;
  }
}

/* ## Tables
--------------------------------------------- */
.divTable {
  display: table;
  width: 100%;
  border-radius: 8px;
}

.divTableRow {
  display: table-row;
}

.divTableRow:nth-child(even) {
  background-color: #f9f9f9;
}

.divTableRow:nth-child(odd) {
  background-color: rgba(77, 202, 255, 0.1);
}

.divTableHead {
  background-color: #4dcaff;
  display: table-header-group;
}

.divTableCell {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: 6px 6px;
}

.divTableHead .divTableCell {
  color: #fff;
  font-weight: 700;
}

.divTableFoot {
  background-color: #f9f9f9;
  display: table-footer-group;
  font-weight: 700;
}

.divTableBody {
  display: table-row-group;
}

/* ## Column Classes (including fifths)
--------------------------------------------- */
.full-width {
  display: block;
  width: 100%;
  clear: both;
}
.full-width:before, .full-width:after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    float: left;
    clear: none;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-fifth {
    width: 17.9487179487%;
  }
  .two-fifths {
    width: 38.4615384615%;
  }
  .three-fifths {
    width: 58.9743589744%;
  }
  .four-fifths {
    width: 79.4871794872%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* ## Avatars
--------------------------------------------- */
.avatar {
  float: left;
  margin-right: 2rem;
  border-radius: 50%;
}
.alignright .avatar {
  margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb,
.breadcrumb_wrapper {
  width: 100%;
  padding: 1rem 0 0;
  color: #606060;
  font-size: 0.9rem;
}
.breadcrumb a,
.breadcrumb_wrapper a {
  color: #606060;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus,
.breadcrumb_wrapper a:hover,
.breadcrumb_wrapper a:focus {
  color: #606060;
  text-decoration: underline;
}

.after-entry {
  width: 100%;
  margin: 2rem auto;
  padding: 6vw;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center;
}
@media (min-width: 896px) {
  .after-entry {
    width: calc(100% + 12rem);
    max-width: calc(100% + 12rem);
    margin: 0 -6rem;
    padding: 6rem;
  }
}
.after-entry .enews form {
  display: flex;
  margin: 1em 0 0;
  flex-wrap: wrap;
  justify-content: center;
}
.after-entry .enews input {
  width: 100%;
  margin-bottom: 1em;
  background-color: #fff;
}
@media (min-width: 512px) {
  .after-entry .enews input {
    max-width: 38.4615384615%;
    margin-left: 2.5641025641%;
  }
  .after-entry .enews input:first-of-type {
    margin-left: 0;
  }
}

.author-box {
  width: 100%;
  max-width: 768px;
  padding: 6vw 0;
}
@media (min-width: 768px) {
  .author-box {
    padding: 6rem 0;
  }
}
.author .author-box {
  max-width: 100%;
  margin-bottom: 4rem;
  padding: 4rem;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 8px;
  background-color: #fff;
}
.author-box p {
  color: #606060;
}
.author-box p:last-of-type {
  margin-bottom: 0;
}

.author-box-title {
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  clear: both;
}
.search-form:before, .search-form:after {
  display: block;
  clear: both;
  content: "";
}
.search-form .search-toggle {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: center/1.25rem no-repeat url(assets/images/search.svg);
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 896px) {
  .search-form .search-toggle {
    display: block;
  }
}
.shrink .search-form .search-toggle {
  background-image: url(assets/images/search.svg);
}
.search-form .search-toggle.active {
  background-image: url(assets/images/close.svg);
  background-size: 1rem;
}
.shrink .search-form .search-toggle.active {
  background-image: url(assets/images/close.svg);
}
.search-form input[type=search] {
  width: 40rem;
  margin-right: 1em;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-header .search-form input[type=search] {
  display: block;
  max-width: 79vw;
  background-color: #f9f9f9;
}
@media (min-width: 896px) {
  .site-header .search-form input[type=search] {
    display: none;
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    margin: auto 1em auto 0;
  }
}
.site-header.shrink .search-form input[type=search] {
  border: 1px solid rgba(96, 96, 96, 0.2);
  color: #606060;
}
.entry-content .search-form input[type=search] {
  background-color: #f9f9f9;
}
.search-form input[type=submit] {
  display: none;
}
.entry .search-form {
  margin-bottom: 4rem;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
  margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em;
}

.wp-caption-text {
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 1em;
}

.sticky,
.bypostauthor {
  background-color: transparent;
}

.post-edit-link,
.comment-edit-link {
  display: none;
}

/* ## Gutenberg
--------------------------------------------- */
.full-width-content .alignwide {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 896px;
  transform: translate(-50%);
}
.full-width-content .alignwide img {
  display: inline-block;
  margin: 1.618em auto;
}
.full-width-content .alignfull {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
}
.content-sidebar .full-width-content .alignfull, .sidebar-content .full-width-content .alignfull {
  max-width: calc(100% + 12rem);
}
.full-width-content .alignfull img {
  display: inline-block;
  width: 100%;
  margin: 1.618em auto;
}

.wp-block-image figcaption {
  margin: 0 auto 2em;
}

.wp-block-button {
  display: block;
  width: 100%;
  background: transparent;
  text-align: center;
  clear: both;
}
.wp-block-button:before, .wp-block-button:after {
  display: block;
  clear: both;
  content: "";
}
.wp-block-button a {
  display: inline-block;
}
.wp-block-button a:active, .wp-block-button a:visited {
  color: #014c45;
}
.wp-block-button a:hover, .wp-block-button a:focus {
  color: #fff;
}

.wp-block-pullquote > p {
  font-weight: 400;
}
.wp-block-pullquote cite {
  font-style: normal;
}

.wp-block-gallery .blocks-gallery-image {
  margin-right: 0;
}

.blocks-gallery-image {
  display: block;
  width: 100%;
  margin: 0 0 6vw;
  text-align: center;
}
@media (min-width: 512px) {
  .blocks-gallery-image {
    width: 48.7179487179%;
    margin-bottom: 2.5641025641%;
  }
  .blocks-gallery-image:nth-of-type(odd) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .blocks-gallery-image {
    margin-bottom: 2.5641025641%;
    margin-left: 2.5641025641%;
  }
  .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image {
    width: 48.7179487179%;
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image {
    width: 31.6239316239%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image {
    width: 23.0769230769%;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image {
    width: 17.9487179487%;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image {
    width: 14.5299145299%;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image {
    width: 12.0879120879%;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image {
    width: 10.2564102564%;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image {
    width: 8.8319088319%;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
    margin-left: 2.5641025641%;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
    margin-left: 0;
  }
}

/* ## Site Header
--------------------------------------------- */
body .buorg {
  background-color: rgba(255, 116, 106, 0.2);
  border-bottom: 1px solid #ff746a;
  font: 15px "Montserrat", sans-serif;
  box-shadow: none;
}
body .buorg #buorgul {
  background: green;
  box-shadow: none;
}
body .buorg #buorgig {
  background: #f9f9f9;
  box-shadow: none;
  color: #606060;
}

.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  /* selectbox talen*/
}
.js.has-sticky-header .site-header {
  position: fixed;
  top: 0;
}
.js.has-sticky-header .site-header.shrink {
  background-color: #fff;
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}
@media (min-width: 896px) {
  .js.has-sticky-header .site-header.shrink > .wrap {
    height: 7rem;
  }
}
.boxed-page .site-header {
  max-width: 1050px;
  margin: 0 auto;
}
.contact-page .site-header {
  background-color: #fff;
}
.site-header > .wrap {
  display: flex;
  position: relative;
  height: 6rem;
  transition: height 0.3s ease;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 896px) {
  .site-header > .wrap {
    height: 6rem;
    padding: 0;
    flex-wrap: nowrap;
  }
}
.no-js .site-header > .wrap {
  height: auto;
  padding: 3rem 6vw;
}
@media (min-width: 896px) {
  .no-js .site-header > .wrap {
    padding: 0;
  }
}
.site-header .languagepicker {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 60px;
  height: 50px;
  vertical-align: top;
  float: right;
  position: absolute;
  z-index: 999;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  right: 0;
}
.site-header .languagepicker:hover {
  /* 50px per taal+ 1 px voor de border */
  height: -moz-fit-content;
  height: fit-content;
  display: table;
}
.site-header .languagepicker a {
  color: #606060;
  text-decoration: none;
}
.site-header .languagepicker li {
  display: block;
  padding: 18px 20px;
  line-height: 40px;
  border-top: 1px solid #eee;
}
.site-header .languagepicker li:hover {
  background-color: #f9f9f9;
}
.site-header .languagepicker a:first-child li {
  border: none;
  background: #fff !important;
}
.site-header .languagepicker li img {
  margin-right: 5px;
  width: 100%;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  display: block;
  position: relative;
  width: 260px;
  margin: 0 auto 0 0;
}
@media (max-width: 512px) {
  .title-area {
    margin-top: 6px;
  }
}

.site-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.site-title a {
  color: #606060;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shrink .site-title a {
  color: #606060;
}

.site-description {
  margin-bottom: 0;
  opacity: 0.618;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  background-color: #fff;
}
@media (min-width: 896px) {
  .site-description {
    line-height: 1.382;
    text-align: left;
  }
}

.custom-logo {
  display: block;
}
.shrink .custom-logo {
  display: block;
}

.secondary-logo {
  display: none;
}
.shrink .secondary-logo {
  display: none;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
  display: flex;
  position: relative;
  height: 4rem;
  border-top: 1px solid rgba(249, 249, 249, 0.3);
  border-bottom: 1px solid rgba(249, 249, 249, 0.3);
  color: #606060;
  background-color: #f9f9f9;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease;
}
@media (min-width: 896px) {
  .before-header {
    width: 100vw;
    max-width: 100%;
  }
}
@media (min-width: 896px) {
  .has-sticky-header .shrink .before-header {
    margin-top: -4rem;
  }
}
.no-js .before-header {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.menu .before-header {
  display: flex;
  width: 100%;
  height: auto;
  margin: 3em 0 0;
  padding: 3em 0 0;
  border-bottom: none;
  background-color: transparent;
  clear: both;
}
.menu .before-header:before, .menu .before-header:after {
  display: block;
  clear: both;
  content: "";
}
.menu .before-header .widget {
  margin-bottom: 1em;
}
.menu .before-header .simple-social-icons {
  margin-left: -0.5em;
}
.menu .before-header .simple-social-icons a {
  margin: 0 0.5em 0 0;
}
.before-header .wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.before-header .wrap:before, .before-header .wrap:after {
  display: none;
}
@media (min-width: 896px) {
  .before-header .wrap {
    width: 88%;
    max-width: 1050px;
    padding: 0;
  }
}
.before-header .widget {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.before-header .widget:last-of-type {
  margin-bottom: 0;
}
.before-header .widget-wrap {
  width: 100%;
}
.before-header p {
  display: flex;
  align-items: center;
}
@media (min-width: 384px) {
  .before-header p {
    display: inline-flex;
    margin: 0 1em 0 0;
  }
}
.before-header .fa {
  margin-right: 0.5em;
}
.before-header .fa:before {
  line-height: 1.618;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
  display: flex;
}
@media (max-width: 768px) {
  .header-widget-area {
    display: none;
  }
}
.header-widget-area .widget {
  width: 240px;
  margin: 0;
  padding: 0;
}
.header-widget-area .widget p {
  margin: 0;
}
.header-widget-area .widget:nth-child(1) {
  width: 320px;
  color: #ff746a;
  padding-right: 40px;
}
.header-widget-area .widget:nth-child(1) i {
  transform: rotate(90deg);
  font-size: 1.1rem;
}
.header-widget-area .widget:nth-child(1) strong {
  font-size: 1.1rem;
}
.header-widget-area .widget:nth-child(2) {
  width: 320px;
  color: #606060;
  text-transform: uppercase;
}
.header-widget-area .widget:nth-child(2) b,
.header-widget-area .widget:nth-child(2) strong {
  color: #ff746a;
}
.header-widget-area .widget.widget_icl_lang_sel_widget {
  width: 100px;
}
.header-widget-area .widget.widget_icl_lang_sel_widget .wpml-ls {
  width: 70px;
  float: right;
}
.header-widget-area .widget.widget_icl_lang_sel_widget .wpml-ls a {
  border-radius: 0;
  border: 1px solid rgba(96, 96, 96, 0.2);
  color: #606060;
  padding: 15px 15px;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
  position: relative;
  padding: 4rem 0;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  background: rgba(1, 76, 66, 0.9);
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 6rem 0;
  }
}
@media (min-width: 896px) {
  .hero-section {
    padding: 8rem 0;
  }
}
@media (min-width: 768px) {
  .blog .hero-section .wrap, .archive .hero-section .wrap, .search-results .hero-section .wrap {
    padding-bottom: 0;
  }
}
.hero-section .wrap {
  position: relative;
  z-index: 2;
}
.hero-section h1 {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.hero-section p {
  width: 100%;
  margin: 0.5em auto 0;
  color: #fff;
  text-align: center;
}
.hero-section a {
  color: #f9f9f9;
}
.hero-section a:hover, .hero-section a:focus {
  color: #ff746a;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.wp-custom-header iframe {
  position: absolute;
  top: -20%;
  right: -20%;
  bottom: -20%;
  left: -20%;
  width: 140%;
  min-width: 100%;
  max-width: 140%;
  height: 140%;
  min-height: 56.25vw;
  max-height: none;
  margin: auto;
}
.wp-custom-header img {
  display: none;
}

.wp-custom-header-video-button {
  display: none;
}

.after-header {
  font-size: 0.9rem;
}
.after-header .widget {
  margin: 15px 0;
}
.after-header a {
  font-size: 0.9rem;
}
.after-header .after-header-mobile {
  display: none;
}
@media (max-width: 768px) {
  .after-header .after-header-mobile {
    display: block;
    color: #ff746a;
    text-align: center;
    background-color: white;
    padding: 15px;
    font-size: 1rem;
  }
  .after-header .after-header-mobile a {
    color: #ff746a;
    font-size: 1rem;
    text-decoration: underline;
  }
}

#telnr a {
  text-decoration: none;
  color: #ff746a;
}
#telnr a:hover span {
  text-decoration: underline;
}

/* ## Menus
--------------------------------------------- */
.menu {
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
}
.menu:before, .menu:after {
  display: block;
  clear: both;
  content: "";
}
.menu .right {
  margin-left: auto;
}
.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
  display: flex;
  margin-top: 1em;
  margin-left: 0;
  align-items: center;
}
@media (min-width: 896px) {
  .menu .rss,
  .menu .date,
  .menu .search,
  .menu .twitter {
    margin-top: 0;
    margin-left: 0.618em;
  }
}
@media (min-width: 1280px) {
  .menu .rss,
  .menu .date,
  .menu .search,
  .menu .twitter {
    margin-left: 1.5em;
  }
}
.menu .rss {
  margin-left: 0;
}
.menu .rss a {
  margin-left: 1em;
}

.menu-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  order: -1;
  font-weight: 400;
  color: #606060;
}
.menu-item:last-of-type {
  padding-right: 0;
}
.menu-item.menuTalen i {
  font-size: 36px;
  vertical-align: middle;
}
@media (min-width: 896px) {
  .menu-item.menuTalen {
    display: none;
  }
}
@media (min-width: 896px) {
  .menu-item {
    display: flex;
    width: auto;
    max-width: 30rem;
    height: 10rem;
    padding: 0 0.618em;
    align-items: center;
    order: initial;
  }
  .shrink .menu-item {
    height: 7rem;
  }
  .menu-item:first-of-type > a {
    padding-left: 0;
  }
  .menu-item:last-of-type a {
    padding-right: 0;
  }
}
@media (min-width: 1050px) {
  .menu-item {
    padding: 0 1em;
  }
}
.menu-item.button {
  display: flex;
  margin: 1em 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  align-items: center;
}
@media (min-width: 896px) {
  .menu-item.button {
    margin: 0 0 0 1em;
  }
}
.menu-item.button:last-of-type a {
  padding-right: 3em;
}
.menu-item.button a {
  background: #4dcaff;
  background: linear-gradient(135deg, #c2ce24 0%, #4dcaff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$site-color-pri", endcolorstr="$site-color-sec", gradienttype=1);
  padding: 1em 3em;
  border-radius: 8px;
  color: #fff;
}
.shrink .menu-item.button a {
  color: #fff;
}
.menu-item.button a:hover,
.menu-item.button a:focus, .menu-item.button.current-menu-item > a {
  color: #fff;
}
.menu-item a {
  display: inline-block;
  margin: 2px;
  color: #606060;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-item a:hover,
.menu-item a:focus, .menu-item.current-menu-item > a {
  color: #c2ce24;
  text-decoration: none;
}
.menu-item span {
  display: block;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
  display: none;
  clear: both;
}
.sub-menu:before, .sub-menu:after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 896px) {
  .sub-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 250px;
    margin-left: -1em;
    padding: 1em 0;
    border: 1px solid rgba(96, 96, 96, 0.2);
    border-radius: 8px;
    background-color: #f9f9f9;
  }
}
.sub-menu:before {
  display: none;
  position: absolute;
  z-index: 98;
  top: -0.5rem;
  left: 3rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-left: 1px solid rgba(96, 96, 96, 0.2);
  opacity: 1;
  background-color: #f9f9f9;
  content: "";
  transition-delay: 0.3s;
  transform: rotate(45deg);
}
@media (min-width: 896px) {
  .sub-menu:before {
    display: block;
  }
}
.sub-menu .menu-item {
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  font-weight: 400;
}
@media (min-width: 896px) {
  .sub-menu .menu-item {
    height: auto;
    padding: 0.5em 1em;
  }
}
.sub-menu .menu-item:first-of-type {
  margin-top: 1em;
}
@media (min-width: 896px) {
  .sub-menu .menu-item:first-of-type {
    margin-top: 0;
  }
}
.sub-menu a {
  padding-left: 0.618em;
}
@media (min-width: 896px) {
  .sub-menu a {
    position: relative;
    padding: 0;
    color: #606060;
    word-wrap: break-word;
  }
}
.sub-menu .sub-menu {
  padding-left: 1em;
}
@media (min-width: 896px) {
  .sub-menu .sub-menu {
    top: -0.5em;
    left: -0.1rem;
    margin: -0.1rem 0 0 19.9rem;
    padding-left: 0;
    border: 1px solid rgba(96, 96, 96, 0.2);
  }
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -40rem;
  bottom: 0;
  width: 93vw;
  max-width: 40rem;
  height: 100vh;
  margin: 0;
  padding: 0 4rem;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 512px) {
  .nav-primary,
  .nav-secondary {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .nav-primary,
  .nav-secondary {
    right: calc(-40rem - 6vw);
  }
}
@media (min-width: 896px) {
  .nav-primary,
  .nav-secondary {
    display: block;
    overflow: visible;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.nav-primary.activated,
.nav-secondary.activated {
  right: 0;
  left: auto;
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}
@media (min-width: 768px) {
  .nav-primary.activated,
  .nav-secondary.activated {
    right: -6vw;
  }
}
@media (min-width: 896px) {
  .nav-primary.activated,
  .nav-secondary.activated {
    right: auto;
    box-shadow: none;
  }
}
.no-js .nav-primary,
.no-js .nav-secondary {
  display: block;
  position: relative;
  right: auto;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
}
@media (min-width: 896px) {
  .no-js .nav-primary,
  .no-js .nav-secondary {
    display: block;
    width: auto;
  }
}
.no-js .nav-primary .wrap,
.no-js .nav-secondary .wrap {
  padding: 0;
}
.no-js .nav-primary .menu,
.no-js .nav-secondary .menu {
  padding: 0;
}
.no-js .nav-primary .menu-item,
.no-js .nav-secondary .menu-item {
  display: inline-flex;
  width: auto;
  padding-right: 1rem;
}
.nav-primary .menu,
.nav-secondary .menu {
  position: relative;
  padding: 5em 0 7.5em;
}
@media (min-width: 896px) {
  .nav-primary .menu,
  .nav-secondary .menu {
    padding: 0;
  }
}

.nav-secondary {
  width: 100%;
}
@media (min-width: 896px) {
  .nav-secondary {
    width: 100%;
    border-top: 1px solid rgba(249, 249, 249, 0.3);
  }
}
.nav-secondary .genesis-nav-menu {
  float: right;
  width: auto !important;
}
@media (min-width: 896px) {
  .nav-secondary .menu-item {
    height: 4rem;
  }
  .has-sticky-header .shrink .nav-secondary .menu-item {
    height: 4rem;
  }
}
@media (min-width: 896px) {
  .nav-secondary .menu > .menu-item:first-of-type {
    padding-left: 0;
  }
}
.nav-secondary .sub-menu .menu-item {
  height: auto;
}

.site-footer .menu {
  justify-content: flex-end;
  padding-top: 30px;
}
.site-footer .menu-item {
  display: inline-block;
  float: right;
  vertical-align: top;
  height: auto;
}
.site-footer .menu-item a {
  font-size: 0.9rem;
  margin-bottom: 1em;
  padding: 0;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-footer .menu-item a {
    margin: 0;
  }
}
.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item > a {
  color: #fff;
}

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
  display: block;
  position: relative;
  z-index: 2;
  height: auto;
  color: #606060;
  background: transparent !important;
  box-shadow: none;
  cursor: pointer;
  border: none;
  float: right;
  top: -50px;
}
@media (min-width: 896px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover, .menu-toggle:focus {
  color: #606060;
  background: none !important;
  box-shadow: none;
}
.menu-toggle.activated {
  position: fixed;
  right: 0;
  top: 20px;
}
.menu-toggle.activated, .shrink .menu-toggle {
  color: #606060;
}
.menu-toggle.activated span, .shrink .menu-toggle span {
  background: #606060;
}
.menu-toggle.activated span:before, .menu-toggle.activated span:after, .shrink .menu-toggle span:before, .shrink .menu-toggle span:after {
  background: #606060;
}
.menu-toggle span {
  display: block;
  float: right;
  position: relative;
  width: 2rem;
  height: 2px;
  border-radius: 8px;
  background: #606060;
}
.menu-toggle span:before, .menu-toggle span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: #606060;
  content: " ";
}
.menu-toggle span:before {
  top: -0.5rem;
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
.menu-toggle span:after {
  bottom: -0.5rem;
  transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}
.menu-toggle.activated span {
  background: none;
}
.menu-toggle.activated span:before {
  top: 0;
  transition: top 0.2s 0s, transform 0.2s 0.2s;
  transform: rotate(45deg);
}
.menu-toggle.activated span:after {
  bottom: 0;
  transition: bottom 0.2s 0s, transform 0.2s 0.2s;
  transform: rotate(-45deg);
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
  position: absolute;
  top: 0.1em;
  right: 3em;
  height: auto;
  margin: 0 -1em;
  padding: 1em;
  background: none !important;
  box-shadow: none;
  border: none;
}
@media (max-width: 512px) {
  .sub-menu-toggle {
    right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 896px) {
  .sub-menu-toggle {
    display: none;
  }
}
.sub-menu-toggle:hover, .sub-menu-toggle:focus {
  background: none !important;
  box-shadow: none;
}
.sub-menu-toggle:focus {
  outline: none;
}
.sub-menu-toggle:before {
  display: block;
  margin: 0.2rem 0 -0.2rem;
  border: 0.4rem solid transparent;
  border-top-color: #606060;
  content: "";
  width: 9px;
}
.sub-menu-toggle.activated:before {
  margin: -0.2rem 0 0.2rem;
  transform: rotate(180deg);
}

/* ## Entries
--------------------------------------------- */
.content .entry {
  position: relative;
  margin-bottom: 6vw;
  border: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #fff;
}
.content .entry:last-of-type {
  margin-bottom: 0;
}
.page .content .entry, .single .content .entry, .error404 .content .entry {
  width: 100%;
  border: 0;
}
.front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
  width: 100%;
  margin-bottom: 6vw;
  padding: 3rem;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (min-width: 512px) {
  .front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
    width: 48.7179487179%;
    margin-bottom: 2.5rem;
    margin-left: 2.5641025641%;
  }
  .front-page .content .entry.post:nth-of-type(odd), .blog .content .entry:nth-of-type(odd), .archive .content .entry:nth-of-type(odd), .search-results .content .entry:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media (min-width: 896px) {
  .front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
    width: 31.6239316239%;
    margin-bottom: 2.5rem;
  }
  .front-page .content .entry.post:nth-of-type(odd), .blog .content .entry:nth-of-type(odd), .archive .content .entry:nth-of-type(odd), .search-results .content .entry:nth-of-type(odd) {
    margin-left: 2.5641025641%;
  }
  .front-page .content .entry.post:nth-of-type(3n + 1), .blog .content .entry:nth-of-type(3n + 1), .archive .content .entry:nth-of-type(3n + 1), .search-results .content .entry:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.front-page .content .entry.post:hover, .front-page .content .entry.post:focus, .blog .content .entry:hover, .blog .content .entry:focus, .archive .content .entry:hover, .archive .content .entry:focus, .search-results .content .entry:hover, .search-results .content .entry:focus {
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}
.search-no-results .content .entry {
  border: 0;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content {
  /*p {
  	color: $site-color-body;

  	a:not(.button) {
  		color: $site-color-body;
  		text-decoration: underline;

  		&:hover,
  		&:focus {
  			color: $site-color-alert;
  		}
  	}
  }*/
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  padding-top: 30px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 1.618em;
  margin-left: 4rem;
  color: #606060;
  line-height: 2;
}
.error404 .entry-content ol,
.error404 .entry-content ul {
  margin-bottom: 4rem;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content li li {
  list-style-type: circle;
}
.entry-content code {
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #f9f9f9;
  line-height: 2;
}
.entry-content pre {
  display: block;
  margin: 0 0 1.382em;
  padding: 1rem 2rem;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 8px;
  background-color: #f9f9f9;
}
.entry-content pre code {
  padding: 0;
  border: none;
  background-color: transparent;
}
.entry-content input,
.entry-content select,
.entry-content textarea {
  margin-bottom: 1em;
}
.entry-content iframe,
.entry-content video {
  width: 100%;
}
.entry-content blockquote {
  display: block;
  position: relative;
  left: 50%;
  width: 896px;
  max-width: 100vw;
  margin: 3em 0;
  padding: 0 6rem 2em;
  border: 0;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #fff;
  text-align: center;
  transform: translate(-50%);
}
.entry-content blockquote:before {
  display: block;
  width: 1em;
  margin: -0.25em auto;
  color: rgba(96, 96, 96, 0.2);
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  content: "“";
}

.entry-image-link {
  display: block;
  margin-bottom: 1em;
  clear: both;
}
.entry-image-link:before, .entry-image-link:after {
  display: block;
  clear: both;
  content: "";
}
.blog .entry-image-link, .archive .entry-image-link, .search-results .entry-image-link {
  display: block;
  width: calc(100% + 6rem + 0.2rem);
  margin: -3.1rem -3.1rem 3rem;
  border-radius: 8px 8px 0 0;
}
.entry-image-link img {
  display: block;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
  display: block;
  color: #606060;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.entry-title a:hover, .entry-title a:focus {
  color: #ff746a;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  width: 100%;
  font-size: 0.9rem;
  display: none;
}
.entry-footer .entry-meta {
  margin-bottom: 0;
}

.entry-categories,
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.2em;
}
.entry-categories img,
.entry-tags img {
  display: inline-flex;
  opacity: 0.618;
}
.entry-categories a,
.entry-tags a {
  display: inline-flex;
  margin-left: 0.2em;
  font-weight: 700;
  transition: all 0.3s ease;
}

.entry-author-name {
  text-transform: capitalize;
}

/*.archive-description {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 15rem 0;
	border-bottom: $site-border;
	background-color: $site-color-gray;

	h1 {
		max-width: map-get($breakpoints, xs);
		margin: 0 auto;
		color: $site-color-white;
		text-align: center;
	}
}*/
/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
  display: none;
  margin-top: 5vw;
  padding: 5vw 0;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}
@media (min-width: 768px) {
  .entry-footer {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.blog .entry-footer, .archive .entry-footer, .search-results .entry-footer {
  margin: 0;
  padding: 0;
  border: 0;
}
.single-portfolio .entry-footer {
  display: none;
}

/* ## Pagination
--------------------------------------------- */
ul.pagination {
  padding: 6vw 0;
  margin: 0;
  display: flex;
  justify-content: center;
  clear: both;
}
ul.pagination:before, ul.pagination:after {
  display: block;
  clear: both;
  content: "";
}
ul.pagination .page-item.active .page-link {
  background-color: #4dcaff;
  border-color: #4dcaff;
}
ul.pagination .page-item .page-link:hover {
  background-color: #4dcaff;
  color: #fff;
}

ul.pagination > .active > a,
ul.pagination > .active > a:focus,
ul.pagination > .active > a:hover,
ul.pagination > .active > span,
ul.pagination > .active > span:focus,
ul.pagination > .active > span:hover {
  background-color: #c2ce24;
  border-color: #c2ce24;
}

ul.pagination > li > a,
ul.pagination > li > span {
  color: #4dcaff;
}

.adjacent-entry-pagination {
  padding-bottom: 0;
}

.archive-pagination {
  width: 100%;
}
.archive-pagination ul {
  display: flex;
  justify-content: center;
}
.archive-pagination li {
  margin: 6px;
}
.archive-pagination a {
  display: block;
  padding: 6px;
  color: #606060;
  text-decoration: none;
}
.archive-pagination a:hover, .archive-pagination a:focus {
  color: #ff746a;
}
.archive-pagination .active a {
  color: #fff;
  background-color: #606060;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 6vw 0;
  border-radius: 8px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .comment-respond,
  .entry-comments,
  .entry-pings {
    padding: 6rem 0;
  }
}

.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond label {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.comment-respond input,
.comment-respond textarea {
  display: block;
  width: 100%;
}
.comment-respond input[type=submit] {
  width: auto;
}

.comment-author span:first-of-type {
  font-weight: 700;
  text-transform: capitalize;
}

.comment-list li {
  padding: 4rem 0 0 5vw;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-list .comment-respond {
  padding-left: 5vw;
}
.comment-list > .comment-respond {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .comment-header {
    margin-bottom: 2em;
  }
}
.comment-header p {
  margin-bottom: 0;
}

.comment-edit-link {
  padding-left: calc(4.8rem + 1em);
}
.entry-pings .comment-edit-link {
  display: block;
  clear: both;
  padding: 0;
}

.comment-meta {
  padding-left: calc(4.8rem + 1em);
  word-break: break-all;
}
.entry-pings .comment-meta {
  padding: 0 0 1em;
}
.comment-meta .comment-time a {
  color: #f9f9f9;
  font-size: 0.9rem;
  text-decoration: none;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

@media (min-width: 1280px) {
  .comment-respond input[type=email],
  .comment-respond input[type=text],
  .comment-respond input[type=url] {
    width: 50%;
  }
}
.comment-respond input[type=email] label,
.comment-respond input[type=text] label,
.comment-respond input[type=url] label {
  display: block;
  margin-right: 1rem;
}

.comment-reply-title a {
  font-size: 1rem;
}

.entry-pings .reply {
  display: none;
}

.pingback:last-of-type p {
  margin-bottom: 0;
}

/* ## Sidebars
--------------------------------------------- */
.sidebar {
  position: relative;
  z-index: 1;
}
.sidebar .sidebarPosten a {
  text-decoration: none;
}
.sidebar .sidebarPosten h2 {
  color: #c2ce24;
  margin-top: 22px;
}
.sidebar .sidebarPosten h2:first-of-type {
  margin-top: 0;
}
.sidebar .sidebarPosten strong {
  color: #014c45;
}
.sidebar .sidebarPosten i {
  transform: rotate(90deg);
}
.sidebar a.btHuisartsen {
  margin-top: 30px;
  display: inline-block;
}
.sidebar ol,
.sidebar ul {
  margin-left: 1em;
  color: #606060;
  line-height: 2;
}
.sidebar ol > li {
  list-style-type: decimal;
}
.sidebar ul > li {
  list-style-type: disc;
}
.sidebar li li {
  list-style-type: circle;
}
.sidebar a:not(.button) {
  color: #c2ce24;
}
.sidebar a:not(.button):hover, .sidebar a:not(.button):focus {
  text-decoration: underline;
}
.sidebar ul.listHuisartsen {
  margin-left: 0;
}
.sidebar ul.listHuisartsen li {
  list-style-type: none;
}
.sidebar ul.listHuisartsen a {
  color: #c2ce24;
}
.sidebar section.menuLanguages ul.child-sidebar-menu {
  margin-left: 0;
}
.sidebar section.menuLanguages ul.child-sidebar-menu li {
  list-style-type: none;
}

.sidebar-primary section.beforeCall p:first-of-type {
  font-weight: 700;
  font-size: 1.3rem;
}
.sidebar-primary section.beforeCall p:first-of-type strong {
  color: #014c45;
}
.sidebar-primary section.beforeCall .button {
  width: -moz-max-content;
  width: max-content;
  display: block;
}

/* ## Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 30px;
}
.widget h3.widgettitle {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: normal;
}
.sidebar .widget {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.blog .sidebar .widget, .archive .sidebar .widget {
  margin-bottom: 7vw;
  padding: 3.5vw;
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .blog .sidebar .widget, .archive .sidebar .widget {
    margin-bottom: 3rem;
    padding: 3rem;
  }
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  color: #fff;
  background-color: #606060;
}
@media (min-width: 768px) {
  .site-footer .widget-area {
    margin-bottom: 0;
  }
}
.site-footer a {
  color: #606060;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ff746a;
}
.site-footer .button {
  color: #fff;
}
.site-footer .button:hover, .site-footer .button:focus {
  color: #fff;
}
.site-footer .button.outline {
  color: #ff746a;
}
.site-footer .button.outline:hover, .site-footer .button.outline:focus {
  color: #fff;
}
.site-footer .button.white {
  color: #606060;
}
.site-footer .button.white:hover, .site-footer .button.white:focus {
  color: #606060;
}
.site-footer .button.white.outline {
  color: #fff;
}
.site-footer .button.white.outline:hover, .site-footer .button.white.outline:focus {
  color: #606060;
}
.site-footer .button:disabled {
  color: #f9f9f9;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .before-footer {
    padding: 7.5rem 0;
  }
}
.blog .before-footer, .archive .before-footer, .search-results .before-footer {
  background-color: #fff;
}
.before-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.before-footer .wrap:before, .before-footer .wrap:after {
  display: none;
}
.before-footer .widget {
  margin-bottom: 0;
}
.before-footer .widget:last-of-type {
  margin-bottom: 0;
}
.before-footer h2, .before-footer h3, .before-footer h4, .before-footer h5, .before-footer h6 {
  color: #606060;
}
@media (min-width: 768px) {
  .before-footer p {
    margin: 0;
  }
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  position: relative;
  padding: 15px 0 0;
}
.footer-widgets .card-text {
  color: #fff;
}
.footer-widgets .card-text a {
  color: #fff;
}
@media (min-width: 768px) {
  .footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-widgets .widget-title {
  margin-bottom: 1em;
  color: #606060;
}
.footer-widgets .widget-area {
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .footer-widgets .widget-area {
    margin-left: 2.5641025641%;
  }
  .footer-widgets .widget-area.footer-widgets-1 {
    margin-left: 0;
  }
}
.footer-widgets .widget-area.footer-widgets-1 {
  width: 23.0769230769%;
}
@media (max-width: 512px) {
  .footer-widgets .widget-area.footer-widgets-1 {
    width: 100%;
  }
}
.footer-widgets .widget-area.footer-widgets-1 i {
  display: inline-block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.618em;
}
.footer-widgets .widget-area.footer-widgets-2 {
  display: flex;
  width: 23.0769230769%;
}
@media (max-width: 512px) {
  .footer-widgets .widget-area.footer-widgets-2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .widget-area.footer-widgets-2 {
    margin-bottom: 0;
  }
}
.footer-widgets .widget-area.footer-widgets-3 {
  display: flex;
  width: 48.7179487179%;
}
@media (max-width: 512px) {
  .footer-widgets .widget-area.footer-widgets-3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .widget-area.footer-widgets-3 {
    margin-bottom: 0;
  }
}
.footer-widgets .widget-area .widget {
  display: block;
  margin-bottom: 4rem;
}
.footer-widgets .widget-area .widget:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.footer-widgets .widget-area .widget.widget_nav_menu {
  margin-bottom: 0;
}

/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .footer-credits {
    margin-top: 10rem;
  }
}
.footer-credits .wrap {
  padding: 4rem 0;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
}
@media (min-width: 768px) {
  .footer-credits .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer-credits .widget:last-of-type {
    text-align: right;
  }
}
.footer-credits .simple-social-icons {
  margin-bottom: 1em;
  margin-left: -1em;
}
@media (min-width: 768px) {
  .footer-credits .simple-social-icons {
    margin-bottom: 0;
  }
}
.footer-credits .menu-item {
  width: auto;
  margin-left: 2em;
}
.footer-credits p {
  margin-bottom: 0;
}

/* ## Gravity Forms
--------------------------------------------- */
body .gform_wrapper label.gfield_label {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
}
body .gform_wrapper select,
body .gform_wrapper input,
body .gform_wrapper textarea {
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0;
}

/* ## Front Page
--------------------------------------------- */
body.home .breadcrumb_wrapper {
  display: none;
}
body.home .after-header .widget {
  margin: 0;
}
body.home .gridInfoblokken {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  text-align: center;
  border: 1px solid #E0E0E0;
}
@media (max-width: 512px) {
  body.home .gridInfoblokken {
    display: block;
    margin: 0 15px;
  }
}
body.home .gridInfoblokken .gridInfoblok {
  display: grid;
  padding: 30px;
}
body.home .gridInfoblokken .gridInfoblok .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(77, 202, 255, 0.15);
  margin: auto;
  display: flex;
}
body.home .gridInfoblokken .gridInfoblok .icon i {
  font-size: 24px;
  margin: auto;
  color: rgba(96, 96, 96, 0.7);
}
body.home .gridInfoblokken .gridInfoblok .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 512px) {
  body.home .gridInfoblokken .gridInfoblok {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  body.home .gridInfoblokken .gridInfoblok {
    padding: 15px;
  }
  body.home .gridInfoblokken .gridInfoblok .button {
    padding: 6px;
    font-size: 1rem;
  }
}
body.home .gridInfoblokken .gridInfoblok img {
  margin: 0 auto;
}
body.home .gridInfoblokken .gridInfoblok h2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.front-page-widget {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .front-page-widget {
    padding: 60px 0;
  }
}
.front-page-widget .widget:last-of-type {
  margin-bottom: 0;
}
.front-page-widget .textwidget {
  width: 100%;
}
.front-page-widget p,
.front-page-widget li {
  color: #606060;
}

/* ## Front Page 1
--------------------------------------------- */
.front-page-1 .noApp {
  color: #fff;
}
.has-hero-slider .front-page-1 {
  padding: 0;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .has-hero-slider .front-page-1 {
    padding: 0;
  }
}
.has-hero-slider .front-page-1 > .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.front-page-1.hero-section {
  padding: 90px 0;
  text-align: left;
}
.front-page-1.hero-section .wrap {
  margin: 0 auto;
  padding-right: 6vw;
  padding-left: 6vw;
}
@media (min-width: 768px) {
  .front-page-1.hero-section .wrap {
    width: 88%;
    max-width: 1050px;
    padding-right: 0;
    padding-left: 0;
  }
}
.front-page-1.hero-section h1 {
  text-align: left;
}
.front-page-1.hero-section p {
  margin: 0.5em 0 1.5em;
  color: #fff;
  text-align: left;
}
.front-page-1.hero-section [data-minddclass=activitybubble] p {
  width: -moz-fit-content;
  width: fit-content;
  color: #606060;
}

/* ## Front Page Meldingen
--------------------------------------------- */
#front-page-meldingen {
  padding: 6px 0;
  background-color: #ff746a;
  color: #fff;
}
#front-page-meldingen.noshow {
  display: none;
}
#front-page-meldingen p {
  color: #fff;
  margin: 0;
}
#front-page-meldingen .intro {
  font-weight: 700;
}
#front-page-meldingen a {
  color: #fff;
  text-decoration: underline;
}
#front-page-meldingen a.readMore {
  float: right;
  text-decoration: none;
  font-size: 0.9rem;
}
#front-page-meldingen a.readMore:focus {
  color: #fff;
  box-shadow: none;
}
#front-page-meldingen h4 {
  margin-top: 12px;
}
#front-page-meldingen .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 12px 0;
}

/* ## Front Page 2
--------------------------------------------- */
.front-page-2 {
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  /*.widget-wrap {

  	@include breakpoint(sm) {
  		width: calc(100% + 10vw);
  		max-width: calc(100% + 10vw);
  		margin: 0 -5vw;
  	}

  	@include breakpoint(lg) {
  		width: calc(100% + 7.5rem);
  		max-width: calc(100% + 7.5rem);
  		margin: 0 -3.75rem;
  	}
  }*/
}
@media (min-width: 768px) {
  .front-page-2 {
    padding: 60px 0;
  }
}
.front-page-2 .wrap {
  padding: 0;
}
.front-page-2 .gallery img {
  width: 100%;
  height: auto;
  min-height: 1rem;
  margin: 2px;
  padding: 0 6vw;
}
@media (min-width: 768px) {
  .front-page-2 .gallery img {
    padding: 0 5vw;
  }
  .no-js .front-page-2 .gallery img {
    padding: 0 1rem;
  }
}
@media (min-width: 1050px) {
  .front-page-2 .gallery img {
    padding: 0 3.75rem;
  }
}
.front-page-2 .gallery-item {
  margin: 0;
}
@media (min-width: 768px) {
  .front-page-2 .gallery-item {
    margin: 0 !important;
  }
}
.no-js .front-page-2 .gallery-item {
  max-width: 50%;
}
@media (min-width: 768px) {
  .no-js .front-page-2 .gallery-item {
    max-width: 100%;
  }
}
.front-page-2 .slick-list {
  width: 100%;
}
.front-page-2 .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
}

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 {
  background-color: #fff;
}
.front-page-3 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.front-page-3 .wrap:before, .front-page-3 .wrap:after {
  display: none;
}
.front-page-3 .wrap section {
  width: 100%;
}
.front-page-3 .widget hr {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .front-page-3 .widget hr {
    margin: 7.5rem 0;
  }
}
.front-page-3 .two-sixths .content_block {
  margin-bottom: 30px;
}
.front-page-3 .two-sixths #openingstijden {
  background: #f9f9f9;
  border: 1px solid rgba(96, 96, 96, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}
.front-page-3 .two-sixths #openingstijden .openingstijdenItem:not(:first-of-type) {
  display: none;
}
.front-page-3 .two-sixths h3 {
  font-size: 1rem;
  line-height: 26px;
  text-transform: uppercase;
}
.front-page-3 .icon_widget {
  align-self: flex-start;
}
.front-page-3 .icon_widget .widget-title {
  font-size: 1.1rem;
}
.front-page-3 .icon_widget i {
  display: inline-block;
}

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.vacatures .content {
  width: 1050px;
}
@media (max-width: 512px) {
  body.vacatures .content {
    width: 100%;
  }
}
body.vacatures .content_block {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
body.vacatures .gridVacatures {
  display: block;
}
body.vacatures .gridVacatures .gridVacature {
  border: 1px solid #4dcaff;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
body.vacatures .gridVacatures .gridVacature h3 {
  padding: 0;
}
body.vacatures .gridVacatures .gridVacature h3 a {
  text-decoration: none;
}
body.vacatures .gridVacatures .gridVacature .excerpt {
  min-height: 200px;
}

body.nieuws .gridNieuws .item,
body.category.archive .gridNieuws .item,
body.home .front-page-4 .gridNieuws .item {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(96, 96, 96, 0.2);
  margin-bottom: 24px;
}
body.nieuws .gridNieuws .item:hover,
body.category.archive .gridNieuws .item:hover,
body.home .front-page-4 .gridNieuws .item:hover {
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}
body.nieuws .gridNieuws .item img,
body.category.archive .gridNieuws .item img,
body.home .front-page-4 .gridNieuws .item img {
  border-radius: 8px 8px 0 0;
}
body.nieuws .gridNieuws .item .txt,
body.category.archive .gridNieuws .item .txt,
body.home .front-page-4 .gridNieuws .item .txt {
  padding: 24px;
}
body.nieuws .gridNieuws .item h3,
body.category.archive .gridNieuws .item h3,
body.home .front-page-4 .gridNieuws .item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-size: 1.1rem;
  min-height: 90px;
}
body.nieuws .gridNieuws .item a,
body.category.archive .gridNieuws .item a,
body.home .front-page-4 .gridNieuws .item a {
  color: #014c45;
  font-weight: 700;
}
body.nieuws .gridNieuws .item .date,
body.category.archive .gridNieuws .item .date,
body.home .front-page-4 .gridNieuws .item .date {
  float: right;
  font-size: 0.9rem;
}

body.category.archive .archive-description {
  display: none;
}
body.category.archive .entry-header {
  display: none;
}

body.faq #accordion {
  padding-top: 0;
  padding-bottom: 30px;
}
body.faq h4.panel-title a {
  color: #606060;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
body.faq h4.panel-title a:hover, body.faq h4.panel-title a:active {
  color: #606060;
  text-decoration: none;
}
body.faq .panel-body {
  padding: 30px 60px;
  background-color: rgba(77, 202, 255, 0.1);
}
@media (max-width: 512px) {
  body.faq .panel-body {
    padding: 30px 30px;
  }
}

ul.faqRelated a {
  color: #014c45;
}

body.views-template-u-belt-en-dan .content {
  background-color: #f9f9f9;
  padding: 0;
}
body.views-template-u-belt-en-dan .content .entry {
  background-color: #f9f9f9;
}
body.views-template-u-belt-en-dan .content .belScript1,
body.views-template-u-belt-en-dan .content .belScript2 {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 60px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  border: 1px solid #efefef;
}
@media (max-width: 512px) {
  body.views-template-u-belt-en-dan .content .belScript1,
  body.views-template-u-belt-en-dan .content .belScript2 {
    padding: 15px;
  }
}
body.views-template-u-belt-en-dan .content .belScript1 span,
body.views-template-u-belt-en-dan .content .belScript2 span {
  font-size: 1.6rem;
  color: #c2ce24;
  font-weight: 700;
}
body.views-template-u-belt-en-dan .content .belScript1 a.button,
body.views-template-u-belt-en-dan .content .belScript2 a.button {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
body.views-template-u-belt-en-dan .content .belScript3 {
  margin-bottom: 60px;
}
body.views-template-u-belt-en-dan .content .belScript3 img {
  margin: 0 auto;
}
body.views-template-u-belt-en-dan .content .belScript4 {
  background-color: #f9f9f9;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #efefef;
}
body.views-template-u-belt-en-dan .content .belScript4 .one-half {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 512px) {
  body.views-template-u-belt-en-dan .content .belScript4 .one-half {
    padding: 15px;
  }
  body.views-template-u-belt-en-dan .content .belScript4 .one-half.first {
    margin-right: 6px;
  }
}
body.views-template-u-belt-en-dan .content .belContent {
  border-radius: 8px;
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
}
@media (max-width: 512px) {
  body.views-template-u-belt-en-dan .content .belContent {
    padding: 15px;
  }
}

.gridKlachten {
  display: flex;
  text-align: center;
}
@media (max-width: 512px) {
  .gridKlachten {
    display: block;
    padding: 0 15px;
  }
}
.gridKlachten .gridKlacht {
  background-color: #014c45;
  color: #fff;
  display: block;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(96, 96, 96, 0.2);
}
@media (max-width: 512px) {
  .gridKlachten .gridKlacht {
    width: 48.7179487179%;
    margin-left: 1%;
    margin-bottom: 15px;
  }
}
.gridKlachten .gridKlacht:hover {
  box-shadow: 3px 3px 12px rgba(96, 96, 96, 0.8);
}
.gridKlachten .gridKlacht img {
  width: 100%;
}
.gridKlachten .gridKlacht a {
  color: #fff;
  text-decoration: none;
}
.gridKlachten .gridKlacht a h2 {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 20px 0;
}

.single-klacht .content {
  background: none;
  padding: 0;
}
.single-klacht .content .entry {
  background: none;
}
.single-klacht .card {
  margin: 1rem 0;
  border: none;
}
.single-klacht .card .card-header {
  background: #fff;
  border: none;
}
.single-klacht .card .card-header h2 {
  padding: 0;
}
.single-klacht .card .card-header h2 button {
  color: #014c45;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.single-klacht .card .card-header h2 button:focus, .single-klacht .card .card-header h2 button:active, .single-klacht .card .card-header h2 button:hover {
  color: #014c45;
  background: #fff;
  text-decoration: none;
}
.single-klacht .card .card-body {
  padding: 0 2.25rem 1.25rem;
}
@media (max-width: 512px) {
  .single-klacht .card .card-body ul {
    margin-left: 14px;
    list-style-position: outside;
  }
  .single-klacht .card .card-body ul li {
    padding-left: 1em;
  }
}
.single-klacht .card .card-body--all {
  padding: 2.25rem;
}

body.home .gridPosten {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 40px;
}
@media (max-width: 512px) {
  body.home .gridPosten {
    margin-left: 6vw;
    margin-right: 6vw;
    width: auto;
  }
}
body.home .gridPosten .item {
  color: #014c45;
}
@media (max-width: 512px) {
  body.home .gridPosten .item {
    margin-bottom: 20px;
  }
}
body.home .gridPosten .item h2 {
  font-size: 22px;
  color: #c2ce24;
}
body.home .gridPosten .item i {
  transform: rotate(90deg);
}
body.home .gridPosten .item strong {
  font-weight: 700;
  font-size: 18px;
}

.single-locatie .content {
  background: none;
  padding: 0;
  width: 100%;
}
.single-locatie .content .entry {
  background: none;
}
.single-locatie .locatie-sidebar .locatie-sidebar-widget {
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 15px;
}
.single-locatie .locatie-sidebar h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #606060;
  padding-top: 0;
}
.single-locatie .locatie-sidebar .locatie-sidebar-beforecall {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 30px;
}
.single-locatie .locatie-sidebar .locatie-sidebar-beforecall p.large {
  font-weight: 700;
  font-size: 1.3rem;
}
.single-locatie .locatie-sidebar .locatie-sidebar-beforecall p.large strong {
  color: #014c45;
}
.single-locatie .locatie-sidebar .locatie-sidebar-beforecall .button {
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.single-locatie .locatie-sidebar .card.telefoon {
  width: 100%;
  font-size: 1rem;
  color: #606060;
  border: 1px solid #4dcaff;
  margin-bottom: 15px;
}
.single-locatie .locatie-sidebar .card.telefoon .card-body {
  background-color: rgba(77, 202, 255, 0.1);
  padding: 30px;
  color: #606060;
  font-size: 16px;
}
.single-locatie .locatie-sidebar .card.telefoon .card-body i {
  font-size: 46px;
}
.single-locatie .locatie-sidebar .card.telefoon .card-footer {
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.single-locatie .locatie-sidebar .locatie-sidebar-infoblok {
  background: #fff;
  border: 1px solid rgba(96, 96, 96, 0.2);
  box-sizing: border-box;
}
.single-locatie .locatie-content .locatie-content__contact {
  margin-top: 30px;
}
.single-locatie .locatie-content .locatie-content__contact img {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 512px) {
  .single-locatie .locatie-content .locatie-content__contact img {
    border-radius: 0;
  }
}
.single-locatie .locatie-content .locatie-content__contact .locatie-content__form {
  background-color: #fff;
  padding: 30px;
}
.single-locatie .locatie-content .locatie-content__contact .locatie-content__form h3 {
  padding-top: 1em;
}
.single-locatie .locatie-content .locatie-content__contact .locatie-content__form p {
  margin-bottom: 0;
}
.single-locatie .locatie-content .locatie-content__contact .locatie-content__form a {
  text-decoration: none;
  color: #606060;
}
.single-locatie .locatie-content .locatie-content__contact .locatie-content__form a:hover {
  text-decoration: underline;
}

.locatieTabs .col-4 {
  padding-right: 0;
}
.locatieTabs .col-8 {
  padding-left: 0;
}
@media (max-width: 512px) {
  .locatieTabs .col-4,
  .locatieTabs .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
  }
  .locatieTabs .col-4 .nav-tabs {
    width: 100%;
  }
}
.locatieTabs .nav-tabs .nav-item {
  list-style-type: none;
}
.locatieTabs .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(96, 96, 96, 0.2);
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
}
.locatieTabs .nav-tabs .nav-item .nav-link:hover {
  border-color: #4dcaff #fff #4dcaff #4dcaff;
  cursor: pointer;
  text-decoration: none;
}
.locatieTabs .nav-tabs .nav-item .nav-link.active {
  border-color: #4dcaff #fff #4dcaff #4dcaff;
  background-color: rgba(77, 202, 255, 0.1);
  border-right: 0;
  text-decoration: none;
}
.locatieTabs .nav-tabs .nav-item > li > a {
  margin-right: 0;
}

.card.telefoon {
  font-size: 10px;
  width: 200px;
  border-radius: 8px;
}
@media (max-width: 512px) {
  .card.telefoon {
    width: 100%;
  }
}
.card.telefoon .card-body {
  border-radius: 8px 8px 0 0;
  background-color: #606060;
  color: #fff;
  font-size: 12px;
  padding: 12px;
}
.card.telefoon .card-body i {
  font-size: 30px;
  float: left;
  transform: rotate(-30deg);
  margin: 0;
}
.card.telefoon .card-body h4 {
  margin: 0;
  padding: 0;
}
.card.telefoon .card-body span {
  float: right;
  width: 75%;
}
.card.telefoon .card-footer {
  padding: 6px 12px;
}

body.huisartsen #accordion.huisartsen {
  padding-top: 60px;
}
body.huisartsen .divTableHead {
  background-color: rgba(194, 206, 36, 0.2);
}
@media (max-width: 512px) {
  body.huisartsen .divTableHead {
    display: none;
  }
}
body.huisartsen h4.panel-title a {
  color: #606060;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
body.huisartsen h4.panel-title a:hover, body.huisartsen h4.panel-title a:active {
  color: #606060;
  text-decoration: none;
}
body.huisartsen a.praktijkLink {
  color: #014c45;
}
body.huisartsen .divTableCell {
  border: none;
  border: none;
  padding: 3px 6px 3px 25px;
}
@media (max-width: 512px) {
  body.huisartsen .divTableCell {
    display: block;
  }
  body.huisartsen .divTableCell:nth-child(1) {
    font-weight: 700;
  }
  body.huisartsen .divTableCell:nth-child(3) {
    padding-bottom: 15px;
  }
}
body.huisartsen .divTableheadCell {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: 12px 6px 12px 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

body.search-results .archive-description {
  display: none;
}
body.search-results .searchresultItem {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}

body.zelftriageApp header.site-header div.title-area {
  display: block;
}

#mindd_widget_embedded ul > li {
  list-style-type: none;
}

button.css-1jsh1bf {
  border-radius: 0 !important;
}

#mindd_widget_embedded_searchoff,
#mindd_widget_embedded,
.iqhealthcare {
  /*display: none;*/
}

/* # Media Queries
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #606060 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid rgba(96, 96, 96, 0.2);
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    width: 100%;
    text-align: center;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;
    top: -10rem;
    padding-top: 0;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}/*# sourceMappingURL=style.css.map */