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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: var(--Black, #011627);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}



.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	
}

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

/* Posts and pages
--------------------------------------------- */


.sticky {
	display: block;
}

.post,
.page {
	
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: 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;
}


/* QStylez - Stijl */

/* Algemene stijl punten */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
	--primary-text-color: #000; /* Standaard tekst + link kleur */
	--primary-text-size: 16px; /* Standaard fontsize */
	--small-text-size: 14px;
	--primary-text-lineheight: calc(var(--primary-text-size) + 8px);
  }

html {
    font-size: 16px;
    line-height: 24px;
	font-family: "Inter", sans-serif;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
	font-size: var(--primary-text-size);
	line-height: var(--primary-text-lineheight);
	color: var(--primary-text-color);
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}

a {
	color: var(--primary-text-color);
	text-decoration: none;
	transition: .1s ease-in-out;
}

.inner {
	padding: 0px 24px;
	max-width: 1358px;
    margin: 0 auto;
}

.flexbox-wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* FOOTER */

section.footer {
    position: relative;
    padding: 48px 0px;
}

.footer__menu > ul > li:first-of-type {
    margin-bottom: 8px;
    font-weight: bold;
}
.footer__menu > ul > li:first-of-type a{
    pointer-events: none;
}

.footer__menu > ul {
    flex-basis: 100%;
    width: 100%;
}
.footer__menu {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer__form {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer__form h5 {
    margin: 0;
	font-size: var(--primary-text-size);;
	line-height: var(--primary-text-lineheight);;
}

.footer__form form label .gfield_required {
    display: none !important;
}
form .gform_footer input {
    margin: 0 !important;
	cursor: pointer;
    border: none;
	padding: 16px;
}
form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}
.footer__form form {
    max-width: 320px;
}
.footer__company {
    flex-basis: 100%;
    width: 100%;
}
.footer__logo {
    flex-basis: 100%;
    width: 100%;
    height: 34px;
    max-width: 195px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
}
section.footer .flexbox-wrapper {
    gap: 48px;
}

section.information .inner > div {
    flex-basis: 100%;
    width: 100%;
}
section.information .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

li.emailadres a {
    text-decoration: underline;
}
li.routebeschrijving a {
    text-decoration: underline;
}
li.routebeschrijving a:hover, li.emailadres a:hover {
	text-decoration: none;
}

section.information {
    position: relative;
    padding: 16px 0px;
	background: #f5f5f5;
}

.information__links > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
}
.information__links li, .information__links a {
	font-size: var(--small-text-size);
}
.information__links > ul > li a:hover {
	text-decoration: underline;
}

.information__logos ul {
    display: flex;
    gap: 16px;
}

.information__logos ul li {
    display: block;
    width: 100px;
    height: 50px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.information__socials > ul > li {
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
}

.information__socials > ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: .1s ease-in-out;
}

.information__socials > ul > li a:hover {
	opacity: .75;
}

.information__socials > ul {
    display: flex;
    gap: 8px;
}
div.gform_wrapper {
    width: 100%;
}
section.header__top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
	justify-content: flex-end;
}
section.header__top {
    position: relative;
    padding: 4px 0px;
    background: #f7f7f7;
	z-index: 2;
}
section.header__top ul a {
	font-size: var(--small-text-size);
}
section.header__top ul a:hover {
	text-decoration: underline;
}
section.header__top .inner div.information__socials {
    display: none;
}

section.header__top .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

a.site-logo {
    display: block;
    width: 172px;
    height: 30px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
footer a.site-logo {
    width: 194px;
    height: 34px;
}
a.site-logo img {
	display: none;
}
header#masthead {
    position: sticky;
    top: 0;
    z-index: 9999;
	background: #FFF;
	box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.02), 0px 12px 12px 0px rgba(0, 0, 0, 0.03), 0px 3px 7px 0px rgba(0, 0, 0, 0.04), 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    padding: 32px 0px;
}
.header__nav .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.header__menu-btn {
    display: block;
    width: 40px;
    height: 34px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
	overflow: hidden;
}
.projecten-overzicht div#dropdown-backdrop {
    display: none;
}
.open-btn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .1s ease-in-out;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/menu-item.svg) no-repeat;
    background-position: center center;
}
.close-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/cross-icon.svg) no-repeat;
    transition: .1s ease-in-out;
    top: 48px;
    background-position: center center;
}
.header__menu-btn span {
	background: transparent !important;
    height: 2px;
	position: absolute;
	width: 100%;
	transition: .3s ease-in-out;
}
.header__menu-btn span:nth-of-type(1) {
    top: 2px;
}
.header__menu-btn span:nth-of-type(2) {
    top: 10px;
}
.header__menu-btn span:nth-of-type(3) {
    bottom: 6px;
}
 .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
}
 .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 50%;
}
.header__menu-btn {
    display: block;
    width: 48px;
    height: 48px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
    overflow: hidden;
    border-radius: 12px;
    background: var(--Green, #118590);
}
.header__menu-btn.open div.open-btn {
    top: -48px;
}

.header__menu-btn.open div.close-btn {
    top: 0;
}
.header__navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
ul#primary-menu {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.menu-active ul#primary-menu {
	max-height: 800px;
}
ul#primary-menu > li a {
    color: black;
    display: table;
    padding: 8px 0px;
    width: 100%;
    line-height: 24px;
}
ul#primary-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
	transition: .2s ease-in-out;
}
ul#primary-menu > li.menu-item-has-children.open > a:after{
    transform: rotate(180deg);
}
ul#primary-menu li.open ul.sub-menu {
    max-height: 400px;
}

ul#primary-menu > li:last-of-type {
    margin-bottom: 16px;
	border-bottom: 0;
}
ul#primary-menu > li:nth-of-type(1) {
    margin-top: 16px;
}
ul#primary-menu > li.menu-item-has-children > ul {
    margin-left: 8px;
}
ul#primary-menu > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2024/11/chevron-down-grey.svg) no-repeat;
	background-position: center center;
    position: absolute;
    right: 0;
	transition: .2s ease-in-out;
    top: 12px;
}
body:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000026;
    z-index: 1;
    opacity: 0;
	pointer-events: none;
    transition: .2s ease-in-out;
}
ul.sub-menu li a {
    color: #16191D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 160%;
}
ul#primary-menu li.open ul.sub-menu {
    margin-top: 24px;
}
ul.sub-menu {
    border-radius: 12px;
    background: #F3F6F9;
    padding: 0px 32px;
}
ul#primary-menu ul.sub-menu li:last-of-type {
    padding-bottom: 16px;
}
ul#primary-menu ul.sub-menu li:nth-of-type(1) {
    padding-top: 16px;
}
body.menu-active:before {
	opacity: 1;
}
ul#primary-menu > li.menu-item-has-children > a {
    position: relative;
}

section.sub-header-laag p, section.sub-header-laag div.text-box span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
 
}
section.sub-header-laag .inner {
    z-index: 2;
    position: relative;
}
section.sub-header-laag h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.sub-header-laag span.afbeelding-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.sub-header-laag {
    position: relative;
    padding: 104px 0px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.post-type-archive-projecten section.sub-header-laag .inner {
    z-index: 2;
    position: relative;
}

.post-type-archive-projecten section.sub-header-laag:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%) #9b9b9b4a 20% / cover no-repeat;
    top: 0;
    left: 0;
    z-index: 1;
}
section.projecten-overzicht form ul {
    margin: 0;
}
section.projecten-overzicht h2 {
    margin-top: 0;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}
section.projecten-overzicht {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}
.projecten-filter li.sf-field-category, .projecten-filter li.sf-field-post-meta-categorie {
    padding: 0 !important;
}
section.breadcrumbs p#breadcrumbs a:hover {
	text-decoration: underline;
}
section.breadcrumbs p#breadcrumbs, section.breadcrumbs p#breadcrumbs * {
    display: flex
;
    flex-wrap: wrap;
    color: #0B0C0C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 8px;
}
section.breadcrumbs p#breadcrumbs {
    margin: 0;
}
section.breadcrumbs {
    position: relative;
    padding: 24px 0px;
}
section.breadcrumbs span.breadcrumb_last {
    font-weight: 600 !important;
}
div.text-box a {
    text-decoration: underline;
}
div.text-box a:hover {
    text-decoration: none;
}
section.tekst-formulier .gform-footer input:hover {
    background: #0C747E !important;
}
div.text-box > :last-child {
    margin-bottom: 0;
}
div.text-box > :first-child {
    margin-top: 0;
}
.tekst-afb-laag div.text-box ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
div.text-box * {
    color: #6D6D6D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.stappenplan-laag h2 {
    color: #16191D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 16px 0px;
}
section.stappenplan-laag span.toptitel {
    color: #16191D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}
section.stappenplan-laag {
    position: relative;
    padding-top: 80px;
	padding-bottom: 80px;
}
.stappen-box .stap-item p {
    color: #6D6D6D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.stappen-box .stap-item h3 {
    color: #16191D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 8px;
}
.stappenplan-laag .stappen-box > div {
    border-radius: 12px;
    background: #F3F6F9;
    position: relative;
    padding: 24px;
    flex-basis: 100%;
    width: 100%;
}
.stappenplan-laag .stappen-box {
    margin-top: 64px;
    display: flex
;
    flex-wrap: wrap;
    gap: 64px;
	position: relative;
}
.stappenplan-laag .stappen-box:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #D4D9E0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 a.d-btn:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/download.svg) no-repeat;
	background-size: contain;
	background-position: center center;
    position: absolute;
    left: 0;
}
 a.d-btn {
    margin: 0 auto;
    margin-top: 24px;
    display: flex
;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    justify-content: center;
    text-align: left;
	width: fit-content;
    transition: .1s ease-in-out;
    align-items: center;
    position: relative;
    padding-left: 40px;
}
a.d-btn:hover {
    text-decoration: underline;
}
.stappenplan-laag a.c-btn {
    margin-top: 80px;
}
a.c-btn {
    border-radius: 12px;
    background: var(--Green, #118590);
    display: flex
;
    width: fit-content;
    padding: 12px 24px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: .1s ease-in-out;
}
a.c-btn:hover {
    background: #0C747E;
}

section.blue-bg h2 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 16px;
}
section.blue-bg div.text-box * {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
section.blue-bg {
    background: var(--Linear, linear-gradient(180deg, #3D878E 0%, #276A71 100%));
    position: relative;
    padding: 80px 0px;
    color: white;
}
.page-id-77 section.blue-bg {
    background: none;
}
.page-id-77 section.blue-bg {
    padding-top: 48px;
    padding-bottom: 88px;
}

.tekst-afb-laag span.afbeelding-box img {
    display: none;
}
.tekst-afb-laag ul.pluspunten li:last-of-type {
    margin-bottom: 0;
}
.tekst-afb-laag ul.pluspunten li {
    position: relative;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
        color: #6D6D6D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tekst-afb-laag ul.pluspunten {
    margin-top: 32px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 16px;
}
.tekst-afb-laag span.afbeelding-box {
    display: block;
    width: 100%;
    margin-top: 54px;
    border-radius: 12px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
    overflow: hidden;
}
.tekst-afb-laag  span.afbeelding-box.kaart {
    height: 760px !important;
}
section.Bottom {
    padding-bottom: 80px !important;
}
section.projecten-laag .content-box p {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.projecten-laag {
    background: var(--Light-grey, #F3F6F9);
    position: relative;
    padding-top: 80px;
}
.projecten-laag a.c-btn {
    margin-top: 32px;
    margin-left: 0;
    border-radius: 12px;
    border: 2px solid var(--Grays-Darker-gray, #666);
    padding: 10px 20px;
    color: var(--Grays-Darker-gray, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: none;
}
section.blue-bg > section {
	padding: 0;
}
section.blue-bg > section:nth-of-type(1) {
    padding-bottom: 80px;
}
section.blue-bg > section.tekst-afb-laag h2 {
	color: white;
}
.tekst-afb-laag a.c-btn {
    margin-left: 0;
    margin-top: 32px;
}
section.blue-bg > section.tekst-afb-laag .text-box ul {
    list-style-type: none;
    margin-left: 0;
}
section.blue-bg > section.tekst-afb-laag .text-box ul li:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/check-white.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}
section.blue-bg > section.tekst-afb-laag .text-box ul li strong {
    display: block;
    font-weight: 700;
}
section.blue-bg > section.tekst-afb-laag .text-box ul li {
    padding-left: 40px;
    margin-bottom: 16px;
    position: relative;
}
.site-content > section.tekst-afb-laag h2 {
    margin-top: 0;
}

section.tekst-afb-laag {
    padding: 80px 0px;
    padding-bottom: 0;
}
section.tekst-afb-laag h2 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.site-content > section.tekst-afb-laag h3 {
    font-size: 24px;
    letter-spacing: -.5px;
    line-height: 120%;
    margin-bottom: 16px;
    font-weight: 600;
    color: var(--Black, #011627);
}
div.text-box ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 16px;
    display: flex
;
    flex-wrap: wrap;
    gap: 16px;
}
section.reviews-laag div.reviews-slider {
    margin-top: 48px;
}

section.reviews-laag h2 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.reviews-laag {
    position: relative;
    padding: 80px 0px;
}
section.faq-laag h2 {
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 48px;
}
.vraag-item.uitklap-item h3.vraag {
    transition: .1s ease-in-out;
}
.vraag-item.uitklap-item h3.vraag:hover {
    background: none;
}
.vraag-item.uitklap-item h3.vraag:hover {
    color: #595a5b;
}

section.faq-laag {
    background: var(--Light-grey, #F3F6F9);
    position: relative;
    padding: 80px 0px;
}
.vraag-item h3 {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}
.vraag-item.uitklap-item h3 span {
    display: none !important;
}
.vraag-item h3.ui-state-active {
    box-shadow: none;
    background: none;
}
.vraag-item.uitklap-item h3 {
    color: var(--Black, #011627);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.vraag-item.uitklap-item {
    border-top: 1px solid var(--Dark-grey, #D4D9E0);
    padding-top: 32px;
    padding-bottom: 32px;
}
.vraag-item.uitklap-item:last-of-type {
    padding-bottom: 0;
}
.vraag-item.uitklap-item h3.vraag {
    padding-right: 24px !important;
}

.vraag-item.uitklap-item h3.vraag:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-down.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
}
.vraag-item.uitklap-item h3.vraag.ui-state-active:after {
    transform: translateY(-50%) rotate(180deg);
}
.vraag-item.uitklap-item div.text-box > p:first-of-type {
    margin-top: 16px;
}
.vraag-item.uitklap-item div.text-box * {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.vraag-item.uitklap-item div.text-box {
    padding: 0;
    background: none;
    border: none;
}
section.home-header-laag span.afbeelding-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.home-header-laag {
    position: relative;
    padding-top: 240px;
    padding-bottom: 72px;
}
.home-header-laag .content-box .d-btn {
    font-size: 14px;
}
.home-header-laag .content-box p {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
.home-header-laag .content-box h1 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 16px;
}
.home-header-laag .content-box {
	border-radius: 12px;
	position: relative;
background: var(--White, #FFF);
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
padding: 24px;
}
section.icon-usp-laag .icon-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}
section.icon-usp-laag .icon-item:nth-of-type(1) .icon-box {
    background-size: 40px ! Important;
}
section.icon-usp-laag .icon-item {
    display: flex
;
    align-items: center;
    gap: 16px;
}
section.icon-usp-laag .icon-item .icon-box {
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}
section.icon-usp-laag .icon-item p {
    margin: 0;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
section.icon-usp-laag {
    padding: 56px 0px;
}
section.drie-deling-blokken .blok-item h2 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 32px;
}
section.drie-deling-blokken .blokken-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 32px;
}
section.drie-deling-blokken .blok-item {
    border-radius: 12px;
    background: var(--Light-grey, #F3F6F9);
    width: 100%;
    padding: 32px;
}
section.drie-deling-blokken {
    position: relative;
}

.blok-item ul {
    list-style-type: disc;
    display: flex
;
    flex-wrap: wrap;
    gap: 16px;
}
.blok-item ul li {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.blok-item ul li::marker {
    color: #118590;
}
.blokken-wrapper .blok-item ul {
    border-bottom: 1px solid #D4D9E0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.tekst-afb-laag .content-box .text-box p strong {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.blue-bg .tekst-afb-laag .content-box .text-box p strong {
    color: white;
}

a.n-btn {
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: .1s ease-in-out;
}
a.n-btn:hover {
    text-decoration: underline;
}
.uitklap-laag .content-box .text-box * {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.uitklap-laag .content-box h3 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 16px;
    transition: .1s ease-in-out;
}
.uitklap-laag .content-box h3 {
    position: relative;
}
.uitklap-laag .content-box h3:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-down-white.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
}
.uitklap-laag .content-box > * {
    font-family: 'Inter';
}
.uitklap-laag .right.image-items > div span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.uitklap-laag .right.image-items > div {
    overflow: hidden;
}
.uitklap-laag .content-box.active h3:after
 {
    transform: translateY(-50%) rotate(180deg);
}
.uitklap-laag .content-box h3:hover {
    opacity: .7;
}
.uitklap-laag .content-box a.c-btn {
    border-radius: 12px;
    border: 1px solid var(--White, #FFF);
    margin-left: 0;
    margin-top: 32px;
    background: none;
}
.uitklap-laag .content-box a.c-btn:hover {
    opacity: .6;
}
.uitklap-laag .content-box {
    display: none;
}
.uitklap-laag .content-box.active {
    display: block;
}
.uitklap-laag .left.content-items {
    order: 2;
}
.uitklap-laag .right.image-items {
    margin-bottom: 32px;
}
.uitklap-laag .right.image-items > div {

    height: 242px;
    border-radius: 12px;
    display: none;
 
}
.uitklap-laag .right.image-items {
    margin-bottom: 32px;
    flex-basis: 100%;
    width: 100%;
}
.dropdown-items.gone-desktop p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}
.dropdown-items.gone-desktop {
    width: 100%;
    flex-basis: 100%;
    margin-top: 24px;
}
       .image-items > div {
            display: none;
        }

        .uitklap-laag .right.image-items > div.active {
            display: block;
        }


        .dropdown-container {
            position: relative;
            padding: 20px;
            border-bottom: 1px solid #eee;
        }

        .dropdown-items {
            position: relative;
        }

        .dropdown-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            background: #fff;
            border: 2px solid #e1e5e9;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dropdown-header:hover {
            border-color: #007cba;
            box-shadow: 0 2px 8px rgba(0,124,186,0.1);
        }

        .dropdown-header.active {
            border-color: #007cba;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .dropdown-selected {
            font-weight: 500;
            color: #333;
        }

        .dropdown-arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #666;
            transition: transform 0.3s ease;
        }

        .dropdown-header.active .dropdown-arrow {
            transform: rotate(180deg);
        }

        .dropdown-list {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 2px solid #007cba;
            border-top: none;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 1000;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .dropdown-list.active {
            max-height: 300px;
        }

        .dropdown-item {
            padding: 12px 16px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f0f0f0;
        }

        .dropdown-item:last-child {
            border-bottom: none;
        }

      
        .content-container {
    display: flex
;
    flex-wrap: wrap;
    margin-top: 32px;
}
footer section.cta-laag .right-item p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.cta-laag .left-item .form-box {
    margin-top: 32px;
}

.cta-laag .left-item p {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.cta-laag .left-item h4 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    margin-bottom: 8px;
}
.cta-laag .left-item {
    border-radius: 12px;
    order: 2;
    background: white;
    padding: 24px;
    margin-top: 32px;
}
footer section.cta-laag .right-item .socials > a {
    width: 40px;
    height: 40px;
    display: block;
}
footer section.cta-laag .right-item .socials {
    display: flex
;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
}
footer section.cta-laag .right-item .c-btn {
    background: none;
    border: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-top: 24px;
}
footer section.cta-laag .right-item .c-btn:hover {
    opacity: .7;
}
footer section.cta-laag .right-item p.naam {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 24px 0px;
}
footer section.cta-laag .right-item .socials > a > span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: .1s ease-in-out;
}
footer section.cta-laag .right-item .socials > a > span:hover {
    opacity: .7;
}
section.footer a:hover {
    color: #011627;
    text-decoration: underline;
}

footer section.cta-laag .right-item {
    border-radius: 12px;
    background: linear-gradient(180deg, #3D878E 0%, #276A71 100%);
    position: relative;
    padding: 40px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
footer section.cta-laag {
    background: var(--Light-grey, #F3F6F9);
    position: relative;
    padding: 56px 0px;
}
footer section.cta-laag .right-item h4 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 24px;
}

.right-item .right.image-box span.image-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.right-item .right.image-box {
    display: block;
    width: 100%;
    height: 282px;
    margin-top: 32px;
}
form#gform_2 .gfield input {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey, #D4D9E0);
    background: #FFF;
    color: var(--Grays-Darker-gray, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 58px;
    margin-top: 8px;
}
form#gform_2 .gfield label span {
    display: none;
}
form#gform_2 .gfield label {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.gform-footer.gform_footer.top_label input {
    border-radius: 12px;
    border: 2px solid var(--Black, #011627);
    width: 100%;
    background: none;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    height: 58px;
    transition: .1s ease-in-out;
    padding: 0;
}
.gform-footer.gform_footer.top_label input:hover {
    border: 2px solid black;
    color: black;
}
.left-item .right.image-box > span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
}

.left-item .right.image-box {
    width: 100%;
    display: block;
    margin-top: 32px;
    height: 282px;
}
/* .footer__company ul, .footer__info {
    max-height: 24px;
    overflow: hidden;
} */
.footer__info p {
    margin: 0;
}
.footer__company .footer__info p {
    font-size: 18px;
    line-height: 28px;
}
.footer__company h4 {
    margin-bottom: 8px !important;
    display: block;
}
.footer__company .footer__info {
    margin-top: 24px;
}
.footer__company {
    border-radius: 12px;
    background: var(--Light-grey, #F3F6F9);
    padding: 24px;
    position: relative;
}
.footer__menu {
    order: -1;
}
section.footer .flexbox-wrapper {
    gap: 40px;
}
div.footer__menu {
    gap: 32px;
}
ul.footer__menu-list {
    max-height: 24px;
    transition: .2s ease-in-out;
    overflow: hidden;
}
.footer__menu > ul > li:first-of-type {
    position: relative;
}
.footer__menu > ul > li:first-of-type a:hover {
    text-decoration: none;
    pointer-events: none !important;
}
.footer__menu > ul > li:first-of-type:after {
    content: '';
    position: absolute;
    width: 24px;
    transition: .1s ease-in-out;
    height: 24px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2024/11/chevron-down-grey.svg) no-repeat;
    right: 0;
    background-position: center center;
}
.footer__menu > ul.open > li:first-of-type:after {
    transform: rotate(180deg);
}
.klantenvertellen {
    flex-basis: 100%;
    height: 80px;
        display: flex
;
    align-items: center;
    justify-content: center;
  
    margin-top: 8px;
}
section.information {
    padding: 0;
    background: white;
    padding-bottom: 32px;
}
.information__links ul {
    justify-content: center;
    gap: 16px;
}

.information__links * {
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
}
.information__links {
    margin-top: 30px;
}
.information__links ul li:last-of-type {
    width: 100%;
}
.footer__company h4, .footer__info h4 {
    margin: 0;
}
section.tekst-laag {
    position: relative;
    padding: 56px 0px;
}
.tekst-formulier .form-box {
    margin-top: 40px;
    border-radius: 12px;
    background: var(--Light-grey, #F3F6F9);
    padding: 24px;
}
.tekst-formulier .contact-box a {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    margin-bottom: 8px;
    display: table;
}
.tekst-formulier .contact-box p {
    margin: 0;
    color: var(--Grays-Darker-gray, #666);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}
.tekst-formulier .contact-box {
    border-radius: 12px;
    background: var(--Light-grey, #F3F6F9);
    padding: 24px;
    display: none;
    margin-top: 40px;
}
.form-box div.gfield label span {
    display: none !important;
}

.form-box legend.gfield_label.gform-field-label, .form-box div.gfield label {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
}
.gfield_radio {
    margin-top: 8px;
}

.gfield_radio input:checked {
    background: #666666 !important;
}
.gfield_radio input {
    width: 16px;
    height: 16px;
    appearance: none;
    border: 1px solid #666666;
    border-radius: 100%;
    margin-right: 8px;
}
.gfield_radio label {
    color: var(--Grays-Gray, #AAA);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tekst-formulier .form-box input {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey, #D4D9E0);
    background: var(--White, #FFF);
}
textarea {
    border-radius: 8px;
    height: 120px !important;
}
fieldset#field_1_7 > div input:checked {
    background: black;
}

fieldset#field_1_7 > div input {
    appearance: none;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid black;
    border-radius: 4px;
    margin-top: 5px !important;
}
fieldset#field_1_7 > div label {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-basis: calc(100% - 24px);
}
fieldset#field_1_7 > div {
    display: flex
;
    align-items: flex-start;
    gap: 8px;
}
fieldset#field_1_7 legend {
    display: none;
}
section.tekst-formulier .gform-footer input {
    background: #118590 !important;
    border: none !important;
    color: white !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
section.tekst-afb-laag.tekst-formulier {
    padding-bottom: 80px;
}
.single-projecten section.sub-header-laag {
    height: 362px;
}
section.sub-header-laag span.project-thumb img {
    display: none;
}
.single-kenniscentrum span.project-thumb.fallback {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/home-header-scaled.jpg) no-repeat;
    background-position: center center !important;
}
section.sub-header-laag span.project-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.project-content div.categorie-box > span {
    border-radius: 8px;
    background: var(--Light-grey, #F3F6F9);
    padding: 8px;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}
section.project-content div.categorie-box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
section.project-content p.intro {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
section.project-content h1 {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.project-content {
    position: relative;
    padding-top: 24px;
}
.single-projecten .project-content section .inner {
    padding: 0;
}

section.afbeeldingen-laag {
    padding-top: 80px;
}
section.afbeeldingen-laag .inner {
    padding: 0;
}
section.afbeeldingen-laag .afbeeldingen-box > div {
    display: block;
    height: 306px;
    width: 100%;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.afbeeldingen-laag .afbeeldingen-box {
    display: flex
;
    gap: 32px;
    width: 100%;
    flex-wrap: wrap;
}
.single-projecten section.tekst-laag h2 {
    margin-top: 0;
    margin-bottom: 24px;
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.single-projecten section.tekst-laag {
    padding-top: 48px;
}
.single-projecten section.review-laag p.functie {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.single-projecten section.review-laag p.geschreven {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    margin-top: 16px;
}
.single-projecten section.review-laag span.afbeelding-box {
    display: block;
    width: 64px;
    height: 64px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 32px;
}
.single-projecten section.review-laag .text-box p {
    color: var(--Text-primary, #000);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.single-projecten section.review-laag {
    padding-top: 32px;
}
.single-projecten .tekst-afb-laag .content-box h2 {
    margin-top: 0;
}
.single-projecten span.afbeelding-box.Links {
    order: -1;
    margin-top: 0;
    margin-bottom: 54px;
}
section.bekijk-ook-laag.berichten h2 {
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 48px;
}
section.bekijk-ook-laag.berichten {
    position: relative;
    padding-top: 72px;
    padding-bottom: 48px;
}
.error404 section.tekst-laag h1 {
    line-height: 40px;
    font-size: 32px;
}

/* Only apply dropdown styles on screens smaller than 1180px */
@media (max-width: 1179px) {
    /* Transform the existing S&F structure into a dropdown */
    .projecten-filter {
        font-family: Arial, sans-serif;
        max-width: 300px;
        position: relative;
    }

    .projecten-filter h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }

    /* Hide original radio buttons */
    .sf-field-category input[type="radio"] {
        display: none;
    }

/* Style the container as a dropdown */
.sf-field-category {
    position: relative;
}

.sf-field-category > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Create dropdown button from the active item */
.sf-field-category .sf-option-active {
    position: relative;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.sf-field-category .sf-option-active:hover {
    border-color: #9ca3af;
}

.sf-field-category.dropdown-open .sf-option-active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.sf-field-category .sf-option-active label {
    display: block;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    position: relative;
    margin: 0;
}

/* Add dropdown arrow to active item */
.sf-field-category .sf-option-active label::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    transition: transform 0.2s ease;
}

.sf-field-category.dropdown-open .sf-option-active label::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Hide non-active items by default */
.sf-field-category > ul > li:not(.sf-option-active) {
    display: none;
}

/* Show dropdown content when open */
.sf-field-category.dropdown-open > ul > li:not(.sf-option-active) {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d5db;
    border-top: none;
    z-index: 1000;
    animation: dropdownFadeIn 0.2s ease;
}

/* Stack the dropdown items */
.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):first-of-type {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):not(:first-of-type) {
    top: calc(100% + 48px); /* Adjust based on item height */
    border-top: 1px solid #f3f4f6;
}

.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):nth-of-type(3) {
    top: calc(100% + 96px);
}

/* Better approach: Create a proper dropdown container */
.sf-field-category.dropdown-open::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-height: calc(48px * var(--dropdown-items, 2));
}

/* Style dropdown items */
.sf-field-category.dropdown-open > ul > li:not(.sf-option-active) {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid #f3f4f6;
}

.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):nth-child(2) {
    top: calc(100% + 0px);
}

.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):nth-child(3) {
    top: calc(100% + 48px);
}

.sf-field-category.dropdown-open > ul > li:not(.sf-option-active):last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

.sf-field-category > ul > li:not(.sf-option-active) label {
    display: block;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    transition: background-color 0.2s ease;
    margin: 0;
}

.sf-field-category > ul > li:not(.sf-option-active) label:hover {
    background-color: #f9fafb;
}

.sf-count {
    color: #6b7280;
    font-size: 12px;
    margin-left: 4px;
}

/* Animation */
@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

function cleanupDropdown() {
    const sfField = document.querySelector('.sf-field-category');
    if (sfField) {
        sfField.classList.remove('dropdown-open');
    }
    
    if (globalBackdrop) {
        globalBackdrop.classList.remove('active');
    }
    
    dropdownInitialized = false;
}

/* Close dropdown when clicking outside */
.dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: none;
}

.dropdown-backdrop.active {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .projecten-filter {
        max-width: 100%;
    }
}
} 
p.result-count {
    margin-top: 48px;
    margin-bottom: 48px;
}
.projecten-zoekresultaten .project-item a .project-content {
    position: relative;
    margin-top: 32px;
}

.projecten-zoekresultaten .project-item a span.project-thumb img {
    display: none;
}
.projecten-zoekresultaten .project-item a span.project-thumb {
    display: block;
    width: 100%;
    height: 306px;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.projecten-zoekresultaten .project-item a span.project-thumb.fallback {
    background: #f3f6f9 url(https://stroom.okgas.nl/wp-content/uploads/2025/06/Logo_OK_ENERGIE.svg) !important;
    background-size: 240px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.projecten-zoekresultaten .project-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.projecten-zoekresultaten .project-item {
    position: relative;
    margin-bottom: 48px;
}
.projecten-zoekresultaten .project-item:last-of-type {
    margin-bottom: 0;
}
.project-content div.content-box p {
    color: var(--Grays-Darker-gray, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.project-content div.categorie-box span {
    border-radius: 8px;
    background: var(--Light-grey, #F3F6F9);
    padding: 8px;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}
.project-content div.content-box h3 {
    margin: 0;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.project-content div.categorie-box {
    display: flex
;
    gap: 16px;
}
.project-content {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
}
.project-content .author-info span {
    color: var(--Black, #011627);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.project-content .top-news .author-info .flexbox-wrapper span.post-reading-time:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
}

.project-content .top-news .author-info .flexbox-wrapper span {
    font-weight: 400;
    display: flex
;
    align-items: center;
}
.project-content .author-info img {
    border-radius: 100%;
}
.project-content .author-info {
    display: flex
;
    align-items: center;
    gap: 16px;
}
.projecten-zoekresultaten .project-item a .project-content {
    position: relative;
    margin-top: 32px;
}
.project-content span.n-btn:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/play.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.fallback {
    background-color: grey !important;
}
.project-content .content-box {
    width: 100%;
    flex-basis: 100%;
}
.project-content span.n-btn {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex
;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}
.projecten-zoekresultaten .project-item a:hover .n-btn {
    text-decoration: underline;
}
.wp-pagenavi span.pages {
    order: 2;
}

.wp-pagenavi a.previouspostslink {
     order: 1;
    width: 48px;
    height: 48px;
    background: #118590 url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-right.svg) no-repeat;
    border-radius: 12px;
    color: transparent;
    transition: .1s ease-in-out;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-position: center center;
    transform: rotate(180deg);
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background: #0C747E url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-right.svg) no-repeat;
    background-position: center center;
}
.wp-pagenavi a.nextpostslink {
    order: 3;
    width: 48px;
    height: 48px;
    background: #118590 url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-right.svg) no-repeat;
    background-position: center center;
    border-radius: 12px;
    transition: .1s ease-in-out;
    color: transparent;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi span.current, .wp-pagenavi a.page.larger, .wp-pagenavi a.page.smaller {
    display: none;
}
.wp-pagenavi * {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.374px;
}
.wp-pagenavi {
    display: flex
;
    justify-content: center;
    gap: 32px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}
div#active-filters-container {
    display: none;
}

.bekijk-ook-laag span.project-thumb.fallback, .bekijk-ook-laag span.project-thumb {
    margin-bottom: 32px;
}
.bekijk-ook-laag span.project-thumb  img {
    display: none;
}
.bekijk-ook-laag span.project-thumb {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
span.project-thumb.fallback, .bekijk-ook-laag span.project-thumb {
    width: 100%;
    height: 306px;
    display: block;
    border-radius: 12px;
}
.bekijk-ook-laag .items-box {
    display: flex
;
    flex-wrap: wrap;
    gap: 32px;
}
.single-kenniscentrum section.sub-header-laag p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.single-kenniscentrum section.sub-header-laag h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 32px;
}
.single-kenniscentrum section.project-content .inner h1 {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 40px;
}
.single-kenniscentrum section.project-content .inner div.categorie-box {
    justify-content: flex-start;
}
.single-kenniscentrum section.project-content .inner {
    width: 100%;
}
.single-kenniscentrum span.project-thumb-small img {
    display: none;
}
.single-kenniscentrum span.project-thumb-small {
    display: block;
    width: 100%;
    height: 306px;
    border-radius: 12px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: hidden;
    margin-bottom: 48px;
}
.news-content.content-box .text-box h2, .news-content.content-box .text-box h3, .news-content.content-box .text-box h2 b, .news-content.content-box .text-box h3 b {
    color: var(--Text-primary, #000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 24px;
}
.news-content.content-box .text-box h3 {
    font-size: 18px;
}
.flexbox-wrapper.share-items {
    margin-top: 48px;
    justify-content: space-between;
}
.project-content .inner > .project-author {
    width: 100%;
    border-bottom: 1px solid #D4D9E0;
    padding-bottom: 72px;
}
.news-content.content-box .text-box * {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.news-content.content-box .text-box .c-btn {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
}
.news-content.content-box .text-box b {
    font-weight: 700;
}
.single-kenniscentrum .project-content .inner > .project-author {
    padding-top: 48px !important;
}
section.bekijk-ook-laag.berichten div.categorie-box {
    justify-content: center;
    display: flex
;
    margin-bottom: 16px;
    gap:16px;
    flex-wrap: wrap;
}
.project-author.top-news {
    padding-top: 0;
    width: 100%;
    margin-bottom: 24px;
}
.project-content .social-sharing {
    margin-bottom: 48px;
}
section.bekijk-ook-laag.berichten div.categorie-box span {
    border-radius: 8px;
    background: var(--Light-grey, #F3F6F9);
    padding: 8px;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}
.news-content figcaption {
    text-align: left;
    color: var(--Black, #011627);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    border-left: 2px solid #011627;
    padding-left: 8px;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

.news-content figure img {
    max-height: 400px;
    border-radius: 12px;
}
.news-content figure {
    margin: 40px 0px;
    overflow: hidden;
}
.news-content blockquote {
    border-left: 2px solid var(--Black, #011627);
    padding-left: 20px;
    margin: 40px 0px;
}
.news-content blockquote p {
    font-style: italic !important;
}
.bekijk-ook-laag.berichten .project-content .categorie-box {
    margin-bottom: 0;
}
.bekijk-ook-laag.berichten .project-content {
    justify-content: space-between;
}

.page-id-77 {
    background: var(--Linear, linear-gradient(180deg, #3D878E 0%, #276A71 100%));
}
section.vrijblijvend-formulier p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
section.vrijblijvend-formulier h1 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}
.dropdown-items.gone-desktop {
    border-radius: 12px;
    border: 1px solid var(--White, #FFF);

}
.dropdown-items.gone-desktop > p.active {
    display: block;
}
.dropdown-items.gone-desktop > p {
    display: none;
    border: none;
    padding: 16px 24px;
}
.dropdown-items.gone-desktop.open > p {
    display: block;
}
section.vrijblijvend-formulier {
    padding: 48px 0px;
}
.vrijblijvend-formulier input, .vrijblijvend-formulier select {
    border-radius: 8px;
    border: 1px solid var(--Dark-grey, #D4D9E0);
    background: #FFF;
}
section.vrijblijvend-formulier div.form-box h3 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 24px;
}
section.vrijblijvend-formulier div.form-box {
    border-radius: 12px;
    background: var(--White, #FFF);
    padding: 24px;
    margin-top: 48px;
}
input#gform_submit_button_3:hover {
    background: #0C747E !important;
    transition: 0.1s ease-in-out;
}
input#gform_submit_button_3 {
    border-radius: 12px;
    background: var(--Green, #118590);
    border: none;
    color: white;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}
span.of {
    display: none;
}
.page-id-77 section.information {
    background: none;
    color: white;
}
.page-id-77 .information .inner div.footer__logo a {
    opacity: 0;
}
.page-id-77 .information .inner div.footer__logo {
    background: white;
}
.page-id-77 .information .inner .information__links * {
    color: white;
}
.page-id-77 .information .inner .information__links {
    margin-top: 24px;
}
.page-id-77 .information .inner {
    border-radius: 40px;
    border: 0.5px solid var(--Color-Neutral-white, #FFF);
    width: calc(100% - 48px);
    padding: 48px 64px;
}
.page-id-77 .information .inner div.footer__logo {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/Logo_OK_ENERGIE_wit.svg) no-repeat;
    background-size: contain !important;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .project-content h3, .projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .project-content .n-btn {
    color: white;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .project-content {
    z-index: 2;
    position: relative;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) {
    overflow: hidden;
    height: 306px;
    display: flex
;
    align-items: flex-end;
    padding: 24px;
    margin-bottom: 32px;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .project-thumb {
    position: absolute;
    top: 0;
    left: 0;
}
.projecten-laag .projecten-wrapper {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .content-box p {
    color: white;
}
.projecten-laag .project-item:nth-of-type(1) .n-btn:before {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/play-icon-white.png) no-repeat;
}
.projecten-laag .projecten-wrapper div.project-item:last-of-type {
    margin-bottom: 0 !important;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(n+2) .n-btn:before {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/play-icon-black.svg) no-repeat;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(n+2) {
    background: white;
    position: relative;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 32px;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(n+2) .project-thumb {
    display: none;
}
.projecten-laag .project-content {
    gap: 8px 32px;
}
.projecten-laag .project-content span.n-btn {
    margin-top: 24px;
}
p.result-count {
    text-align: center;
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.project-author .author-content .author-text {
    text-align: center;
    color: var(--Black, #011627);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.project-author .author-content span {
    width: 100%;
    display: block;
    text-align: center;
    color: var(--Black, #011627);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}
.project-author .author-content > img {
    width: 56px;
    border-radius: 100%;
    margin-bottom: 16px;
}
.project-author .author-content {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.project-author {
    padding-top: 80px;
}
.author-socials a {
    width: 32px;
    height: 32px;
    background: #F3F6F9;
    border-radius: 100%;
}
.author-socials {
    margin-top: 24px;
    display: flex
;
    flex-wrap: nowrap;
    gap: 16px;
}
a.author-email {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/mail-grey.svg) no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}
a.author-linkedin {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/linkedin-grey.svg) no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}
.a2a_kit.a2a_kit_size_32.addtoany_list > a * {
    opacity: 0;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
    display: flex
;
    gap: 8px;
}
.a2a_kit.a2a_kit_size_32.addtoany_list > a {
    width: 32px;
    height: 32px;
    border-radius: 64px;
    background: var(--Light-grey, #F3F6F9);
    overflow: hidden;
    transition: .1s ease-in-out;
    padding: 0 !important;
}
a.a2a_button_copy_link {
    background: var(--Light-grey, #F3F6F9) url(https://stroom.okgas.nl/wp-content/uploads/2025/06/link-alt.svg) no-repeat !important;
    background-position: center center !important;
}
a.a2a_button_facebook {
    background: var(--Light-grey, #F3F6F9) url(https://stroom.okgas.nl/wp-content/uploads/2025/06/Facebook.svg) no-repeat !important;
    background-position: center center !important;
}
a.a2a_button_x {
    background: var(--Light-grey, #F3F6F9) url(https://stroom.okgas.nl/wp-content/uploads/2025/06/X.svg) no-repeat !important;
    background-position: center center !important;
}
a.a2a_button_linkedin {
    background: var(--Light-grey, #F3F6F9) url(https://stroom.okgas.nl/wp-content/uploads/2025/06/LinkedIn.svg) no-repeat !important;
    background-position: center center !important;
}
.a2a_kit.a2a_kit_size_32.addtoany_list > a:hover {
    opacity: .7;
}
.flexbox-wrapper.share-items .socials-share:before {
    content: 'Share this post';
    color: var(--Black, #011627);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
    display: block;
}
.share-items .socials-share {
    width: 100%;
    margin-bottom: 24px;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: white !important;
    font-size: 16px !important;
    font-family: 'Inter' !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    box-shadow: none !important;
    border: none;
    background: black !important;
    color: white !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: black !important;
    color: white !important;
    padding: 8px 16px !important;
    width: fit-content !important;
    border: 0 !important;
    border-radius: 30px;
    font-weight: bold !important;
    font-size: 15px !important;
}
ul#primary-menu > li:nth-of-type(1) {
    margin-top: 56px;
    padding-bottom: 24px;
}
ul#primary-menu > li:nth-of-type(2) {
    border-bottom: 1px solid #E1E5EA;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
ul#primary-menu > li:nth-of-type(1) a, ul#primary-menu > li:nth-of-type(2) a, ul#primary-menu > li:nth-of-type(3) a {
    font-size: 16px;
    font-weight: 600;
}
li#menu-item-306 {
    margin-bottom: 0 !important;
}

li#menu-item-306 a {
    border-radius: 12px;
    border: none;
    text-align: center;
    color: white !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
    padding: 17px 24px !important;
    background: #118590;
}
li#menu-item-298, li#menu-item-306 {
    margin-top: 24px;
}
li#menu-item-298 a {
    border-radius: 12px;
    border: 2px solid var(--Grays-Darker-gray, #666);
    text-align: center;
    color: var(--Grays-Darker-gray, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
    padding: 15px 24px !important;
}
li#menu-item-306 {
    margin-top: 16px !important;
}
ul.footer__menu-list.open {
    max-height: 900px;
}
ul.footer__menu-list li:nth-of-type(n+2) a {
    line-height: 24px;
    font-size: 16px;
    padding: 4px 0px;
    display: block;
}

div.reviews-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
}
.review-item {
    border-radius: 12px;
    background: var(--Light-grey, #F3F6F9);
    padding: 24px;
}
.review-item .text-box * {
    color: var(--Black, #011627);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.review-item span.score {
    display: block;
    width: 100%;
    height: 24px;
    background: black;
    margin-bottom: 24px;
}
.review-item .flexbox-wrapper span.logo {
    display: block;
    width: 82px;
    height: 41px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/klanten-vertellen-seeklogo-1.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.reviews-slider .owl-nav > div {
    display: block;
    width: 48px;
    height: 48px;
    background: #118590 url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-right.svg) no-repeat;
    color: transparent;
    border-radius: 12px;
    background-position: center center;
}
.reviews-slider .owl-nav {
    display: flex
;
    justify-content: space-between;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-top: 24px;
}
.reviews-slider .owl-nav > div:hover {
    opacity: .7;
}
.reviews-slider .owl-nav > div.owl-prev {
    transform: rotate(180deg);
}
.reviews-slider .owl-dots > div {
    flex-grow: 2;
    transition: .2s ease-in-out;
}

.reviews-slider .owl-dots > .active {
    height: 100%;
    flex-grow: 2;
    background: #118590;
}
.reviews-slider {
    display: flex !important
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.reviews-slider .owl-dots {
    height: 4px;
    display: flex
;
    background: var(--Dark-grey, #D4D9E0);
    width: 210px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.review-item .flexbox-wrapper {
    margin-top: 24px;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.review-item .flexbox-wrapper p {
    color: var(--Black, #011627);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    font-family: 'Inter';
}
span.score.\31 0 {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/5sterren.svg) no-repeat;
    background-position: center left;
}

span.score.\39, span.score.\38 {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/4sterren.svg) no-repeat;
    background-position: center left;
}
span.score.\37, span.score.\36 {
     background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/4sterren.svg) no-repeat;
    background-position: center left;
}
.news-content.content-box .text-box ul {
    list-style-type: disc;
    list-style-position: outside;
        margin-left: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}
li.sf-field-post-meta-categorie:nth-of-type(1) {
    display: none;
}

.diensten-laag ul.diensten-box > li span {
    display: block;
    width: 100%;
    height: 140px;
    background-size: cover !important;
    border-radius: 12px;
    margin-bottom: 16px;
}

.diensten-laag ul.diensten-box > li p {
    margin: 0;
    text-align: center;
}
.diensten-laag ul.diensten-box > li:hover {
    border: 1px solid black;
}
.diensten-laag ul.diensten-box > li {
    flex-basis: 100%;
    width: 100%;
    border: 1px solid var(--Grays-Gray, #AAA);
    border-radius: 12px;
    transition: .1s ease-in-out;
    padding: 16px;
}
.diensten-laag ul.diensten-box {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
    display: flex
;
    flex-wrap: wrap;
    gap: 16px;
}
.partners.text-business-items div.partner:hover {
    background: #090a36;
}
.author-text {
    width: 100%;
}

section.vrijblijvend-formulier .inner .flexbox-wrapper {
    justify-content: center !important;
}

section.vrijblijvend-formulier .inner .flexbox-wrapper span.of, section.vrijblijvend-formulier .inner .flexbox-wrapper .form-box:nth-of-type(2) {
    display: none !important;
}
fieldset#field_2_6 legend {
    display: none;
}
fieldset#field_2_6 > div * {
    font-size: 14px !important;
}
fieldset#field_2_6 > div {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 14px !important;
}
fieldset#field_2_6 {
    text-align: left !important;
}
/* MEDIA - QUERIES */

@media (min-width: 600px) {

	.stappenplan-laag .stappen-box > div {
    padding: 40px;
}

.stappenplan-laag .stappen-box {
    max-width: 645px;
	gap: 40px;
}
.diensten-laag ul.diensten-box li {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
}
.diensten-laag ul.diensten-box {
    gap: 24px;
}
.project-author .author-content {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}
.project-author .author-content span, .project-author .author-content .author-text {
    font-size: 16px;
}
.author-socials a {
    transition: .1s ease-in-out;
}
.author-socials > a:hover {
    opacity: .7;
}
.projecten-zoekresultaten div.project-item {
    flex-basis: calc(50% - 16px);
    width: calc(50% - 16px);
}
.single-projecten section.project-content h1 {
    font-size: 40px;
    line-height: 120%;
}
section.vrijblijvend-formulier {
    padding-top: 80px;
}
section.vrijblijvend-formulier div.text-box * {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.vrijblijvend-formulier div.text-box {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
section.vrijblijvend-formulier h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
section.vrijblijvend-formulier .inner > .flexbox-wrapper {
    margin-top: 96px;
}
section.vrijblijvend-formulier div.form-box {
    padding: 40px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}
section.vrijblijvend-formulier div.form-box h3 {
    font-size: 32px;
    line-height: 130%;
}
section.project-content p.intro, section.project-content h1 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

section.project-content p.intro {
    font-size: 18px;
}
.project-content section.afbeeldingen-laag {
    padding-top: 64px;
}
.project-content section.afbeeldingen-laag .afbeeldingen-box {
    flex-wrap: nowrap;
}
.single-projecten section.tekst-laag h2 {
    font-size: 32px;
    line-height: 130%;
}

.single-projecten section.tekst-laag {
    padding-top: 64px;
}
.single-projecten section.review-laag .text-box {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.single-projecten section.review-laag .text-box p {
    font-size: 24px;
    line-height: 140%;
}
section.bekijk-ook-laag.berichten h2 {
    font-size: 40px;
    line-height: 120%;
}
.bekijk-ook-laag .items-box > div {
    flex-basis: 50%;
    width: 50%;
}
.bekijk-ook-laag .items-box {
    flex-wrap: nowrap;
    gap: 32px;
}
.projecten-zoekresultaten p.result-count {
    width: 100%;
    margin: 0;
}
.projecten-zoekresultaten div#active-filters-container {
    width: 100%;
}
.projecten-zoekresultaten {
    display: flex
;
    flex-wrap: wrap;
    gap: 64px 32px;
}
.tekst-formulier .form-box {
    padding: 40px;
    max-width: 645px;
}
.stappen-box .stap-item h3 {
    font-size: 24px;
    line-height: 36px;
}
.home-header-laag .content-box .d-btn {
    font-size: 16px;
}
.home-header-laag .content-box .c-btn {
    width: 100%;
}
.home-header-laag .content-box p {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}
.home-header-laag .content-box h1 {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}
.home-header-laag .content-box {
    max-width: 670px;
    padding: 40px;
    text-align: left;
    justify-content: flex-start;
}
.tekst-afb-laag .afbeelding-box img {
    display: none;
}
.tekst-afb-laag .afbeelding-box {
    max-width: 614px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}
.tekst-afb-laag .content-box {
    max-width: 568px;
}
section.sub-header-laag p, section.sub-header-laag div.text-box span {
    font-size: 20px;
}
.page-id-267 section.sub-header-laag p {
    max-width: 668px;
}
.single-kenniscentrum section.sub-header-laag p {
    max-width: 668px;
    font-size: 20px;
}

.single-kenniscentrum section.sub-header-laag h2 {
    font-size: 48px;
    line-height: 120%;
}
.single-kenniscentrum section.project-content .inner h1 {
    font-size: 40px;
}

.news-content.content-box .text-box h2 b, .news-content.content-box .text-box h3 b, .news-content.content-box .text-box h2, .news-content.content-box .text-box h3 {
    font-size: 40px;
}
.news-content.content-box .text-box h3, .news-content.content-box .text-box h3 b {
    font-size: 32px;
}
.single-kenniscentrum section.project-content .inner h1 {
    max-width: initial;
}
section.sub-header-laag h1 {
    font-size: 48px;
    line-height: 120%;
}
.site-content section h2 {
    font-size: 40px;
    letter-spacing: -.5px;
    line-height: 120%;
    margin-bottom: 16px;
}
section.stappenplan-laag .content-box {
    max-width: 568px;
}
section.icon-usp-laag .icon-wrapper {
    justify-content: center;
    gap: 32px;
}
section.drie-deling-blokken .blokken-wrapper {
    flex-wrap: nowrap;
    gap: 32px;
}
section.drie-deling-blokken .blok-item {
    flex-basis: 33%;
    width: 33%;
}
.content-container .content-items {
    flex-basis: calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
}
.content-container .image-items {
    order: 2;
    margin-bottom: 0 !important;
    flex-basis: calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
}
.content-container {
    flex-wrap: nowrap;
    gap: 40px;
    align-items: center;
}
section.faq-laag h2 {
    margin-bottom: 64px;
}
footer section.cta-laag .right-item .content-box, .cta-laag .left-item .content-box {
    flex-basis: calc(100% - 272px);
    width: calc(100% - 272px);
}
footer section.cta-laag .right-item .image-box, .cta-laag .left-item .image-box {
    margin-top: 0;
    height: 400px;
    flex-basis: 240px;
}
footer section.cta-laag .right-item, .cta-laag .left-item {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cta-laag .left-item h4 {
    font-size: 32px;
}
.cta-laag .left-item p {
    font-size: 18px;
}
.cta-laag .left-item {
    padding: 40px;
}
footer section.cta-laag {
    padding: 72px 0px;
}
section.footer {
    padding-top: 64px;
}
.information__links ul li:last-of-type {
    width: auto;
}

}

@media (min-width: 1024px) {

	section.information .inner > div {
		flex-basis: auto;
		width: auto;
		align-self: center;
	}
section.tekst-afb-laag.no-afb-text-centre .content-box .c-btn, section.tekst-afb-laag.no-afb-text-centre .content-box .d-btn {
    margin-left: auto;
    margin-right: auto;
}
section.tekst-afb-laag.no-afb-text-centre .content-box {
    margin: 0 auto;
    text-align: center;
    max-width: 760px;
}
    .footer__menu > ul > li:first-of-type:after {
        display: none;
    }
    .bekijk-ook-laag .items-box > div:hover .n-btn {
    text-decoration: underline;
}

    ul.footer__menu-list {
        max-height: initial;
    }
    section.footer * {
    line-height: 28px;
    font-size: 18px;
}
.projecten-zoekresultaten p.result-count {
    font-size: 40px;
    line-height: 120%;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) a span.project-thumb {
    top: 0 !important;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(2), .projecten-laag .projecten-wrapper div.project-item:nth-of-type(3), .projecten-laag .projecten-wrapper div.project-item:nth-of-type(4) {
    width: calc(50% - 16px);
    float: right;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) a {
        display: flex
;
        height: 100%;
        position: relative;
        width: 100%;
        padding: 32px;
        align-items: end;
}

.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) {
    width: calc(50% - 16px);
    float: left;
    margin-bottom: 0;
    min-height: 460px;
        padding: 0;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) .project-thumb {
    height: 100%;
}
section.information .inner > div {
    width: 100%;
}
	header#masthead {
		padding: 16px 0px;
	}
	section.information .inner {
		justify-content: space-between;
	}

	.footer__menu {
		gap: 40px;
	}
	.footer__menu > ul {
		flex-basis: auto;
		width: auto;
	}
    form ul li label {
        padding: 0 !important;
    }
    form ul li label:hover {
        font-weight: 700 !important;
    }
    form ul li input {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        appearance: none;
        cursor: pointer;
    }
    form ul {
        display: flex !important
    ;
        gap: 16px;
        flex-wrap: wrap;
    }
    form ul li {
        font-size: 20px;
        line-height: 120%;
        position: relative;
        padding: 0 !important;
    }
    li.sf-option-active label {
        color: var(--Black, #011627);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    li.sf-field-category li, li.sf-field-post-meta-categorie li {
        padding: 8px 0px !important;
        padding-left: 32px !important;
        border-left: 2px solid transparent;
        transition: .1s ease-in-out;
    }
    li.sf-field-category li:hover, li.sf-field-post-meta-categorie li:hover {
        font-weight: 700 !important;
    }
    li.sf-field-category li.sf-option-active, li.sf-field-post-meta-categorie li.sf-option-active {
        border-left: 2px solid #011627;
    }
	section.footer {
		padding: 40px 0px;
	}

}

@media (min-width: 1180px) {

	section.information .inner {
		flex-wrap: wrap;
	}
    .information__links ul {
        gap: 40px;
    }
    .error404 section.tekst-laag {
    padding: 200px 0px;
}
.page-id-77 section.uitklap-laag.blue-bg .inner {
    max-width: 1624px;
}
li#menu-item-57 > a {
    pointer-events: none;
}
fieldset#field_2_6 > div {
    position: absolute;
    width: 500px;
}
fieldset#field_2_6 {
    position: relative;
    height: 60px;
}
form#gform_2 > div.gform-footer {
    position: absolute;
    bottom: 76px;
    right: 0;
}

form#gform_2 {
    position: relative;
}
div#field_2_3 {
    max-width: 230px;
}
.tekst-afb-laag ul.pluspunten li {
    font-size: 20px;
    line-height: 160%;
}
.single-projecten section.bekijk-ook-laag.berichten .inner {
    max-width: 1358px;
}
.diensten-laag ul.diensten-box li {
    flex-basis: calc(33.33% - 16px);
    width: calc(33.33% - 16px);
}
.diensten-laag ul.diensten-box > li p {
    text-align: left;
}
ul.diensten-box li.dienst-item {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/arrow-right-grey.png) no-repeat;
    background-position: calc(100% - 24px) calc(100% - 24px);
    position: relative;
    padding: 24px;
}
.diensten-laag ul.diensten-box > li span {
    height: 180px;
}
section.tekst-afb-laag.diensten-laag .content-box {
    margin: 0 auto;
    text-align: center;
    max-width: 780px;
}
.page-id-77 section.uitklap-laag.blue-bg .inner .text-box {
    max-width: 550px;
}
.page-id-77 .uitklap-laag .right.image-items {
    max-width: 645px;
}
.project-content .inner > .project-author {
    padding-top: 120px;
}
.review-item {
    padding: 40px;
}
.review-item .text-box *, .review-item .flexbox-wrapper p {
    font-size: 16px;
}
.reviews-slider .owl-nav > div {
    background: #F3F6F9 url(https://stroom.okgas.nl/wp-content/uploads/2025/06/arrow-right-grey-slider.svg) no-repeat;
    background-position: center center;
}
.reviews-slider .owl-dots {
    display: none;
}
.reviews-slider .owl-stage .owl-item {
    border-radius: 12px;
    background: #f3f6f9;
}
.reviews-slider .owl-stage {
    display: flex !important
;
}

.reviews-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: -138px;
    width: auto;
    gap: 24px;
    right: 0;
}
li#menu-item-298, li#menu-item-306 {
    margin-top: 0 !important;
}
li#menu-item-298 a {
    border: none;
}
li.menu-item-57 {
    padding: 0 !important;
}
ul#primary-menu > li {
    z-index: 999;
}
ul#primary-menu > li:nth-of-type(2) {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.single-kenniscentrum section.project-content .inner > .flexbox-wrapper > div {
    margin-bottom: 0;
}

.single-kenniscentrum section.project-content .inner > .flexbox-wrapper {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 72px;
}
.single-kenniscentrum section.project-content .inner > .flexbox-wrapper.share-items {
    align-items: flex-end;
}

.single-kenniscentrum section.project-content .inner > .flexbox-wrapper.share-items > div {
    width: auto;
}
.bekijk-ook-laag.berichten .project-content .categorie-box {
    max-width: 260px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.page-id-77 div#navbar:before {
    opacity: 0 !important;
}
.page-id-77 div#navbar {
    margin: 0 !important;
    padding: 0 !important;
}
.page-id-77 ul.nav-menu li.menu-item-298 {
    display: flex !important
;
}
.page-id-77 a.site-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.page-id-77 ul.nav-menu li {
    display: none !important;
}
.header__navbar li.menu-item-305 {
    margin-left: auto;
}
section.projecten-laag .text-box p {
    font-size: 20px;
    line-height: 150%;
}
section.projecten-laag .text-box {
    max-width: 633px;
}
section.projecten-laag .inner {
    position: relative;
}

section.projecten-laag a.c-btn {
    position: absolute;
    right: 24px;
    top: 0;
    margin-top: 0;
}
section.projecten-laag a.c-btn:hover {
    color: #011627;
    border: 2px solid #011627;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(n+2) {
    padding: 32px;
    margin-bottom: 24px;
}
ul.footer__menu-list li:nth-of-type(n+2) a {
    font-size: 18px;
}
button.dropdown-toggle {
    display: none !important;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(n+2) .content-box p {
    display: none;
}
.projecten-laag .projecten-wrapper div.project-item:nth-of-type(1) {
    min-height: 645px;
}
.projecten-laag .projecten-wrapper div.project-item a:hover .n-btn {
    text-decoration: underline;
}
body.home section.faq-laag {
    padding-top: 120px;
}
.projecten-laag .projecten-wrapper {
    margin-top: 64px;
}
.header__navbar a {
    color: var(--Black, #011627);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
li#menu-item-298 a {
    color: var(--Grays-Darker-gray, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
        padding: 12px 24px !important;
    font-weight: 700;
    display: block;
    line-height: 150%;
}
li#menu-item-298:hover a {
    color: #666666 !important;
}

li#menu-item-298:hover {
    opacity: .7;
}

li#menu-item-298 {
    border-radius: 12px;
    border: 2px solid var(--Grays-Darker-gray, #666) !important;
    transition: .1s ease-in-out;
        min-height: 58px;
    display: flex
;
    align-items: center;
}
.page-id-77 li#menu-item-298 {
    margin-left: auto;
}
li#menu-item-306 a {
    color: var(--White, #FFF) !important;
    font-family: Inter;
    font-size: 16px;
        padding: 12px 24px !important;
    font-style: normal;
    display: block;
    font-weight: 700;
    
    line-height: 150%;
    background: transparent !important;
}

li#menu-item-306:hover {
   background: #0C747E;
}
li#menu-item-306 {
    border-radius: 12px;
    background: var(--Green, #118590);
    min-height: 58px;
    transition: .1s ease-in-out;
    display: flex
;
    align-items: center;
}
section.vrijblijvend-formulier {
    margin-top: -92px;
    padding-top: 212px;
}
section.vrijblijvend-formulier div.form-box {
    margin: initial;
}
.page-id-77 .information .inner {
    max-width: 1576px;
}
section.vrijblijvend-formulier .inner .flexbox-wrapper span.of {
    display: block;
    border-radius: 12px;
    background: var(--White, #FFF);
    padding: 32px;
    align-self: flex-start;
    color: var(--Black, #011627);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 144px;
    width: 88px;
}

section.vrijblijvend-formulier .inner .flexbox-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}
section.vrijblijvend-formulier .inner {
    max-width: 1624px;
}
.vrijblijvend-formulier .gform-footer.gform_footer.top_label {
    margin-top: 24px !important;
}
fieldset#field_3_7 > legend {
    display: none;
}
section.projecten-overzicht {
    padding-top: 60px;
    padding-bottom: 120px;
}
.single-projecten section.sub-header-laag {
    height: 538px;
    margin-top: -128px;
    overflow: hidden;
}
.single-projecten section.project-content {
    padding-top: 60px;
}
.single-projecten section.project-content .inner {
    width: 100%;
}
section.afbeeldingen-laag .afbeeldingen-box > div {
    height: 496px;
}
.project-content section.tekst-laag .text-box {
    max-width: initial;
}
.single-projecten section.review-laag {
    padding-top: 0;
}
.single-projecten .tekst-afb-laag .content-box .c-btn {
    margin-top: 24px;
}

.single-projecten .tekst-afb-laag .content-box div.text-box * {
    font-size: 20px;
    color: #011627;
}
.single-projecten .tekst-afb-laag .content-box h2 {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 16px;
}
section.bekijk-ook-laag.berichten {
    padding-bottom: 120px;
}
section.projecten-overzicht .inner div.projecten-zoekresultaten {
    flex-basis: calc(100% - 400px);
    width: calc(100% - 400px);

}
section.projecten-overzicht .inner div.projecten-filter {
    flex-basis: 320px;
    width: 320px;
    align-self: flex-start;
    position: sticky;
    top: 170px;
}
section.projecten-overzicht .inner {
    display: flex
;
    flex-wrap: nowrap;
    gap: 80px;
    justify-content: space-between;
}
section.projecten-overzicht h2 {
    margin-bottom: 40px;
}
.projecten-zoekresultaten div.project-item {
    margin-bottom: 0;
}
.projecten-zoekresultaten .project-item a .project-content {
    justify-content: space-between;
}

.error404 section.tekst-laag h1 {
    font-size: 48px;
    margin-bottom: 40px;
}
.error404 section.tekst-laag * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	.footer__company {
		flex-basis: auto;
		width: auto;
	}
    .tekst-formulier .form-box {
        margin-top: 0;
    }
    form#gform_2 {
    gap: 16px;
}
form#gform_2 .gform-body.gform_body {
    flex-grow: 2;
}
    section.tekst-afb-laag.tekst-formulier .inner .flexbox-wrapper {
    align-items: flex-start;
}
.tekst-formulier .contact-box {
    max-width: 360px;
    padding: 48px 32px;
}
.tekst-formulier .contact-box p {
    margin-left: 32px;
}

.tekst-formulier .contact-box a {
    display: flex
;
    align-items: center;
    gap: 8px;
}
.tekst-formulier .contact-box a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/arrow-right.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.tekst-formulier .gform-footer.gform_footer.top_label {
    margin-top: 24px !important;
}
.tekst-formulier .form-box h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
.form-box .ginput_container_text input, .form-box .ginput_container_email input, .form-box .ginput_container_phone input {
    min-height: 58px;
}
	.header__menu-btn {
		display: none;
	}
	section.blue-bg > section:nth-of-type(2) .afbeelding-box {
    order: -1;
}
section.tekst-laag .text-box {
    max-width: 1000px;
}
section.tekst-laag {
    padding: 120px 0px;
}
section.tekst-laag h2 {
    font-size: 32px;
    color: #16191D;
}
section.home-header-laag {
    margin-top: -92px;
    padding: 196px 0px;
    padding-bottom: 64px;
}
section.icon-usp-laag .icon-item {
    flex-basis: calc(33.33% - 22px);
    width: calc(33.33% - 22px);
    justify-content: center;
}
.blok-item ul li {
    width: 100%;
}
.blokken-wrapper .blok-item ul {
    border-bottom: 0;
}
body.home section.Bottom {
    padding-bottom: 120px !important;
}
section.uitklap-laag.blue-bg .inner .text-box p {
    font-size: 20px;
}
.gone-desktop {
    display: none;
}
.content-container {
    margin-top: 64px;
    justify-content: space-between;
    gap: 80px;
    flex-basis: 100%;
    width: 100%;
}
.uitklap-laag .right.image-items > div {
    height: 100%;
}

.uitklap-laag .right.image-items {
    height: 580px;
}
.uitklap-laag .content-box > h3, .uitklap-laag .content-box.active > * {
    display: block !important;
}
.uitklap-laag .content-box > * {
    display: none;
}
.uitklap-laag .content-box {
    display: block;
    padding-left: 32px;
    border-left: 2px solid transparent;
    transition: .1s ease-in-out;
    cursor: pointer;
}
.uitklap-laag .content-box.active {
    border-left: 2px solid white;
    display: block;
}
.vraag-item.uitklap-item h3 {
    font-size: 18px;
}
footer section.cta-laag .inner > .flexbox-wrapper > div {
    margin-top: 0;
}
footer section.cta-laag .inner > .flexbox-wrapper {
    flex-wrap: nowrap;
    gap: 32px;
}
footer section.cta-laag .inner > .flexbox-wrapper > div.right-item {
    order: 2;
}
form#gform_2 {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
form .gform_footer {
    margin: 0 !important;
    align-self: flex-end;
}
.gform-footer.gform_footer.top_label input {
    padding-left: 24px;
    padding-right: 24px;
}
.cta-laag .left-item .form-box {
    margin-top: 70px;
}
.klantenvertellen {
    flex-basis: 212px;
    margin-top: 0;
}
div.footer__menu {
    gap: 120px;
    flex-grow: initial;
}
.footer__company {
    padding: 0;
    background: none;
    display: flex
;
    flex-wrap: nowrap;
}
.footer__company .footer__info {
    margin-top: 0;
    max-width: 217px;
}

footer section.cta-laag .inner {
    max-width: 1624px;
}
.uitklap-laag .left.content-items > * {
    flex-basis: 100%;
    width: 100%;
}
.uitklap-laag .left.content-items {
    order: 2;
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}
.uitklap-laag .content-box a.c-btn {
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
}
section.tekst-afb-laag {
	padding-top: 120px;
}
section.Bottom {
    padding-bottom: 120px !important;
}
span.afbeelding-box.Links {
    order: -1;
}
div.text-box * {
    font-size: 20px;
    line-height: 160%;
}
.tekst-afb-laag a.d-btn {
    margin-left: 0;
}
section.reviews-laag {
	padding: 120px 0px;
}
.faq-laag .vragen-box {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}
	a.site-logo {
		width: 200px;
		height: 60px;
        z-index: 9999;
	}
	section.stappenplan-laag .flexbox-wrapper div.stappen-box {
    margin-top: 0;
}

section.stappenplan-laag .flexbox-wrapper {
    justify-content: space-between;
    align-items: center;
}
.stappenplan-laag a.c-btn {
	margin-top: 96px;
}
section.blue-bg {
	padding: 120px 0px;
}
section.tekst-afb-laag .flexbox-wrapper .afbeelding-box {
    margin-top: 0;
}
section.tekst-afb-laag .flexbox-wrapper {
    justify-content: space-between;
    align-items: center;
}
	header#masthead {
    padding: 16px 40px;
    max-width: 1576px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    border-radius: 12px;
    top: 40px;
}
section.sub-header-laag {
    margin-top: -92px;
    padding-bottom: 130px;
    padding-top: 228px;
}
section.stappenplan-laag {
	padding-top: 120px;
	padding-bottom: 120px;
}
	.header__navbar {
		order: initial;
		flex-basis: initial;
		width: initial;
	}
	ul#primary-menu {
		max-height: initial;
		display: flex;
		align-items: center;
		gap: 24px;
        overflow: visible;
	}
    ul#primary-menu > li.menu-item-has-children  ul.sub-menu li:last-of-type {
    margin-bottom: 0;
}

ul#primary-menu > li.menu-item-has-children  ul.sub-menu li a {
    font-size: 16px;
}
ul#primary-menu > li.menu-item-has-children  ul.sub-menu li {
    margin-bottom: 8px;
}
ul#primary-menu > li.menu-item-has-children  ul.sub-menu {
    display: block;
    background: white;
    padding: 24px;
    min-width: 300px;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.02), 0px 12px 12px 0px rgba(0, 0, 0, 0.03), 0px 3px 7px 0px rgba(0, 0, 0, 0.04), 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
ul#primary-menu a:hover, ul#primary-menu > li.menu-item-has-children  ul.sub-menu li a:hover {
    color: var(--Green, #118590);
}
    div#navbar:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background: #E1E5EA;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
div#navbar {
    flex-grow: 2;
    margin-left: 32px;
    padding-left: 32px;
    position: initial;
}
.sub-menu-wrapper {
    max-width: 1576px;
    position: absolute;
    width: 100%;
    left: 0;
}
ul#primary-menu > li {
    position: initial;
}
li#menu-item-305 {
    margin-right: 8px;
}
	ul#primary-menu > li:nth-of-type(1) {
		margin: 0;
	}
	ul#primary-menu > li {
		border-bottom: initial;
	}
	ul#primary-menu > li:last-of-type {
		margin-bottom: 0;
	}
	ul#primary-menu ul.sub-menu {
		position: absolute;
	}
	.header__nav .inner {
		        max-width: initial;
        padding: 0;
        flex-wrap: nowrap;
		align-items: center;
	}
	ul#primary-menu > li.menu-item-has-children  a {
		padding-right: 26px;
	}
	ul#primary-menu > li a {
		padding: 0;
	} 
	ul#primary-menu > li.menu-item-has-children  a:after {
		top: 5px;
	}

ul#primary-menu > li.menu-item-has-children ul.sub-menu {
    max-height: initial;
    z-index: 2;
            opacity: 0;
            width: 100%;
        pointer-events: none;
        transition: .2s ease-in-out;
    margin: 0;
}
li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1 !important;
    pointer-events: all !important;
}
ul#primary-menu > li.menu-item-has-children ul.sub-menu > li span {
    display: block;
    width: 100%;
    height: 145px;
    border-radius: 12px;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 16px;
}
ul#primary-menu > li.menu-item-has-children ul.sub-menu > li {
    flex-basis: calc(33.33% - 11px);
    border-radius: 12px;
    border: 1px solid var(--Grays-Gray, #AAA);
    padding: 24px;
}
ul#primary-menu > li.menu-item-has-children ul.sub-menu {
    border-radius: 12px;
    padding: 40px;
    display: flex
;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 50px;
}
ul#primary-menu > li.menu-item-has-children:before {
         position: absolute;
        width: 250px;
        height: 110px;
        top: 0;
        content: '';
        left: 17%;
        display: block;
}
ul#primary-menu > li.menu-item-has-children ul.sub-menu li a {
    padding-right: 0;
}
	.footer__form {
		flex-basis: auto;
		width: auto;
		max-width: 320px;
	}
	section.footer .inner.flexbox-wrapper {
		flex-wrap: nowrap;
		align-items: flex-start;
        justify-content: space-between;
	}
	.footer__menu {
        flex-basis: auto;
        width: auto;
        flex-grow: 2;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: nowrap;
	}
	    section.footer {
        padding: 64px 0px;
        padding-bottom: 56px;
    }
	section.footer .flexbox-wrapper {
		gap: 16px 40px;
	}
    .footer__company {
    gap: 120px;
}
ul.sub-menu li a {
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/arrow-right-grey.png) no-repeat;
    background-position: 100% 100%;
}
section.footer .inner {
    max-width: 1624px;
}
	.footer__logo {
		flex-basis: 200px;
		width: 200px;
		max-width: 200px;
	
	}
	section.header__top {
		padding: 8px 0px;
	}
	section.header__top ul {
		gap: 24px;
	}
	section.header__top .inner {
		gap: 40px;
	}
	section.header__top .inner div.information__socials ul {
		gap: 8px;
	}
    .single-kenniscentrum section.sub-header-laag {
    overflow: hidden;
    margin-top: -141px;
    height: 538px;
}
.single-kenniscentrum section.project-content {
    padding-top: 48px;
}
.single-kenniscentrum section.project-content .inner {
    max-width: 960px;
}
.single-kenniscentrum span.project-thumb-small {
    height: 600px;
    margin-bottom: 64px;
}
.news-content figure img {
    width: auto;
    margin-left: 0 !important;
    max-height: 500px;
}
.news-content figcaption {
    font-size: 14px !important;
}
.news-content.content-box .text-box blockquote p {
    font-size: 20px;
}
.news-content.content-box .text-box * {
    font-size: 18px;
    line-height: 160%;
}
section.bekijk-ook-laag.berichten .inner {
    max-width: 960px;
}

    section.header__top .inner div.information__socials {
		display: block;
	}

    section.sub-header-laag h1, .home-header-laag .content-box h1 {
        font-size: 32px;
    }
    section.sub-header-laag div.text-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
section.sub-header-laag h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

}

@media (min-width:1500px) {

ul#primary-menu > li.menu-item-has-children ul.sub-menu > li span  {
    height: 205px;
}
header#masthead {
      max-width: 1576px;
}
section.sub-header-laag h1, .home-header-laag .content-box h1 {
    font-size: 48px;
}
section.sub-header-laag {
    padding-bottom: 160px;
    padding-top: 256px;
}

}

@media (max-width:1180px) {

.uitklap-laag .content-box,
.uitklap-laag  .image-items > div {
  display: none;
}

.uitklap-laag  .content-box.active,
.uitklap-laag  .image-items > div.active {
  display: block;
}
.dropdown-items {
  display: none;
}

.dropdown-items.open {
  display: block;
}
.uitklap-laag .dropdown-wrapper button {
    appearance: none;
    border-radius: 12px;
    border: 1px solid var(--White, #FFF);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: url(https://stroom.okgas.nl/wp-content/uploads/2025/06/chevron-down-white.svg) no-repeat;
    padding: 16px 24px;
    width: 100%;
    text-align: left;
    background-position: 95% 50%;
}
.uitklap-laag .dropdown-wrapper {
    width: 100%;
    margin-top: 48px;
}

}

@media (max-width: 600px) {

.tekst-afb-laag span.afbeelding-box {
    height: 334px !important;
}
section.home-header-laag span.afbeelding-box.mobiel-afb {
    display: block !important;
}
li.sf-field-post-meta-categorie:nth-of-type(1) {
    display: block;
    margin-bottom: 48px;
}
li.sf-field-post-meta-categorie:nth-of-type(1) select {
    display: block;
    border-radius: 12px;
    border: 1px solid var(--Black, #011627);
    appearance: none;
    padding: 16px 24px;
    width: 100%;
}
li.sf-field-post-meta-categorie:nth-of-type(1) label {
    width: 100%;
}
li.sf-field-post-meta-categorie:nth-of-type(1) select {
    display: block;
    border-radius: 12px;
    border: 1px solid var(--Black, #011627);
    appearance: none;
    padding: 16px 24px;
    width: 100%;
    color: var(--Black, #011627);
    font-family: Inter;
            background: url(https://stroom.okgas.nl/wp-content/uploads/2024/11/chevron-down-grey.svg) no-repeat;
        background-position: 95% 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
li.sf-field-post-meta-categorie:nth-of-type(2) {
    display: none;
}
.menu-active ul#primary-menu {
    max-height: 100vh;
    min-height: calc(100vh - 112px);
}
ul#primary-menu > li#menu-item-298 {
    margin-top: auto;
}
.home-header-laag a.c-btn:after {
    content: 'Vrijblijvend gesprek aanvragen';
    font-size: 16px;
}
.home-header-laag a.c-btn {
    font-size: 0;
    width: 100%;
}
section.icon-usp-laag .icon-wrapper {
    padding-left: 24px;
}

ul#primary-menu > li {
    flex-basis: 100%;
    width: 100%;
}
ul#primary-menu {
    display: flex
;
    flex-wrap: wrap;
            flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

}