<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wouter Klijn
Version: 1.0
*/


body{
	font-family: almanach, sans-serif;
	color: #00284C;
}

.container{
	max-width: 1632px;
	padding-right: 50px;
    padding-left: 50px;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-dialog {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;
	border-radius: 13px;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color: #00284C;
  opacity:1;
}

/* Top */
.top{
	background-image: linear-gradient(180deg, #efe9c5 0%, #e8cfb1 26%, #c6e6d3 60%, #b5e4ef 100%);
	padding-bottom:150px;
	position: relative;
    overflow: hidden;
}

.top2{
	background: transparent linear-gradient(0deg, #EFE9C5 0%, #E8CFB1 26%, #C6E6D3 60%, #B5E4EF 100%);
}

.top-space{
	margin-top:159px;
}

.top .logo img{
	margin-top:27px;
}

.top ul.menu{
	list-style:none;
	margin:72px 0px 0px;
	padding:0px;
	float: right;
	z-index: 3;
    position: relative;
}

.top ul.menu li{
	float:left;
	margin-right:21px;
}

.top ul.menu li:last-of-type{
	margin-right:0px;
}

.top  ul.menu li a{
	font-size: 23px;
	line-height:26px;
	font-weight:600;
	letter-spacing: 0px;
	color: #00284C;
}

.top ul.menu li a span{
	font-weight:300;
}

.top ul.menu li a:hover{
	text-decoration:none;
	padding-bottom:10px;
	border-bottom:5px solid #00284C;
	
}

.top ul.menu li:last-of-type a{
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 24px;
	padding: 4px 15px 8px;
}

.top ul.menu li:last-of-type a:hover{
	background: #5FC9E1;
	border-bottom:0px;
}

.top .sub-menu{
	background: #fff;
	z-index:2;
	position: absolute;
	top: 45px;
	border-radius: 10px;
	padding: 10px 25px;
	display:none; 
	max-width: 350px;
	list-style:none;
}			

.top .sub-menu li{
	line-height:50px;
	width: 100%;
	text-align: left;
}

.top ul.menu .sub-menu li:last-of-type a {
    background: none;
    box-shadow: none;
    padding: 0px;
	border-radius:0px;
	padding-bottom: 10px;
}

.top ul.menu .sub-menu li:last-of-type a:hover {
    border-bottom: 5px solid #00284C;
}

.top .sub-menu li a{

}
			
.top li:hover .sub-menu{
	display:block;
}

.top .telefoon span{
	font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #93D1B1;
    margin-top: 12px;
    margin-bottom: 7px;
    display: block;
}

.top .telefoon:hover span{
	color: #EC949D;
}

.top .telefoon a{
	font-size:20px;
	font-weight:700;
	color: #FFFFFF;
	background: #93D1B1;
	border-radius: 32px;
	display:inline-block;
	padding:19px;
}

.top .telefoon a img{
	 filter:contrast(200%) brightness(150%);
}

.top .telefoon:hover a{
	color: #EC949D;
	background: #00284C;
	text-decoration:none;
}

.top .telefoon:hover  a img{
	 filter:none;
} 

.mobile-menu {
    cursor: pointer;
}

.mobile-menu img{
	margin-top:75px;
	position: relative;
    z-index: 2;
}

.menu-icons img{
	margin-top:75px;
	margin-left:10px;
	position: relative;
    z-index: 2;
}

.menu-block{
	background:#00AE7E;
	min-height: 100vh;
    padding-top:119px;
    position: fixed;
    width: 100%;
    z-index: 10;
	top: 0;
	display:none;
}

.menu-block ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu-block ul li{
	text-align:center;
}

.menu-block ul li a{
	color:#fff;
	font-size:31px;
	line-height:48px;
	font-weight:700;
}

.menu-block .menu-footer{
	background-image: url(/wp-content/uploads/2020/04/footer-mobile-menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
	padding:26px 0px;
}

.menu-block .menu-footer a{
	font-size:24px;
	font-weight:700;
	color:#00284C;
	cursor:pointer;
}

.menu-block .menu-footer img{
	margin-left:22px;
}

/* Fixed Menu */
.fixed-menu{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0px;
    position: fixed;
    height: 159px;
    z-index: 2;
    width: 100%;
	top: 0px;
}


/* Slider */
.slider h1{
	font-weight:700;
	font-size:50px;
	line-height:45px;
	margin-top:122px;
	margin-bottom:0px;
	max-width: 305px;
	font-family: dashiell-bright, serif;
}

.slider p.slogan{
	font-weight:300;
	font-size:30px;
	line-height:30px;
	margin-top:27px;	
	margin-bottom:35px;
	max-width: 295px;
}

.slider a.afspraak{
	background: #fff;
	box-shadow: 0px 0px 10px #00000002;
	border-radius: 47px;
	padding:10px 12px 12px;
	
	font-size:20px;
	font-weight:800;
	color: #EC949D;
	display:block;
	text-align:center;
	max-width:220px;
	margin-bottom:15px;
}

.slider a.afspraak:hover{
	background: #00284C;
	text-decoration:none;
}

.slider a.kennis{
	background:#fff9;
	box-shadow: 0px 0px 10px #00000002;
	border-radius: 47px;
	padding:10px 12px 12px;
	
	font-size:20px;
	font-weight:800;
	color: #989898;
	display:block;
	text-align:center;
	max-width:146.5px;
	margin-bottom:15px;
}

.slider a.kennis:hover{
	background: #00284C;
	text-decoration:none;
	color:#fff;
}

.slider .silder-img{
	width:inherit;
	margin-top:63px;
	z-index: 1;
    position: inherit;
}

.slider .silder-button{
	display:block;
	position: relative;
    z-index: 2; 
    margin: 360px auto -600px;
}

.slider .greenbox{
	background-image: url(/wp-content/uploads/2020/04/slider-greenbox.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 95px 60px;
    max-width: 304px;
    position: absolute;
    margin-top: 80px;
}

.slider .greenbox span{
	font-weight:800;
	font-size:37px;
	line-height:36px;
	font-family: dashiell-bright, serif;
	color: #fff;
}

.slider .textbox{
    position: absolute;
    top: 54%;
    z-index: 2;
	padding-left: 100px;
}

.slider .textbox a span{
    text-align: left;
	font-size:33px;
	font-family: dashiell-bright, serif;
	line-height:32px;
	font-weight:800;
	color: #FFFFFF;
	max-width: 225px;
    display: inline-block;
}

.slider .textbox a:hover span{
    color: #00284C;
}

.slider .textbox a img{
    margin: -39px 0px 0px 30px;
	filter: contrast(0%) brightness(1000%);
}

.slider .textbox a:hover img{
	filter:none;
}

.slider .bol1{
	background-image: url(/wp-content/uploads/2021/10/Path-42.svg);
    background-repeat: no-repeat;
    background-size: contain;
	padding:60px;
	text-align:center;
	height:300px;
	width:302px;
	margin-left: -70px;
    margin-top: 100px;
}

.slider .bol1 span{
	font-family: dashiell-bright, serif;
	font-size:36px;
	line-height:35px;
	display: block;
    margin: 10px auto 30px;
}

.slider .bol1 a{
    background: #EC949D;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 12px 12px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.slider .bol1 a:hover{
    background: #00284C;
	color:#EC949D;
	text-decoration:none;
}

.slider .bol2{
	background-image: url(/wp-content/uploads/2021/10/Path-113.svg);
    background-repeat: no-repeat;
	padding:60px;
	text-align:center;
	height: 320px;
    width: 330px;
	margin-top: -65px;	
}

.slider .bol2 span{
	font-family: dashiell-bright, serif;
	font-size:40px;
	line-height:39px;
	display: block;
    margin: 10px auto 30px;
	color:#fff;
	font-weight:700;
}

.slider .bol2 a{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 12px 12px;
    font-size: 28px;
    font-weight: 800;
    color: #00284C;
}

.slider .bol2 a:hover{
    background: #00284C;
	color:#EC949D;
	text-decoration:none;
}

.homepage-referentie{
	background:#E5F8EF;
	padding:100px 0px 200px;
}

.homepage-referentie h4{
	margin: 0 auto 35px;
	max-width:1100px;
 font-size: 22px;
    line-height: 34px;
    font-style: italic;
    font-weight: 500;
}

.homepage-referentie span{
    font-weight: 600;
}

.homepage-referentie .carousel-indicators{
	top:auto;
	bottom:-75px;
}

.homepage-referentie .carousel-indicators li{
	 background-color: #BEBEBE;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    opacity: 1;
    border: 0px;
}

.homepage-referentie .carousel-indicators li.active{
	background-color:#00284C;
}

/* Infoblock */
.infoblock h2{
	margin-top:155px;
	margin-bottom:15px;
	font-size:55px;
	line-height:58px;
	font-weight:700;
}

.infoblock p:first-of-type{
	margin: 150px 0px 50px;
}

.infoblock p{
	margin: 0px 0px 50px;
	font-size:30px;
	line-height:35px;
	font-weight:300;
}

.infoblock a.afspraak{
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 47px;
	padding:16px;
	
	font-size:27px;
	font-weight:800;
	font-family: dashiell-bright, serif;
	color: #EC949D;
	display:block;
	text-align:center;
	max-width:293px;
	margin-bottom:15px;
}

.infoblock a.afspraak:hover{
	background: #00284C;
	text-decoration:none;
}

.infoblock a.kennis{
	font-size:22px;
	line-height:26px;
	font-weight:500;
	font-style:italic;
	font-family: dashiell-bright, serif;
	color: #9B9B9B;
	display:block;
	text-align:center;
	max-width:293px;
}

img.infoblock-foto{
	position:absolute;
	width: 35%;
}

.infoblock .quiz{
	background-image: url(/wp-content/uploads/2020/04/infoblock-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
	max-width: 524px;
    width: 100%;
    height: 544px;
	float:right;
	margin-top: 118px;
	margin-right: 50px;
	text-align:center;
	position:relative;
}

.infoblock .quiz h3{
	text-align: center;
	font-family: dashiell-bright, serif;
	font-weight:900;
    font-size: 46px;
    line-height: 41px;
    max-width: 411px;
    margin: 168px auto 35px;
	color: #434343;
}

.infoblock .quiz .no{
	display:inline-block;
	background: #EC949D;
	box-shadow: 0px 0px 5px #00000029;
	font-size:23px;
	font-weight:700;
	color: #fff;
    padding: 5px 15px 8px;
    border-radius: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.infoblock .quiz .no:hover{
	background: #fff;
	color: #EC949D;
	text-decoration:none;
}

.infoblock .quiz .yes{
	display:inline-block;
	background: #93D1B1;
	box-shadow: 0px 0px 5px #00000029;
	font-size:23px;
	font-weight:700;
	color: #fff;
    padding: 5px 15px 8px;
    border-radius: 20px;
	margin-bottom: 5px;
}

.infoblock .quiz .yes:hover{
	background: #fff;
	color: #93D1B1;
	text-decoration:none;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    display: inline-block;
    top: unset;
	bottom: 40px;
	width: 20px;
}

.carousel-control-next{
    right: unset;
    left: 170px;
}

.carousel-control-prev{
    left: 125px;
}

/* Page Content */
.page-content{
	padding-top:103px;
}

.page-content-foto{
    position: absolute;
    height: 900px;
    z-index: 1;
    right: 70%;
    margin-top: 100px;
}

.page-content h1{
	font-size:55px;
	line-height:58px;
	font-weight:700;
	margin-bottom:32px;
	font-family: dashiell-bright, serif;
}

.page-content p{
	font-size:25px;
	line-height:35px;
	font-weight:300;
	margin-bottom:50px;
} 

.page-content .fu-img{
	width:100%;
	margin:10px auto 60px;
	object-fit:cover;
	max-height:380px;
	clip-path: polygon(92% 7%, 97% 16%, 100% 35%, 100% 70%, 94% 94%, 86% 100%, 5% 98%, 1% 79%, 0 39%, 3% 22%);
}

.page-content p.toptext{
	font-size:30px;
	font-family: dashiell-bright, serif;
}

.page-content a {
		color: #00284C;
		text-decoration:underline;
	}

.page-content h3{
	font-size:30px;
	line-height:40px;
	font-weight:800;
	margin-bottom:10px;
	font-family: dashiell-bright, serif;
}

.page-content h3 span{
	font-weight:300;
}

.page-content ul{
    list-style: inherit;
    margin: 1em 1em 50px;
	display: block;
	float: inherit !important;
}

.page-content strong{
    font-weight:800;
}

.page-content ol{
    list-style: decimal;
    margin: 1em 1em 50px;
	display: block;
	padding:0px;
}

.page-content hr{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.page-content .social-menu-hr{
	margin:0px auto 60px;
	max-width:120px;
	border-top: 1px solid #00284C;
}

.page-content .social-menu{
	margin:0px 0px 25px;
	padding:0px;
	list-style:none; 
	display: flex;
    justify-content: center;
}

.page-content .social-menu li{
	float:left;
	margin:0px 30px;
}

.page-content .social-menu li img{
	transform: scale(1.5);
	opacity: 0.65;
}

.page-content  .wp-block-button a{
	color: #ffffff;
    background: #93d1b1;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 47px;
    padding: 16px 40px;
    font-size: 27px;
    font-weight: 800;
    font-family: dashiell-bright, serif;
    display: block;
    text-align: center;
    max-width: 293px;
    margin-bottom: 15px;
}

.page-content  .wp-block-button a:hover {
    color: #EC949D !important;
    background: #00284C !important;
    text-decoration: none;
}


.page-content .wp-block-image img {
    max-width: 100%;
    margin-bottom: 50px;
	height: auto;
}

.page-content ul li, .page-content ol li {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    float: none;
	margin-right:0px;
}

.page-content ul li a:hover, .page-content ol li a:hover{
    padding-bottom: 0px;
}

.page-content .bottom-slogan{
	display:block;
	max-width:530px;
	font-size:32px;
	line-height:45px;
	font-family: dashiell-bright, serif;
	margin-bottom:31px;
	font-weight:800;
}


.page-content a.afspraak{
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 47px; 
	padding:16px;
	text-decoration:none;
	
	font-size:27px;
	font-weight:800;
	font-family: dashiell-bright, serif;
	color: #EC949D;
	display:block;
	text-align:center;
	max-width:293px;
	margin-bottom:15px;
}

.page-content a.afspraak:hover{ 
	background: #00284C;
	text-decoration:none;
}

.page-content .circles{
	margin-right: -50px;
    margin-left: -50px;
}

.page-content .circle1 a, .page-content .circle2 a, .page-content .circle3 a{
	color:#00284C;
		z-index: 1;
    position: relative;
}

.page-content .circle1{
	background-image: url(/wp-content/uploads/2020/04/Path-42-1.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-top:49px;
	max-width: 370px;
    padding: 100px 70px;
}

.page-content .circle1 span{
	font-weight:700;
	font-size: 49px;
    line-height: 55px;
	display:block;
	margin-bottom: 15px;
}

.page-content .circle1 a img{
	 filter:contrast(200%) brightness(1950%);
}

.page-content .circle1 a:hover img {
    filter: contrast(0%) brightness(30%);
}

.page-content .circle2{
	background-image: url(/wp-content/uploads/2020/04/still-wouter-klijn-2.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-top: -210px;
    max-width: 610px;
    padding: 202px 157px;
    right: 0;
    position: absolute;
}

.page-content .circle2 span{
	font-weight:700;
	font-size: 49px;
    line-height: 55px;
	display:block;
	margin-bottom: 15px;
}

.page-content .circle2 a:hover img {
    filter: contrast(0%) brightness(30%);
}

.page-content .circle3{
	background-image: url(/wp-content/uploads/2020/04/Path-42.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-top: 137px;
	margin-left: 60px;
    max-width: 324px;
    padding: 90px 30px;
}

.page-content .circle3 span{
	font-weight:700;
	font-size: 34px;
    line-height: 38px;
	display:block;
	margin-bottom: 15px;
}

.page-content .circle3 a img{
	 filter:contrast(200%) brightness(1950%);
}

.page-content .circle3 a:hover img{
	 filter:none;
}

.carousel {
    width: 90%;
    margin: 0 auto;
}

.page-content .toepassen{
	background-image: url(/wp-content/uploads/2020/04/Terschelling-PeterenJusta-4@2x.png);
	background-repeat: no-repeat;
    background-size: contain;
	max-width:704px;
	margin-top:225px;
	padding:80px 100px;
}

.page-content .toepassen span{
	color: #ffffff;
	font-weight:700;
	font-size: 46px;
    line-height: 50px;
	max-width:430px;
	display:block;
	margin-bottom: 15px;
}

.page-content .toepassen a:hover img{
	 filter:contrast(200%) brightness(1950%);
}

.page-content .button{
	font-size: 22px !important;
    font-weight: 700;
    color: #FFFFFF;
    background: #01284c;
    border-radius: 32px;
    display: inline-block;
    padding: 10px 19px;
    border: none;
}

.page-content .button:hover{
    background: #EC949D;
}

.page-content label.gfield_label{
    margin:15px 0px 0px;
}

.page-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .page-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .page-content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
    margin-right: 10px;
}

/* Test jezelf */

.testjezelf-block{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 8px;
	padding:15px;
	padding: 20px 40px;
    margin: 0px auto 15px auto !important;
    width: 100%;
    max-width: 660px;
}

.testjezelf h2{
	font-family: dashiell-bright, serif;
	font-size:31px !important;
}

.testjezelf .gsection_description{
	color: #00284C;
	opacity: 0.6;
	font-size:20px !important;
	line-height:25px !important;
}

.testjezelf .policy-info{
	background: #FFFFFF !important;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 8px;
    padding: 15px;
    padding: 10px 20px !important;
    font-size: 18px;
    margin: 0px 0px 15px 0px !important;
    display: block;
    width: 100%;
}

.testjezelf li.gfield_html{
	background: transparent !important;
	padding:0px !important;
}

.testjezelf .gfield_label{
    font-size: 25px !important;
    color: #00284C;
    display: block !important;
    margin-bottom: 0px !important;
	font-family: dashiell-bright, serif;
	display:none !important;
}

.testjezelf .gfield_description{
	font-size: 20px !important;
	line-height:24px !important;
    color: #00284C;
    display: block !important;
    margin-bottom: 0px !important;
	font-family: dashiell-bright, serif !important;
	font-weight:800;
	
}

.testjezelf .ginput_container_radio ul{
	overflow:hidden;
	margin-top:2px !important;
	margin-bottom:30px !important;
}


.testjezelf .ginput_container_radio li{
	box-shadow: none;
	float: left;
    width: auto;
	background: transparent;
}

.testjezelf .ginput_container_radio li input[type=radio]{
	display: none !important;
}

.testjezelf .ginput_container_radio li label{
	color: #00284C;
    border: 1px solid #00284C;
	font-weight:800;
	font-family: dashiell-bright, serif;
    border-radius: 100px;
	font-size:19px !important;
    text-align: center;
    width: 37px !important;
    height: 35px !important;
    line-height: 32px !important;
}

.testjezelf .ginput_container_radio li label:hover, .testjezelf .ginput_container_radio li input:checked + label{
	background: #00284C;
	color:#fff;
}

.testjezelf select{
	font-size: 33px !important;
    font-weight: 700 !important;
    color: #01284c;
    width: 69px !important;
    text-align: center;.page-content h3
    border: 2px solid #EC949D;
	border-radius: 8px;
	cursor:pointer;
	vertical-align: top;
}

.testjezelf #field_2_55{
	margin-bottom:50px !important;
}

.testjezelf .gform_previous_button{
	display:none !important;
}

.testjezelf li.uitkomst{
	width:50%;
	float:right;
}

.testjezelf li.uitkomst input{
    background: transparent;
    border: 0px;
    font-size: 41px !important;
    font-weight: 700 !important;
    color: #EC949D;
    margin: -8px 0px 0px;
    line-height: normal;
    padding: 0px !important;
}

.testjezelf .heading{
	background: transparent;
    box-shadow: none;
    padding: 0px 0px 20px !important;
    border-bottom: 0px dashed #01284c !important;
    border-radius: 0px;
    font-size: 33px !important;
    margin-top: 0px !important;
}

.testjezelf .gform_page_footer {
    border-top: 0px dotted #ccc !important;
}

.testjezelf .button{
	font-size: 30px !important;
    font-weight: 700;
    color: #FFFFFF;
    background: #00AE7E;
	box-shadow: 0px 0px 6px #00000019;
    border-radius: 15px;
    display: inline-block;
    padding: 16px 19px 20px;
    border: none;
	width:100% !important;
}

.testjezelf .button:hover{
    background: #00284C;
}

.testjezelf .gf_progressbar{
	border-radius: 8px  !important;
    background: #ffffff82  !important;
    padding: 5px  !important;
}

.testjezelf .gf_progressbar:after{
	border-radius: 8px  !important;
}

.testjezelf .gf_progressbar_percentage{
	border-radius: 8px  !important;
    background: #01284c  !important;
}

.testjezelf-block h2.results{
	font-family: dashiell-bright, serif;
    font-size: 31px;
	font-weight:700;
	margin-top:16px;
}

.testjezelf-block p.results-disc{
	color: #00284C;
    opacity: 0.6;
    font-size: 20px;
    line-height: 25px;
}

.testjezelf-block .results-button{
	font-size: 30px !important;
    font-weight: 700;
    color: #FFFFFF;
    background: #00AE7E;
    box-shadow: 0px 0px 6px #00000019;
    border-radius: 15px;
    display: inline-block;
    padding: 16px 19px 20px;
    border:2px solid #00AE7E;
    width: 100% !important;
    text-align: center;
	margin-bottom:14px;
	text-decoration:none;
}


.testjezelf-block .results-button:hover{
	background: #00284C;
	text-decoration:none;
	border-color:#00284C;
}

.testjezelf-block .results-button2{
	font-size: 30px !important;
    font-weight: 700;
    color: #00AE7E;
    background: #fff;
	border:2px solid #00AE7E;
    box-shadow: 0px 0px 6px #00000019;
    border-radius: 15px;
    display: inline-block;
    padding: 16px 19px 20px;

    width: 100% !important;
    text-align: center;
	margin-bottom:14px;
	text-decoration:none;
}


.testjezelf-block .results-button2:hover{
	color: #00284C;
	border-color:#00284C;
	text-decoration:none;
}

.testjezelf-block h5{
	font-size:25px;
	font-family: dashiell-bright, serif;
	margin-bottom:100px;
	font-weight:700;
}

.testjezelf-block ul.results{
	margin:0px 0px 48px;
	padding:0px;
	list-style:none;
}

.testjezelf-block ul.results li{
	font-size:20px;
	font-weight:300;
	margin-bottom:8px;
}

.testjezelf-block ul.results li span.res-cic1{
	font-family: dashiell-bright, serif;
    font-size: 20px;
    border-radius: 100px;
    border: 1px solid #00284C;
    height: 34px;
    width: 34px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.testjezelf-block ul.results li span.res-cic2{
	    font-family: dashiell-bright, serif;
    font-size: 20px;
    border-radius: 100px;
    border: 1px solid #00AE7E;
    background: #00AE7E;
    color: #fff;
    height: 34px;
    width: 34px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.testjezelf-block .info-subline-img{
	float: left;
    margin-top: 5px;
}

.testjezelf-block .info-subline{
	font-size:20px;
	font-weight:300;
	line-height:25px;
	margin-left: 60px;
}

.testjezelf-block .gform_wrapper.gravity-theme .gfield-choice-input+label{
	vertical-align: text-top !important;
    margin-bottom: 10px !important;
}

.testjezelf-block .gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: baseline  !important;
}

.test-stappen{
	list-style:none !important;
	margin:0px !important;
	padding:0px;
}

.test-stappen li{
	font-size:18px  !important;
	color: #00284C;
	opacity: 0.5;
}

.test-stappen li.active{
	background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    opacity: 1;
    padding: 0px 0px 3px 11px;
    font-weight: 500;
}

.test-stappen li.done::after {
  content: " ðŸ‘Œ";
}

.testjezelf-podcast {
	margin:0 auto;
	max-width:660px;
}

.testjezelf-podcast h3{
	font-size:36px;
	font-family: dashiell-bright, serif;
	font-style:italic;
	margin-bottom:22px;
	margin-top:57px;
}

.testjezelf-podcast span{
	font-family: dashiell-bright, serif;
	display:block;
	margin-bottom:47px;
	font-weight:600;
	font-size:20px;
	margin-top: 30px;
	line-height:20px;
}

.testjezelf-podcast .pod-block{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding:13px;
	margin-bottom:15px;
}

.testjezelf-podcast .pod-block img{
	float:left;
}

.testjezelf-podcast .pod-block p{
	font-family: dashiell-bright, serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:0px;
	margin-left:40px;
}

.testjezelf-podcast .pod-block p a{
	color:#00284C;
	text-decoration:none;
}

.testjezelf-podcast .pod-block p b{
	font-weight:700;
	font-style:italic;
}

/* Aanvraag */
.aavraagform{
    max-width: 100%;
}

/* Contact */
.contact-form{
	background: #FFF;
	box-shadow: 0px 0px 20px #00000029;
	border-radius: 15px;
	padding:30px;
	max-width:500px;
}

.contact-form h2{
	font-weight:700;
	font-size:50px;
	line-height:61px;
}

.contact-form ul{
	width:100%;
}

.contact-form li{
	width:100%;
	margin:0px;
	padding:0px !important;
}


.contact-form li input[type=text]{
	border: 1px solid #00284C;
	border-radius: 8px;
	height:64px;
	color:#9B9B9B;
	font-size:22px !important;
	padding: 0px 20px !important;
}

.contact-form input[type=tel], .contact-form input[type=email] {
		border: 1px solid #00284C;
	border-radius: 8px;
	height:64px;
	color:#9B9B9B;
	font-size:22px !important;
	padding: 0px 20px !important;
}

.contact-form input[type=submit]{
	background: #EC949D;
	border-radius: 28px;
	padding: 0px 25px !important;
	font-size:22px !important;
	font-family: dashiell-bright, serif;
	font-weight: 800;
	color:#fff;
	height:50px;
	border:0px;
}

/* Podcast*/

.podcast{
	background:#EBEBEB;
	padding:65px 0px;
}

.podcast h2{
	text-align:center;
	font-size:36px;
	font-family: dashiell-bright, serif;
	font-style:italic;
	margin-bottom:60px;
	font-weight:800;
}

.podcast h4{
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-family: dashiell-bright, serif;
	max-width:387px;
	margin: 0px auto 60px;
}

.podcast span.name{
	text-align:center;
	font-size:22px;
	text-align:center;
	display: block;
	color:#00AE7E;
	padding: 0px 0px 75px;
}

.podcast h3{
	font-size:36px;
	font-family: dashiell-bright, serif;
	font-style:italic;
	font-weight:800;
	margin-bottom:32px;
	text-align:center;
}

.podcast span.afl1{
	font-family: dashiell-bright, serif;
	font-size:20px;
	line-height:20px;
	display: block;
    margin: 23px auto 35px;
    max-width: 244px;
}
	
.podcast a.cover{
	text-align: center;
    display: block;
}

.podcast .carousel-indicators li{
	background-color:#999;
}

.podcast .pod-block{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding:13px;
	max-width:293px;
	margin:0 auto 15px;
}

.podcast .pod-block img{
	float:left;
}

.podcast .pod-block p{
	font-family: dashiell-bright, serif;
	font-size:16px;
	line-height:20px; 
	margin-bottom:0px;
	margin-left:40px;
}

.podcast .pod-block p a{
	color:#00284C;
	text-decoration:none;
}

.podcast .pod-block p b{
	font-weight:700;
	font-style:italic;
}

.podcast .quote-img1{
	
}

.podcast .quote-img2{
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  float: right;
   margin-top: -175px;
}

/* Interest Footer */
.interest-footer{
	padding:220px 0px 120px;
}

.interest-footer h2{
	font-family: dashiell-bright, serif;
	font-size:44px;
	line-height:56px;
	font-weight:800;
	margin-bottom:50px;
	max-width:705px;
}

.interest-footer h2 span{
	font-weight:400;
}

.interest-footer .button1{
	background: #EDE881;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 32px 12px;
    font-size: 20px;
    font-weight: 800;
    color: #7B7618;
	border:1px solid #EDE881;
	margin-right:20px;
}

.interest-footer .button1:hover{
	background: #7B7618;
	color:#fff;
	text-decoration:none;
}

.interest-footer .button2{
	background: #fff;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 32px 12px;
    font-size: 20px;
    font-weight: 800;
    color: #00284C;
	border:1px solid #00284C;
	display: inline-block;
	margin-top: 25px;
}

.interest-footer .button2:hover{
	background: #00284C;
	color:#fff;
	text-decoration:none;
}

.interest-footer .fig1{
	background-image: url(/wp-content/uploads/2021/10/still-wouter-klijn-2.svg);
    background-repeat: no-repeat;
    padding: 80px 23px 0px 60px;
    height: 393px;
    width: 380px;
    margin-top: -70px;
}

.interest-footer .fig1 span{
	font-family: dashiell-bright, serif;
    font-size: 36px;
    line-height: 35px;
    display: block;
    margin: 10px auto 30px;
    color: #7B7618;
    font-weight: 300;
}

.interest-footer .fig1 span b{
    font-weight: 800;
}

.interest-footer .fig1 a{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 12px 12px;
    font-size: 20px;
    font-weight: 800;
    color: #7B7618;
}

.interest-footer .fig1 a:hover{
	text-decoration:none;
	background: #7b7618;
    color: #fff;
}

.interest-footer .fig2{
	background-image: url(/wp-content/uploads/2021/10/Ronde-button-met-zoom.svg);
    background-repeat: no-repeat;
    padding: 60px;
    text-align: center;
    height: 162px;
    float: right;
    width: 175px;
    margin: -350px auto 0px;
    z-index: -1;
    position: relative;
}

.interest-footer .fig2 span{
	font-family: dashiell-bright, serif;
    font-size: 36px;
    line-height: 35px;
    display: block;
    margin: 10px auto 30px;
    color: #7B7618;
    font-weight: 700;
}

.interest-footer .fig3{
	background-image: url(/wp-content/uploads/2021/10/Terschelling-PeterenJusta-4.svg);
    background-repeat: no-repeat;
    padding: 60px;
    text-align: center;
    height: 304px;
    width: 314px;
    margin-top: -135px;
    margin-right: 140px;
    float: right;
	z-index: 1;
    position: relative;
}

.interest-footer .fig3 span{
	font-family: dashiell-bright, serif;
    font-size: 36px;
    line-height: 35px;
    display: block;
    margin: 10px auto 30px;
    color: #00284C;
    font-weight: 300;
}

.interest-footer .fig3 a{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #00000002;
    border-radius: 47px;
    padding: 10px 12px 12px;
    font-size: 20px;
    font-weight: 800;
    color: #00284C;
}

.interest-footer .fig3 a:hover{
	text-decoration:none;
	background:  #00284C;
    color: #fff;
}
/* Footer */
.footer{
	padding:150px 0px;
}

.footer h2{
	text-align: center;
	font-weight:700;
	font-size:44px;
	line-height:56px;
	letter-spacing: 0px;
	color: #00284C;
	max-width:620px;
	margin:0 auto;
}

.footer .telefoon span{
	font-size:22px;
	line-height:29px;
	font-weight:700;
	color: #93D1B1;
	margin-top:72px;
	display:inline-block;
}

.footer .telefoon:hover span{
	color: #EC949D;
}

.footer .telefoon a{
	font-size:22px;
	font-weight:700;
	color: #FFFFFF;
	background: #93D1B1;
	border-radius: 32px;
	display:inline-block;
	padding:19px;
	margin-top: 50px;
	float:right;
}

.footer .telefoon a img{
	 filter:contrast(200%) brightness(150%);
}

.footer .telefoon:hover a{
	color: #EC949D;
	background: #00284C;
	text-decoration:none;
}

.footer .telefoon:hover  a img{
	 filter:none;
}

.footer .mail-text{
	font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: #93D1B1;
    margin-top: 62px;
    display: inline-block;
}

.footer .mail-text a{
    color: #93D1B1;
}

.footer .media-box h2{
	text-align: center;
	font-weight:700;
	font-size:36px;
	line-height:45px;
	color: #EC949D;
	margin:0 auto 36px auto;
}

.footer .media-box p{
	color: #ADADAD;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight: 300;
	max-width:362px;
	margin: 0 auto 20px;
}

.footer .media-box hr{
	margin: 40px auto;
    max-width: 362px;
	border-top: 1px dashed #ADADAD;
}

.footer .media-box a{
	background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 21px;
    margin: 0 auto;
    display: block;
    max-width: 317px;
    text-align: center;
    padding: 10px;
    color: #93D1B1;
    font-weight: 700;
    font-size: 17px;
}

.whatsapp {
    background: #FFFFFF;
	box-shadow: 0px 0px 10px #00000029;
    border-radius: 31px;
    font-size: 21px;
    font-weight:700;
    padding: 17px 30px 14px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
	color:#00284C;
}

.whatsapp:hover {
    background: #93D1B1;
	color:#00284C;
}

.whatsapp span {
    margin-left: 15px;
}

.whatsapp img {
    margin-top: -3px;
}

/* Copyright */
.copyright{
	background-image: url(/wp-content/uploads/2021/10/Path-76.svg);
	padding:37px 0px;
	background-repeat: no-repeat;
    background-size: cover;
}

.copyright p{
	color:#2E2B28;
	font-size:20px;
	line-height:20px;
	margin-right:40px;
	display:block;
	max-width:210px;
	font-weight:800;
}

.copyright .menu-footer-menu-container{
	display:inline-block;
}

.copyright ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.copyright li{
	float:left;
	margin-right: 20px;
	line-height: 13px;
}

.copyright li:last-of-type{
	margin-right: 0px;
}

.copyright li a{
	color:#2E2B28;
	font-size:20px;
}

.copyright img{
	width: 150px;
    margin-top: -20px;
	margin-left: 10px;
    margin-bottom: 10px;
}

.yrm-btn-wrapper {
    text-align: left !important;
}

.yrm-content{
 color: #00284C !important
}

.yrm-toggle-expand{
	background:#d4ede3;
	border: 0px !important;

	width: 230px !important;
	margin-bottom: 50px; 
    height: 42px !important;
	border-radius: 1000px;
	color:#00284C !important;
}

.yrm-toggle-expand:hover{
	background: #00284C !important;
}

.yrm-toggle-expand:hover .yrm-button-text-1{
	color:#fff !important;
}


.yrm-toggle-expand .yrm-button-text-1{
	color: #00284C;
    font-size: 20px !important;
}

/* XXL Large Desktop */
@media only screen and (max-width: 1640px) {
	
	.top ul {
		float: right;
	}
	
	.top .telefoon{
		display:none;
	}
	
	.top-menu-space{
		flex: 0 0 83.333333%;
    	max-width: 83.333333%;
	}
	
}

/* XL Large Desktop 2*/
@media only screen and (max-width: 1430px) {
	.menu-item-15, .menu-item-80{
		display:none;
	}
	
	.slider .silder-button {
		margin: 234px auto -465px;
	}
}

/* Large Desktop */
@media only screen and (max-width: 1290px) {	
	.page-content .toepassen {
		padding: 60px 100px;
	}
	
	.page-content .toepassen span {
		font-size: 36px;
		line-height: 46px;
		max-width: 380px;
	}
	
	.page-content .circle1 {
		max-width: 220px;
		padding: 45px 35px;
	}
	
	.page-content .circle1 span, .page-content .circle2 span, .page-content .circle3 span {
		font-size: 30px;
		line-height: 35px;
	}
	
	.page-content .circle2 {
		max-width: 350px;
		padding: 120px 72px;
		margin-top: -130px;

	}
	.page-content .circle3 {
		max-width: 265px;
		padding: 60px 23px 45px 11px;
	}
	
	.page-content .circle1 img, .page-content .circle2 img, .page-content .circle3 img{
		height:36px;
	}

}

/* Desktop  LG*/
@media only screen and (max-width: 1200px) {
	
	.menu-block .sub-menu li a {
		font-weight:400;
	}

	
	.top .telefoon a{
		display:none;
	}
	
	.menu-item-15, .menu-item-80{
		display:inherit;
	}
	
	.top-menu-space{
		flex: 0 0 66.666667%;
   	 max-width: 66.666667%;
	}
	
	.slider .greenbox {
		padding: 55px 36px 112px;
		max-width: 265px;
		margin-top: 37px;
	}
	
	.slider .greenbox span {
		font-size: 26px;
		line-height: 30px;
	}
	
	.slider .textbox {
		top: 44%;
	}
	
	.infoblock .quiz {
		margin-right: auto;
		float:none;
	}
	
	.page-content .toepassen span {
		font-size: 24px;
		line-height: 33px;
		max-width: 260px;
	}
	
	.footer .media-box h2 {
		margin-top:100px;
	}
	
	
}

/* Tablet */
@media only screen and (max-width: 991px) {	
	
	.slider img {
		max-width:500px;
	}
	
	.slider .greenbox {
		right:50%;
	}
	
	.slider h1 {
		margin:0px auto;
		font-size: 50px;
		line-height: 60px;
	}
	
	.slider p.slogan {
		margin: 20px auto;
		font-size: 36px;
		line-height: 40px;
	}
	
	.slider a.afspraak {
		margin: 0px auto 15px;
	}
	
	.slider a.kennis {
		margin: 0px auto;
	}
	
	.slider .textbox {
		left: 44%;
		transform: translate(-50%, 0);
		top: 63%;
		padding:0px;
	}
	
	.infoblock .quiz {
		margin:0px auto;
	}
	
	.infoblock h2 {
		margin: 100px auto 14px;
		font-size: 30px;
		line-height: 35px;
		font-family: dashiell-bright, serif;
	}
	
	.infoblock p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom:25px;
	}
	
	.infoblock p:first-of-type {
		margin: 0px 0px 25px;
	}
	
	.infoblock a.persoonlijk {
		background: #00284C;
		box-shadow: 0px 0px 10px #00000002;
		border-radius: 47px;
		padding: 10px 12px 12px;
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		display: block;
		text-align: center;
		max-width: 290px;
		margin:0 auto;
	}
	
	.page-content .toepassen {
		margin:30px auto 0px;
	}
	
	.page-content .circle2 {
		left: 140px;
	}
	
	.footer .telefoon a {
		font-size: 20px;
	}
	
	.footer .mail-text {
		font-size: 20px;
	}
	
	.whatsapp {
		padding: 11px 14px;
	}
	
	.copyright img{
		margin-top: 0px;
	}
	
		
	/* V2 */
	.interest-footer{
		padding:44px 0px;
	}
	
	.interest-footer h2{
		font-size:26px;
		text-align:center;
		line-height:33px;
	}
	
	.interest-footer .button1{
		display:block;
		margin:0 auto;
		font-size:20px;
		width:240px;
		margin-bottom: 50px;
	}
	
	.interest-footer .button2{
		display:none;
	}
	
	.interest-footer .fig1{ 
		margin:0px;
	}
	
	.podcast h2 {
		margin-top: 100px;
	}
	
	.slider .bol1 {
		display:none;
	}
	
	.slider .bol2 {	
		margin-top: -512px;
		z-index: 3;
		position: relative;
	}
	
	.slider h1{
	    max-width: 450px;
	}
	
	.testjezelf-block{
		padding:20px;
	}
	
	.slider p.slogan {
		max-width: 360px;
	}
}

/* Mobile */
@media only screen and (max-width: 576px) {	
	
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.top .logo img {
		height: 70px;
		margin-top: 15px;
	}
	
	.fixed-menu {
		height: 120px;
	}
	
	.top-space {
		margin-top: 120px;
	}
	
	.mobile-menu img{
		 margin-top: 39px;
	}
	
	.menu-icons img{
		margin-top: 39px;
		margin-left: 3px;
	}

	.menu-icons img.first-img{
		margin-left: 0px;
	}	
	
	.slider h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 20px;
	}
	
	.slider p.slogan {
		font-size: 20px;
		line-height: 25px;
		margin: 10px auto 50px;
	}
	
	.slider a.afspraak {
		font-size: 27px;
		padding: 10px;
		max-width: 300px;
	}
	
	.slider a.kennis {
		font-size:22px;
	}
	
	.slider .greenbox {
		padding: 35px 35px 112px;
		max-width: 220px;
	}
	
	.slider .greenbox span {
		font-size: 22px;
		line-height: 26px;
	}
	
	.slider .textbox {
		left: 40%;
	}
	
	.slider .textbox a span {
		font-size: 22px;
		line-height: 21px;
		max-width: 140px;
	}
	
	.slider .textbox a img {
		margin: -26px 0px 0px 12px;
		height: 40px;
	}
	
	.homepage-referentie h4{
		font-size: 18px;
    	line-height: 24px;
	}
	
	.carousel {
		width: 100%;
		margin: 0 auto;
	}
	
	.infoblock h2 {
		margin: 67px auto 30px;
		font-size: 30px;
		line-height: 31px;
	}
	
	.infoblock p {
		font-size: 17px;
		line-height: 25px;
	}
	
	.infoblock .quiz {
		height: 368px;
		max-width: 275px;
	}
	
	.infoblock .quiz h3 {
		font-size: 18px;
		line-height: 26px;
		max-width: 245px;
		margin: 85px auto 16px;
	}
	
	.infoblock .quiz .no {
		font-size: 16px;
		padding: 5px 10px;
		margin-right: 5px;
	}
	
	.infoblock .quiz .yes{
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.infoblock a.afspraak {
		margin:0px auto 15px;
	}
	
	.infoblock a.kennis {
		margin:0px auto;
	}
	
	.infoblock h2 {
		margin: 67px auto 30px;
		font-size: 30px;
		line-height: 31px;
	}
	
	.page-content {
		padding-top: 50px;
		padding-left: 25px;
        padding-right: 25px;
	}
	
	.page-content h1 {
		font-size: 30px;
		line-height: 31px;
		margin-bottom: 15px;
	}
	
	.page-content p {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	
	.page-content p.toptext {
		font-size: 20px;
	}
	
	.page-content ul, .page-content ol {
		margin: 1em 1em 15px;
	}
	
	.page-content ul li, .page-content ol li, .page-content ul li a, .page-content ol li a {
		font-size: 17px;
		line-height: 25px;
	}
	
	.page-content .bottom-slogan{
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	
	.page-content a.afspraak{
		margin: 10px auto 0px;
	}
	
	.page-content .toepassen {
		padding: 45px;
	}
	
	.page-content .toepassen span {
		font-size: 20px;
		line-height: 24px;
		max-width: 195px;
	}

	.page-content .toepassen img {
		height:36px;
	}
	
	.page-content .circle2 {
		left: 0px;
		max-width: 434px;
		padding: 136px 90px;
		margin-top: -100px;
	}
	
	.page-content .wp-block-button a {
		padding: 9px 40px;
		font-size: 18px;
	}
	
	.page-content hr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.testjezelf li {
		padding: 15px !important;
	}
	
	.testjezelf .ginput_container_radio ul {
		overflow: inherit;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.testjezelf .button {
		font-size: 20px !important;
		padding: 5px 19px 6px;
	}
	
	.testjezelf .gfield_label {
		font-size: 20px !important;
	}
	
	.testjezelf .ginput_container_radio ul {
		margin-top: 10px !important;
	}
	
	.testjezelf .ginput_container_radio li label {
		width: 25px !important;
		height: 21px !important;
		margin: 0px !important;
		font-size: 13px !important;
		line-height: 20px !important;
	}
	
	.testjezelf .uitkomst .gfield_label {
		font-size: 18px !important;
	}
	
	.testjezelf li.uitkomst input {
		font-size: 19px !important;
		 margin: -16px 0px 0px;
	}
	
	.testjezelf .gfield_description {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	
	.testjezelf select {
		font-size: 25px !important;
		margin-top: -8px !important;
	}
	
	.testjezelf .heading {
		font-size: 20px !important;
	}
	
	.contact-form h2 {
		font-size: 26px;
		line-height: 34px;
	}
	
	.contact-form li input[type=text] {
		height: 50px;
		font-size: 17px !important;
		padding: 0px 10px !important;
	}

	.footer {
		padding: 75px 0px;
	}

	.footer h2 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.footer .telefoon a {
		float: none;
		display: block;
		margin: 40px auto 0px;
		max-width: 281px;
	}
	
	.footer .mail-text {
		text-align: center;
		margin: 20px auto;
		display: block;
	}
	
	.copyright p, .copyright li a{
		font-size: 14px;
		line-height: 20px;
	}
	
	/* v2*/
	.interest-footer .fig1{
		margin-top:0px;
		background-size: contain;
		padding: 51px 35px 0px 45px;
		height: 265px;
		width: 254px;
	}
	
	.interest-footer .fig1 span {
	    font-size: 17px; 
		line-height: 17px;
	}
	
	.interest-footer .fig1 a {
		padding: 10px 16px 12px;
		font-size: 13px;
	}
		
	.interest-footer .fig2{
		margin: -40px 0px 0px;
	}

	.interest-footer .fig3{
		margin:0px;
	}
	
	.podcast h4 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.podcast .quote-img1 {
		margin-bottom: 15px;
	}
	
	.podcast a.cover img{
		width: -webkit-fill-available;
	}
	
	.slider .silder-button {
		margin: 200px auto -332px;
		height: 115px;
	}
	
	.slider .bol2 {
		height: 167px;
		width: 167px;
		margin-top: -285px;
		margin-left: -25px;
		background-size:contain;
		padding: 25px;

	}

	.slider .bol2 span {
		font-size: 21px;
		line-height:20px;
		margin: 10px auto 10px;
	}
	
	.slider .bol2 a {
		font-size: 12px;
		padding: 5px 12px 6px;
	}
	
	.yrm-toggle-expand {
		width: 155px !important;
		margin-bottom: 35px;
		height: 34px !important;
	}
	
	.yrm-toggle-expand .yrm-button-text-1 {
		font-size: 14px !important;
	}
	
	.testjezelf-block h5 {
		font-size: 16px;
		margin-bottom: 89px;
	}
	
	.testjezelf-block ul.results li {
		font-size: 14px;
	}
	
	.testjezelf-block .results-button, .testjezelf-block .results-button2{
		font-size: 20px !important;
		padding: 10px 19px 11px;
	}
	
	.testjezelf-block .info-subline {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 25px;
	}
	
	.testjezelf-block ul.results li span.res-cic1, .testjezelf-block ul.results li span.res-cic2 {
		font-size: 17px;
		height: 26px;
		width: 26px;
		line-height: 24px;
	}
	
}</pre></body></html>