/* BASIS
-------------------------------------------------- */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: "kobenhavn-cs";
}

html {
	scroll-behavior: auto !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
	.wpcf7 form.payment-required .wpcf7-response-output {
	
}

label {
	
}

.vh-90 {
	height:90vh;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #d9d9d9;
}

.form-select {
	border-radius: 25px;
	font-size: 15px;
	padding: 5px 30px;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus,
	input:focus, button:focus, button:active, button:hover, label:focus,
	.btn:active, .btn.active {
	outline: 0px !important;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus,
	input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
	input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus,
	[type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus
	{
	box-shadow: none !important;
	border-color: #000;
}

label {
	padding: 0px 0.75rem;
}

.drop-shadow {
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
}

.form-control {
	border: 3px solid #fff;
	border-radius: 50px;
	background-color: #F4F4F4;
	padding: 20px 30px;
	-webkit-box-shadow: 5px 4px 15px 2px rgba(0,0,0,0.1); 
	box-shadow: 5px 4px 15px 2px rgba(0,0,0,0.1);
}

textarea.form-control {
	border-radius: 30px;
}

.wpcf7-list-item {
	margin-left: 0px;
}

.wpcf7 p {
	margin-bottom: 0px;
}

.form-control::placeholder {
	color: #ACACAC;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #ACACAC;
}

.form-control::-ms-input-placeholder {
	color: #ACACAC;
}

.modal-content {
	border-radius: 50px;
	padding: 50px;
}

.modal-content .break {
	background-color: #1d6ae3;
  	background-image: -webkit-linear-gradient(left, #1d6ae3 0%, #279df2 50%, #1d6ae3 100%);
  	background-image: linear-gradient(to right, #1d6ae3 0%, #279df2 50%, #1d6ae3 100%);
  	height: 3px;
  	width: 50px;
  	margin: 0 auto;
}

.modal-content h5 {
	font-weight: normal;
	font-size: 26px;
}

.modal-header {
	border-bottom: 0 none;
}

.modal-footer {
	border-bottom: 0 none;
}

.btn.blue {
	color: #fff;
	border: none;
	background-color: #1d6ae3;
	background-image: -webkit-linear-gradient(left, #1d6ae3 0%, #279df2 50%, #1d6ae3 100%);
	background-image: linear-gradient(to right, #1d6ae3 0%, #279df2 50%, #1d6ae3 100%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
	border-radius: 50px;
	font-size: 14px;
}

.btn.orange {
	color: #fff;
	border: none;
	background-color: #E28A04;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
	border-radius: 50px;
	font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #1d6ae3;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
}

.btn.transparent {
	color: #fff;
	border: none;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0px;
	font-size: 14px;
}

.btn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.btn:hover span {
	padding-right: 25px;
}

.btn.blue:hover {
	color: #fff;
	background-color: #279df2;
	border: none;
	background-position: 100% 0
}

/* SWIPER
-------------------------------------------------- */
.swiper-pagination {
	position: static;
}

/* FRONTPAGE
-------------------------------------------------- */
.home.background, .page.background, .site-footer {
	background: rgb(119, 123, 145);
	background: linear-gradient(280deg, rgba(119, 123, 145, 1) 0%,
		rgba(41, 43, 52, 1) 100%);
}

.home .text p {
	color: #fff;
	font-size: 14px
}

header.home #menu-hoofdmenu li, header.page #menu-hoofdmenu li {
	display: inline-block;
	padding: 0px 20px;
}

header.home #menu-hoofdmenu li a, header.page #menu-hoofdmenu li a {
	color: #fff;
	font-size: 12px;
}

.typed-cursor {
	color: #fff;
	margin-left: 10px;
}

header.home #menu-hoofdmenu li a:hover, header.page #menu-hoofdmenu li a:hover, header.page #menu-hoofdmenu li.current-menu-item a  {
	color: #2593EF;
}

section.home .image img {
	-o-object-fit: cover;
	object-fit: cover;
}

section.home .typed {
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
}

/* FRONTPAGE
-------------------------------------------------- */
.page #breadcrumbs, .page #breadcrumbs a {
	color: #fff;
}

.contact #breadcrumbs, .contact #breadcrumbs a {
	color: #000;
}

/* FRONTPAGE
-------------------------------------------------- */
.dienst-item:hover {
	background-color: #2593EF !important;
	cursor: pointer;
}

.dienst-item:hover, .dienst-item:hover a {
	color: #fff !important;
}

.dienst-item .line, .contact .line {
	height: 1px; 
	width: 20px; 
	background-color: #2593EF
}

.dienst-item:hover .line {
	background-color: #FFFFFF
}

.content-verwerken {
	font-size: 14px; 
	font-weight: 100;
}

.testimonials {
	padding: 40px 0px 60px 0px;
}

/* VACATURE 
-------------------------------------------------- */
.form-control[type="file"]:not(:disabled):not([readonly]) {
	background-color: #292B34;
	background-image: -webkit-linear-gradient(left, #292B34 0%, #42454E 50%, #585C65 100%);
	background-image: linear-gradient(to right, #292B34 0%, #42454E 50%, #585C65 100%);
	border: 0 none;
	color: #fff;
}

/* CONTENT 
-------------------------------------------------- */
.content {
	padding: 80px 0px; 
	background: rgb(255,255,255); 
	background: linear-gradient(60deg, rgba(255,255,255,1) 0%, rgba(207,223,233,1) 50%, rgba(208,246,255,1) 100%);
}

.cta {
	background-color: #000;
}

.content-header {
	background-position: center;
	background-size: cover;
}

.single-vacature {
	background: rgb(255,255,255);
	background: linear-gradient(60deg, rgba(255,255,255,1) 0%, rgba(207,223,233,1) 50%, rgba(208,246,255,1) 100%);
}

.vacature-item {
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: #ebebeb
}

/* FOOTER
-------------------------------------------------- */
.social-media-block .item {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	padding: 9px 10px;
	margin-right: 5px;
}

.social-media-block .item .bi {
	color: #fff;
}

.social-media-block.header .item {
	border: 1px solid #fff;
}

.social-media-block.footer .item {
	background-color: #303030;
}

.site-footer h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}

.site-footer .input-group-append {
  	margin-left: -17px;
  	z-index: 99999;
}

.site-footer .form-control {
  	border: 0 none;
  	border-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  	height: 30px;
}

.site-footer .btn-warning {
  	border-radius: 25px !important;
  	background-color: #87C683;
  	border: 0 none;
  	text-transform: uppercase;
  	color: #fff;
  	font-weight: bold;
  	padding-left: 20px;
  	padding-right: 20px;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0px;
}

.footer-text p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
}

.site-footer ul li {
	padding-bottom: 5px;
}

.site-footer ul li a {
	color: #909090;
}

.site-footer h3 {
	color: #fff;
}

.site-footer .footer-2 p {
	color: #909090;
	line-height: 26px;
}

.site-footer .copyright {
	color: #909090;
	font-size: 16px;
}