body[data-button-style*="slightly_rounded"] button{
	border: 0px;
}

::placeholder{
	opacity: 0.65;
}
input[type=text], input[type=email], select{
	background-color: #f9f9f9;
	border-radius: 2px;
	border: 1px solid #ababab;
	line-height: normal;
	font-size: 12px;
	box-shadow: initial;
}
.related-posts[data-style="material"] .grav-wrap {
    position: initial;
}
.content-inner  p {
	font-size: 16px;
}
h2{
	font-size: 24px
}
.sf-menu >li ul {
    width: 12em;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
	font-size: 16px;
}
.menuitem{
	font-size: 20px !important; 
}
span{
	font-size: 16px;
}

.post{
	margin-bottom: -90px;
}
.default-logo {
    height: 40px !important ;
}
html{
	scroll-behavior: smooth;
}
.anchor {
  position: relative;
  left: 0px;
  top: -75px !important;
}

@media screen and (min-width: 896px) {
  .anchor a {
    position: relative;
    left: 0px;
    top: -66px;
  }

}

.nectar-recent-posts-slider_multiple_visible[data-columns="3"] .nectar-recent-post-slide{
	padding-top: 5%;
}
#slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
	font-size: 24px;
}

.herodiv{
	width: 370px
}
/* hero */
.inlogknop{
	margin-left: 20px;
}
.heroheading{
	font-size: 36px;
	font-weight: 700;
	color: white;
	line-height: 70px;
}
.herosubheading{
	font-size: 22px;
	line-height: 40px;
	color: white;
	margin-bottom: 20px;
}
.ttctabutton{
	color: white;
	font-size: 18px;
	background-color: #EE5F4B;
	border: 0px;
	padding: 10px 20px
}
.ttctabutton:hover{
	cursor: pointer;
	transform: translatey(-2px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.ttctasubmit{
	color: white;
	font-size: 18px;
	background-color: #EE5F4B !important;
	border: 0px;
	padding: 10px 20px !important;
}
.ttctasubmit:hover{
	cursor: pointer;
	transform: translatey(-2px) !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) !important;
}
/* onze klanten sectie landing*/
.ttklantdiv{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -50px;
	margin-bottom: 50px !important;
}
.ttklantbox{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	width: 30% !important;
	height: 100%;
		align-items: flex-start;

}
.ttklantbox img{
	height: 100%;
}
.ttklantafb{
	width: 150px !important;
}
/*Toegevoegd voor rond logo Aafje*/
.ttklantafbrond {
	width: 60px !important;
}
/* over ons sectie landing */
.ls2container{
	width: 400px;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.5);
}
.ls2div{
	padding: 25px;
	padding-top: 45px;
	background-color: white;
	height: 435px;
	margin-bottom: 30px;
}
.ls2d-iconbox{
	width: 85px;
	height: 85px;
	margin: auto;
	background-color: #9FEFDB;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -85px;
	margin-bottom: 20px;
	border-radius: 100%;
}
.ls2d-icon{
	height: 55px !important;
	margin-bottom: 0px !important;
}
.ls2d-header{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.ls2d-copy{
	font-size: 16px;
}
.tthref{
	color: #EE5F4B;
}
.flexcenterh{
	display: flex;
	justify-content: center;
}
.flexcenterv{
	display: flex;
	align-items: center;
}
.flexcenter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.textcenter{
	text-align: center;
}
.textwhite{
	color: white;
}

.ls3div{
	padding: 45px;
	color: white;
	text-align: center;
}
.ls3d-header{
	font-size: 22px;
	color: white;
}
.footersocialicon{


}
.footersociallayout{
	display: grid;
	grid-gap: 18px;
	grid-template-rows: 30px 30px;
	grid-template-columns: 30px 30px;
}
.footerheader{
	font-weight: 800;
	font-size: 16px;
}
.tooltip{
		margin-left: 8px;
		padding: 2px 8px;
		background-color: #1DC7B5;
		border-radius: 100%;
		position: relative;
		color: white;
		
}
.tooltiptext{
display:none;
		position: absolute;
		width: 200px;
	background-color: #1DC7B5;
		color: white;
		border-radius: 20px;
		left: 25px;
		bottom: 5px;
		text-transform: none;
		opacity: 0.98;
		font-size: 14px;
		z-index: 1;
}
.tooltip:hover .tooltiptext {
		display: inline-block;
		padding: 10px;
		
}
.tooltip:hover{
		cursor: pointer;
		background-color: #9FEFDB;
		color: white;
		opacity: 0.95;
		transition: all 0.2s;
}
.inputfield {
	color: #414141;
	border: 1px solid #ABABAB;
  background-color: #F9F9F9;
	display: block;
 border-radius: 2px;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;

}
.ls2d-label{
	display: block;
	margin-bottom:5px;
	font-size: 16px;
}
.blogsectieheading{

	font-size: 28px;

}
@media (max-width: 768px){
	body[data-button-style*="slightly_rounded"] button{
	border-radius: 4px !important;
}
		.tooltiptext{
				left: -120px;
				opacity: 1;
	
	}}
/* product page */
.productheadersection{
	height: 600px;
	max-width: 500px;
}
.productsection{
	width: 500px;
}
.productheading{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 17px;
	line-height: 40px;
}
.productsubheading{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.productcopy{
	font-size: 16px;
}
.ps2margin{
	margin-top: -185px;
}
.productfunctiesheading{
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 25px;

}
.productfunctiescopy{
	font-weight: 700;
	font-size: 16px;
	width: 800px;
	margin: auto;
}
.ps2-foto{
	width: 550px !important;
	border-radius: 5px;
	margin-bottom: 0px !important;
}
.screenshotcontainertemplate{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	max-width: 500px;
	height: 100%;
	background-color: #1dc7b5;
	z-index: 1;
}
.screenshotcontainer2{
	top: 0px;
	right: 0px;
}
.screenshot{
	margin-bottom: 0px !important;
}
.screenshotcircletemplate{
	position: absolute;
	border-radius: 50%;
	background-color: #9FEFDB;

}
.screenshotcircle1{
	width: 300px;
	height: 300px !important; 
	top: 220px;
	right: -30px;
}
.screenshotcircle2{
	width: 450px;
	height: 450px;
	left: -15px;
	top: -37.5px;
}
.screenshotcircle3{
	width: 500px;
	height: 500px !important;
	left: 55px;
	top: -35px;
}
.screenshotcircle4{
	width: 480px;
	height: 480px;
	left: 50px;
	top: -15px;
}
.productctasection{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.productctasectionheading{
	font-size: 20px;
	color: white;
}
.partnersection{
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.partnerafb{
	width: 150px !important;
	margin-right: 30px;
	margin-bottom: 0px !important;
}
.partnersectioncopy{
	width: 450px;
	font-size: 16px;
	margin-left: 30px;
	
}
.flexrtl{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.marginleft{
	margin-left: 80px;
}
.paddingright{
	width: 50%;

}
.height100 * {
	height: 100%;
}
.paddingtopbottom60{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.paddingbottom125{
	padding-bottom: 125px !important;
}
.paddingbottom10{
	padding-bottom: 10px;
}
.paddinglow{
	padding-bottom: 5px;
}
.marginbottom21{
	margin-bottom: 21px !important;
}
.block{
	display: block;
}
.pijlsvg{
	width: 12px !important;
	display: inline-block !important;
	margin-bottom: 0px !important;
	padding-top: 6px !important;
	margin-left: 5px;
}
.textcenterdesktop{
	text-align: center;
}
.margintopfirstrow{
	margin-top: 40px;
}
/* contact page */
.contactsubsubheading{
	font-size: 16px;
}
.contactheading{

	font-size: 36px;
	font-weight: 700;
	margin-bottom: 17px;
	padding-bottom: 5px;
}
.formwidth80{
	width: 80%;
}
.width500desktop{
	width: 500px
}
.width400desktop{
	width: 400px
}
.marginleft39desktop{
	margin-left: 38.9px !important;
}
/* calculator page */
.calcdiv{
		padding: 25px;
	background-color: #1dc7b5;
	height: 375px;
	margin-bottom: 30px;
	color: white;
	z-index: 1;
	position: relative;
}
.circle1calc{
	width: 300px;
	height: 300px !important; 
	top: -25px;
	right: -30px;
	z-index: 0;
}
.kostendiv{
	display: flex;
	justify-content: center;
	align-content: center;
}
.paddingtop90desktop{
	padding-top: 85px !important;
}

.toggle h3 a {
	background-color: #FF906D;
	color: white;
}

.toggle h3 a:hover {
	background-color: #EE5F4A;
}
.toggle h3 a:active {
	background-color: #EE5F4A;
}
.toggle h3 a i{
	color: white;
}
/* blog */
.blogpadding{
	padding-top: 80px !important;
	padding-bottom: 120px !important;
}
.blogflex{
	display: flex;
	justify-content: space-between;
}
.blogdiv{
	width: 30%;
}
.mright{
}
.blogdivkv{
	width: 48%;
	margin: 0px 8px
}
.screenshot{
	height: 445px !important; 
}
.maccontainer{
	max-width: 550px;
}
.padding6px{
	padding: 4px;
}
.width65{
	width: 65%;
}
.mw900auto{
	max-width: 900px;
	margin: auto;
}
.annotatietekst{
	display: block;
	text-align: left;
	margin-top: -10px;
	margin-left: 5px;
	font-size: 12px;
	font-style: italic;
}

.post-area.featured_img_left article .article-content-wrap .post-featured-img-wrap {
	box-shadow: 0px 30px 60px rgba(0,0,0,0.08);
}
/* quote */
.quotediv{
	display: flex;
  justify-content: center;
  align-items: center;
	max-width: 780px;
	margin: auto;
	text-align: center;
}
.quoteteken{
	display: inline-block;
	width: 26px !important;
}
.quotetekst{
	color: #444444;
	font-size: 18px;
	margin: 0px 2%;
	font-weight: 600;
}
/* popup form */
.popup {
    width: 250px;
    height: 50px;
    bottom: 20px;
    right: 10px;
    background-color: #ee5f4a;
    position: fixed;
    border-radius: 125px;
    z-index: 1000;
    color: white;
		display: flex;
		justify-content: center;
		align-items: center;
}

.popuptextnieuwsbrief{
	font-size: 16px;
}
.popupformdiv{
	position: fixed;
	right: 50px;
	bottom: 5%;
	max-height: 75%;
	background-color: #1DC7B5;
	width: 400px;
	color: white;
	border-radius: 5px;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
	display: none;
	opacity: 0;
	overflow: auto;
	z-index: 200;
}
.popupform{
	padding: 8px 0px;
}
.popupdiv{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
}
.popup {
    width: 250px;
    height: 50px;
    bottom: 23px;
    right: 46px;
    background-color: #ee5f4a;
    position: fixed;
    border-radius: 125px;
    z-index: 1000;
    color: white;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.4);
		cursor: pointer;
		transition: all 0.5s;
		text-align: center;
		font-size: 20px;
	
}
.popup:hover{
	transform: translatey(-6px);
}
.formheaderheading{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}
.formheadersubheading{
	font-size: 14px;
	padding-bottom: 10px !important;
} 
#popupButton{
	border-radius: 30px !important;
			box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	transition: 0.5s all;
}

/* popup dossier */
.popupdossierholder{
    position: absolute;
    width: 100%;
    min-height: 70px;
    max-height: 90px;
    background-color: #1dc7b5;
    color: white;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.popupdossierdiv{
    display: flex;
    align-items: center;
    padding: 0px 25px;
    /* flex-direction: column; */
}
.closebutton{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 4px;
}
.bekijkenbutton{
    margin-left: 25px;
}

@media (max-width: 768px){
    .bekijkenbutton{
        margin-left: 10px;
    }
}
/* youtube video */
.videoholder{
    background-image: url('http://34.155.59.34/wp-content/uploads/2020/08/maxresdefault-1.jpg');
    background-size: cover;
		background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ytp-chrome-top{
	display: none !important;
}
.framesize{
		margin: auto;
    width: 90%;
    min-height:320px;
}
.playbuttonholder{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ee5f4bda;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbuttonholder:hover{
    transition: 1s;
    background-color: #ee5f4baf;
}
.playtriangle{
    widtH: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent white
}
/* youtube video */
.videoholder{
    background-image: url('http://34.155.59.34/wp-content/uploads/2020/08/maxresdefault-1.jpg');
    background-size: cover;
		background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.framesize{
		margin: auto;
    width: 90%;
    min-height:320px;
}
.playbuttonholder{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ee5f4bda;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbuttonholder:hover{
    transition: 1s;
    background-color: #ee5f4baf;
}
.playtriangle{
    widtH: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent white
}
/* klantendossier */
.kdformheader{
	font-size: 24px !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.kdvoordeeltekst{
	font-size: 22px;
	margin-left: 10px;
}
.kdvoordeel{
  display: flex;
	align-items: center;
	margin: 11px 0px
}
.checkbox{
  width: 37px;
  height: 37px;
	border-radius: 4px;
  background-color: #9FEFDB;
	display: flex;
	justify-content: center;
	align-items: center;
}
.check{
  margin-top: -5px;
  height: 24px;
  width: 12px;
  border-right: 7px solid #FF906D;
  border-bottom: 7px solid #FF906D;
  transform: rotate(45deg);
}
	.marginauto{
		margin:auto
	}
.dossierrow1{
	color: white !important;
	width: 850px;
	margin: auto;
	flex-direction: column;
  min-height: 88vh;
  display: flex;
  justify-content: center;
}
.dossierrow1 > h1 {
	color: white;
}
.klantdosspaddingbottop{
	padding-top: 60px !important;
	padding-bottom: 60px !important
}
.row2{
	text-align: center;
}
.row2header{
    font-size: 32px;
	font-weight: 700;
    background: linear-gradient(180deg,rgba(255,255,255,0) 75%, #FF906D 70%);
}
.screenshotklantdossier{
	height: 350px !important;
	margin-bottom: 0px !important;
}
.inputnaamdiv{
	display: flex;	
}
.inputnaam{
	width: 50%;
	margin-right: 10px;
}
.bddossierrow{
	display: flex;
	justify-content: center;
}

.advocaatimg{
margin-bottom: -5px !important;}
.checkmarkgreen{
  color:#1dc7b500;
	height: 20px;
	width: 11px;
	border-bottom: 5px solid #1DC7B5;
	border-right: 5px solid #1DC7B5;
	margin-left: 8px;
	margin-right: 14px;
	transform: rotate(45deg);
	
	display: inline-block;
}
.vacature-box{
	    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 0px 5px 14px -10px black
}
.flexdesktop{
	display: flex;
}
.dossierimg{
	max-width: 370px !important;
	border-radius: 7px;
}
/* responsive */
@media (min-width: 769px){
	.onlymobile{
		display: none;
	}

}
@media(min-width: 1100px){
		.post .content-inner{
		padding-bottom: 0px;
	}
}
/* mobile */
@media(max-width: 767px){
	.dossierimg{
		max-width: initial !important;
	}
	.flexdesktop{
		display: block;
	}
	.bddosierrow{
		display: block;
	}
	.advocaatimgdiv{
		display: none;
	}
	.popup {
    width: 100%;
		height: 47px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    margin-bottom: 0px !important;
} 
	.framesize{
		width: 95%;
		min-height: 190px;
	}
	#popupButton{
	border-radius: 0px !important;
}
.popup:hover{
	transform: translatey(0px);
}
	.ttklantbox{
		margin: 7px;
	}
	.blogflex{
		flex-direction: column;
	}
	.blogpadding{
		padding-top: 20px !important;
		padding-bottom: 65px !important;
	}
	.blogdiv{
		width: initial;
		margin: 0px 2px;
	}
	.nomobile{
		display:none;
	}
	.flexcenter{
		display: block;
	}
	.heroheading{
	font-size: 36px !important;
	line-height: 40px !important;
		margin-bottom: 20px !important;
}
	.herosubheading{
		line-height: 32px;
		margin-bottom: 23px;
	}
	.width500desktop{
		width: initial;
	}
		.width400desktop{
		width: initial;
	}
		.formwidth80{
		width: initial;
	}

	.herodiv{
		width: initial;
	}
	.ls2container{
		width: initial;
		box-shadow: 0 0 1.5px;
	}
	.ps2-foto{
		margin-bottom: -40px !important;
	}
	
}

/* dropdown */

#top .sf-menu li ul li a:hover, body #top nav .sf-menu ul .sfHover > a, #top .sf-menu li ul .current-menu-item > a, #top .sf-menu li ul .current-menu-ancestor > a, #top nav > ul > .megamenu > ul ul li a:hover, #top nav > ul > .megamenu > ul ul li a:focus, #top nav > ul > .megamenu > ul ul .current-menu-item > a, #header-secondary-outer ul ul li a:hover, #header-secondary-outer ul ul li a:focus, #header-secondary-outer ul > li:not(.megamenu) ul a:hover, body #header-secondary-outer .sf-menu ul .sfHover > a, #search-outer .ui-widget-content li:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, #header-outer #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > a, #top nav > ul > .megamenu > ul ul .sfHover > a, #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
	background-color: #1dc8b5!important;
}
body:not([data-header-format="left-header"]) #top .sf-menu li ul{
background-color: #1dc8b5!important;
}
#top .sf-menu li ul li a, body #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, .woocommerce .cart-notification .item-name, .cart-outer .cart-notification, #header-outer #top .sf-menu li ul .sf-sub-indicator i, #header-outer .widget_shopping_cart .quantity, #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a, #header-outer .cart-notification .item-name, #header-outer #top nav > ul > .nectar-woo-cart .cart-outer .widget ul a:hover, #header-outer .cart-outer .total strong, #header-outer .cart-outer .total, #header-outer ul.product_list_widget li dl dd, #header-outer ul.product_list_widget li dl dt {
    color: #ffffff!important;
    font-size: 16px;
    background-color: #1dc8b5;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a{
	background-color: #1dc8b5!important;
}
.highlightword{
	    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #FF906D 50%);
}
.wp-caption-text{
	    padding: 0px !important;
      top: 0px !important;  
      position: relative;
      border-left: 0px !important;
	    max-width:initial !important;
      width: auto !important;
      margin-left: 0 !important;
			display: inline-block !important;
			margin-bottom: 0px !important;
			background-color: initial !important;
			box-shadow: initial !important;
}
/* mobile & tablet */
@media (max-width: 1000px){
	.marginleft39desktop{
	margin-left: 39px;
}
	.paddingtop90desktop{
		padding-top: 30px !important;
	}
.inlogknop{
    background-color: #EE5F4B;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;

padding: 7.5px 15px;

	}	

	.margintopfirstrow{
		margin-top: 0px;
	}

	.textcenterdesktop{
		text-align: left;
	}
	.ttklantdiv{
		margin-top: 0px;
	}
	.ls2d-header{
		font-size: 20px !important;
	}
	.ls2d-copy{
		font-size: 14px !important;
	}

	.ls2div{
		height: initial;
	}
	.productheadersection{
		height: initial;
		width: initial;
	}
	.productsection{
		width: initial;
	}
	.marginleft{
		margin-left: 0px;
	}
	.ps2margin{
		margin-top: 0px;
	}
	.productfunctiescopy{
		width: initial;
	}
	.flexrtl{
	flex-direction: column-reverse;
	justify-content: center;
	}
	.row-bg{
		background-position: 70% !important;
	}
	.height100{
		height: initial;
	}
	.paddingtopbottom60{
	padding-top: initial;
	padding-bottom: 5px;
	text-align: left;
}
	.paddingbottom125{
		padding-bottom: 60px !important;
	}
	.screenshotcontainertemplate{
	width: initial;
}
	.screenshotcircle1{

	top: 200px;
	right: -25px;
}
	.screenshotcircle2{
		height: 400px;
		width: 400px;
		top: initial;
		top: 86px;
		left: -120px
	}
	.screenshotcircle3{
		top: -20px;
	}
	.partnersection{
		flex-direction: column-reverse;
	}
	.partnerafb{
		margin: auto;
	}
	.partnersectioncopy{
		width: initial;
	}
	.col.padding-5-percent > .vc_column-inner{
		padding-left: 0px;
		padding-right: 0px;
	}
		.col.padding-10-percent > .vc_column-inner{
		padding-left: 0px;
		padding-right: 0px;
	}
	.productcopy{
		margin-bottom: 25px;
		padding-bottom: 0px
	}
	.screenshot{
		
		width: 80% !important;
	}
	.padding6px {
    padding: 3px;
    margin: 20px 0px !important;
    height: initial !important;
    width: initial !important;
	}
	.popupformdiv{
		max-height: 92%;
		bottom: 0px;
		right: 0px;
		margin-bottom: 0px !important;
		width: initial;
	}


}

.bg{
	background-size: cover;
}

.heightinit{
	height: initial;
}

/* kleuren */
.prim1{
	color: #1DC7B5;
}

.prim2{
	color: #9FEFDB;
}
.sec1{
	color: #EE5F4B;
}
.sec2{
	color: #FF906D;
}
.grey1{
	color: #414141;
}
.grey2{
	color: #ABABAB;
}
.white{
	color: #fff;
}
.backgroundprim1{
	background-color: #1DC7B5;
}
.backgroundwhite{
	background-color: #fff
}
.nectar-slider-loading {
    display: none !important;
}
.popupopmerking{
	background-color: #f9f9f9;
}
.displaynone{
	display:none;
}
.formfield{
	margin-top: 5px;
	margin-bottom: 5px;
}

.powered-by{
	display: none !important;
}