/* Links */
a,
a:focus,
a:hover {
  color: #EA5C19;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #EA5C19;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

html,
body {
  height: 100%;
}
body {
  color: #fff;
  font-size: 14px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
}
.btn {
	border-radius: 0px;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background: #EDEDE9 url('../images/bg-freox.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../images/bg-freox.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-freox.jpg', sizingMethod='scale')";
}

.classGeenAchtergrond {
	background: none;
	background-color: #F2F2F1;
	color: #71706F;
}

/*overig*/
h1 {
font-size: 1.5em;
margin: 0.1em 0;
}

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-default {
	padding-top: 30px;
}
.hoofdMenu {
	padding-top: 40px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-nav>li>a.active{
	color: #EA5C19;
}
.navbar-default {
	background-color: #FFF;
	border: none;
	-moz-box-shadow: 0 1px 25px #000;
	-webkit-box-shadow: 0 1px 25px #000;
	box-shadow: 0 1px 25px #000;
	min-height: 120px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.extraMenu a {
	display: block;
	color: #FFF;
	background-color: #71706F;
	padding: 10px 20px;
}
.extraMenu a:hover,
.extraMenu a:focus
 {
	color: #FFF;
	text-decoration: none;
}
.nav>li>a:hover, 
.nav>li>a:focus,
.extraMenu a.selected {
	background-color: #EA5C19;
	color: #FFF;
}
.extraMenu {
	text-align: center;
	font-size: 20px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.homeContent {
	font-size: 2em;
	line-height: 1.2em;
}
.homeContent .panel {
	background: none;
}
.panel {
	background: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: 0;
}
.homeContentRechts {
	color: #717070;
	background-image:url('../images/siteimages/trans_wit_90.png');
	padding: 30px 0px;
	font-size: 1.4em;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}
.homeContentRechts h1 {
	font-size: 2em;
	margin: 0.7em 0 0.5em 0;
	-ms-word-break: break-all;
	word-break: break-all;
	
	/* Non standard for webkit */
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.standaardContent h1 {
	color: #EA5C19;
	padding-bottom: 0.2em;
}
.standaardContent h2 {
	color: #EA5C19;
	font-size: 1em;
	padding-bottom: 0.0em;
	margin-bottom: 0px;
}
.navbar-brand img{
	width: 310px;	
}
.navbar-toggle {
	margin-top: 25px;
}
.standaardContent ul {
	margin-left: 0px;
	padding-left: 0px;
}
.standaardContent ul li{
	list-style-type: none;
}
.standaardContent ul li a {
	color: #71706E;
	display: block;
}
.terugNaar {
	float: right;
}

.referentieImageOverview {
	margin-bottom: 2em;
	line-height: 1.1em;
}
.referentieImageOverview img {
	margin-bottom: 5px;
}
.referentieImageOverview a {
	color: #6A6968;
	font-weight: 700;
}
.referentieImageOverview a:hover {
	text-decoration: none;
}


.fullScreenPhoto {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/home_1.jpg') no-repeat;

	 background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(../background/backgroundsize.min.htc);
}
.fullScreenPhoto .pijl_links, .fullScreenPhoto .pijl_rechts {
	position: absolute;
	top: 50%;
}
.fullScreenPhoto .pijl_links a, .fullScreenPhoto .pijl_rechts a {
	color: #fff;
	font-size: 30px;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.5);
}
.fullScreenPhoto .pijl_links a:hover, .fullScreenPhoto .pijl_rechts a:hover {
	color: #6A99A6;
}
.fullScreenPhoto .pijl_links {
	left:15px;
	display: none;
}
.fullScreenPhoto .pijl_rechts {
	right:15px;
	display: none;
}
#foto1 {
	background-image: url('../images/home_4.jpg?v=2');
}
#foto2 {
	background-image: url('../images/home_3.jpg');
	display:none;
}
#foto3 {
	background-image: url('../images/home_2.jpg');
	display:none;
}
#foto4 {
	background-image: url('../images/home_1.jpg');
	display:none;
}
.homeContent {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
}
.linkedinlogo {
    position: absolute;
    top: 15px;
    right:25px;
}




@media (max-width: 1200px) {
	.navbar-brand img{
		width: 310px;	
	}
}

@media (max-width: 979px) {
	.navbar-brand img{
		width: 310px;	
	}
}

@media (max-width: 767px) {
	.navbar-brand img{
		width: 310px;	
	}
	
}

@media (max-width: 550px) {

}

@media (max-width: 480px) {
	.navbar-brand img{
		width: 230px;	
	}
	.extraMenu {
		width: 100%;
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 20px;
	}
}
