/**  Basic Page CSS **/
body{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	margin: 0;
	text-align: center;
	color: #062134;
	margin-bottom: 15px;
}

h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	margin: 0;
	text-align: center;
	color: #062134;
	margin-bottom: 15px;
	margin-top: 15px;
}

h3, h4, h5, h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	margin: 0;
	color: #062134;
	margin-bottom: 15px;
}

/**  Header Navigation **/

header .navbar {
  padding: 10px 0;
  transition: all .5s ease-out;
}

header .navbar-default {
	background-color: #341532;
	border: none;
}

header .navbar-default .navbar-nav a{
	color: #FBAC46;
	background-color:#341532;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

header .navbar-default .navbar-nav a:hover{
		color: #FBAC46;
	background-color:#341532;
	text-shadow: none;
	font-weight: 700;
}

header .navbar-default .navbar-nav .active a{
	color: #FBAC46;
	background-color:#341532;
	text-shadow: none;
	font-weight: 700;
}

header .navbar-default .navbar-nav .active a:hover{
	color: #FBAC46;
	background-color:#341532;
	text-shadow: none;
	font-weight: 700;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #341532;
	color: #FBAC46;
	}


/**  Navbar Brand **/

header .navbar-brand {
	background-repeat: no-repeat;
	height: 94px;
	width: 164px;
	background-image: url(../images/LogoBig.png);
	margin-left: 15px;
}

/** Navbar Toggle **/
header .navbar-toggle {
	background-color: #341532;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #341532;
}


header .navbar-default .navbar-toggle .icon-bar {
	background-color: #FBAC46;
}

@media only screen 
and (max-width: 768px) {
	header .navbar-collapse.in {
	}	
}

/**  nav inbody **/

header .inbody {
	background-color: #341532;
}

header .navbar.inbody {
	padding-top: 0;
	padding-bottom: 15px;
}

header .navbar.inbody .navbar-nav {
  padding-top: 15px;
}

header .inbody .navbar-brand {
	height: 35px;
	width: 100px;
	background-position: left top;
	margin-top: 15px;
	padding-bottom: 0;
  margin-left: ;
	background-image: url(../images/logo_inbody.png);
	background-repeat: no-repeat;  
}

header .inbody .navbar-brand h1 {
  font-size: 1.1em;
  padding-left: 50px;
  margin-top: ;
}

header .inbody .navbar-brand span.subhead {
  display: none;
}

header .inbody .navbar-nav a{
	color: #FBAC46;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/**  Carousel Fade **/
.page carousel {
	}

.carousel-inner {
	margin-top:85px;
	height: 700px;
	width:100%}


.carousel {
	padding-bottom:0px;
	}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
}

.carousel-control {
  opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#featured .item {

  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.img-fluid {
	max-width: 100%;
	height: auto; 
	}

/**  Page **/
.page {
  padding: 0px 0;
}

.page h2 {
  text-align: center;
  margin-bottom: px;
}

/**  Page -- Advies **/
#advies {
	color:#062134;
	background-color:#EDE6D6;
	padding: 0px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-bottom: 25px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #E8DDC6;
	border-bottom-color: #E8DDC6;
}

#advies .content {
  text-align: left;
}

.horizontally-center {
	text-decoration:underline;
}

.centerimagedienst {
  display: block;
  height:150px;
   margin-left: auto;
  margin-right: auto;
  width: 150px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 2%;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
	color: #333;
	float: right;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/** Page -- Diensten **/

#trainingen {
	background: #E8DDC6;
	color: #062134;
	padding-top: 35px;
	padding-bottom: 25px;	
	}
	
.service {
	margin: 20px 0;
	text-align: center;
}

.service p {
	margin: 20px 0;
	text-align: left;
}

#diensten img.icon {
	display: block;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#diensten h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}

@media only screen
and (min-width: 450px;)
and (max-width: 768px;) {
	.service p{
		padding: 0 20%;
}}

/**  Page -- Organisatie **/

#ontruimingen {
	background-color: #FFF;
	color: #062134;
	/* [disabled]background-image: linear-gradient(to bottom, #d6d6d4, #aeafb3); */
	padding-top: 35px;
	padding-bottom: 25px;
}

/**  Page -- Contact **/
/**  Form **/
#contactForm {
	color: ;
	}
	
.row .control-group {	
	background: transparent;
	color: ;
	}

.btn {
	color: black;
	background: ;
	border: none;
	border-radius: 0;
	}

.floating-label-form-group {
}

.floating-label-form-group input,
.floating-label-form-group textarea {
}

.floating-label-form-group label {
}

.floating-label-form-group::not(:first-child) {
}

.floating-label-form-group-with-value label {
}

.floating-label-form-group-with-focus label {
}

form .row:first-child .floating-label-form-group {
}

#contact {
	background-color:#EDE6D6;
	color: #062134;
	padding-top: 35px;
	padding-bottom: 25px;
	text-align: left;
}

#contact h2 {
	text-align: left;
	}

#contact p {
	text-align: left;
	}

.contact {
	color: ;}

#contact a {
	color:#000;
  text-decoration: none;
}

#contact a:hover {

  text-decoration: none;
}

.naam {
	background: ;
	padding-left: 10px;}

.map-content {
	background: ;}
	
.glyphicon {
	margin-right: 10px;
	color: #062134;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}	

/**  Footer **/

footer a {
  color: #FBAC46; 
  text-decoration: none;
}

footer a:hover {
	text-decoration: none;
}

footer .phone {
  font-size: 1.4em;
  font-weight: 700;
  color: #E0E6AE;
}

footer .navbar {
  margin-bottom: 0;
  min-height: 0;
}

footer .navbar-default {
  background-color: transparent;
  border: none;
  margin-right: 40px;
}

footer .navbar-nav>li a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  color: #EEC856 !important;
}

footer {
	background-color:#341532;
}

#footeradres{
	padding-top: 30px;
  background-color: transparant;
  color: #FBAC46;
  text-align: center;
}

.gecertificeerd {
	
	color:#FBAC46;}

.instagram {
max-height: 50px;}

footer .glyphicon-heart {
color: red;
}

