/**
 * Theme Name: Block n Roll
 * Version: 1.1.1
 * Author: DIGIWEDO
 * Author URI: https://digiwedo.nl/
 * Text Domain: blocknroll
 */

:root {
    --swiper-navigation-size: 2rem;
    --swiper-pagination-bullet-size: 0.5rem;
    --swiper-pagination-bullet-color: #000000;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #000000;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    --swiper-pagination-bullet-vertical-gap: 0.5rem;
    --transition-smooth: .25s cubic-bezier(.215,.61,.355,1);
    --transition-smooth-slow: .7s cubic-bezier(.215,.61,.355,1);
    --nav-arrow-gap: 100px;
}

* {
	hyphens: auto;
}

html {
    scroll-behavior: smooth !important;
}

body.error404 {
    background: var(--wp--preset--color--beige);
}

body.error404 h1 {
    font-size: 6rem;
}

.nolink a {
    font-size: 0.875rem;
    text-decoration: none;
	pointer-events: none;
}

.vacature-cat {
	min-width: fit-content;
}

header.wp-block-template-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
	display: flex;
	flex-direction: column;
    justify-content: center;
	transition: var(--transition-smooth);
}

header.wp-block-template-part > div {
    margin: auto;
    max-width: 1585px;
    width: 100%;
}

.header-scrolled {
	background-color: rgba(255, 255, 255, .35);
    backdrop-filter: blur(15px);
	height: 60px !important;
}

footer.wp-block-template-part {
    margin-block-start: 0 !important;
}

.page-id-44 .header-home {
	display: none;
}

.post-type-archive-vacature .header-vacature, .post-type-archive-vacature .header-contact {
    display: none;
}

.post-type-archive-vacature {
    background-color: var(--wp--preset--color--beige);
}

.is-single-vacature > div, .has-wide-size {
	max-width: var(--wp--style--global--wide-size) !important;
}

.single-col-left {
	position: relative;
	max-width: 33%;
}

.single-col-left:before {
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	left: -200%;
	top: 0;
	background: var(--wp--preset--color--yellow);
}

.single-col-left > div {
	position: sticky;
	top: var(--wp--preset--spacing--3-xl);
	/*transform: translateY(-50%);*/
}

.vacature-main, .vacature-main * {
    transition: var(--transition-smooth);
}

.vacature-main:hover {
    background-color: var(--wp--preset--color--yellow) !important;
}

.vacature-info {
    opacity: 0.2;
}

.vacature-main:hover .vacature-info, .vacature-main:hover .is-vacature-button {
    opacity: 1;
}

.is-vacature-button {
    opacity: 0;
}

.is-vacature-button a {
    background-color: var(--wp--preset--color--green) !important;
    color: var(--wp--preset--color--yellow) !important;
}

.is-vacature-button a:hover {
    border: 1px solid var(--wp--preset--color--green) !important;
    color: var(--wp--preset--color--green) !important;
    background-color: transparent !important;
}

.is-vacature-button a:hover svg {
    fill: var(--wp--preset--color--green) !important;
}

.is-vacature-button svg {
    fill: var(--wp--preset--color--yellow) !important;
}

.header-topbar {
    min-width: 100%;
}


.header-buttons a {
	padding: 0.5rem;
	border-radius: 999px;
	background: var(--wp--preset--color--yellow);
	transition: var(--transition-smooth);
	color: var(--wp--preset--color--green);
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	font-size: 0.75rem;
}

.header-buttons a:hover {
	background: var(--wp--preset--color--green);
	color: var(--wp--preset--color--yellow);
}

.header-buttons-right a {
	color: var(--wp--preset--color--green);
	line-height: 1;
	text-decoration: none;
	font-size: 1rem;
	transition: var(--transition-smooth);
}

.header-buttons-right a:hover {
	color: var(--wp--preset--color--yellow);
}

.wp-block-blocknroll-mobile-menu .mobile-menu-close svg {
    min-width: 0.5rem !important;
    min-height: 0.5rem !important;
    max-width: 0.5rem !important;
    max-height: 0.5rem !important;
}

.h-full {
    height: 100%;
}

.mobile-menu-close {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.column-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.swiper-coverflow.wp-block-blocknroll-swiper.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
    margin: 0 !important;
    min-width: 100% !important;
}


.wp-block-button a {
    border-radius: 999px;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem !important;
    position: relative;
    padding: 0 1.5rem;
    height: 60px;
    letter-spacing: 0.0294em;
}

.wp-block-button svg {
    width: 26px !important;
    height: 20px !important;
}


.is-style-button-yellow a {
    background: var(--wp--preset--color--yellow);
    color: var(--wp--preset--color--green);
}

.is-style-button-green a {
    background: var(--wp--preset--color--light-green);
    color: var(--wp--preset--color--green);
}

.is-style-button-yellow a:hover {
    background: var(--wp--preset--color--green);
    color: var(--wp--preset--color--yellow);
}

.is-style-button-green a:hover {
    background: var(--wp--preset--color--green);
    color: var(--wp--preset--color--light-green);
}


.is-style-button-yellow svg {
    color: var(--wp--preset--color--green) !important;
}

.is-style-button-green svg {
    color: var(--wp--preset--color--green) !important;
}

.is-style-button-yellow:hover svg {
    color: var(--wp--preset--color--yellow) !important;
}

.is-style-button-green:hover svg {
    color: var(--wp--preset--color--light-green) !important;
}



.hero-grid {
    position: relative;
    height: auto;
    min-height: 80vh;
}

.hero-grid-vacature {
    position: relative;
    height: auto;
    min-height: 75vh;
}

.com--hero__grid-box {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1;
}

.grid-box__contents {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 7px;
    padding-right: 12.5%;
    padding-left: 1px;
    line-height: 1;
}

.hero-grid__wrapper {
    min-height: 100%;
}

.grid-box__contents h1 {
    font-size: 60px;
	margin-block-start: 0 !important;
}

.grid-button-absolute {
    position: absolute;
    bottom: 12.5%;
    left: 12.5%;
	height: 12.5%;
	margin: 0 !important;
}

.maasdam-hero-logo {
    width: 50%;
}

.comp--hero__art-figure.figure--1 {
    position: relative;
    top: -15rem;
    margin-top: 0 !important;
}

.comp--hero__art-figure.figure--2 {
    position: relative;
    bottom: -10rem;
    margin-top: 0 !important;
}

.hero-pos-grid {
    display: grid;
    grid-template-columns: 480px 2fr 1fr;
    gap: 3rem;
    width: 100%;
    min-height: 100%;
}

.hero-pos-grid > .com--hero__grid-box {
    grid-column: 1;
}

.hero-pos-grid > .comp--hero__art-figure.figure--2 {
    grid-column: 2;
}

.hero-pos-grid > .comp--hero__art-figure.figure--1 {
    grid-column: 3;
}

.vacature-section .hero-pos-grid {
    grid-template-columns: 480px 1fr;
}

.vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 {
    display: flex;
    position: relative;
}

.vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 img {
    width: 75%;
    margin-left: auto;
    object-fit: cover;
    z-index: 2;
}

.post-type-archive-vacature .comp--hero__art-figure.figure--1:before {
    content: "";
    position: absolute;
    bottom: -15rem;
    left: 62.5%;
    background-image: url("/wp-content/uploads/2025/06/maasdam-arrow-down-yellow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translateX(-50%);
    height: 20rem;
    width: 20rem;
}

.taxonomy-rol, .taxonomy-unit {
    gap: 0.25rem;
    margin-top: 0 !important;
}

.is-repeater-content-wrapper p, .is-repeater-content-wrapper div {
    display: inline-flex;
    padding: 0 0.25rem;
}

.hero-lines-wrapper {
	position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	gap: 0 !important;
}

.grid-box__contents h1 {
    line-height: 1 !important;
}

.hero-lines-h, .hero-lines-v {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-lines-h .hero__lines {
    width: 100%;
    height: 1px;
}
.hero__lines {
    background-color: #ffff6f;
	margin: 0 !important;
}

.hero-lines-v .hero__lines {
    width: 1px;
    height: 100%;
}

.hero-lines-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 0 !important;
}

.hero-lines-v {
	margin: 0 !important;
}

.grid-box__contents .is-style-button-yellow, .grid-box__contents .is-style-button-yellow a {
    height: 100%;
}


@media (max-width: 1280px) {
    .hero-pos-grid {
        grid-template-columns: 480px 1fr;
        gap: 0;
        grid-template-rows: 2;
    }
    .hero-pos-grid > .com--hero__grid-box {
        grid-column: 1;
    }
    .hero-pos-grid > .comp--hero__art-figure.figure--2 {
        grid-column: 2;
        position: relative;
        z-index: 2;
        top: unset;
        bottom: -19rem;
        left: -13rem;
        max-width: 60%;
        min-width: 400px;
        grid-row: 1;
    }
    .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        grid-column: 2;
        position: relative;
        z-index: 1;
        top: -5rem;
        right: -5rem;
        grid-row: 1;
        max-width: 50%;
        min-width: 340px;
}
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        max-width: 75%;
    }
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 img {
        width: 100%;
    }
    .comp--hero__art-figure.figure--1:before {
        left: 50%;
    }
}

@media (max-width: 1024px) {
    .hero-pos-grid {
        grid-template-columns: 480px 1fr;
        gap: 2rem;
        grid-template-rows: auto auto;
    }
    .vacature-section .hero-pos-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-pos-grid > .com--hero__grid-box {
        grid-column: 1;
        grid-row: 1;
    }

    .hero-pos-grid > .comp--hero__art-figure.figure--2 {
        grid-column: 1/3;
        grid-row: 2;
        position: static;     
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        max-width: 100%;      
        min-width: unset;
    }

    .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        grid-column: 2;
        grid-row:  1;
        position: static;     
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        max-width: 50%;      
        min-width: unset;
    }
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        max-width: 90%;
        aspect-ratio: 1;
    }
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-pos-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        grid-template-rows: auto auto;
    }

    .hero-pos-grid > .com--hero__grid-box {
        grid-column: 1;
        grid-row: 1;
    }

    .hero-pos-grid > .comp--hero__art-figure.figure--2 {
        grid-column: 1/3;
        grid-row: 2;
        position: static;
        max-width: 100%;
        min-width: 100%;
		margin-top: 30px !important;
    }

    .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        grid-column: 2;
        grid-row:  1;
        position: static;
        max-width: 100%;
        min-width: 100%;
		margin-left: -42px !important;
		z-index: 3;
    }
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 {
        max-width: 100%;
        aspect-ratio: unset;
        grid-column: 1/3;
        grid-row: 2;
        margin-left: 0 !important;
        margin-top: 2rem !important;
    }
    .vacature-section .hero-pos-grid > .comp--hero__art-figure.figure--1 img {
        width: 100%;
    }
    .comp--hero__art-figure.figure--1:before {
        left: 75%;
        bottom: 4rem;
    }
}

.title-center-wrapper {
    max-width: 960px;
    position: relative;
}

.featured-cases-container > div {
    padding-left: var(--wp--preset--spacing--s);
    padding-right: var(--wp--preset--spacing--s);
}

.group-sticky {
    max-width: var(--wp--style--global--wide-size);
}

.wide-size {
    max-width: var(--wp--style--global--wide-size);
}

.wp-swiper-wrapper .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    margin: 0 !important;
}

.wide-size .scroll-section-title {
    margin-left: 0 !important;
}

.group-sticky p {
    margin-left: 0 !important;
}

.section--bordered p {
    max-width: 960px;
}

.title-center-wrapper .wp-block-outermost-icon-block {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.section--bordered {
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section--bordered:before {
    content: "";
    width: 4rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--wp--preset--color--yellow);
    z-index: -1;
}

.scroll-slider-container .section--bordered {
    margin: 0 !important;
}




.cases-pin-spacer {
    width: 100%;
    pointer-events: none;
    /* height will be set in JS */
}

.scroll-slider-container {
    position: relative;
    padding: 0;
    overflow-x: clip;
}

.scroll-slider-inner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
}

.scroll-slider-group {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.scroll-slider-group .scroll-slider-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-width: 100%;
}



.scroll-slider-group .scroll-slider-content-wrapper {
    transform-origin: center center;
}

.scroll-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    min-width: 100% !important;
    margin-top: 0;
}

.scroll-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100% !important;
    transform-origin: center center;
}

.scroll-slider-content-wrapper {
    width: 100%;
    height: 100vh;
}


.pin-spacer {
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

iframe {
    width: 100%;
}

.swiper-section {
    min-height: 100vh;
	height: auto;
    position: relative;
}

.swiper-main {
    position: relative;
    height: 100vh;
    padding-top: var(--wp--preset--spacing--l);
    padding-bottom: var(--wp--preset--spacing--l);
    box-sizing: border-box;
}


.swiper-section .swiper-navigation {
    position: absolute;
    right: 0;
    bottom: 6rem;
    display: flex;
    gap: var(--nav-arrow-gap);
}

.swiper-section .swiper-pagination-horizontal {
    position: absolute;
    right: calc(2rem + var(--nav-arrow-gap) / 2);
    transform: translateX(50%);
    bottom: 6rem;
    height: 34px;
}

.swiper-section h2 {
    line-height: 1 !important;
    margin-top: 8px !important;
}

.swiper-navigation-button {
    border: 1px solid black;
    border-radius: 999px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-navigation-button svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.grid-box-wrapper {
    position: relative;
}

.grid-box-wrapper h2 {
    position: absolute;
    z-index: 2;
}

.grid-box-wrapper figure {
    position: absolute;
    top: 164px;
    left: 60px;
    z-index: 2;
}

.swiper-slide {
   overflow: visible;
	min-height: 100%;
	height: 100%;
}

.swiper-slide > div {
    height: 100%;
}

.swiper-slide .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    height: 100%;
}

.swiper-position-bottom {
    position: absolute;
    bottom: 0;
}

.footer-icon-wrapper svg {
    aspect-ratio: 1 / 1;
}
.footer-icon-wrapper {
    background: var(--wp--preset--color--yellow);
    padding: 0.5rem;
    border-radius: 999px;
}

.footer-socials * {
    transition: var(--transition-smooth);
}

.footer-socials:hover {
    color: var(--wp--preset--color--light-green);
}

.footer-socials:hover .footer-icon-wrapper {
    background: var(--wp--preset--color--light-green);
}

.footer-bottom-1 a, .footer-bottom-2 a {
    font-size: 0.875rem;
    transition: var(--transition-smooth);
}

.footer-bottom-1 a:hover, .footer-bottom-2 a:hover {
    color: var(--wp--preset--color--light-green);
}

.custom-button {
	width: fit-content;
	transition: var(--transition-smooth);
	z-index: 2;
	margin-left: auto;
}

.custom-button:hover {
	background: transparent;
	border: 1px solid var(--wp--preset--color--green);
	color: var(--wp--preset--color--green);
}

.vacature-main:hover .vacature-info, .vacature-main:hover .custom-button {
    opacity: 1;
}

.vacature-main:hover .is-repeater-content-wrapper * {
    color: var(--wp--preset--color--green) !important;
}

.custom-button {
    opacity: 0;
}

.post-type-archive-vacature .link-over-maasdam, .post-type-archive-vacature .link-werken-bij-maasdam, .post-type-archive-vacature .link-onze-teams {
	display: none;
} 

.single-vacature .header-buttons-right, .single-vacature .header-contact {
	display: none;
}

.single-vacature .wp-block-group.header-buttons.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-3333c3a8.wp-block-group-is-layout-flex.block-visibility-hide-medium-screen.block-visibility-hide-small-screen {
    display: flex;
    flex-direction: row-reverse;
}

.single-vacature .header-buttons a {
	border: 1px solid var(--wp--preset--color--green);
}

ul {
    list-style-type: circle;
}

.is-title-single-vacature {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    width: 100%;
}



.swiper-coverflow .swiper-slide-prev, .swiper-coverflow .swiper-slide-next {
    scale: 0.8;
    transition: var(--transition-smooth-slow) !important;

}

.swiper-coverflow .swiper-slide-prev img, .swiper-coverflow .swiper-slide-next img {
    filter: grayscale(0.5);
    opacity: 0.7;
    mix-blend-mode: multiply;
}




.swiper-coverflow .swiper-slide-active {
    transition: var(--transition-smooth-slow) !important;
}


.is-team-swiper {
    position: relative;
}

.is-team-swiper-content {
    overflow: hidden;
    max-height: 60px;
    transition: 1s;
    position: absolute;
    bottom: -60px;
}

.is-team-swiper-header {
    cursor: pointer;
    transition: var(--transition-smooth);
}

.is-team-swiper-header:hover {
    background-color: var(--wp--preset--color--green);
}

.is-team-swiper-header:hover * {
    color: var(--wp--preset--color--yellow);
    fill: var(--wp--preset--color--yellow);
}

.is-team-swiper-content.open  {
    max-height: 100%;
}

.swiper-slide-prev .is-team-swiper-content , .swiper-slide-next .is-team-swiper-content {
    max-height: 0;
}

.is-team-swiper-content.open .is-team-swiper-header svg {
    rotate: 45deg;
}

.is-team-swiper-header svg {
    transition: var(--transition-smooth);
}

.has-fade-up-js {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}

.has-fade-up-js.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.has-letter-spacing {
    letter-spacing: 0.04167em;
}

.has-margin-top-xs {
    margin-top: 0.25rem !important;
}

.has-negative-margin-top {
    margin-top: -1rem !important;
}



/*Floating icon*/

.floating-icon .icon-container.color-black svg { fill: var(--wp--preset--color--black) !important; }
.floating-icon .icon-container.color-yellow svg { fill: var(--wp--preset--color--yellow) !important; }
.floating-icon .icon-container.color-transparent svg { fill: #FFFFFF00 !important; }


.floating-icon {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9999;
}

.floating-icon,
.floating-icon * {
    pointer-events: none;
    transition: .3s;
}




    /* ------------------------------------ Gravity ------------------------------------ */


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, .gfield--type-fileupload {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid var(--wp--preset--color--yellow) !important;
    padding: 1rem 0;
    font-size: 1.5rem !important;
	color: var(--wp--preset--color--yellow);
	caret-color: var(--wp--preset--color--light-green);
    font-family: var(--wp--preset--font-family--font);
}

div#gform_fields_1, div#gform_fields_2 {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    display: none !important;
}

p.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 2rem !important;
}

.gform_button_select_files {
	padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: var(--wp--preset--color--yellow);
    cursor: pointer;
    transition: var(--transition-smooth);
    font-size: 1rem;
    color: var(--wp--preset--color--green);
    min-width: 160px;
    margin-bottom: 0 !important;
    text-align: left;
}

.gform_drop_instructions, .gform_fileupload_rules {
	font-size: 0.75rem !important;
/* 	display: none !important; */
}

.gform_wrapper.gravity-theme .gform_drop_area {
	border-color: var(--wp--preset--color--yellow);
}

.button-icon-wrapper input  {
    padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: var(--wp--preset--color--yellow);
    cursor: pointer;
    transition: var(--transition-smooth);
    font-size: 1rem;
    color: var(--wp--preset--color--green);
    min-width: 160px;
    margin-bottom: 0 !important;
    text-align: left;
}

.button-icon-wrapper  {
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 2rem;
}

.button-icon-wrapper input:hover {
	background: var(--wp--preset--color--light-green);
	color: var(--wp--preset--color--green);
}

span.button-arrow-icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    background-image: url("/wp-content/uploads/2025/06/svgexport-3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}


#gform_1 input[type="text"]:focus-visible,
#gform_1 input[type="email"]:focus-visible,
#gform_1 input[type="tel"]:focus-visible,
#gform_1 textarea:focus-visible {
  border-bottom: 1px solid var(--wp--preset--color--light-green) !important;
  outline: -webkit-focus-ring-color auto 0px !important;
  transition: var(--transition-smooth);
}


form#gform_1, form#gform_2 {
    position: relative;
}

.ginput_container_consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--wp--preset--color--yellow);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: border-color 0.2s;
}

.ginput_container_consent input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background:var(--wp--preset--color--yellow);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: background 0.2s;
}

span.instemming {
    font-size: 0.75rem;
    text-transform: uppercase;
}

span.instemming a {
    font-size: 0.75rem;
	text-decoration: underline;
}

.ginput_container.ginput_container_consent {
    display: flex;
    flex-direction: row;
}

.ginput_container.ginput_container_consent input {
    aspect-ratio: 1 / 1;
}

.ginput_container.ginput_container_consent label {
    line-height: 0.75rem;
}

.vacature-hero-title-s {
    margin-block-start: 2.5rem !important;
}

.grid-box .vacature-hero-title-xl {
    margin-top: 4.2rem !important;
}


/* single vacature */

.archive-contact .ginput_container_consent input[type="checkbox"] {
	border: 2px solid var(--wp--preset--color--green);
}

.archive-contact .ginput_container_consent input[type="checkbox"]:checked::before {
	background: var(--wp--preset--color--green);
}

.archive-contact .custom-submit-wrapper input {
	background: var(--wp--preset--color--beige);
	color: var(--wp--preset--color--green);
}

.archive-contact .custom-submit-wrapper input:hover {
	background: var(--wp--preset--color--green);
	color: var(--wp--preset--color--light-green);
}

.archive-contact .gform_wrapper.gravity-theme input[type=color], .archive-contact .gform_wrapper.gravity-theme input[type=date], .archive-contact .gform_wrapper.gravity-theme input[type=datetime-local], .archive-contact .gform_wrapper.gravity-theme input[type=datetime], .archive-contact .gform_wrapper.gravity-theme input[type=email], .archive-contact .gform_wrapper.gravity-theme input[type=month], .archive-contact .gform_wrapper.gravity-theme input[type=number], .archive-contact .gform_wrapper.gravity-theme input[type=password], .archive-contact .gform_wrapper.gravity-theme input[type=search], .archive-contact .gform_wrapper.gravity-theme input[type=tel], .archive-contact .gform_wrapper.gravity-theme input[type=text], .archive-contact .gform_wrapper.gravity-theme input[type=time], .archive-contact .gform_wrapper.gravity-theme input[type=url], .archive-contact .gform_wrapper.gravity-theme input[type=week], .archive-contact .gform_wrapper.gravity-theme select, .archive-contact .gform_wrapper.gravity-theme textarea {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid var(--wp--preset--color--green) !important;
    padding: 1rem 0;
    font-size: 1.5rem !important;
	color: var(--wp--preset--color--green);
	caret-color: var(--wp--preset--color--light-green);
}

hr.wp-block-separator.has-text-color.has-gray-color.has-alpha-channel-opacity.has-gray-background-color.has-background.is-style-default {
    border-width: 1px;
}


/* ------------------------------------ Responsive ------------------------------------ */

@media (min-width: 1585px) {
    header.wp-block-template-part > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1280px) {
    .is-title-single-vacature {
        max-width: 480px;
    }
}

@media (max-width: 992px) {
    .wp-container-core-group-is-layout-eeb91d56 {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .wp-block-blocknroll-mobile-menu .mobile-menu-container > div {
        height: 50vh !important;
        padding: 1.5rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    }
    .wp-block-blocknroll-mobile-menu .mobile-menu-container {
        position: fixed;
        inset: 0;
        z-index: 50;
        width: 100%;
        right: 0;
        left: auto;
        box-sizing: border-box;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.7s ease, opacity 0.7s ease, visibility 0s linear 0.7s;
    }

    .wp-block-blocknroll-mobile-menu[aria-expanded="true"] .mobile-menu-container {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
        backdrop-filter: blur(5px);
        background: #ffffff30;
    }

    .wp-block-blocknroll-mobile-menu[aria-expanded="false"] .mobile-menu-container {
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s, 0s, 0.4s;
    }

    .wp-block-blocknroll-mobile-menu[aria-expanded="false"] .mobile-menu-container {
        display: block !important;
    }
    body.no-scroll {
        overflow: hidden;
        height: 100vh;
        touch-action: none;
    }
    .scroll-section-title {
        padding-top: 1rem;
    }

    a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
        font-size: 2rem !important;
    }
    .mobile-menu-inner {
        height: 100%;
    }
    .mobile-button-dark {
        display: inline-block;
        border-radius: 999px;
        background: var(--wp--preset--color--green);
        color: var(--wp--preset--color--yellow);
        padding: 0.5rem 1rem;
        text-transform: uppercase;
    }
    .mobile-button-dark a {
        font-size: 0.75rem !important;
        text-decoration: none;
    }
    .mobile-flex-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom-1 {
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--wp--preset--color--yellow);
        width: 100%;
    }
    .footer-bottom-2 {
        padding-top: 2rem;
    }
    .is-title-single-vacature {
        max-width: 340px;
    }
}

@media (max-width: 768px) {
    .com--hero__grid-box {
        max-width: 335px;
    }
    .grid-box__contents a {
        height: 42px;
    }
    .grid-box__contents h1 {
        font-size: 40px;
    }
    .grid-button-absolute {
        position: absolute;
        bottom: 12.5%;
        left: 0;
    }
    .section--bordered:before {
        width: 3rem;
    }
    .swiper-section {
        height: auto !important;
    }

	.grid-box-wrapper figure {
		position: static;
		margin-top: -84px;
		width: 251px;
	}
    .wp-block-blocknroll-swiper .wp-swiper-wrapper {
        height: auto;
    }
    .custom-submit-wrapper input {
        position: static;
    }
	.post-type-archive-vacature .comp--hero__art-figure.figure--1:before {
		content: "unset";
        display: none;
	}
	.mobile-links a {
		text-decoration: none;
		font-size: 2rem;
		color: var(--wp--preset--color--green);
	}
	.post-type-archive-vacature .header-contact {
    display: block;
}
	.custom-button {
    opacity: 1;
		aspect-ratio: 1;
}
	.custom-button p {
		display: none;
	}
	.custom-button .icon-container {
		width: 1rem !important;
	}
	.single-col-left > div {
		position: static;
		transform: translateY(0);
	}
    .vacature-hero-title-s {
        margin-block-start: 1.4rem !important;
    }

    .grid-box .vacature-hero-title-xl {
        margin-top: 3rem !important;
    }
    .mobile-menu-open svg {
        display: none; /* hide the icon */
    }

    .mobile-menu-open::before {
        content: "Menu";
        display: inline-block;
        font-size: 0.75rem;
        text-transform: uppercase;
        color: var(--wp--preset--color--green);
        border: 1px solid var(--wp--preset--color--green);
        border-radius: 999px;
        background: var(--wp--preset--color--yellow);
        padding: 0.5rem;
    }
    .is-smaller-mobile {
        width: 66%;
    }
    span.wp-block-post-terms__prefix {
        min-width: fit-content;
    }
    .is-single-vacature {
        overflow-x: hidden;
    }
    .single-col-left:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        background: var(--wp--preset--color--yellow);
    }
    .is-title-single-vacature {
        max-width: 100%;
        position: static;
        transform: translateY(0);
        margin-top: 2rem !important;
    }
    .is-team-swiper-content.open  {
        max-height: 100%;
        overflow-y: scroll;
    }
	.button-icon-wrapper {
    z-index: 9;
    position: relative;
    right: 0;
    bottom: 0;
}
}

@media (max-width: 425px) {
    .com--hero__grid-box {
        max-width: 280px;
    }
    .grid-box__contents a {
        height: 37px;
    }
    .grid-box__contents h1 {
        font-size: 36px;
    }
    .grid-box__contents {
        padding-top: 2px;
    }
	.hero-pos-grid > .comp--hero__art-figure.figure--1 {
		margin-left: -30px !important;
	}
	.grid-box-wrapper figure {
		width: 210px;
		margin-top: -70px;
	}
    .vacature-hero-title-s {
        margin-block-start: 1.1rem !important;
    }

    .grid-box .vacature-hero-title-xl {
        margin-top: 2.5rem !important;
    }
}


@media (max-width: 360px) {
    .com--hero__grid-box {
        max-width: 240px;
    }
	.hero-pos-grid > .comp--hero__art-figure.figure--1 {
        margin-left: -29px !important;
		min-width: 5rem;
    }
}

#gform_submit_button_1, #gform_submit_button_2 { padding: 1rem 3rem 1rem 1.5rem; border-radius: 999px; border: none; background: var(--wp--preset--color--yellow); cursor: pointer; transition: var(--transition-smooth); font-size: 1rem; color: var(--wp--preset--color--green); min-width: 160px; margin-bottom: 0 !important; text-align: center; }