/*!
Theme Name: BlikBrands
Theme URI: http://underscores.me/
Author: blikbrands
Author URI: http://blikbrands.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: blikbrands
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.

BlikBrands 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=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Surgena";
  src: url("./inc/fonts/surgena/Surgena-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Surgena";
  src: url("./inc/fonts/surgena/Surgena-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Surgena";
  src: url("./inc/fonts/surgena/Surgena-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Surgena";
  src: url("./inc/fonts/surgena/Surgena-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Surgena";
  src: url("./inc/fonts/surgena/Surgena-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-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%;
  scroll-behavior: smooth !important;
}

::-webkit-scrollbar {
  width: 12px; /* Vertical scrollbar */
  height: 12px; /* Horizontal scrollbar */
}

/* Track (background of scrollbar) */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

/* Thumb (scroll handle) */
::-webkit-scrollbar-thumb {
  background-color: #09122C;
  border-radius: 6px;
  border: 3px solid #fff; /* Padding effect */
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

/* Optional: on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #FF5B28;
}

/* 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: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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;
  font-family: "Manrope", sans-serif !important;
  padding-top: env(safe-area-inset-top);
}
body.toggled {
  overflow: hidden;
  margin-right: 12.5px;
}
body::-moz-selection {
  color: #fff;
  background: rgba(255, 90, 40, 0.7254901961);
}
body::selection {
  color: #fff;
  background: rgba(255, 90, 40, 0.7254901961);
}

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%;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

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;
}

a.btn {
  color: #FF5B28;
  border-bottom: 1px solid #FF5B28 !important;
  background: transparent;
  border: none;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
a.btn:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
a.btn:hover {
  color: #09122C;
  border-color: #09122C;
  scale: 1.05;
  gap: 15px;
  border-bottom: 1px solid #09122C !important;
}
a.btn:hover:after {
  background-image: url("./inc/img/pijl_dark.svg");
}

/* 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
--------------------------------------------- */
#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation.toggled .overlay {
  display: block;
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
.main-navigation.toggled .overlay .menu-hoofdmenu-container {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  min-width: 300px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-navigation.toggled .overlay .menu-hoofdmenu-container {
    min-width: 50%;
  }
}
.main-navigation.toggled .contact-info {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  position: relative;
  top: 100%;
  z-index: 99999;
  right: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  border-bottom: 2px solid transparent;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #000;
}
.main-navigation li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navigation li.menu-item-has-children a::after {
  content: "";
  background-image: url("./inc/img/sub_menu_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 54%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.main-navigation li.menu-item-has-children a:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.main-navigation li.menu-item-has-children > .sub-menu {
  margin-top: 3px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  top: 0;
  left: 180px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-navigation li.menu-item-has-children > .sub-menu {
    sdisplay: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.main-navigation li.menu-item-has-children > .sub-menu li {
  max-width: 300px;
  margin-bottom: 0.8em;
}
.main-navigation li.menu-item-has-children > .sub-menu li a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  max-width: 300px;
}
.main-navigation li.menu-item-has-children > .sub-menu li a::after {
  display: none;
}
.main-navigation li.menu-item-has-children > .sub-menu li a:hover {
  color: #000;
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-navigation li.menu-item-has-children > .sub-menu li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-navigation li.menu-item-has-children.open {
  border-bottom: 2px solid black;
  margin-right: 400px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .main-navigation li.menu-item-has-children.open {
    margin-right: 250px;
  }
}
.main-navigation li.menu-item-has-children.open a {
  color: #000;
}
.main-navigation li.menu-item-has-children.open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.main-navigation li.menu-item-has-children.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  font-weight: 600;
}
.contact-info {
  display: none;
}

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

.main-navigation.toggled .menu-toggle {
  background: #000;
}

.menu-toggle {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  z-index: 1001;
  background: none;
  border: none;
  background: #000;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.menu-toggle:hover {
  background: #FF5B28;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 4px;
  background: #fff;
  margin: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.menu-toggle.toggled .contact-info {
  display: block;
}

.menu-hoofdmenu-container {
  background: #FF5B28;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  position: absolute;
  padding: 6em 3em;
  height: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  z-index: -1;
  visibility: hidden;
}

.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;
}

@media (max-width: 991px) and (orientation: portrait) {
  .container {
    padding: 0 2em !important;
  }
}
.post .uitgelichte-titel,
.page .uitgelichte-titel {
  width: 100%;
  position: absolute;
  margin-bottom: 5em;
  top: 26px;
}
.post .uitgelichte-titel .titel-inner,
.page .uitgelichte-titel .titel-inner {
  padding: 17px 0 13px 0;
  position: absolute;
  -webkit-transform: rotate(5.7deg);
          transform: rotate(5.7deg);
  padding-top: 5vw;
  width: 107%;
  left: -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  background: linear-gradient(132deg, rgb(9, 18, 44) 57%, rgb(94, 34, 19) 100%);
}
.post .uitgelichte-titel .titel-inner h2,
.page .uitgelichte-titel .titel-inner h2 {
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  padding-right: 50px;
  font-family: "Surgena", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.post .uitgelichte-titel .titel-inner h2 span,
.page .uitgelichte-titel .titel-inner h2 span {
  color: #FD6638;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  background: #fff;
  position: relative;
  padding-top: 10em;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 100%);
  overflow: hidden;
}
@media (max-width: 991px) and (orientation: portrait) {
  .entry-content {
    padding-top: 5em;
  }
}
.entry-content::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 500px;
  height: 500px;
  background-position: top left;
  background-image: url("./inc/img/komma_header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) and (orientation: portrait) {
  .entry-content::before {
    width: 300px;
    height: 300px;
  }
}
.entry-content .content-inner {
  padding-bottom: 9em;
}
@media (max-width: 991px) and (orientation: portrait) {
  .entry-content .content-inner {
    padding-bottom: 1em;
  }
}
.entry-content .content-inner #breadcrumbs {
  margin-bottom: 5em;
  position: relative;
}
@media (max-width: 991px) and (orientation: portrait) {
  .entry-content .content-inner #breadcrumbs {
    margin-bottom: 2em;
  }
}
.entry-content .content-inner #breadcrumbs span {
  font-weight: 300;
  letter-spacing: 0.4px;
}
.entry-content .content-inner #breadcrumbs span a {
  text-decoration: none;
  color: #000;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.entry-content .content-inner #breadcrumbs span a:hover {
  color: #FF5B28;
}
.entry-content .content-inner #breadcrumbs span.breadcrumb_last {
  color: #FF5B28;
}
.entry-content .content-inner h1 {
  font-family: "Surgena", sans-serif;
  color: #09122C;
  font-size: 52px;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) and (orientation: portrait) {
  .entry-content .content-inner h1 {
    font-size: 43px;
  }
}
.entry-content .content-inner h1 .last-word {
  color: #FF5B28;
}
.entry-content .content-inner p a {
  color: #FF5B28;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.entry-content .content-inner p a:hover {
  color: #09122C;
  text-decoration: none;
}
.entry-content .content-inner h2 {
  font-size: 1.5rem;
}
.entry-content .content-inner h3 {
  font-size: 1.25rem;
}
.entry-content .content-inner h2, .entry-content .content-inner h3, .entry-content .content-inner h4, .entry-content .content-inner h5 {
  font-family: "Surgena", sans-serif;
  color: #09122C;
}
.entry-content .content-inner .wp-block-list {
  margin-left: 0;
  padding-left: 1em;
}
.entry-content .content-inner .wp-block-list li::marker {
  color: #FF5B28;
}
.entry-content .content-inner .wp-block-button .wp-block-button__link {
  color: #FF5B28 !important;
  border-bottom: 1px solid #FF5B28 !important;
  background: transparent;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.entry-content .content-inner .wp-block-button .wp-block-button__link:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.entry-content .content-inner .wp-block-button .wp-block-button__link:hover {
  color: #09122C !important;
  border-color: #09122C;
  scale: 1.05;
  gap: 15px;
  border-bottom: 1px solid #09122C !important;
}
.entry-content .content-inner .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("./inc/img/pijl_dark.svg");
}
.entry-content .content-inner .wp-block-group {
  padding: 2em 0;
  margin: 1em 0;
  position: relative;
}
.entry-content .content-inner .wp-block-group.has-secondary-background-color {
  background: #f5f5f5;
}
.entry-content .content-inner .wp-block-group.has-secondary-background-color::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.entry-content .content-inner .wp-block-group.has-secondary-background-color::after {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}
.entry-content .content-inner .wp-block-group.has-primary-background-color {
  background: #F78E1E;
}
.entry-content .content-inner .wp-block-group.has-primary-background-color::before {
  content: "";
  background-color: #F78E1E;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.entry-content .content-inner .wp-block-group.has-primary-background-color::after {
  content: "";
  background-color: #F78E1E;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}
.entry-content .content-inner img {
  border-radius: 10px;
}

.home header.entry-header {
  height: 500px;
  position: relative;
}
.home header.entry-header .home-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home header.entry-header .home-title .home-title-inner h1 {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #09122C;
  font-family: "Surgena", sans-serif;
  max-width: 250px;
}
.home header.entry-header .home-title .home-title-inner h1 .last-word {
  color: #FF5B28;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home header.entry-header .home-title .home-title-inner h1 {
    display: none;
  }
}
.home article {
  overflow: hidden;
}
.home .entry-content {
  background: linear-gradient(132deg, rgb(9, 18, 44) 57%, rgb(94, 34, 19) 100%);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 100%);
}
.home .entry-content .ticker {
  width: 100%;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  overflow: hidden;
  color: #FF5B28;
  padding: 15px 0;
  position: absolute;
  top: 2vw;
}
.home .entry-content .ticker__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
}
.home .entry-content .ticker__track span {
  white-space: nowrap;
  font-size: 42px;
  font-weight: 500;
  padding-right: 50px;
  font-family: "Surgena", sans-serif;
  text-transform: uppercase;
}
.home .entry-content .ticker__track span:after {
  content: "*";
  position: relative;
  right: -25px;
  font-size: 70px;
  top: 20px;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home .entry-content .entry-title {
  color: #fff;
  font-family: "Surgena", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 2em;
}
.home .entry-content .entry-title .last-word {
  color: #FF5B28;
}
.home .entry-content .content-inner {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 5em;
}
.home .entry-content .content-inner a.wp-block-button__link:hover {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.home .entry-content .content-inner a.wp-block-button__link:hover:after {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}
.home .circle-overlay {
  position: relative;
}
.home .circle-overlay .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  bottom: -120px;
  right: -250px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
.home .circle-overlay .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 38.5px;
}
.home .circle-overlay .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.home .expertises {
  position: relative;
  padding: 8em 0;
  overflow: hidden;
}
.home .expertises:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 400px;
  height: 400px;
  background-position: top left;
  background-image: url("./inc/img/komma_header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.home .expertises .expertises-title h2 {
  color: #09122C;
  font-family: "Surgena", sans-serif;
  font-size: 48px;
  line-height: 1;
}
.home .expertises .expertises-title h2.orange {
  color: #FF5B28;
}
.home .expertises .expertises-inner {
  padding-top: 4em;
}
.home .expertises .expertises-inner .expertise-single {
  height: 400px;
  margin-bottom: 2em;
  display: block;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .expertises .expertises-inner .expertise-single .content-inner {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  place-content: flex-end;
  position: relative;
  background: rgba(0, 0, 0, 0.631372549);
  clip-path: polygon(0 40%, 100% 45%, 100% 100%, 0% 100%);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.home .expertises .expertises-inner .expertise-single .content-inner h3 {
  margin-bottom: 0;
  font-family: "Surgena", sans-serif;
}
.home .expertises .expertises-inner .expertise-single .content-inner h3.orange {
  color: #FF5B28;
}
.home .expertises .expertises-inner .expertise-single .content-inner h3.wit {
  color: #fff;
}
.home .expertises .expertises-inner .expertise-single .content-inner span.btn {
  color: #fff;
  border-bottom: 1px solid #fff !important;
  background: transparent;
  border: none;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .expertises .expertises-inner .expertise-single .content-inner span.btn:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home .expertises .expertises-inner .expertise-single .content-inner span.btn:hover {
  color: #fff;
  border-color: #fff;
  scale: 1.05;
  gap: 15px;
  border-bottom: 1px solid #fff !important;
}
.home .expertises .expertises-inner .expertise-single:hover {
  scale: 1.05;
}
.home .expertises .expertises-inner .expertise-single:hover .content-inner {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.home .expertises .expertises-inner .col-md-3:nth-child(1) .expertise-single:after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url("./inc/img/shape_expertises.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.home .expertises .expertises-inner .col-md-3:nth-child(2) .expertise-single .content-inner {
  clip-path: polygon(0 45%, 100% 50%, 100% 100%, 0% 100%);
}
.home .expertises .expertises-inner .col-md-3:nth-child(3) .expertise-single .content-inner {
  clip-path: polygon(0 50%, 100% 55%, 100% 100%, 0% 100%);
}
.home .uitgelicht-persoon {
  padding-top: 10em;
  background: linear-gradient(132deg, rgb(9, 18, 44) 57%, rgb(94, 34, 19) 100%);
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .uitgelicht-persoon {
    padding-top: 5em;
  }
}
.home .uitgelicht-persoon .persoon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .uitgelicht-persoon .persoon img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  right: -100px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .uitgelicht-persoon .persoon img {
    right: 0;
  }
}
.home .uitgelicht-persoon .persoon-content {
  padding-bottom: 15em;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .uitgelicht-persoon .persoon-content {
    padding-bottom: 7em;
  }
}
.home .uitgelicht-persoon .persoon-content h2 {
  font-family: "Surgena", sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.home .uitgelicht-persoon .persoon-content h2.orange {
  color: #FF5B28;
}
.home .uitgelicht-persoon .persoon-content .content-inner {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  margin-top: 2em;
}
.home .uitgelicht-persoon .persoon-content a.btn:hover {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
.home .uitgelicht-persoon .persoon-content a.btn:hover:after {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}
.home .uitgelicht-persoon .persoon-content a.btn::after {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .onze-klanten .slider {
  position: relative;
  background-color: #ffffff;
  pointer-events: none;
}
.home .onze-klanten .slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 350px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(243, 246, 255, 0)), color-stop(33%, rgb(243, 246, 255)));
  background: linear-gradient(270deg, rgba(243, 246, 255, 0) 0%, rgb(243, 246, 255) 33%);
  z-index: 3;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .onze-klanten .slider::before {
    width: 180px;
  }
}
.home .onze-klanten .slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.home .onze-klanten .slider .swiper-wrapper .swiper-slide:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.home .onze-klanten .slider .swiper-wrapper .swiper-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 300px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .onze-klanten .slider .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  top: -25%;
  left: -250px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .onze-klanten .slider .circle-text {
    top: 0;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.home .onze-klanten .slider .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 37px;
}
.home .onze-klanten .slider .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.home .video-content {
  position: relative;
  background: #F3F6FF;
}
.home .video-content .content-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.home .video-content .content-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.home .video-content .content-video .content-overlay {
  position: absolute;
  top: 0;
  background: radial-gradient(977.53% 361.88% at 56.01% -166.35%, rgba(9, 18, 44, 0.87) 25%, rgba(253, 102, 56, 0.4) 100%);
  width: 100%;
  height: 100%;
}
.home .video-content .content-video .content-overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .video-content .content-video .content-overlay .content-inner {
  padding: 5em 0;
  color: #fff !important;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .video-content .content-video .content-overlay .content-inner {
    font-size: 18px;
  }
}
.home .uitgelichte-cases {
  background: #F3F6FF;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.home .uitgelichte-cases .cases-header {
  padding-top: 5em;
  padding-bottom: 5em;
}
.home .uitgelichte-cases .cases-header h2 {
  font-family: "Surgena", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-size: 48px;
  display: ruby;
}
.home .uitgelichte-cases .cases-header h2.orange {
  color: #FF5B28;
}
.home .uitgelichte-cases .cases-header p {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #09122C;
  font-weight: 300;
  font-size: 16px;
}
.home .uitgelichte-cases .cases-header a.btn {
  color: #FF5B28;
  border-bottom: 1px solid #FF5B28 !important;
  background: transparent;
  border: none;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .uitgelichte-cases .cases-header a.btn:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home .uitgelichte-cases .cases-header a.btn:hover {
  color: #09122C;
  border-color: #09122C;
  scale: 1.05;
  gap: 15px;
  border-bottom: 1px solid #09122C !important;
}
.home .uitgelichte-cases .cases-header a.btn:hover:after {
  background-image: url("./inc/img/pijl_dark.svg");
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .uitgelichte-cases .slider-cases {
    padding: 0 1em;
  }
}
.home .uitgelichte-cases .slider-cases .swiper {
  padding-bottom: 12em;
}
.home .uitgelichte-cases .slider-cases .related-card {
  background: #fff;
  display: block;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  text-decoration: none;
}
.home .uitgelichte-cases .slider-cases .related-card:hover .related-card__image img {
  scale: 1.1;
}
.home .uitgelichte-cases .slider-cases .related-card .related-card__image {
  position: relative;
  overflow: hidden;
}
.home .uitgelichte-cases .slider-cases .related-card .related-card__image img {
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .uitgelichte-cases .slider-cases .related-card__content {
  background: #fff;
  padding: 1em;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
.home .uitgelichte-cases .slider-cases .related-card__content:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 300px;
  height: 300px;
  background-position: right bottom;
  background-image: url("./inc/img/komma_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.home .uitgelichte-cases .slider-cases .related-card__content .categories {
  padding-bottom: 10px;
}
.home .uitgelichte-cases .slider-cases .related-card__content .categories span {
  background: #FF5B28;
  border: 2px solid #FF5B28;
  color: #fff;
  text-decoration: none;
  padding: 2px 13px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .uitgelichte-cases .slider-cases .related-card__content .related-card__title {
  text-decoration: none;
  font-family: "Surgena", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #09122C;
  margin-top: auto;
}
.home .uitgelichte-cases .slider-cases .related-card__content .related-card__title .first-word {
  color: #FF5B28;
}
.home .uitgelichte-cases .slider-cases .swiper-button-prev, .home .uitgelichte-cases .slider-cases .swiper-button-next {
  color: #fff;
  background: #FF5B28;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 50px;
  height: 50px;
  top: 30%;
}
.home .uitgelichte-cases .slider-cases .swiper-button-prev svg, .home .uitgelichte-cases .slider-cases .swiper-button-next svg {
  width: 25px;
  height: 25px;
}
.home .uitgelichte-cases .slider-cases .swiper-button-prev:hover, .home .uitgelichte-cases .slider-cases .swiper-button-next:hover {
  background: #09122C;
}
.home .uitgelichte-cases .slider-cases .swiper-button-prev svg {
  padding-left: 5px;
}
.home .uitgelichte-cases .slider-cases .swiper-button-next svg {
  padding-left: 5px;
}
.home .reviews {
  background: #fff;
  position: relative;
}
.home .reviews:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 400px;
  height: 400px;
  background-position: right bottom;
  background-image: url("./inc/img/komma_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.home .reviews .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  top: -33%;
  left: -250px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
@media (max-width: 991px) and (orientation: portrait) {
  .home .reviews .circle-text {
    top: -23%;
    left: -105px;
    width: 250px;
    height: 250px;
  }
}
.home .reviews .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 42px;
}
.home .reviews .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.home .reviews .reviews-header {
  padding-top: 5em;
  padding-bottom: 5em;
}
.home .reviews .reviews-header h2 {
  font-family: "Surgena", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-size: 48px;
}
.home .reviews .reviews-header h2.orange {
  color: #FF5B28;
}
.home .reviews .reviews-inner {
  cursor: pointer;
  position: relative;
  margin-bottom: 8em;
}
.home .reviews .reviews-inner:after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url("./inc/img/review_overlay.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 75px;
  right: -1px;
  z-index: 1;
}
.home .reviews .reviews-inner .swiper-wrapper {
  padding-bottom: 5em;
}
.home .reviews .reviews-inner .swiper-slide {
  height: auto;
}
.home .reviews .reviews-inner .swiper-slide .review-single {
  background: linear-gradient(132deg, rgb(9, 18, 44) 57%, rgb(94, 34, 19) 100%);
  padding: 1em 2em 2em 2em;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .reviews .reviews-inner .swiper-slide .review-single .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 1em;
}
.home .reviews .reviews-inner .swiper-slide .review-single .stars .star {
  color: #FF5B28;
  font-size: 28px;
}
.home .reviews .reviews-inner .swiper-slide .review-single .review-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2em;
}
.home .reviews .reviews-inner .swiper-slide .review-single .reviewer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  gap: 15px;
  padding-top: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .reviews .reviews-inner .swiper-slide .review-single .reviewer .reviewer-img {
  border-radius: 100%;
  width: 75px;
  height: 75px;
}
.home .reviews .reviews-inner .swiper-slide .review-single .reviewer .reviewer-info h4 {
  font-weight: 600;
  margin: 0;
}
.home .reviews .reviews-inner .swiper-slide .review-single .reviewer .reviewer-info p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.home .reviews .reviews-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #09122C !important;
}
.home .reviews .reviews-inner .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: 0px;
  background: #F3F6FF;
  opacity: 1;
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page article {
  overflow: hidden;
}
.page .space {
  width: 100%;
  display: block;
  height: 5vw;
}
.page .tekst-foto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 27vw, 0 100%);
}
.page .tekst-foto .content-overlay {
  background: radial-gradient(977.53% 361.88% at 56.01% -166.35%, rgba(9, 18, 44, 0.87) 25%, rgba(253, 102, 56, 0.4) 100%);
  padding: 4em 0 8em 0;
}
.page .tekst-foto .content-overlay .title {
  margin-bottom: 2em;
}
.page .tekst-foto .content-overlay .title h2 {
  color: #fff;
  font-family: "Surgena", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3em;
  font-size: 36px;
}
.page .tekst-foto .content-overlay .title h2 span.last-word {
  color: #FD6638;
}
.page .tekst-foto .content-overlay .content-links, .page .tekst-foto .content-overlay .content-rechts {
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
}
.page .circle-overlay {
  position: relative;
}
.page .circle-overlay .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  bottom: -120px;
  right: -250px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page .circle-overlay .circle-text {
    bottom: -120px;
    right: -100px;
    width: 300px;
    height: 300px;
  }
}
.page .circle-overlay .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 38.5px;
}
.page .circle-overlay .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.page .get-contact {
  padding: 7em 0;
  position: relative;
}
.page .get-contact .cta {
  text-align: center;
}
.page .get-contact .cta h2 {
  font-family: "Surgena", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3em;
  font-size: 50px;
  color: #09122C;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page .get-contact .cta h2 {
    font-size: 28px;
  }
}
.page .get-contact .cta h2 span {
  color: #FF5B28;
}
.page .get-contact .cta .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .get-contact:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 500px;
  height: 500px;
  background-position: right bottom;
  background-image: url("./inc/img/komma_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page .get-contact:after {
    width: 300px;
    height: 300px;
  }
}

.page-template-page-cases #breadcrumbs {
  margin-bottom: 3em;
  position: relative;
}
.page-template-page-cases #breadcrumbs span {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #fff;
}
.page-template-page-cases #breadcrumbs span a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.page-template-page-cases #breadcrumbs span a:hover {
  color: #FF5B28;
}
.page-template-page-cases #breadcrumbs span.breadcrumb_last {
  color: #FF5B28;
}
.page-template-page-cases header.entry-header {
  position: relative;
  height: 500px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25vw);
}
@media (max-width: 991px) and (orientation: portrait) {
  .page-template-page-cases header.entry-header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 110vw);
  }
}
.page-template-page-cases header.entry-header .page-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-cases header.entry-header .page-title .content-header {
  color: #fff;
  font-weight: 300;
}
.page-template-page-cases header.entry-header .page-title .title-inner h1 {
  font-family: "Surgena", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
.page-template-page-cases header.entry-header .page-title .title-inner h1 .last-word {
  color: #FF5B28;
}
.page-template-page-cases .entry-content {
  clip-path: none;
  padding-top: 2em;
}
.page-template-page-cases .entry-content:before {
  top: -200px;
}
.page-template-page-cases .entry-content #filter {
  padding-bottom: 4em;
}
.page-template-page-cases .entry-content #filter form ul {
  margin: 0;
}
.page-template-page-cases .entry-content #filter form ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page-template-page-cases .entry-content #filter form ul li ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.page-template-page-cases .entry-content #filter form ul li ul li.sf-option-active {
  color: #FF5B28;
  border-bottom: 2px solid #FF5B28;
}
.page-template-page-cases .entry-content #filter form ul li ul li.sf-option-active label {
  cursor: default;
  color: #FF5B28;
}
.page-template-page-cases .entry-content #filter form ul li ul li {
  position: relative;
  font-weight: 600;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-cases .entry-content #filter form ul li ul li .sf-input-radio {
  display: none;
}
.page-template-page-cases .entry-content #filter form ul li ul li label {
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  color: #09122C;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.page-template-page-cases .entry-content #filter form ul li ul li::after {
  content: "/";
  color: #09122C;
  position: absolute;
  right: -25px;
  font-size: 40px;
  font-weight: 100;
  top: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page-template-page-cases .entry-content #filter form ul li ul li::after {
    display: none;
  }
}
.page-template-page-cases .entry-content #filter form ul li ul li:last-child::after {
  display: none;
}
.page-template-page-cases .entry-content #filter form ul li ul li:hover {
  color: #FF5B28;
  border-bottom: 2px solid #FF5B28;
}
.page-template-page-cases .entry-content #filter form ul li ul li:hover label {
  color: #FF5B28;
}
.page-template-page-cases .entry-content #results .masonry-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page-template-page-cases .entry-content #results .masonry-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item:hover img {
  scale: 1.1;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item:hover .content {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item:hover .content span.btn {
  height: 10%;
  opacity: 1;
  padding: 5px 0 !important;
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  place-content: flex-end;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content h2 {
  font-family: "Surgena", sans-serif;
  color: #FF5B28;
  line-height: 1;
  display: ruby;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content h2 .last-word {
  display: block;
  color: #fff;
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content span.btn {
  height: 0%;
  opacity: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content span.btn {
    opacity: 1;
    height: auto;
  }
}
.page-template-page-cases .entry-content #results .masonry-grid .masonry-item .content span.btn::after {
  content: "";
  position: relative;
  display: block;
  bottom: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.single .entry-content .content-inner a {
  color: #FF5B28;
}

.single-cases .entry-content {
  overflow: hidden;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .entry-content {
    padding-top: 5em;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .entry-content .content-inner {
    padding-bottom: 2em;
  }
}
.single-cases .entry-content .circle-overlay {
  position: relative;
}
.single-cases .entry-content .circle-overlay .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .entry-content .circle-overlay .circle-text {
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    display: none;
  }
}
.single-cases .entry-content .circle-overlay .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 38.5px;
}
.single-cases .entry-content .circle-overlay .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.single-cases .entry-content:after {
  background-image: url("./inc/img/blauw_overlay.svg");
  width: 750px;
  height: 100%;
  background-position: right center;
}
.single-cases .mockup-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.96, 0.01, 0.04, 0.99);
          transition-timing-function: cubic-bezier(0.96, 0.01, 0.04, 0.99);
}
.single-cases .mockup-slider .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 900ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.single-cases .mockup-slider .swiper-wrapper .swiper-slide img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .mockup-slider .swiper-wrapper .swiper-slide img {
    height: 350px;
  }
}
.single-cases .mockup-slider .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-cases .image-content {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%);
}
.single-cases .image-content .overlay-image {
  position: absolute;
  top: 0;
  background: radial-gradient(977.53% 361.88% at 56.01% -166.35%, rgba(9, 18, 44, 0.87) 25%, rgba(253, 102, 56, 0.4) 100%);
  width: 100%;
  height: 100%;
}
.single-cases .image-content .content-inner {
  padding: 12em 0 9em 0;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .image-content .content-inner {
    padding: 6em 0px 4em 0;
  }
}
.single-cases .image-content .content-inner {
  text-align: center;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 1;
  font-size: 21px;
}
.single-cases .content-columns {
  padding: 7em 0 11em 0;
  background: linear-gradient(132deg, rgb(9, 18, 44) 57%, rgb(94, 34, 19) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 34vw, 0 100%);
}
.single-cases .content-columns .column-1, .single-cases .content-columns .column-2 {
  color: #fff;
}
.single-cases .content-columns .column-1 h2, .single-cases .content-columns .column-1 h3, .single-cases .content-columns .column-1 h4, .single-cases .content-columns .column-2 h2, .single-cases .content-columns .column-2 h3, .single-cases .content-columns .column-2 h4 {
  font-family: "Surgena", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}
.single-cases .content-columns .column-1 h2, .single-cases .content-columns .column-2 h2 {
  font-size: 50px;
}
.single-cases .content-columns .column-1 h3, .single-cases .content-columns .column-2 h3 {
  font-size: 46px;
}
.single-cases .content-columns .column-1 h4, .single-cases .content-columns .column-2 h4 {
  font-size: 42px;
}
.single-cases .content-columns .column-1 span, .single-cases .content-columns .column-2 span {
  color: #FD6638;
}
.single-cases .content-columns .column-1 p, .single-cases .content-columns .column-2 p {
  font-weight: 300;
}
.single-cases .circle-overlay-footer {
  position: relative;
}
.single-cases .circle-overlay-footer .circle-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(82deg);
          transform: rotate(82deg);
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  transition: all 1.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  border-radius: 100%;
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  z-index: 4;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .circle-overlay-footer .circle-text {
    bottom: -50px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.single-cases .circle-overlay-footer .circle-text textPath {
  fill: #FF5B28;
  font-weight: 800;
  font-size: 49.5px;
}
.single-cases .circle-overlay-footer .circle-text:hover {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  scale: 0.9;
}
.single-cases .get-contact {
  padding: 7em 0;
  position: relative;
}
.single-cases .get-contact .cta {
  text-align: center;
}
.single-cases .get-contact .cta h2 {
  font-family: "Surgena", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3em;
  font-size: 50px;
  color: #09122C;
}
@media (max-width: 991px) and (orientation: portrait) {
  .single-cases .get-contact .cta h2 {
    font-size: 28px;
  }
}
.single-cases .get-contact .cta h2 span {
  color: #FF5B28;
}
.single-cases .get-contact .cta .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-cases .get-contact:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 500px;
  height: 500px;
  background-position: right bottom;
  background-image: url("./inc/img/komma_footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.blog h1 span {
  color: #fff !important;
}
.blog #breadcrumbs {
  margin-bottom: 3em;
  position: relative;
}
.blog #breadcrumbs span {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #fff;
}
.blog #breadcrumbs span a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.blog #breadcrumbs span a:hover {
  color: #FF5B28;
}
.blog #breadcrumbs span.breadcrumb_last {
  color: #FF5B28;
}
.blog header.entry-header {
  position: relative;
  height: 500px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25vw);
}
@media (max-width: 991px) and (orientation: portrait) {
  .blog header.entry-header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 110vw);
  }
}
.blog header.entry-header .page-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog header.entry-header .page-title .content-header {
  color: #fff;
  font-weight: 300;
}
.blog header.entry-header .page-title .title-inner h1 {
  font-family: "Surgena", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
.blog header.entry-header .page-title .title-inner h1 .last-word {
  color: #FF5B28;
}
.blog .masonry-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 8em 0;
}
@media (max-width: 991px) and (orientation: portrait) {
  .blog .masonry-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog .masonry-grid .masonry-item {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.blog .masonry-grid .masonry-item:hover img {
  scale: 1.1;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.blog .masonry-grid .masonry-item:hover .content {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.blog .masonry-grid .masonry-item:hover .content span.btn {
  height: 10%;
  opacity: 1;
  padding: 5px 0 !important;
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blog .masonry-grid .masonry-item img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
.blog .masonry-grid .masonry-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  place-content: flex-end;
}
.blog .masonry-grid .masonry-item .content h2 {
  font-family: "Surgena", sans-serif;
  color: #FF5B28;
  line-height: 1;
  display: ruby;
}
.blog .masonry-grid .masonry-item .content h2 .last-word {
  display: block;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog .masonry-grid .masonry-item .content span.btn {
  height: 0%;
  opacity: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .blog .masonry-grid .masonry-item .content span.btn {
    opacity: 1;
    height: auto;
  }
}
.blog .masonry-grid .masonry-item .content span.btn::after {
  content: "";
  position: relative;
  display: block;
  bottom: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.page-template-page-contact .contact-form {
  padding-top: 5em;
  padding-bottom: 10em;
}
.page-template-page-contact .contact-form .gform_required_legend {
  display: none;
}
.page-template-page-contact .contact-form .gfield_label {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.page-template-page-contact .contact-form .gform-footer {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #FF5B28;
  margin-bottom: 3em !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
  gap: 10px;
  cursor: pointer;
}
.page-template-page-contact .contact-form .gform-footer:hover {
  color: #09122C;
  border-color: #09122C;
  gap: 15px;
}
.page-template-page-contact .contact-form .gform-footer:hover input.gform_button {
  color: #09122C;
}
.page-template-page-contact .contact-form .gform-footer:hover:after {
  background-image: url("./inc/img/pijl_dark.svg");
}
.page-template-page-contact .contact-form .gform-footer:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 20px;
  background-image: url("./inc/img/pijl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-page-contact .contact-form .gform-footer input.gform_button {
  color: #FF5B28;
  background: transparent;
  border: none;
  font-size: 21px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
}

.error404 .site-main {
  background: radial-gradient(1715.01% 699.53% at 56.01% -193.28%, #09122C 25%, #FD6638 100%);
  height: 85vh;
}
.error404 .site-main .page-header {
  padding: 16em 0 16em 0;
  text-align: center;
}
.error404 .site-main .page-header .error span {
  font-family: "Surgena", sans-serif;
  font-weight: 800;
  font-size: 6em;
}
.error404 .site-main .page-header .error span:nth-child(1) {
  color: #fff;
}
.error404 .site-main .page-header .error span:nth-child(2) {
  color: #FD6638;
}
.error404 .site-main .page-header .error span:nth-child(3) {
  color: #fff;
}
.error404 .site-main .page-header .error span:nth-child(4) {
  color: #FD6638;
}
.error404 .site-main .page-header h1 {
  color: #fff;
  font-family: "Surgena", sans-serif;
}
.error404 .site-main .page-header h1 .last-word {
  color: #FF5B28;
}

.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 {
  padding-top: env(safe-area-inset-top);
}
@media (max-width: 991px) and (orientation: portrait) {
  header.site-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 1em 0;
    z-index: 5;
  }
  header.site-header.scrolled {
    background: #fff;
  }
}
header.site-header .site-header-inner {
  position: relative;
  z-index: 1000;
  width: 100%;
  display: block;
}
header.site-header .site-header-inner .site-branding {
  padding-top: 20px;
  width: 200px;
  position: fixed;
}
@media (max-width: 991px) and (orientation: portrait) {
  header.site-header .site-header-inner .site-branding {
    width: 150px;
    position: relative;
    padding-top: 10px;
  }
}
header.site-header .site-header-inner .main-navigation {
  position: fixed;
}
@media (max-width: 991px) and (orientation: portrait) {
  header.site-header .site-header-inner .main-navigation {
    position: relative;
  }
}

header.entry-header {
  height: 300px;
}
@media (max-width: 991px) and (orientation: portrait) {
  header.entry-header {
    height: 220px;
  }
}
header.entry-header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 600px;
  width: 100%;
}
@media (max-width: 991px) and (orientation: portrait) {
  header.entry-header img {
    height: 300px;
  }
}
header.entry-header .thumbnail-placeholder {
  height: 500px;
  width: 100%;
  background: radial-gradient(1715.01% 699.53% at 56.01% -193.28%, #09122C 25%, #FD6638 100%);
}
header.entry-header .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}
header.entry-header .hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
  background: radial-gradient(1715.01% 699.53% at 56.01% -193.28%, #09122C 25%, #FD6638 100%);
  color: #fff;
  padding: 7em 0 2em 0;
  position: relative;
}
@media (max-width: 991px) and (orientation: portrait) {
  footer.site-footer {
    padding: 3em 0 4em 0;
  }
}
footer.site-footer::before {
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("./inc/img/logo_footer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) and (orientation: portrait) {
  footer.site-footer::before {
    width: 100%;
    height: 15%;
  }
}
footer.site-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) and (orientation: portrait) {
  footer.site-footer .footer-content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 20px;
  }
}
footer.site-footer .footer-content a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
footer.site-footer .footer-content a:hover {
  color: #FF5B28;
}

/*--------------------------------------------------------------
# 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;
}