/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

hr { 
  border: none; 
  border-top: 1px solid #000; 
  height: 1px; 
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;

}

.carousel-caption .slide1 {
  color: white !important;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 50px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
.carousel-caption .slide2 {
  color: #555 !important;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 60px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
.carousel-caption .slide3 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 30px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
.carousel-caption .slide4 {
  color: #555;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 100px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
.carousel-caption .slide5 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 80px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
.carousel-caption .slide6 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 80px;
  font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}

.carousel-caption .slide7 {
  color: #555;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 160px;
font-family: 'Roboto',  sans-serif;
  font-weight: bold;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: -100;
  left: 0;
  min-width: 100%;
  /*height: 400px;*/
}

.carousel .item .seventh-slide {
	top: -200;
}

.carousel .item .second-slide {
	top: -60;
}

.carousel .item .sixth-slide {
	top: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
}
.marketing h4 {
  font-weight: normal;
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: rgb(25,113,163) !important;
}
.marketing p {
  text-align: justify;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.marketing li {
	padding-left: 20px;
}

.marketing .weiter {
  text-align: left;
}

.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing .img-circle {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .jumbatron {
	  padding-left: 100px;
	  padding-right: 100px;
  }
}

.navbar {
      padding-top: 10;
      padding-bottom: 10;
      margin-bottom: 0;
      /*background-color: #f4511e;*/
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
.navbar li a, .navbar .navbar-brand .navbar-footer{
      color: #000 !important;
  }
.navbar-nav li a:hover, .navbar-nav li.active a {
      color: rgb(25,113,163) !important;
      background-color: #fff !important;
  }
.navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
}
.navbar-footer {
    color: #A0A09F;
    font-size: 10;
    display: inline-block;
}

.dropdown-menu {
	letter-spacing: 1px;
	
}
.main-footer li{
    display:inline;
    float:left;
    padding: 10;
}

.main-footer a{
    display:block; /**Allows you to define a width.*//
    text-align:center;
}

  /* Expert */
.expert {
  font-size: 24;
  padding-top: 120px;
  color: rgb(25,113,163); /* IBE Blau */
  letter-spacing: 3px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
.expert h5 {
  letter-spacing: 1px;
}

.angebote {
  font-size: 24;
  color: rgb(25,113,163); /* IBE Blau */
  letter-spacing: 3px;
  margin-bottom: 30;
  margin-top: 30;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.carousel {
  margin-bottom: 20;
}
.item {

}

.item h4 {
  padding-top: 60px;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  }

.impressum {

}
.disclaimer {
  position: relative;
  text-align: justify;
}

.datenschutz {
  position: relative;
  text-align: justify;
}

.rueckruf {
  margin-top: 50px;
  margin-bottom: 50px;
}

.col-md-6 p {
  text-align: justify;
  }

.page-header {
  color: rgb(25,113,163); /* IBE Blau */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.col-md-6 h4 {
  color: rgb(25,113,163); /* IBE Blau */ 
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.blau h3 {
color: rgb(25,113,163); /* IBE Blau */ 
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;	
}

.container .row {
  margin-top: 30px;
}

.container .row h2 {
	color: rgb(25,113,163); /* IBE Blau */
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.row .col-md-9 h2 {
	color: rgb(25,113,163); /* IBE Blau */
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.row .col-md-9 p {
	  text-align: justify;
}

.service {
	margin-top: 50px;
}
.service .image {
	padding-top: 75px;
}

.content {
	text-align: justify;

}

.beratung {
	margin-top: 75px;
	text-align: justify;
}

.vorort {
	text-align: justify;
}

.online {
	text-align: justify;
}
.erhoehung {
	text-align: justify;
}

.sidebar {
		margin-bottom: 50px;
}

.panel-group {
	padding-bottom: 50px;
}

.bausteine {
	padding-top: 30px;
}

.row a[unternehmen] {
 padding-top:550px; /* Dieser Wert kann variieren. */
 width:0;
 font-size:0;
}

.col-md-9 .img .hintergrund-text {
	z-index: 10;
	
}

/* .panel-body a {
	font-size: 20; */
}

.abstand {
	margin-top: 40px;
}

.abstandTeam {
	padding: 20px 0;
	
}

.abstandBilder {
	padding-top: 30px;
	margin-top: 20px;
}

.bausteinBilder {
	width: 423px;
	height: 283px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	
}

.nav-tabs {
	font-size: 18;
}

details { 
    display: block;
} 
