/**
Theme Name: Astra Child
Author: Monkey Vision
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* VOEG JE CSS TOE EN SCHEIDT DEZE DMV DE COMMENT RIJEN ZOALS HIERDONDER,
 * PER ONDERDEEL VAN JE SITE EEN APARTE SECTIE, BV EEN SOORT STYLING VAN EEN ROW, EEN PLUGIN, ETC ETC
 * HOUDT HET OVERZICHTELIJK VOOR DE VOLGENDE LEZER
 * HOOFD ITEM? LANGE COMMENT ROW
 * SUB ITEM? KORTERE VERSIE ZOALS HIERONDER MET DE MEDIA QUERIES
*/

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@700&display=swap');

html {
	overflow-x:hidden;
}

.media-router .media-menu-item {
	color: #000;
}
/* GRID */
.etiketten-grid-acf > .elementor-widget-container {
	margin-top: 25px;
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 35px;
}

.etiketten-grid-acf > .elementor-widget-container img {
	max-width: 100% !important
}

@media only screen and (min-width: 1024px) and (max-width: 1430px) {
	.etiketten-grid .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}
	
	.etiketten-grid-acf > .elementor-widget-container {
		grid-template-columns: repeat(3,1fr);
	}
}


@media only screen and (max-width: 1024px) {
	.etiketten-grid-acf > .elementor-widget-container {
		grid-template-columns: repeat(2,1fr);
	}
}

@media only screen and (max-width: 767px) {
	.etiketten-grid-acf > .elementor-widget-container {
		grid-template-columns: repeat(1,1fr);
	}
}
/* STICKY WHATSAPP BUTTON */

.gchoice label {
	cursor: pointer;
}
.sticky-whatsapp {
	pointer-events: none;
}

.sticky-whatsapp .elementor-icon {
	pointer-events: visible;
}

@media only screen and (max-width: 1024px) {
	.header-column .elementor-widget-wrap {
		background-color: transparent !important;
	}
}
/* HOME HERO 8 */

/* .hero-home video {
	object-fit: contain;
    left: 0 !important;
    top: 0 !important;
    height: fit-content !important;
}

.hero-home .elementor-background-video-container {
	width: 50% !important;
}
.hero-home .elementor .elementor-background-video-hosted {
	position: unset !important; 
    top: unset !important;
   	left: unset !important;  
    -webkit-transform: none !important;  
    -ms-transform: none !important;  
    transform: none !important;  
} */
/* .hero-home iframe {
	width: 1450px !important;
	left: 150px !important;
} */

/* @media only screen and (min-height: 1080px) {
	.hero-home iframe {
		width: 1941px !important;
	}
} */

.border-right p:after {
	content: '';
	position: absolute;
	height: 140px;
	width: 2px;
	right: 65px;
    top: -30px;
	background-color: #F6F6F6;
}

/* @media only screen and (min-width: 2000px) {
	.hero-home iframe {
    width: 1650px !important;
    left: 150px !important;
	}
	
}
@media only screen and (max-width: 1500px) {
	.hero-home iframe {
		width: 1350px !important;
	}
}


@media only screen and (max-width: 1250px) {
	.hero-home iframe {
		width: 1190px !important;
	}
} */

@media only screen and (max-width: 1024px) {

	.border-right p:after {
		display: none;
	}

/* 	.hero-home iframe {
		width: 100% !important;
	} */
}

/* PEEL HOVER */

#gform_submit_button_4 {
	background-image: url('/wp-content/uploads/2022/11/darkgreypeel.svg');
	background-repeat: no-repeat;
	transition-duration: .5s;
    background-position: right 35px;
	font-weight: 500 !important;
	line-height: 1 !important;
}

#gform_submit_button_4:hover,
#gform_submit_button_1:hover,
#gform_submit_button_3:hover,
#gform_submit_button_5:hover {
	transform: rotate(-5deg) scale(1.05);
	transition-duration: .5s;
}
#gform_submit_button_1,
#gform_submit_button_3,
#gform_submit_button_5 {
	background-image: url('/wp-content/uploads/2022/11/button-peel-yellow.png');
	background-repeat: no-repeat;
	transition-duration: .5s;
    background-position: right 35px;
	font-weight: 500 !important;
	line-height: 1 !important;
}


.button-3 .elementor-button-wrapper:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/white-yellow-peel.svg');
	background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 19px;
    right: 0;
    bottom: 2px;
	transition-duration: .8s;
	transform: transform 500ms;
	will-change: transform;
}

.button-1.dark-gray-peel .elementor-button-wrapper:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/darkgreypeel.svg');
	background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 19px;
    right: 0;
    bottom: 0;
	transition-duration: .8s;
	transform: transform 500ms;
	will-change: transform;
}

.button-1.gray-peel .elementor-button-wrapper:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/peel-grey.svg');
	background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 19px;
    right: 0;
    bottom: 0;
	transition-duration: .8s;
	transform: transform 500ms;
	will-change: transform;
}

.button-1 .elementor-button-wrapper:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/button-peel-yellow.png');
	background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 19px;
    right: 0;
    bottom: 0;
	transition-duration: .8s;
}

.button-7:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/button-peel-yellow.png');
	background-repeat: no-repeat;
    position: absolute;
    width: 37px;
    height: 19px;
    margin-left: -6px;
    margin-top: 26px;
    transition-duration: .8s;
}

.button-1,
.button-3 {
	overflow: hidden;
}

.button-1 .elementor-button-link, .gform_button {
	border-radius: 18px 18px 0px 18px;
}
.button-1 .elementor-widget-container {
	overflow: hidden;
}

.button-1:hover,
.button-3:hover {
	transform: rotate(-5deg) scale(1.05);
	transition-duration: .8s;
}

.button-1,
.button-3 {
	transition-duration: .8s;
}

.button-1:hover .elementor-button-wrapper:after,
.button-3:hover .elementor-button-wrapper:after {
	transform: translate(20px, 20px) rotate(10deg);
	transition-duration: .8s;
}

/* PAGE MENU */
.page-menu a {
	text-decoration: none !important;
	color: #626262;
}

.page-menu a:hover {
	text-decoration: none !important;
	color: #D9000D;
}

/* CORNER PEEL */
.corner-peel::after {
	content: '';
	background: url('/wp-content/uploads/2022/11/corner-peel.svg');
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
	pointer-events: none;
}
/* LISTS */

.footer-section-menu a {
	color: #C6C6C5;
	text-decoration: none !important;
}

.footer-section-menu a:hover {
	color: #FFE02D;
	text-decoration: none !important;
}

.footer-gegevens a:hover {
	color: #FFE02D;
}

.footer-menu-left a:hover {
	color: #FFE02D !important;
	transition-duration: .5s;
	text-decoration: none !important;
}
.footer-menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none !important;
	transition-duration: .5s;
}

.footer-menu a:hover {
	color: #FFE02D !important;
	transition-duration: .5s;
}
.footer-gegevens a {
	font-weight: bold;
    color: #FFF;
	text-decoration: underline !important;
}
.contact-list a {
	margin-top: 10px;
	font-weight: bold;
    color: #000;
}
.contact-list .elementor-icon-list-item:nth-child(3) .elementor-icon-list-icon{
	margin-top: -65px;
}

.gform_body .ginput_container_fileupload .valid:after {
	content: '\2713';
    background-image: url(https://robnhood.nl/wp-content/uploads/2022/02/checked-mark-svgrepo-com.svg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2000;
    height: 16px;
    color: #000;
    font-weight: 900;
    width: 16px;
    right: 15px;
    top: 20px;
    transform: scale(1.1);
}
/* VACATURES */

.vacature-accordion ul {
	margin-left: 15px;
}
.vacature-accordion h5 {
	font-family: "Jost", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}
.vacature-accordion strong {
	margin-bottom: 10px;
}
.vacature-accordion li {
	padding-left: 10px;
}

.vacature-accordion li::marker {
	content: url('/wp-content/uploads/2022/10/icon_check.svg');
	margin-right: 10px;
	transform: scale(1.2);
}
.vacature-accordion .elementor-tab-title {
	border-radius: 20px;
	margin-bottom: 15px !important;
}

.vacature-accordion .elementor-accordion-title {
	text-decoration: none !important;
}

.elementor-tab-title.elementor-active {
	background-color: #FFF !important;
}
/* TEAM */
@media only screen and (min-width: 1024px) and (max-width: 1430px) {
	.team-row .elementor-container {
		flex-wrap: wrap !important;
	}	
	
	.team-column {
		width: 50% !important;
	}
}

/* CAROUSEL */

.impression-carousel img {
	border-radius: 60px;
}

.impression-carousel .swiper-pagination-bullets {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.impression-carousel img {
		max-width: 520px;
	}
}
/* TIMELINE */
.uael-timeline-field:nth-child(odd) .uael-day-new:after {
    content: '';
    background-color: #F6F6F6;
    height: 7px;
    width: 124px;
    position: absolute;
    top: 50%;
    right: -17px;
    z-index: 0;
}

.uael-timeline-field:nth-child(even) .uael-day-new:after {
    content: '';
    background-color: #F6F6F6;
    height: 7px;
    width: 124px;
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 0;
}

.uael-day-new img {
	z-index: 50;
}
/* .uael-timeline-field:nth-child(odd) .uael-content {
	display: flex;
	justify-content: end;
} */

.uael-timeline-field:nth-child(odd) .uael-content {
	margin-right: -210px;
}

.uael-timeline-field:nth-child(even) .time-line-text {
	position: absolute !important;
    z-index: 50 !important;
    left: 10% !important;
    right: -6% !important;
    bottom: -35% !important;
	padding: 40px !important;
	border-radius: 40px !important;
	background: #FFF !important;
}

.uael-timeline-desc-content:nth-child(odd) {
	position: relative;
    max-width: 440px;
    max-height: 280px;
    display: flex;
    border-radius: 40px;
}

.uael-timeline-desc-content:nth-child(odd) img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 40px;
    object-fit: cover;
}

.uael-timeline-desc-content:nth-child(odd) .time-line-text {
	position: absolute;
    z-index: 50;
    left: -10%;
    right: 10%;
    bottom: -35%;
	padding: 40px;
	border-radius: 40px;
	background: #FFF;
	
}

.uael-timeline-desc-content:nth-child(even) .time-line-text {
	position: absolute;
    z-index: 50;
    left: 10%;
    right: -6%;
    bottom: -35%;
	padding: 40px;
	border-radius: 40px;
	background: #FFF;
	
}

.time-line-text h6 {
	font-family: 'Jost';
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 6px;
}
.time-line-text,
.inner-date-new {
	font-family: 'Jost';
	font-size: 18px;
	line-height: 22px;
	color: #626262;
	font-weight: 400;
}
.uael-timeline-desc-content {
	display: flex;
}

.uael-timeline__line {
	bottom: 10px !important;
	top: 10px !important;
}
.uael-timeline-field {
	margin-top: -100px;
}

.uael-timeline-field:nth-child(1) {
	margin-top: 0px !important;
}
.uael-timeline-desc-content .time-line-text {
/*     position: relative;
	margin-top: 150px;
    max-width: 420px;
    height: 100%;
    max-height: 240px;
	background: #FFF;
    border-radius: 60px;
    padding: 40px;
    z-index: 50; */
	-webkit-box-shadow: 1px 4px 32px 19px rgba(0,0,0,0.1); 
box-shadow: 1px 4px 32px 19px rgba(0,0,0,0.1);
}

/* .uael-timeline-desc-content img {
	position: absolute;
	margin-left: 50px;
    width: 100%;
    max-width: 420px;
    max-height: 280px;
    object-fit: cover;
    border-radius: 60px;
} */

/* POSTS FLEX WRAP */
.overige-posts .ecs-posts {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
/* TABS */

.etiketten-blok .elementor-post .elementor-container {
	box-shadow: 0px 0px 50px -16px rgb(0 0 0 / 17%);
	border-radius: 60px;
}
@media only screen and (max-width: 767px) {
	.etiket-title h3 {
		font-size: 50px !important;
    	line-height: 51px !important;
		word-break: break-all;
	}
	
	.etiketten-single-page-tabs .elementor-tab-mobile-title.elementor-active {
	background-color: #FFE02D !important;
}

.etiketten-single-page-tabs .elementor-tab-mobile-title:nth-child(1).elementor-active {
	background-color: #FFE02D !important;
}

.etiketten-single-page-tabs .elementor-tab-mobile-title:nth-child(1) {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
	background-color: #f6f6f6 !important;
    border-radius: 18px;
    padding: 10px 20px;
	width: 180px;
	margin-top: 0px;
}

.etiketten-single-page-tabs .elementor-tab-mobile-title {
	position: absolute;
    top: 0;
 	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
	background-color: #f6f6f6 !important;
    border-radius: 18px;
    padding: 10px 20px;
	width: 190px;
	margin-top: 60px;
}

	

.etiketten-single-page-tabs .elementor-column.elementor-top-column {
	margin-top: 110px !important;
}
/* .etiketten-single-page-tabs .elementor-widget-wrap {
	margin-top: 110px !important;
}
	
.etiketten-single-page-tabs .elementor-widget-wrap .elementor-widget-wrap:nth-child(1) {
	margin-top: 0px !important;
}
		
.etiketten-single-page-tabs .elementor-widget-wrap .elementor-widget-wrap:nth-child(2) {
	margin-top: 15px !important;
} */
	
	
}

/* .etiketten-single-page-tabs .elementor-tab-mobile-title:nth-child(1) {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
	background-color: #f6f6f6 !important;
    border-radius: 18px;
    padding: 10px 20px;
} */



.etiketten-single-page-tabs .elementor-tabs-wrapper {
	max-width: 445px;
    margin: 0 auto;
    background: #F6F6F6;
	border-radius: 20px;
	margin-bottom: 20px;
}

.etiketten-single-page-tabs .elementor-tabs-wrapper .elementor-active {
    background: #FFE02D !important;
	border-radius: 20px;
}

.translate-hover {
	transition-duration: 0.5s;
}
.translate-hover:hover {
	transform: translatey(-10px);
	transition-duration: 0.5s;
}

@media only screen and (min-width: 1024px) and (max-width: 1475px) {
	
	.tijdlijn.elementor-widget-uael-timeline {
		margin-left: 25%;
	}
	.uael-timeline-field {
		margin-top: 100px;
	}
	
	.uael-timeline-field:nth-child(odd) .uael-content {
		margin-right: -170px;
	}
	
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
		left: 20px;
		right: auto;
	}
	
	.uael-timeline-field:nth-child(odd) .uael-day-new {
		margin-left: -80px;
	}
	
	.uael-timeline-field:nth-child(even) .uael-timeline-widget {
		flex-direction: row-reverse;
	}
	
	.uael-timeline-field:nth-child(even) .uael-day-new {
		margin-left: 115px;
	}
	
	.uael-timeline-field:nth-child(odd) .uael-day-new:after {
		content: '';
		background-color: #F6F6F6;
		height: 7px;
		width: 145px;
		position: absolute;
		top: 50%;
		left: 60px;
		z-index: 0;
	}
	
	.uael-timeline-field:nth-child(even) .uael-day-new:after {
		content: '';
		background-color: #F6F6F6;
		height: 7px;
		width: 150px;
		position: absolute;
		top: 50%;
		left: -100px;
		z-index: 0;
	}
	
	.uael-timeline-date-new {
		left: 0;
    position: absolute !important;
    margin-left: 65px;
    margin-bottom: 50px;
	}
/* 	.uael-timeline-field:nth-child(odd) .uael-content {
		margin-right: 0px;
	} */
}


@media only screen and (max-width: 1024px) {
	.uael-timeline-field:nth-child(odd) .uael-content {
		margin-right: 0px;
	}
	
	.uael-timeline-field {
		margin-top: 90px;
	}
	
	.uael-timeline-desc-content:nth-child(odd) .time-line-text {
		position: absolute;
		z-index: 50;
		left: 10%;
		right: -10%;
		bottom: -35%;
		padding: 40px;
		border-radius: 40px;
		background: #FFF;
	}
	
	.uael-timeline-field:nth-child(odd) .uael-day-new:after {
		content: '';
		background-color: #F6F6F6;
		height: 7px;
		width: 124px;
		position: absolute;
		top: 50%;
		left: -17px;
		z-index: 0;
	}
}

@media only screen and (max-width: 550px) {
	.uael-timeline-desc-content:nth-child(odd) .time-line-text {
		left: 20px !important;
		right: 20px !important;
		bottom: -50% !important;
		padding: 20px !important;
	}
	
	.uael-content .uael-timeline-desc-content:nth-child(even) .time-line-text {
		left: 20px !important;
    	right: 20px !important;
		bottom: -50% !important;
		padding: 20px !important;
	}
	
	.uael-timeline-field {
		margin-top: 120px;
	}
}
/* BREADCRUMBS */


.bc-center p {
	text-align: center;
}

.breadcrumbs a {
	color: #58522D;
	text-decoration: none !important;
}

.breadcrumbs .last {
	opacity: 0.5;
}
/* ONZE ETIKETTEN */

.etiketten-soort-thumb {
	height: 420px;
}
/* OWL-SLIDER */

.owl-nav {
	display: flex;
    justify-content: space-between;
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-bottom: 320px;
    margin-top: -360px;
}


.owl-carousel .owl-dots .owl-dot {
    background-color: #DADAD9 !important;
    height: 12px !important;
    width: 12px !important;
    margin: 5px;
    border-radius: 10px;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: #D9000D !important;
}

.owl-dots {
	text-align: center;
}
.owl-carousel .owl-dots.disabled {
	display: unset !important;
}

.sub-menu.elementor-nav-menu--dropdown {
	-webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.2);
}

.header-slider .elementor-icon-box-icon {
	margin-top: 5px;
}

.header-slider .owl-stage-outer {
	padding: 5px 0px;
}
.owl-stage-outer {
	padding: 10px 0px 60px 0px;
}
/* GLOBAL  */

.elementor-background-overlay {
	display: none;
}

.laatste-nieuws .make-column-clickable-elementor {
	transition-duration: .5s;
	border-radius: 60px;
}

.laatste-nieuws .make-column-clickable-elementor:hover {
	transform: translatey(-10px);
	transition-duration: .5s;
	box-shadow: 3px 10px 30px 0px rgb(0 0 0 / 37%);
}

.nieuws-pagina .make-column-clickable-elementor {
	transition-duration: .5s;
}

.nieuws-pagina .make-column-clickable-elementor:hover {
	transform: translatey(-10px);
	transition-duration: .5s;
}
@media only screen and (max-width: 1024px) {
	.button-1.hero-button .elementor-button-wrapper:after {
		display: none;
		
	}
	
	.button-1.hero-button .elementor-button-link {
		border-radius: 18px !important;
	}
	
	.elementor-background-overlay {
		display: unset;
	}
}
.spacer {
	padding: 20px 0px;
}
.title-black h1 {
	font-family: 'Jost';
	font-size: 78px;
	line-height: 75px;
	color: #2E2E2D;
	font-weight: bold;
}

.hero-title-black h1 {
	font-family: 'Jost';
	font-size: 101px;
	line-height: 83px;
	color: #2E2E2D;
	font-weight: bold;
}

.title-black h2 {
	font-family: 'Jost';
	font-size: 49px;
	line-height: 49px;
	color: #2E2E2D;
	font-weight: bold;
}

.title-black h3 {
	font-family: 'Jost';
	font-size: 71px;
	line-height: 68px;
	color: #2E2E2D;
	font-weight: bold;
}

.title-white h6 {
	font-family: 'Jost';
	font-size: 37px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
}

.footer-title h6 {
	font-family: 'Jost';
	font-size: 33px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
}

.title-black h6 {
	font-family: 'Jost';
	font-size: 37px;
	line-height: 35px;
	color: #2E2E2D;
	font-weight: bold;
}

.text-black p,
.elementor-icon-list-text {
	font-family: 'Jost';
	font-size: 18px;
	line-height: 22px;
	color: #626262;
	font-weight: 400;
}

.text-white p {
	font-family: 'Jost';
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
}

.button-1 .elementor-button-link,
.gform_button,
.button-7 {
	background-color: #FFE02D !important;
	border-radius: 18px 18px 0px 18px !important;
	padding: 19px 30px !important;
}

.blog-margins .elementor-widget-container h2,
.blog-margins .elementor-widget-container h6 {
	margin-bottom: 25px;
}

.button-1 .elementor-button-text,
.gform_button,
.button-7 {
	font-family: 'Jost';
    font-weight: 600 !important;
	color: #2E2E2D;
	font-size: 16px;
	color: #000 !important;
	text-decoration: none !important;
}

.button-2 .elementor-button-link {
	background-color: transparent;
	padding: 19px 0px !important;
}

.button-2 .elementor-button-text {
	font-family: 'Jost';
	border-bottom: 2px solid #2E2E2D;
    font-weight: 500;
	color: #2E2E2D;
	font-size: 16px;
}

.button-2 .elementor-button-link:hover {
	background: transparent;
	transform: scale(1.1);
}


.button-2 .elementor-button-link:focus {
	background-color: #FFF !important;
}

.button-3 .elementor-button-link {
	background-color: #FFFFFF;
	border-radius: 18px 18px 0px 18px !important;
	padding: 19px 30px !important;
}

.button-3 .elementor-button-link:focus {
	background-color: #FFF;
}

.button-3 .elementor-button-link:hover {
	background-color: #FFF;
}
.button-3 .elementor-button-text {
	font-family: 'Jost';
    font-weight: 500;
	color: #2E2E2D;
	font-size: 16px;
}
.max-width-500 {
	max-width: 520px;
}

.max-width-600 {
	max-width: 600px;
}

.yellow {
	background-color: #FFE02D;
}

.black {
	background-color: #1C1C1B;
}

.light-grey {
	background-color: #F6F6F6;
}

.dark-grey {
	background-color: #2E2E2D;
}
@media only screen and (max-width: 1024px) {
	.title-black h1 {
		font-size: 79px;
    	line-height: 76px;
	}
	
	.max-width-500,
	.max-width-600 {
		max-width: 520px;
		margin: 0 auto;
	}
	

	
	.max-width-520 {
		max-width: 520px;
		margin: 0 auto;
	}
	
	.webshop-section  {
		max-width: 600px;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 767px) {
	.title-black h1 {
		font-size: 56px;
    	line-height: 56px;
	}
	
	.title-black h2 {
    	font-family: 'Jost';
    	font-size: 41px;
	}
	
	.hero-title-black h1 {
		margin-top: 40px !important;
		font-size: 58px;
		line-height: 51px;
	}
}

@media only screen and (max-width: 400px) {
	.title-black h1 {
		font-size: 55px;
		line-height: 47px;
	}
}

/****************************************** HEADER ******************************************/
.elementor-nav-menu--main .sub-arrow {
	color: #D9000D;
}
.elementor-location-header .elementor-sticky--effects {
	/* Schrijf hier je CSS als je de header een andere size wilt geven op scroll*/
	/* De laatste class zit op het header element */
}
.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* HERO MENU */

.single-page-usp .elementor-widget-container:hover p {
	color: #FFF !important;
}

.single-page-usp:hover p {
	color: #FFF !important;
}

.hero-menu-title p {
	font-family: 'Jost';
	font-size: 25px;
	font-weight: 600;
	color: #2E2E2D;
}

.hero-menu-item p {
	font-family: 'Jost';
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	color: #626262;
}

.hero-usp-row {
	/* background: #FFF url(img/Rectangle 7389.png) 0% 0% no-repeat padding-box; */
    opacity: 1;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
	border-radius: 80px;
}


@media only screen and (max-width: 1024px) {
	.hero-usp-row {
		border-radius: 40px;
	}
}

/* QUOTE MENU */

.quote-section .elementor-swiper-button {
	display: none !important;
}
.quote-section .elementor-testimonial__text::before {
	content: '';
    background-image: url(/wp-content/uploads/2022/10/element_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 23px;
    width: 23px;
    top: 55px;
    left: 20px;
}

.quote-section .elementor-testimonial__text::after {
	content: '';
    background-image: url(/wp-content/uploads/2022/10/element_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 23px;
    width: 23px;
    bottom: 55px;
    right: 20px;
}

.quote-section .swiper-slide {
	padding: 50px !important;
}

@media only screen and (max-width: 1024px) {
	.quote-section .swiper-slide {
		padding: 25px !important;
	}
	
	.quote-section .elementor-testimonial__text::before {
		top: 29px;
    	left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.quote-section .elementor-testimonial__text::before {
		top: 19px;
		left: 0px;
	}
}
/****************************************** FOOTER ******************************************/
.elementor-location-footer .monkey-footer a {
	text-decoration: none !important;
	color:white;
}





/****************************************** HIER JOUW CUSTOM CSS ******************************************/

@media only screen and (max-width: 1024px) {
/*************** ADD TABLET ONLY CSS HERE  ***************/


}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/****************************************** BLOG THUMB LOOP ******************************************/
.column-url,
.column-url *{
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
	opacity:0;
}
/****************************************** OWL CAROUSEL ******************************************/
.owl-carousel {
	display:block!important;
}

.owl-prev:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/chevron-left.svg');
	width: 50px;
    height: 50px;
    position: absolute;
    left: -53px;
    bottom: 336px;
}

.grey-owl .owl-prev:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/greychevronleft.svg');
	width: 50px;
    height: 50px;
    position: absolute;
    left: -53px;
    bottom: 336px;
}

.grey-owl .owl-next:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/11/greychevronright.svg');
	width: 50px;
    height: 50px;
    position: absolute;
    right: -53px;
    bottom: 336px;
}

@media only screen and (max-width: 1560px) {
	.owl-carousel .owl-nav {
		display: none !important;
	}
}
.owl-next:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/10/yellow-chevron-icon.svg');
	width: 50px;
    height: 50px;
    position: absolute;
    right: -53px;
    bottom: 336px;
}

.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
}
.owl-carousel .owl-nav button span{
	display:none;
}
.owl-carousel .owl-nav .owl-prev{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-back.svg')!important;
}
.owl-carousel .owl-nav .owl-next{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-forward.svg')!important
}
.owl-carousel .owl-dots {
	margin: auto;
}
.owl-carousel .owl-dots .owl-dot{
	background-color: #DADADA;
	height: 12px;
	width: 12px;
	margin: 5px;
	border-radius: 50px;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color:grey;
}
/****************************************** GRAVITY FORMS **************************************************/

.cv-form 
.gform_body input,
.gform_body select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}

.ginput_container_radio .gfield_radio {
	display: flex;
}

.ginput_container_radio .gfield_radio .gchoice {
	display: flex;
	justify-content: center;
	width: 50%;
}

.ginput_container.ginput_container_radio {
	background-color: #F6F6F6 !important;
    border: none !important;
    border-radius: 18px !important;
    height: 55px;
}

.gform_footer {
	float: right;
}

.ginput_container.ginput_container_radio .gchoice {
	height: 56px;
}

.catalogus .gfield_label {
	display: none !important;
}
.gchoice #label_3_8_0,
.gchoice #label_3_8_1 {
	margin: auto 0;
	font-family: "Jost";
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 18px;
	width: 100%;
    text-align: center;
}

.gfield-choice-input {
	display: none !important;
}

.gchoice:has(input:checked) {
	background-color: #FFE02D !important;
	border-radius: 18px;
}

.gfield_label {
	font-family: "Jost";
	font-weight: 400 !important;
	color: #000 !important;
}

.gform_fileupload_rules {
	display: none;
}

.ginput_container_fileupload .large {
	background-color: #F6F6F6 !important;
    height: 56px !important;
    border-radius: 18px !important;
}

.gform_body .ginput_container_fileupload .large {
    position: relative;
    width: 100% !important;
    height: 56px !important;
    clip: unset !important;
    clip-path: none !important;
    border-radius: 3px;
}

.catalogus form {
	display: flex;
}

.catalogus form .gform_body {
	width: 70%;
}

.catalogus .gform_footer {
	margin-left: 10px !important;
    margin-top: -15px !important;
}

@media only screen and (max-width: 1024px) {
	.catalogus form {
		display: unset;
	}
	
	.catalogus form .gform_body {
		width: 100%;
	}
	
	.catalogus .gform_footer {
		margin-top: 0px !important; 
	}
}

.gform_body .ginput_container_fileupload .large.valid:before{
	background-image: unset !important;
}

.gform_body .ginput_container_fileupload .large:before {
    content: "Upload bestand...";
	background-image: url('/wp-content/uploads/2022/11/upload.svg')!important;
    background-repeat: no-repeat !important;
    background-position: 94% 18px !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    background: #F6F6F6;
    font-size: 16px;
    font-weight: 400 !important;
    padding-top: 19px;
    padding-left: 25px;
	border-radius: 18px;
    font-family: 'Jost';
	color: #D8D8D8;
}

.gform_body .ginput_container_fileupload .large.valid:before {
    content: "Geslaagd!";
}
.gform_title {
	display: none !important;
}
::placeholder {
	font-family: "Jost";
	font-size: 16px;
	color: #D8D8D8;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 16px 0px 0px 0px;
}
/********************************** KLEINE VELDEN EN INPUTS *******************/
.gform_body input[type=text],
.gform_body input[type=tel] {
    background-color: #F6F6F6 !important;
    border: none !important;
    border-radius: 18px !important;
    height: 55px;
    line-height: 24px !important;
	padding: 25px !important;
}
/********************************** KLEINE VELDEN FOCUS ********************/
.gform_body input[type=text]:focus,
.gform_body input[type=tel]:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}
					/*bericht*/
.gform_body textarea {
    background-color: #F6F6F6 !important;
    border: none !important;
    border-radius: 18px !important;
	padding: 25px !important;
	resize: none;
}
					/*selectie bericht*/
.gform_body textarea:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}

@media only screen and (max-width: 1530px) {
	.krant-column .elementor-widget-container {
		margin: -95px -195px -90px 0px !important;
	}
	
	.krant-column {
		margin-left: -40px !important;
	}
	
	.krant-column img {
		margin-top: 35px;
	}
}

/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2021/07/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }

.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	border-radius: 18px;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2021/07/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2021/07/cross.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2021/07/cross.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }


/******************** AANPASSINGEN SIL 4/1/23 **************************/
/* LISTS */

.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul {
	font-family: 'Jost';
    font-size: 18px;
    line-height: 22px;
    color: #626262;
    font-weight: 400;
	margin: 0 0 1.5em 1em !important;
	list-style: none !important;
}

.elementor-widget-text-editor ul li:before,
.elementor-widget-theme-post-content ul li:before {
	content: url(/wp-content/uploads/2022/10/icon_check.svg);
    position: absolute;
    left: -0.1em;
    font-size: 1em;
}

/* TEKST */
.elementor-widget-icon-list a,
.elementor-widget-theme-post-content a,
.elementor-widget-text-editor a,
.Hyperlink  {
	color: #D9000D !important;
	font-weight: 600;
	text-decoration: none !important;
}

.hero-menu-item a {
    color: #626262 !important;
}

.elementor-element-5eba64d a,
footer .elementor-widget-text-editor a,
header .elementor-widget-text-editor a  {
	color: #C6C6C5 !important;
}

.elementor-element-5eba64d a {
	color: black !important;
}


/******************** AANPASSINGEN DAAN 26/1/23 **************************/
.elementor-widget-theme-post-content h2,
.elementor-widget-text-editor h2 {
    font-family: 'Jost';
    font-size: 49px;
    line-height: 49px;
    color: #2E2E2D;
    font-weight: bold;
	margin-bottom: 20px;
}

.text-black ol li,
.text-black ul li {
	font-family: 'Jost';
    font-size: 18px;
    line-height: 22px;
    color: #626262;
    font-weight: 400;
	margin-bottom: 10px;
}

