html,
body {
	background: #EFEFEF;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.header-top {
	padding: 30px 0;
	background: #fff;
}

.logo-vwe {
	max-width: 170px;
}

.logo-tips-tools {
	max-width: 185px;
	margin: 0 auto;
}

.login-mijn-vwe {
	text-align: right;
}

.login-mijn-vwe span {
	color: #585858;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.login-mijn-vwe .img {
	display: inline-block;
	vertical-align: middle;
	max-width: 124px;
}

.header-bottom {
	padding: 30px 0;
	background: #FFD700;
}

.search-form {
	display: block;
	position: relative;
}

.search-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: 2px solid #E8E8E8;
	border-radius: 4px;
	background: #EEEEEE;
	height: 60px;
	padding: 20px 80px 20px 20px;
	outline: none;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.search-form input::-webkit-input-placeholder {
	color: #585858;
}

.search-form input:-ms-input-placeholder {
	color: #585858;
}

.search-form input::-ms-input-placeholder {
	color: #585858;
}

.search-form input::placeholder {
	color: #585858;
}

.search-form input:focus {
	background: #fff;
}

.search-form .search-icon {
	display: block;
	height: 100%;
	line-height: 60px;
	width: 60px;
	background: #E8E8E8;
	border-radius: 0 4px 4px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	color: #6E6E6E;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.search-form .search-icon i {
	font-size: 29px;
}

.categories {
	padding-top: 30px;
}

a.categorie-block {
	display: block;
	background: #fff;
	color: #000;
	margin-bottom: 30px;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

a.categorie-block:hover {
	background: #FFD700;
}

.categorie-block.big .content {
	width: 100%;
}

.categorie-block .license-plate {
	margin-bottom: 15px;
}

.meer-nieuws,
.nieuws{
	padding: 60px 0 60px 0;
	background: #fff;
}
.most-read {
	padding: 30px 0 60px 0;
	background: #fff;
	margin-top: 30px;
}

.most-read-item .theDate{
	display: block;
	background: #FFD700;
	color: #000;
	padding: 3px 20px;
	font-size: 12px;
	text-align: right;
}

.blog-grid .most-read-item:hover,
.nieuws .most-read-item:hover{
	background: #FFD700;
	color: #000;
}

.most-read-item {
	border: 1px solid #E8E8E8;
	cursor: pointer;
	display: block;
	color: #000;
	background: #fff;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.most-read-item .most-read-img {
	height: 175px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.most-read-item .most-read-content {
	padding: 10px 20px 20px 20px;
}

.most-read-item .most-read-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.most-read-item .most-read-content {
	line-height: 22px;
}

.title {
	text-align: center;
}

.title h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.title h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.top {
	padding: 35px 0;
	background: #fff;
}

a.go-back {
	display: inline-block;
	background: #F56A0D;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 20px;
	line-height: 21px;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

a.go-back i {
	font-size: 20px;
	line-height: 21px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}

a.go-back:hover {
	background: #dc5f0b;
}

.blog-grid {
	padding: 30px 0 10px 0;
}

.item-blog-item {
	height: 100%;
}

.blog-item {
	padding: 15px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	height: calc(100% - 30px);
	cursor: pointer;
}

.blog-item:hover {
	background: #FFD700;
}

.blog-item .blog-img {
	height: 175px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.blog-item .blog-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.blog-item .blog-content p {
	line-height: 22px;
}

.other-blog-posts {
	background: #fff;
	padding: 65px 0;
	margin-top: 35px;
}

.other-blog-item {
	border: 1px solid #E8E8E8;
	display: block;
}

.other-blog-item .other-blog-content p {
	margin-bottom: 0;
	color: #000;
}



footer {
	background: #FFD700;
	color: #000;
	padding: 30px 0 0 0;
}

footer .table-content>div {
	vertical-align: top;
}

footer .table-content .right {
	width: 115px;
}

footer .footer-content .content {
	padding-right: 40px;
}

footer .footer-content .content h3 {
	margin: 0 0 30px 0;
	font-weight: bold;
}

footer .footer-content .content p {
	margin-bottom: 30px;
	line-height: 19px;
}

footer .footer-content .content .tel-mail a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 30px;
}

footer .footer-content .content .tel-mail a:last-child {
	margin-right: 0;
}


.content-img-text-in {
	display: table;
	width: 100%;
}

.modal-dialog .modal-content {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.modal-dialog .modal-content .close {
	outline: none;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #F56A0D;
	color: #fff;
	opacity: 1;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal-dialog .modal-content .close span {
	height: 34px;
	display: block;
}

.content-img-text .text h2 {
	margin: 0 0 8px 0;
	font-size: 28px;
}

.modal-dialog .content-subtitle h3 {
	margin: 8px 0;
	font-size: 22px;
}

.content-img-text {
	background: #FFD700;
}
.modal-dialog .contact-form-text{
	padding: 0 20px;
}
.page-form,
.modal-dialog .wpcf7{
	padding: 0 20px 20px 20px;
}

.content-text{
	background: #fff;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
	margin: 0 0 8px 0;
}

.content-text h1 {
	font-size: 28px;
}

.content-text h2 {
	font-size: 26px;
}

.content-text h3 {
	font-size: 24px;
}

.content-text h4 {
	font-size: 22px;
}

.content-text h5 {
	font-size: 20px;
}

.content-text h6 {
	font-size: 18px;
}

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

.content-text p {
	margin-bottom: 30px;
}
.content-text ul,
.content-text ol{
	margin-bottom: 30px;
}

.contact-form label {
	display: block;
	margin-bottom: 10px;
}

.content-text  iframe{
	max-width: 100%;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
	border: 2px solid #E8E8E8;
	border-radius: 4px;
	background: #EEEEEE;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	display: block;
	margin-top: 4px;
	width: 100%;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	padding-left: 15px;
	height: 38px;
}

.contact-form textarea {
	max-height: 186px;
	padding-left: 15px;
	padding-top: 15px;
}

.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus {
	background: #fff;
}

.contact-form input[type="submit"] {
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 4px;
	appearance: none;
	background: #F56A0D;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-top: 4px;
	width: 100%;
	border: none;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.contact-form input[type="submit"]:hover {
	background: #dc5f0b;
}

.contact-form span.wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.contact-form span.wpcf7-list-item label {
	display: inline-block;
}

.contact-form .wpcf7-form-control.wpcf7-radio {
	display: inline-block;
	margin-bottom: 15px;
}


.search-no-results .page-header .page-title,
.search-no-results .page-header {
	margin-top: 0;
}

.contact-form-text h3 {
	margin: 0 0 20px 0;
}

.leadbalk {
	text-align: center;
}

.btn.btn-primary {
	display: inline-block;
	background: #F56A0D;
	border-color: #F56A0D;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 20px;
	line-height: 21px;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	margin-left: 15px;
}

.page-numbers {
	display: inline-block;
	background: #F56A0D;
	border-color: #F56A0D;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 20px;
	line-height: 21px;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.page-numbers.current{
	background: transparent;
	border-color: transparent;
	color: #dc5f0b;
}

.page-numbers:hover,
.page-numbers:active,
.page-numbers:visited,
.page-numbers:focus,
.btn.btn-primary:hover {
	background: #dc5f0b;
	border-color: #dc5f0b;
	color: #fff;
}

.screen-reader-text{
	display: none;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

.page-form{
	background: #fff;
}

.heateor_sss_sharing_container {
    margin-bottom: 15px;
}

.meer-nieuws:after{
	content: '';
	clear: both;
	display: table;
}

.meer-nieuws h2{
	margin:  0 0 30px 0;
	text-transform: uppercase;
}

.meer-nieuws .column{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meer-nieuws .column > li{
	position: relative;
	padding: 2px 20px 2px 20px;
}

.meer-nieuws .column > li:before{
	content: '\0203A';
	position: absolute;
	left: 0;
	font-size: 20px;
	line-height: 18px;
	top: 2px;
}

.meer-nieuws .column > li a{
	color: #000;
	padding: 2px;
	display: inline-block;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.meer-nieuws .column > li a:hover {
	background: #ffd700;
}

.meer-nieuws .btn.btn-primary{
	margin-left: 0;
	margin-top: 30px;
}

.read-more-news{
	color: #000;
}

.news-item{
	display: table;
	width: 100%;
	color: #000;
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 1px solid #E8E8E8;
	-webkit-transition: ease-in-out all 0.3s;
	-moz-transition: ease-in-out all 0.3s;
	-ms-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.news-item:hover{
	background: #FFD700;
}

.news-item:after{
	content: '';
	clear: both;
	display: table;
}

.news-item > div{
	display: table-cell;
	vertical-align: middle;
}

.news-item .news-item-left{
	width: 240px;
	height: 160px;
}

.news-item .news-item-left .news-item-img{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news-item .news-item-right{
	width: calc(100% - 240px);
}
.news-item .news-item-right .news-item-content{
	padding: 20px;
}
.news-item .news-item-right h3{
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
}

.news-item .news-item-right .theDate{
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
	color: #000;
}

.news-item .news-item-right p{
	max-width: 500px;
	color: #000;
}

/**********************
*** Mediaqueries ******
**********************/

/* tot Mobiel (col-xs) */
@media(max-width:991px) {
	.content-img-text-in .img {
		display: table-footer-group;
	}

	.content-img-text-in .text {
		display: table-header-group;
	}

	.most-read-item{
		margin-bottom: 30px;
	}
	.nieuws{
		padding: 30px 0 0 0;
	}
}

@media(max-width:767px) {
	.login-mijn-vwe {
		text-align: center;
		margin-top: 30px
	}

	.logo-vwe {
		margin: 0 auto;
	}

	.leadbalk h4 div.btn.btn-primary {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	.login-mijn-vwe .img {
		max-width: 150px;
	}

	a.categorie-block {
		padding: 30px
	}

	footer {
		padding: 30px 0;
	}

	footer .footer-content .content {
		padding-right: 0;
	}

	.most-read-item {
		margin-bottom: 30px;
	}

	.most-read .col-xs-12.col-sm-6.col-md-3:last-child .most-read-item {
		margin-bottom: 0;
	}

	.most-read {
		padding: 30px 0;
	}

	a.go-back {
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}

	.title h2 {
		font-size: 20px;
		line-height: 27px;
	}

	.title h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.other-blog-item {
		padding: 25px;
		margin-bottom: 15px;
	}

	.other-blog-item .other-blog-img {
		margin-bottom: 15px;
	}

	.blog-grid .item-blog {
		height: auto !important;
	}

	.content-img-text {
		padding: 20px;
	}
	.content-text{
		padding: 20px;
	}
	#leadbalk .leadbalk-content{
		padding: 20px 20px 10px 20px;
	}
	.custom-post{
		padding: 30px 0;
	}

	.meer-nieuws .column{
		width: 100%;
	}
	.meer-nieuws .column > li a{
		padding: 4px 2px;
	}
}

@media(max-width:500px) {
	.news-item,
	.news-item > div{
		display: block;
	}
	.news-item .news-item-left{
		width: 100%;
		height: 250px;
	}
	.news-item .news-item-right{
		width: 100%;
	}
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
	.table-content {
		display: table;
		width: 100%;
	}

	.table-content>div {
		display: table-cell;
	}

	.categorie-block.onderhoud .license-plate img {
		height: 138.75px;
	}

	a.categorie-block {
		padding: 40px;
		height: calc(100% - 30px );
	}

	a.go-back {
		margin-bottom: 30px;
	}

	.title h2 {
		font-size: 22px;
		line-height: 29px;
	}

	.title h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.blog-grid {
		padding: 45px 0 15px 0;
	}

	.blog-item {
		padding: 15px 30px;
	}

	.blog-item .blog-img {
		height: 150px;
	}

	.other-blog-item {
		padding: 20px;
		margin-bottom: 15px;
	}

	.other-blog-item .other-blog-img {
		margin-bottom: 15px;
	}

	.categorie-block .license-plate {
		margin-bottom: 30px;
	}

	.modal-dialog {
		width: 700px;
	}

	.contact-form .contact-form-in {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.contact-form .contact-form-in>div {
		display: table-cell;
		vertical-align: top;
	}

	.contact-form .contact-form-in .left {
		padding-right: 30px;
	}

	.row-eq-height-multi-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.content-img-text {
		padding: 20px 30px;
	}
	.content-text{
		padding: 20px 30px;
	}
	#leadbalk .leadbalk-content{
		padding: 20px 20px 10px 20px;
	}
	.custom-post{
		padding: 30px 0;
	}
	.news-item .news-item-right h3{
		font-size: 24px;
	}
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
	a.categorie-block.big {
		padding: 35px 30px 35px 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.categorie-block.onderhoud .license-plate img {
		height: auto;
	}

	.categorie-block.big .license-plate {
		margin-bottom: 0;
	}

	.categorie-block.big .license-plate {
		max-width: 210px;
		width: 100%;
	}

	.categorie-block.big .content {
		padding-left: 30px;
	}

	.most-read-item .most-read-img {
		height: 130px;
	}

	a.go-back {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -15px;
	}

	.title h2 {
		font-size: 24px;
		line-height: 31px;
	}

	.title h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.blog-grid {
		padding: 65px 0 20px 0;
	}

	.blog-item {
		padding: 30px 30px;
	}

	.blog-item .blog-img {
		height: 150px;
	}

	.other-blog-item .other-blog-img {
		margin-bottom: 30px;
	}

	.other-blog-item {
		padding: 25px;
		margin-bottom: 0;
	}

	.categories {
		padding-top: 45px;
	}

	.categorie-block .license-plate {
		margin-bottom: 40px;
	}

	.modal-dialog {
		width: 800px;
		margin-top: 40px;
	}

	.content-img-text-in>div {
		display: table-cell;
		vertical-align: top;
	}

	.content-img-text .img~.text {
		padding-left: 40px;
		padding-right: 20px;
	}

	.content-img-text .img,
	.content-img-text .img .img-in {
		width: 330px;
	}

	.content-img-text {
		padding: 30px 40px;
	}
	.content-text{
		padding: 30px 40px;
	}
	.modal-dialog .contact-form-text{
		padding: 0 30px;
	}
	.page-form,
	.modal-dialog .wpcf7{
		padding: 0 30px 20px 30px;
	}
	#leadbalk .leadbalk-content{
		padding: 30px 30px 15px 30px;
	}
	.custom-post{
		padding: 45px 0;
	}
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
	.modal-dialog .contact-form-text{
		padding: 0 40px;
	}
	.page-form,
	.modal-dialog .wpcf7{
		padding: 0 40px 20px 40px;
	}
	#leadbalk .leadbalk-content{
		padding: 40px 40px 20px 40px;
	}
	.blog-item {
		padding: 30px 40px;
	}

	.blog-item .blog-img {
		height: 175px;
	}

	.categorie-block.big .license-plate {
		max-width: 100%;
	}

	.categorie-block.big .content {
		max-width: 210px;
	}

	.most-read-item .most-read-img {
		height: 175px;
	}

	.title h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.title h1 {
		font-size: 36px;
		line-height: 45px;
	}

	.other-blog-item {
		padding: 25px 30px;
	}

	.categories {
		padding-top: 65px;
	}

	.modal-dialog {
		width: 900px;
		margin-top: 60px;
	}
	.custom-post{
		padding: 65px 0;
	}
}