/*!/wp-content/themes/theme-internal_kivo/style.css*//* 
Theme Name: KIVO
Author URI: https://www.qstylez.nl/ 
Author: QStylez - Kees Tol
Version: 1.4
Description: KIVO WordPress Theme
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face{font-family:star;src:url(https://www.kivo.nl/assets/fonts/star.eot);src:url(https://www.kivo.nl/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(https://www.kivo.nl/assets/fonts/star.woff) format("woff"), url(https://www.kivo.nl/assets/fonts/star.ttf) format("truetype"), url(https://www.kivo.nl/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal;font-display:swap;}
html {
    line-height: 1.5rem;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
/* Sections
    ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    background-color: #F4F6F8;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow-x: clip;
}
/**
 * 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 {}
/* Grouping content
    ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    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: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
}
/* Text-level semantics
    ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
}
/**
 * 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;
    text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bold;
}
/**
 * 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: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
}
/**
 * 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, option, textarea {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 100%;
    line-height: 1.5rem;
    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 {}
/**
 * 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 {
    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"] {
    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 {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    font-weight: bold;
    color: #000;
}
h1, h2, h3 {
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 1rem;
}
h1, h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
}
p {
    margin: 1rem 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {}
address {}
pre {
    background: #eee;
    font-family: "IBM Plex Sans", sans-serif;
    max-width: 100%;
    overflow: auto;
}
code, kbd, tt, var {
    font-family: "IBM Plex Sans", sans-serif;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */

body.single-post {
    background-color: #F4F6F8;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1rem;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: disc;
}
ul {
    list-style: disc;
    list-style-position: inside;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 0;
}
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: 1rem 0;
}
table {
    margin: 0 0 1.5rem;
    width: 100%;
}
/* Image with 'data' attribute is hidden */

img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */

img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}
/* Links
--------------------------------------------- */

a {
    color: #E30613;
}
a:visited {
    color: #E30613;
}
a:hover, a:focus, a:active {
    color: #E30613;
}
a:hover {
    color: #000;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
/* Forms
--------------------------------------------- */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    background: transparent;
    color: #fff;
    line-height: 1.5rem;
    padding: 1rem;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {}
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 {}
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 #F4F6F8;
    border-radius: 0.5rem;
    padding: 0.563rem 1rem;
    border: 1px solid #fff;
}
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 {
    border: 1px solid #000;
}
select {}
textarea {
    width: 100%;
}
body .search-function .searchandfilter>ul {
    display: flex;
    position: relative;
    align-items: center;
}
body .search-function input[type="search"], body .search-function input[type="text"] {
    padding: 0.563rem 1rem;
    border-radius: 0.5rem;
    background: #FFF;
    border-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(240, 240, 240, 0.25);
}
body .search-function .search-submit {
    padding: 0.563rem;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #000;
    border-radius: 50%;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/05/search-i.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -99999px;
    border-color: #000;
    cursor: pointer;
}
body .section-content .search-function input[type="text"] {
    border-color: #F4F6F8;
}
.kennis-filter {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 4px 0px rgba(207, 207, 207, 0.25);
    padding: 1.25rem;
}
.kennis-filter .searchandfilter h4 {
    color: #000;
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 0.5rem
}
body .searchandfilter .sf-heading-title {
    font-weight: bold;
    text-transform: unset;
    padding: 0.75rem 0px;
    padding-bottom: 0.25rem;
    color: #000;
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.kivo-kennisbank .kivo-filter.kennis-filter {
    box-shadow: unset;
    background-color: unset;
    padding: unset;
    border-radius: unset;
}
.filter-title {
    color: var(--Color-Neutral-black, #000);
    margin-bottom: 0.25rem;
    font-family: "IBM Plex Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 100% */
}
.result-count {
    margin-bottom: 1.5rem;
}
.kivo-kennisbank .kivo-filter.kennis-filter .filter-inner {
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(207, 207, 207, 0.25);
    padding: 1.25rem;
    border-radius: 0.5rem;
}
.kivo-kennisbank .kivo-filter.kennis-filter .sf-field-sort_order {
    display: none;
}
.single-kennisbank .header-image {
    display: none;
}
.sort-dropdown {
    display: none;
    position: absolute;
    right: 0;
}
.sort-dropdown select {
    border: 0;
    -webkit-appearance: none;
    background-color: transparent;
    appearance: none;
    border: 0;
    outline: 0;
    background-image: url(https://www.kivo.nl/assets/svg/nav-down.svg);
    background-size: 0.625rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 1rem;
}
.sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li {
    margin-bottom: 1.25rem;
}
.sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li:last-child {
    margin-bottom: 0;
}
.sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li.sf-field-post-meta-afdeling {
    margin-bottom: 0;
}
.kivo-kennisbank .sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li.sf-field-post-meta-categorie_kennisbank {
    margin-bottom: 0;
}
.active-filter {
    width: fit-content;
    cursor: pointer;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    color: #E30613;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.3125rem */
    border-radius: 0.25rem;
    background-color: #FFF;
    display: flex;
    padding: 0.25rem 0.5rem;
    padding-right: 1.5rem;
    align-items: flex-start;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/Vector.svg);
    background-repeat: no-repeat;
    background-position: center right 0.5rem;
    background-size: 0.5rem;
}
.active-filter:last-child {
    margin-bottom: 1.5rem;
}
.active-filter .sf-count {
    display: none;
}
.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {
    color: #B0B0B0;
    font-weight: 400;
}
#active-filters-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section-content .search-function {
    margin-bottom: 1rem;
    display: flex;
    display: none;
}
body .search-function .searchandfilter ul li.sf-field-submit {
    position: absolute;
    right: 0.25rem;
    width: unset;
}
body .search-function.sf-kivo .search-submit {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    cursor: pointer;
}
body .search-function .searchandfilter ul li.sf-field-search label {
    width: 100%;
}
body .search-function .search-submit:hover {
    border-color: #000;
    background-color: #000;
    opacity: 0.8
}
body .search-function .searchandfilter ul li {
    padding: 0;
}
body .search-function.sf-kivo {
    position: relative;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 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;
}
.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 a {
    width: 200px;
}
.main-navigation ul #menu-item-16207 ul a {
    width: 222px;
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation li {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.main-navigation li a {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}
.main-navigation li.dossier-btn a {
    font-weight: bold;
    border-bottom: 1px solid #E30613;
}
.main-navigation li.dossier-btn a:hover {
    text-decoration: none;
    font-weight: bold;
}
.main-navigation li.no-link {
    cursor: text;
}
.main-navigation li.no-link>a {
    pointer-events: none;
}
.menu-container .menu>li li.menu-item-has-children li.mp-link a {
    font-weight: 400;
    text-decoration: underline;
}
.menu-container .menu>li li.menu-item-has-children li.mp-link a:hover {
    color: #E30613;
}
body .nav-offerte.ct-btn {
    display: none;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}
.site-branding .ct-btn {
    margin-right: 0.5rem;
    z-index: 3;
}
.site-branding .ct-btn:last-child {
    margin-right: 0;
}
.nav-phone, .site-branding .nav-phone {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/phone-icon.svg);
    width: 3rem;
    height: 3rem;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
}
.nav-mail, .site-branding .nav-mail {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/mail-icon.svg);
    width: 3rem;
    height: 3rem;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
}
.main-navigation .menu>li.search-btn a {
    text-indent: -9999px;
    background-image: url(https://www.kivo.nl/assets/svg/search-icon.svg);
    background-position: center center;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-navigation li:not(.mp-link)+.mp-link {
    margin-top: 2rem;
}
.main-navigation li.mp-link>a {
    font-weight: 400;
}
.menu-container .menu>li.menu-item-has-children>a {
    background-image: url(https://www.kivo.nl/assets/svg/nav-down.svg);
    background-size: 0.625rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 1rem;
}
.menu-container .menu>li.menu-item-has-children:hover>a {}
.main-navigation li a:hover {
    text-decoration: underline;
}
.main-navigation li:last-child {
    margin-bottom: 0;
}
.main-navigation a {
    display: block;
    font-weight: 400;
    text-decoration: none;
}
.test-parent {
    display: none;
    background-color: #191919;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 16.75rem;
    max-width: 15.5rem;
}
.test-parent .sub-menu, .main-navigation ul li.test-parent .sub-menu {
    left: unset;
    position: relative;
    display: block;
}
.menu-container .menu>li>.sub-menu>li.menu-item-has-children.test-parent .sub-menu a {
    background-color: transparent;
    color: #E30613;
    font-weight: 400;
    text-decoration: underline;
    pointer-events: initial;
}
.menu-container .menu>li>.sub-menu>li.menu-item-has-children.test-parent .sub-menu a:hover {
    color: rgb(151, 115, 50);
}
.menu-container .menu>li>.sub-menu>li.menu-item-has-children.test-parent .sub-menu {
    background-color: transparent;
}
.menu-container .menu>li>.sub-menu>li.menu-item-has-children.test-parent>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
    border: 0;
    pointer-events: none;
    padding: 0;
    margin-bottom: 0.5rem;
}
/* Small menu. */

.menu-toggle {
    float: right;
    padding: 0;
    border: 0;
    margin: 0;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    right: 1.5rem;
    text-transform: lowercase;
    font-size: 0.75rem;
    background-image: url(https://www.kivo.nl/assets/svg/menu-toggle-b.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 2rem;
    height: 2rem;
    top: 1.663rem;
    z-index: 3;
}
.main-navigation.toggled .menu-toggle {
    background-image: url(https://www.kivo.nl/assets/svg/close-nav.svg);
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.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: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
/* 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 {}
.wp-caption-text {
    text-align: center;
}
/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# 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;
    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;
}
/*--------------------------------------------------------------
# Standaard
--------------------------------------------------------------*/

.grecaptcha-badge {
    visibility: hidden !important;
}
section:after, .inner:after, .row:after, .col:after, .s-content:after, .product:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
section {
    padding: 4rem 0;
    position: relative;
}
section.smaller-padding {
    padding: 2.5rem 0;
}
section#shadow-host-companion {
    padding: 0!important;
}
body:not(.home) .entry-content section.no-builder .row>p:first-child {
    margin-top: 0;
}
body:not(.home) .entry-content section.no-builder .row>p:first-child {
    margin-bottom: 0;
}
body:not(.home) .entry-content section.no-top {
    padding-top: 0;
}
body:not(.home) .entry-content section.no-bottom {
    padding-bottom: 0;
}
section.no-top {
    padding-top: 0;
}
section.no-bottom {
    padding-bottom: 0;
}
h1 br, h2 br {
    display: none;
}
html, button, input, select, textarea {
    font-weight: 400;
}
.entry-header {
    text-align: left;
    color: #fff;
    min-height: 27.25rem;
    padding: 2.5rem 0;
    margin-top: -4.8135rem;
    background-color: #171717;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.header-hidden .entry-header {
    display: none;
}
body.home .entry-header {
    min-height: 40rem;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single .entry-header, body:not(.home).page .entry-header {
    background-color: #171717;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2.5rem 0;
    min-height: unset;
    margin-top: 0;
}
body:not(.home).page.page-id-21866 .entry-header, body:not(.home).page.page-id-21525 .entry-header, body:not(.home).search .entry-header {
    background-color: #F4F6F8;
}
body:not(.home).page.page-id-21525 .entry-header, body:not(.home).search .entry-header {
    min-height: unset;
}
body:not(.home).search .entry-header {
    margin-top: 0;
}
body:not(.home).page.page-id-21866 .entry-header .entry-title, body:not(.home).search .entry-header .entry-title, body:not(.home).page.page-id-21866 .entry-header .short-sum, body:not(.home).page.page-id-21525 .entry-header .entry-title, body:not(.home).page.page-id-21525 .entry-header .short-sum {
    color: #000;
}
.contact-card.brochure {
    border-bottom: unset;
    float: none;
    top: unset;
    position: relative;
    margin-top: 3rem;
}
.contact-card .contact-info {
    background-color: #fff;
    color: #000;
}
.contact-function a {
    text-decoration: underline;
    color: #000;
}
.contact-function a:hover {
    color: #E30613;
}
.address-list {
    margin: 2rem 0;
    width: fit-content;
}
.address-list li:first-child {
    border-top: 1px solid #CDCDCD;
}
.address-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #CDCDCD;
    list-style: none;
    display: flex;
}
.address-list li span:first-child {
    min-width: 3rem;
    font-weight: bold;
    margin-right: 2.5rem;
    display: block;
}
.kivo-usp-list li {
    list-style: none;
    padding-left: 2rem;
    border-left: 2px solid;
    margin-bottom: 2.5rem;
}
.kivo-usp-list li:last-child {
    margin-bottom: 0;
}
.kivo-usp-list li span.bigger {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 4.5rem */
    display: block;
}
.address-list li a {
    color: #000;
}
.address-list li a:hover {
    color: #E30613;
}
.kivo-usp-list li p {
    font-family: "IBM Plex Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 140%;
    /* 1.75rem */
}
.kivo-usp-list li>p:last-child {
    margin-bottom: 0;
}
.kivo-usp-list li p.smaller {
    font-weight: 400;
    font-size: 1rem;
}
body:not(.home).page .entry-header .breadcrumbs-container {
    margin-bottom: 0;
}
body:not(.home).page .entry-header+.breadcrumbs-container {
    margin-bottom: 0;
}
body:not(.home).page .entry-header {
    background-size: contain;
    background-position: center left;
}
body:not(.home).page.page-id-19525 .entry-header {
    display: none;
}
body:not(.home).page.page-id-19542 .breadcrumbs-container {
    background-color: #000;
}
.single .entry-header {
    margin-top: 0;
    min-height: unset;
    display: none;
}
.single-vacature .entry-header {
    display: flex;
}
.single-product .entry-header {
    display: flex;
}
.single-teamlid .entry-header {
    display: flex;
}
.single-review .entry-header {
    display: flex;
}
.single-industrie .entry-header {
    display: flex;
}
.single-kennisbank .entry-header {
    display: none;
}
.single-product .no-builder .row>p:first-child {
    margin-top: 0;
}
.single-product .no-builder .row figure {
    margin: 0;
}
.single-product .wp-caption .wp-caption-text {
    text-align: left;
}
.product-filter-section {
    padding-top: 0;
    margin-top: -3.75rem;
}
body:not(.home).page.page-id-21840 .entry-header, body:not(.home).page.page-id-21814 .entry-header {
    min-height: 17.875rem;
    display: flex;
    justify-content: center;
}
.single .entry-header, body:not(.home).page .entry-header {}
body:not(.home).page.page-id-21840 .entry-header .short-sum, body:not(.home).page.page-id-21814 .entry-header .short-sum {
    margin-bottom: 3.75rem;
}
.short-sum {
    width: 100%;
    max-width: 50.75rem;
    font-weight: 400;
}
.blog-more {
    display: block;
    width: fit-content;
    margin-top: 1rem;
    font-weight: bold;
    text-decoration: underline;
    color: #97A0BD;
}
.kennis-inner {
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    background: #FFF;
    padding: 1.25rem;
}
body .blog-more:hover {
    color: #E30613;
}
.blog-more:visited {
    color: #97A0BD;
}
.kennis-item .kolom-image {
    margin-bottom: 0;
}
.kivo-results .kennis-item .kolom-image {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #D9D9D9;
    height: 12rem
}
.search-section .kolom-image {
    height: 14rem
}
.location-section .kivo-results .kennis-item .kolom-image {
    height: 20rem;
}
body .search-term {
    margin-bottom: 1.5rem;
    font-size: 1.25rem
}
body .search-term span {
    font-weight: bold;
}
body .ui-autocomplete {
    position: absolute;
    z-index: 10101;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #EAEDF0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    max-height: 12.5rem;
    max-width: 28rem;
    overflow-y: auto;
    font-family: "IBM Plex Sans", sans-serif;
    overflow-x: hidden;
}
body .ui-autocomplete .ui-menu-item {
    padding: 0.563rem 1rem;
}
body .ui-autocomplete .ui-menu-item:hover {
    background-color: #f0f0f0;
}
body .ui-state-highlight {
    font-weight: bold;
}
.kivo-kennisbank .sf-field-search label {
    width: 100%;
}
.kivo-kennisbank .sf-field-search input[type="text"] {
    padding: 0.563rem 1rem;
    border-radius: 0.5rem;
    background: #F4F6F8;
    border-color: #F4F6F8;
    width: 100%;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul>li {
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
    padding: 0.75rem 0;
    margin-bottom: 0;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul label {
    border: 0;
    padding: 0;
    margin: 0;
    color: var(--Color-Neutral-black, #000);
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul .sf-option-active label {
    background-color: transparent;
    color: #000;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul>li label {
    padding-left: 1.375rem
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul>li label:hover {
    background-color: unset;
    text-decoration: underline;
    color: #000;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul>li:before {
    border-radius: 0.125rem;
    border: 1.5px solid #B0B0B0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: #FFF;
    position: absolute;
    flex-shrink: 0;
    margin-right: 0.75rem;
    content: "";
    pointer-events: none;
}
.kivo-kennisbank .sf-filter:not(.filter-v) .searchandfilter>ul>li>ul .sf-option-active:before {
    background-color: #B0B0B0;
}
.kivo-kennisbank .sf-field-search input[type="text"]:focus {
    border-color: #000;
}
body .kivo-kennisbank .searchandfilter ul li.sf-field-submit {
    position: absolute;
    right: 0.25rem;
    width: unset;
    top: 2.25rem;
}
body .kivo-kennisbank .searchandfilter>ul {
    position: relative;
}
body .kivo-kennisbank input[type="submit"] {
    padding: 0.563rem;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #000;
    border-radius: 50%;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/05/search-i.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -99999px;
    border-color: #000;
}
body .kivo-kennisbank input[type="submit"]:hover {
    border-color: #000;
    background-color: #000;
    opacity: 0.8;
}
.blog-item:hover .blog-more, .gg-object:hover .blog-more {
    color: #E30613;
}
.search-section .gg-object:hover .more-link {
    color: #E30613;
}
.faq-items .blog-more {
    color: #E30613;
}
.faq-items .blog-more:hover {
    color: #000;
}
.single-header .breadcrumbs-container {
    margin-top: 0;
}
.review-item {
    border: 1px solid #D9DBED;
    border-bottom: 2px solid #E30613;
    padding: 1.5rem;
}
body .review-listing {
    grid-gap: 1rem;
    margin: 1rem 0
}
.review-listing .f-stage {
    display: flex;
}
.short-sum>p:first-child {}
.short-sum>p:last-child {
    margin-bottom: 0;
}
.review-item .date-time {
    color: #000;
    line-height: 1.5rem;
}
.review-item .date-time .s-date {
    display: block;
    border-left: 1px solid;
    line-height: 1;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
}
.pers-section .blog-sum>p:first-child {
    margin-top: 0;
}
.pers-section .kolom-meta .date-time {
    color: var(--Text-primary, #000);
    font-family: "IBM Plex Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.3125rem */
    margin-top: 0;
}
.pers-section .cat-date {
    margin-bottom: 0.5rem;
}
body .review-item .date-location {
    display: flex;
    align-items: center;
    white-space: pre;
}
.entry-header .inner {
    z-index: 3;
}
.section-content .col .gg-object.review-item .kolom-meta h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.section-content .col .gg-object.review-item .kolom-meta h3:first-letter, .section-content .col .gg-object.review-item .kolom-meta .blog-sum:first-letter {
    text-transform: capitalize;
}
.header-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.entry-header .entry-title, .entry-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
.sub-title {
    font-size: 1.25rem;
}
.entry-title span {
    font-weight: 400;
}
.section-title span {
    font-weight: 400;
}
.home .entry-header .entry-title {
    text-align: center;
}
.inner {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 89rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.nav-btns-inner {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 89rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section-full .inner {
    max-width: 100%;
}
.two-listing, .two-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.three-listing, .three-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}
.four-listing, .four-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.five-listing, .five-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.six-listing, .six-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.seven-listing, .seven-columns .content-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.section-content.vacature-info .col:first-child {
    background-color: #fff;
    padding: 2rem;
}
.section-content.kivo-banner .col h2 {
    font-size: 2rem;
    line-height: 2.25rem;
}
.kivo-banner .s-content a {
    text-decoration: underline;
}
.kivo-banner .s-content a:hover {
    color: #fff;
}
.section-content.section-two ul li::marker {
    color: #E30613;
}
body .kivo-banner .more-link, body .site .more-link {
    font-weight: bold;
    border-bottom: 1px solid #E30613;
    color: #000;
    width: fit-content;
    font-size: 1rem;
}
body .site .search-section .more-link {
    border-color: #000;
}
body .site .search-section .gg-object:hover .more-link {
    border-color: #E30613;
}
body .site .product-item .more-link {
    border-color: #000;
    margin-top: 1rem;
}
body .site .product-item:hover .more-link {
    color: #E30613;
    border-color: #E30613
}
body .faq-answer .more-link {
    color: #E30613;
    margin-top: 1rem;
}
body .site .faq-answer .more-link:hover {
    color: #000;
    border-color: #000;
}
body .kivo-banner .more-link {
    color: #fff;
}
body .kivo-banner .more-link:hover, body .site .more-link:hover {
    color: #E30613;
}
.section-content .col.small-title h2 {
    font-size: 2rem;
    line-height: 2rem;
}
.parent-pageid-22118 .section-content .col.small-title h2 {
    font-size: 2.5rem;
    line-height: 100%;
    margin-bottom: 1rem;
}
.contact-section.section-content .col:nth-child(2) .gg-form h2 {
    font-size: 2rem;
    line-height: 2rem;
}
.contact-section.section-content .col:nth-child(2) .gg-form a {
    text-decoration: underline;
    color: #000;
}
.contact-section.section-content .col:nth-child(2) .gg-form a:hover {
    color: #E30613;
}
.gg-form>p:last-child {
    margin-bottom: 0;
}
.content-column .cc-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-content.no-title .col h2, .section-content.no-title .col h1 {
    margin-bottom: 0;
}
.section-content.small-title .col h2, .section-content.st-section .col h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
}
.section-content.two-cols.section-two img {
    border-radius: 0.5rem;
}
body .ui-helper-hidden-accessible {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.no-scroll {
    overflow-y: hidden;
}
.section-content.smaller-title .col h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    font-weight: 700;
}
.section-content .col h3 {
    color: var(--Color-Neutral-black, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 0.5rem;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    font-size: 1rem;
    padding: 0.625rem;
    border-radius: 0.5rem;
}
body .gform_required_legend {
    display: none;
}
body .ginput_container_consent a {
    color: #000;
    text-decoration: underline;
}
body .ginput_container_consent a:hover {
    color: #E30613;
}
body .gform_wrapper input[type=submit] {
    padding: 0.688rem 1.25rem;
    padding-right: 3.25rem;
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
    position: relative;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/arrow-submit.svg);
    background-position: center right 0.4rem;
    background-size: 2.25rem;
    background-repeat: no-repeat;
}
body .gfield--type-consent label {
    color: #000;
    font-size: 0.875rem;
}
input:focus, input:focus-visible {
    outline: 0;
}
body .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0rem;
}
h2.gform_submission_error, body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 1rem;
    text-transform: none;
    font-family: "IBM Plex Sans", sans-serif;
}
body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
    font-size: 0.875rem;
    padding: 1rem;
    border-radius: unset;
    box-shadow: unset;
}
.gform_wrapper.gravity-theme .field_description_above.gfield--has-description .gfield_description {
    padding-left: 0;
    padding-right: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 1rem;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: unset;
    box-shadow: unset;
    display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 0.875rem;
}
h2.big-title {
    order: 2;
    font-size: 6rem;
    line-height: 4rem;
    font-family: "IBM Plex Sans", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}
h2.big-title span {
    display: block;
}
h2.big-title span+span {
    font-style: italic;
    padding-left: 8.625rem;
}
.ct-btn, .entry-content .ct-btn, body .ct-btn, .c-btn a, .main-navigation li.c-btn a, body input[type="button"], body input[type="reset"], body input[type="submit"] {
    padding: 0.875rem 1.375rem;
    background-color: #E30613;
    font-size: 1rem;
    border: 1px solid #E30613;
    display: flex;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    line-height: 1.5rem;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 1.875rem;
    flex-shrink: 0;
    padding-right: 3rem;
    background-image: url(https://www.kivo.nl/assets/svg/a-r-w.svg);
    background-repeat: no-repeat;
    background-position: center right 1.25rem;
}
body .site .ct-btn {
    padding: 0.688rem;
    padding-right: 3.25rem;
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
}
body .site .ct-btn:after {
    content: "";
    right: 0.4rem;
    position: absolute;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #E30613;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/arrow-right.svg);
    background-position: center center;
}
body .site .intro-choice.footer-choice .ct-btn.ct-btn--white:after, .footer-banner.brochure-banner .ct-btn:after, body .site .footer-banner .ct-btn--white:after {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/black-circle-arrow.svg);
    background-color: #000;
}
body .site .intro-choice .ct-btn.ct-btn--white:after, body .site .brochure .ct-btn.ct-btn--white:after, body .site .center-header .ct-btn.ct-btn--black:after, body.single .site .single-container+.intro-choice .ct-btn.ct-btn--white:after {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/arrow-right.svg);
    background-color: #E30613;
}
body .site .entry-header .ct-btn {
    margin-top: 1.5rem;
}
body .site .center-header .ct-btn {
    margin-left: auto;
    margin-right: auto;
}
body .site .ct-btn.ct-btn--black:after, .home .product-section .ct-btn:after {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/white-circle-arrow.svg);
    background-color: #fff;
}
body .site .product-section .content-columns+.ct-btn span, body .site .product-section .content-columns+.slider-line+.ct-btn span {
    display: flex;
    width: fit-content;
    position: relative;
    align-items: center;
}
body .site .product-section .content-columns+.ct-btn span:after, body .site .product-section .content-columns+.slider-line+.ct-btn span:after {
    content: "";
    right: 0;
    position: relative;
    margin-left: 0.625rem;
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/white-circle-arrow.svg);
    background-position: center center;
}
body .site .ct-btn.ct-btn--black:hover:after, .home .product-section .ct-btn:hover:after, .gg-object:hover .ct-btn.ct-btn--black:after {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/arrow-right.svg);
}
body .site .site-branding .ct-btn:after {
    display: none;
}
body .site .site-branding .ct-btn {
    padding: 0;
}
.icon-listing {
    margin-top: 2.5rem;
}
.icon-listing+* {
    margin-top: 2.5rem;
}
.icon-listing i {
    display: block;
    width: 3rem;
    height: 3rem;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    margin-right: 1rem;
    flex-shrink: 0;
}
.icon-listing i img {
    display: block;
}
.icon-listing li:first-child {
    border-top: 1px solid #D8D8D8;
}
.icon-listing li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    color: var(--Color-Neutral-black, #000);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 100% */
}
.icon-listing li a {
    color: #000;
    display: flex;
    padding: 1rem 0;
    align-items: center;
    background-color: transparent;
    transition: .4s background-color;
    width: 100%;
}
.icon-listing li a:hover {
    color: #E30613;
    background-color: #fff;
}
.home .icon-listing li a:hover {
    background-color: #fff;
}
.icon-listing li.icon-location br {
    display: none;
}
.ct-btn.ct-btn--white, .entry-content .ct-btn, body .ct-btn.ct-btn--white {
    background-color: #fff;
    color: #000000;
    border-color: #fff;
}
.ct-btn, .entry-content .ct-btn, body .ct-btn, .c-btn a, .main-navigation li.c-btn a, body input[type="button"], body input[type="reset"], body input[type="submit"] {
    background-image: unset;
    padding-right: 1.375rem;
}
.ct-btn, .entry-content .ct-btn:hover, body .ct-btn:hover, .c-btn a:hover, .main-navigation li.c-btn a:hover, body input[type="button"]:hover, body input[type="button"]:hover, body input[type="reset"]:hover, body input[type="submit"]:hover {
    color: #fff;
    background-color: #C20510;
    border-color: #C20510;
    text-decoration: none;
}
.ct-btn.ct-btn-tp {
    background-color: transparent;
    color: #fff;
}
.kivo-contact:not(.form-right) .col:first-child .s-content {
    border-radius: 0.5rem;
    background-color: #F4F6F8;
    box-shadow: 0px 4px 4px 0px rgba(194, 194, 194, 0.25);
    padding: 2rem;
}
.kivo-contact.form-right .col:nth-child(2) .s-content {
    border-radius: 0.5rem;
    background-color: #F4F6F8;
    box-shadow: 0px 4px 4px 0px rgba(194, 194, 194, 0.25);
    padding: 2rem;
}
.aanbod-section .ct-btn.ct-btn-tp {
    color: #000;
    background-image: url(https://www.kivo.nl/assets/svg/a-r-b.svg);
}
body .gform_wrapper.gravity-theme .gform_previous_button.button {
    background-color: #E30613;
    border: 2px solid #E30613;
    color: #fff;
}
.ct-btn.ct-btn-tp:hover, body .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
    background-color: #E30613;
    border-color: #E30613;
    color: #fff;
}
.ct-btn:not(.ct-btn-c) svg {
    margin-left: 1rem;
    stroke: #fff;
    fill: #fff;
}
.ct-btn:not(.ct-btn-c) svg * {
    stroke: #fff;
    fill: #fff;
}
.ct-btn:not(.ct-btn-c):hover svg, .ct-btn:not(.ct-btn-c):hover svg * {
    stroke: #fff;
    fill: #fff;
}
.ct-btn.ct-black, .entry-content .ct-btn.ct-black {
    background-color: #191919;
    color: #fff;
    border-color: #191919;
}
.ct-btn.ct-black:hover, .entry-content .ct-btn.ct-black:hover {
    background-color: transparent;
    color: #191919;
    border-color: #191919;
}
.ct-btn.ct-white, .entry-content .ct-btn.ct-white {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.ct-btn.ct-white:hover, .entry-content .ct-btn.ct-white:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
.ct-btn.ct-black.ct-tp, .entry-content .ct-btn.ct-tp {
    background-color: transparent;
    color: #191919;
    border-color: #191919;
}
.ct-btn.ct-black.ct-tp:hover, .entry-content .ct-btn.ct-tp:hover {
    background-color: #191919;
    color: #fff;
    border-color: #191919;
}
.btns-col {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.btns-col .ct-btn, .section-two.banner-section .col .btns-col .ct-btn {
    margin: 0.5rem;
    width: fit-content;
}
.s-content+.ct-btn {
    margin-top: 1.5rem;
}
.s-content {
    width: 100%;
}
.s-content p:empty {
    display: none;
}
.content-columns+.ct-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 6rem;
    resize: unset;
}
body .gform_wrapper.gravity-theme .gfield input.large:focus, body .gg-form .gform_wrapper.gravity-theme input[type="text"]:focus, body .gform_wrapper.gravity-theme .gfield select.large:focus, body .gform_wrapper.gravity-theme .gfield textarea.large:focus, body .gform_wrapper.gravity-theme .gfield textarea.large:focus-visible {
    border: 1px solid#000;
    outline: unset;
}
body .gform_wrapper.gravity-theme .gfield select {
    background-color: #fff;
    border: 1px solid #F4F6F8;
    border-radius: 0.5rem;
    background-image: url(https://www.kivo.nl/assets/svg/nav-down.svg);
    background-size: 0.625rem;
    background-repeat: no-repeat;
    background-position: center right 1rem;
    -webkit-appearance: none;
    appearance: none;
}
body .gform_wrapper.gravity-theme .gfield input.large, body .gform_wrapper.gravity-theme .gfield select.large {}
body .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none;
}
.ginput_container_fileupload input[type="file"], .ginput_container_fileupload input[type="file"]:focus, body .gform_wrapper.gravity-theme .gfield input[type="file"].large:focus {
    border: 1px dashed #E30613;
    padding: 0.625rem;
    color: #E30613;
}
.ginput_container_fileupload {
    position: relative;
}
.ginput_container_fileupload:before {
    content: "Upload CV*";
    text-align: center;
    width: 100%;
    height: 100%;
    color: #E30613;
    position: absolute;
    border: 1px dashed #E30613;
    padding: 0.625rem;
    z-index: 3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
body .gform_wrapper.gravity-theme .ginput_complex label.gform-field-label--type-sub, body label.gform-field-label--type-sub {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}
.gg-form p+script+.gform_wrapper, .gg-form p+.gform_wrapper {
    margin-top: 2rem;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.home-link {
    position: relative;
    display: block;
    width: 4.66225rem;
    z-index: 999999;
}
.site-header .home-link {
    padding: 0.5rem 0;
}
.overlay .home-link {
    pointer-events: none;
}
.home-link img {
    display: block;
}
.site-header-inner {}
.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10100;
    background-color: #F4F6F8;
    transition: .4s;
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
}
.site-header.is-scroll {
    background-color: #F4F6F8;
}
.woocommerce-account .entry-header {
    display: block;
    padding: 2.5rem 0;
    background-color: #191919;
}
.woocommerce-account .entry-header h1 {
    color: #E30613;
}
.single-klant .entry-header {
    display: block;
}
#progress-container {
    width: 100%;
    height: 0.5rem;
    background-color: #A3A3A3;
    z-index: 9999;
}
#progress-bar {
    height: 0.5rem;
    width: 0;
    background-color: #E30613;
}
body .site .site-header .trp-language-switcher-container .sub-menu, .top-header .menu-item-has-children .sub-menu {
    position: absolute;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    box-shadow: unset;
    display: none;
    top: unset;
    width: 100%;
    margin: 0;
}
body .site .site-header .trp-language-switcher-container .sub-menu:before, .top-header .menu-item-has-children .sub-menu:before {
    box-shadow: 0px 4px 4px 0px rgba(214, 214, 214, 0.25);
    background-color: #F4F6F8;
    left: 0;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    max-width: 1.75rem;
}
body .site .site-header .trp-language-switcher-container .sub-menu a {
    width: unset;
}
body .site .site-header .trp-language-switcher-container .sub-menu li {
    width: unset;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 1rem;
    position: relative;
}
body .site .site-header .trp-language-switcher-container:hover .sub-menu, .top-header .menu-item-has-children:hover .sub-menu {
    display: block;
    pointer-events: initial;
}
body .trp-language-switcher-container.menu-item-has-children>a:first-child, body .top-header .menu-item-has-children>a:first-child {
    pointer-events: none;
}
body .trp-language-switcher-container .sub-menu span, body .top-header .sub-menu span {
    display: block;
}
body .trp-language-switcher-container .sub-menu img, body .top-header .sub-menu img {
    display: block;
}
body .site .site-header .trp-language-switcher-container .sub-menu li:last-child, .top-header .sub-menu .menu-item:last-child {
    margin-bottom: 0;
}
body .trp-language-switcher-container.menu-item-has-children {
    position: relative;
}
body .trp-language-switcher-container.menu-item-has-children>a:first-child {
    background-image: url(https://www.kivo.nl/assets/svg/nav-down.svg);
    background-size: 0.625rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 1rem;
}
.top-header {
    padding: 1.125rem 0;
    display: none;
    font-size: 0.875rem;
    color: #000;
}
.top-header li {
    list-style: none;
    font-size: 0.875rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
}
.top-header a {
    color: #000;
}
.top-header a:hover {
    color: #E30613;
}
.top-header li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.top-header li a {
    font-weight: 400;
    color: #000;
    display: block;
}
.top-header li.portal-btn a {
    color: #000;
    padding: 0.25rem 0.5rem;
    border: 1px solid#000;
    display: flex;
    align-items: center;
}
.top-header li.portal-btn a:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(https://www.kivo.nl/assets/svg/portal-icon.svg);
    background-size: contain;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem;
}
.top-header li.portal-btn a:hover {
    background-color: #000;
    border: 1px solid#000;
    color: #fff;
    text-decoration: none;
}
.top-header li.portal-btn a:hover:before {
    background-image: url(https://www.kivo.nl/assets/svg/portal-icon-w.svg);
}
.top-header li a:hover {
    text-decoration: underline;
    color: #E30613;
}
.top-header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-section .s-content {
    font-size: 1rem;
    font-weight: 400;
    margin: 1.5rem 0;
}
/*--------------------------------------------------------------
# Pagebuilder
--------------------------------------------------------------*/

.row {
    position: relative;
}
.col {
    position: relative;
}
.col-img .col-inner {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0.5rem;
}
.col-img .col-inner img {
    opacity: 0;
    display: block;
}
.section-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-content .col:only-child {
    width: 100%;
    position: relative;
}
.spc-two .col {
    z-index: 2;
    position: relative;
}
.has-bg-color .col:not(.col-img), .has-bg-image .col:not(.col-img) {
    padding: 1.5rem;
}
.has-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-divider .has-bg-image {
    height: 28.75rem;
}
.section-divider.has-caption .has-bg-image {
    height: 20rem;
}
body .section-divider.has-caption .col {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 1rem;
    font-size: 0.75rem;
}
.section-divider.fifteen-bg .has-bg-image {
    background-position: center 15%;
}
.more-link {
    display: flex;
    align-items: center;
}
.more-link.more-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-top: 1rem;
    cursor: pointer;
}
.more-link svg, .ct-btn-c svg {
    margin-left: 0.75rem;
    display: none;
}
.more-link, .more-link:visited {
    color: #E30613;
    font-size: 1rem;
    font-weight: 700;
}
.blog-item .vac-sum {
    margin-top: 0.75rem;
}
.more-link:hover {
    color: #C20510;
}
.more-link svg, .more-link svg *, .ct-btn-c svg, .ct-btn-c svg * {
    fill: #E30613;
    stroke: #E30613;
}
.more-link:hover svg, .more-link:hover svg *, .ct-btn-c:hover svg, .ct-btn-c:hover svg * {
    stroke: #C20510;
    fill: #C20510;
}
.vacature-actions .col:nth-child(2) .ct-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.t-item .more-link, .t-item .more-link:visited {
    font-weight: 400;
    color: #000;
    margin-top: 1.5rem;
}
.t-item .more-link:hover {
    color: #E30613;
}
.vacature-item.t-item {
    height: 100%;
}
.vacature-listing.owl-carousel .owl-stage {}
.news-listing .news-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 2.25rem 3rem;
    display: flex;
    flex-direction: column;
}
.news-listing .news-item>div:first-child {}
.news-listing .news-item:hover .ct-btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.news-listing .kolom-meta .date-time {
    color: #fff;
    font-weight: 700;
}
.news-listing .cat-list+div {
    margin-top: auto;
}
body .site .news-listing .news-item .kolom-meta h3 {
    color: #FFF;
    font-family: "IBM Plex Sans";
    font-size: 2rem;
    font-style: normal;
    line-height: 2rem;
    /* 100% */
    margin-top: 1rem;
    margin-bottom: 1rem
}
body .news-listing .news-item .ct-btn {
    margin-top: 1.5rem;
}
.cat-list>span {
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    align-items: flex-start;
    background-color: #fff;
    color: #E30613;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 4px 4px 0px rgba(207, 207, 207, 0.25);
    box-shadow: unset;
}
.kennis-inner .cat-list>span, .single .news-content .cat-list>span {
    border: 1px solid #E4E4E4;
}
.all-link {
    float: right;
    margin-bottom: 0rem;
    order: 2;
    margin-top: 0.75rem;
    text-decoration: underline
}
.all-link+h2+.s-content {
    order: 3;
}
.all-link:hover {
    color: #C20510;
}
.all-link svg, .all-link svg * {
    fill: #E30613;
    stroke: #E30613;
}
.all-link:hover svg, .all-link:hover svg * {
    stroke: #C20510;
    fill: #C20510;
}
.all-link+.row, .before-section+.row {
    clear: both;
}
.before-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
body .no-content .section-title {
    margin-bottom: 0;
}
.mission-section h2 {
    font-size: 2rem;
    font-style: normal;
    margin-bottom: 1rem;
    line-height: 100%;
    /* 2rem */
}
body .site .entry-content .mission-section .row .col {
    border-radius: 0.5rem;
    border: 1px solid #E2E8EF;
    padding: 2rem;
    background: #FFF;
    margin-bottom: 0;
}
.mission-section .col img {
    display: block;
    margin-top: 1.5rem;
}
body .site .entry-content .mission-section .only-right .col:first-child, body .site .entry-content .mission-section .only-left .col:nth-child(2) {
    display: none;
}
.section-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.single .single-container .entry-content>section .section-title {
    margin-bottom: 1rem;
}
.kivo-contact .section-title {
    margin-bottom: 1rem;
}
.before-section-title {}
.before-section .all-link {
    margin-bottom: 0;
}
.section-content .col {}
.section-content.section-two .row:not(.has-bg-color) .col {
    margin-bottom: 2.5rem;
}
.section-content.bg-carousel .row:not(.has-bg-color) .col {}
.section-content.bg-carousel .background-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.background-slides {
    height: 100%;
}
.background-slides .owl-stage-outer {
    height: 100%;
}
.background-slides .owl-stage {
    height: 100%;
}
.background-slides .owl-item {
    height: 100%;
}
.background-slides .owl-item .slide-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-content .col:last-child, .section-content .row:not(.has-bg-color) .col:last-child {
    margin-bottom: 0;
}
.section-content.about-section .col h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.section-content.about-section ul li a {
    color: #000;
}
.section-content.about-section ul li a:hover {
    color: #E30613;
}
body .wp-pagenavi {
    text-align: center;
    margin-top: 2rem;
}
.wp-pagenavi .pages {
    display: none;
}
body .wp-pagenavi a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}
body .wp-pagenavi a.previouspostslink, body .wp-pagenavi a.nextpostslink, body .wp-pagenavi span.mi-r, body .wp-pagenavi span.me-r {
    text-decoration: none;
    position: relative;
}
body .wp-pagenavi a.previouspostslink:after, body .wp-pagenavi span.me-r:after {
    content: "«";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f6f8;
}
body .wp-pagenavi a.nextpostslink:after, body .wp-pagenavi span.mi-r:after {
    content: "»";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f6f8;
}
body .site .wp-pagenavi a:hover {
    color: #E30613;
}
body .wp-pagenavi span.current {
    font-weight: 400;
    text-decoration: none;
}
body .wp-pagenavi a:hover {
    color: #000;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
}
.section-two.about-section .row:not(.has-bg-color) .col:nth-child(2), .section-two.about-section .row .col:nth-child(2) {
    max-width: 23rem;
    background-color: #fff;
    border: 1px solid #A8B2D266;
    padding: 1.875rem;
    font-size: 1rem;
    line-height: 1.5rem
}
.section-two.about-section .row .col:nth-child(2) ul li {
    list-style: none;
    display: flex;
}
.section-two.about-section .row .col:nth-child(2) ul li:before {
    content: "";
    position: relative;
    display: block;
    width: 0.438rem;
    height: 0.688rem;
    background-image: url(https://www.kivo.nl/assets/svg/chev-right.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.438rem;
}
.s-content>p:first-child {
    margin-top: 0
}
.s-content>p:last-child {
    margin-bottom: 0
}
.single .single-container .section-content.section-two .s-content>p:last-child>img:last-child {
    margin-bottom: 0;
}
.s-content+.more-link {
    margin-top: 1rem;
}
.section-center {
    text-align: center;
}
.section-center .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-titles {
    display: flext;
    flex-direction: column;
}
.section-contact .col h2, .section-contact .col h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
}
.section-contact .gform_wrapper.gravity-theme .gfield input {
    text-align: center;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.section-contact .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder {
    color: #fff;
}
.section-contact .gform_wrapper.gravity-theme .gfield input:-moz-placeholder {
    color: #fff;
}
.section-contact .gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
    color: #fff;
}
.section-contact .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder {
    color: #fff;
}
.section-contact .gform_wrapper.gravity-theme #field_submit input {
    width: 1rem;
    padding: 0;
    border: 1px solid;
    margin: 0;
    padding: 8px;
    border-color: transparent;
    background-image: url(https://www.kivo.nl/assets/svg/arrow-right-l.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: center left;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
}
.section-newsletter .gform-body.gform_body {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
body .section-newsletter .gform_wrapper.gravity-theme .gform_fields {
    min-width: 16rem;
}
body .gform_ajax_spinner {
    position: absolute;
}
.section-newsletter .gfield--type-submit {
    position: absolute;
    right: 0;
}
.section-newsletter .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important;
}
body .section-contact .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    justify-content: center;
    position: relative;
}
body .section-contact .gform_wrapper.gravity-theme .gform_fields .validation_message {
    position: absolute;
    left: 0;
}
body .gform_wrapper.gravity-theme #field_submit input {
    font-size: 1rem;
    cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_fields {
    align-items: start;
}
.section-contact ul {
    list-style: none;
    margin-bottom: 1.5rem
}
.section-contact ul li {
    margin-bottom: 0.5rem;
}
.section-contact ul li:last-child {
    margin-bottom: 0;
}
.section-contact ul li a:hover {
    color: rgb(255 255 255 / 80%);
}
.section-contact .social-btn:hover svg * {
    fill: rgb(255 255 255 / 80%);
}
.section-contact .social-btn:hover {
    border-color: rgb(255 255 255 / 80%);
}
.section-contact .social-links {
    justify-content: center;
    margin-top: 2rem;
}
.section-contact .col {
    font-size: 1rem;
}
.section-contact a {
    color: #fff;
}
.column-content>p:first-child {
    margin-top: 0;
}
.column-content>p:last-child {
    margin-bottom: 0;
}
.column-title {
    font-family: "IBM Plex Sans", sans-serif;
}
.content-column iframe {}
.column-content p:empty {
    display: none;
}
.column-content li::marker {
    color: #E30613;
}
.cert-section .section-title {
    color: #000;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    /* 133.333% */
}
.cert-section .content-column {
    background-color: transparent;
    padding: 0;
}
.cert-section .content-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cert-section .content-column .column-content {
    background-color: #fff;
    border-radius: 0.5rem;
    height: 6.5rem;
}
.cert-section .content-column .column-content p {
    height: 100%;
}
.cert-section .content-column .column-content p img {
    height: 100%;
    width: auto;
}
.cert-section .content-column.cert-logo .column-content {
    border: 1px solid #E2E8EF;
    padding: 0.5rem;
}
.product-section .content-column {
    padding: 0;
    padding-bottom: 1.5rem;
}
.home .entry-content {
    background-color: #E0E2E6;
}
.product-section .column-content {
    padding: 1.5rem;
    padding-bottom: 0;
}
section.product-section .content-column .ct-btn {
    margin-left: 1.5rem
}
.product-section .column-image, .kennis-item .column-image {
    height: 16.375rem;
    margin-bottom: 0;
    border-bottom: 1px solid #DCE1E7;
    padding: 1.5rem;
}
.product-item .product-sum>p:last-child {
    margin-bottom: 0;
}
.kivo-results .kennis-item .kolom-image {
    border-bottom: 1px solid #DCE1E7;
}
.product-section .search-filter-results .three-listing {
    grid-gap: 2rem;
}
.search-filter-results {
    min-height: 3rem;
}
.location-section .pagination {
    display: none;
}
.video-locations video {
    max-width: 35.375rem;
    width: 100%;
    display: block
}
.video-locations .ct-btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin-top: 2.25rem
}
.usp-carousel .owl-item {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 1.125rem */
}
.usp-section:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 3rem);
    max-width: 86rem;
    height: 1px;
    background-color: #D7D7D7;
}
.cat-title {
    display: flex;
    align-items: center;
}
.cat-title.cat-all {
    justify-content: center;
    white-space: pre;
    position: relative;
}
.cat-title.cat-all:after {
    content: "";
    right: 0;
    position: relative;
    margin-left: 0.625rem;
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/white-circle-arrow.svg);
    background-position: center center;
}
.cat-icon {
    display: block;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}
.usp-icon {
    border: 0;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/08/usp-icon-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-position: center center;
    display: block;
    margin-right: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    flex-shrink: 0;
}
.usp-content {
    display: flex;
    align-items: center;
}
.usp-item {}
.half-light:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #F4F6F8;
    position: absolute;
}
body .site .half-light+section {
    padding-top: 0;
}
.half-white:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
}
body .site .half-white+section {
    padding-top: 0;
}
.cat-listing .section-title {
    color: var(--Color-Neutral-black, #000);
    font-family: "IBM Plex Sans";
    font-size: 2.25rem;
    font-style: normal;
    line-height: 100%;
    /* 2.25rem */
    margin-bottom: 2rem;
}
.cat-listing .content-column {
    position: relative;
    display: flex;
    align-items: center;
}
.cat-listing .content-column:hover .cat-title {
    text-decoration: underline;
}
.cat-listing .content-column .ct-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: transparent;
    color: transparent;
    border-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.cat-listing .content-column .ct-btn:hover {
    border: 0;
}
.cat-listing .content-column .ct-btn:after {
    display: none;
}
.cat-title {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
}
.cat-listing .content-columns {
    grid-gap: 1rem;
}
.cat-listing .content-column:last-child {
    color: #fff;
    background-color: #000;
    justify-content: center;
}
.product-count {
    color: rgba(255, 255, 255, 0.60);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
body .site .product-section .content-columns+.ct-btn, body .site .product-section .content-columns+.slider-line+.ct-btn {
    padding: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #E30613;
    text-align: center;
    justify-content: center;
    color: #fff;
    border-color: #E30613;
    box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.25);
    background-image: url(https://www.kivo.nl/assets/svg/bekijk_producten.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin-top: 2.5rem;
    min-height: 4rem;
}
body .site .product-section .content-columns+.ct-btn:hover, body .site .product-section .content-columns+.slider-line+.ct-btn:hover {
    border-color: #CC0511;
    background-color: #CC0511;
}
body .site .product-section .content-columns+.ct-btn:after, body .site .product-section .content-columns+.slider-line+.ct-btn:after {
    display: none;
}
.product-search {
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
    background: var(--Color-Neutral-black, #000);
}
body .site .product-search li select {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/select-drop.svg);
    background-repeat: no-repeat;
    background-size: 0.625rem;
    background-position: center right 1.25rem;
    background-color: #fff;
    min-width: 13.313rem;
}
.pagination br {
    display: none;
}
.product-item {
    position: relative;
}
.product-search .searchandfilter h4 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    /* 1rem */
    margin-bottom: 0.75rem;
}
.product-search .searchandfilter li {
    margin: 0;
    padding: 0;
}
body .product-search .sf-field-submit input[type="submit"] {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/sf-submit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.5rem;
    text-indent: -9999px;
}
.product-search .searchandfilter li {
    margin-right: 1rem;
}
.product-search .searchandfilter li:last-child {
    margin-right: 0;
}
.product-search .searchandfilter>ul>li {
    margin-bottom: 1rem;
}
.product-search .searchandfilter>ul>li:last-child {
    margin-bottom: 0;
}
.product-search .searchandfilter select {
    border-radius: 0.5rem;
    padding: 0.563rem 1rem;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
}
.product-search .searchandfilter select:focus {
    outline: 0;
    border-color: #E30613;
}
.product-search .searchandfilter li.sf-field-search input:focus {
    border-color: #E30613;
}
.search-title {
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    /* 100% */
}
.product-search .searchandfilter li.sf-field-search, .product-search .searchandfilter li.sf-field-submit {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}
.product-search li:not(.sf-field-submit) input, body .site .product-search li select {
    background-color: #fff;
}
.video-carousel .column-content>p {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}
.author-content .col {
    border-top: 1px solid #CFDCE9;
    width: 100%;
    max-width: 48rem;
    padding-top: 1rem;
}
.author-name {
    font-weight: bold;
}
.author-image {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1rem;
    flex-shrink: 0;
}
.kivo-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-post .entry-content .s-content .social-btn:hover {
    border-color: #C20510;
}
.single-post .entry-content .s-content a {
    color: #C20510;
}
.single-post .entry-content .s-content a:hover {
    color: #000;
}
.single-post .entry-content .s-content p+.social-links {
    margin-top: 1.5rem;
}
.single-header .entry-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
    color: #000;
    text-transform: unset;
}
.single-post .single-header .entry-title {
    font-size: 3rem;
    font-style: normal;
    line-height: 3rem;
    /* 100% */
}
.single-post .category-klantcases .single-header .entry-title {
    margin-top: 2.5rem;
}
.single-post .section-content h2:not(.section-title), .single-post .section-content h3, .single-post .single-header+.entry-content .section-content:not(.spc-three) .col h2 {
    font-size: 1.375rem;
    margin-bottom: 0;
    color: #000;
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 1.5rem */
}
.single-post .section-content h2:not(.section-title) span, .single-post .section-content h3 span, .single-post .single-header+.entry-content .section-content:not(.spc-three) .col h2 span {
    font-weight: 400;
}
.single-post article .single-header+.entry-content>.section-content:first-child img {
    display: block;
    margin: 1.5rem 0
}
.single-post .section-content h2+p, .single-post .section-content h3+p, .single-post .section-content h2+ol, .single-post .section-content h3+ol, .single-post .section-content h2+ul, .single-post .section-content h3+ul, .single-post .section-content p+ul, .single-post .section-content p+ul {
    margin-top: 0.5rem;
}
.section-content p.no-bottom {
    margin-bottom: 0;
}
.section-content p.no-top {
    margin-top: 0;
}
.single-post .section-content p+h2, .single-kennisbank .section-content.no-builder p+h2, .single-kennisbank .section-content.no-builder p+h3, .single-post .section-content p+h3, .single-post .section-content ol+h2, .single-post .section-content ol+h3, .single-post .section-content ul+h2, .single-post .section-content ul+h3, .single-kennisbank .section-content ul+h2, .single-kennisbank .section-content ul+h3, .single-kennisbank .section-content ol+h2, .single-kennisbank .section-content ol+h3 {
    margin-top: 2rem;
}
.single-header .short-sum {
    font-size: 1rem;
}
.single-post .single-header+.entry-content .section-content:not(.spc-three) .col h2 {}
.in-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
}
.f-row-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: pre-wrap
}
.f-row-item i {
    margin-right: 0.25rem;
}
.in-icon img {
    display: block;
}
.single-post .entry-header {}
.single-post .header-image {
    width: 100%;
    margin: 2.5rem auto;
    max-width: 485rem;
    height: 25rem;
    overflow: hidden;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    background-size: cover;
    background-color: #eff1f3;
    border-radius: 0.5rem;
}
body.single-vacature .header-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.single-post .category-klantcases .header-image {
    max-width: 100%;
    margin-bottom: 3.75rem;
}
article .single-header+.entry-content>.section-content:first-child {
    padding-top: 0;
}
.single-faq_item .entry-title {
    margin-top: 2.5rem;
}
.single-vacature .entry-content {
    margin-top: 2.5rem;
}
.kennisbank-header .breadcrumbs-container {
    margin-bottom: 3.75rem;
}
.single-header+.entry-content .section-content {
    padding-top: 2.5rem;
}
.single-header+.entry-content .section-content .row, .parent-pageid-19924 .section-content .row {
    max-width: 50rem;
}
.parent-pageid-19924 .section-content .row>p:first-child {
    margin-top: 0;
}
.single-header+.entry-content .section-content .row>p:last-child, .parent-pageid-19924 .section-content .row>p:last-child {
    margin-bottom: 0;
}
.single-header+.entry-content .section-content .row a, .parent-pageid-19924 .section-content .row a {
    font-weight: bold;
}
.single-header+.entry-content .section-content.no-top {
    padding-top: 0;
}
.single-header+.entry-content .section-content.no-bottom {
    padding-bottom: 0;
}
.single-post .header-inner {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 49.5rem;
    border-radius: 10px;
}
body.single-post .header-inner {
    max-width: 49.5rem;
}
.single-post .site-main {}
.single .header-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 66.5rem;
    overflow: hidden;
}
.single-post .section-content .inner, .single-header .inner {}
.single-post .section-content.news-content .inner, .single-header .breadcrumbs-container .inner {}
.news-content {
    background-color: ;
}
.single .news-content {
    background-color: #fff;
}
.single .news-content h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 3rem;
}
.single-header {}
.single-header .short-sum {
    max-width: 100%;
}
.home .short-sum {
    display: none;
}
.single-post .section-content.section-full .inner {
    max-width: 100%;
}
body.single-post .entry-header .blog-meta-inner {
    padding: 0;
}
body.single-post .entry-header .blog-meta {
    margin-bottom: 0;
}
.single .header-image:before {
    content: "";
    height: 10.75rem;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-color: #F2F3F3;
    display: none;
}
.single-post .header-image img {
    display: block;
    opacity: 0;
}
.section-news-single .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 68.75rem;
}
.kolom-image {
    background-color: #707070;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20rem;
    overflow: hidden;
}
.search-section .kolom-image {
    border-radius: 0.5rem;
}
.vacature-listing .owl-dots {
    height: 1px;
    background-color: #5D8088;
    width: 100%;
    display: flex;
    margin-top: 2.5rem;
}
.vacature-listing .owl-dots .owl-dot {
    width: 33.33%;
    height: 3px;
    position: relative;
    display: block;
    margin-top: -1px;
}
.vacature-listing .owl-dots .owl-dot.active {
    background-color: #FFFFFF;
}
.vacature-item .kolom-image {
    height: 17.5rem;
}
.team-item .kolom-image {
    height: 20rem;
    width: 100%;
    background-color: #171717;
    flex-shrink: 0;
    background-position: center top;
}
.section-content .col .gg-object.team-item .kolom-meta {
    padding-top: 1rem;
}
.section-content.team-page .col h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
}
.collega-sum {
    margin-bottom: 1.5rem
}
.team-woord {
    background-color: #FFFFFF;
    padding: 2rem;
}
.team-item .absolute-link {
    display: none;
}
.team-listing {
    width: 100%;
}
.team-woord .kolom-image {
    border-radius: 50%;
    width: 7.875rem;
    height: 7.875rem;
    background-position: center top;
    flex-shrink: 0;
    margin-right: 1.5rem
}
.collega-listing.owl-carousel .owl-stage {
    display: flex;
}
.collega-listing.owl-carousel .owl-stage .gg-object {
    height: 100%;
}
.team-woord .team-function {
    color: #E30613;
}
.team-woord .collega-sum+div {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.team-locations {
    display: flex;
}
.team-location:empty {
    display: none;
}
.team-location {
    width: fit-content;
    color: #fff;
    background-color: #D8DDEC;
    border-radius: 1.625rem;
    font-weight: bold;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    padding: 0.125rem 0.875rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}
.team-location:last-child {
    margin-right: 0;
}
.team-location:before {
    content: "";
    position: relative;
    display: block;
    width: 0.688rem;
    height: 1rem;
    background-image: url(https://www.kivo.nl/assets/svg/location-icon.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.team-mail-phone {
    margin: 1.25rem 0;
}
.team-mail-phone a {
    display: flex;
    align-items: center;
    text-decoration: underline;
    flex-wrap: wrap;
    color: #000;
}
.team-mail-phone a:hover {
    color: #E30613;
}
.mail-link:before {
    content: "";
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(https://www.kivo.nl/assets/svg/mail-icon-kivo.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.phone-link:before {
    content: "";
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(https://www.kivo.nl/assets/svg/phone-icon-kivo.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.kolom-image img {
    opacity: 0;
}
.kivo-results .kolom-image {
    height: 16.5rem;
    border-radius: 0.5rem;
    background-color: #171717;
    overflow: hidden;
    margin-bottom: 1rem;
}
.kivo-results .blog-sum {
    color: #000;
}
.kivo-results .blog-sum>p:last-child {
    margin-bottom: 0;
}
.cat-date {
    display: flex;
    align-items: center;
}
.category-klantcases .cat-date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.category-klantcases .entry-title {
    color: #000;
    max-width: 51.75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "IBM Plex Sans";
}
.cat-date .date-time {
    color: var(--Text-primary, #000);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0.5rem;
    /* 1.3125rem */
}
.kivo-results .three-listing, .kivo-results .two-listing {
    grid-gap: 2rem;
}
.stat-listing {
    grid-gap: 2rem;
    width: 50%;
    flex-shrink: 0;
}
.stat-listing:first-child .stat-img {
    max-height: 24rem;
}
.stat-listing:last-child .stat-img {
    max-height: 18.5625rem;
}
.stat-listing:first-child {
    padding-right: 0.75rem;
}
.stat-listing:nth-child(2) {
    padding-left: 0.75rem;
}
.stat-container {
    display: flex;
    max-width: 40.5rem;
}
.stat-number {
    color: #000;
    margin-bottom: 0.5rem;
    font-family: "IBM Plex Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 100% */
    text-align: left;
}
.stat-inner {
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.stat-listing p:empty {
    display: none;
}
.stat-subtitle {
    color: #E30613;
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
}
.stat-content {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
}
.stat-listing:last-child .stat-image {
    padding-top: 1.5rem;
}
.stat-image img {
    border-radius: 0.5rem;
    display: block;
}
.kivo-results .gg-object.blog-item>div:first-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.kivo-results .gg-object.blog-item.kennis-item>div:first-child {
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    background: #FFF;
    height: 100%;
}
.single-kennisbank article+section .kivo-results .gg-object.blog-item.kennis-item>div:first-child {
    border-radius: 0.5rem;
    border: 1px solid #E4ECF3;
}
.section-content .col .kivo-results .gg-object .kolom-meta h3 {
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0.5rem;
}
.cat-date .cat-list {
    margin-right: 0.5rem;
}
.gg-object.vacature-item {
    box-shadow: 0px 3px 6px #ADADAD29;
    background-color: #fff;
}
.gg-object.blog-item>div:first-child {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E30613;
}
.blog-sum {
    color: #fff;
}
.section-content .col .gg-object .kolom-meta h3 {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 1.25rem;
}
.section-content .col .referenties .gg-object .kolom-meta h3 {
    font-size: 1rem;
}
.absolute-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.gg-object {
    text-align: left;
    position: relative;
}
.section-content .col .gg-object.vacature-item .kolom-meta h3 {
    margin-top: 0;
}
.vacature-item .kolom-meta .date-time {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.vacature-item .kolom-meta .date-time .date-tag {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.section-content .col .gg-object .kolom-meta {
    padding: 0rem;
    position: relative;
}
.section-content .col .gg-object.vacature-item .kolom-meta {
    background-color: #fff;
    padding: 1.25rem
}
.team-sum {
    color: #C20510;
    font-size: 0.875rem;
}
.team-sum p:last-child {
    margin-bottom: 0;
}
.team-sum p:first-child {
    margin-top: 0.5rem;
}
.kolom-meta .more-link {
    font-weight: 700;
    text-decoration: none;
    margin-top: 1rem;
    color: #E30613;
}
.section-content p:empty {
    display: none;
}
.kolom-meta .more-link:hover, .vacature-item:hover .kolom-meta .more-link {
    color: #C20510;
}
.vacature-item {
    position: relative;
}
.vac-sum {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.25rem;
}
.vac-list {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    list-style: none;
    display: flex;
    align-items: center;
}
.vac-list li::marker {
    color: #E30613;
}
.vac-list li {
    list-style: none;
    position: relative;
    color: #E30613;
    margin-right: 1rem;
    font-weight: bold;
    margin-bottom: 0rem;
}
.vac-list li {
    display: flex;
    align-items: center;
}
.vac-list li:last-child {
    margin-bottom: 0;
}
.vac-list li:before {
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E30613;
    top: 6px;
    position: absolute;
    display: none;
}
.location-icon {
    width: 0.75rem;
    height: 1rem;
    text-indent: -999px;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/10/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 0.5rem;
}
.time-icon {
    width: 0.875rem;
    height: 0.875rem;
    text-indent: -999px;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/10/clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 0.5rem;
}
.entry-header .vac-list {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-top: 1rem;
}
.entry-header .vac-list li:before {
    top: 8px;
}
.header-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    width: 100%;
}
.header-inner img {
    opacity: 0;
}
.searchandfilter h4 {
    font-weight: bold;
    text-transform: unset;
    padding: 0.75rem 0px;
    padding-bottom: 0.25rem;
    color: #fff;
}
.searchandfilter .accordion-title {
    background-image: url(https://www.kivo.nl/assets/svg/arrow-down.svg);
    background-size: 0.875rem 0.5rem;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}
.searchandfilter .accordion-title.open {
    background-image: url(https://www.kivo.nl/assets/svg/arrow-up.svg);
}
.searchandfilter ul li {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
}
.searchandfilter ul li li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.searchandfilter label {
    color: #fff;
    cursor: pointer;
}
[type="checkbox"], [type="radio"] {
    cursor: pointer;
}
.section-content .col .sf-filter h3 {
    color: #C20510;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: unset;
}
.filter-v .searchandfilter>ul>li {
    border-top: 1px solid #d7dbdb;
}
.filter-v .searchandfilter>ul>li:last-child {
    border-bottom: 1px solid #d7dbdb;
}
.vacatures-section h2 {
    text-align: center;
}
.inner-meta+.ct-btn {
    margin-top: 1rem;
}
.section-content.vacatures-section .col .gg-object .kolom-meta {
    border: 1px solid #10182033;
}
body:not(.home).page.page-id-19542 .entry-header {
    display: none
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul input {
    display: none;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul label {
    background-color: transparent;
    border: 1px solid #E30613;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    padding: 0.688rem 1.25rem;
    border-radius: 1.625rem;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul label:hover {
    background-color: #E30613;
    color: #fff;
}
#search-filter-results-16611 .gg-object:hover .kolom-meta {
    text-decoration: underline;
}
.sf-filter {
    margin-bottom: 2.5rem;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul .sf-option-active label {
    opacity: 1;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li {
    padding: 0;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul li {
    padding: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.sf-filter:not(.filter-v) .searchandfilter>ul>li>ul li:last-child {
    margin-right: 0;
}
.section-content .col h3.faq-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: none;
}
.inner-smallest.faq-section .content-columns {
    max-width: 39.25rem;
    margin: 0 auto;
}
.ui-accordion-header {
    cursor: pointer;
    background-image: url(https://www.kivo.nl/assets/svg/faq-down.svg);
    background-size: 0.813rem 0.5rem;
    padding-right: 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}
.ui-accordion-content {
    padding-right: 1rem;
    clear: both;
}
#tabs-container .ui-accordion-content {
    max-width: 53rem;
}
#tabs-container.proces-tabs {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 3rem;
    max-width: 34.25rem;
    display: block;
}
.proces-circle {
    border: 2px solid #FFF;
    position: relative;
    width: 50vw;
    height: 50vw;
    max-height: 40rem;
    max-width: 40rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proces-section-extended .row {
    background-color: #f4f6f8;
}
.info-block {
    margin-bottom: 6rem;
}
.info-block:last-child {
    margin-bottom: 0;
}
.info-block h2 {
    color: var(--Text-primary, #000);
    font-family: "IBM Plex Sans";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 2.5rem */
}
.info-block .more-link, body .site .info-block .more-link {
    color: #000;
    border-bottom: 0;
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 1rem */
    text-decoration-line: underline;
}
body .site .info-block .more-link:hover {
    color: #E30613;
}
.tabs-listing .ui-widget-content>p:last-child {
    margin-bottom: 0;
}
.proces-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.proces-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0;
    transition: .4s opacity;
}
.tabs-1 .proces-video #video-1, [data-active-target="blocks-1"] #video-1 {
    opacity: 1;
}
.tabs-2 .proces-video #video-2, [data-active-target="blocks-2"] #video-2 {
    opacity: 1;
}
.tabs-3 .proces-video #video-3, [data-active-target="blocks-3"] #video-3 {
    opacity: 1;
}
.tabs-4 .proces-video #video-4, [data-active-target="blocks-4"] #video-4 {
    opacity: 1;
}
.proces-video {
    position: absolute;
    width: calc(100% - 5.5rem);
    height: calc(100% - 5.5rem);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.circle-button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    pointer-events: none;
}
.circle-button .tab-button {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    position: relative;
    width: 100%;
    height: 100%;
}
.tab-button.active {
    background-color: #E30613;
    border-color: #E30613;
}
.tabs-container .ct-btn {
    margin-top: 1.5rem;
}
.section-content.proces-section .col h3 {
    margin-bottom: 1rem;
}
.section-content.proces-section .col:first-child .s-content {
    max-width: 35.25rem;
}
.circle-button {
    position: absolute;
}
#button-top {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
#button-right {
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
}
#button-bottom {
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
#button-left {
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
}
.tabs-proces-container {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #C8C8C8;
}
.tabs-proces-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.tabs-proces-container ul li {
    margin-right: 1.5rem;
}
.tabs-proces-container ul li:last-child {
    margin-right: 0;
}
.tabs-proces-container ul li a {
    color: #C8C8C8;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
}
.tabs-proces-container ul li a:before {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    content: "";
    margin-right: 0.5rem;
    flex-shrink: 0;
    background-color: #C8C8C8;
    border-radius: 50%;
}
.tabs-proces-container ul li.ui-state-active a {
    color: #000;
    font-weight: 600;
    position: relative;
}
.tabs-proces-container ul.tabs-proces {
    position: relative;
}
.tabs-proces-container ul.tabs-proces:after {
    position: absolute;
    bottom: 0;
    width: 25%;
    content: "";
    background-color: #000;
    height: 1px;
    transform: translateX(0%);
    transition: .4s;
}
.extruderen .tabs-proces-container ul.tabs-proces:after {
    transform: translateX(0%);
}
.flexodrukken .tabs-proces-container ul.tabs-proces:after {
    transform: translateX(100%);
}
.confectie .tabs-proces-container ul.tabs-proces:after {
    transform: translateX(200%);
}
.recycling .tabs-proces-container ul.tabs-proces:after {
    transform: translateX(300%);
}
.tabs-proces-container ul li.ui-state-active a:before {
    background-color: #E30613;
}
.proces-section .proces-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 1s ease-in-out;
    top: 50%;
    left: 50%;
}
.proces-section .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.proces-section .circle-button .tab-button {
    transition: unset;
    pointer-events: none;
}
.proces-section .tab-button.active {
    background-color: #fff;
    border-color: #fff;
}
.proces-section #button-top .tab-button {
    background-color: #E30613;
    border-color: #E30613;
}
body .ui-accordion-header.ui-state-active {
    background-image: url(https://www.kivo.nl/assets/svg/faq-minus.svg);
}
.section-content .col h3.faq-title .faq-number {
    color: #C20510;
    display: inline-block;
    width: 2rem;
}
.werken-columns .content-column:first-child {
    padding: 0.5rem;
    border: 2px solid #E30613;
    background-color: transparent;
}
.werken-columns .content-column:first-child .column-image {
    margin-bottom: 0;
}
.werken-columns .content-column:first-child .column-image .image-inner {
    background-size: cover;
}
.faq-item {
    border-bottom: 1px solid #d7dbdb;
    padding: 1.5rem 0
}
.werken-icon {
    background-color: #000;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.werken-icon img {
    display: block;
}
.item-section {
    background-size: 48.125rem;
    background-position: center right;
}
.item-section .all-link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.item-section .all-link:hover {
    opacity: 0.8
}
.item-section .all-link svg {
    display: none;
}
.area-section h3 {
    text-align: center;
}
.section-content .col .subtitle {
    line-height: 1.5rem;
    margin-top: 1.5rem;
}
body .brochure-section .gform_wrapper.gravity-theme .gfield_checkbox label, body .brochure-section .gform_wrapper.gravity-theme .gfield_radio label, body .brochure-section .gform_wrapper.gravity-theme .gfield, body .brochure-section .gform_wrapper.gravity-theme .gfield_label, body .brochure-section .gform_wrapper.gravity-theme input[type=color], body .brochure-section .gform_wrapper.gravity-theme input[type=date], body .brochure-section .gform_wrapper.gravity-theme input[type=datetime-local], body .brochure-section .gform_wrapper.gravity-theme input[type=datetime], body .brochure-section .gform_wrapper.gravity-theme input[type=email], body .brochure-section .gform_wrapper.gravity-theme input[type=month], body .brochure-section .gform_wrapper.gravity-theme input[type=number], body .brochure-section .gform_wrapper.gravity-theme input[type=password], body .brochure-section .gform_wrapper.gravity-theme input[type=search], body .brochure-section .gform_wrapper.gravity-theme input[type=tel], body .brochure-section .gform_wrapper.gravity-theme input[type=text], body .brochure-section .gform_wrapper.gravity-theme input[type=time], body .brochure-section .gform_wrapper.gravity-theme input[type=url], body .brochure-section .gform_wrapper.gravity-theme input[type=week], body .brochure-section .gform_wrapper.gravity-theme select, body .brochure-section .gform_wrapper.gravity-theme textarea {
    font-size: 0.875rem;
}
body .ginput_container.ginput_container_consent {
    font-size: 0.75rem;
    color: #000;
}
body .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600;
    font-size: 1rem;
}
.brochure-container {
    padding-top: 0;
}
.brochure .ct-btn {
    margin-top: 1.5rem;
}
.brochure {
    width: 100%;
    max-width: 21.875rem;
    border-bottom: 0.25rem solid #E30613;
}
.vacature-info .brochure {
    border-bottom: unset;
}
.vacature-info .brochure .brochure-sum a {
    color: #fff;
    text-decoration: underline;
    margin-top: 0.5rem;
    display: block;
}
.vacature-info .brochure .hr-title {
    font-size: 1.25rem;
}
.vacature-info .brochure .brochure-sum a:hover {
    color: #E30613;
}
.vacature-info .brochure-info {
    padding: 1.5rem;
    background-image: url(https://www.kivo.nl/assets/svg/v-info-bg.svg);
    background-size: cover;
}
.vacature-avatar {
    width: 10.125rem;
    height: 10.125rem;
    border: 1px solid #E30613;
    border-radius: 50%;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vacature-avatar>div {
    border-radius: 50%;
    background-color: #a6a6a8;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 9rem;
    height: 9rem;
}
.vacature-info .brochure-title {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FFFFFF33;
}
.brochure-img {
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #171717;
}
.brochure-img img {
    opacity: 0;
    display: block;
}
.brochure-img>div {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.brochure-info {
    background-color: #000;
    color: #fff;
    padding: 2rem 1.5rem;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/04/brochure-mask.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.brochure-title {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    cursor: pointer;
}
.ca-section .section-titles .section-title, .intro-section .section-titles .section-title, .brochure-section .section-titles .section-title {
    display: flex;
    order: 2;
}
.owl-item .cc-listing-object {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.3;
    transition: .4s;
}
.owl-item .cc-listing-object>div:first-child {}
.cc-list.owl-carousel .owl-nav.disabled {}
.owl-item.active.center .cc-listing-object {
    opacity: 1;
}
.cc-listing .object-image {
    background-color: #fff;
    height: 10rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .4s;
    max-width: 29.25rem
}
.object-image {
    position: relative;
}
.object-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.owl-item .cc-listing-object {}
.owl-item .object-meta {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    width: 100%;
    flex-shrink: 0;
    padding: 1.5rem;
}
.cc-news .owl-item .object-meta {
    padding-bottom: 0;
}
.owl-item .object-meta h3 {
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}
.cc-list .owl-item .object-meta h3 {
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}
.owl-carousel .owl-nav button.owl-prev, #prevBtn {
    text-indent: -9999px;
    width: 4rem;
    height: 4rem;
    background-image: url(https://www.kivo.nl/assets/svg/owl-prev-d.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.75rem;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next, #nextBtn {
    text-indent: -9999px;
    width: 4rem;
    height: 4rem;
    background-image: url(https://www.kivo.nl/assets/svg/owl-next-d.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.75rem;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
}
.owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:focus-visible {
    outline: 0;
}
.owl-carousel .owl-nav button:hover, .nav-btns-inner>button:hover {
    opacity: 0.8
}
.owl-nav {
    width: 100%;
    display: flex;
    float: right;
    margin-top: 1.25rem;
    justify-content: space-between;
}
.owl-dots {
    margin-top: 1.25rem;
    width: calc(100% - 8.375rem);
    height: 3.375rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.owl-dots:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #d7dfe0;
}
.owl-carousel button.owl-dot {
    width: 33.33%;
    background-color: transparent;
    height: 2px;
    position: relative;
}
.owl-carousel button.owl-dot.active {
    background-color: #000;
}
.woord-section .owl-carousel button.owl-dot.active {
    background-color: #fff;
}
.column-image img {
    opacity: 0;
}
.column-image {
    margin-bottom: 1.5rem;
    position: relative;
}
.column-image .image-inner {
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
section .content-column .ct-btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin-top: 1.5rem;
}
body .site .ct-btn.ct-btn--black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
section .content-column .ct-btn:hover, body .site .ct-btn.ct-btn--black:hover, .gg-object:hover span.ct-btn {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.p-label {
    color: #E30613;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 450;
    text-transform: uppercase;
    letter-spacing: 0.1575rem;
}
section .content-column h3 {
    color: var(--Color-Neutral-black, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    /* 100% */
}
.center-title .section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}
.gg-form {
    margin: 0 auto;
    width: 100%;
    max-width: 57.5rem;
    background-color: #fff;
    padding: 2.5rem;
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 10px #0000D;
}
.gg-form>h3:first-child, .section-content .col .gg-form>h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 2rem;
    line-height: 2.75rem;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0;
}
.contact-blocks .col:first-child .gform_wrapper.gravity-theme .gform_footer input {
    background-color: #fff;
    color: #000;
}
.contact-blocks .col:first-child .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #000;
    color: #fff;
}
.section-content.contact-blocks .col h3 {
    color: #fff;
    margin-bottom: 0;
}
.section-content.contact-blocks .col a {
    text-decoration: underline;
    color: #fff;
}
.section-content.contact-blocks .col a:hover {
    text-decoration: none;
}
.section-content.contact-blocks .col a:last-child {
    text-decoration: none;
}
body .gg-form .gform_wrapper.gravity-theme .gfield input.large:focus, body .gg-form .gform_wrapper.gravity-theme .gfield select.large:focus, body .gg-form .gform_wrapper.gravity-theme .gfield textarea.large:focus, body .gg-form .gform_wrapper.gravity-theme .gfield textarea.large:focus-visible {}
.body .gg-form .gform_wrapper.gravity-theme input[type=color], body .gg-form .gform_wrapper.gravity-theme input[type=date], body .gg-form .gform_wrapper.gravity-theme input[type=datetime-local], body .gg-form .gform_wrapper.gravity-theme input[type=datetime], body .gg-form .gform_wrapper.gravity-theme input[type=email], body .gg-form .gform_wrapper.gravity-theme input[type=month], body .gg-form .gform_wrapper.gravity-theme input[type=number], body .gg-form .gform_wrapper.gravity-theme input[type=password], body .gg-form .gform_wrapper.gravity-theme input[type=search], body .gg-form .gform_wrapper.gravity-theme input[type=tel], body .gg-form .gform_wrapper.gravity-theme input[type=text], body .gg-form .gform_wrapper.gravity-theme input[type=time], body .gg-form .gform_wrapper.gravity-theme input[type=url], body .gg-form .gform_wrapper.gravity-theme input[type=week], body .gg-form .gform_wrapper.gravity-theme select, body .gg-form .gform_wrapper.gravity-theme textarea {
    border: 1px solid #F1F5F6;
    padding: 0.688rem;
    background-color: #F1F5F6;
}
.contact-btns .content-column {
    background-color: #E8E8E2;
    padding: 1.5rem;
    position: relative;
}
.contact-btns .column-title+.ct-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-indent: -9999px;
    border: 0;
}
.contact-btns .content-column .column-image {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    max-width: 3.75rem;
}
.contact-btns .content-columns {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-content.contact-btns .col h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}
.section-content.contact-info .col h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #E30613;
    font-weight: 700;
}
.contact-info+.contact-info {
    margin-top: 1rem;
}
.contact-info.info-faq {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 4px 4px 0px rgba(207, 207, 207, 0.25);
}
.contact-info.info-faq .contact-img {
    background-color: #F4F6F8;
    border-radius: 0.5rem;
    width: 3rem;
    height: 3rem;
}
.single-product .section-two:not(.kivo-contact) .row ul li::marker, .single-post .section-two:not(.kivo-contact) .row ul li::marker {
    color: #E30613;
}
.single-product .section-two:not(.kivo-contact) .row ul li, .single-post .section-two:not(.kivo-contact) .row ul li {
    margin-bottom: 0.5rem;
}
.single-product .section-two:not(.kivo-contact) .row ul li:last-child, .single-post .section-two:not(.kivo-contact) .row ul li:last-child {
    margin-bottom: 0;
}
.single-product .single-container .section-content img {
    border-radius: 0.5rem;
    margin: 1rem 0;
}
.single-post .section-two:not(.kivo-contact) .row ul, .single-product .section-two:not(.kivo-contact) .row ul {
    list-style-position: outside;
    padding-left: 1.25rem;
}
.single-post .section-two:not(.kivo-contact) .row ul li, .single-product .section-two:not(.kivo-contact) .row ul li {}
.kivo-contact .contact-info .ct-btn {
    display: none;
}
.kivo-contact .contact-info p+p {
    margin-bottom: 0;
}
.content-nav-container {
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(190, 190, 190, 0.25);
    padding: 1rem 0;
    display: none;
}
.content-nav {
    display: flex;
}
.content-nav li {
    color: var(--Color-Neutral-black, #000);
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.5rem */
    margin-right: 2.75rem;
    list-style: none;
}
.content-nav li a {
    color: var(--Color-Neutral-black, #000);
    display: block;
    font-weight: 600;
}
.content-nav li a:hover {
    text-decoration: underline;
}
.contact-info.info-faq .contact-img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: unset;
    background-color: transparent;
}
.contact-info .content-column {
    background-color: #E8E8E2;
    text-align: left;
    padding: 1.5rem;
}
.contact-info .content-column li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-info .content-column li.mgn {
    margin-top: 1rem;
}
.contact-info .content-column i {
    margin-right: 0.5rem;
    width: 1rem;
    display: block;
}
.contact-info .content-column i img {}
.img-description {
    border-left: 0.125rem solid #000;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    line-height: 150%;
}
body .authentic-section {
    background-size: contain;
    background-position: center left;
}
.gradient-bg {}
.t-item span {
    display: block;
}
.team-contact a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}
.team-contact a:hover {
    opacity: 0.8;
}
.team-contact a:last-child {
    margin-right: 0;
}
.t-item span.team-contact, .team-contact {
    display: flex;
    flex-wrap: wrap;
}
.t-item {
    overflow: hidden;
    background-color: #fff;
}
.img-hld {
    height: 12.75rem;
    overflow: hidden;
    position: relative;
}
.item-img img {
    display: block;
    width: 100%;
}
.item-image {
    display: block;
    height: 2.5rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #666666;
}
.img-hld img:first-of-type {
    position: relative;
    z-index: 1;
}
.img-hld img:nth-of-type(2) {
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0
}
.t-item .t-inner:hover .img-hld img:nth-of-type(1) {
    opacity: 0;
}
.t-item .t-inner:hover .img-hld img:nth-of-type(2) {
    z-index: 1;
    opacity: 1
}
.section-content .t-item .t-info h3 {
    color: #E30613;
    font-size: 1.375rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
}
.section-content .t-item.t-blog .t-info h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
}
.section-content.vacature-section .t-item .t-info h3, .section-content .t-item.vacature-item .t-info h3 {
    color: #000;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem
}
.vc-sum {
    color: #69888F;
}
.section-content.vacature-section .col:first-child h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.blog-meta, .t-item .blog-meta {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-header .t-meta {
    margin: 1.5rem 0;
}
.blog-meta>span {
    margin-right: 2.75rem;
    background-color: #E30613;
    padding: 0.5rem 1rem;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    font-weight: 700;
}
.blog-cats {
    position: relative;
}
.blog-cats:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -1.313rem;
    width: 1.75rem;
    height: 100%;
    background-size: contain;
    background-position: left center;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/09/button-shape.svg);
    background-repeat: no-repeat;
}
.blog-item .blog-cats:after {
    right: 0;
    left: -1.313rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.blog-meta>span:last-child {}
.single-post ul li::marker {
    color: #E30613;
}
.single-post .section-content ul li {
    /*list-style: none;*/
    position: relative;
    /*padding-left: 1.25rem;*/
    margin-bottom: 0.25rem;
}
.single-post .section-content ul li:last-child {
    margin-bottom: 0;
}
.single-post .section-content ul li:before {}
.orange {
    color: #E30613;
}
.kolom-meta .date-time {
    margin-top: 1.25rem;
    font-size: 1rem;
}
.date-time {
    display: block;
    color: #E30613;
    line-height: 1.25rem;
    font-weight: 400;
}
.date-time .s-date {
    display: none;
}
.date-time .date-tag {
    display: block;
    width: fit-content;
    color: #fff;
    background-color: #D8DDEC;
    border-radius: 1.625rem;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0.313rem 0.875rem;
}
.vacature-item .ct-btn {
    width: 100%;
    text-align: center;
    color: #000;
    background-color: transparent;
    justify-content: center;
}
.vacature-item .ct-btn:hover, .vacature-item:hover .ct-btn {
    background-color: #E30613;
    color: #fff;
}
.single-vacature {}
.center-header .inner {
    max-width: 39.25rem;
    text-align: center;
}
.center-header.entry-header .entry-title {
    text-align: center;
    color: #000;
    margin-bottom: 1.5rem;
}
.single .entry-header.center-header, body:not(.home).page .entry-header.center-header {
    background-color: #fff;
    color: #000;
}
body:not(.home).page .entry-header.center-header {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/header-ptrn.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.single-vacature .entry-header .date-time .date-tag {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.single-vacature .entry-title {
    margin-bottom: 1.5rem;
    max-width: 33.75rem;
}
.single-vacature .entry-header .ct-btn {
    margin-top: 1.5rem;
}
.single-vacature .entry-header .date-time {
    display: flex;
    flex-wrap: wrap;
}
.single-vacature .breadcrumbs-container {
    margin-bottom: 0;
    background-color: #000;
}
body.single-vacature .breadcrumbs-container p, body.single-vacature .breadcrumbs-container p a {
    color: #fff;
}
.vacature-item .date-time .date-tag {
    background-color: transparent;
    border: 1px solid rgb(27 61 115 / 60%);
    color: rgb(27 61 115 / 60%);
}
.contact-blocks .col:first-child {
    background-color: #E30613;
    padding: 2rem;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/05/contact-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.contact-blocks .col:nth-child(2) {
    background-color: #000;
    padding: 2rem;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/05/Group-2670.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
.contact-blocks .col h2 {
    font-size: 2rem;
    line-height: 2rem;
}
.date-time span {
    display: block;
}
.blog-meta-inner {
    padding: 2rem;
}
.blog-meta-inner .more-link {
    color: #000;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/11/more-blue.svg);
    background-repeat: no-repeat;
    background-size: 0.875rem;
    background-position: center right;
    width: 100%;
}
.blog-meta-inner .more-link:hover {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/11/more-pink.svg);
}
.intro-section .section-titles .sub-title {
    justify-content: center;
    margin-bottom: 0;
}
.custom-columns .content-column {
    background-color: #fff;
    padding: 2.5rem;
}
.custom-columns h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.custom-columns section:not(.service-section) .content-column .ct-btn {
    margin-left: unset;
    margin-top: 1rem;
}
.custom-columns.section-content .col .content-column h3 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    font-weight: 700;
}
.custom-columns .content-column:last-child {
    background-color: #E8E8E2;
}
.custom-columns.section-content .col .content-column:last-child h3 {
    color: #E30613;
}
body .vac-single {
    display: none;
}
body div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin-right: 4px;
}
body .ginput_container_consent input {
    border: 1px solid #E30613;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 0.25rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
    border: 1px solid #E30613;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: top;
}
body .gform_wrapper.gravity-theme .gfield-choice-input:checked {
    background-color: #E30613;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5rem;
}
body .ginput_container_consent .gform-field-label, .gform_wrapper.gravity-theme .gfield-choice-input+label {
    position: relative;
    transform: translateY(-0.25rem);
    display: inline-block;
    max-width: calc(100% - 1.75rem);
}
body .ginput_container_consent input:checked {
    background-color: #E30613;
    background-image: url(https://www.kivo.nl/assets/svg/form-check.svg);
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: center center;
}
#vacatures {}
.custom-columns .content-columns {
    align-items: start;
}
.faq-section h2 {
    text-align: center;
    margin-bottom: 1rem;
}
.home .faq-section h2 {}
body .section-content .col h3.sub-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    /* 150% */
    text-align: center;
    margin-bottom: 2.75rem;
}
body .site .faq-section .ct-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #CC0511;
    text-align: center;
    justify-content: center;
    color: #fff;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/08/Patroon_2-1-1.svg);
    background-position: center right;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #CC0511;
    box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.25);
    max-width: 44.625rem;
    padding: 1rem;
    min-height: 4rem;
}
body .site .faq-section .ct-btn:hover {
    background-color: #C20510;
}
body .site .faq-section .ct-btn:after {
    display: none;
}
body .site .faq-section .ct-btn span {
    display: flex;
    width: fit-content;
    position: relative;
    align-items: center;
}
body .site .faq-section .ct-btn span:after {
    content: "";
    right: 0;
    position: relative;
    margin-left: 0.625rem;
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/white-circle-arrow.svg);
    background-position: center center;
}
body .ptrn-bg {
    background-image: url(https://www.kivo.nl/assets/svg/Perspagina_Header.svg);
    background-size: 36.438rem;
    background-position: top left;
    background-repeat: no-repeat;
}
.faq-section .col {
    width: 100%;
    max-width: 44.625rem;
    margin-left: auto;
    margin-right: auto;
}
.faq-section.section-content .col:not(:only-child) {
    width: 100%;
}
.faq-section.section-content .col .column-title, .section-content .col .kernwaarden h3.ui-accordion-header {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #000;
    transition: color .4s;
}
.faq-section.section-content .col .column-title.ui-accordion-header-active, .section-content .col .kernwaarden h3.ui-accordion-header.ui-accordion-header-active {
    color: #000;
    /* padding-bottom: 1rem; */
    margin-bottom: 0;
}
.faq-section .content-column {
    border-radius: 0.5rem;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(196, 196, 196, 0.25);
    padding: 2rem 1.25rem;
    margin-bottom: 1rem
}
.faq-section .content-column:last-child {
    margin-bottom: 0;
}
.faq-section.section-content .col .column-title.ui-accordion-header, .section-content .col .kernwaarden h3.ui-accordion-header {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 1.125rem */
    position: relative;
    padding-right: 2.625rem;
    background-image: unset;
}
.faq-section .ui-accordion-content {
    padding-right: 2.625rem;
}
.faq-section .column-content>p:first-child, .section-content .col .kernwaarden .kern-content>p:first-child {
    padding-top: 1rem;
}
.faq-section .ui-accordion-header:after {
    position: absolute;
    content: "";
    right: 0;
    top: -0.25rem;
    width: 1.625rem;
    height: 1.625rem;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/faq-plus.svg);
    background-size: 1.625rem;
    background-position: center center;
}
.faq-section .ui-accordion-header.ui-state-active:after {
    background-image: url(https://www.kivo.nl/assets/svg/faq-minus.svg);
}
.kern-section .col:nth-child(2), .section-two.kern-section .row:not(.has-bg-color) .col:nth-child(2) {
    padding: 2.5rem;
    background-color: #fff;
    max-width: 29.25rem;
    margin-left: auto;
}
.kern-inner {
    max-width: 24.75rem;
    padding-left: 1.5rem;
    /* margin-bottom: 1rem; */
}
.faq-section .diensten-columns .content-column {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    border-bottom: 0;
}
.faq-section .diensten-columns .column-content {
    padding: 1rem 4.063rem;
    background-color: #fff;
    padding-bottom: 2rem;
}
.faq-section .diensten-columns .content-column:last-child {
    margin-bottom: 0;
}
.faq-section.section-content .col .diensten-columns .column-title.ui-accordion-header {
    padding: 1.375rem 1.25rem;
    background-color: #DCE0ED;
    display: flex;
    align-items: center;
}
.home .faq-section.section-content .col .diensten-columns .column-title.ui-accordion-header {
    background-color: transparent;
    padding: 1.5rem 1.25rem;
    background-size: 13px 8px;
    background-image: url(https://www.kivo.nl/assets/svg/arrow-down-g.svg);
}
.home .faq-section.section-content .col .diensten-columns .column-title.ui-accordion-header.ui-state-active {
    background-image: url(https://www.kivo.nl/assets/svg/arrow-up-g.svg);
}
.home .faq-section .diensten-columns .content-column:last-child {
    border-bottom: 1px solid #A8B2D266;
}
.home .faq-section .diensten-columns .content-column {
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #A8B2D266;
}
body .site-main .faq-section .diensten-columns.diensten-open .content-column {
    border-bottom: 0;
    color: #fff;
    border-top: 0;
}
body .site-main .faq-section.section-content .col .diensten-columns.diensten-open .column-title.ui-accordion-header {
    color: #fff;
    background-image: unset !important;
    cursor: text;
    background-color: transparent;
    pointer-events: none;
    padding-left: 0;
    padding-right: 0;
}
.diensten-open .dienst-item {
    border-bottom: 0;
    padding: 0;
}
.dienst-listing .dienst-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.diensten-open .blog-more {
    margin-top: 1.75rem;
}
.diensten-open .dienst-item a {
    color: #fff;
}
.diensten-open .dienst-item a:hover {
    color: #E30613;
}
body .site-main .faq-section .diensten-columns.diensten-open .column-content {
    display: block !important;
    padding: 0;
    background-color: transparent;
}
.home .faq-section .diensten-columns .column-content {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 1.5rem;
}
.four-listing.dienst-listing {
    grid-gap: 2rem;
}
body .four-listing.dienst-listing {
    display: block;
}
.dienst-item {
    list-style: none;
    border-bottom: 1px solid #A8B2D24D;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.dienst-item a {
    color: #000;
}
.dienst-item a:hover {
    color: #E30613;
}
.diensten-columns .column-title .ui-icon {
    display: block;
    width: 1.875rem;
    height: 1.625rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.diensten-columns .content-column:first-child .column-title .ui-icon {
    background-image: url(https://www.kivo.nl/assets/svg/familie-icon.svg);
}
.diensten-columns .content-column:nth-child(2) .column-title .ui-icon {
    background-image: url(https://www.kivo.nl/assets/svg/huis-icon.svg);
}
.diensten-columns .content-column:nth-child(3) .column-title .ui-icon {
    background-image: url(https://www.kivo.nl/assets/svg/notaris-icon.svg);
}
.diensten-columns .content-column:nth-child(4) .column-title .ui-icon {
    background-image: url(https://www.kivo.nl/assets/svg/bedrijf-icon.svg);
}
.diensten-columns .content-column:nth-child(5) .column-title .ui-icon {
    background-image: url(https://www.kivo.nl/assets/svg/list-icon.svg);
}
.kernwaarden {
    margin-top: 2rem;
    border-left: 1px dashed #69888F;
}
.kern-inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.kern-content.ui-accordion-content {
    opacity: 0;
    transition: opacity .2s;
    /* padding-top:1rem; */
    padding-bottom: 1rem;
}
.kern-content.ui-accordion-content.ui-accordion-content-active {
    opacity: 1;
    padding-bottom: 1rem;
}
.kern-section .col:nth-child(2) h2 {
    color: #E30613;
    font-size: 1.875rem;
    line-height: 2.375rem;
}
.kern-listing li {
    background-color: #F1F5F6;
    margin-bottom: 0.75rem;
    width: 100%;
    list-style: none;
    font-weight: 700;
    color: #000;
    padding: 0.75rem;
}
.kern-listing li:last-child {
    margin-bottom: 0;
}
.bg-carousel .row {
    background-color: #808080;
    padding: 2.5rem;
    overflow: hidden;
}
.background-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 2.5rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.background-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.background-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.background-slider .owl-dots .owl-dot.active {
    background-color: #fff;
}
.bg-carousel .row .col:not(.col-img), .section-two.bg-carousel .row:not(.has-bg-color) .col:not(.col-img) {
    padding: 2.5rem;
    max-width: 24.25rem;
    background-color: #fff;
    z-index: 2
}
.bg-carousel.col-bigger .row .col:not(.col-img), .section-two.bg-carousel.col-bigger .row:not(.has-bg-color) .col:not(.col-img) {
    max-width: 45.75rem;
}
.section-two.banner-section .row {
    max-width: 83.75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.section-two.banner-section .col.col-img {
    padding: 1.5rem;
    padding-bottom: 0;
    order: 1;
}
.section-two.banner-section .ct-btn {
    margin-left: auto;
    margin-right: auto;
}
.section-content.banner-section .col h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 0;
}
.section-two.banner-section .col:not(.col-img) {
    order: 2;
}
.section-two.banner-section .col.col-img .col-inner {
    background-size: contain;
    max-width: 6.25rem;
    margin: 0 auto;
}
.section-two.banner-section .has-bg-color.has-bg-image .col:not(.col-img) {
    z-index: 1;
}
.section-content.spc-three .col:not(.col-img) * {
    z-index: 2;
}
.kivo-banner .s-content {
    max-width: 38.25rem;
    font-size: 1rem;
}
.kivo-banner .row {
    background-size: contain;
    background-position: center right;
}
.single .entry-header:before, body:not(.home).page .entry-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    visibility: visible;
}
body:not(.home).page .entry-header.has-video:before {
    content: "";
    z-index: 1;
    pointer-events: none;
    left: 0;
    top: unset;
    bottom: 0;
    position: absolute;
    height: 60%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.banner-section .row.has-bg-color.has-bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    visibility: visible;
}
.section-two.spc-two .row.has-bg-color.has-bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    visibility: visible;
}
.section-content.spc-three .col:not(.col-img):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    visibility: visible;
}
.section-content.spc-three .col:not(.col-img) *, .section-content.service-section .content-column:last-child * {
    position: relative;
    z-index: 2;
}
.breadcrumbs-container {
    font-size: 0.875rem;
    margin-bottom: 0rem;
    z-index: 1;
    width: 100%;
    padding: 0.5rem 0;
    background-color: #EAEDF0;
    border-bottom: 0;
}
.breadcrumbs-container p {
    margin: 0;
    color: #000;
}
.breadcrumbs-container p a {
    color: #000;
    text-decoration: underline;
}
.breadcrumbs-container p a:hover {
    color: #000;
    text-decoration: none
}
.single-post .breadcrumbs-container p {
    color: #000;
}
.single-post .breadcrumbs-container p a {
    color: #000;
}
.breadcrumbs-container .dlm {
    display: block;
    margin: 0 0.5rem;
    position: relative;
}
.breadcrumbs-container .dlm:before {
    content: "›";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #EAEDF0;
    display: flex;
    position: absolute;
    pointer-events: none;
}
.home-icon {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.single-post .home-icon, #wpsl-result-list .home-icon, .single-kantoor .home-icon {}
.breadcrumb_last {}
.breadcrumbs-container #breadcrumbs>span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero-section {
    height: 36.75em;
}
.hero-section .inner {
    display: flex;
    align-items: flex-end;
}
.concept-section .content-columns {
    grid-template-columns: repeat(2, 1fr);
}
.area-section .content-column {
    position: relative;
}
.content-column {
    box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.25);
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #fff;
}
.logo-section .content-column {
    box-shadow: unset;
    background-color: #F2F2ED;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-section .column-image {
    margin-bottom: 0
}
.team-section .pagination {
    display: none;
}
body .pum-theme-17071, body .pum-theme-standaard-thema {
    background-color: rgb(25 25 25 / 75%);
}
body .pum-container.pum-responsive .pop-image img, .pop-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cc-pop p:empty {
    display: none;
}
.cc-pop {
    color: #000;
}
.pop-info {
    line-height: 1.5rem;
}
.pop-title {
    color: #E30613;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: "IBM Plex Sans", sans-serif;
}
body .pum-theme-17071 .pum-content+.pum-close, body .pum-theme-standaard-thema .pum-content+.pum-close {
    text-indent: -9999px;
    background-color: transparent;
    border: 1px solid #E30613;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    top: 1.25rem;
    right: 1.25rem;
    box-shadow: unset;
    background-image: url(https://www.kivo.nl/assets/svg/pop-close.svg);
    background-repeat: no-repeat;
    background-size: 0.625rem;
    background-position: center center;
}
body .pum-theme-17071 .pum-content+.pum-close:hover, body .pum-theme-standaard-thema .pum-content+.pum-close:hover {
    opacity: 0.8;
}
.pop-subtitle {
    display: block;
    font-size: 2rem;
    text-transform: none;
    font-weight: 400;
    font-family: beloved-script, sans-serif;
    font-style: normal;
    margin-bottom: 0.5rem;
    line-height: 1;
}
body .pum-theme-17071 .pum-container, body .pum-theme-standaard-thema .pum-container {
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.pop-content>p:last-child {
    margin-bottom: 0;
}
.pop-content>p:first-child {
    margin-top: 0;
}
.pop-content {
    padding: 2.5rem;
}
.pop-inner {
    position: relative;
}
.pop-image {
    background-color: #808080;
    min-height: 12.5rem;
}
.pop-content .ct-btn {
    margin-top: 1.5rem;
}
.memoriam-section .row {
    border-radius: 10px;
    overflow: hidden;
}
.quote-element {
    font-weight: 700;
    color: #000;
    border-left: 2px solid #E30613;
    padding-left: 1.75rem;
    margin-top: 3.5rem;
}
.quote-element p {
    max-width: 38.75rem;
}
.quote-element>p:first-child {
    margin-top: 0;
}
.quote-element>p:last-child {
    margin-bottom: 0;
}
.error-header {
    text-align: center;
    color: rgb(0, 115, 140);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}
.error-header .entry-title {
    color: #000;
    text-align: center;
}
body .error404 {
    background-color: #000;
}
body.page-id-19127 .section-content {
    background-color: #fafaf8;
}
.team-member {
    background-color: #fff;
    padding: 2rem;
    margin-top: 1rem;
    box-shadow: 0px 0px 10px #0000D;
}
.team-member-image {
    display: block;
    width: 100%;
    height: 300px;
    background-color: #707070;
    margin-bottom: 1.25rem;
}
.team-member-image p:only-child {
    margin: 0;
    height: 100%;
}
.team-member-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.team-member-name {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.team-member-function {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.team-member-phone {
    margin-bottom: 0.5rem;
}
.team-member-phone a {
    text-decoration: none;
    color: #003641BF;
}
.team-member-mail a {
    text-decoration: underline;
    color: #003641BF;
}
.team-member-phone a:hover, .team-member-mail a:hover {
    color: #E30613;
}
.section-content.planning-control .col h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    color: #fff;
}
.section-content.planning-control .col {
    text-align: center;
}
.section-content.planning-control .content-column {
    background-color: #00059;
    color: #fff;
    font-size: 0.875rem;
    padding: 2rem 1rem;
}
.section-content.planning-control .content-column:nth-child(2)~.content-column {
    background-color: #000A6;
}
body .site-main .section-content.planning-control .content-column:last-child {
    background-color: #000;
}
.section-content.planning-control .col h3 span {
    display: block;
    font-weight: bold;
}
.section-content.planning-control .content-columns {
    grid-gap: 1rem;
}
.risico-icons.section-content .col h3 {
    font-size: 1rem;
    text-align: center;
    font-family: Inter, sans-serif;
    line-height: 1.5rem;
}
.risico-icons.section-content .content-column {
    box-shadow: unset;
    padding: unset;
    background-color: unset;
}
.risico-icons.section-content .content-column .column-image {
    margin-bottom: 0.75rem;
    height: 3rem;
}
.image-intro .section-title {
    text-transform: uppercase;
}
.image-intro .section-titles .section-title {
    margin-bottom: 0;
}
.image-intro .sub-title, .section-content.image-intro .col h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}
.section-content .col .gg-object.team-item .kolom-meta h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    margin-top: 0;
}
.team-page .team-item {
    background-color: #fff;
    border: 1px solid #A8B2D266;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.team-page .team-item:last-child {
    margin-bottom: 0;
}
.team-page .team-item .kolom-image, .single-teamlid .kolom-image {
    width: 4.875rem;
    height: 4.875rem;
    flex-shrink: 0;
    margin-right: 1rem;
}
#team-20566.team-item .kolom-image {
    background-position: center center;
}
.section-content.team-page .col .gg-object.team-item .kolom-meta {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.team-page .team-item>div:first-child {
    display: flex;
    flex-direction: row;
}
.team-function {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #A5B2C3;
    margin-bottom: 0;
}
.three-listing.team-listing {
    grid-gap: 2.25rem;
}
.news-section .three-listing {
    grid-gap: 2.5rem 1.5rem;
}
.pattern-bg {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/Patroon_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}
.team-item>div:first-child {}
.team-item .vac-sum {
    margin-bottom: 0;
    opacity: 0;
    max-height: 0px;
    transition: .4s;
}
.team-item .more .vac-sum {
    opacity: 1;
    max-height: 60px;
}
.more-team {
    width: 3.25rem;
    height: 3.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/11/more-team.svg);
    position: relative;
    cursor: pointer;
    margin-top: 1rem;
    display: none;
}
.more .more-team {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2023/11/less-team.svg);
}
.more-dropdown .column-content {
    max-height: 8.375rem;
    position: relative;
    overflow: hidden;
}
.more-dropdown .column-content {
    max-height: 8.375rem;
}
.more-dropdown .column-content:after {
    position: absolute;
    bottom: 0em;
    left: 0;
    content: "";
    pointer-events: none;
    height: 2.875rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    opacity: 1;
    display: none;
}
.more-dropdown.content-more .column-content:after {
    display: none;
}
.more-dropdown.content-more .column-content {
    max-height: 100%;
}
.more-dropdown .ct-btn {
    position: relative;
}
.more-dropdown .ct-btn svg {
    display: none;
}
.more-dropdown .ct-btn:after {
    content: "";
    background-image: url(https://www.kivo.nl/assets/svg/more-drop.svg);
    background-size: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-position: center right;
    margin-left: 0.5rem;
    display: inline-block;
    position: relative;
}
.more-dropdown.content-more .ct-btn:after {
    transform: rotate(180deg);
    margin-left: 1.379rem;
}
.more-dropdown.content-more .ct-btn:Before {
    content: "Lees minder";
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.content-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    top: 0;
    height: 100%;
}
.content-overlay>p:first-child {
    margin-top: 0;
}
.content-overlay>p:last-child {
    margin-bottom: 0;
}
.more-dropdown.content-more .content-overlay {
    display: none;
}
.spec-diagram {
    max-width: 30rem;
}
.naam {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    display: flex;
    white-space: pre-wrap;
}
.quote-person {
    border-top: 1px solid #0F424E33;
    padding-top: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.naam>div {
    display: block;
}
.team-img {
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 1.5rem;
}
.quote-section .quote-container {
    margin-top: 0;
}
.quote-container {
    padding-left: 7.375rem;
    position: relative;
}
p+.quote-container {
    margin-top: 2.5rem;
}
.quote-container blockquote {
    margin: 0;
    font-size: 1.375rem;
    line-height: 2.25rem;
}
.form-section .gform_wrapper {
    background-color: #fff;
    padding: 1.5rem;
}
.form-intro {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.featured-section .col:nth-child(2) .section-title {
    opacity: 0;
    visibility: hidden;
}
.featured-section .col:first-child {
    max-width: 39.938rem;
}
.featured-section .col:nth-child(2) {
    max-width: 39.813rem;
}
.featured-section .col:nth-child(2) .blog-sum {
    display: none;
}
.featured-section .col:first-child .blog-sum {
    font-size: 1rem;
}
.section-two.usp-section .col:nth-child(2) .s-content {
    display: flex;
}
.usp-listing li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.usp-listing li:last-child {
    margin-bottom: 0;
}
.usp-listing li:before {
    content: "";
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(https://www.kivo.nl/assets/svg/usp-check.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.video-section {
    background-color: #F8F9FC;
}
.video-section:before, .contact-blocks:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    background-color: #000;
}
.video-section .wp-video {
    width: 100% !important;
}
.klanten-container {
    display: flex;
    color: #000;
    align-items: center;
    margin-right: 2rem;
}
.klanten-container>a {
    display: flex;
    color: #000;
    align-items: center;
}
.klanten-container .amount {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
}
.klanten-container .grade {
    margin-right: 0.625rem;
    font-weight: bold;
    font-size: 1.25rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://www.kivo.nl/assets/svg/kv-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.klanten-container .rating {
    width: 93%;
    overflow: hidden;
    white-space: nowrap;
}
.klanten-container .rating span {
    color: #ffba15;
    white-space: nowrap;
    overflow: hidden;
}
.klanten-container .rating {
    font-size: 1.625rem;
}
.klanten-container span {}
.klanten-container .rating span:before {
    content: "\2606\2606\2606\2606\2606";
    position: absolute;
    color: #bdbdbd;
    z-index: -1;
}
.vb-rating {
    position: relative;
    padding-left: 0;
    text-align: left;
    display: block;
    width: fit-content;
    overflow: hidden;
    font-size: 1rem;
}
.vb-rating .rating-inner {
    content: "sssss";
    font-family: star;
    color: #ffba15;
    display: block;
    width: 100%;
    letter-spacing: 2px;
}
.vb-rating .rating-gold {
    position: absolute;
    display: block;
    content: "SSSSS";
    font-family: star;
    color: #ffba15;
    left: 0;
    top: 0;
    letter-spacing: 2px;
    overflow: hidden
}
.single-review .review-item {
    width: fit-content;
    margin-bottom: 1.5rem;
}
.review-item, .review-item>div:first-child, .review-item>div:first-child .kolom-meta {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.review-item .date-time {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #D9DBED;
}
.rating-nr {
    margin-right: 1rem;
    font-weight: bold;
    font-size: 1.438rem;
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://www.kivo.nl/assets/svg/rating-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.review-item .blog-sum {
    color: #000;
}
.rating-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.review-item .inner-meta {
    margin-bottom: 1rem;
}
.tabs-nav-container {
    background-color: #A8B2D240;
    padding: 1.25rem 2rem;
    margin-bottom: 2rem;
}
.tabs-nav-container h3 {
    display: none;
}
.tabs-nav-container li {
    list-style: none;
    color: #00099;
    border-bottom: 1px solid #A8B2D24D;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.tabs-nav-container li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tabs-nav-container li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.tabs-nav-container .ui-tabs-active {
    position: relative;
}
.tabs-nav-container .ui-tabs-active:before {
    content: "";
    height: 2rem;
    width: 4px;
    background-color: #E30613;
    position: absolute;
    left: -2rem;
}
.tabs-nav-container li a {
    color: #00099;
}
.tabs-nav-container .ui-tabs-active a {
    color: #000;
    font-weight: bold;
}
.intro-choice .row {
    display: flex;
    padding: 1.75rem 3.125rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0.5rem;
    margin: 0 auto;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/pattern-bg-choice.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body .site .intro-choice .more-link {
    order: 10;
    color: #FFF;
    font-weight: 600;
    text-decoration-line: underline;
    color: #fff;
    border-bottom: 0;
}
body .site .intro-choice .more-link:hover {
    text-decoration: none;
}
.intro-choice.intro-overlay .row {
    max-width: 42rem;
    background-image: unset;
}
.intro-choice .row .ct-btn {
    padding: 0.688rem;
    padding-right: 3.25rem;
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
}
body .intro-choice .row .ct-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.intro-choice .row .ct-btn:after {
    content: "";
    right: 0.4rem;
    position: absolute;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #E30613;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/arrow-right.svg);
    background-position: center center;
}
body .intro-choice .row .col {
    padding: 0;
}
body .intro-choice .row .col h2 {
    color: #FFF;
    font-family: "IBM Plex Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    /* 100% */
}
.intro-choice .row .btns-col {
    margin-top: 1rem;
}
.slider-line {
    position: relative;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 3px;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-line-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-line-bg {
    background-color: rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 1px;
}
.slider-line-active {
    background-color: black;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s, left 0.4s;
    background-color: #5E5E5E;
}
.product-section .slider-line {
    padding: 0;
}
body .site .site-main .brochure .ct-btn.ct-btn--white:after {
    background-image: url(https://www.kivo.nl/wp-content/uploads/2024/06/arrow-right.svg);
    background-color: #E30613;
}
/*--------------------------------------------------------------
# History Timeline
--------------------------------------------------------------*/

.timeline-info {
    width: 100%;
}
.history-timeline .timeline-info {
    width: 10rem;
}
body .history-timeline {
    padding-right: 0;
}
.navigation-carousel .owl-stage {
    display: flex;
}
.nav-btns-wrapper {
    margin-top: 2rem;
}
.nav-btns-inner>button {
    cursor: pointer;
    margin-right: 0.5rem;
}
.nav-btns-inner>button:last-child {
    margin-right: 0;
}
.nav-btns-inner>button.disabled {
    opacity: 0.2;
}
.timeline-inner {
    width: 100%;
    max-width: 35.25rem;
}
.timeline-year {
    color: rgba(0, 0, 0, 0.40);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
    /* 1.75rem */
}
.timeline-year .current {
    color: var(--Color-Neutral-black, #000);
}
.timeline-year-content {
    color: var(--Color-Neutral-black, #000);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    /* 112.5% */
}
.timeline-subtitle {
    color: var(--Color-Neutral-black, #000);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
}
.timeline-content {
    color: var(--Color-Neutral-black, #000);
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}
.year-bg {
    color: #D7D9DE;
    pointer-events: none;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 37.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: fit-content;
    text-align: right;
}
.active .year-bg {
    opacity: 1;
}
.history-content .timeline-info {
    position: relative;
    z-index: 2
}
.timeline-content>p:last-child {
    margin-bottom: 0;
}
body .history-timeline .owl-nav {
    display: none;
}
.timeline-year-big {
    color: #D7D9DE;
    text-align: center;
    font-size: 37.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 37.5rem */
}
.timeline-img {
    width: 18.40769rem;
    height: 24.51988rem;
    transform: rotate(-8deg);
    flex-shrink: 0;
    border-radius: 0.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 2rem;
}
.timeline-img img {
    opacity: 0;
    display: none;
}
.history-timeline.owl-carousel .owl-nav button.owl-prev, .history-content.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.history-timeline .current .timeline-year {
    color: #000;
}
.history-timeline .timeline-year {
    width: fit-content;
    position: relative;
    padding-top: 0rem;
}
.history-timeline .timeline-year .nav-item {
    padding-top: 2.25rem;
}
.history-timeline .timeline-year:before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background-color: #000;
    margin: 0 auto;
    width: 1px;
    height: 1.25rem;
}
.history-timeline {
    border-top: 1px solid #000;
    margin-top: 2rem;
}
.history-content .owl-nav {
    float: none;
    margin-top: 1rem;
    display: block;
}
.history-content .timeline-info, .history-content .owl-nav, .history-timeline {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 89rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
}
.history-content .owl-nav {}
.history-section .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 89rem;
    padding: 0 1.5rem;
    left: 0;
    right: 0;
}
.gallery-item {
    width: 30rem;
    height: 30rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    display: block;
}
.gallery.owl-carousel {
    margin-bottom: 0;
}
.owl-nav div {
    flex-shrink: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 4.375rem 0;
    padding-bottom: 0;
    clear: both;
    z-index: 0;
    width: 100%;
    position: relative;
    font-size: 1rem;
}
.site-footer section {
    padding: 0;
    margin-bottom: 1.5rem
}
.single-product .site-footer section, .single-post .site-footer section, body .site-footer section {
    padding: 0;
}
.site-footer section:last-child {
    margin-bottom: 0;
}
.site-footer #custom_html-2 {
    display: none;
}
.site-footer .menu-container li {
    position: relative;
    font-size: 1rem;
    margin-bottom: 1rem;
    list-style: none;
}
.site-footer .menu-container li:last-child {
    margin-bottom: 0;
}
.site-footer .menu-container li a, .site-footer a {
    color: #fff;
    text-decoration: none;
}
.footer-banner {
    background-color: #F4F6F8;
}
.footer-banner.brochure-banner .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.footer-banner.brochure-banner .banner-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.footer-banner.brochure-banner .row {
    background-image: url(https://www.kivo.nl/assets/svg/Kennisbank_Brochure.svg);
    background-position: center right;
}
.footer-banner.brochure-banner .ct-btn {
    margin-top: 1rem;
}
.footer-banner.brochure-banner p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */
}
.footer-banner.brochure-banner .s-content {
    max-width: 44rem
}
.single .footer-banner {
    background-color: #fff;
}
.footer-banner:before, .footer-choice:before {
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    content: "";
    pointer-events: none;
}
.footer-banner .row, .footer-choice .row {
    border-radius: 0.5rem;
    background-color: #E30613;
    color: #fff;
    padding: 1.5rem;
    overflow: hidden;
    background-image: url(https://www.kivo.nl/assets/svg/small_banner_bg.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.has-c-form .footer-choice.intro-choice .row .more-link, .page-id-21737 .footer-choice.intro-choice .row .more-link, .page-id-22274 .footer-choice.intro-choice .row .more-link {
    display: none;
}
.single-kennisbank .has-c-form article+.news-content {
    padding-top: 0;
}
.single-post .footer-choice {
    background-color: #fff;
}
.single-post .footer-choice:before {
    background-color: #F4F6F8;
    bottom: unset;
    top: 0;
}
.single-post .kivo-contact+.footer-choice:before {
    display: none;
}
.footer-choice .row {
    background-image: url(https://www.kivo.nl/assets/svg/Locaties_Keuze.svg);
    background-position: center center;
    background-size: cover;
}
.footer-banner h2 {
    color: #FFF;
    margin-bottom: 1.5rem;
    font-family: "IBM Plex Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 2rem */
}
.footer-banner h2 span {
    font-weight: 400;
}
.footer-banner .ct-btn+a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 1rem;
    display: block;
    width: fit-content;
}
.footer-banner .ct-btn+a:hover {
    text-decoration: none;
}
.menu-bottom-footer-menu-container ul li.underline-link a, .site-footer .menu-container li.underline-link a {
    text-decoration: underline;
}
.site-footer .menu-footer-menu-container li.menu-item-has-children>a {
    font-weight: 400;
    border-bottom: 1px solid #E30613;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.site-footer .menu-container li a:hover, .site-footer a:hover {
    color: #E30613;
}
.site-footer .foot-menu li {
    font-weight: 700;
    font-size: 1rem;
}
.menu-snel-naar-footer-container {}
.site-footer .widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 0.5rem;
}
.kivo-locations {
    border-top: 1px solid #A8B2D266;
    margin-top: 4.375rem;
    padding-top: 4.375rem;
}
.location h3, .location-title {
    font-size: 1.25rem;
    margin: 0;
    font-weight: bold;
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 1rem;
}
.foot-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.563rem;
    margin-top: 2.5rem;
    max-width: 13.563rem;
    opacity: 0;
    pointer-events: hidden;
}
.foot-logo {
    background-color: #fff;
    width: 6.5rem;
    height: 3.188rem;
}
.foot-logo>div {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
}
.foot-logo img {
    display: block;
}
.site-footer .site-info li {
    margin-bottom: 0.75rem;
}
.site-footer .site-info li:last-child {
    margin-bottom: 0;
}
.social-links {
    display: flex;
    align-items: center;
}
.menu-footer-menu-container .menu>li {
    margin-bottom: 1.5rem;
}
.menu-footer-menu-container .menu>li:last-child {
    margin-bottom: 0;
}
.social-btn, .site-footer .social-btn {
    display: flex;
    margin-right: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.site-footer .social-btn:hover {
    border-color: #E30613;
    background-color: #E30613;
}
.site-footer .social-btn svg {
    fill: #fff;
}
.site-footer .social-btn:hover svg * {
    fill: #fff;
}
.social-btn:last-child {
    margin-right: 0;
}
.site-footer li {
    list-style: none;
}
.site-footer .home-link {
    width: 9.125rem;
}
.menu-bottom-footer-menu-container ul li {
    font-size: 1rem;
}
.menu-bottom-footer-menu-container ul li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.menu-bottom-footer-menu-container ul li a {
    color: #fff;
    text-decoration: none;
}
.site-footer .widget-area {}
.linked-link a, .site-footer .linked-link a {
    display: flex;
    align-items: center;
}
.linked-link a:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(https://www.kivo.nl/assets/svg/linked-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 0.531rem;
}
.site-footer li:last-child {
    margin-bottom: 0;
}
.site-footer a {}
.site-footer .address-listing a {
    display: initial;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer .foot-title>a {
    color: #C20510;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}
.site-footer .no-link {
    cursor: text;
}
.site-footer .no-link>a {
    pointer-events: none;
    text-decoration: none;
}
.bottom-footer {
    padding: 1.5rem 0;
    margin-top: 3.75rem;
    color: #fff;
    background-color: #171717;
    font-size: 1rem
}
.li-title {
    color: #E30613;
    font-weight: bold;
}
.section-hidden {
    display: none;
}
.contact-img {
    border-radius: 0.25rem;
    overflow: hidden;
    width: 7.5rem;
    height: 7.5rem;
    flex-shrink: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brochure .contact-img {
    margin-bottom: 0.5rem;
}
.contact-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
}
.contact-info {
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 1rem;
    color: #fff;
    background-color: #000000;
    background-image: url(https://www.kivo.nl/assets/svg/collega-pattern-small.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.brochure .contact-info {
    background-image: url(https://www.kivo.nl/assets/svg/collegas_pattern.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.brochure .contact-info.info-brochure div>p:first-child {
    margin-top: 0;
}
.brochure .contact-info.info-brochure {
    background-color: #E30613;
}
.contact-info span {
    display: block;
}
.contact-info div>p:last-child {
    margin-bottom: 0;
}
.bigger-p {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 100% */
}
.contact-info .bigger-p {
    margin: 0.5rem 0;
}
body .site .nav-title>a {
    color: #FFF;
    position: relative;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 1rem */
    text-decoration: none;
}
body .site .nav-title>a:after {
    display: block;
    position: relative;
    content: "";
    width: 2.9375rem;
    height: 0.125rem;
    background-color: #E30613;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10101;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #0000D;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10100;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {}
.modal-content {
    padding: 2.5rem;
    padding-right: 2rem;
}
.modal-content.has-more {}
.modal-content.has-more:after {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    content: "";
    pointer-events: none;
    height: 2.875rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: calc(100% - 2.5rem);
    opacity: 1;
    transition: .4s;
}
.modal-content.has-more.scroll-end:after {
    opacity: 0;
}
.modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 1.5rem;
    right: 1.375rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://www.kivo.nl/assets/svg/popup-close.svg);
    text-indent: -9999px;
    opacity: 1;
    background-color: #Fff;
    border-radius: 50%;
}
.section-content .col h3.modal-title, .modal-title {
    max-width: calc(100% - 1.5rem);
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 0.5rem;
}
.modal-body>h3:first-child {
    margin-top: 1rem;
}
.section-content .col .modal-content h3:not(:first-child) {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.modal-header .close:hover {
    opacity: 0.8;
}
.modal-title {
    margin: 0;
    margin-bottom: 1rem;
}
.modal-body {
    position: relative;
    padding-right: 1.5rem;
}
.inner-modal {
    max-height: 29.25rem;
    overflow-y: scroll
}
/* Hide scrollbar for Chrome, Safari and Opera */

.inner-modal::-webkit-scrollbar {
    width: 4px;
    border-radius: 2.5rem;
    overflow: hidden;
}
/* Track */

.inner-modal::-webkit-scrollbar-track {
    background: rgb(0 115 140 / 25%);
    border-radius: 2.5rem;
}
/* Handle */

.inner-modal::-webkit-scrollbar-thumb {
    background: rgb(0 115 140 / 55%);
    border-radius: 2.5rem;
}
/* Hide scrollbar for IE, Edge and Firefox */

.inner-modal {
    scrollbar-width: 4px;
    /* Firefox */
}
.modal-body>p:last-child {
    margin-bottom: 0
}
.modal-footer {
    text-align: right;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.clickable {
    cursor: pointer;
}
/* _modal.scss:53 */

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.5rem * 2));
    justify-content: center;
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (1.5em * 2));
    content: "";
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 2rem auto;
    }
    .modal-content {
        box-shadow: 0px 0px 10px #0000D;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    .modal-dialog {
        width: 920px;
    }
}
.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@media (max-width: 350px) {
    body .site-branding .nav-offerte.ct-btn {
        display: none;
    }
    body .site-branding .home-link {}
}
@media (max-width: 375px) {
    body .site .tabs-proces-container ul li {
        margin-right: 0.5rem;
    }
    .timeline-img {
        width: 15rem;
        height: 20rem;
    }
}
@media (max-width: 400px) {
    .home .entry-header .inner .entry-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    body .home-link {
        margin-right: 1.5rem;
    }
}
@media (max-width: 460px) {
    .section-two.banner-section .ct-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .home .entry-header .entry-title {
        font-size: 4rem;
        line-height: 3.375rem;
    }
    .owl-carousel .owl-nav button.owl-next {}
}
@media (max-width: 680px) {
    .home section:first-child.biggest-padding .bg-title {
        top: 2rem;
    }
    .bg-title {
        top: 2rem;
    }
    .bg-title span {
        transform: translateX(-4rem);
    }
    .home section:first-child.biggest-padding .bg-title span {
        transform: translateX(-4rem);
    }
    .cat-listing .content-columns {
        grid-gap: 0.25rem
    }
    .intro-section br {
        display: none;
    }
    body .single-container .section-content .row iframe {
        display: block;
        height: 100%;
        width: 100%;
    }
    body.single-post .header-image {
        height: 15rem;
    }
    body .section-divider.has-caption .col {
        display: none;
    }
    .home .header-image {}
    .gg-form {
        padding: 1.5rem;
    }
    .kern-section .col:nth-child(2), .section-two.kern-section .row:not(.has-bg-color) .col:nth-child(2) {
        padding: 1.5rem;
    }
    .bg-carousel .row .col:not(.col-img), .section-two.bg-carousel .row:not(.has-bg-color) .col:not(.col-img) {
        padding: 1.5rem;
    }
    .bg-carousel .row {
        padding: 1.5rem
    }
    .content-column {
        padding: 1.5rem
    }
    .modal-body {
        padding-right: 1rem;
    }
    .modal-content {
        padding: 1.5rem;
    }
    .modal-header .close {
        right: 0.875rem;
    }
    .modal-content.has-more::after {
        bottom: 1.5rem;
    }
    .s-content {
        word-break: break-word
    }
    .entry-header .entry-title, .entry-title {
        word-break: break-word;
    }
    .home .entry-header .entry-title br {}
    .quote-container {
        padding-left: unset;
        padding-top: 5rem;
    }
}
@media (max-width: 767px) {
    .page-id-21737 .kivo-contact .col:first-child .s-content>p:first-child, .page-id-21737 .kivo-contact .col:first-child .s-content .contact-info {
        display: none;
    }
    .history-section .section-title {}
    .history-section .nav-btns-wrapper {
        position: absolute;
        top: var(--title-height);
    }
    .history-section .history-content {
        margin-top: calc(var(--title-height) + 2rem);
    }
}
@media (max-width: 1023px) {
    #page {
        position: relative;
        overflow-x: clip;
    }
    .site-footer .widget {
        margin-bottom: 2.5rem;
    }
    .bottom-footer {
        margin-top: 2.5rem;
        padding: 1.5rem 0
    }
    .year-bg {
        display: block;
        font-size: 12.5rem;
        width: 488px;
        opacity: 0;
        left: 0;
        right: unset;
        margin: 0 auto;
        background: #e0e2e6;
        left: -3.5rem;
    }
    .history-content .timeline-info {
        padding-bottom: 2rem;
    }
    .active .year-bg {
        opacity: 1;
    }
    .home .product-section .owl-carousel .owl-stage {
        display: flex;
    }
    .home .product-section .owl-carousel .content-column {
        height: 100%;
    }
    body.home .site .product-section .content-columns, body .site .cert-section .content-columns {
        display: block;
    }
    body:not(.home).page .entry-header.has-video:before {
        height: 100%;
    }
    .home section.product-section .content-column .ct-btn {
        margin-top: auto;
    }
    .home .product-section .content-column {
        display: flex;
        flex-direction: column;
    }
    .cert-section .section-title {
        text-align: left;
    }
    .home .product-section .column-content>p:last-child {
        margin-bottom: 1.5rem;
    }
    .product-section .column-image {
        height: 12.875rem;
    }
    /*
   body .section-title {
      font-size: 2rem;
      line-height: 2.25rem;
   }
   */
    .faq-section .content-column {
        margin-bottom: 0.5rem;
    }
    .site-footer {
        padding-top: 2.5rem;
    }
    .menu-container {
        overflow-y: scroll;
        height: calc(100% - 4.813rem);
    }
    .site-footer #custom_html-6 {}
    .site-footer .widget .widget-title {}
    .site-footer .widget .widget-title.subnav-expanded {
        background-image: url(/~kivonew/wp-content/themes/theme-internal_kivo/);
    }
    .site-footer .widget .widget-title+div {
        overflow: hidden;
    }
    .site-footer .widget .widget-title.subnav-expanded+div {
        max-height: unset;
        padding-top: 0.75rem;
    }
    .home .entry-header {
        max-height: 35.5rem;
        min-height: 35.5rem;
    }
    .contact-kivo.section-two.bg-section .row .col:nth-child(2), .contact-kivo.section-two.bg-section .row .col:nth-child(2) .section-title {
        color: #fff;
    }
    body .contact-kivo.section-two.bg-section .gfield--type-consent label {
        color: #fff;
    }
    .gallery-section #gallery-1 .gallery-icon {
        display: block;
        height: 16rem;
    }
    .gallery-section #gallery-2 .gallery-icon {
        height: 4rem
    }
    .page-listing .spec-object.spec-more h3 {
        position: relative;
    }
    .page-listing .spec-object.spec-more h3:before {
        content: "Alle specialismen";
        position: absolute;
        left: 0;
        top: 0;
        width: 9rem;
        background-color: #000;
    }
    .home .site-footer {}
    .sf-filter.spec-filter {
        margin-bottom: 1rem;
    }
    .featured-section .col:nth-child(2) .section-title {
        display: none
    }
    .kivo-banner .row {
        background-image: unset !important;
    }
    .footer-banner .row {
        background-size: contain;
    }
    body .circle-button {
        width: 1.25rem;
        height: 1.25rem;
    }
    body .circle-button .tab-button {
        padding: 0;
        width: 1.25rem;
        height: 1.25rem;
    }
    body #button-top {
        top: -0.625rem;
    }
    body #button-left {
        left: -0.625rem;
    }
    body #button-right {
        right: -0.625rem;
    }
    body #button-bottom {
        bottom: -0.625rem;
    }
    body .proces-circle {
        border: 2px solid #FFF;
        position: relative;
        width: 100vw;
        height: 100vw;
        max-height: 20rem;
        max-width: 20rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }
    .proces-video {
        width: calc(100% - 3rem);
        height: calc(100% - 3rem);
    }
    body .center-title .section-title {
        text-align: left;
    }
    body .news-listing .news-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
        padding-top: 1.25rem;
    }
    body .section-title {
        word-wrap: break-word;
    }
    .news-listing .news-item {
        min-height: 31.875rem;
    }
    body .kivo-contact:not(.form-right) .col:first-child .s-content, body .kivo-contact.form-right .col:nth-child(2) .s-content {
        padding: 1.5rem;
    }
    body .tabs-proces-container ul.tabs-proces:after {
        display: none;
    }
    body .tabs-proces-container ul li {
        min-width: 7.125rem
    }
    .gallery-item {
        width: 15rem;
        height: 15rem;
    }
    .section-full.usp-section .owl-stage {
        max-height: 3.125rem;
        overflow: hidden;
    }
    .section-full.usp-section .inner {
        padding: 0;
    }
    .section-full.img-section .inner, body.home .product-section .inner, .cert-section .inner {
        padding-right: 0;
    }
    .section-full.img-section .inner .slider-line, body.home .product-section .inner .slider-line {
        padding-right: 1.5rem;
    }
    body .site .product-section .content-columns+.ct-btn, body .site .product-section .content-columns+.slider-line+.ct-btn {
        max-width: calc(100% - 1.5rem);
    }
    .intro-choice.intro-overlay {
        padding-top: 0;
    }
    .intro-choice.intro-overlay .row {
        margin-top: -17rem;
    }
    .home .entry-header .entry-title {
        text-align: left;
    }
    .intro-choice .row {
        padding: 1.5rem;
    }
    .intro-choice.section-center {
        text-align: left;
    }
    .intro-choice .btns-col {
        justify-content: flex-start;
    }
    .intro-choice.section-center .col {
        align-items: flex-start;
    }
    .intro-choice .row .ct-btn {
        margin-left: 0;
        margin-right: 1rem
    }
    body.home .entry-header {
        justify-content: flex-start;
        padding: 3.5rem 0;
        height: 35rem;
        min-height: unset;
    }
    .site-footer .social-links {
        margin-top: 1.25rem;
    }
    .video-locations .row {
        display: flex;
        display: flex;
        flex-direction: column;
    }
    body .site .video-locations .row .col:nth-child(2) {
        order: 1;
        margin-bottom: 2.5rem
    }
    .video-locations .row .col:first-child {
        order: 2;
        margin-bottom: 0;
    }
    .kivo-contact .row {
        display: flex;
        display: flex;
        flex-direction: column;
    }
    body .site .kivo-contact:not(.form-right) .row .col:nth-child(2) {
        order: 1;
        margin-bottom: 2.5rem
    }
    .kivo-contact:not(.form-right) .row .col:first-child {
        order: 2;
        margin-bottom: 0;
    }
    .section-full.history-section .inner {
        padding: 0;
    }
    .stat-section .row {
        display: flex;
        display: flex;
        flex-direction: column;
    }
    body .site .stat-section .row .col:nth-child(2) {
        order: 1;
        margin-bottom: 2.5rem
    }
    .stat-section .row .col:first-child {
        order: 2;
        margin-bottom: 0;
    }
    body .product-search .sf-field-submit input[type="submit"] {
        text-indent: unset;
        height: unset;
        width: 100%;
        background-position: center right 0;
        padding: 0.563rem 1rem;
    }
    .product-search li:not(.sf-field-submit) input, body .site .product-search li select {
        width: 100%;
    }
    .product-search .searchandfilter label {
        width: 100%;
    }
    body .product-search .searchandfilter>ul>li {
        width: 100%;
        margin-bottom: 1rem;
    }
    body .product-search .searchandfilter>ul>li:last-child {
        margin-bottom: 0;
    }
    body .kivo-usp-list li span.bigger {
        font-size: 2.75rem;
        line-height: 100%;
        /* 2.75rem */
    }
    body .kivo-usp-list {
        margin-top: 2.5rem;
    }
    .product-search .searchandfilter li.sf-field-search {
        margin-bottom: 1rem;
    }
    body .search-title {
        font-size: 1.25rem;
    }
    body .faq-section h2 {
        text-align: left;
        font-size: 2rem;
        line-height: 100%
    }
    body .section-content .col h3.sub-title {
        text-align: left;
    }
    body .site .faq-section .ct-btn {
        text-align: left;
    }
    body:not(.home) .entry-content section.no-top.proces-section-extended {
        background-color: #f4f6f8 !important;
        padding-top: 4.5rem;
    }
}
@media (max-width: 1439px) {
    .home section:not(.widget).no-top {
        padding-top: 0;
    }
    .home section:not(.widget).no-bottom {
        padding-bottom: 0;
    }
}
@media (max-width: 1024px) {
    @supports (-webkit-touch-callout: none) {
        body {
            background-image: unset;
        }
    }
    .quote-element br {
        display: none;
    }
    .short-sum br {
        display: none;
    }
}
@media (max-width: 1179px) {
    .site-header .menu-container {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        padding: 0 1.5rem;
        top: 0;
        opacity: 0;
        padding-top: 6.313rem;
        pointer-events: none;
        overflow-x: hidden;
    }
    .menu-hoofdmenu-container {
        position: relative;
        order: 2;
    }
    .extra-nav {
        margin-top: 0rem;
        width: 100%;
        position: relative;
        order: 1;
        margin-bottom: 1.5rem;
    }
    .proces-section-extended .proces-circle {
        display: none;
    }
    .other-nav {
        order: 6;
        margin-top: 1.5rem;
    }
    .main-navigation .other-nav .menu-top-menu-container .menu li a {
        font-weight: 400;
    }
    .main-navigation .other-nav .menu-top-menu-container .menu li {
        margin: 0;
        padding: 0;
        margin-right: 1.25rem;
        width: unset;
        border: 0;
    }
    .main-navigation .other-nav .menu-top-menu-container .menu li:last-child {
        margin-right: 0;
    }
    .main-navigation .other-nav .menu-top-menu-container .menu {
        display: flex;
    }
    .main-navigation .extra-nav li {
        padding-bottom: 1rem;
        border-bottom: 1px solid #00026;
        margin-bottom: 1rem;
    }
    .main-navigation .extra-nav .search-function li {
        margin: 0;
    }
    .main-navigation .extra-nav li a {
        font-weight: 400;
    }
    .main-navigation .extra-nav li:last-child {
        margin-bottom: 0;
    }
    .site-header .toggled .menu-container {
        width: 100%;
        height: calc(var(--vh, 1vh)* 100);
        background-color: #F4F6F8;
        z-index: 2;
        opacity: 1;
        pointer-events: initial;
        display: flex;
        flex-direction: column;
    }
    body .nav-offerte.ct-btn {
        display: block;
    }
    body .site-branding .home-link {
        margin-right: 1.5rem;
        margin-right: auto;
    }
    body .site-branding {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    body .site .site-branding .ct-btn:last-child {
        margin-right: 4rem;
    }
    .site-footer .site-info .nav-title {
        display: none;
    }
    .site-footer .site-info .nav-title:last-child {
        display: block;
    }
    .nav-open .site-header:before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        background-color: #F4F6F8;
        pointer-events: none;
        height: 4.813rem;
        z-index: 3;
        position: absolute;
    }
    .site-header .menu-container .menu {}
    .top-header {}
    .test-parent .sub-menu, .main-navigation ul li.test-parent .sub-menu {
        padding: 0;
    }
    html.nav-open {
        overflow-y: hidden;
    }
    .main-navigation ul li .sub-menu {
        position: relative;
        width: 100%;
        background: #f2f3f3;
        padding: 0.5rem;
        margin: 0.5rem 0;
        display: none;
        pointer-events: none;
    }
    .main-navigation ul li .subnav-expanded+.sub-menu {
        position: relative;
        width: 100%;
        background: #f2f3f3;
        padding: 0.5rem;
        margin: 1rem 0;
        margin-bottom: 1rem;
        display: block;
        pointer-events: initial;
        left: unset;
    }
    .main-navigation li {
        clear: both;
        width: 100%;
    }
    .menu-container .menu>li {
        padding-bottom: 1rem;
        border-bottom: 1px solid #DBE1E7;
    }
    .menu-container .menu>li:first-child {
        border-top: 1px solid #DBE1E7;
        padding-top: 1rem;
    }
    .menu-container .menu>li:last-child {}
    .main-navigation li a {
        font-size: 1rem;
    }
    .menu-container .menu li.c-btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 1.25rem;
    }
    .menu-container .menu li.c-btn {
        border-bottom: 0;
        margin-top: 2rem;
    }
    .main-navigation li.dossier-btn a {
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }
    .menu-container .menu>li.menu-item-has-children>a {
        background-size: 0.625rem 0.3125rem;
    }
    .main-navigation li a:hover {
        text-decoration: none;
    }
}
@media (max-width: 1279px) {
    .team-page, .big-bg {
        background-image: unset !important;
    }
}
@media (min-width: 600px) {
    .logged-in .site-header {
        top: 2.875rem;
    }
}
@media (min-width: 680px) {
    .foot-logos {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.563rem;
        max-width: unset;
    }
    .section-two.featured-section .row .col:nth-child(2) .kolom-image {
        width: 5rem;
        height: 5rem;
        flex-shrink: 0;
        margin-right: 2rem;
    }
    .section-two.featured-section .row .col:nth-child(2) .gg-object.blog-item>div:first-child {
        display: flex;
    }
    .section-two.featured-section .row .col:nth-child(2) .kolom-meta .date-time {
        margin-top: 1rem;
    }
    .section-two.featured-section .row .col:nth-child(2) .gg-object.blog-item {
        margin-bottom: 1.25rem;
    }
    .section-two.featured-section .row .col:nth-child(2) .gg-object.blog-item>div:first-child {
        border-color: #A8B2D266;
        padding-bottom: 1.25rem;
    }
    .section-two.featured-section .row .col:nth-child(2) .gg-object.blog-item:last-child>div:first-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .section-two.featured-section .row .col:nth-child(2) .gg-object.blog-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .contact-info {
        display: flex;
        background-size: contain;
    }
    .brochure .contact-info {
        flex-direction: column;
    }
    .contact-img {
        margin-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    /* Standaard */
    .two-listing, .two-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .three-listing, .three-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .four-listing, .four-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .five-listing, .five-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .six-listing, .six-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .seven-listing, .seven-columns .content-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Pagebuilder */
    .ct-btn, .entry-content .ct-btn, body .ct-btn {
        font-size: 1rem;
    }
    .usp-section {}
    .usp-section .usp-listing {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .usp-section .usp-listing li {
        margin-right: 5rem;
        margin-bottom: 0;
    }
    .usp-section .usp-listing li:last-child {
        margin-right: 0;
    }
    .usp-listing {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .usp-listing li {
        margin-right: 0;
    }
    .team-mail-phone {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .team-mail-phone a {
        margin-right: 2rem;
    }
    .team-mail-phone a:last-child {
        margin-right: 0;
    }
    .section-content.team-page .col .gg-object.team-item .kolom-meta {
        width: 100%;
    }
    .team-locations {
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
    }
    .team-page .team-info {
        padding: 0.75rem 0;
    }
    .team-mail-phone {
        margin: 0;
        margin-top: 2rem;
    }
}
@media (min-width: 782px) {
    .logged-in .site-header {
        top: 2rem;
    }
}
@media (min-width: 1024px) {
    html {}
    /* Standaard */
    h1 br, h2 br {
        display: block;
    }
    .three-listing, .three-columns .content-columns {
        grid-template-columns: repeat(3, 1fr);
    }
    .three-columns.area-section .content-columns {
        grid-gap: 3.25rem;
    }
    section {
        padding: 5rem 0;
    }
    body:not(.home) .entry-content section.diensten-section {
        padding: 5rem:0;
    }
    body:not(.home) .entry-content section {}
    body:not(.home) .entry-content section.no-top {
        padding-top: 0;
    }
    body:not(.home) .entry-content section.no-bottom {
        padding-bottom: 0;
    }
    .nav-btns-wrapper {
        margin-top: 0;
    }
    .product-search .searchandfilter>ul>li {
        margin-bottom: 0;
    }
    .product-search .searchandfilter>ul {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    body .address-list {
        width: auto;
    }
    body .site .entry-content .mission-section .only-right .col:first-child, body .site .entry-content .mission-section .only-left .col:nth-child(2) {
        display: block;
        visibility: hidden
    }
    .home section.product-section .content-column .ct-btn {
        margin-top: auto;
    }
    .home .product-section .content-column {
        display: flex;
        flex-direction: column;
    }
    .home .product-section .column-content>p:last-child {
        margin-bottom: 1.5rem;
    }
    .mission-section+.mission-section {
        padding-top: 0;
        margin-top: -12.5rem;
    }
    .mission-section .col {
        position: relative;
    }
    .mission-section .only-right .col:nth-child(2):before {
        content: "";
        right: calc(100% + 5rem);
        bottom: 0;
        width: 2px;
        height: calc(100% - 1.5rem);
        position: absolute;
        background-color: #B2B2B2;
    }
    .mission-section .only-left .col:first-child:before {
        content: "";
        left: calc(100% + 5rem);
        bottom: 0;
        width: 2px;
        height: calc(100% - 1.5rem);
        position: absolute;
        background-color: #B2B2B2;
    }
    .mission-section.last-line .only-right .col:nth-child(2):before, .mission-section.last-line .only-left .col:first-child:before {
        height: calc(100% - 11rem);
        top: 0;
    }
    .mission-section.no-line .col:before {
        display: none !important;
    }
    .stat-number {
        font-size: 3.375rem;
    }
    .stat-subtitle {
        font-size: 1.25rem;
    }
    .kivo-usp-list {
        margin-left: 3.5rem;
    }
    .n-padding-smaller+section {
        padding-top: 3rem;
    }
    .single-kennisbank .entry-content, .single-post .entry-content {
        min-height: 31.5rem;
    }
    .content-nav-container {
        position: sticky;
        top: 5.325rem;
        z-index: 1;
        display: block;
    }
    .logged-in .content-nav-container {
        top: calc(5.325rem + 2rem);
    }
    .mission-section.first-line .only-right .col:nth-child(2):after {
        visibility: visible;
        content: "";
        right: calc(100% + 5rem);
        margin-right: -1.188rem;
        width: 2.5rem;
        height: 2.5rem;
        top: 0;
        position: absolute;
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/mission-icon.svg);
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mission-section.first-line .only-left .col:first-child:after {
        visibility: visible;
        content: "";
        left: calc(100% + 5rem);
        margin-left: -1.188rem;
        width: 2.5rem;
        height: 2.5rem;
        top: 0;
        position: absolute;
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/mission-icon.svg);
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mission-section.last-line .only-right .col:nth-child(2):after {
        visibility: visible;
        content: "";
        right: calc(100% + 5rem);
        margin-right: -1.188rem;
        width: 2.5rem;
        height: 2.5rem;
        bottom: 8.5rem;
        position: absolute;
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/mission-icon.svg);
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mission-section.last-line .only-left .col:first-child:after {
        visibility: visible;
        content: "";
        left: calc(100% + 5rem);
        margin-left: -1.188rem;
        width: 2.5rem;
        height: 2.5rem;
        bottom: 8.5rem;
        position: absolute;
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/mission-icon.svg);
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
    }
    body .proces-section-extended .row {
        padding: 3rem 0;
        padding-right: 3rem;
        padding-left: 2.5rem;
        padding-bottom: 0;
        /* align-items: flex-end; */
        overflow: hidden;
    }
    body .proces-section-extended .row .col:last-child {
        padding-bottom: 3rem;
    }
    .info-block:last-child {
        margin-bottom: 6rem;
    }
    .proces-section-extended .proces-circle {
        max-width: 36rem;
        max-height: 36rem;
        float: right;
    }
    .footer-banner.brochure-banner .row:after {
        content: "";
        right: 0;
        top: 0;
        position: absolute;
        pointer-events: none;
        height: 100%;
        width: 100%;
        max-width: 38.1875rem;
        background-image: url(https://www.kivo.nl/wp-content/webp-express/webp-images/uploads/2025/01/KIVO_Footer_Brochure-600x294.png.webp);
        visibility: visible;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }
    .footer-banner.brochure-banner p {
        max-width: 31.25rem;
    }
    body .site .entry-content .mission-section .row .col {
        max-width: calc(50% - 5rem);
    }
    body .site .entry-content .mission-section .only-right .col:nth-child(2) {
        margin-left: auto;
    }
    body .site .pers-section .kivo-results .kolom-image {
        height: 25rem;
    }
    .search-title {
        margin-bottom: 0;
    }
    .product-search {
        display: flex;
        align-items: center;
    }
    .product-search .searchandfilter {
        margin-left: auto;
    }
    .product-search li:not(.sf-field-submit) input, body .site .product-search li select {
        max-width: 10rem;
    }
    body .site .product-search li select {
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/07/select-drop.svg);
        background-repeat: no-repeat;
        background-size: 0.625rem;
        background-position: center right 1.25rem;
        background-color: #fff;
    }
    .site-branding .ct-btn {}
    p+.quote-container {
        margin-top: 5rem;
    }
    .woord-section .owl-carousel .owl-item {
        opacity: 0.3;
    }
    .woord-section .owl-carousel .owl-item .absolute-link {
        display: none;
    }
    .woord-section .owl-carousel .owl-item.center {
        opacity: 1;
    }
    .woord-section .inner .section-title {
        width: 100%;
        max-width: 85.25rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .single-header+.entry-content .section-content {}
    .single-post .header-image {
        margin: 2.5rem 0;
        height: 27.5rem;
    }
    .single-header {}
    body .section-content.team-page .col:nth-child(2) {
        width: 57rem;
        flex-shrink: 0;
    }
    body {
        background-size: cover;
        background-position: center center;
    }
    .year-bg {
        display: block;
    }
    .history-timeline .timeline-info {
        width: 14rem;
    }
    .history-section .section-title {
        position: absolute;
    }
    .history-content .owl-stage-outer {
        min-height: 34.75rem;
        padding-top: 1.5rem;
    }
    .history-timeline:before {
        content: "";
        left: -100%;
        width: 100%;
        height: 1px;
        background-color: #000;
        top: -1px;
        position: absolute;
    }
    .history-timeline:after {
        content: "";
        right: -100%;
        width: 100%;
        height: 1px;
        background-color: #000;
        top: -1px;
        position: absolute;
    }
    .footer-banner .row {
        padding: 2rem;
    }
    .footer-banner .col {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-banner .banner-content {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        justify-content: center;
    }
    .footer-banner .banner-btns {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-banner h2 {
        margin-bottom: 0;
        margin-right: 3.375rem;
    }
    .footer-banner .ct-btn+a {
        margin-top: 0;
    }
    .footer-banner .ct-btn {
        margin-right: 1.5rem;
    }
    .vacature-listing.owl-carousel .owl-stage {
        display: flex;
    }
    .owl-carousel .t-item.vacature-item .t-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .owl-carousel .t-item.vacature-item .t-meta {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .owl-carousel .t-item.vacature-item .blog-meta-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
    }
    .owl-carousel .t-item.vacature-item .more-link {
        margin-top: auto;
    }
    .owl-carousel .t-item.vacature-item .vc-sum {
        margin-bottom: 1.5rem;
    }
    .review-listing .owl-stage {
        display: flex;
    }
    .review-item {
        transform: translatex(1px);
    }
    .timeline-img {
        display: block;
        margin: 0;
        margin-right: 3rem;
    }
    .history-content .timeline-info {
        display: flex;
        justify-content: flex-end;
    }
    .history-content .timeline-inner {
        padding-top: 5rem;
    }
    .timeline-inner {
        margin-right: auto;
        padding-right: 4rem
    }
    .kivo-stat-number {
        font-size: 4.25rem;
        line-height: 4.25rem;
    }
    .section-divider.has-caption .has-bg-image {
        height: 28.75rem;
    }
    .home .entry-header .kivo-stats-inner {
        width: 100%;
        max-width: 51rem;
        justify-content: space-between;
    }
    .section-content.small-title.two-cols .col h2 {
        margin-bottom: 2rem;
    }
    .usp-section .col:first-child {
        display: block;
    }
    .news-content .section-title, .team-content .section-title {
        margin-bottom: 2rem
    }
    .kivo-banner .s-content {
        max-width: 30rem;
    }
    /* Header */
    .home .entry-header {
        margin-top: -9.125rem;
    }
    .home .entry-header {}
    .single .entry-header {
        margin-top: 0;
        min-height: unset;
    }
    .menu-toggle {
        right: 1.5rem;
    }
    .header-section {
        height: calc(100vh - 7.574rem)
    }
    .header-section .inner {
        display: flex;
        align-items: center;
    }
    .sbtn-toggle, .top-header .searchandfilter .sf-field-submit input {
        position: absolute;
        right: 0;
        background-color: #003641;
        border-color: #003641;
        width: 2.5rem;
        height: 100%;
        top: 0;
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(https://www.kivo.nl/assets/svg/search-icon.svg);
        cursor: pointer;
        border-radius: 0;
        text-indent: -9999px;
    }
    .home .short-sum {
        display: block;
    }
    .sf-filter.search-filter .sf-field-submit input {
        display: none;
    }
    .top-header {
        padding: 0.75rem 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .home-link {}
    .top-header .inner {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .top-header .menu-item a {
        padding: 0;
    }
    .top-header .menu-item {
        line-height: 1;
        margin-right: 1.25rem;
        font-size: 1rem;
    }
    .top-header .menu-item a:hover {
        text-decoration: none;
    }
    .ct-btn, .entry-content .ct-btn, body .ct-btn, .c-btn a, .main-navigation li.c-btn a, body input[type="button"], body input[type="reset"], body input[type="submit"] {
        font-size: 1rem;
    }
    .top-header .menu-item:last-child {
        margin-right: 0;
    }
    .top-header .top-widget:first-child {
        margin-left: auto
    }
    body:not(.page-id-18020) .top-header .top-widget:nth-child(2) {
        padding-right: 4rem
    }
    .top-header .top-widget:last-child {
        font-size: 0.875rem;
    }
    .top-header .top-widget:last-child .sf-field-search input {
        font-size: 0.875rem;
        padding: 0.438rem;
        width: 100%;
    }
    .top-header .top-widget:last-child li {}
    .top-header .searchandfilter {
        width: 100%;
        max-width: 2.5rem;
        transition: .4s;
    }
    .top-header .searchandfilter.active-filter {
        max-width: 16.75rem;
    }
    .top-header .searchandfilter.active-filter+.sbtn-toggle {
        opacity: 0;
        pointer-events: none;
    }
    .top-header .searchandfilter .sf-field-submit {
        position: absolute;
        height: 100%;
        width: 2.5rem;
        right: 0;
        top: 0;
    }
    .top-header .searchandfilter>ul, .top-header .searchandfilter>ul>li, .top-header .searchandfilter>ul>li>label {
        width: 100%;
    }
    .top-header .top-widget:nth-child(2) {
        width: fit-content;
    }
    .top-header .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .top-header ul {
        display: flex;
    }
    .top-header li {
        margin-bottom: 0;
    }
    .top-header li:last-child {
        margin-right: 0;
    }
    .single .entry-header, body:not(.home).page .entry-header {
        padding: 4.25rem 0;
    }
    .kivo-banner .s-content {}
    .hero-section {
        height: calc(100vh - 8rem)
    }
    .hero-section .inner {
        display: flex;
        align-items: flex-end;
    }
    .banner-section {
        padding: 0;
    }
    .bg-carousel:before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #F1F5F6;
        height: 50%;
        width: 100%;
        top: 0;
        display: none;
    }
    .faq-section.inner-smallest+.banner-section:before {
        background-color: #f8fafa;
    }
    .spc-three:before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #F1F5F6;
        height: 50%;
        width: 100%;
        top: 0;
    }
    .banner-section:after {
        content: "";
        position: absolute;
        left: 0;
        background-color: #f8fafa;
        height: 50%;
        width: 100%;
        visibility: visible;
        bottom: 0;
        display: none;
    }
    .banner-section.full-bg:before {
        display: none;
    }
    .banner-section.full-bg:after {
        display: none;
    }
    .border-section {
        padding-top: 0;
    }
    .border-section .row {
        border-top: 1px solid #CCDFE5;
        padding-top: 5rem;
    }
    .section-two.about-section .row:not(.has-bg-color) .col:nth-child(2), .section-two.about-section .row .col:nth-child(2) {
        margin-left: auto;
    }
    .faq-section.faq-two-columns .content-columns {
        -moz-column-count: 2;
        -moz-column-gap: 2.5rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 2.5rem;
        column-count: 2;
        column-gap: 2.5rem;
    }
    #page {
        position: relative;
        overflow-x: clip;
    }
    #page:after {
        content: "";
        pointer-events: none;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
        background: rgb(25 25 25 / 0%);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
    }
    #page.overlay:after {
        background: rgb(25 25 25 / 38%);
        visibility: visible;
    }
    .single .entry-header:after, body:not(.home).page .entry-header:after {}
    .two-cols.section-two .kivo-stats {
        width: 100%;
        max-width: 33.625rem;
        float: right;
    }
    .vacature-section .sf-results {
        margin-top: 2.5rem;
    }
    .spec-object>div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-listing {
        margin-top: 3.75rem;
    }
    .spec-object>div .kolom-image {
        width: 48%;
        height: 25rem
    }
    .spec-object>div .kolom-meta {
        width: 48%;
        display: flex;
        flex-direction: row;
    }
    .specialismen-section .specialismen .spec-object>div .kolom-meta {
        align-items: flex-start;
    }
    .form-section .gform_wrapper {
        padding: 2rem;
    }
    .section-two.featured-section .row:not(.has-bg-color) .col:first-child, .section-two.featured-section .row .col:first-child {
        width: 49%;
        padding: 0;
    }
    .section-two.featured-section .row:not(.has-bg-color) .col:nth-child(2), .section-two.featured-section .row .col:nth-child(2) {
        margin-left: auto;
        width: 49%;
        padding: 0;
    }
    .section-two.featured-section .row .col:nth-child(2) .kolom-image {
        width: 13.188rem;
        height: 12.125rem;
    }
    .section-two.featured-section .row .col:first-child .kolom-image {
        height: 26.688rem;
    }
    /* Footer */
    /* Pagebuilder */
    .section-two .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: flex-start;
    }
    .home .proces-section .row {
        align-items: flex-start;
    }
    .home .proces-section .row .col:first-child {
        padding-top: 1.5rem;
    }
    .contact-blocks.section-two .row {
        align-items: unset;
    }
    .section-two.usp-section .row {
        align-items: center;
    }
    .section-two.usp-section .col:nth-child(2) .s-content {
        display: flex;
        justify-content: flex-end;
    }
    .section-two.section-align-center .row {
        align-items: center;
    }
    .section-content.section-two .row:not(.has-bg-color) .col {
        margin-bottom: 0;
    }
    .section-two .row:not(.has-bg-color) .col {
        padding-right: 1.5rem;
    }
    .section-two .row:not(.has-bg-color) .col:only-child {
        padding-right: 0;
    }
    .section-two .row:not(.has-bg-color) .col:nth-child(2) {
        padding-right: 0rem;
        padding-left: 1.5rem;
    }
    .section-two.diagram-section .row .col:nth-child(2) {
        width: 100%;
        max-width: 44.625rem;
    }
    .section-two.vacature-preview .row .col:nth-child(2) {
        width: 100%;
        max-width: 51.625rem;
    }
    .section-two.vacature-preview .row .col:first-child {
        min-width: 20rem;
    }
    .bg-section {
        background-image: url(https://www.kivo.nl/wp-content/uploads/2024/04/kivo-bg.svg);
    }
    .section-two.bg-section .row .col:nth-child(2) {
        background-color: #EEEFF7;
        max-width: 35.75rem;
        margin-left: auto;
        position: relative;
        padding-left: 3.75rem;
    }
    .section-two.bg-section .row .col:first-child .s-content {
        max-width: 33rem;
    }
    .section-two.bg-section .row .col:nth-child(2):before {
        position: absolute;
        left: 0;
        top: -5rem;
        width: 300%;
        height: calc(100% + 10rem);
        content: "";
        pointer-events: none;
        background-color: #EEEFF7;
        z-index: 0;
    }
    .section-two.bg-section.contact-kivo .row .col:nth-child(2):before {
        height: calc(100% + 7.5rem);
        top: -3.75rem;
    }
    .section-two.bg-section.contact-kivo .row .col:first-child .s-content {
        max-width: 25.875rem
    }
    .section-two.bg-section .row .col:nth-child(2) .s-content {
        z-index: 1;
        position: relative;
    }
    .section-two.bg-section.contact-kivo .row .col:nth-child(2) {
        width: 62%;
        max-width: 45.625rem;
    }
    .section-two.bg-section .row {
        align-items: unset;
    }
    .office-img {
        position: relative;
        margin-top: 1rem;
        transform: translateX(-1.5rem) translateY(2rem);
        width: calc(100% + 3rem);
        max-width: unset;
    }
    .section-two.vacature-info .row:not(.has-bg-color) .col:nth-child(2) {
        padding: 2rem 1.5rem;
        padding-right: 1.5rem;
        position: sticky;
        top: 8.375rem;
        margin-left: auto
    }
    .section-two .row:not(.has-bg-color) .col-img {
        padding-right: 0;
        padding-left: 1.5rem;
        margin-left: auto
    }
    .section-two .row:not(.has-bg-color).img-flipped .col {
        order: 2;
        padding-left: 1.5rem;
        padding-right: 0;
        margin-left: auto;
    }
    body .site .section-two .row:not(.has-bg-color).img-flipped .col-img {
        order: 1;
        padding-right: 1.5rem;
        padding-left: 0;
        margin-left: unset;
        margin-right: auto
    }
    .section-two.spc-three .row:not(.has-bg-color) .col:not(.col-img) {
        padding-right: 2.5rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-two.spc-three .row:not(.has-bg-color).img-flipped .col:not(.col-img) {
        padding-left: 2.5rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-two.spc-three .row {
        align-items: stretch;
    }
    .section-two.spc-three .row:not(.has-bg-color) .col-img {
        padding-left: 0;
        margin-left: 1rem;
        margin-right: 0;
    }
    .section-two.spc-three .row:not(.has-bg-color).img-flipped .col-img {
        padding-right: 0;
        margin-right: 1rem;
        margin-left: unset;
    }
    .section-two.product-specs .row:not(.has-bg-color) .col:first-child, .section-two.product-specs .row .col:first-child {
        padding-right: 0.5rem;
    }
    .section-two.product-specs .row:not(.has-bg-color) .col:nth-child(2), .section-two.product-specs .row .col:nth-child(2) {
        padding-left: 0.5rem;
    }
    .section-two .col {
        /* margin-bottom: 0; */
    }
    .section-two.spc-two .row {
        align-items: stretch;
        background-size: 24.25rem;
        background-position: center left;
    }
    .section-content .col:not(:only-child) {
        width: 50%;
    }
    .section-content .col:not(:only-child):not(.col-img) .s-content {}
    .kivo-contact:not(.form-right) .col:nth-child(2) .s-content, .kivo-contact:not(.form-right) .col:nth-child(2) .section-title {
        width: 100%;
        max-width: 38.5rem;
        float: right
    }
    .kivo-contact.form-right .col:first-child .s-content, .kivo-contact.form-right .col:first-child .section-title {
        width: 100%;
        max-width: 38.5rem;
        float: left
    }
    .section-content.section-two .col:not(:only-child) {
        max-width: 42rem;
    }
    .section-content.smaller-cols .col {
        max-width: 42rem;
    }
    .section-content.section-two .col.col-img {
        max-width: 42rem;
    }
    .section-content.section-two.kivo-contact .col:first-child {
        max-width: 44rem;
    }
    .section-content.section-two .row:not(.flipped) .col:nth-child(2), .section-content.smaller-cols .row:not(.flipped) .col:nth-child(2) {
        margin-left: auto;
    }
    .section-content.section-two .row.flipped .col:nth-child(1) {
        margin-right: auto;
    }
    .vacature-actions .col:nth-child(2) {
        max-width: 28.75rem;
    }
    .section-contact .has-bg-image {
        background-size: 55rem 30.125rem;
    }
    .breadcrumbs-container {}
    .vacatures-section h2 {
        margin-bottom: 2rem;
    }
    .vacatures-section .kolom-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .vacatures-section .inner-meta+.ct-btn {
        margin-top: 0;
    }
    .aanbod-section .col:first-child .ct-btn {
        display: none;
    }
    #solliciteren {
        scroll-padding-top: 2.5rem;
    }
    .pop-inner {
        display: flex;
        align-items: stretch;
    }
    .pop-image {
        width: 50%;
    }
    .pop-content {
        width: 50%;
    }
    .filter-v {
        width: 30%;
        max-width: 22.75rem;
    }
    .filter-v+div {
        width: 70%;
        padding-left: 4rem;
    }
    .filter-results .s-content {
        display: flex;
        justify-content: space-between;
    }
    .section-content.banner-section .col h2 {
        font-size: 1.875rem;
        line-height: 1.875rem;
        text-align: left;
    }
    .section-two.banner-section .col:not(:only-child) {
        width: unset;
    }
    .section-two.banner-section .col:not(.col-img) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        justify-content: center;
    }
    .section-two.banner-section .col .btns-col .ct-btn:last-child, .btns-col .ct-btn:last-child {
        margin-right: 0;
    }
    .section-two.banner-section .col .ct-btn {
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 0;
    }
    .section-two.banner-section .col .section-title {
        margin-bottom: 0
    }
    #cc-timeline {
        display: block;
    }
    .spc-three h2 {
        display: flex;
        align-items: center;
    }
    .spc-three h2:before {
        content: "";
        display: block;
        position: relative;
        width: 4.625rem;
        height: 4.625rem;
        flex-shrink: 0;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 1.5rem;
    }
    .all-link {
        order: 1;
        float: right;
        margin: 0;
        margin-left: auto;
        transform: translateY(-2.375rem);
    }
    .all-link+h2+.s-content {
        order: 3;
    }
    .team-content .s-content>p:first-child {
        margin-top: 0;
    }
    body:not(.single) .section-content.news-content .col h2, .section-content.team-content .col h2 {
        margin-bottom: 0;
    }
    .s-steps {
        max-width: 22rem;
    }
    .image-intro .row {
        min-height: 21.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .image-intro.section-content h2 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .image-intro.section-content .sub-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .vacature-section .col:first-child {
        max-width: 22.313rem;
    }
    .vacature-section .col:nth-child(2) {
        width: 100%;
        max-width: 58.5rem;
        margin-left: auto;
    }
    .kivo-about-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body .site-main .kivo-about-col {
        margin-top: 0;
    }
    .kivo-about-col {
        margin: 0;
    }
    .menu-bottom-footer-menu-container ul li {
        font-size: 0.875rem;
        line-height: 1;
    }
    .team-page .team-item .kolom-image, .single-teamlid .kolom-image {
        width: 9.625rem;
        height: 9.625rem;
        margin-right: 2rem;
    }
    .team-page .team-item {
        margin-bottom: 1rem;
    }
    body .four-listing.dienst-listing {
        -moz-column-count: 4;
        -moz-column-gap: 2rem;
        -webkit-column-count: 4;
        -webkit-column-gap: 2rem;
        column-count: 4;
        column-gap: 2rem;
    }
    #tabs-container {
        display: flex;
        align-items: flex-start;
    }
    .tabs-nav-container {
        width: 100%;
        flex-shrink: 0;
        margin-right: 5rem;
        max-width: 23.313rem;
        margin-bottom: 0;
    }
    .tabs-container {
        width: 100%;
    }
    .contact-blocks .col:first-child {
        max-width: calc(50% - 0.5rem)
    }
    .contact-blocks .col:nth-child(2) {
        max-width: calc(50% - 0.5rem);
        margin-left: auto;
    }
    .contact-blocks .col h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .owl-nav {
        position: relative;
    }
    .kivo-kennisbank .kivo-filter {
        width: 21.75rem;
        margin-right: 3.5rem;
        flex-shrink: 0;
        margin-top: 3.375rem;
    }
    .kivo-kennisbank .kivo-filter.kennis-filter {
        margin-top: 0;
    }
    .kivo-kennisbank .kivo-results {
        margin-top: 1.25rem;
    }
    #active-filters-container {
        min-height: 3.375rem
    }
    #info-container {
        height: 41rem;
        overflow-y: scroll;
        scroll-behavior: smooth;
        /* padding-left: 2.5rem; */
        padding-top: 0;
        position: relative;
        /* border-left: 1px solid #C5C5C5; */
    }
    .section-content.proces-section-extended .row .s-content {
        position: relative;
    }
    .section-content.proces-section-extended .row .col:first-child .s-content:before {
        content: "";
        left: 0;
        width: 1px;
        background-color: #f4f6f8;
        position: absolute;
        height: 100%;
        top: -50%;
        z-index: 0;
    }
    .section-content.proces-section-extended .row .col:first-child .s-content:after {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        left: -0.5rem;
        top: 12rem;
        position: absolute;
        content: "";
        background-color: #E30613;
        visibility: visible;
    }
    .info-block {
        color: #000;
        transition: opacity .4s;
        position: relative;
        padding-left: 2.5rem;
    }
    .info-block:before {
        content: "";
        left: 0;
        width: 1px;
        background-color: #C5C5C5;
        position: absolute;
        height: 270%;
        top: -135%;
        z-index: 0;
        opacity: 1;
    }
    .info-block:first-child:before {
        content: "";
        left: 0;
        width: 1px;
        background-color: #f4f6f8;
        position: absolute;
        height: 100%;
        top: -100%;
        z-index: 0;
    }
    .info-block * {
        opacity: 0.2;
        transition: opacity .4s;
    }
    .info-block.visible * {
        color: #000;
        opacity: 1;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    #info-container::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    #info-container {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        padding-top: 12rem;
    }
    .site-footer:before {
        content: "";
        left: 0;
        top: 0;
        position: absolute;
        pointer-events: none;
        background-image: url(https://www.kivo.nl/assets/svg/Home_Footer.svg);
        background-repeat: no-repeat;
        background-position: top left;
        width: 39.25rem;
        height: 100%;
        background-size: contain;
    }
    .site-footer.small-banner:before {
        top: -3.5rem;
    }
    .site-footer.big-banner:before {
        top: -7.25rem;
    }
    .site-footer.br-banner:before {
        top: -3.5rem;
    }
    .bottom-footer {
        z-index: 1;
        position: relative;
    }
}
@media (min-width: 1180px) {
    /* Header */
    .menu-toggle {
        display: none;
    }
    .main-navigation .menu-container {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 0;
        justify-content: space-between;
    }
    .site-header-inner {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 0;
    }
    .home-link {
        margin-right: 4rem;
        width: 6.75rem;
    }
    .content-nav-container {
        top: 7.262rem;
    }
    .logged-in .content-nav-container {
        top: calc(7.262rem + 2rem);
    }
    .site-branding {
        position: relative;
    }
    .site-branding:before {
        content: "";
        left: 0;
        height: 100%;
        width: 600%;
        left: -600%;
        background-color: #fff;
        pointer-events: none;
        position: absolute;
        display: none;
    }
    .main-navigation {
        width: unset;
        display: flex;
        width: 100%;
        align-items: center;
        border-top: 1px solid #DBE1E7;
    }
    .main-navigation .menu-container .menu-hoofdmenu-container {}
    .main-navigation ul {
        display: flex;
        align-items: center;
    }
    .main-navigation ul ul {
        display: block;
    }
    .main-navigation .sub-menu {
        background-color: #F4F6F8;
        padding: 1rem;
        padding-top: 2.75rem;
        margin-left: -1rem;
        z-index:
    }
    .main-navigation li {
        font-size: 1rem;
    }
    body .site-branding .ct-btn {
        display: none;
    }
    .mobile-only {
        display: none;
    }
    .main-navigation li a {
        color: #000;
        font-weight: 600;
        font-size: 1rem;
    }
    .main-navigation .menu>li {
        margin-right: 2.25rem;
        margin-bottom: 0;
    }
    .main-navigation li a:hover {
        color: #E30613;
        text-decoration: underline
    }
    .main-navigation li:last-child {
        margin-right: 0;
    }
    .menu-container .menu li.mobile-only {
        display: none;
    }
    .menu-container li.menu-item-has-children>a, .menu-footer-menu-container li.menu-item-has-children>a {
        pointer-events: none;
    }
    .menu-container li.menu-item-has-children, .menu-footer-menu-container li.menu-item-has-children {
        cursor: pointer;
    }
    .test-parent {
        margin-left: 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: -3rem;
    }
    .hero-section {
        height: calc(100vh - 5.125rem);
    }
    .kivo-kennisbank .s-content {
        display: flex;
    }
    .kivo-results .kennis-item .kolom-image {
        height: 11rem;
    }
    .top-header .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .top-header .top-widget {
        position: relative;
    }
    .top-header {
        position: absolute;
        width: 100%;
        z-index: 1;
        display: block;
    }
    .top-header ul {
        display: flex;
    }
    .top-header li {
        margin-bottom: 0;
    }
    .top-header li:last-child {
        margin-right: 0;
    }
    #vacatures {}
    .section-title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .single-product .section-two .section-title, .single-post .section-two .section-title {
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 2.5rem */
    }
    .contact-kivo .section-title {
        font-size: 2.75rem;
        line-height: 2.75rem
    }
    /* Footer */
    .site-footer .menu-container .menu {
        display: flex;
    }
    .site-footer .menu-container li {
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .site-footer .menu-container li:last-child {
        margin-right: 0;
    }
    .site-footer .menu-container li a:hover {
        color: #C20510;
    }
    .site-footer .widget-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
    }
    .site-footer section:last-child {
        width: 100%;
    }
    .site-footer .menu-snel-naar-footer-container {
        width: 100%
    }
    .site-footer .home-link {
        margin-right: 6rem;
    }
    .site-footer .menu-snel-naar-footer-container .menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .kivo-locations .locations {
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
    }
    .locations .opening {
        margin-top: 2rem;
    }
    .menu-bottom-footer-menu-container ul li, .bottom-footer {
        font-size: 1rem;
    }
    .site-footer section {
        margin-bottom: 0;
    }
    .foot-logos {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.563rem;
        margin-top: 0;
    }
    .bottom-footer .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-footer li:last-child {
        margin-right: 0
    }
    .bottom-footer .inner li {
        margin-right: 1.5rem;
    }
    .bottom-footer .inner li:last-child {
        margin-right: 0;
    }
    .bottom-footer .bottom-widget {
        margin-right: 1.5rem;
    }
    .bottom-footer .bottom-widget:last-child {
        margin-right: 0;
    }
    .menu-bottom-footer-menu-container .menu {
        display: flex;
        margin-left: auto;
    }
    .bottom-widget:last-child {
        margin-left: auto
    }
    /* Pagebuilder */
    .home .entry-header .entry-title, .home .entry-title {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }
    .entry-header .entry-title, .entry-title {
        font-size: 4rem;
        line-height: 4.25rem;
    }
    .entry-header .entry-title, .entry-title {
        font-size: 3.75rem;
        line-height: 3.375rem;
        /* 90% */
    }
    .category-klantcases .entry-title {
        color: #000;
        max-width: 51.75rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: "IBM Plex Sans";
        font-size: 3rem;
        font-style: normal;
        line-height: 3rem;
        /* 100% */
    }
    .sub-title {
        font-size: 1.375rem;
    }
    .four-listing, .four-columns .content-columns {
        grid-template-columns: repeat(4, 1fr);
    }
    .seven-listing, .seven-columns .content-columns {
        grid-template-columns: repeat(4, 1fr);
    }
    .five-listing, .five-columns .content-columns {
        grid-template-columns: repeat(5, 1fr);
    }
    .team-listing.off .team-item:nth-child(5)~.team-item {
        display: none;
    }
    .six-listing, .six-columns .content-columns {
        grid-template-columns: repeat(6, 1fr);
    }
    .more-link {
        font-size: 1rem;
    }
    .before-section-title {}
    .section-contact .has-bg-image {
        min-height: 30.125rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
        font-size: 1rem;
    }
    body .gform_wrapper.gravity-theme #field_submit input {
        font-size: 1rem;
    }
    .vacatures-section h2 {
        margin-bottom: 3rem;
    }
    .concept-section .content-columns {
        margin-top: 2rem;
        grid-template-columns: repeat(7, 1fr);
    }
    .section-full .inner {
        padding: 0;
    }
    .owl-item .object-meta {
        width: 28.25rem;
    }
    .owl-nav:after {}
    .owl-item .object-meta {
        height: 100%;
        padding-bottom: 1.5rem;
    }
    .owl-item .cc-listing-object {
        height: 33.375rem;
        margin: 0 auto;
        max-width: 50rem;
    }
    .owl-nav {}
    .cc-news .owl-item .cc-listing-object {
        height: 25.25rem;
    }
    .owl-item.active.center .cc-listing-object .object-image {
        height: 33.375rem;
    }
    .section-two.banner-section .col.col-img .col-inner {
        margin: 0;
    }
    .section-two.banner-section .ct-btn {}
    .owl-nav {
        justify-content: flex-end;
    }
    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 0.5rem
    }
    .entry-header .vac-list {
        display: flex;
    }
    .entry-header .vac-list li {
        margin-right: 1.5rem;
    }
    .entry-header .vac-list li:last-child {
        margin-right: 0;
    }
    .gg-form {
        padding: 2.5rem;
    }
    .inner-modal {
        max-height: 29.25rem;
        overflow-y: scroll
    }
    /* WooCommerce */
    body.woocommerce ul.products li.product .product-inner {
        padding: 1.5rem
    }
    /* New nav */
    .menu-container .menu>li>.sub-menu {
        display: block;
        flex-direction: row;
        align-items: flex-start;
    }
    .menu-container .menu>li#menu-item-15098>.sub-menu {
        transform: translateX(-11.75rem);
    }
    .menu-container .menu>li#menu-item-16207>.sub-menu {
        transform: translateX(-26.5rem);
    }
    .menu-container .menu>li>.sub-menu>li {
        z-index: 1;
    }
    .menu-container .menu>li>.sub-menu>li>.sub-menu {
        position: relative;
        top: unset;
        left: unset;
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu-container .menu>li li {
        margin-bottom: 1rem;
    }
    .menu-container .menu>li li:last-child {
        margin-bottom: 0;
    }
    .menu-container .menu>li li.menu-item-has-children li a {
        font-weight: 400;
    }
    .menu-container .menu>li>.sub-menu:before {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 0.5rem;
        background-color: #F4F6F8;
        pointer-events: none;
        content: "";
    }
    .menu-container .menu>li>.sub-menu:after {
        position: absolute;
        width: 500%;
        bottom: 0px;
        left: -200%;
        height: calc(100% - 8px);
        background-color: #F4F6F8;
        content: "";
        display: none;
    }
    .menu-container .menu>li>.sub-menu>li.menu-item-has-children>a {
        border-bottom: 2px solid #D4D4C7;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }
    .single-header .short-sum {
        font-size: 1rem;
    }
    /* Circle animation */
    .proces-section-extended .proces-circle {
        border: 2px solid #FFF;
        position: relative;
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .proces-section-extended .proces-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: transform 1s ease-in-out;
        top: 50%;
        left: 50%;
    }
    .proces-section-extended .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .proces-section-extended .circle-button .tab-button {
        transition: unset;
        pointer-events: none;
    }
    .proces-section-extended .tab-button.active {
        background-color: #fff;
        border-color: #fff;
    }
    .proces-section-extended #button-top .tab-button {
        background-color: #E30613;
        border-color: #E30613;
    }
    body .proces-section-extended .row {
        padding-top: 0;
    }
    body .proces-section-extended .row .col:last-child {
        padding-bottom: 0;
    }
    .info-block:before {
        height: 260%;
        top: -130%;
    }
    .proces-section .proces-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: transform 1s ease-in-out;
        top: 50%;
        left: 50%;
    }
    .proces-section .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .proces-section .circle-button .tab-button {
        transition: unset;
        pointer-events: none;
    }
    .proces-section .tab-button.active {
        background-color: #fff;
        border-color: #fff;
    }
    .proces-section #button-top .tab-button {
        background-color: #E30613;
        border-color: #E30613;
    }
}
@media (min-width: 1280px) {
    /* Pagebuilder */
    .has-bg-color .col:not(.col-img), .has-bg-image .col:not(.col-img) {
        padding: 2.75rem 2.5rem;
    }
    .section-content.vacature-info .col:first-child {
        padding: 2.75rem 2.5rem;
    }
    .section-content.vacature-info .col:first-child h2 {
        margin-bottom: 2.5rem
    }
    .home-link {
        width: 6.75rem;
    }
    .spc-three .col:not(.col-img) {
        padding: 2.5rem;
    }
    .section-content.header-section .col h1 {
        font-size: 8.25rem;
        line-height: 5.5rem
    }
    .center-title .section-title {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .history-section {
        padding-bottom: 10rem;
    }
    .product-filter-section {
        padding-top: 0;
        margin-top: -3.75rem;
    }
    .footer-banner.brochure-banner p {
        max-width: unset;
    }
    .home .proces-section:after {
        background-image: url(https://www.kivo.nl/assets/svg/Home_Processen.svg);
        background-size: cover;
        position: absolute;
        left: 0;
        top: 14rem;
        width: 47.25rem;
        height: 39.75rem;
        left: 0;
        background-position: center left;
        background-repeat: no-repeat;
        content: "";
        pointer-events: none;
        visibility: visible;
        background-size: contain;
    }
    .home .proces-section .row {
        z-index: 1;
    }
    .section-content.h-bigger .section-title {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    .product-search li:not(.sf-field-submit) input, body .site .product-search li select {
        min-width: 17.6875rem;
        max-width: unset;
    }
    body:not(.home).page .entry-header.center-header {
        background-size: 87.66956rem 39.7125rem;
    }
    body:not(.home).page.page-id-21840 .entry-header, body:not(.home).page.page-id-21814 .entry-header {
        min-height: 23.375rem;
        display: flex;
        justify-content: center;
    }
    body .site .faq-section .ct-btn {
        min-height: 5rem;
    }
    .single .entry-header, body:not(.home).page .entry-header {
        min-height: 20.125rem;
        justify-content: center;
    }
    body:not(.home).page.page-id-21840 .entry-header .entry-title, body:not(.home).page.page-id-21814 .entry-header .entry-title {}
    body .site .product-section .content-columns+.ct-btn, body .site .product-section .content-columns+.slider-line+.ct-btn {
        min-height: 5rem;
    }
    .owl-item .object-meta {
        padding: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .main-navigation .menu>li {
        position: relative;
        margin-right: 2.25rem;
    }
    .main-navigation .menu>li:last-child {
        margin-right: 0;
    }
    .menu-container .menu>li>.sub-menu>li {}
    .entry-header {
        min-height: 29.5rem;
        padding: 5rem 0;
    }
    .section-content.vacature-info .col:first-child {
        padding: 2.75rem 2.5rem;
        width: 100%;
        max-width: 61.438rem;
        flex-shrink: 0;
    }
    .section-content.vacature-info .col:nth-child(2) {
        max-width: 19.563rem;
        color: #fff;
        padding: 1.5rem;
    }
    .content-nav-container {}
    .pers-section .gg-object:nth-child(even) {
        margin-top: 6.25rem;
    }
    .pers-section .gg-object:nth-child(2)~.gg-object {
        transform: translatey(-3.25rem);
    }
    .kivo-results .kennis-item .kolom-image {
        height: 15rem
    }
    .pers-section {
        padding-bottom: 3.25rem;
    }
    .sort-dropdown {
        display: block;
    }
    body .search-function input[type="text"], body .search-function input[type="search"] {
        min-width: 28rem;
    }
    body:not(.home).page .entry-header {}
    body:not(.home).page.parent-pageid-18647 .entry-header {
        padding-top: 9.5rem;
    }
    .form-section .gform_wrapper {
        margin-top: 3.75rem;
    }
    .menu-bottom-footer-menu-container ul li {}
    .biggest-padding {
        padding: 11rem 0;
    }
    .home section:first-child.biggest-padding {
        padding-bottom: 6.75rem;
    }
    body .proces-section-extended .row {
        padding: 5rem 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 0;
        padding-top: 0;
    }
    body .proces-section-extended .row .col:last-child {
        padding-bottom: 5rem;
        padding-bottom: 0;
    }
    .proces-section-extended .proces-circle {
        max-width: 36rem;
        max-height: 36rem
    }
    .home .section-two:not(.spc-two):not(.spc-three):not(.two-cols) .row:not(.has-bg-color) .col:not(.col-img):not(:only-child) {
        width: 51rem;
        flex-shrink: 0;
    }
    .section-two.werken-section .row:not(.has-bg-color) .col:first-child .s-content {
        max-width: 34.688rem
    }
    .section-two.werken-section .row:not(.has-bg-color) .col.col-img {
        width: 39.625rem;
        flex-shrink: 0;
        max-width: 39.625rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #E30613;
    }
    .section-two .row:not(.has-bg-color) .col.col-img .col-inner {}
    .kivo-kennisbank .kivo-filter.kennis-filter {
        top: 9rem;
        position: sticky;
    }
    .kivo-kennisbank .s-content {
        display: flex;
        align-items: flex-start;
    }
    .brochure .contact-info.info-brochure {
        background-image: url(https://www.kivo.nl/wp-content/webp-express/webp-images/uploads/2024/12/24_KIVO_Brochure_Download.png.webp);
        visibility: visible;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }
    .brochure .contact-info.info-brochure>div {
        max-width: 14.3125rem;
    }
    .section-two.spc-two .col.col-img {
        width: 33.25rem;
        max-width: 33.25rem;
        flex-shrink: 0;
    }
    .single-post .header-image {
        max-width: 48rem;
        border-radius: 0.5rem
    }
    .single-post .single-header .entry-title, .single-kennisbank .single-header .entry-title {
        max-width: 48rem;
    }
    .single-header+.entry-content .section-content .row, .parent-pageid-19924 .section-content .row {
        max-width: 48rem;
    }
    .section-two.spc-three .col.col-img {
        width: 21rem;
        max-width: 21rem;
        flex-shrink: 0;
    }
    .section-content.brand-bg {
        background-size: 49rem
    }
    .section-content.quote-section .col:nth-child(2) {
        width: 100%;
        max-width: 60.625rem;
        flex-shrink: 0;
    }
    .single-header .t-meta {
        margin-top: 4rem;
    }
    .kivo-banner .s-content {
        max-width: 38.25rem;
    }
    .team-page .col:nth-child(2) {
        width: 57rem;
        flex-shrink: 0;
    }
    .gg-form {
        padding: 4rem;
    }
    .gg-form p+script+.gform_wrapper, .gg-form p+.gform_wrapper {
        margin-top: 3rem;
    }
    .contact-section .col:only-child .s-content {
        background-repeat: no-repeat;
        background-size: 39.25rem;
        background-position: center right;
    }
    .site-footer .home-link {
        width: 9.125rem;
    }
    .v-section.two-cols .col:nth-child(2) {
        width: 50.25rem;
        flex-shrink: 0;
        margin-left: auto;
    }
    .v-section.two-cols .col:nth-child(2) .team-listing {
        max-width: 43.375rem;
        margin-left: auto
    }
    .v-section.two-cols .col:first-child {
        max-width: 29.75rem;
    }
    .vacature-actions .col:first-child {
        width: 53.75rem;
        flex-shrink: 0;
    }
    .vacature-actions .col:nth-child(2) {
        max-width: 28.75rem;
    }
    #vacatures {}
    .news-listing .news-item {
        min-height: 37.5rem;
        padding: 2.5rem;
        padding-top: 2rem;
    }
    body .site .news-listing .news-item .kolom-meta h3 {
        color: #FFF;
        font-size: 3rem;
        line-height: 3rem;
        /* 100% */
    }
    .section-content .col .gg-object .kolom-meta {
        max-width: 35.25rem;
    }
    .section-content .col .gg-object.single-item .kolom-meta {
        max-width: 51.75rem
    }
    .sf-results .three-listing, .blog-section .three-listing {}
    .section-content.two-cols.contact-section .col:not(:only-child):first-child {
        width: 54rem;
        flex-shrink: 0;
    }
    .bg-title {
        display: block;
        font-size: 22.5rem;
        line-height: 22.5rem;
    }
    .section-two.about-section .row:not(.has-bg-color) .col:first-child, .section-two.about-section .row .col:first-child {
        width: 57rem;
    }
    .faq-section.faq-two-columns .content-columns {
        -moz-column-count: 2;
        -moz-column-gap: 5rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 5rem;
        column-count: 2;
    }
    .hero-intro {
        padding-top: 0;
        padding-bottom: 5rem;
        min-height: 6.938rem;
    }
    .hero-intro .row {
        transform: translateY(-6.938rem);
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        max-width: calc(100% - 3rem);
        margin: 0 auto;
    }
    .home .entry-header {}
    .image-intro.section-content h2 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .image-intro.section-content .sub-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .image-intro {
        min-height: 13.75rem;
    }
    .image-intro .row {
        min-height: 21.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cc-list .owl-item .object-meta h3 {
        font-size: 2.75rem;
        line-height: 2.75rem
    }
    .section-two.banner-section .col:not(.col-img):after {
        width: 34.063rem;
    }
    .section-two.banner-section .col:not(.col-img):before {
        right: 26.5rem;
    }
    body .gform_wrapper.gravity-theme .gf_page_steps {
        position: relative;
    }
    body .gform_wrapper.gravity-theme .gf_page_steps:after {
        content: "";
        height: 1px;
        width: 100%;
        max-width: 52.5rem;
        top: 1.688rem;
        background-color: #E30613;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .modal-header {}
    .modal-header .close {
        right: 1.375rem;
    }
    body .modal-content {
        padding-right: 2rem;
    }
    .modal-footer {}
    .modal-content {
        padding: 4rem;
    }
    .modal-content.has-more::after {
        bottom: 4rem;
    }
    .modal-open .modal {
        overflow-y: hidden;
    }
    .short-sum {
        font-size: 1rem;
    }
    .home .entry-header .entry-title {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }
    .kivo-about-col {
        width: 30rem;
        height: 30rem;
        flex-shrink: 0;
        transition: .8s border-color;
    }
    .kivo-about-col .kivo-about-title h3 {
        transform: translateY(0);
        transition: .8s;
    }
    .kivo-about-col:hover .kivo-about-title h3 {
        transform: translateY(-5rem);
        color: #000;
    }
    .kivo-about-col .kivo-about-content {
        transition: .6s;
        transition-delay: 0s;
        max-width: 20.75rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        font-size: 1rem;
    }
    .kivo-werken-bij .kivo-about-col .kivo-about-content {
        max-width: 18rem;
    }
    .kivo-about.kivo-werken-bij {
        margin-top: 2.75rem;
    }
    .kivo-werken-bij .kivo-about-col:first-child {
        transform: translateX(5rem);
    }
    .kivo-werken-bij .kivo-about-col:nth-child(2) {
        transform: translateX(1.5rem);
    }
    .kivo-werken-bij .kivo-about-col:nth-child(3) {
        transform: translateX(-1.5rem);
    }
    .kivo-werken-bij .kivo-about-col:last-child {
        transform: translateX(-5rem);
    }
    .kivo-about-col:before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        pointer-events: none;
        border-radius: 50%;
        transform: scale(0);
        transition: .8s;
    }
    .kivo-about-col:hover {
        border-color: #fff;
        z-index: 2;
    }
    .kivo-about-col.active {}
    .kivo-about-col:hover:before {
        transform: scale(1);
    }
    .kivo-about-col:hover .kivo-about-content {
        opacity: 1;
        transition-delay: 0.2s;
        transition: .8s;
        color: #000;
    }
    .kivo-about-col:first-child {
        transform: translateX(3.75rem);
    }
    .kivo-about-col:last-child {
        transform: translateX(-3.75rem);
    }
    .kivo-about-content>p {
        padding-top: 3rem;
    }
    .kivo-about-col:hover .kivo-about-content>p {}
    .kivo-werken-bij .kivo-about-col {
        width: 23rem;
        height: 23rem;
    }
    .bottom-footer .widget_text:first-child {
        max-width: 26.5rem;
    }
    .site-footer .site-info .widget:first-child {
        max-width: 26.5rem;
    }
    .site-footer {
        padding: 4.5rem 0;
        padding-bottom: 0;
    }
    .bottom-footer {}
    body {
        background-color: #F4F6F8
    }
    .team-page, .big-bg {
        background-size: 47.125rem 55.5rem;
        background-position: bottom right;
    }
    .big-bg.faq-section {
        background-position: bottom left;
    }
    .single-post .site-main {
        position: relative;
    }
    .single-product .entry-content, .single-post .entry-content {
        min-height: 47.5rem;
        background-color: #F4F6F8;
    }
    .brochure-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        padding-top: 4.75rem;
        top: 0;
    }
    .single-post .brochure-container {
        padding-top: 4.75rem;
        top: 1.75rem;
    }
    .single-kennisbank .brochure-container {
        padding-top: 6.5rem;
    }
    .single .single-container .entry-content>section {
        padding: 3.5rem 0;
    }
    .single .single-container .entry-content {
        padding: 1.25rem 0;
    }
    .single .single-container .section-content.section-two.no-top {
        padding-top: 0;
    }
    .single .single-container .section-content.section-two.no-bottom {
        padding-bottom: 0;
    }
    .single-post .category-klantcases .brochure-container {
        padding-top: 0;
        top: 0;
    }
    .single-product section, .single-post section {
        padding: 4.75rem 0
    }
    .single-product .site-footer section, .single-post .site-footer section {
        padding: 0;
    }
    .single-product section.no-top, .single-post section.no-top {
        padding-top: 0;
    }
    .single-product section.no-bottom, .single-post section.no-bottom {
        padding-bottom: 0;
    }
    .single-product .section-two:not(.kivo-contact) .row, .single-product .no-builder .row, .single-post .section-two:not(.kivo-contact) .row {
        max-width: 46.75rem;
    }
    .single-faq_item .brochure-container {
        padding-top: 100px;
    }
    .single-vacature .brochure-container {
        padding-top: 2.5rem;
    }
    .brochure-container .row {
        position: relative;
        height: 100%;
    }
    .brochure-container .row .col {
        position: relative;
        height: 100%;
    }
    .brochure {
        pointer-events: initial;
        width: 100%;
        max-width: 24rem;
        float: right;
        position: sticky;
        top: 10rem;
    }
    .single-kennisbank .brochure {
        top: 10.5rem;
    }
    .has-c-nav .brochure {
        top: 13.5rem;
    }
    .single-vacature .entry-content {
        min-height: 500px;
    }
    .single-container {
        position: relative;
    }
    .before-hover-section {}
    .entry-content section.before-hover-section, body:not(.home) .entry-content section.before-hover-section {
        padding-bottom: 16.75rem;
    }
    .entry-content section.before-hover-section+.hover-section {
        padding-top: 0;
    }
    .entry-content section.before-hover-section+.hover-section .row {
        margin-top: -9.25rem;
    }
    .entry-content section.before-hover-section+.hover-section.kivo-banner .row {
        margin-top: -8.125rem;
    }
    .entry-content .team-page+.kivo-banner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .entry-content .team-page+.kivo-banner:before {
        background-color: #f8f9fc;
        height: 50%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
    }
    .intro-choice.intro-overlay {
        padding-top: 0;
    }
    .intro-choice.intro-overlay .row {
        margin-top: -10rem;
    }
    .history-timeline .owl-stage-outer {
        position: absolute;
    }
    .history-timeline .timeline-info {
        width: 20rem;
    }
    /* Circle animation */
    .proces-section-extended .proces-circle {
        border: 2px solid #FFF;
        position: relative;
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .proces-section-extended .proces-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: transform 1s ease-in-out;
        top: 50%;
        left: 50%;
    }
    .proces-section-extended .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .proces-section-extended .circle-button .tab-button {
        transition: unset;
        pointer-events: none;
    }
    .proces-section-extended .tab-button.active {
        background-color: #fff;
        border-color: #fff;
    }
    .proces-section-extended #button-top .tab-button {
        background-color: #E30613;
        border-color: #E30613;
    }
    .info-block:before {
        height: 290%;
        top: -145%;
    }
    .history-section .section-title {
        font-size: 4rem;
        line-height: 4.25rem;
        z-index: 3;
        /* 106.25% */
    }
    .history-content .timeline-inner {
        padding-top: 8rem;
    }
    .timeline-img {
        width: 23.78644rem;
        height: 31.68456rem;
        margin-right: 10rem;
    }
    .timeline-inner {
        padding-right: 0;
    }
    .history-content .owl-stage-outer {
        min-height: 556px;
        padding-top: 1.5rem;
    }
    .year-bg {
        font-size: 27.5rem;
    }
}
@media (min-width: 1440px) {
    .menu-footer-menu-container .menu>li {}
    .seven-listing, .seven-columns .content-columns {
        grid-template-columns: repeat(7, 1fr);
    }
    .five-listing, .five-columns .content-columns {
        grid-template-columns: repeat(5, 1fr);
    }
    .six-listing, .six-columns .content-columns {
        grid-template-columns: repeat(6, 1fr);
    }
    .stat-image:last-child {}
    .stat-inner {
        min-height: 14.5rem;
    }
    .stat-content {
        padding-top: 2rem;
    }
    .stat-listing:last-child .stat-image {
        padding-top: 2rem
    }
    .stat-listing:last-child .stat-content {
        padding-top: 2.75rem
    }
    .stat-listing:first-child {
        padding-right: 1rem;
    }
    .stat-listing:nth-child(2) {
        padding-left: 1rem;
    }
    section {
        padding: 6.5rem 0;
    }
    body:not(.home) .entry-content section.diensten-section {
        padding: 6.5rem 0;
    }
    .hero-intro {
        padding-bottom: 6.5rem;
    }
    .home .entry-header {}
    .single-header {}
    .woocommerce-page .section-content {
        padding: 5rem 0
    }
    .year-bg {
        font-size: 37.5rem;
    }
    .main-navigation .menu>li {
        position: relative;
        margin-right: 2.25rem;
    }
    section.smaller-padding {
        padding: 2.5rem 0;
    }
    section.bigger-padding {
        padding: 7.5rem 0;
    }
    section.smaller-padding.no-top, .woocommerce-page .section-content.no-top {
        padding-top: 0;
    }
    section.smaller-padding.no-bottom, .woocommerce-page .section-content.no-bottom {
        padding-bottom: 0;
    }
    .history-section .section-title {
        font-size: 4rem;
        line-height: 4.25rem;
        /* 106.25% */
    }
    .history-content .timeline-inner {
        padding-top: 8rem;
    }
    .timeline-img {
        width: 23.78644rem;
        height: 31.68456rem;
        margin-right: 10rem;
    }
    .timeline-inner {
        padding-right: 0;
    }
    .history-content .owl-stage-outer {
        min-height: 556px;
        padding-top: 1.5rem;
    }
    .section-two.bg-section .row .col:nth-child(2):before {
        top: -6.5rem;
        height: calc(100% + 13rem);
        height: calc(100% + 23.25rem);
    }
    .shape-section {
        padding-top: calc(7.5rem + 4.875rem);
    }
    .shape-section.smaller-padding {
        padding-top: calc(5rem + 4.875rem);
    }
    .border-section {
        padding-top: 0;
    }
    .border-section .row {
        border-top: 1px solid #CCDFE5;
        padding-top: 6.5rem;
    }
    .single-post .header-image {
        max-width: 48rem;
        border-radius: 0.5rem
    }
    .single-post .single-header .entry-title {
        max-width: 48rem;
    }
    .single-header+.entry-content .section-content .row, .parent-pageid-19924 .section-content .row {
        max-width: 48rem;
    }
    .brochure {
        max-width: 29rem;
    }
}
@media (min-width: 1640px) {
    .woord-section .inner {
        max-width: 100%;
        padding: 0
    }
    .woord-section .owl-dots {
        width: 100%;
        max-width: 85.25rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1.5rem;
    }
    .woord-section .owl-dots:before {
        max-width: calc(100% - 3rem);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .woord-section .owl-nav {
        position: absolute;
        right: 1.5rem;
    }
}
@media (min-width: 1700px) {
    .woord-section .owl-nav {
        position: absolute;
        right: 3rem;
    }
}
.mobile-filter-button {
    display: none;
    background: #e30613;
    color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 1.25rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 10000;
    cursor: pointer;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s, color 0.1s;
}
.mobile-filter-button.is-active {
    background-color: #c20510;
    color: transparent;
}
.mobile-filter-button.is-active::before, .mobile-filter-button.is-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
}
.mobile-filter-button.is-active::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-filter-button.is-active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
body.mobile-filter-open {}
.sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li.sf-field-post-meta-afdeling {
    margin-bottom: 0;
}
@media (max-width: 1180px) {
    .kivo-kennisbank .kivo-filter.kennis-filter, .product-search {
        display: none;
    }
    .mobile-filter-button {
        display: block;
    }
    .is-mobile-panel {
        display: block !important;
        position: fixed;
        bottom: calc(1.25rem + 3.5rem);
        left: 1.5rem;
        right: 1.5rem;
        width: auto;
        max-height: 75vh;
        background-color: #ffffff;
        z-index: 9999;
        transform: translateY(120%);
        transition: transform 0.35s ease-in-out;
        border-radius: 0.5rem;
        box-shadow: 0rem 0.25rem 0.3125rem 0rem rgba(207, 207, 207, 0.25);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .is-mobile-panel.is-open {
        transform: translateY(0);
    }
    .is-mobile-panel .filter-title, .is-mobile-panel .search-title {
        padding: 1.25rem;
        border-bottom: 1px solid #eee;
        display: none;
    }
    .is-mobile-panel .search-title {
        padding-bottom: 0.75rem;
    }
    .is-mobile-panel .filter-inner, .is-mobile-panel form.searchandfilter {
        overflow-y: auto;
        padding: 1.25rem;
    }
    .is-mobile-panel .filter-inner, body .kivo-kennisbank .kivo-filter.kennis-filter.is-mobile-panel .filter-inner {
        padding: 0
    }
    .is-mobile-panel.product-search {
        padding: 0;
        background: #000;
        margin-bottom: 1rem;
    }
    .is-mobile-panel.product-search form.searchandfilter {}
    .product-search .searchandfilter li.sf-field-submit {
        display: none;
    }
    .product-search .searchandfilter li.sf-field-search {
        margin-bottom: 0;
    }
    .is-mobile-panel .result-count {
        display: none;
    }
    #mobile-filter-overlay.is-open {
        display: block;
    }
    .sf-filter:not(.filter-v).kennis-filter .searchandfilter>ul>li.sf-field-post-meta-afdeling {
        margin-bottom: 0;
    }
}