/*!
Theme Name: Customerstation
Theme URI: http://underscores.me/
Author: Blikreclame
Author URI: http://blikreclame.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: customerstation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Customerstation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2 {
  font-size: 1.5rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
}
.main-navigation .menu-hoofdmenu-container {
  height: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding-top: 30px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul li:first-child {
  border-top: 2px solid #ed6569;
  padding-top: 15px;
}
.main-navigation ul ul li:last-child {
  padding-bottom: 15px;
}
.main-navigation ul ul a {
  width: 250px;
  padding: 5px 20px;
  font-size: 14px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: -ms-grid;
  display: grid;
  height: auto;
  z-index: 99;
  background: #fff;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .main-navigation a {
    padding: 0.5em 0;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ed6569;
  font-weight: 700;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 23px;
  right: 9px;
}
.menu-toggle .line {
  width: 25px;
  height: 3px;
  background: #ed6569;
}

.main-navigation.toggled {
  padding: 2em 1em;
}
.main-navigation.toggled .line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 6px);
          transform: rotate(45deg) translate(7px, 6px);
}
.main-navigation.toggled .line:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 100%;
    place-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post .site-main .post-categories,
.page .site-main .post-categories, .single .site-main .post-categories {
  margin-bottom: 2em;
}
.post .site-main .post-categories span,
.page .site-main .post-categories span, .single .site-main .post-categories span {
  background: #ED6569;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post .site-main article,
.page .site-main article, .single .site-main article {
  padding-top: 85px;
}
.post .site-main article .entry-content,
.page .site-main article .entry-content, .single .site-main article .entry-content {
  color: #666666;
  padding: 3em 0;
  font-weight: 200;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content,
  .page .site-main article .entry-content, .single .site-main article .entry-content {
    padding: 0em 0;
  }
}
.post .site-main article .entry-content a,
.page .site-main article .entry-content a, .single .site-main article .entry-content a {
  color: #ed6569;
}
.post .site-main article .entry-content .gform_body .gform_fields,
.page .site-main article .entry-content .gform_body .gform_fields, .single .site-main article .entry-content .gform_body .gform_fields {
  gap: 1em;
}
.post .site-main article .entry-content .gform_footer input.button,
.page .site-main article .entry-content .gform_footer input.button, .single .site-main article .entry-content .gform_footer input.button {
  background: #ed6569 !important;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post .site-main article .entry-content .gform_footer input.button:hover,
.page .site-main article .entry-content .gform_footer input.button:hover, .single .site-main article .entry-content .gform_footer input.button:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.post .site-main article .entry-content h2, .post .site-main article .entry-content h3, .post .site-main article .entry-content h4, .post .site-main article .entry-content h5,
.page .site-main article .entry-content h2,
.page .site-main article .entry-content h3,
.page .site-main article .entry-content h4,
.page .site-main article .entry-content h5, .single .site-main article .entry-content h2, .single .site-main article .entry-content h3, .single .site-main article .entry-content h4, .single .site-main article .entry-content h5 {
  color: #000;
  font-weight: 600;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .wp-block-media-text.is-stacked-on-mobile,
  .page .site-main article .entry-content .wp-block-media-text.is-stacked-on-mobile, .single .site-main article .entry-content .wp-block-media-text.is-stacked-on-mobile {
    padding-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid,
  .page .site-main article .entry-content .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid, .single .site-main article .entry-content .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    margin: 0;
  }
}
.post .site-main article .entry-content .wp-block-query ul li img,
.page .site-main article .entry-content .wp-block-query ul li img, .single .site-main article .entry-content .wp-block-query ul li img {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.post .site-main article .entry-content .wp-block-query ul li img:hover,
.page .site-main article .entry-content .wp-block-query ul li img:hover, .single .site-main article .entry-content .wp-block-query ul li img:hover {
  opacity: 0.6;
}
.post .site-main article .entry-content .wp-block-list,
.page .site-main article .entry-content .wp-block-list, .single .site-main article .entry-content .wp-block-list {
  margin: 0;
  padding-left: 1em;
}
.post .site-main article .entry-content .wp-block-group,
.page .site-main article .entry-content .wp-block-group, .single .site-main article .entry-content .wp-block-group {
  padding: 2em 0 2em 0;
  margin: 3rem 0;
}
.post .site-main article .entry-content li.wp-block-post h2, .post .site-main article .entry-content li.wp-block-post h3, .post .site-main article .entry-content li.wp-block-post h4, .post .site-main article .entry-content li.wp-block-post h5,
.page .site-main article .entry-content li.wp-block-post h2,
.page .site-main article .entry-content li.wp-block-post h3,
.page .site-main article .entry-content li.wp-block-post h4,
.page .site-main article .entry-content li.wp-block-post h5, .single .site-main article .entry-content li.wp-block-post h2, .single .site-main article .entry-content li.wp-block-post h3, .single .site-main article .entry-content li.wp-block-post h4, .single .site-main article .entry-content li.wp-block-post h5 {
  margin-top: 0;
}
.post .site-main article .entry-content li.wp-block-post a.wp-block-read-more,
.page .site-main article .entry-content li.wp-block-post a.wp-block-read-more, .single .site-main article .entry-content li.wp-block-post a.wp-block-read-more {
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post .site-main article .entry-content li.wp-block-post a.wp-block-read-more:hover,
.page .site-main article .entry-content li.wp-block-post a.wp-block-read-more:hover, .single .site-main article .entry-content li.wp-block-post a.wp-block-read-more:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.post .site-main article .entry-content .wp-block-separator,
.page .site-main article .entry-content .wp-block-separator, .single .site-main article .entry-content .wp-block-separator {
  opacity: 1;
  color: #ed6569;
  border: none;
  margin: 30px 0 40px 0;
  background: #ed6569;
  height: 2px;
  width: 60px;
}
.post .site-main article .entry-content .wp-block-separator.aligncenter,
.page .site-main article .entry-content .wp-block-separator.aligncenter, .single .site-main article .entry-content .wp-block-separator.aligncenter {
  margin: 30px auto;
}
.post .site-main article .entry-content .wp-block-buttons .wp-block-button a,
.page .site-main article .entry-content .wp-block-buttons .wp-block-button a, .single .site-main article .entry-content .wp-block-buttons .wp-block-button a {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post .site-main article .entry-content .wp-block-buttons .wp-block-button a:hover,
.page .site-main article .entry-content .wp-block-buttons .wp-block-button a:hover, .single .site-main article .entry-content .wp-block-buttons .wp-block-button a:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.post .site-main article .entry-content .has-coral-background-color,
.page .site-main article .entry-content .has-coral-background-color, .single .site-main article .entry-content .has-coral-background-color {
  background: #ED6569;
  position: relative;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-coral-background-color .wp-block-group__inner-container,
  .page .site-main article .entry-content .has-coral-background-color .wp-block-group__inner-container, .single .site-main article .entry-content .has-coral-background-color .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}
.post .site-main article .entry-content .has-coral-background-color:after,
.page .site-main article .entry-content .has-coral-background-color:after, .single .site-main article .entry-content .has-coral-background-color:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #ED6569;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-coral-background-color:after,
  .page .site-main article .entry-content .has-coral-background-color:after, .single .site-main article .entry-content .has-coral-background-color:after {
    left: 99%;
  }
}
.post .site-main article .entry-content .has-coral-background-color:before,
.page .site-main article .entry-content .has-coral-background-color:before, .single .site-main article .entry-content .has-coral-background-color:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #ED6569;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-coral-background-color:before,
  .page .site-main article .entry-content .has-coral-background-color:before, .single .site-main article .entry-content .has-coral-background-color:before {
    right: 99%;
  }
}
.post .site-main article .entry-content .has-grey-background-color,
.page .site-main article .entry-content .has-grey-background-color, .single .site-main article .entry-content .has-grey-background-color {
  background: rgba(249, 249, 249, 0.9764705882);
  position: relative;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-grey-background-color .wp-block-group__inner-container,
  .page .site-main article .entry-content .has-grey-background-color .wp-block-group__inner-container, .single .site-main article .entry-content .has-grey-background-color .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}
.post .site-main article .entry-content .has-grey-background-color:after,
.page .site-main article .entry-content .has-grey-background-color:after, .single .site-main article .entry-content .has-grey-background-color:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(249, 249, 249, 0.9764705882);
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-grey-background-color:after,
  .page .site-main article .entry-content .has-grey-background-color:after, .single .site-main article .entry-content .has-grey-background-color:after {
    left: 99%;
  }
}
.post .site-main article .entry-content .has-grey-background-color:before,
.page .site-main article .entry-content .has-grey-background-color:before, .single .site-main article .entry-content .has-grey-background-color:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(249, 249, 249, 0.9764705882);
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-grey-background-color:before,
  .page .site-main article .entry-content .has-grey-background-color:before, .single .site-main article .entry-content .has-grey-background-color:before {
    right: 99%;
  }
}
.post .site-main article .entry-content .has-dark-background-color,
.page .site-main article .entry-content .has-dark-background-color, .single .site-main article .entry-content .has-dark-background-color {
  position: relative;
  background: #2F2F2F;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-dark-background-color .wp-block-group__inner-container,
  .page .site-main article .entry-content .has-dark-background-color .wp-block-group__inner-container, .single .site-main article .entry-content .has-dark-background-color .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}
.post .site-main article .entry-content .has-dark-background-color:after,
.page .site-main article .entry-content .has-dark-background-color:after, .single .site-main article .entry-content .has-dark-background-color:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #2F2F2F;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-dark-background-color:after,
  .page .site-main article .entry-content .has-dark-background-color:after, .single .site-main article .entry-content .has-dark-background-color:after {
    left: 99%;
  }
}
.post .site-main article .entry-content .has-dark-background-color:before,
.page .site-main article .entry-content .has-dark-background-color:before, .single .site-main article .entry-content .has-dark-background-color:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #2F2F2F;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-dark-background-color:before,
  .page .site-main article .entry-content .has-dark-background-color:before, .single .site-main article .entry-content .has-dark-background-color:before {
    right: 99%;
  }
}
.post .site-main article .entry-content .has-teal-background-color,
.page .site-main article .entry-content .has-teal-background-color, .single .site-main article .entry-content .has-teal-background-color {
  background: #008080;
  position: relative;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-teal-background-color .wp-block-group__inner-container,
  .page .site-main article .entry-content .has-teal-background-color .wp-block-group__inner-container, .single .site-main article .entry-content .has-teal-background-color .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}
.post .site-main article .entry-content .has-teal-background-color:after,
.page .site-main article .entry-content .has-teal-background-color:after, .single .site-main article .entry-content .has-teal-background-color:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #008080;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-teal-background-color:after,
  .page .site-main article .entry-content .has-teal-background-color:after, .single .site-main article .entry-content .has-teal-background-color:after {
    left: 99%;
  }
}
.post .site-main article .entry-content .has-teal-background-color:before,
.page .site-main article .entry-content .has-teal-background-color:before, .single .site-main article .entry-content .has-teal-background-color:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #008080;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-teal-background-color:before,
  .page .site-main article .entry-content .has-teal-background-color:before, .single .site-main article .entry-content .has-teal-background-color:before {
    right: 99%;
  }
}
.post .site-main article .entry-content .has-sage-bluish-gray-background-color,
.page .site-main article .entry-content .has-sage-bluish-gray-background-color, .single .site-main article .entry-content .has-sage-bluish-gray-background-color {
  background: #8FC4AA;
  position: relative;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-sage-bluish-gray-background-color .wp-block-group__inner-container,
  .page .site-main article .entry-content .has-sage-bluish-gray-background-color .wp-block-group__inner-container, .single .site-main article .entry-content .has-sage-bluish-gray-background-color .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}
.post .site-main article .entry-content .has-sage-bluish-gray-background-color:after,
.page .site-main article .entry-content .has-sage-bluish-gray-background-color:after, .single .site-main article .entry-content .has-sage-bluish-gray-background-color:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #8FC4AA;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-sage-bluish-gray-background-color:after,
  .page .site-main article .entry-content .has-sage-bluish-gray-background-color:after, .single .site-main article .entry-content .has-sage-bluish-gray-background-color:after {
    left: 99%;
  }
}
.post .site-main article .entry-content .has-sage-bluish-gray-background-color:before,
.page .site-main article .entry-content .has-sage-bluish-gray-background-color:before, .single .site-main article .entry-content .has-sage-bluish-gray-background-color:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #8FC4AA;
}
@media (max-width: 768px) {
  .post .site-main article .entry-content .has-sage-bluish-gray-background-color:before,
  .page .site-main article .entry-content .has-sage-bluish-gray-background-color:before, .single .site-main article .entry-content .has-sage-bluish-gray-background-color:before {
    right: 99%;
  }
}
.post .site-main article .entry-content .has-white-background-color,
.page .site-main article .entry-content .has-white-background-color, .single .site-main article .entry-content .has-white-background-color {
  background: #FFFFFF;
  position: relative;
}
.post .site-main article .entry-content .has-black-background-color,
.page .site-main article .entry-content .has-black-background-color, .single .site-main article .entry-content .has-black-background-color {
  background: #000;
  position: relative;
}
.post .site-main article .entry-content .has-white-color,
.page .site-main article .entry-content .has-white-color, .single .site-main article .entry-content .has-white-color {
  color: #fff;
}
.post .site-main article .entry-content .has-black-color,
.page .site-main article .entry-content .has-black-color, .single .site-main article .entry-content .has-black-color {
  color: #000;
}
.post .site-main article .entry-content .has-teal-color,
.page .site-main article .entry-content .has-teal-color, .single .site-main article .entry-content .has-teal-color {
  color: #008080;
}
.post .site-main article .entry-content .has-sage-bluish-gray-color,
.page .site-main article .entry-content .has-sage-bluish-gray-color, .single .site-main article .entry-content .has-sage-bluish-gray-color {
  color: #8FC4AA;
}
.post .site-main article .entry-content .has-coral-color,
.page .site-main article .entry-content .has-coral-color, .single .site-main article .entry-content .has-coral-color {
  color: #ED6569;
}
.post .site-main article .entry-content .has-dark-color,
.page .site-main article .entry-content .has-dark-color, .single .site-main article .entry-content .has-dark-color {
  color: #2F2F2F;
}
.post .site-main article .entry-content .schema-faq,
.page .site-main article .entry-content .schema-faq, .single .site-main article .entry-content .schema-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.post .site-main article .entry-content .schema-faq-section,
.page .site-main article .entry-content .schema-faq-section, .single .site-main article .entry-content .schema-faq-section {
  color: #fff;
  margin-bottom: 20px;
}
.post .site-main article .entry-content .schema-faq-section .schema-faq-question,
.page .site-main article .entry-content .schema-faq-section .schema-faq-question, .single .site-main article .entry-content .schema-faq-section .schema-faq-question {
  font-weight: 600;
  display: block;
  padding: 1em 3em 1em 1em;
  background: #ed6569;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: white;
}
.post .site-main article .entry-content .schema-faq-section .schema-faq-question:after,
.page .site-main article .entry-content .schema-faq-section .schema-faq-question:after, .single .site-main article .entry-content .schema-faq-section .schema-faq-question:after {
  content: "+";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 30px;
  text-align: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.post .site-main article .entry-content .schema-faq-section .schema-faq-question:hover,
.page .site-main article .entry-content .schema-faq-section .schema-faq-question:hover, .single .site-main article .entry-content .schema-faq-section .schema-faq-question:hover {
  opacity: 0.8;
}
.post .site-main article .entry-content .schema-faq-answer,
.page .site-main article .entry-content .schema-faq-answer, .single .site-main article .entry-content .schema-faq-answer {
    background: white;
    padding: 1em;
    color: #000;
    border: solid 0.5px lightgrey;
}
.post .site-main article .entry-content .schema-faq-section .schema-faq-answer,
.page .site-main article .entry-content .schema-faq-section .schema-faq-answer, .single .site-main article .entry-content .schema-faq-section .schema-faq-answer {
  display: none;
}
.post .site-main article .entry-content,
.page .site-main article .entry-content, .single .site-main article .entry-content {
  /* Als open => toon antwoord */
}
.post .site-main article .entry-content .schema-faq-section.is-open .schema-faq-answer,
.page .site-main article .entry-content .schema-faq-section.is-open .schema-faq-answer, .single .site-main article .entry-content .schema-faq-section.is-open .schema-faq-answer {
  display: block;
}
.post .site-main article .entry-content .schema-faq-section.is-open .schema-faq-question:after,
.page .site-main article .entry-content .schema-faq-section.is-open .schema-faq-question:after, .single .site-main article .entry-content .schema-faq-section.is-open .schema-faq-question:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.post .site-main article .entry-content,
.page .site-main article .entry-content, .single .site-main article .entry-content {
  /* Maak de vraag klikbaar */
}
.post .site-main article .entry-content .schema-faq-section .schema-faq-question,
.page .site-main article .entry-content .schema-faq-section .schema-faq-question, .single .site-main article .entry-content .schema-faq-section .schema-faq-question {
  cursor: pointer;
}
.post .intro_workshop,
.page .intro_workshop, .single .intro_workshop {
  background: #ED6569;
  color: #fff;
  width: 400px;
  padding: 2em;
}
.post .footer-content,
.page .footer-content, .single .footer-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post .footer-content .content-inner,
.page .footer-content .content-inner, .single .footer-content .content-inner {
  background: #2F2F2F;
  color: #fff;
  height: 100%;
  padding: 3em;
}
.post .footer-content .content-inner h2,
.page .footer-content .content-inner h2, .single .footer-content .content-inner h2 {
  font-size: 2rem !important;
}
.post .footer-content .content-inner hr,
.page .footer-content .content-inner hr, .single .footer-content .content-inner hr {
  opacity: 1;
  color: #ed6569;
  border: none;
  margin: 30px 0 40px 0;
  background: #ed6569;
  height: 2px;
  width: 60px;
}
.post .footer-content .content-inner p,
.page .footer-content .content-inner p, .single .footer-content .content-inner p {
  font-size: 14px;
  font-weight: 200;
}
.post .footer-content .content-inner a.btn,
.page .footer-content .content-inner a.btn, .single .footer-content .content-inner a.btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post .footer-content .content-inner a.btn:hover,
.page .footer-content .content-inner a.btn:hover, .single .footer-content .content-inner a.btn:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.post .footer-content .content-inner form .gfield .gfield_label, .post .footer-content .content-inner form .gfield .gform-field-label, .post .footer-content .content-inner form .gfield .gfield_description,
.page .footer-content .content-inner form .gfield .gfield_label,
.page .footer-content .content-inner form .gfield .gform-field-label,
.page .footer-content .content-inner form .gfield .gfield_description, .single .footer-content .content-inner form .gfield .gfield_label, .single .footer-content .content-inner form .gfield .gform-field-label, .single .footer-content .content-inner form .gfield .gfield_description {
  color: #fff;
}
.post .footer-content .content-inner form .gfield .ginput_container_radio .gchoice label,
.page .footer-content .content-inner form .gfield .ginput_container_radio .gchoice label, .single .footer-content .content-inner form .gfield .ginput_container_radio .gchoice label {
  color: #fff;
}
.post .footer-content .content-inner form .gform-footer .gform_button,
.page .footer-content .content-inner form .gform-footer .gform_button, .single .footer-content .content-inner form .gform-footer .gform_button {
  background-color: #ED6569 !important;
}

.single-workshop .intro_workshop {
  position: absolute;
  top: 300px;
  right: 11%;
  padding: 2em;
  background: #ED6569;
  color: #fff !important;
}
@media (max-width: 768px) {
  .single-workshop .intro_workshop {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 1em;
  }
}
.single-workshop .intro_workshop h1, .single-workshop .intro_workshop h2, .single-workshop .intro_workshop h3, .single-workshop .intro_workshop h4, .single-workshop .intro_workshop h5, .single-workshop .intro_workshop h6 {
  margin-top: 0 !important;
  color: #fff !important;
}

.blog .site-main {
  padding-top: 85px;
}
.blog .site-main .blog-posts {
  margin-top: 7em;
  margin-bottom: 5em;
}
.blog .site-main .blog-posts article {
  padding: 0 1em;
  margin-bottom: 4em;
  position: relative;
}
.blog .site-main .blog-posts article img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.blog .site-main .blog-posts article img:hover {
  opacity: 0.6;
}
.blog .site-main .blog-posts article .excerpt-content {
  border: 1px solid #dadada;
  padding: 1em;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog .site-main .blog-posts article .excerpt-content h3 {
  font-size: 1.5rem;
  margin-bottom: auto;
}
.blog .site-main .blog-posts article .excerpt-content p {
  color: #666666;
  font-weight: 200;
  font-size: 14px;
}
.blog .site-main .blog-posts article .excerpt-content a.btn {
  margin-top: auto;
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog .site-main .blog-posts article .excerpt-content a.btn:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.blog .site-main .blog-posts article .post-categories {
  position: absolute;
  top: 8px;
  right: 25px;
}
.blog .site-main .blog-posts article .post-categories span {
  background: #ED6569;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blog .site-main .posts-navigation .nav-links a {
  text-decoration: none;
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog .site-main .posts-navigation .nav-links a:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}

.home .hero .hero-content {
  padding: 120px 0 250px 0;
}
.home .usps {
  margin-top: -160px;
  z-index: 2;
  position: relative;
}
.home .usps .usp {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2em;
  margin: 0 2em;
  background: #fff;
  height: 400px;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .home .usps .usp {
    margin-bottom: 2em;
  }
}
.home .usps .usp:hover {
  background: #ED6569;
}
.home .usps .usp:hover h4, .home .usps .usp:hover h2 {
  color: #fff;
}
.home .usps .usp:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home .usps .usp h4 {
  font-weight: 200;
  text-align: center;
  padding-bottom: 1em;
  font-size: 16px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .usps .usp h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .usps .usp img {
  width: 150px;
  margin: 0 auto;
  display: block;
  padding-bottom: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .cta {
  padding: 7em 0em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .cta .cta-blok {
  background: #fff;
  padding: 2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .home .cta .cta-blok {
    margin-bottom: 50px;
  }
}
.home .cta .cta-blok img {
  height: 80px;
  width: 80px;
  display: block;
  margin: 0 auto 0 auto;
}
.home .cta .cta-blok a.btn {
  background: #ed6569 !important;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.home .cta .cta-blok a.btn:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.home .opdrachtgevers {
  padding-top: 5em;
  padding-bottom: 5em;
}
.home .opdrachtgevers h2 {
  text-align: center;
  margin-bottom: 1em;
}
.home .opdrachtgevers .swiper .swiper-button-next, .home .opdrachtgevers .swiper .swiper-button-prev {
  color: #ed6569;
}
.home .klanten-review .title h2 {
  text-align: center;
}
.home .casus-posts .title {
  text-align: center;
  margin-bottom: 3em;
}
.home .casus-posts article {
  padding: 0 1em;
  margin-bottom: 4em;
}
.home .casus-posts article img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .casus-posts article img:hover {
  opacity: 0.6;
}
.home .casus-posts article .excerpt-content {
  border: 1px solid #dadada;
  padding: 1em;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .casus-posts article .excerpt-content h3 {
  font-size: 1.5rem;
  margin-bottom: auto;
}
.home .casus-posts article .excerpt-content p {
  color: #666666;
  font-weight: 200;
  font-size: 14px;
}
.home .casus-posts article .excerpt-content a.btn {
  margin-top: auto;
  background: #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.home .casus-posts article .excerpt-content a.btn:hover {
  border-color: white;
  scale: 1.05;
  padding: 6px 12px;
}
.home .klanten-review {
  background: #F2F2F2;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 4em;
  margin-bottom: 3em;
}
.home .klanten-review .title h2 {
  padding-top: 2em;
  padding-bottom: 1em;
}
.home .klanten-review img {
  width: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 3em;
}
.home .klanten-review .swiper-slide {
  font-style: oblique;
  font-weight: 200;
}
.home .klanten-review .swiper-slide p {
  text-align: center;
}

.error404 .error-404 {
  padding: 1em;
}
.error404 .page-header {
  padding-top: 17em;
  text-align: center;
  color: #ed6569;
}
.error404 .page-content {
  text-align: center;
  padding-bottom: 10em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content .wp-block-column h2,
.entry-content .wp-block-column h2,
.entry-summary .wp-block-column h2 {
  margin-top: 0 !important;
}
.wp-block-column {
	padding: 40px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media 
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */
header.site-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
header.site-header .site-branding img {
  width: 120px;
}

.hero {
  position: relative;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.hero .hero-content {
  padding: 120px 0;
  z-index: 1;
  position: relative;
}
.hero .hero-content .ondertitel {
  color: #ed6569;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 1em;
}
.hero .hero-content h1 {
  color: #fff;
  font-size: 36px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 700px;
  font-size: 48px;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 38px;
  }
}
.hero .hero-content .intro-content {
  max-width: 550px;
  color: #fff;
  margin-top: 2em;
  line-height: 1.5;
}
.hero .hero-content .intro-content p {
  opacity: 0.8;
}
.hero .hero-content a.btn {
  background: #ed6569;
  border: 2px solid #ed6569;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.hero .hero-content a.btn:hover {
  border-color: white;
  scale: 1.05;
}

/* Footer
--------------------------------------------- */
footer.site-footer .footer-menu {
  background: #2D2D2D;
  padding: 15px 0px;
}
footer.site-footer .footer-menu .menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}
footer.site-footer .footer-menu .menu li a {
  color: #bbb;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer.site-footer .site-info {
  background-color: #171717;
  color: #666;
  padding: 15px 0px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer.site-footer .site-info a {
  color: #666;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}