/*====================================*/
/* Cookiefirst kleur instellingen, pas dit per project aan */
body .cookiefirst-root {
    --banner-btn-primary-bg: #ffffff !important;
    --banner-btn-primary-border-color: #ffffff !important;
    --banner-btn-primary-border-radius: 0 !important;
    --banner-btn-primary-text: #000000 !important;
    --banner-btn-secondary-bg: #FCF27F !important;
    --banner-btn-secondary-border-color: #000000 !important;
    --banner-btn-secondary-border-radius: 0 !important;
    --banner-btn-secondary-text: #000000 !important; 
    --banner-bg-color: #000000 !important; 
}
/* logo's cookiefirst weg */
body .cookiefirst-root .cf1f8N,
body .cookiefirst-root .cf3CaA {
    /* display: none !important; */
}


/*====================================
	KLEUREN
====================================*/
:root {
    --zwart: 		#000000;
	--wit: 			#FFFFFF;
	--grijs: 		#999999;
	--lichtgrijs: 	#a1a1a1;
	--donkerwit:    #ebebeb;
	--lichtzwart: 	#1f1f1f;
}

/*====================================
	TYPO
====================================*/
@font-face {
    font-family: 'TTFirsNeueVarRoman';
    src: local("TTFirsNeueVarRoman"), url("../fonts/TTFirsNeueVarRoman/font.woff") format("woff"), url("../fonts/TTFirsNeueVarRoman/font.woff2") format("woff2");
}
/*====================================
	GENERAL  
====================================*/
html {
    font-size: 13px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'TTFirsNeueVarRoman';
}
body {
    font-size: 13px;
    color: var(--zwart);
    font-family: 'TTFirsNeueVarRoman';
    overflow-x: hidden;
    background-color: var(--wit);
}
body.home, body.strategisch-advies, body.videomarketing, body.videomarketing-vervolg, body.promotievideo, body.corporate-video, body.recruitment-video, body.landingspagina, body.merkidentiteit, body.arbeidsmarktcommunicatie, body.marketingcommunicatie, body.pensioencommunicatie, body.vastgoedcommunicatie, body.online-impact {
    background-color: var(--zwart)!important;
    color: var(--wit)!important;
}
:focus {
    outline: none;
}
::selection {
    background-color: rgba(11, 114, 181, 0.76);
    color: var(--grijs);
}
#intro-vervolg a {
    color: var(--zwart);
}
#intro-vervolg.tekst-wit a {
    color: var(--wit)!important;
    text-decoration: underline;
}
ul {
    list-style: none;
    margin-bottom: 25px;
    margin-left: 3.5rem;
    margin-top: 30px;
}
ul li {
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 30px;
}

ul li::before {
    display: inline-block;
    content: "";
    margin-left: -3.5rem;
    width: 2.5rem;
    height: 0.8rem;
    transform: translateY(0.3rem);
    border-top: 2px solid var(--zwart);
    margin-right: 1rem;
}

.lijntjes ul li::before {
    display: inline-block;
    content: "";
    margin-left: -3.5rem;
    width: 2.5rem;
    height: 0.8rem;
    transform: translateY(0.3rem);
    border-top: 2px solid var(--wit);
    margin-right: 1rem;
}

ul li a {
    color: var(--grijs);
    text-decoration: none;
}
.vlak-zwart ul li::before {
    border-top: 2px solid var(--wit)!important;
}
body.concept-en-design ul li::before, body.online-impact ul li::before, body.content-creatie ul li::before, body.home ul li::before, body.strategisch-advies ul li::before, body.videomarketing ul li::before, body.videomarketing-vervolg ul li::before, body.promotievideo ul li::before, body.corporate-video ul li::before, body.recruitment-video ul li::before, body.landingspagina ul li::before, body.merkidentiteit ul li::before {
    border-top: 2px solid var(--grijs)!important;
}
.wat-wij-doen-wrapper ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}
.bodemlijn-grijs {
	border-bottom: 1px solid var(--grijs);
	margin-bottom: 2rem;
}
.bodemlijn-wit-dik {
	border-bottom: 2px solid var(--wit);
	margin-bottom: 2rem;
	max-width: 300px;
	margin: 0 auto;
}
.bodemlijn-zwart-dik {
	border-bottom: 2px solid var(--zwart);
	margin-bottom: 2rem; 
}
.lijnrechts-wit {
	border-right: 1px solid var(--wit);
}
body.concept-en-design, body.online-impact, body.content-creatie {
    background-color: #000000;
    color: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.menu-paars a {
	color: #000000!IMPORTANT;
	padding: 5px 10px;
	background-color: #FCF27F;
	text-transform: capitalize;
}
.menu-paars a:hover {
	color: #000000!IMPORTANT;
}
.hoofdmenu li.current-menu-item.menu-paars a {
	color: #000!IMPORTANT;
}
.hoofdmenu li.current-menu-item a {
		color: #fff!IMPORTANT;
}
.post-password-form input[type=submit] {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 3px 21px;
}
.filterwerk .button {
    border: 1px solid #000!IMPORTANT;
} 


/*====================================
	TYPO
====================================*/
p, a, li {
    font-size: 1.2rem;
}
b, strong {
	font-weight: 400!important;
}
.fontsize2x p {
    font-size: 1.2rem;
}
p.kopje, h3.kopje {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.tekst-groot {
	font-size: 5rem!important;
}
h1 {
    font-size: 4rem;
}
#intro-vervolg h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
h2.kop {
    font-size: 4.5rem;
}
h3 {
    font-size: 2rem;
}
.case-wrapper h3, .verhaal-wrapper h3 {
    font-size: 1.5rem;
}
h3.quote {
    font-size: 1.4rem;
    line-height: 1.3;
}
.quote {
    font-size: 1.6rem;
}
h3.contentvlak {
    font-size: 2rem;
}
h3.quote span {
    background: linear-gradient(-45deg, #3CF0C5, #338AFF, #FF3D77, #FFA63D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 600%;
    animation: anime 16s linear infinite;
    transition: all .5s;
}
h4 {
    font-size: 1.5rem;
}
.tekst-zwart {
    color: var(--zwart);
}
.tekst-wit {
    color: var(--wit)!important;
}
.tekst-grijs {
    color: var(--grijs);
}
.tekst-lichtgrijs {
    color: var(--lichtgrijs);
}
.kleinetekst {
    font-size: 0.9rem !important;
    color: var(--grijs)!important;
}
a {
    color: var(--lichtgrijs) !important;
    text-decoration: none;
}
a:hover {
    color: var(--donkerwit)!important;
}
a.kleinetekst {
    color: var(--grijs)!important;
}
a.kleinetekst:hover {
    color: var(--donkerwit)!important;
}
/*====================================
	VLAK & TEKST KLEUREN
====================================*/
.vlak-zwart {
    background-color: var(--zwart);
}
.vlak-wit {
    background-color: var(--wit);
	color: var(--zwart);
}
.vlak-grijs {
    background-color: var(--grijs);
}
.vlak-lichtzwart {
    background-color: var(--lichtzwart);
}
.vlak-lichtlichtgrijs {
    background-color: var(--donkerwit);
}
.vlak-lichtzwart-klein {
    background-color: var(--lichtzwart);
	margin-left: 0!important;
	width: 100%;
	
}
@media (min-width: 720px) {
	.vlak-lichtzwart-klein {
		width: 80%;
	}		
}
/*====================================
	MENU
====================================*/
.hoofdmenu {
    margin-left: auto !important;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    padding: 0;
}
.hoofdmenu ul {
    list-style-type: none;
}
.hoofdmenu li {
    float: left;
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 10px;
}
.hoofdmenu li::before {
    display: none;
}
.hoofdmenu a {
    color: var(--grijs);
    text-transform: lowercase;
    text-decoration: none;
    font-size: 1.5rem;
}
.hoofdmenu li.current-menu-item a, .hoofdmenu li a:hover, .hoofdmenu li i:hover {
    color: var(--wit)!important;
}
.navbar-brand {
    width: 60px;
}
.headerlogo {
    width: 100%;
}
nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    transition: all .2s ease-in-out;
}
.navbar-toggler {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0;
    box-shadow: none;
}
.navbar-toggler span {
    display: block;
    background-color: var(--wit);
    height: 1px;
    width: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.navbar-toggler:hover > span {
    background-color: var(--wit);
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    right: 0px;
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    right: 0px;
    top: -20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.mobiel-end p, .mobiel-end a {
    font-size: 1.5rem;
}
.mobiel-end i {
    font-size: 1.8rem;
}
.mobiel-end {
    display: block;
    position: relative;
    bottom: -30px;
}
/*====================================
	SEARCHFIELD
====================================*/
input.search-field {
    width: 80%;
}
input.search-field {
    font-size: 1.1rem;
    width: 70%;
    margin-bottom: 30px;
    padding: 15px;
    background-color: var(--wit);
    margin-top: 30px;
    border: none;
    float: left;
    line-height: 19px;
}
.zoek-open {
    margin: 0;
    background-color: transparent;
    color: var(--grijs);
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.4rem;
}
#zoekveld {
    height: 100vh;
    width: 100%;
    padding-top: 15%;
    position: fixed;
    background-color: var(--zwart);
    top: 0;
    left: 0;
    z-index: 999;
}

/*====================================
	HOMEPAGE BUTTONS DIENST
====================================*/
.homebutton-wrapper a {
    text-decoration: none !important;
}
.homebtn h2 {
    font-size: 2rem;
    line-height: 1;
	margin-bottom: 0px;
}
.homebtn {
    padding: 0px 15px;
    width: 100%;
    height: 55px;
	margin-bottom: 2rem;
    position: relative;
    cursor: pointer;
    border-right: 1px solid var(--wit);
    border-bottom: 1px solid var(--wit);
    color: var(--wit);
}
.homebtn:after, .homebtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
}
.homebtn:before {
    border-left: 1px solid var(--wit);
    transform: scaleY(0);
}
.homebtn:after {
    border-top: 1px solid var(--wit);
    transform: scaleX(0);
}
.homebtn:hover h2, .homebtn:hover .pijl-rechts {
    color: var(--wit)!important;
}
.homebtn:hover:before {
    transform: scaleY(1);
}
.homebtn:hover:after {
    transform: scaleX(1);
}
.homebtn .pijl-rechts {
    position: absolute;
    color: var(--wit);
    right: 20px;
    bottom: 20px;
    font-size: 1.5rem;
}


/*====================================
	VIDEO HOMEPAGE
====================================*/
#intro-movie {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-bottom: 0;
    height: 90vh;
    width: 100%;
    background: var(--zwart);
    color: var(--wit);
    z-index: 100;
    overflow: hidden;
}
.title {
    grid-column: 3;
    grid-row: 1;
    line-height: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 120px;
}
.title > .title-inner {
    display: inline-block;
}
@keyframes text-clip {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes outer-left {
    from {
        transform: translateX(50%);
    }
    to {
        transform: none;
    }
}
@keyframes inner-left {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: none;
    }
}
.kop1, .kop2 {
    animation: outer-left 1s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.title-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both;
}
.title-inner h1 {
    font-size: 1.2rem;
    color: var(--grijs);
}
.vervolg .title-inner h1 {
    font-size: 4.5rem;
}
.vervolg .kop3-inner {
    font-size: 1.5rem;
}
.kop2-inner {
    font-size: 1.8rem;
    animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.kop3-inner {
    font-size: 1.8rem;
    animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.title {
    animation: outer-left 1s 1s ease both;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.kop1 > .kop1-inner {
    display: inline-block;
}
.kop2 {
    display: inline-block;
}
.image {
    grid-row: 2;
    grid-column: 3;
    margin-left: 0;
    opacity: 0.7;
    animation: fadeIn;
}
.image video {
    display: block;
    width: 100%;
    height: auto;
}


/*====================================
	TEAM / OVER ONS
====================================*/
#team a {
    color: var(--grijs);
    text-decoration: none;
    font-size: 1.1rem;
}
.video-wrapper video {
    width: 100%;
}
.video-wrapper {
    max-width: 70vw;
    min-width: 400px;
}
.wrapper-teamlid .pijl-rechts {
    font-size: 2rem;
    transform: translateX(15px);
}


/*====================================
	MERKIDENTITEIT
====================================*/
.merkidentiteit a.contentvlak {
	font-size: 2rem!important;
	color: var(--wit)!important;
}
.merkidentiteit a.contentvlak:hover {
	color: var(--lichtgrijs)!important;
}
.vimeopingpong {
	height: 100%;
}
@media (min-width: 836px) {
	.vimeopingpong {
		height: 1000px;
	}
}
@media (min-width: 836px) {
	.extremepadding {
		padding-top: 0;
	}
}
/*====================================
	VIDEOMARKETING
====================================*/
.vimeo-video {
    top: 50px;
    z-index: -10;
    pointer-events: none;
    overflow: hidden;
    opacity: .5;
    position: absolute;
}
.intro-kop {
    line-height: 4rem;
}
.video-btn img:hover {
    opacity: 0.6;
}
.video-btn:focus {
    outline: 0;
    box-shadow: none;
}
.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-thumbnail:before {
    position: absolute;
    top: 43%;
    left: 50%;
    font-size: 69px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: url(../images/catapult_button.svg);
    height: 50px;
    width: 50px;
}
.video-thumbnail:hover:before {
    color: #eee;
}
.modal-open .modal {
    background-color: rgba(0, 0, 0, 0);
}
.modal-body {
    position: absolute;
    padding: 0px;
    height: 50vh;
    width: 100%;
}
.videouitgeklapt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
}

.modal-content {
    background: none;
    border: none;
}

.datenmodal_content {
    position: relative;    
    background-color: #FFED00;
    border-radius: 30px;
    padding: 30px 40px;
    color: #000000;
}
.datenmodal_content::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 54px;
    background-size: 100% auto;
    left: 80px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 63.1 52.4' style='enable-background:new 0 0 63.1 52.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FEEB1A;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M17,0C17,0,3.2,33.9,0.8,40.4c-2,5.5-0.1,9.5,3,10.9c6.4,2.9,10.2-0.7,13-3.4C19.6,45.2,38,26.6,38,26.6 L63.1,0H17z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.datenmodal_content .nf-form-content {
    padding: 0
}
.datenmodal_content .nf-form-content .ninja-forms-field {
    padding: 0 12px;
}
.datenmodal_content .slidebutton.read-more .circle {
    border: 1px solid var(--zwart);
}
.datenmodal_content .slidebutton.read-more .circle .icon.arrow::before {
    border-color: var(--zwart);
}
.datenmodal_content .slidebutton.read-more {
    padding: 0;
    margin-top: 10px;
}
.datenmodal_content .slidebutton.read-more .button-text {
    color: var(--zwart);
}
.datenmodal_content .btn-close {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
}


/*====================================
	QUOTE
====================================*/
.quotepadding {
    padding-top: 22rem;
}
.quote-groot h3 {
    font-size: 3rem;
}
.quote-groot p {
    font-size: 0.9rem;
    color: var(--grijs);
}
.quote-groot span {
    width: 50px;
    height: 12px;
    border-bottom: 1px solid var(--grijs);
    display: inline-block;
    margin-right: 15px;
}


/*====================================
	BUTTONS
====================================*/
/* WITTE BUTTON MET PIJL ERVOOR */
.slidebutton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    transition: transform 0.3s ease-in-out;
}
.slidebutton.read-more {
    height: auto;
}
.slidebutton.read-more .circle {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    width: 2.75rem;
    height: 2.75rem;
    background: none;
    border-radius: 1.625rem;
    border: 1px solid var(--wit);
}
.slidebutton.read-more .circle .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--wit);
}
.slidebutton.read-more .circle .icon.arrow {
    left: 0.5rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.slidebutton.read-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--wit);
    border-right: 0.125rem solid var(--wit);
    transform: rotate(45deg);
}
.slidebutton.read-more .button-text {
    margin: 0.40rem 0px 0px 1.5rem;
    max-width: 18rem;
    color: var(--wit);
    line-height: 1.6;
    font-size: 1.2rem;
    text-align: left;
    display: inline-block;
}
.slidebutton.read-more .button-text.telefoon {
    font-size: 1.1rem;
}
.slidebutton:hover .button-text {
    color: var(--wit);
}
.slidebutton:hover .circle {
    background-color: var(--wit);
    color: var(--zwart);
    transition: all 0.5s;
}
.slidebutton:hover .icon.arrow::before {
    border-top: 0.125rem solid var(--zwart) !important;
    border-right: 0.125rem solid var(--zwart) !important;
    transition: all 0.5s;
}
/* ZWARTE BUTTON MET PIJL ERVOOR */
.slidebutton-zwart.read-more .circle {
    border-color: var(--zwart);
}
.slidebutton-zwart.read-more .circle .icon {
    background: var(--zwart);
}
.slidebutton-zwart.read-more .circle .icon.arrow::before {
    border-top: 0.125rem solid var(--zwart);
    border-right: 0.125rem solid var(--zwart);
}
.slidebutton-zwart.read-more .button-text {
    color: var(--zwart);
}
/* WORDPRESS BUTTONS GUTTENBERG */
.button-zwart a {
    background-color: var(--zwart);
    color: var(--wit);
    border-radius: 0;
    font-size: 1rem;
}
.button-line {
    position: relative;
}
.button-line a {
    border-right: 1px solid var(--wit);
    border-bottom: 1px solid var(--wit);
    padding: 12px;
}
.button-line:after, .button-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
}
.button-line:before {
    border-left: 1px solid var(--wit);
    transform: scaleY(0);
}
.button-line:after {
    border-top: 1px solid var(--wit);
    transform: scaleX(0);
}
.button-line:hover:before {
    transform: scaleY(1);
}
.button-line:hover:after {
    transform: scaleX(1);
}
/*==================================================
	CASES en VERHALEN
==================================================*/
.verhaal-wrapper img {
    max-height: 350px;
    object-fit: cover;
}
.verhaal-wrapper a {
    text-decoration: none;
}
/*====================================
	SWIPER
====================================*/
.swiper-pagination {
    position: relative;
    text-align: left;
}
.swiper-pagination-bullet {
    width: 100%;
    height: 30px;
    display: block;
    border: none;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    color: var(--wit);
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 0;
    width: 3.5rem;
    z-index: 10;
    cursor: pointer;
    display: block;
    align-items: normal;
    justify-content: normal;
    color: var(--zwart);
    float: left;
    font-size: 1.8rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    font-size: 1.8rem;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--zwart)!important;
}
/*==================================================
	EFFECTEN EN ANIMATIES
==================================================*/
.animate__animated.animate__delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: calc(var(--animate-delay)*0.5);
    animation-delay: calc(var(--animate-delay)*0.5);
}
@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.wrapper-hoofdbeeld img {
    transition: transform 0.3s;
}
.wrapper-hoofdbeeld:hover img {
    transform: scale(1.05);
    transition: transform 0.3s;
}
.wrapper-hoofdbeeld {
    position: relative;
    margin: 0;
    overflow: hidden;
    transition: transform 0.3s;
}
.animate__animated.animate__delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hoef:hover {
    opacity: 0.75;
}
/*==================================================
	ELEVATOR PITCH PAGINA
==================================================*/
button.accordion-button.collapsed {
    font-weight: 600 !important;
}
button.accordion-button {
    font-weight: 600 !important;
}
body.elevatorpitch {
    background-color: var(--zwart);
    color: var(--wit);
}
body.elevatorpitch ul li::before {
    border-color: var(--wit);
}
body.elevatorpitch .accordion-item {
    background-color: var(--zwart) !important;
    color: var(--wit);
}
body.elevatorpitch .accordion-button {
    padding-right: 1.25rem; 
    padding-left: 1.25rem;
}
body.elevatorpitch .nf-form-title {
    display: none;
}
body.elevatorpitch #nf-form-8-cont .slidebutton .button-text {
    color: var(--wit) !important;
}
body.elevatorpitch #nf-form-8-cont .slidebutton.read-more .circle {
    border-color: var(--wit) !important; 
    background: var(--wit);
}

/*==================================================
	WERK
==================================================*/
.filterwerk .button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 20px;
    margin-right: 15px;
    display: block;
}
.filterwerk .button:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px #000 solid !important;
    transition-duration: 0.2s !important;
}
.mixitup-control-active {
    background-color: var(--wit)!important;
    color: var(--zwart)!important;
    border: 1px var(--zwart) solid !important;
    transition-duration: 0.2s !important;
}
/*==================================================
	FORMULIEREN
==================================================*/
.nf-form-content {
    margin: 0 !important;
}
/*==================================================
	CONTACTFORMULIER
==================================================*/
.nf-form-fields-required, .ninja-forms-req-symbol {
    display: none !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background-color: var(--wit)!important;
    border: none !important;
}
#nf-field-31-wrap .slidebutton.read-more .circle {
    border: 1px solid var(--zwart);
}
#nf-field-31-wrap .slidebutton .button-text {
    color: var(--zwart);
}
#nf-field-31-wrap .slidebutton.read-more .circle .icon.arrow::before {
    border-top: 0.125rem solid var(--zwart);
    border-right: 0.125rem solid var(--zwart);
}
#nf-field-26-container, #nf-field-27-wrap, #nf-field-30-wrap, #nf-field-29-wrap, #nf-field-28-wrap {
    padding-bottom: 2rem;
}
#nf-field-18 {
    border-radius: 35px !important;
}
#nf-field-18:focus {
    background-color: var(--wit)!important;
}
#nf-field-18-wrap .nf-field-element {
    padding-left: 1rem !important;
}
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}
.nf-pass.field-wrap .nf-field-element:after {
    display: none;
}
.nf-field input {
	background-color: transparent !important;
    border-bottom: 1px solid var(--wit)!important;
    color: var(--wit);
	height: 60px;
}
#nf-form-8-cont .nf-field input, #nf-form-8-cont .nf-field textarea {
	background-color: transparent !important;
    border-bottom: 1px solid var(--wit)!important;
    color: var(--wit);
}
#nf-form-3-cont .nf-field input, #nf-form-3-cont .nf-field textarea {
	background-color: transparent !important;
    border-bottom: 2px solid #ebebeb!important;
    color: #787878!important;
}

/*#nf-field-10, #nf-field-11, #nf-field-13, #nf-field-26, #nf-field-27, #nf-field-28, #nf-field-29, #nf-field-30, #nf-field-32, #nf-field-33, #nf-field-34, #nf-field-35, #nf-field-36, #nf-field-37 {
    background-color: transparent !important;
    border-bottom: 1px solid var(--wit)!important;
    color: var(--wit);
}*/
#nf-form-8-cont .slidebutton.read-more .circle {
    border: 1px solid var(--zwart)!important;
}
#nf-form-8-cont .slidebutton .button-text {
    color: var(--zwart)!important;
}
#nf-form-8-cont .slidebutton.read-more .circle .icon.arrow::before {
    border-top: 0.125rem solid var(--zwart)!important;
    border-right: 0.125rem solid var(--zwart)!important;
}
#nf-form-5-cont #nf-field-18_1-wrap, #nf-form-5-cont #nf-field-18-wrap {
    width: 85% !important;
    border-radius: 35px !important;
}
#nf-form-5-cont .d-block {
    display: inline-block;
    float: right;
    top: -30px;
}
#nf-form-5-cont .nf-form-content .listselect-wrap .nf-field-element div, #nf-form-5-cont .nf-form-content .ninja-forms-field {
    padding: 0 !important;
}
#nf-form-5-cont .nf-field-element {
    width: 100% !important;
}
#nf-form-5-cont span.button-text {
    display: none !important;
}
#nf-form-3-cont .slidebutton.read-more .circle {
    border: 1px solid var(--zwart);
}
#nf-form-3-cont .slidebutton .button-text {
    color: var(--zwart);
}
#nf-form-3-cont .slidebutton.read-more .circle .icon.arrow::before {
    border-top: 0.125rem solid var(--zwart);
    border-right: 0.125rem solid var(--zwart);
}
#nf-field-18-container, #ninja_forms_required_items, .nf-field-container {
    margin-bottom: 0 !important;
}
#nf-field-19 {
    top: -58px;
}
#nf-form-5-cont .nf-field-element, #nf-form-5_1-cont .nf-field-element {
    padding: 5px;
}
#nf-form-5-cont .nf-field-label, #nf-form-5_1-cont .nf-field-label {
    display: none;
}
#nf-form-5-cont .nf-multi-cell .nf-cell, #nf-form-5_1-cont .nf-multi-cell .nf-cell {
    padding: 0 10px 0 0;
}
#nf-form-5-cont .nf-form-content, #nf-form-5_1-cont .nf-form-content {
    padding: 0;
}
/*==================================================
	FOOTER 
==================================================*/
footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
footer ul li {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 0;
}
@media (min-width: 768px) {
    footer ul li {
        line-height: 1rem;
    }
    h1 {
        font-size: 5rem;
    }
    .intro-kop {
        line-height: 5rem;
    }
}
footer ul li::before {
    display: none;
}
footer ul li a {
    color: var(--grijs);
    text-decoration: none;
    font-size: 1.1rem;
}
footer ul li a:hover {
    color: var(--wit);
}
.sfeerbeeldfooter {
    background-image: url("../images/catapult_creeert_footer_2.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: top;
    min-height: 300px;
}
.nieuwsbrieftxt {
    font-size: 2rem;
    padding-left: 10px;
}
.maxnieuwstxt {
    padding-left: 25px;
}
.footerlogo {
	 filter: grayscale(90%);
}


#intro-vervolg p {
    font-weight: 200;
}


/*==================================================
	Bootstrap 5 Media Queries
==================================================*/
@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
    .kop2-inner {
        font-size: 4rem;
        line-height: 1.1;
    }
    h3.quote, h3.quote a {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .homebtn h2 {
        font-size: 1.6rem;
        line-height: 1;
    }
    #nf-field-18-container, #ninja_forms_required_items, .nf-field-container {
        margin-bottom: 0 !important;
    }
    #nf-form-5-cont span.button-text {
        display: inline-block !important;
    }
    #nf-form-5-cont #nf-field-18_1-wrap {
        width: 100% !important;
    }
    #nf-form-5-cont .nf-field-element {
        width: 50% !important;
    }
    #nf-field-19 {
        top: 0;
    }
    .fa-angle-right:before {
        content: "\f105";
    }
}
@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
    .casus-video > iframe {
        width: 71.2vw;
        height: 40.05vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    }
    #nf-form-5-cont .nf-field-element {
        width: 63% !important;
    }
    .filterwerk .button {
        display: inline-block;
    }
    .slidebutton.read-more .button-text {
        max-width: 35rem;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
    .kop2-inner {
        font-size: 4.5rem;
        line-height: 1.1;
    }
    .kop3-inner {
        font-size: 6rem;
        line-height: 1;
    }
    .vervolg .kop3-inner {
        font-size: 2.5rem;
        line-height: 1;
    }
    h2.kop {
        font-size: 18rem;
    }
    .title {
        grid-column: 1 / -1;
        margin-top: 0;
    }
    .image {
        grid-column: 2;
        grid-row: 1;
        margin-left: -2rem;
    }
    .homebtn {
        height: 180px;
    }
    .homebtn h2 {
        font-size: 2rem;
        line-height: 1;
    }
    .button-text {
        margin: 0.50rem 0px 0px 1.5rem;
    }
    .title-inner h1 {
        font-size: 1.5rem;
    }
    .hoofdmenu {
        text-align: right;
    }
    .hoofdmenu a {
        font-size: 1.3rem;
    }
    h3.quote {
        font-size: 1.6rem;
    }
    h3.contentvlak {
        font-size: 3rem;
    }
    .w-lg-75 {
        width: 75%;
    }
    #nf-form-5-cont .nf-field-element {
        width: 70% !important;
    }
    #nf-form-5-cont .d-block {
        float: left !important;
    }
	.homebtn {
		padding: 20px;
		height: 120px;
	}
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }
    .navbar-brand {
        width: 70px;
    }
    #intro-movie {
        height: 100vh;
    }
    .line-left:before {
        content: '';
        width: 0.50px;
        background: var(--grijs);
        height: 50vh;
        position: absolute;
        left: 100px;
        top: 85vh;
    }
    #intro-vervolg p, #intro-vervolg a, #intro-vervolg li {
        font-size: 1.4rem;
    }
    #intro-vervolg h1 {
        font-size: 6rem;
    }
    .fontsize2x p {
        font-size: 1.4rem;
    }
    .sfeerbeeldfooter {
        min-height: 350px;
    }
    .hoofdmenu li {
        margin-bottom: 30px;
    }
}
@media (min-width: 1800px) {
    #nf-field-12-container {
        margin-left: 1rem !important;
    }
}
@media (min-width: 2200px) {
    html {
        font-size: 21px;
    }
    h2.kop {
        font-size: 20rem;
    }
    h3.quote {
        font-size: 1.8rem;
    }
    #intro-vervolg p {
        font-size: 1.5rem;
    }
    #intro-vervolg h1 {
        font-size: 7rem;
    }
    .fontsize2x p {
        font-size: 1.5rem;
    }
    #nf-field-19-container {
        width: 60% !important;
    }
    #nf-form-5-cont .nf-field-element {
        width: 67% !important;
    }
}



@media (max-width: 992px) {
    h3.quote span a {
        font-size: 1.4rem !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 60px;
        left: -15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        width: calc(100% + 30px);
        height: 100vh;
        background-color: var(--zwart);
    }
    .navbar-collapse.collapsing {
        left: -100%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        left: -15px;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .pos-f-t {
        padding-left: 0;
    }
    .headerlogo {
        margin-left: -10px;
    }
    ul.footerlijst {
        margin-left: 0rem !important;
    }
    ul {
        margin-left: 2rem !important;
    }
}
@media (min-width: 544px) and (max-width: 835px) {
    body:before {
        align-items: center;
        background-color: var(--zwart);
        bottom: 0;
        color: var(--wit);
        content: "Please rotate your device";
        display: flex;
        font-size: 1.125rem;
        justify-content: center;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 5000;
    }
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
