/*
Theme Name: Twinsense Basic 2.0
Author: Niek Meinema
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 2.1
*/

html {
  position: relative;
  min-height: 100%;
}

html {
  font-size: 16px;
  line-height: 21px;
}

body {	
  margin: auto;
  background-color: #ebebeb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #5b5b5a;
}

h1{
	font-size: 24px;
	margin-bottom: 20px;
}

h2{
	font-size: 20px;
	margin-bottom: 20px;
}

h3{
	font-size: 18px;
	margin-bottom: 20px;
}

p{
	color: #5b5b5a;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}

ul,ol{
	color: #5b5b5a;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}

a{
	color: rgb(128,189,1);
}

a:hover{
	color: #e30613;
	text-decoration: none;
}

.container{
	position: relative;
}

.header{
	position: relative;
	background-size: cover;
	background-position: 50%;
	text-align: center;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-brand img{
	max-width: 150px;
	max-height: 100px;
}

.navbar-nav {
	margin-top: 0px;
    margin-right: 0px;
    padding: 10px;
}

.navbar {
    position: relative;
    display: block;
    padding: 0px 15px;
    z-index: 99;
}

.nav-link {
    display: block;
    padding: 5px;
}

.header-cta{
	position: relative;
	top: 0px;
	right: 0;
	float: right;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	padding-bottom: 17px;
	background-color: #e30613;
	transition: 0.3s ease all;
	text-decoration: none;
}

.header-cta:after{
	content: '';
	position: absolute;
	display: block;
	background-size: 102% 20px;
	background-image: url('images/skewangle_white.svg');
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.header-cta:hover{
	color: #fff;
	background-color: #eb515a;
	transition: 0.3s ease all;
	text-decoration: none;
}

/* searchforms */

.mobile{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin-top: 30px;
}

/* search */
.search-bar{
	display: block;
	position: absolute;
	right: 0;
	z-index: 100;
	/*width: 250px;*/
	background: #FFF;
	top: 100px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}

.search-button{
	position: absolute;
	color: #747474;
	right: 0;
	padding: 4px;
	margin-top: 0px;
	cursor: pointer;
	font-size: 24px;
}

.searchform{
	padding: 0;
	float: right;
}

.searchform-text{
	height: 45px;
	float: left;
	width: 200px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 6px 12px;
	color: #555;
	padding-right: 50px;
}

.searchform-button{
	font-size: 20px;
	line-height: 20px;
	width: 45px;
	height: 45px;
	float: right;
	color: #fff;
	background-color: #e30613;
	border: 1px solid #e30613;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s ease all;
}

.searchform-button:hover{
	background-color: #eb515a;
	border: 1px solid #eb515a;
	transition: 0.3s ease all;
}
	
.navbar-toggler {
	position: absolute;
	right: 40px;
	top: 5px;
}

.navbar-toggler {
    position: absolute;
    right: 40px;
    top: 0px;
}

.navbar-toggler {
    padding: 5px 10px;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: .25rem;
    transition: 0.3s ease all;
}

.navbar-toggler:hover {
	color: #e30613;
	transition: 0.3s ease all;
}
	
.search-button{
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

/* sliders */

.slider-holder{
	position: relative;
}

.headerslider{
	position: relative;
}

.slide{
	position: relative;
	height: 300px;
	background-size: cover;
}

.slide:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+5,0+40 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.slide-content{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-text{
	margin-bottom: 100px;
}

.slide-content h1{
	color: #80bd01;
	line-height: 40px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.slick-dots
{
    position: absolute;
    bottom: 100px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: white;
    content: '\f111';
}

.slider-holder{
	position: relative;
	text-align: left;
}

.nav-button{
	position: absolute;
	text-align: center;
	width: 30px;
	height: 30px;
	top: 50%;
	cursor: pointer;
	z-index: 999;
}

.button-left{
	color: #5b5b5a;
	font-size: 30px;
	left: 0px;
	margin-left: 15px;
	margin-top: 0px;
	transition: 0.3s ease all;
}

.button-right {
    color: #5b5b5a;
    font-size: 30px;
    right: 0;
    margin-right: 15px;
    margin-top: 0px;
    transition: 0.3s ease all;
}

.button-left:hover,
.button-right:hover{
	color: #80bd01;
	transition: 0.3s ease all;
}

/* subheader */

.subheader{
	position: relative;
	min-height: 50px;
	background-color: #80bd01;
	padding-bottom: 75px;
}

.subheader:before{
	content: '';
	display: block;
	position: absolute;
	height: 50px;
	width: 100%;
	top: -50px;
	left: 0;
	background-size: 100% 50px;
	background-image: url('images/skewangle.svg');
	background-repeat: no-repeat;
	z-index: 0;
}

.blog .subheader{
	padding-bottom: 0px;
}

.submenu{
	position: relative;
	margin-top: 10px;
}

.submenu-item{
	line-height: 16px;
	font-size: 12px;
	position: relative;
	padding-left: 50px;
	color: #fff;
	margin-bottom: 20px;
	min-height: 40px;
}

.submenu-item .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}

.submenu-item .svg-icon{
	max-height: 50px;
	display: block;
}

.submenu-item .svg-icon{
	fill:url(#basecolor);
	transition: 0.3s ease all;
}

.submenu-item.active .svg-icon,
.submenu-item:hover .svg-icon{
	fill:url(#hovercolor);
	transition: 0.3s ease all;
}

.submenu img{
	height: 35px;
}

.subheader-img{
	position: relative;
	max-width: 100%;
	height: auto;
}

/* content */

.section{
	padding: 30px 0;
}

.bottom{
	padding-top: 0px;
}

.introheader{
	position: relative;
	padding-top: 20px;
	padding-bottom: 75px;
	background-color: #80bd01;
}

.introheader:after{
	content: '';
	position: absolute;
	display: block;
	background-size: 100% 50px;
	background-image: url('images/skewangle_white.svg');
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.white-block{
	position: relative;
	min-height: 100px;
	padding: 20px;
	background-color: #fff;
	margin-top: -75px;
	z-index: 10;
}

.white-block p:last-of-type {
	margin-bottom:0;
}

.introheader .white-block{
	padding: 50px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 10;
}

.trans{
	background-color: transparent;
}

.white{
	background-color: #fff;
}

.grey{
	background-color: #999;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    transition: 0.3s ease all;
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color:#80bd01;
    border-color:#80bd01;
    transition: 0.3s ease all;
}

.btn-primary:disabled{
	background-color: #b7d280;
	border-color: #b7d280;
}

.btn-primary:hover {
    color: #fff;
	background-color: #5b5b5a;
	border-color: #5b5b5a;
	transition: 0.3s ease all;
}

.btn-secondary {
    color: #fff;
    background-color:#5b5b5a;
    border-color:#5b5b5a;
    transition: 0.3s ease all;
}

.btn-secondary:hover {
    color: #fff;
	background-color: #8d8d8c;
	border-color: #8d8d8c;
	transition: 0.3s ease all;
}

.btn-cta{
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
	transition: 0.3s ease all;
}

.btn-cta:hover{
	color: #fff;
	background-color: #eb515a;
	border-color: #eb515a;
	transition: 0.3s ease all;
}

img{
	max-width: 100%;
	height: auto;
}

/* personen */

.personen-slider{
	position: relative;
	margin: 0 30px;
}

.button-left{
	color: #5b5b5a;
	font-size: 30px;
	left: -10px;
	margin-left: 0px;
	margin-top: 0px;
}

.button-right {
	color: #5b5b5a;
	font-size: 30px;
	right: -10px;
	margin-right: 0px;
	margin-top: 0px;
}

.personen-slider:before{
	display: none;
}

.persoon-item{
	margin-bottom: 30px;
}

.foto{
	padding-top: 100%;
	background-size: cover;
	margin-bottom: 30px;
}

.contact{
	margin-top: 15px;
}

.contact .icon{
	font-size: 24px;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: #80bd01;
	margin-right: 5px;
	transition: 0.3s ease all;
}

.contact .icon:hover{
	font-size: 28px;
	color: #fff;
	background-color: #5b5b5a;
	transition: 0.3s ease all;
}

/* kolommen */

.kolom{
	padding: 0px 30px;
	position: relative;
	padding-bottom: 80px;
}

.kolom .image{
	text-align: center!important;
	margin: 20px 0;
}

.kolom img{
	max-height: 200px;
	width: auto;
}

.kolom .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 30px;
}

/* gallery */

.gallery-image{
	display: block;
	padding-top: 80%;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 30px;
}

.gallery-image-item{
	margin: 0 10px;
}

.gallery-image-item .gallery-image{
	margin-bottom: 0px;
}

/* producten */

.gallery-slider{
	margin: 0 20px;
}

.product{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.product .product-text{
	position: relative;
	padding-bottom: 50px;
}

.product-image{
	background-size: cover;
	background-position: 50%;
	padding-top: 100%;
	margin-bottom: 15px;
}

.product .btn{
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
}

/* FAQ */

.faq{
	margin-bottom: 30px;
	background-color: #fff;
}

.card{
	border: 1px solid #80bd01;
	margin-bottom: 2px;
	border-radius: 0;
}

.card .card-header{
	padding: 0px;
	border: none;
}

.card .card-header h5{
	line-height: 24px;
}

.card .card-header button{
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 15px;
	background-color: #80bd01;
	color: #fff;
	font-weight: 700;
	transition: 0.3s ease all;
}

.card .card-header button:hover{
	background-color: #5b5b5a;
	transition: 0.3s ease all;
}

/* CTA */

.cta{
	padding: 50px;
	padding-bottom:125px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35b3d8+0,80bd01+100 */
	background: rgb(53,179,216); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(53,179,216,1) 0%, rgba(128,189,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(53,179,216,1) 0%,rgba(128,189,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(53,179,216,1) 0%,rgba(128,189,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b3d8', endColorstr='#80bd01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	margin-bottom: 50px;
}

.cta h1,
.cta h2,
.cta h3,
.cta p,
.cta ul{
	color: #fff;
}

.cta a {
	color:#fff;
	font-weight: bold;
}

.cta a:hover {
	color:#e30613;
}

/* iconen */

.iconen{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 10;
}

.iconen a{
	font-weight: 700;
	color: #5b5b5a;
	transition: 0.3s ease all;
}

.iconen a:hover{
	color: #80bd01;
	transition: 0.3s ease all;
}

/* configurator */

.keuzehulp{
	padding-top: 10px;
	border-top: 2px solid #80bd01;
	border-bottom: 2px solid #80bd01;
}

.form-check{
	padding: 0;
	pointer-events: none;
}

.form-check label{
	position: absolute;
	max-width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 0px 5px;
}

.select-item{
	margin-bottom: 30px;
}

.select-block{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.3s ease all;
}

.select-item:hover .select-block{
	background-color: #eee;
	transition: 0.3s ease all;
}

.select-block-selected{
	background-color: #80bd01;
}

.select-item .product-image{
	margin-bottom: 0;
	margin-top: 0px;
}

/*.select-item .form-check{
	height: 0px;
	overflow: hidden;
}*/

.input-fields{
	margin-bottom: 30px;
}

.product-spinner{
	margin-bottom: 30px;
	text-align: center;
}

.product-spinner i{
	font-size: 60px;
	line-height: 60px;
	color: #80bd01;
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  background-color: #fff;
}

.footer-inner .submenu{
	padding-bottom: 25px;
}

.footer-inner .submenu-item{
	color: #bbbbbb;
}

.footer-inner .submenu-item img{
	color: #bbbbbb;
	filter: invert(0.2);
}

.footer-inner-white{
	padding: 40px 0;
	background-color: #fff;
	color: #5b5b5a;
}

.footer-inner-white img{
	margin-bottom: 30px;
}

.footer-inner-green{
	position: relative;
	padding: 40px 0;
	background-color: #80bd01;
	color: #fff;
}

.footer-inner-green p{
	color: #fff;
}

.footer-inner-green h2{
	color: #fff;
}

.footer-inner-green img{
	max-width: 200px;
	height: auto;
	margin-bottom: 30px;
}

.footer-inner-green h2{
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.footer-inner-green::before {
    content: '';
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    top: -50px;
    left: 0;
    background-size: 100% 50px;
    background-image: url('images/skewangle.svg');
    background-repeat: no-repeat;
}

.footer-inner-green ul{
	padding-left: 0;
	list-style: none;
	color: #fff;
}

.footer-inner-green ul a,
.footer-inner-green a{
	color: #fff;
	text-decoration: underline;
}

.footer-inner-green ul a:hover,
.footer-inner-green a:hover{
	color: rgb(53,179,216);
}

.footer-section{
	margin-bottom: 30px;
}

.footer-bottom{
	background-color: #5b5b5a;
	padding: 15px 0;
	color: #fff;
}

.footer-bottom p{
	color: #fff;
	margin: 0;
}

@media (min-width: 768px) {
	
	.search-button{
		top: 5px;
		margin-top: 0px;
		font-size: 18px;
		line-height: 30px;
	}
	
	.searchform{
		margin-right: 0px;
	}
	
	.header-cta{
		position: absolute;
		top: 100px;
		right: 0;
		font-size: 12px;
		color: #fff;
		display: inline-block;
		padding: 10px;
		padding-bottom: 17px;
		background-color: #e30613;
		transition: 0.3s ease all;
		text-decoration: none;
	}
	
	.header-cta:after{
		content: '';
		position: absolute;
		display: block;
		background-size: 102% 20px;
		background-image: url('images/skewangle_white.svg');
		background-repeat: no-repeat;
		height: 20px;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	
	.header-cta:hover{
		color: #fff;
		background-color: #eb515a;
		transition: 0.3s ease all;
		text-decoration: none;
	}
	
	.slide{
		height: 400px;
	}
	
	.subheader-img{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.subheader:before{
		height: 100px;
		width: 100%;
		top: -100px;
		background-size: 100% 100px;
	}
	
	.submenu{
		margin-top: 10px;
	}
	
	.submenu-item{
		line-height: 18px;
		font-size: 12px;
	}
	
	.section{
		padding: 40px 0;
	}

	.introheader {
		padding: 40px 0 100px 0;
	}

	.introheader:after {
		height:50px;
		background-size: 100% 50px;
	}
	
	.white-block{
		margin-top: -125px;
		padding: 30px;
	}
	
	.personen-slider{
		margin: 0 0px;
	}
	
	.personen-slider:before{
		content: '';
		position: absolute;
		display: block;
		width: 15px;
		height: 150%;
		left: 50%;
		margin-left:-8px;
		top: -50px;
		background-color: #fff;
		transform: skewX(-20deg);
	}
	
	.button-left{
		color: #5b5b5a;
		font-size: 30px;
		left: -40px;
		margin-left: 0px;
		margin-top: 0px;
	}
	
	.button-right {
		color: #5b5b5a;
		font-size: 30px;
		right: -40px;
		margin-right: 0px;
		margin-top: 0px;
	}
	
	.iconen{
		margin-top: 30px;
		margin-bottom: 90px;
	}
	
	.footer-inner-green::before {
		height: 50px;
		width: 100%;
		top: -50px;
		background-size: 100% 50px;
	}
	
	.gallery-slider{
		margin: 0 0px;
	}
		
}

@media (min-width: 992px) {

	h1{
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.slide-content h1{
		line-height: 60px;
	}
	
	.navbar-nav {
		margin-top: 100px;
		margin-right: 30px;
		padding: 0;
	}
	
	.navbar-brand img{
		max-width: 222px;
		max-height: 100px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.header-cta{
		top: 0px;
	}
	
	.header-text{
		margin-bottom: 150px;
	}
	
	.search-button{
		top: 5px;
		margin-top: 70px;
		font-size: 18px;
		line-height: 30px;
	}
	
	.search-bar{
		top: 150px;
	}
	
	.slide{
		height: 450px;
	}
	
	.subheader:before{
		height: 200px;
		width: 100%;
		top: -200px;
		background-size: 100% 200px;
	}
	
	.section{
		padding: 50px 0;
	}

	.introheader {
		padding: 50px 0 200px 0;
	}

	.introheader:after {
		height:150px;
		background-size: 100% 150px;
	}
	
	.footer-inner-green::before {
		height: 150px;
		width: 100%;
		top: -150px;
		background-size: 100% 150px;
	}
	
	.footer-inner-white img{
		margin-bottom: -30px;
	}
	
}

@media (min-width: 1200px) {
	
	.slide{
		height: 500px;
	}
	
	.header-text{
		margin-bottom: 200px;
	}
	
}

@media (min-width: 1400px) {
	
	.container {
		max-width: 1230px;
	}
	
	.footer-inner-green::before {
		height: 200px;
		width: 100%;
		top: -200px;
		background-size: 100% 200px;
	}
	
}

.wpcf7-not-valid-tip{
	color: #dd0000;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wpcf7{
    margin-bottom: 30px;
}

.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #00a0d2;
  /* Blue */
  border-radius: 10px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap input[type=radio] {
  width: auto!important;
}
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form-control-wrap input[type=datetime]:focus,
.wpcf7-form-control-wrap input[type=datetime-local]:focus,
.wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form-control-wrap input[type=month]:focus,
.wpcf7-form-control-wrap input[type=time]:focus,
.wpcf7-form-control-wrap input[type=week]:focus,
.wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap input[type=color]:focus,
.wpcf7-form-control-wrap .uneditable-input:focus {
  border-color: rgba(33, 181, 243, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(33, 181, 243, 0.8);
  outline: 0 none;
  transition: 0.3s ease all;
}

.wpcf7-not-valid-tip {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #f5c6cb;
  padding: 5px 10px;
  border-radius: 5px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7-checkbox{
    margin: 0;
}

.wpcf7-list-item{
    display: block;
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item input{
    width: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

span.wpcf7-list-item { display: block; }

.formulier-item {
    padding: 30px;
    position: relative;
    background: #FFF;
}

