/**
 * Theme Name: themegrafoman
 * Version: 1.0
**/
.grecaptcha-badge {visibility: hidden;}
form .wpcf7-response-output {
    color: #ffffff;
}

body .heropages .wereldbol{
	width: 500px;
    height: 500px;
    border-radius: 250px;
    overflow: hidden;
}
body .heropages .wereldbol img {
    position: absolute;
    top: -65px;
    left: 0;
    width: 630px;
    height: 630px;
    opacity: 0.6;
    object-fit: cover;
	max-width: 100%;
}
body form .wpcf7-response-output {
    color: #000;
}
.embededvideowrapper {
    position: relative;
	width: 100%;
    max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.embededvideo{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.embededvideowrapper .embededvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body section#home2deel0 > .row .slick-list .slick-track .slick-slide {
	height: 100%;
	min-height: auto;
	display: flex;
	align-items: center;
    justify-content: center;
}
body section#home2deel1 > .row {
    height: auto;
    min-height: 100vh;
	padding-top:30px;
	padding-bottom:30px;
}
body .slick-prev {
    transform: translate(50%, -50%);
}
