.referentie-swiper {
	margin-bottom: 50px;
	overflow: visible;
}
.swiper-wrapper {
	width: 100%;
	max-width: 1290px;
	overflow: visible;
	height: 100%;
}
.grecaptcha-badge {
	display: none!important;
}

.uitbreidingen-wrapper a {
	position: absolute;
    background-color: #f5ae0a;
	color: #000;
	padding: var(--theme-button-padding);
	right: 20px;
	bottom: 0;
	z-index: 1;
	margin-bottom: 0;
	border-radius: 50px;
	transition: -webkit-transform 0.2s;
}
.uitbreidingen-wrapper a:hover {
    transform: translateY(-10px);
    transition: -webkit-transform 0.2s;
	color: #000;
}
.uitbreidingen-wrapper a:hover::after {
    transform: translate(20%, -20%);
    transition: 0.15s ease-in-out;
}
.uitbreidingen-wrapper a::after {
	content: "";
	transition: 0.15s ease-in-out;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill-rule='evenodd' d='M.341.738C.341.33.671 0 1.079 0h8.183C9.67 0 10 .33 10 .738V8.92a.738.738 0 1 1-1.475 0V2.52L1.259 9.784A.738.738 0 0 1 .216 8.74l7.265-7.266H1.08A.738.738 0 0 1 .34.738Z'/%3E%3C/svg%3E");
}
input[type="file"] {
    display: none;
}
iframe {
	pointer-events: unset!important;
}
.custom-file-upload {
    border: 2px solid #00000014;
    padding: 6px 12px;
    cursor: pointer;
	border-radius: 50px;
	display: flex!important;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: #b8d7ef;
	height: 55px;
}
#navigation,
#dialoog,
#mdm,
#rust_rijtijdenbeheer,
#voertuigdata,
#track_and_trace,
#rijstijlanalyse,
#remote_tacho_download,
#koppeling_api,
#charter_app {
	scroll-margin-top: 200px;
}
svg {
	overflow: visible;
}
svg a.svg-circle-link {
  transform-box: fill-box;     /* use the element’s own bounding box */
  transform-origin: center;    /* scale from its center */
  transition: transform 0.25s ease;
} 
svg a.svg-circle-link:hover {
  transform: scale(1.12);
}
.custom-file-upload span.wpcf7-not-valid-tip {
	position: absolute;
    width: 200px;
    margin-left: 50px;
    margin-top: -10px;
}
.custom-file-upload svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.swiper-button-wrapper {
	display: flex;
}
.swiper-bottom {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}
.border-radius-30 > img {
	border-radius: 30px;
}
.icon-box-1 > div {
    padding: 10px;
    border-radius: 5px;
    background-image: linear-gradient(325deg, rgb(22, 76, 107) 0%, rgb(33, 144, 161) 100%);
    margin-bottom: 20px!important;
}
.swiper-button-prev,
.swiper-button-next {
	position: relative!important;
	display: inline-block;
	color: #fff;
	display: flex;
	height: 50px;
    width: 50px;
}
.margin-bottom-0 {
	margin-bottom: 0!important;
}
div.ct-panel-content[data-device="mobile"] {
	.ct-header-text {
		display: none;
	}
}
#map {
	height: 400px;
	width: 100%;
	border-radius: 30px;
}
.leaflet-left .leaflet-control {
    margin-left: 20px;
}
.leaflet-top .leaflet-control {
    margin-top: 20px;
}
.leaflet-touch .leaflet-bar {
	border: 0!important;
}
.leaflet-bar a {
	background-color: #00000078;
    color: #ffffff !important;
    border: 0 !important;
}
.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.leaflet-bar a:hover {
	background-color: #2190a1cc;
}
.leaflet-control-attribution {
  display: none !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	border: 2px solid #00000014;
}
.wpcf7#wpcf7-f1600-p15-o1 input[type="text"],
.wpcf7#wpcf7-f1600-p15-o1 input[type="email"],
.wpcf7#wpcf7-f1600-p15-o1 input[type="tel"],
.wpcf7#wpcf7-f1600-p15-o1 textarea {
	background-color: #fff;
	border: 2px solid #fff;
}
.wpcf7#wpcf7-f1600-p15-o1 input[type="text"]:focus,
.wpcf7#wpcf7-f1600-p15-o1 input[type="email"]:focus,
.wpcf7#wpcf7-f1600-p15-o1 input[type="tel"]:focus,
.wpcf7#wpcf7-f1600-p15-o1 textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
	background-color: #fff;
	border: 2px solid #DB610F;
}
.wpcf7 p {
	margin-bottom: 20px;
}
.wpcf7 label {
	margin-bottom: 0px!important;
}
.wpcf7-not-valid-tip {
    color: #cacaca;
}
.wpcf-columns-2 > p {
    display: flex;
    flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}
.wpcf-columns-2 label {
	width: 47.5%;
}
.wpcf-columns-2 p::after {
	display: none!important;
}
.wpcf7-submit {
	background-color: #D35D05!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb900;
    border-radius: 30px;
    font-style: normal;
    padding: 15px 20px;
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1ecc48;
    background-color: #1ecc48;
    padding: 15px 20px;
    border-radius: 30px;
    color: #000000;
    font-style: normal;
    margin: 0;
	margin-top: 30px;
}
textarea::-webkit-resizer {
	visibility: hidden;
}
.wpcf7 form[data-status="sent"] input,
.wpcf7 form[data-status="sent"] textarea,
.wpcf7 form[data-status="sent"] p {
	display: none;
}
.swiper-button-wrapper svg {
	height: 2rem;
}
.swiper-slide {
  opacity: 0.3; 
  transition: opacity 0.3s ease;
}
.referentie-swiper .swiper-slide.swiper-slide-active,
.referentie-swiper .swiper-slide.swiper-slide-active + .swiper-slide,
.referentie-swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
  pointer-events: auto;
}
.swiper-slide a {
	pointer-events: none;
}
.referentie-swiper .swiper-slide.swiper-slide-active a,
.referentie-swiper .swiper-slide.swiper-slide-active + .swiper-slide a,
.referentie-swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide a {
  pointer-events: auto;
}
.wpcf7[data-wpcf7-id="2893"] input[type="submit"] {
	display: inline-block!important;
    width: 140px;
    margin-left: 10px;
	float: right!important;
}
.wpcf7[data-wpcf7-id="2893"] label {
	display: inline-block!important;
    width: calc(100% - 150px);
}

@media only screen and (max-width: 1350px) {
	.referentie-swiper {
		margin-bottom: 50px;
		overflow: hidden;
		width: 100%;
		width: var(--theme-container-width, 1200px);
		max-width: var(--theme-normal-container-max-width, 1200px);
	}
	.swiper-bottom {
		width: var(--theme-container-width, 1200px);
		max-width: var(--theme-normal-container-max-width, 1200px);
	}
}
@media only screen and (max-width: 1350px) {
    .referentie-swiper {
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
		padding-right: 30px;
    }
}

.gspb_text {
	margin-bottom: 1.5rem!important;
}
.icon-list-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.icon-list-flex.flex-column {
    flex-direction: column;
	gap: 15px;
}
.icon-list-flex.flex-column > div {
    width: 100%;
    border-radius: 20px;
    align-items: flex-start !important;
}
.icon-list-flex strong {
    font-size: 20px;
}
.icon-list-flex > div {
    width: calc(50% - 15px);
    border-radius: 20px;
    align-items: flex-start !important;
}
.icon-list-flex > div > svg {
    padding: 10px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 5px;
    background-color: rgb(22, 76, 107);
    top: 6px;
    position: relative;
}
.icon-list-flex.flex-3 {
	justify-content: space-between;
	gap: 0;
}
.icon-list-flex.flex-3 > div {
	width: 30%!important;
}
.icon-list-flex.flex-2 {
	justify-content: space-between;
	gap: 0;
	padding-left: 7%;
	padding-right: 7%;
}
.icon-list-flex.flex-2 > div {
	width: 47.5%!important;
}
.icon-list-flex.bg-orange > div > svg {
	background-color: #DB610F;
}
.icon-list-flex.color-white {
	color: #fff;
}
.icon-list-flex-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon-list-flex-2 > div {
    flex-direction: column;
    margin-bottom: 1em;
    align-items: flex-start !important;
}
.icon-list-flex-2 span {
    color: rgb(223, 223, 223);
}
.icon-list-flex-2 > div > svg,
.icon-list-flex-2 > div > img {
    border-radius: 5px;
    top: 6px;
    position: relative;
}
.icon-list-flex-2 strong {
    color: rgb(255, 255, 255);
}
.gspb_iconsList__item svg {
	color: #fff!important;
}
[class*="animated-submenu"] > .sub-menu {
    padding: 15px!important;
    width: max-content;
}
#menu-main-menu-1,
#menu-mobile-menu,
ul[data-icons-type="rounded:outline"] {
	padding-left: 0!important;
}
.buttons-inline-block {
    text-align: center;
}
.buttons-inline-block > div {
    display: inline-block !important;
    text-align: center;
}
.buttons-inline-block > div:not(:last-child) {
    margin-right: 20px;
}
.inline-block {
    display: inline-block;
}
.top-menu-links {
    margin-right: 40px;
    font-weight: 200;
}
.top-menu-links a {
    color: rgb(255, 255, 255);
}
.top-menu-links a:hover {
    color: #D35D05!important;
}
.top-menu-links a:not(:last-child) {
    margin-right: 20px;
}
.footer-links a {
	color: #e9e9e9;
	font-weight: 200!important;
}
.footer-copyright a {
    font-weight: 200;
    color: rgb(233, 233, 233) !important;
}
.footer-links a:hover {
	color: #fff;
}
.footer-copyright a:hover {
    color: rgb(255, 255, 255) !important;
}
.cases-wrapper-homepage > div > div:hover a {
    transform: translateY(-10px);
    transition: -webkit-transform 0.2s;
}
.cases-wrapper-homepage > div > div a {
    transition: -webkit-transform 0.2s;
}
.copyright-zigzag-wrapper,
.copyright-zigzag-wrapper a,
.copyright-zigzag-wrapper img {
    height: 1em;
    line-height: 1;
    overflow: hidden;
    display: flex;
}
.copyright-zigzag-wrapper img:first-child {
    height: 2em;
    transform: translateY(-50%);
    transition: 0.2s ease-out;
}
.copyright-zigzag-wrapper a:hover img:first-child {
    transform: translateY(0%);
    transition: 0.2s ease-out;
}
.video-wrapper-bg {
    height: 800px;
    overflow: hidden;
}
.video-wrapper-bg video {
    position: absolute;
    width: 100vw;
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-visual-separator-1 div:first-child {
    width: calc(300px + 50vw) !important;
}
.home-visual-separator-1 div:last-child {
    width: calc(-300px + 50vw) !important;
}
.splide__slide {
    display: flex;
    place-content: center;
    padding: 0px 100px;
}
.splide__slide img {
    width: 100%;
    max-height: 80px;
    max-width: 320px;
    object-fit: contain;
}
.text-align-left {
    text-align: left !important;
}
.wp-element-button:hover svg {
    transform: translate(20%, -20%);
    transition: 0.15s ease-in-out;
}
.wp-element-button svg {
    transition: 0.15s ease-in-out;
}
.home-scroll-sticky-left .gspb_image {
	display: none!important;
}
.home-scroll-sticky-left > div {
	display: flex;
	gap: 300px;
	flex-direction: column;
    justify-content: center;
}
.home-scroll-sticky-left > div > div.wp-block-greenshift-blocks-row-column {
	display: flex;
	flex-direction: column;
    justify-content: center;
}
/* The sticky frame that pins in place */
.home-scroll-sticky-right {
  position: relative;
}

.home-scroll-sticky-right .sticky-frame {
  position: sticky;
  top: calc(50% - 180px);
  width: 100%;
  min-height: 370px;
  overflow: hidden;
}
.cat-filter a.btn {
	border:1px solid #ddd;
	padding:.5rem .75rem;
	border-radius:999px;
	text-decoration:none;
	color:#2192A0!important;
}
.cat-filter a.btn:hover {
	border:1px solid #2192A0;
}
.cat-filter a.btn.active {
	border:1px solid #2192A0;
	background-color: #2192A0;
	padding:.5rem .75rem;
	border-radius:999px;
	text-decoration:none;
	color:#fff!important;
}
.cat-filter {
	margin-bottom:50px;
	display:flex;
	gap:.5rem;
	flex-wrap:wrap;
}
.home-scroll-sticky-right .sticky-frame .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 400ms ease;
  z-index: 0;
}

.home-scroll-sticky-right .sticky-frame .slide.is-active {
  opacity: 1;
  z-index: 1;
}

.home-scroll-sticky-right .sticky-frame .slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.sticky-bg-asset {
	position: absolute;
    top: 25%;
    left: calc(-50vw + 652px);
	z-index: -1;
}
ul {
	padding-left: 30px!important;
}
ul li {
	padding-left: 5px;
}
ul li::marker {
    color: #2190A1;
    font-size: 1.1em;
    font-weight: bold;
	padding-right: 10px;
}
blockquote:not(blockquote.blockquote-no-styling):not(blockquote.blockquote-alt) {
	border-left: 0 !important;
    font-size: 1.1rem !important;
    padding: 14px 25px !important;
    color: rgba(255, 255, 255, 0.8)!important;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #2593A1;
    margin-left: 30px !important;
	margin-right: 30px !important;
    top: -50px;
	font-family: var(--theme-font-family)!important;
	overflow: hidden;
}
.blockquote-big > em {
	font-size: 2em!important;
}
blockquote.blockquote-alt {
	border-left: 0 !important;
    font-size: 1.4rem !important;
    position: relative;
	font-family: var(--theme-font-family)!important;
	font-weight: 600;
	display: inline;
	padding-left: 0!important;
	color: #042233;
}
@media screen and (max-width: 980px) {
	blockquote.blockquote-alt {
		margin-left: 3rem;
	}
	.blockquote-big > em {
		font-size: 1.5em!important;
	}
}
.quote-alt-from {
    font-style: italic;
	text-align: right;
	margin-top: 10px;
	color: #042233;
	margin-bottom: 0!important;
}
.quote-alt-from::before {
	content: '⚊';
    font-size: 1rem;
    font-family: Georgia;
    line-height: 1rem;
	padding-right: 7px;
	color: #D35D05;
}
.faq > summary > div {
	margin: 0!Important;
}
.faq > .stk-block-accordion__content > div {
	margin: 20px 0px 0px 0px!important;
}
blockquote:not(blockquote.blockquote-no-styling):not(blockquote.blockquote-alt)::before {
	content: '“';
    color: #ffffff;
    position: absolute;
    top: 1.3rem;
    opacity: 0.3;
    left: 2px;
    font-size: 5rem;
    font-family: Georgia;
    line-height: 1rem;
}
blockquote:not(blockquote.blockquote-no-styling):not(blockquote.blockquote-alt)::after {
	content: '”';
    color: #ffffff;
    position: absolute;
    bottom: -1.3rem;
    opacity: 0.3;
    right: 3px;
    font-size: 5rem;
    font-family: Georgia;
    line-height: 1rem;
}
blockquote.blockquote-alt::before {
	content: '“';
    color: #2192A0;
    position: absolute;
    top: 1.3rem;
    opacity: 0.5;
    left: -3rem;
    font-size: 5rem;
    font-family: Georgia;
    line-height: 1rem;
}
blockquote.blockquote-alt::after {
	content: '”';
    color: #2192A0;
    position: absolute;
    bottom: -1.3rem;
    opacity: 0.5;
    right: -3rem;
    font-size: 5rem;
    font-family: Georgia;
    line-height: 1rem;
}
.referentie-hero-wrapper {
	position: relative;
	height: 600px;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.referentie-hero-container {
	max-width: 1290px;
	width: 100%;
	z-index: 1;
}
.referentie-hero-container h1 {
	color: #fff;
	font-size: 5rem;
}
.referentie-bg-img-1 {
    position: absolute;
    right: 0;
}
.referentie-bg-img-1 img {
	height: 280px;
	opacity: .3;
}
.referentie-hero-border-bottom {
    position: absolute!important;
    bottom: 0;
    width: 100%;
	display: flex;
	height: 80px;
}
.referentie-hero-border-bottom img {
	height: 80px;
}
.referentie-hero-border-bottom > div {
	width: 50%;
	height: 100%;
}
.referentie-hero-border-bottom > div:first-child {
	background-color: #fff;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.referentie-hero-bg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}
.referentie-hero-bg-overlay {
	z-index: 0;
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	height: 100%;
	width: 100%;
}
.breadcrumb-wrapper {
	padding-left: calc((100vw - 1290px) / 2)!important;
}
@media screen and (max-width: 1400px) {
	.breadcrumb-wrapper {
	  padding-left: calc((100vw - var(--theme-container-width)) / 2)!important;
	  padding-right: calc((100vw - var(--theme-container-width)) / 2)!important;
	}
}
@media screen and (max-width: 479px) {
	.rank-math-breadcrumb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.single-referentie #main .entry-content > div:first-child,
.single-kennisbank #main .entry-content > div:first-child,
.single-post #main .entry-content > div:first-child,
.single-post .ct-container-full,
.page:not(.page-id-15) #main .entry-content > div:first-child {
	padding-top: 0!important;
	margin-top: 0!important;
}
.rank-math-breadcrumb {
	align-content: center;
    width: 100%;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
	text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
    color: #a1a1a1;
}
.rank-math-breadcrumb a {
	color: #a1a1a1;
	padding: 3px 10px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	text-decoration: none;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
	display: inline-block;
	margin-bottom: 5px;
}
.rank-math-breadcrumb .last {
	padding: 3px 10px;
	background-color: #2593A1;
	border-radius: 20px;
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: #2190A1;
	border: 1px solid #2190A1;
}
.rank-math-breadcrumb .separator {
	padding: 0px 2px;
}
.klant-quotes-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	background-color: #fff;
    border-radius: 10px;
}
.klant-quotes-wrapper .gspb_text {
	margin-bottom: 0!important;
	margin-top: 20px;
	color: #6F7176;
}
blockquote.klant-quote {
	top: 20px;
	background-color: transparent!important;
	color: #000!important;
	margin-left: 0!important;
	margin-right: 0!important;
}
.klant-quotes-wrapper .klant-quote {
}
.klant-quotes-wrapper img {
	max-width: 250px !important;
    max-height: 90px;
	height: auto;
	margin-bottom: 20px;
	object-fit: contain;
}
.statistics .gspb_text {
	margin-bottom: 0!important;
}
.faq-wrapper details:last-child {
	border-bottom: 0!important;
}
@media only screen and (max-width: 1920px) {
    .hide-1920 {
        display: none;
    }
}
@media only screen and (max-width: 1600px) {
	.sticky-bg-asset {
		display: none;
	}
}
@media only screen and (max-width: 1400px) {
    .home-visual-separator-1 div:first-child {
        width: calc(150px + 50vw) !important;
    }
    .home-visual-separator-1 div:last-child {
        width: calc(-150px + 50vw) !important;
    }
	.separator-1 div:first-child {
        width: calc(300px + 50vw) !important;
    }
    .separator-1 div:last-child {
        width: calc(-30px + 50vw) !important;
    }
}
@media only screen and (max-width: 1000px) {
    .hide-tablet {
        display: none;
    }
    .video-wrapper-bg {
        height: 500px;
    }
    .video-wrapper-bg video {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    #gspb_container-id-gsbp-60ddfbc.gspb_container {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
        height: 500px;
    }
    .home-visual-separator-1 div:first-child {
        width: 50vw !important;
    }
    .home-visual-separator-1 div:last-child {
        width: 50vw !important;
    }
    .splide__slide img {
        width: 100%;
        max-height: 60px;
        max-width: 240px;
        object-fit: contain;
    }
    .splide__slide {
        padding: 0px 40px;
    }
	.home-scroll-sticky-left .gspb_image {
		display: block!important;
	}
	.home-scroll-sticky-left > div {
		gap: 50px;
	}
	.home-scroll-sticky-right {
		display:none!important;
	}
	.icon-list-flex.flex-3 {
		max-width: 700px;
		margin: 0 auto;
	}
	.icon-list-flex.flex-2 {
		justify-content: space-between;
		gap: 0;
		padding-left: 0%;
		padding-right: 0%;
	}
	.icon-list-flex.flex-3 > div,
	.icon-list-flex.flex-2 > div	{
		width: 100% !important;
		margin-bottom: 2.5rem;
	}
	.uitbreidingen-wrapper .gspb_row__content {
		gap: 50px;
	}
	.uitbreidingen-wrapper .gspb_row__content > div {
		width: calc(50% - 25px)!important;
	}
}
@media only screen and (max-width: 689px) {
    .ct-newsletter-subscribe-form .ct-newsletter-subscribe-form-elements {
        gap: inherit !important;
    }
    .ct-newsletter-subscribe-form-elements input {
        margin-bottom: 20px;
        border-radius: 50px !important;
    }
    .ct-newsletter-subscribe-form-elements button {
        border-radius: 50px !important;
    }
    .cases-wrapper-homepage .gspb_button_wrapper {
        justify-content: start !important;
    }
}
@media screen and (max-width: 479px) {
    .video-wrapper-bg {
        height: 550px;
    }
    .gspb_button_wrapper {
        width: 100%;
    }
    .video-wrapper-bg video {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    #gspb_container-id-gsbp-60ddfbc.gspb_container {
        height: 550px;
    }
    .mobile-only {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .splide__slide {
        padding: 0px 40px;
    }
    .splide__slide img {
        width: 100%;
        max-height: 40px;
        max-width: 120px;
    }
    .icon-list-flex {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
    }
    .icon-list-flex strong {
        font-size: 20px;
    }
    .icon-list-flex > div {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 1em;
        align-items: flex-start !important;
    }
    .icon-list-flex > div > svg {
        padding: 10px;
        min-width: 40px;
        min-height: 40px;
        border-radius: 5px;
        background-color: rgb(22, 76, 107);
        top: 6px;
        position: relative;
    }
    .icon-list-flex-2 strong {
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
	#gspb_row-id-gsbp-42e17dd {
		margin: 0!important;
		width: 100%!important;
	}
	#map {
		height: 300px;
		border-radius: 0;
	}
	.contact-details {
		border-radius: 0!important;
		background-color: #fff!important;
	}
	.contact-details h4,
	.contact-details a,
	.contact-details .gspb_text {
		color: #333333!important;
	}
	.contact-details a:hover {
		color: #000!important;
	}
	.uitbreidingen-wrapper .gspb_row__content {
		gap: 30px;
	}
	.uitbreidingen-wrapper .gspb_row__content > div {
		width: 100%!important;
	}
}