body {
  font-family: 'clear_sansregular';
  background: #f6f6f6;
  color: #676767;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'clear_sansregular';
}
.front h2 {
    font-size: 28px;
    padding-top: 25px;
    padding-bottom: 15px;
}
h2 {
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 10px;
}
h2 a,
h2 a:hover {
    text-decoration: none; 
}
.carousel-inner p{
    font-size: 16px;
}
.carousel-indicators {
  display: none;
}
h3 {
    font-size: 24px;
    color: #d11c2c;
    padding: 10px 0px;
}
h4 {
    font-size: 20px;
    padding-top: 30px;
}
body.logged-in.toolbar-drawer {
  padding-top: 25px !important;	
}
body.not-logged-in {
	padding-top: 0 !important;
}
.container {
	background: #fff;
}
.navbar .container,
.contact-wrapper .container,
.container.logo-small-devices ,
.footer-wrapper .container {
	background: none;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
a,
a:hover {
	color: #d31825;
	text-decoration: underline;
}

.titel-rood {
	color: #d31825;
	font-size: 16px;
	padding-bottom: 10px;
}
img {
	max-width: 100%;
}
p {
    line-height: 160%;
    margin: 0 0 10px;
}
li {
    line-height: 150%;
    padding-bottom: 10px;
}

/* logo small devices */

.logo-small-devices {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}

/* navbar */

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
    text-decoration: none;
    outline: 0;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #b1111c;
  	color: #FFFFFF;
}

.action-buttons a:hover .action-button {
	background-color: #b1111c;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #d31825;
  color: #FFFFFF;
}
.navbar-inverse {
	padding-top: 3px;
	padding-bottom: 2px;
  background-color: #d31825;
  border-color: #ba232d;
}
li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
}

/* button */

.btn-primary {
  background-color: #d31825;
  border-color: #d31825;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #b1111c;
  border-color: #d31825;
  color: #FFFFFF;
}
.btn-lg, .btn-group-lg > .btn {
  border-radius: 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.33;
    padding: 6px 10px;  
}

/* carousel */

.carousel {
  height: 420px;
  margin-bottom: 60px;
  overflow: hidden;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 450px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.carousel-caption {
	bottom: 125px;
}

/* nieuws */

.front .nieuwsbericht {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.front .nieuwsbericht .field-name-title a {
	font-size: 14px;
}
.front .nieuwsbericht .field-name-body strong {
	font-weight: normal;
}
.nieuwsbericht h3 {
	font-size: 22px;
	margin-top: 0;
}
.nieuwsbericht {
	margin-bottom: 20px;
}
.field-name-field-bron {
	padding-top: 10px;
	font-size: 12px;
}
.field-name-field-bron a {
	color: #676767;
}
.field-name-post-date {
	font-size: 13px;
}
.node-type-nieuwsbericht h2.pane-title {
	color: #d31825;
	font-size: 22px;
	padding-bottom: 10px;
}
.node-type-nieuwsbericht .pane-node-content {
	padding-bottom: 25px;
}
.nieuwsbericht .view-mode-teaser {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.subtitel {
	margin-top: 50px;
	color: #d31825;	
}

.view-nieuws h3 {
	margin-bottom: 0;
}

.front .col-md-8 li {
	font-size: 14px;
	line-height: 26px;
}
.field-name-post-date,
.field-name-node-link {
	padding: 10px 0px
}


/* action buttons */

.action-buttons {
	clear: both;
	margin-top: 50px;
}
.action-button {
	background: #d31825;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.action-button.first,
.action-button.second {
	border-right: 1px solid #e5777f;
}
.icoon img {
	margin-right: 20px;
}
.lead {
	font-size: 18px;
}


/* contact CTA */

.contact-cta {
	text-align: center;
	background: #e5e5e5;
	padding: 35px 0;
	margin-top: 50px;
	color: #333;
}
.contact-cta .btn {
	margin-left: 25px;
}
#webform-client-form-257 .form-email,
.form-email {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
#webform-client-form-257 {
	margin-bottom: 60px;
}
#webform-client-form-257 .form-item,
#webform-client-form-269 .form-item {
	margin-bottom: 15px;
}

/* intro */

.intro {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}
.intro h2 {
  font-family: 'clear_sans_lightregular';
	margin-bottom: 25px;
	color: #333;
}
.intro p {
	color: #676767;
}

/* contact */

.contact-wrapper {
	width: 100%;
	background: #46403f;
	color: #fff;
	margin-top: 50px;
}
.contact-wrapper a {
	color:#FFF;
}
.contactgegevens {
	text-align: left;
	margin-bottom: 20px;
}

/* footer */

.footer-wrapper {
	width: 100%;
	background: #262625;
	color: #fff;
	text-align: center;
	padding: 25px 0 15px 0;
	font-size: 12px;
}
.footer-wrapper a {
	color: #fff;
	text-decoration: underline;
}
.col-md-8 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}

.node-nieuwsbericht .content {
	padding: 20px;
}

.node-nieuwsbericht .content p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.medewerker-item {
	margin-bottom: 45px;
}
.medewerker-item a {
    display: block;
	position: relative;
}
.medewerker-item p:first-child a:hover:before {
	content:"+ meer info";
	width:100%;
	height:100%;
	background:rgba(211,24,37,0.3);
	position: absolute;
	top: 0; left: 0;
	color:rgba(255,255,255,0.5);
	font-size: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
	padding:5px;
	
}
#webform-client-form-269,
#webform-client-form-353,
#webform-client-form-535,
#webform-client-form-536,
#webform-client-form-537,
#webform-client-form-538 {
	float: left;
}
#webform-client-form-353 .webform-component,
#webform-client-form-535 .webform-component,
#webform-client-form-536 .webform-component,
#webform-client-form-537 .webform-component,
#webform-client-form-538 .webform-component {
	margin-bottom: 15px;
}
#webform-client-form-538 label {
	display: block;
}
.node-type-vacature .group-left .field-name-field-functieomschrijving,
.node-type-vacature .group-left .field-name-field-aanbod,
.node-type-vacature .group-left .field-name-field-waar-en-hoe-soliciteren-,
.node-type-vacature .group-right .field-name-field-profiel {
	padding: 30px;
}
.node-type-vacature .field-label {
	color: #ba232d;
}

@font-face {
  font-family: 'clear_sansregular';
  src: url('../fonts/clearsans-regular-webfont.eot');
  src: url('../fonts/clearsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/clearsans-regular-webfont.woff') format('woff'),
       url('../fonts/clearsans-regular-webfont.ttf') format('truetype'),
       url('../fonts/clearsans-regular-webfont.svg#clear_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clear_sans_lightregular';
  src: url('../fonts/clearsans-light-webfont.eot');
  src: url('../fonts/clearsans-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/clearsans-light-webfont.woff') format('woff'),
       url('../fonts/clearsans-light-webfont.ttf') format('truetype'),
       url('../fonts/clearsans-light-webfont.svg#clear_sans_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover, 
	.navbar-inverse .navbar-nav > .active > a:focus {
	  background: #b1111c none repeat scroll 0 0;
	  color: #fff;
	}
	.navbar-inverse .navbar-nav > li > a {
	  color: #fff;
	  margin: 0 5px;
	  padding: 10px 10px;
	}
	.navbar-inverse .navbar-nav > li.last > a {
    color: #d31825;
    background: #fff;
	}

	.contactgegevens img {
		margin-top: 20px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-inverse .navbar-nav > li > a {
	  margin: 0 15px;
	  padding: 10px 10px;
	}
	.action-buttons {
		margin-top: -100px;
	}
	#webform-client-form-257 {
		width: 75%;
	}		
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.navbar-inverse .navbar-nav > li > a {
	  color: #fff;
	  margin: 0 20px;
	  padding: 10px 10px;
	  text-decoration: none;
	}	
}

@media (max-width: 600px) {
	.action-button {
	    background: #d31825;
	    font-size: 16px;
	    color: #fff;
	    text-align: left;
	    padding: 10px 30px;
	    border-bottom: 1px solid #fff;
	}
}