/* Content Templates */
.grid-section div[style*="background-image"] {
    background-attachment: fixed !important;
}

/* Algemeen */
body {
    font-size: 16px;
}

label {
    color: #555;
    font-size: 16px !important;
    font-weight: 400;
}

a {
    transition: all .2s linear;
}

a:hover {
    text-decoration: none;
}

.vervolgpagina .content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.vervolgpagina .container.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: none;
}

.vo-vertical-align .row {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.vo-divider {
}

.vo-rij-bg {
    background: #f7f7f7;
}

.dienst-border {
    border: 2px solid #f6f6f6;
}

.tab-content .col-md-12 .row:last-child {
    margin-bottom: 0px;
}

/* Paddings */
.vo-padding-l {
    padding: 100px 0px;
}

.vo-padding-m {
    padding: 75px 0px;
}

.vo-padding-s {
    padding: 50px 0px;
}

.vo-padding-top-l {
    padding: 100px 0px 0px 0px;
}

.vo-padding-top-m {
    padding: 75px 0px 0px 0px;
}

.vo-padding-top-s {
    padding: 50px 0px 0px 0px;
}

.vo-padding-bottom-l {
    padding: 0px 0px 100px 0px;
}

.vo-padding-bottom-m {
    padding: 0px 0px 70px 0px;
}

.vo-padding-bottom-s {
    padding: 0px 0px 50px 0px;
}

/* H1 - H6 */
h1 {
	font-size: 34px; 
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

/* Knoppen */
span.ctaL a,
#formulier .pSubmit, #inloggen .pSubmit {
    font-family: Open Sans,Arial, sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 26px;
    color: white;
}

span.ctaL a:hover
#formulier .pSubmit, #inloggen .pSubmit {
}

span.ctaL2 a {
    font-family: Open Sans,Arial, sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 26px;
    color: white;
}

    span.ctaL2 a:hover {
    }

/* Formulier */
#formulier input, #formulier select, #formulier textarea, #inloggen input, #inloggen select, #inloggen textarea {
    background: transparent;
    border: 1px solid #f7f7f7;
    box-shadow: none !important;
    height: unset !important;
    padding: 15px 15px;
}

    #formulier input:focus, #formulier textarea:focus, #inloggen input:focus, #inloggen textarea:focus {
        border-color: rgb(114, 192, 43);
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2) !important;
        -moz-box-shadow: 0 0 8px rgba(0,0,0,.2) !important;
        box-shadow: 0 0 8px rgba(114,192,43,.2) !important;
    }

#formulier textarea, #inloggen textarea {
    height: 150px !important;
}

/* Nieuwsoverzicht standaard */
#nieuwsArtikel .headline {
    margin: 10px 0 15px 0;
    border-bottom: none;
}

.img-post, .imageborder {
    padding: 0px;
    border: none;
    background-color: #eee;
    margin: 0px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 13px;
}

.panel-body {
    padding: 0px;
}

.post-title, #nieuwsArtikel .headline h1 {
    padding-bottom: 0px;
    border-bottom: none;
}

.panel-footer {
    padding: 0px;
    background-color: transparent;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: 15px;
}

.panel-footer .col-lg-10.col-md-9.col-sm-8 {
    font-size: 12px;
    padding-top: 3px;
}

.postdatum {
    font-size: 12px;
}


/* Custom */ 

.tp-dottedoverlay.twoxtwo {

	background: rgb(0 0 0 / 51%); } 



.dienst-border {
    border: 2px solid #f6f6f6;
    padding: 2rem;
	min-height: 30rem;} 

#formulier {
    width: 100%;
    margin-bottom: 40px;
    max-width: 540px;
    background-image: linear-gradient(to right, #f87a2e , #ad1024);
	padding: 4rem;
	margin-left: 6rem;
	border-radius: 16px;
}
#formulier input, #formulier select, #formulier textarea, #inloggen input, #inloggen select, #inloggen textarea { 
	background: rgb(247 247 247 / 17%);
    border: none;
	border-radius: 10px; 
	color: white; 
} 
.bel-verzoek #formulier {
	
	margin-left:auto;
	margin-right: auto; 
} 

span.ctaL a, #formulier .pSubmit, #inloggen .pSubmit {
    border-radius: 16px;
    box-shadow: 0 9px 12px rgb(0 0 0 / 23%), 0 34px 46px rgb(0 0 0 / 0%);
    background-color: white; 
	color: #f87a2e; 
    min-width: 200px;
	
}

#formulier label, #inloggen label { 
	
	display: none; } 

.footer-v1 .footer .map-img {
	background: none;}
	
.header-default-v2 .logo img { 
	max-width: 165px; } 

.tp-caption.revolution-ch1.sft.start { 
	font-weight: 600; }

.btn-u {
    background: #f87a2e;
    border-radius: 16px;
	min-width: 200px;
	text-align: center; 
} 

.card-shadow { 
	box-shadow:0 10px 20px rgb(0 0 0 / 12%), 0 6px 20px rgb(0 0 0 / 24%);
	padding: 40px;
	background-color: #f7f7f7; 
	margin-bottom: 20px; 
	
}

.tagline { 
	
	background-image: linear-gradient(to right, #f87a2e , #ad1024);

} 

.tagline h2, .tagline p { 
	color: white; }

.tagline .btn-u.btn-u-default { 
	box-shadow:0 9px 12px rgb(0 0 0 / 23%), 0 34px 46px rgb(0 0 0 / 0%)} 
	
.breadcrumbs { 
	display: none; } 

@media only screen and (max-width: 638px) {/*smartphone*/ 

.header-default-v2 .topbar { 
	display: none; } 


.headerWrapper{ 
	height:103px !important; 
} 
	
	.header-default-v2 .navbar-toggle {
   
		border: none; } 
		
		.tp-caption.revolution-ch1.sft.start { 
			font-size: 18px !important; } 
	
	.tp-caption.revolution-ch2.sft.start { 
		font-size: 14px !important;
		line-height: 18px !important; 
	}
	.tp-banner-container a.btn-u { 
		margin-top: 4.5rem !important; } 
	
	.tp-banner.revslider-initialised.tp-simpleresponsive { 
		height: 200px !important; } 
	
	h2, p { 
		text-align: center !important; } 
	
	.sectie-1 .btn-u.btn-u-default { 
		left: 20%;
	    margin-bottom: 20px; 
	} 
	.sectie-2 .btn-u.btn-u-default { 
		left: 20%;
	    margin-bottom: 20px; 
	} 
	
	#formulier { 
		margin-left: 30px; } 
	
	
} 
	
@media (min-width: 639px) and (max-width: 767px)   /*smartphone-landscape border*/


@media (min-width: 768px) and (max-width: 1023px) /*Ipad*/


@media (min-width: 1024px) and (max-width: 1329px)  /*Ipad landscape*/ 


