@import url("reset.css");

.red{background: red;}
.blue{background: blue;}

body
{
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,p,a,li,h6,.strong,label,.star, button,.strong-red
{
	font-family: 'Open Sans', sans-serif;	
}

h1,h2,h3,h5
{
	color: #a31313;
}

h1
{
	font-size: 20pt;
	text-align: center;
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: 300;
}

h2
{
	font-size: 16pt;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
}

h3
{
	border-bottom: 1px solid #868686;
	max-width: 250px;
}

h3,h5
{
	font-size: 10pt;
	line-height: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
}

h4
{
	color: #868686;
	font-size: 12pt;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 30px;
}

h6
{
	font-size: 10pt;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

p,.strong,label,.star,.strong-red
{
	color: #868686;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: 300;
}

.strong-red,.strong-red a
{
	color: #a31313;
}

.strong,.strong-red
{
	font-weight: bold;
}

.strong a:hover, .highlight a:hover,.strong-red a:hover,.quote p>a:hover
{
	color: #a31313;
	text-decoration: none;
}

.star
{
	color: #a31313;
}

.subtitle
{
	font-style: italic;
	margin-bottom: 15px;
	font-weight: 300;
}

a
{
	transition: all 0.2s ease;
}

a:hover
{
	transition: all 0.4s ease;
}

a, a:hover
{
	color: #a31313;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: bold;
	text-decoration: none;
}

i
{
	color: #a31313;
	font-size: 3em;
	width: 100px;
	height: 100px;
	border: 2px solid #a31313;
	border-radius: 50%;
	padding-top: 30px;
	margin-bottom: 30px;
}

i.partners
{
	color: #868686;
	font-size: 2.2em;
	margin: 0 10px 30px 0;
	padding: 0;
	height: auto;
	border: none;
	width: auto;
}

i.partners:hover
{
	opacity: 0.5;
}

.icoon-circle
{
	width: 100px;
	height: 100px;
	border: 2px solid #a31313;
	border-radius: 50%;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
}

ul
{
	margin: 10px 0 15px 30px;
	font-size: 10pt;
	line-height: 1.8em;
	font-weight: 300;
	color: #868686;
}


ul>li
{
	background: url(../img/bullet.jpg) no-repeat left top 9px;
  padding-left: 15px;;
  list-style: none;
 }

.text-center-xs
{
  text-align: center;
}

/*NAVBAR*/
.navbar-default 
{
	background-color: #ffffff;
	border: none;
}

.navbar-default .navbar-nav>li>a
{
	font-family: 'Open Sans', sans-serif;
	color: #868686;
	text-transform: uppercase;
	font-size: 10pt;
	border-bottom: 1px solid #ececec;
}

.navbar-default .navbar-nav>li:last-child>a
{
	border-bottom: none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active
{
	color: #a31313;
}

.navbar-default .navbar-nav>li>a.active
{
	color: #a31313;
	font-weight: bold;
}

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

.nav>li
 {
 	background: none;
 	padding-left: 0;
 	font-weight: 400;
 }

 .nav a
 {
 	font-weight: 400;
 }

img.logo
{
	width: 200px;
	margin-left: 15px;
}

strong
{
	font-weight: bold;
}

/*HEADER*/
header
{
	max-width: 100%;
}

.home
{
	height: 300px;
	width: 100%;
	display: table;
}

.home
{
	width: 100%;
	height: auto;
	margin-top: 0px;
	display: table;
	padding: 0px;
}

.home img
{
	width: 100%;
}

.map-large
{
	display: none;
	margin-bottom: 30px;
}

.title, .title-1column
{
	height: 100px;
	background-color: #a31313;
}

.title
{
	margin-bottom: 30px;
}

.title h6, .title-1column h6
{
	color: white;
	font-size: 18pt;
	font-weight: 300;
	margin-top: 32px;
}

/*HR*/
hr
{
	margin: 30px 0;
}

hr.column:last-child
{
	display: none;
}

/*QUOTE*/
.quote
{
	margin-top: 30px;
}

.quote p, .quote p>a
{
	color: #a31313;
	text-align: center;
	font-weight: 400;
	font-size: 11pt;
}

.quote.subpage p
{
	color: #868686;
	text-align: left;
	font-weight: 400;
	font-size: 11pt;
}

.quote-small p
{
	color: #868686;
	text-align: left;
}

/*2 column*/
.list,.list-text, .list-adres
{
	margin-top: 10px;
	font-size: 10pt;
	line-height: 1.8em;
	font-weight: 300;
	color: #868686;
}

.list-adres
{
	margin-left: 0px;
}

.list
{
	margin-left: 15px;
}

.list-text
{
	margin-left: 30px;
	margin-bottom: 15px;
}

.list.space
{
	margin-bottom: 30px;
}

ul.list>li>a,ul.list-adres>li>a
{
	color: #868686;
	font-weight: 300;
}

ul.list>li>a:hover,ul.list-adres>li>a:hover
{
	text-decoration: none;
	color: #a31313;
}

ul.list>li.phone, ul.list-adres>li.phone
{
	background: url(../img/icons/phone.jpg) no-repeat left;
}

ul.list>li.smartphone, ul.list-adres>li.smartphone
{
	background: url(../img/icons/smartphone.jpg) no-repeat left;
}

ul.list>li.envelope, ul.list-adres>li.envelope
{
	background: url(../img/icons/envelope.jpg) no-repeat left;
}

ul.list>li.phone, ul.list>li.smartphone, ul.list>li.envelope, ul.list-adres>li.phone, ul.list-adres>li.smartphone, ul.list-adres>li.envelope
{
	padding-left: 20px;
}

ul.list>li, ul.list-text>li
{
	background: url(../img/bullet.jpg) no-repeat left top 9px;
  padding-left: 15px;;
  list-style: none;
 }

 .counting
 {
 	margin-top: 30px;
 }

.counting p:first-child:first-letter
{
	font-size: 35px;
	line-height: 5pt;
	float: left;
	padding: 0px 5px 0px 0px;
	color: #a31313;
}

.counting p:last-child
{
	margin-bottom: 30px;
}

.text-block-m
{
	height: auto;
	margin-bottom: 15px;
}

.text-block-s
{
	height: auto;
	margin-bottom: 30px;
}

.text-block-xs
{
	height: auto;
	margin-bottom: 30px;
}

/*3 Column*/
.text-block
{
	height: auto;
	margin-bottom: 15px;
}

.readmore
{
	margin-bottom: 30px;
}

.icon
{
	width: 60px;
	height: 60px;
}

.vraagteken
{background: url('../img/icons/icoon_home_sprite.jpg') 120px 0;}
.grafiek
{background: url('../img/icons/icoon_home_sprite.jpg') 0px 0;}
.man
{background: url('../img/icons/icoon_home_sprite.jpg') 60px 0;}

/*BUTTON*/
.btn
{
	font-weight: 300;
	font-size: 10pt;
	line-height: 1.6em;
}

.btn-default
{
	border-color: #a31313;
	color: #a31313;
	text-transform: uppercase;
	font-size: 10pt;
}

.btn-default:hover
{
	background-color: #a31313;
	color: #ececec;
	border-color: #a31313;
	font-weight: 300;
}

.btn-bottom-space
{
	margin-bottom: 60px;
}

.btn-primary
{
	background: #a31313;
	border: none;
}

.btn-primary[disabled]
{
	border:none;
	background: #cecece;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
{
	background: #868686;
	font-weight: 300;
	font-size: 10pt;
	line-height: 1.6em;
}

.btn-default, .btn-primary
{
	transition: all 0.4s ease;
}

.btn-primary:hover, .btn-default:hover
{
	transition: all 0.8s ease;
}

/*FOOTER*/
footer
{
	background-color: #dadada;
	margin-top: 100px;
	height: 290px;
	width: 100%;
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: 300;
	color: #868686;
}

.footer-content
{
	padding-top: 20px;
	background-color: #ececec;
	height: 230px;
}

.footer-bottom
{
	margin-top: 10px;
}

p.copyright, a.social
{
	font-size: 10pt;
	font-weight: 300;
}

a.social
{
	float: right;
	margin-left: 15px;
	color: #868686;
}

a.social:hover
{
	color: #a31313;
	text-decoration: none;
}

ul.adress-list, ul.footer-list
{
	margin-top: 10px;
}

ul.adress-list
{
	margin-bottom: 20px;
}

ul.footer-list
{
	margin-left: 15px;
}

ul.footer-list>li>a, ul.adress-list>li>a
{
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: 300;
	color: #868686;
}

ul.footer-list>li>a:hover, ul.adress-list>li>a:hover
{
	color: #a31313;
	text-decoration: none;
}

.footer-list>li, .adress-list>li
{
	background: none;
 	padding-left: 0;
 	line-height: 1.4em;
 	font-weight: 300;
	color: #868686;
}

.adress-list
{
	margin-left: 0;
}

.map
{
	display: none;
}

/*CONTACTFORM*/
.form-control:focus {
  border-color: #868686;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
}

i.form-control-feedback
{
	font-size: 12pt;
	border:none;
	margin-right: 5px;
}

.has-feedback .form-control-feedback
{
	right: 0;
	line-height: 1em;
	top: 0;
}

form
{
	margin-top: 30px;
}

.form-control, .help-block, input
{
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
}

input
{
	color: #868686;
	font-weight: 300;
}

p.success
{
	background-color: #d1ffab;
	padding: 10px;
	border:solid #a9e47a 1px;
}

p.error
{
	background-color: #ffabab;
	padding: 10px;
	border:solid #e47a7a 1px;
}

iframe
{
	margin-bottom: 30px;
	float: left;
}

.map-left
{
	margin-right: 1%;
}
ul.footer-bottom-list {
	list-style: none;
	display: inline-block;
	margin: 0;
}
ul.footer-bottom-list li {
	float: left;
	padding-left: 0;
	background: none;
	margin-right: 20px;
}
ul.footer-bottom-list li a.no-style {
	text-decoration: none;
	color: #868686;
	font-weight: 300;
}
.statement p {
	margin-bottom: 20px;
}