body {
  font-family: "Source Sans Pro";
}

.row {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

/* Fonts */
h1, h2, h3, h4, h5 {
  color: #49a82c;
}
h1 {
	margin-top: 0px;
	font-weight: light;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	color: #49a82c;
}
h3 {
  font-size: 25px;
  color: #F60C65;
}

p {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
}

p strong {
  font-weight: bold;
}

i.fa-phone{
	transform: rotate(90deg);
}

/* Lightbox */
.featherlight .featherlight-close-icon{
	background-color: #ffffff !important
}
.featherlight .featherlight-previous,
.featherlight .featherlight-next{
	height: 100% !important;
	width: 20% !important;
	top: 0px !important;
	transition: all ease-in-out 0.2s;
}
.featherlight .featherlight-previous{
	left: 0px !important;
}
.featherlight .featherlight-next{
	left: auto !important;
	right: 0px !important;
}
.featherlight .featherlight-previous:hover,
.featherlight .featherlight-next:hover{
	background-color: rgba(0,0,0,0.5) !important;
	transition: all ease-in-out 0.3s;
}
.featherlight .featherlight-previous span{
	text-shadow: none !important;
}
.featherlight .featherlight-content{
	padding: 0px !important;
	border-bottom: 0px !important;
	background-color: transparent !important
}

/* Buttons */
a {
  font-weight: bold;
  color: #161930;
  transition: all ease-in-out 0.2s;
}

a:hover {
  color: #707070;
}

a:focus,
a:active,
button:focus,
button:active {
  background-color: transparent;
}

.groen-btn,
.blauw-btn {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
}
.groen-btn i,
.blauw-btn i {
  margin-left: 5px;
}

.groen-btn {
  background-color: #49a82c;
}

.groen-btn:hover {
  background-color: #fff;
  color: #49a82c;
}

.blauw-btn {
  display: block;
  background-color: #161930;
}

.blauw-btn:hover {
  background-color: #fff;
  color: #161930;
}

/* Header */
header {
  padding-bottom: 25px;
  /* Pre-Header */
}
header .pre-header {
	z-index: 100;
}
header .pre-header .col {
  padding-right: 0px;
}
header .pre-header .col a:active{
	background-color: #fff !important
}
header .pre-header .col a i {
  margin-right: 5px;
}
header .pre-header .col .portal-link {
	height: 63px;
	padding: 18px 15px 22px 15px;
	background-color: #ECECEC;
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	
	text-align: center;
	transition: all ease-in-out 0.4s;
	transition-delay: 0.1s;
	display: block;
	transform: translateX(6%);
	overflow: hidden;
}
header .pre-header .col .portal-link a{
	font-size: 18px;
	font-weight: 500;
	color:#000000;
	transition: all ease-in-out 0.2s;
}
header .pre-header .col .portal-link a:hover{
	color:#1d71b8;
}
header .pre-header .col .portal-link:hover {
  color: #fff;
}
header .pre-header .col .portal-link .web-link{
  margin-right: 10px;
 }
header .pre-header .col .tel-link {
  background-color: #161930;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #fff;
  font-size: 18px;
  line-height: 10px;
}
header .pre-header .col .tel-link{
  padding: 20px 25px;
  display: block;
  width: 50%;
  height: 63px;
  font-size: 22px;
  float: right;
  position: relative;
  z-index: 1;
  text-align: center;
}
header .pre-header .col .tel-link i {
  font-size: 20px;
  color: #fff;
}
header .pre-header .col .tel-link i.wit{
	color:#fff;
}
header .main-header {
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
header .main-header .logo-wrapper{
	position: relative;
}
header .main-header .header-logo{
	display: block;
	max-width: 200px;
}
header .main-header .header-logo img{
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
header .pre-header #dropdown-tel{
	top:63px !important;
	right: 25px;
	background-color: #4c5f7e;
	color: #fff;
}

header .pre-header #dropdown-tel.dropdown-content li{
	text-align: center;
	transition: all ease-in-out 0.2s;
}
header .pre-header #dropdown-tel.dropdown-content li > a{
	background-color:white; 
	color: #000;
	transition: all ease-in-out 0.2s;
}
header .pre-header #dropdown-tel.dropdown-content li > a span{
	color:#777;
	font-weight: lighter;
	transition: all ease-in-out 0.2s;
}
header .pre-header #dropdown-tel.dropdown-content li:hover > a{
	background-color:#4c5f7e; 
	color: white;
}
header .pre-header #dropdown-tel.dropdown-content li:hover > a span{
	color: white;
}




header .pre-header .col .top-menu {
	height: 63px;
	padding: 18px 35px 22px 25px;
	background-color: #ECECEC;
	text-align: center;
	transition-delay: 0.1s;
	display: block;
	transform: translateX(6%);
	width: auto;
	float: right;
	position: relative;
	z-index: 0;
}
header .pre-header .col .top-menu:before{
	position: absolute;
	content:"";
	top:0px;
	left: -24px;
	width: 25px;
	height: 100%;
	display: block;
	background-color: #ECECEC;
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
header .pre-header .col .top-menu:after{
	position: absolute;
	content:"";
	width: 100px;
	height: 100%;
	display: block;
	background-color: #ECECEC;
	top:0px;
	right: -100px;
	z-index: -1;
	
}
header .pre-header .col .top-menu ul{
	display: table;
	width: 100%;
	margin:0px;
}
header .pre-header .col .top-menu ul li{
	position: relative;
	display: inline-table;
}
header .pre-header .col .top-menu ul li:after{
	content: "|";
	display: inline-block;
	margin: 0px 10px;	
}
header .pre-header .col .top-menu ul li:last-of-type:after,
header .pre-header .col .top-menu ul li ul.dropdown li:after{
	display: none;
}
header .pre-header .col .top-menu ul li a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	transition: all ease-in-out 0.2s;
}
header .pre-header .col .top-menu ul li a:hover{
	color:#49a82c;
}
header .pre-header .col .top-menu ul li.active a{
	font-weight: bold;
}


header .pre-header .col .top-menu ul li ul.dropdown {
	position: absolute;
	padding: 30px 0px 0px 0px;
	top: 0px;
	left: 0px;
	min-width: 150px;
	z-index: -1;
	display: none;
}

header .pre-header .col .top-menu ul li ul.vestigingendropdown{
	min-width: 230px;
}
header .pre-header .col .top-menu ul li ul.dropdown li {
	clear: both;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 0px 5px;
	text-align: left;
	border-right: 0px;
	cursor: pointer;
}
header .pre-header .col .top-menu ul li ul.dropdown li a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #49a82c;
	font-size: 18px;
	font-weight: 400;
}
header .pre-header .col .top-menu ul li ul.dropdown li:last-of-type a {
	border-bottom: 0px;
}
header .pre-header .col .top-menu ul li:hover ul.dropdown {
	display: block;
}
header .pre-header .col .top-menu ul li:last-of-type {
	border-right: 0px;
}



@media screen and (min-width:1140px){
/* Navigation */
header ul.sidenav{
	display: none;
}
header .main-header .navigation{
	margin-top: 0px;
}
header .main-header .navigation ul {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table;
	text-align: right;
}
header .main-header .navigation ul li {
  position: relative;
  display: inline-flex;
  border-right: 1.5px solid #C1C1C3;
  text-align: center;
}
header .main-header .navigation ul li a {
  padding: 40px 10px;
  font-size: 18px;
  font-weight: 400;
  color:#000;
}
header .main-header .navigation ul li a:hover {
  color: #49a82c;
}
header .main-header .navigation ul li a:focus {
  background-color: transparent;
}


header .main-header .navigation ul li.active a,
header .main-header .navigation ul.dropdown li.active a,{
	color: #49a82c;
}
header .main-header .navigation ul li.active ul li a{
	color: #161930;
}


header .main-header .navigation ul li ul.dropdown {
  position: absolute;
  background-color: #fff;
  padding: 0px;
  top: 65px;
  left: 0px;
  min-width: 200px;
  z-index: 1;
  display: none;
}
header .main-header .navigation ul li ul.dropdown li {
  clear: both;
  display: block;
  width: 100%;
  padding: 0px 5px;
  text-align: left;
  border-right: 0px;
  cursor: pointer;
}
header .main-header .navigation ul li ul.dropdown li a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #49a82c;
	font-size: 18px;
	font-weight: 400;
}
header .main-header .navigation ul li ul.dropdown li:last-of-type a {
  border-bottom: 0px;
}
header .main-header .navigation ul li:hover ul.dropdown {
  display: block;
}
header .main-header .navigation ul li:last-of-type {
  border-right: 0px;
}

/* Mobile Navigation */
.sidenav-trigger{
	display: none;
}
}



@media screen and (max-width:1140px){
	.navigation{
		display: none;
	}
	/* Mobile Navigation */
	.sidenav-trigger{
		display: block;
		position: absolute;
		right: 50px;
		top:calc(50% - 22.5px);
		width: 45px;
		height: 45px;
		text-align: right;
		color:#000;
		font-size: 30px;
		z-index: 999;
	}
	header .main-header .navigation{
	    background-color: #161930;
	    top: 20px;
	    max-width: 800px;
	    right: 35px !important;
	    position: absolute;
	}
	header .main-header .navigation a{
		color:#fff;
	}
	
	.site-info{
		background-color: #ececec;
		padding-top: 25px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.site-info a{
		display: block;
		padding: 0 32px;
		width: 100%;
		color:#222;
	}
	.site-info a:hover{
		color:#49a82c;
	}
	.site-info a i{
		margin-right: 10px;
	}
	
	.sidenav li.active{
		background-color: transparent !important;
	}
	.sidenav li.active > a{
		color:#49a82c;
	}
	
	.sidenav ul.dropdown{
		padding-left: 15px;
	}
}






/* Hero image */
#hero {
  position: relative;
	padding-bottom: 0px;
	margin-bottom: 100px;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  overflow: hidden;
}

#hero .hero-video{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 55%;
	overflow: hidden;
	z-index: -1;
}
#hero .hero-video video{
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
}


#hero .hero-img {
  width: 100%;
  display: block;
}
#hero .sub-logo {
    width: 15%;
    position: absolute;
    right: 4%;
    bottom: 75px;
    max-height: 150px;
  z-index: 15;
}
#hero svg {
  position: relative;
  margin-top: -6%;
  z-index: 12 ;
}
#hero svg path {
  fill: #49a82c;
}
#hero svg path:nth-child(1) {
  fill: #49a82c;
}


/* Hero Slider */
.hero-slide{
	position: relative;
}
.hero-img-btn{
	position: absolute;
	top:calc(50%);
	left:calc(50%);
	transform: translateY(-50%) translateX(-50%);
	background-color: #49a82c;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
	text-align: center;
}
.hero-img-btn i{
	margin-left: 5px;
}
.hero-img-btn:hover{
	background-color: #fff;
	color:#49a82c;
}

.heroslider .next-slide,
.heroslider .prev-slide{
  background-color: #161930;
  position: absolute;
  top: calc(50% - 25px);
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0px;
  font-size: 30px;
  color: #ececec;
  cursor: pointer;
  z-index: 9999;
  transition: all ease-in-out 0.2s;
}
.heroslider .next-slide{
  right: 30px;
  left: auto;
}
.heroslider .next-slide:hover{
  background-color: #4f5f7b;
  transform: translateX(5px);
}
.heroslider .prev-slide:hover{
  background-color: #161930;
  transform: translateX(-5px);
}



/* BreadCrumbs */
.breadcrumbs {
  position: absolute;
  font-size: 16px;
  top: -50px;
}
.breadcrumbs a {
  color: #49a82c;
}
.breadcrumbs a:hover {
  color: #161930;
}
.breadcrumbs a:first-of-type{
	color:#000;
}

/* ContentBuilder */
.intro,
.blauwblok,
.wit-tekstblok,
.actieblok,
.afbeeldingblok,
.product-introblok,
.merkenblok{
  padding-top: 50px;
  padding-bottom: 50px;
}

.divider{
	margin-bottom: 20px;
}

/* Intro Blok */
.intro {
  padding-top: 50px;
}
.intro h2 {
	font-size: 26px;
	text-align: left;
	color: #49a82c;
}
.intro p {
  color: #707070;
}
.intro .col.intro-txt {
  padding-right: 50px;
}
.intro .col.intro-txt h2,
.intro .col.intro-txt h3,
.intro .col.intro-txt h4,
.intro .col.intro-txt h5,
.intro .col.intro-txt h6 {
  color: #49a82c;
}
.intro .intro-img img {
  width: 100%;
  display: block;
}
.intro .usps {
  padding-left: 50px;
}
.intro .s12.center .usps {
  padding-left: 0px;
}
.intro .usps h3{
	color:#000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.intro .usps ul {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
}
.intro .usps ul li {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.intro .usps ul li svg {
    position: absolute;
    top: 8px;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    left: 0px;
}

.intro .usps ul li img {
  position: absolute;
  top: 8px;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  left: 0px;
}


/* Short Links */
#shortlinks{
	position: relative;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);

}
#shortlinks .col{
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#shortlinks .col img{
	position: relative;
	width: 50%;
	height: 150px;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	z-index: 10;
}
#shortlinks .col:after{
	content:"";
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0.75;
	z-index: 0;
	transition: all ease-in-out 0.2s;
}
#shortlinks .col:hover::after{
	opacity: 0.9;
}
#shortlinks .col::after{background-color: var(--my-color-var);}


body.homepage .intro h1 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
}
body.homepage .intro h2 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
}
body.homepage .intro h3 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 24px;
}
body.homepage .intro .col.intro-txt {
  border-right: 1px solid #707070;
}

/* Merken Blok */
.merkenblok h2{
	margin-bottom: 50px;
}
.merkenblok .row .col img{
	display: block;
	width: 100%;
	padding:20px;
}

/* Blauw Blok */
.blauwblok,
.merkenblok{
  position: relative;
  background-color: #1a325a;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  padding-top: 150px;
  padding-bottom: 100px;
}
.blauwblok h2,
.merkenblok h2{
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #c6c6c6;
}
.blauwblok p,
.merkenblok p,
.blauwblok p a,
.merkenblok p a{
  color: #fff;
}
.blauwblok img,
.merkenblok img{
	width: auto;
	max-width: 100%;
	display: block;
}

.blauwblok:after,
.merkenblok:after{
  content: "";
  background-color: #161930;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
}

/* Wit tekstblok Blok */
.wit-tekstblok h2{
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #49a82c;
}

/* Groen Blok */
.actieblok {
  position: relative;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  padding-top: 150px;
  padding-bottom: 100px;
}
.actieblok h2 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
.actieblok p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.actieblok .cta-btn-1 {
	background-color: white;
	padding: 10px 25px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #161930;
	margin: 0 auto;
	display: inline-block;
	width: auto;
	clear: both;
}
.actieblok .cta-btn-1 i {
  margin-left: 15px;
}
.actieblok .cta-btn-1:hover {
  background-color: #161930;
  color: #fff;
}
.actieblok .cta-btn-2 {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  width: 100%;
}

.actieblok:after{
  content: "";
  background-color: #49a82c;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
}

.featherlight .featherlight-content{
	width: 60%;
	min-width: 300px;
}

/* Afbeelding Blok */
.afbeeldingblok img {
  width: 100%;
  border-radius: 100%;
  padding-left: 15%;
  padding-right: 15%;
}
.afbeeldingblok h2 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #49a82c;
}


/* Afbeeldingen (slider) Blok */
.afbeeldingen-blok{
  position: relative;
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.afbeeldingen-blok img{
	width: 100%;
}

.afbeeldingen-blok.heroslider .slick-arrow{
	top:calc(50% - 25px);
	display: block !important;
}

.afbeeldingen-blok.heroslider .next-slide{
	left:auto;
	right: 15px;
}



/* PRODUCTBUILDER*/

.model-row .model-column{
	width: calc(100% / 3);
}

/* Modellen Blok */
.modellenblok{
  padding-top: 50px;
  padding-bottom: 50px;
}
.modellenblok .model{
	margin-bottom: 25px;
}
.modellenblok .model img{
	display: block;
	width: 100%;
}
.modellenblok .model a{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #49a82c;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.modellenblok .model a:hover{
    background-color: #49a82c;
    color:#fff;
}

/* Product Introblok*/
.product-introblok{
	padding-top: 50px;
}
.product-introblok img{
  width: 100%;
  display: block;
  padding-left: 15%;
  padding-right: 15%;
}
.product-introblok h1 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #1d71b8;
  text-align: left;
}
.product-introblok h2 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #1d71b8;
  text-align: left;
}

.product-introblok.productlevel{
	padding-bottom: 0px;
}
.productlevel h2 {
  text-align: center;
  margin-top: 50px;
  font-weight: 300;
}

/* Pakket navigatie*/
.pakketnav,
.pakketnav-fixed{
	padding: 20px;
	display: block;
	min-height: 80px;
	text-align: center;
}
.pakketnav-fixed{
	position: fixed;
	transform: translateY(-100%);
	top:0px;
	left: 0px;
	width: 100%;
	max-width: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	transition: all ease-in-out 0.5s;
}
.pakketnav-fixed.sticky{
	transform: translateY(0%);
}
.pakketnav a,
.pakketnav-fixed a{
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	padding: 5px 25px;
	margin: 0px 10px 5px;
	min-width: calc(100% / 3 - 23px);
	color: #161930;
	border-radius: 40px;
}
.pakketnav a:hover,
.pakketnav-fixed a:hover{
	background-color: #161930;
	color:#fff;
}

.pakket{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #707070;
}
.pakket .col.pakketintro h3{
	margin-top: 0px;
    font-weight: 600;
    font-size: 28px;
    color: #1d71b8;
    text-align: center;
}
.pakket h3{
	color:#49a82c;
}

.pakket .pakket-introtekst{
	margin-bottom: 40px;
	font-weight: 400;
}
.pakket .pakket-introtekst p{
	margin-bottom: 40px;
	font-weight: 400;
}

.pakket .col.pakketintro img{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.pakket-procenten,
.pakket-tekstveld{
  display: block;
  overflow: hidden;
  background-color:rgba(0,0,0,0.03);
  border-radius: 40px;
  padding: 25px;
}
.pakket .col.pakketintro h5{
    font-weight: 300;
    font-size: 18px;
    color: #1d71b8;
    text-align: center;
}
.single-chart {
	background-image: url('../img/speedometer.svg');
	background-repeat: no-repeat;
	background-position: 49% 38%;
	background-size: 78% auto;
	width: 100%;
	justify-content: space-around ;
}

.pakket-tekstveld{
	margin-top: 15px;
}
.pakket .col.pakketintro .pakket-tekstveld h1,
.pakket .col.pakketintro .pakket-tekstveld h3,
.pakket .col.pakketintro .pakket-tekstveld h5{
	text-align: left;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
  stroke: #ccc;
}
.single-chart.speedup .circular-chart{
  stroke: #1d71b8;
}
.circle-bg {
  fill: none;
  stroke: #161930;
  stroke-width: 0;
}

.circle {
	fill: none;
	stroke-width: 2.8;
	transition: all ease-in-out 0.2s;
}
.single-chart.null .circle{
	stroke-dasharray: 0 100;
	transition: all ease-in-out 0.2s;
}
.single-chart.speedup .circle{
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: square;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.percentage {
	stroke:none;
	fill:#1d71b8;
	font-family: "Source Sans Pro";
	font-size: 8px;
	text-anchor: middle;
}

.pakket .col.pakketdetail{
	padding-left: 25px;
	padding-right: 25px;
}
.pakket .col.pakketdetail .prijs{
	position: relative;
	border-radius: 40px;
	padding: 20px 20px 40px;
	display: block;
	width: 100%;
	margin: 0px;
}
.pakket .col.pakketdetail .prijs h4{
	margin-top: 0px;
	margin-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
}
.pakket .col.pakketdetail .prijs span{
	margin-bottom: 15px;
	display: block;
	width: 100%;
	color: #707070;
}
.pakket .col.pakketdetail .prijs h3{
	margin-top: 0px;
	margin-bottom: 0px;
    font-weight: 700;
    font-size: 32px;
    text-align: left;
}
.pakket .col.pakketdetail .prijs h3 span{
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #1d71b8;
    text-align: left;
    width: auto;
}
.pakket .col.pakketdetail .prijs .blauw-btn{
	position: absolute;
	bottom: -10px;
	right: -20px;
	border-color: transparent;
}
.pakket .col.pakketdetail .prijs .blauw-btn:hover{
	border-color: #1d71b8;
}

/* Formulieren Audio Upgrades*/
.contact-form-model{
	padding-bottom: 50px;
}
.contact-form-model h3{
	font-weight: 600;
	font-size: 25px;
	color: #000;
}
.modelform form{
	width: 100%;
	display:block;
	overflow: hidden;
}
.modelform form #voornaam,
.modelform form #achternaam{
	width: 21%;
	float: left;
}
.modelform form #telefoon{
	margin-left: 4%;
}
.modelform form #from-email,
.modelform form #woonplaats{
	width: 46%;
	margin-right: 4%;
}
.modelform form input.half{
	width: 50%;
	float: left;
}
.modelform form textarea{
	margin-top: 0px;
	float: left;
	width: 100%;
}
.modelform .captcha-container{
	float: left;
	width: 50%;
}
.modelform .submit{
	background-color: #1d71b8;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
}
.modelform .submit:hover{
	background-color: #161930;
}

.pakketform form #upgrade{
    margin-left: 4%;
}
.pakketform form #bericht{
    margin-left: 0%;
    margin-right: 0%;
    width:50%;
}
.pakketform form input,
.pakketform form textarea,
.pakketform form .radio-holder{
	height: auto;
	margin-bottom: 15px;
}
.pakketform form #telefoon,
.pakketform form #from-email {
    margin-left: 0%;
    width: 46%;
}
.pakketform form #woonplaats{
    margin-left: 4%;
    margin-right: 0%;
    width: 46%;
}

.pakketform .radio-holder{
    width: 50%;
    margin-left: 4%;
    display: block;
    float: left;
    margin-bottom: 30px;
}
.pakketform .radio-holder .option{
    position: relative;
    display: flex;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-right: 5px;
    float: left;
    width: calc(100% / 3);
}
.pakketform form .radio-holder input{
	height: auto;
	display: none;
}
.pakketform form .radio-holder label{
	color: #000000;
	font-size: 16px;
	cursor: pointer;
}

.pakketform .radio-holder .option .check{
	position: absolute;
	display: inline-block;
	border: 1px solid #1d71b9;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 0px;
	left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.pakketform .radio-holder .option :hover .check {
  border: 5px solid #FFFFFF;
}

.pakketform .radio-holder .option .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	background: #fff;
	top: 4px;
	left: 4px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.pakketform .radio-holder .option input[type=radio]:checked ~ .check {
  border: 1px solid #1d71b9;
}

.pakketform .radio-holder .option input[type=radio]:checked ~ .check::before{
  background: #1d71b9;
}

.pakketform .radio-holder .option input[type=radio]:checked ~ label{
  color: #1d71b9;
}

.pakketform form i{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.pakketform .message.notice{
	background-color:#161930;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
}

/* Nieuwsoverzicht */
.news-entries,
.acties-entries{
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}
.news-entries .col,
.acties-entries .col{
  width: calc(100% / 3);
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-entries .col img,
.acties-entries .col img{
  width: 100%;
  display: block;
}
.acties-entries h2{
  margin-top: 0px;
  font-weight: 600;
  font-size: 32px;
  color: #ff0000;
}
.news-entries .col:nth-child(4n+4) {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.news-entries .col:nth-child(4n+4) .meta-box {
  position: absolute;
  padding-top: 30px;
  height: 140px;
  top: calc(50% - 70px);
  width: calc(100% / 3);
  right: 0.75rem;
}
.news-entries .meta-box,
.acties-entries .meta-box{
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 10px 15px;
  border-bottom: 5px solid #49a82c;
  font-weight: normal;
  text-align: left;
  color: #161930;
}
.news-entries .meta-box h6,
.acties-entries .meta-box h6{
  margin-top: 0px;
  min-height: 40px;
  font-weight: bold;
  text-align: left;
  color: #161930;
}

.news-entries::before{
  content: "";
  position: absolute;
  background-color: #F0F0F0;
  width: 100%;
  height: calc(100% + 200px);
  display: block;
  top: -200px;
  right: 0px;
  -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  z-index: -1;
}

/* Nieuwsitem */
.news-entry h1 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 40px;
  color: #49a82c;
}





/* Nieuwsoverzicht */
.acties-entries{
	background-color: #fff;
}
.acties-entries .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.acties-entries .blogBox{
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	width: 33%;
}
.acties-entries .col img{
	width: 100%;
	height: auto;
	max-height: 350px;
	object-fit:cover;
}
.acties-entries .blogBox:after{
	content:"";
	position: absolute;
	background-color: #fff;
	width: 60px;
	height: 60px;
	display: block;
	top:-30px;
	left: calc(50% - 30px);
	transform: rotate(45deg);
}
.acties-entries .blogBox .meta-box{
	border-bottom: 0px;
	background-color:#ff0000;
	padding: 20px 15px;
	transition: all ease-in-out 0.25s;
}
.acties-entries .meta-box h6{
	min-height: 0px;
	margin-bottom: 0px;
	color:#fff;
	font-weight: bold; overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acties-entries .meta-box h6 i{
	margin-left: 10px;
	transition: all ease-in-out 0.25s;
}
.acties-entries .blogBox:hover .meta-box{
	background-color:#161930;
}
.acties-entries .blogBox:hover .meta-box h6 i{
	margin-left: 15px;
}	




/* Vestigingen */
.map-holder{
	margin-bottom: 25px;
}
#content #firstHeading{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gm-style-iw-d #content{
	padding: 5px 15px 15px 15px;
}
#content #bodyContent p{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#content #bodyContent p.marg-botm{
	margin-bottom: 0px;
}
#content #bodyContent .route-btn {
    background-color: #161930;
    border-radius: 70px;
    color: #fff;
    margin-top: 5px;
    padding: 5px 10px;
}

.vestingingen-wrapper .vestigingen-container{
	padding-right: 30px;
}
.vestingingen-wrapper h2 {
  font-size: 32px;
  color: #49a82c;
  font-weight: 600;
}
.vestingingen-wrapper .vestiging {
  overflow: hidden;
  background-color: #F1F3F5;
  padding: 40px;
  margin-bottom: 25px;
}
.vestingingen-wrapper .vestiging h3 {
  margin-top: 0px;
  font-size: 24px;
  color: #49a82c;
  transition: all ease-in-out 0.2s;
}
.vestingingen-wrapper .vestiging h3:hover{
  color: #000;
}
.vestingingen-wrapper .vestiging h5{
  font-size: 18px;
  color: #49a82c;
  font-weight: bold;
}
.vestingingen-wrapper .vestiging .mapsimage{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.route-btn-img{
	position: relative;
	display: block;
	transition: all ease-in-out 0.3s;
}
.route-btn-img div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#081442;
	color:#fff;
	font-size: 18px;
	text-align: center;
	align-items: center;
	display: inline-grid;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.route-btn-img:hover div{
	visibility: visible;
	opacity: 1;
}

.vestingingen-wrapper .vestiging .left-box,
.vestingingen-wrapper .vestiging .right-box {
  display: block;
  float: left;
  color: #707070;
}
.vestingingen-wrapper .vestiging .left-box{
	width: 45%;
}
.vestingingen-wrapper .vestiging .right-box {
	width: 55%;
}
.vestingingen-wrapper .vestiging .left-box .icons{
	display: block;
	margin-top: 15px;
	overflow: hidden;
}
.vestingingen-wrapper .vestiging .left-box .icon{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	float: left;
	display: block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.vestingingen-wrapper .vestiging .right-box{
	padding-left: 25px;
}
.vestingingen-wrapper .vestiging .right-box .openingstijden{
	border-left: 1px solid #161930;
	padding-left: 25px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.vestingingen-wrapper .vestiging .right-box .openingstijden h4{
	margin-top: 0px;
	color: #707070;
	font-size: 20px;
	font-weight: 500;
}
.vestingingen-wrapper .vestiging .right-box .openingstijden h4 i{
	color:#161930;
}
.vestingingen-wrapper .vestiging .right-box .openingstijden div{
	width: 50%;
	display: block;
	float: left;
}
.vestingingen-wrapper .vestiging .right-box a{
  display: inline-block;
  color:#707070;
  font-weight: normal;
  width: 100%;
  padding: 10px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.vestingingen-wrapper .vestiging .right-box a i{
  color:#49a82c;
  margin-right: 10px;
  transition: all ease-in-out 0.3s;
}

.vestingingen-wrapper .vestiging .right-box a:hover{
  color:#fff;
  background-color:#49a82c;
}
.vestingingen-wrapper .vestiging .right-box a:hover i{
  color:#fff;
}

.vestingingen-wrapper .sidebar{
	padding-left: 20px;
	padding-right: 0px;
}
.vestingingen-wrapper .sidebar .sidebar-col{
	border-bottom: 1px solid #161930;
	padding-top:40px;
	padding-bottom:40px;
}
.vestingingen-wrapper .sidebar .sidebar-col h3{
  font-size: 28px;
  color: #49a82c;
  font-weight: 600;
  margin-top: 0px;
}
.vestingingen-wrapper .sidebar .sidebar-col .component{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 10px;
	color:#707070
}
.vestingingen-wrapper .sidebar .sidebar-col .component .icon{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	margin-right: 25px;
	float: left;
	display: block;
}
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.apk{ background-image: url('../img/icons/icon-apk.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.airco{ background-image: url('../img/icons/icon-airco.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.velgen{ background-image: url('../img/icons/icon-velgen.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.onderhoud{ background-image: url('../img/icons/icon-onderhoud.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.inbouw{ background-image: url('../img/icons/icon-inbouw.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.tuning{ background-image: url('../img/icons/icon-tuning.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.motor{ background-image: url('../img/icons/icon-motor.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.beveiliging{ background-image: url('../img/icons/icon-beveiliging.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.trekhaak{ background-image: url('../img/icons/icon-trekhaak.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.telefonie{ background-image: url('../img/icons/icon-telefonie.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.caravan{ background-image: url('../img/icons/icon-caravanCamper.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.homemedia{ background-image: url('../img/icons/icon-homeMedia.svg'); }
.vestingingen-wrapper .sidebar .sidebar-col .component .icon.tracktrace{ background-image: url('../img/icons/icon-trackTraceRitregistratie.svg'); }




/* Vestigingspagina */
.vestigintro{
	padding-top: 0px;
}
.vestigintro h2{
	text-align: center;
}

.vestigingspagina.vestiging .right-box {
    padding-left: 10%;
}
.vestigingspagina.vestiging .right-box .openingstijden {
    padding-left: 20%;
}

.side-vestiging .usps h3{
	color:#000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.side-vestiging .usps ul {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
}
.side-vestiging .usps ul li {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.side-vestiging .usps ul li img {
    position: absolute;
    top: 8px;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    left: 0px;
}


/* SOCIAL WALL */
#social-wall{
	position: relative;
	margin-top: 125px;
	background-color: #e30613;
	padding-top: 20px;
}
#social-wall:after{
	position: absolute;
    content: "";
    top: -90px;
    left: 20%;
    width: 60%;
    height: 100px;
    display: block;
    background-color: #e30613;
    clip-path: polygon(50% 15%, 100% 100%, 100% 100%, 50% 100%, 0px 100%, 0px 100%);
}
#social-wall:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: #fff;
	left:0px;
	bottom:0px;
	display: block;
}
#social-wall h3{
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
#social-wall .curatorfeed .crt-logo{
	display: none;
}
#social-wall .curatorfeed .crt-feed{
	
}
#social-wall .curatorfeed .crt-feed .galcolumn{
	width: calc(100% / 3) !important;
}
#social-wall .curatorfeed .crt-feed .galcolumn:nth-child(4){
	display: none;
}

#social-wall .curatorfeed .crt-feed .galcolumn:nth-child(2) .crt-post-content{
	display: flex;
	flex-direction: column;
}
#social-wall .curatorfeed .crt-feed .galcolumn:nth-child(2) .crt-post-content .crt-image{
	order:3;
}
#social-wall .curatorfeed .crt-feed .galcolumn:nth-child(2) .crt-post-content .crt-post-text{
	order:1;
}


#social-wall .curatorfeed .crt-feed .galcolumn .crt-post{
	margin:0px;
	border:none;
	background-color: #f1f3f5;
}
#social-wall .curatorfeed .crt-feed .galcolumn .crt-post .crt-post-header,
#social-wall .curatorfeed .crt-feed .galcolumn .crt-post .crt-post-footer{
	display: none;
}
#social-wall .curatorfeed .crt-feed .galcolumn .crt-post .crt-post-content .crt-post-text{
    padding: 30px 15px !important;
    min-height: 200px;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
}
#social-wall .curatorfeed .crt-feed .galcolumn .crt-post .crt-post-content .crt-post-text:before{
	content:"";
	height: 40px;
	position: absolute;
	width: 100px;
	top: -25px;
	left: calc(50% - 50px);
	display: block;
	background-color: #f1f3f5;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#social-wall .curatorfeed .crt-feed .galcolumn:nth-child(2) .crt-post .crt-post-content .crt-post-text:before{
	bottom:-25px;
	top:auto;
	transform: rotate(180deg);
	z-index: 10;
}

/* Contact */
.contactblok {
  position: relative;
  padding-bottom: 100px;
}
.contactblok h2 {
  font-size: 32px;
  font-weight: 600;
}
.contactblok h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  color: #49a82c;
}
.contactblok h3 {
  color: #49a82c;
  margin-bottom: 25px;
}
.contactblok .cntct a {
  display: block;
  clear: both;
  color: #707070;
  font-weight: normal;
}
.contactblok .cntct a i {
  color: #49a82c;
  margin-right: 10px;
}
.contactblok .cntct a:hover {
  color: #49a82c;
}
.contactblok .cntct .kvk {
  margin-bottom: 30px;
}

.contactblok::before {
  content: "";
  position: absolute;
  background-color: #F0F0F0;
  width: 60%;
  height: 160%;
  display: block;
  top: -130px;
  right: 0px;
  z-index: -1;
}

.cntctform h2 {
  color: #000;
}
.cntctform form #voornaam,
.cntctform form #achternaam,

#fields-voornaam-field,
#fields-achternaam-field{
  width: 48%;
  display: block;
  float: left;
}
form #voornaam,
#fields-voornaam-field{
  margin-right: 4%;
}
.field .heading label,
.waargaathetom,
.andersnamelijk{
	display: none;
}
.field .heading p{
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	color:#000;
}
.field .heading p:after{
	content:"*";
	color:red;
	padding-left: 3px;
}

form input {
  padding-left: 10px !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #000;
  box-shadow: none !important;
}
form input:focus,
form textarea:focus {
  color: #49a82c;
  font-weight: bold;
  border-bottom: 1px solid #49a82c !important;
}
form [type="radio"]:not(:checked),
form [type="radio"]:checked{
	position: relative !important;
	opacity: 1 !important;
	margin-right: 5px;
}
.form-select span{
	font-weight: bold;
	color:#161930;
}
.dropdown-content li > a,
.dropdown-content li > span{
	color:#000000;
}
.form-select.betreft,
#anders_namelijk{
	display: none;
	background-color: #fff;
	padding: 10px;
}
.form-select.betreft input{
	margin-bottom: 0px !important;
}
.cntctform #html{
	display: none;
}
.cntctform .message{
	background-color: #161930;
    padding: 20px 20px;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    font-weight: 400;
}

form label{
	margin-left: 5px;
}
form input::placeholder,
form textarea::placeholder {
  color: #000000;
  opacity: 1;
}
form textarea {
	margin-top: 20px;
	padding-left: 10px !important;
	box-sizing: border-box !important;
	margin-bottom: 15px !important;
	border: 0px;
	border-bottom: 1px solid #000;
	box-shadow: none !important;
}
form i {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  margin-bottom: 25px;
}
.captcha-container{
	margin-bottom: 25px;
}
.g-recaptcha{
	margin-top: 25px;
}
form input.submit,
form .submit button{
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  padding: 15px 30px !important;
  border-radius: 30px;
  border: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #49a82c;
  transition: all ease-in-out 0.2s;
}
.cntctform form input.submit:hover,
form .submit button:hover{
  background-color: #161930;
}

/* Klanten & Image Carousel*/
.klanten{
  position: relative;
  background: #ececec;
  padding-bottom: 60px;
  margin-top: 150px;
}
.afbeeldingen-slider{
	position: relative;
	margin-top: 0px;
	padding-top: 100px;
	padding-bottom: 50px;
	background: #fff;
}
.klanten h3,
.afbeeldingen-slider h3{
  margin-top: 15px;
  font-weight: 600;
  font-size: 25px;
  color: #000;
  text-align: center;
}
.klanten .klanten-carousel,
.afbeeldingen-slider .img-carousel{
  padding-left: 80px;
  padding-right: 80px;
}
.klanten .klanten-carousel a.slick-slide{
	padding: 20px;
	outline: none;
}
.afbeeldingen-slider .img-carousel .slick-slide{
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
.klanten .klanten-carousel a.slick-slide img,
.afbeeldingen-slider .img-carousel .slick-slide img {
  width: 100%;
}
.afbeeldingen-slider .img-carousel .slick-slide h6{
	background-color: #ececec;
	text-align: center;
	margin: 0px;
	padding: 10px 5px;
}
.klanten .next-klant,
.klanten .prev-klant,
.afbeeldingen-slider .next-klant,
.afbeeldingen-slider .prev-klant {
  background-color: #49a82c;
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0px;
  font-size: 30px;
  color: #ececec;
  cursor: pointer;
  z-index: 9999;
  transition: all ease-in-out 0.2s;
}
.klanten .next-klant,
.afbeeldingen-slider .next-klant {
  right: 0px;
  left: auto;
}
.klanten .next-klant:hover,
.afbeeldingen-slider .next-klant:hover {
  background-color: #161930;
  transform: translateX(5px);
}
.klanten .prev-klant:hover,
.afbeeldingen-slider .prev-klant:hover {
  background-color: #161930;
  transform: translateX(-5px);
}

.klanten:before{
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(23.24% 47%, 68% 0px, 99.93% 37%, 100% 100%, 0px 100%, 0px 6%);
  clip-path: polygon(23.24% 47%, 68% 0px, 99.93% 37%, 100% 100%, 0px 100%, 0px 6%);
  background: #ececec;
  top: -98px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.klanten:after{
  content: "";
  position: absolute;
  background: #ececec;
  bottom: -190px;
  left: 0px;
  width: 100%;
  height: 200px;
}

/* Footer */
footer {
  overflow: hidden;
  padding-top: 50px;
}
footer .upper-footer {
  padding-top: 60px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
}
footer .upper-footer svg {
  position: absolute;
  z-index: 0;
  top: 0px;
}
footer .upper-footer svg path {
  fill: #161930;
}
footer .upper-footer .col:nth-child(1):after {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 1px;
}
footer .upper-footer h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
footer .upper-footer p {
  color: #fff;
  font-size: 16px;
}
footer .upper-footer ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 13px;
}
footer .upper-footer ul li a:before {
  content: "-";
  margin-right: 5px;
}
footer .upper-footer .nieuwsbrief {
  background-color: #49a82c;
  padding: 8px 30px 15px !important;
  margin-top: -100px;
}
footer .upper-footer .nieuwsbrief h5{
	position: relative;
}
footer .upper-footer .nieuwsbrief h5:before{
	background-image: url('../img/envelope-open.png');
	background-size: contain;
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
}
footer .upper-footer .nieuwsbrief form input {
  background-color: #fff !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 14px !important;
}
footer .upper-footer .nieuwsbrief input::placeholder {
  opacity: 1 !important;
  color: #000 !important;
}
footer .upper-footer .nieuwsbrief input:focus {
  font-weight: bold !important;
}
footer .upper-footer .nieuwsbrief input.newsletter-btn {
  background-color: #49a82c !important;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px !important;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
footer .upper-footer .nieuwsbrief input.newsletter-btn:hover {
  background-color: #fff !important;
  color: #49a82c !important;
}
footer .lower-footer {
  position: relative;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: bold;
  color: #161930;
  z-index: 1;
}
footer .lower-footer a.footerlinkje {
	position: relative;
  text-decoration: underline;
}
footer .lower-footer a.footerlinkje:after{
	position: relative;
	display: inline-block;
	content:"|";
	margin-left: 5px;
	margin-right: 5px;
}
footer .lower-footer a.footerlinkje:last-of-type:after{
	display: none;
}
footer .lower-footer .keurmerk img {
  width: 100%;
}
footer .lower-footer .ast-logo img {
width: 150px;
margin-left: 15px;
}

section.afbeeldingblok .col .blauw-btn{
  background-color: #c6c6c6;
}
section.afbeeldingblok .col .blauw-btn:hover{
  background-color: #161930;
  color: #fff;
}

section.afbeeldingblok .col .groen-btn{
  background-color: #c6c6c6;
}
section.afbeeldingblok .col .groen-btn:hover{
  background-color: #161930;
  color: #fff;
}

form.newsletter-form .mailinput label{
  margin: 0;
}

footer .upper-footer .nieuwsbrief input.newsletter-btn{
	border: none;
  padding-left: 30px !important;
  background-color: #c6c6c6 !important;
}
footer .upper-footer .nieuwsbrief input.newsletter-btn:hover {
	border: none;
}

.blauwblok .valign-wrapper .blauw-btn{
  background-color: #e30613;
}