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

body {
  padding-bottom: 0;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 30px;
}


a, a:visited, a:hover { color: #999; }
#contact a, 
#contact a:visited, 
#contact a:hover { color: #333; }

h1 { font-size: 130px; }

h1, h2, h3, h4, h5 { color: #333; 
	margin-top: 10px;
}
.h2, h2 {
    font-size: 48px;
}
.h5, h5 {
    font-size: 18px;
}

hr { 
	border-color: #cdcdcd; 
}

p { 
	color: #999;
    margin: 0 0 16px;
}

ul {
	list-style-type: square;
	margin-left: 12px;
}

ul li {
	color: #999;
}


hr.head {
 margin-top: 70px;
}

hr.first {
 margin-top: 30px;
 margin-bottom: 45px;
}

hr.second {
 margin-top: 60px;
 margin-bottom: 100px;
}
hr.third {
 margin-top: 30px;
 margin-bottom: 30px;
}

hr.head, hr.first, hr.second, hr.third {
	width:60px;
	border-width: 3px 0 0;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-inverse .navbar-brand {
	font-weight: bold;
	font-size: 24px;
	color: #333;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .nav > li > a,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;	  
	line-height: 26px;
	color: #333;
	font-size: 14px;
}



.nav > li > a:focus, 
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}


/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* 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;
  top: 120px;
  text-shadow: none;
  color: #fff;
  left: 10%;
  right: 10%;
}
.carousel-caption h1, .carousel-caption h3 {
	color: #fff;	
}
.carousel-caption h3 {
	font-size: 50px;
}

.icon { 
	border: 2px solid #b7b7b7;
    float: left;
    height: 28px;
    margin-right: 10px;
    margin-top: 0;
    width: 28px;
}
.leistungen h4 {
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


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

.intro { 
	text-align: center;
	/*margin-bottom: 100px; */
}

hr.divider {
	border-color: #f0f0f0;
	background-color: #f0f0f0;
	height: 80px;
	margin: 100px 0;
}


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.container.content {
	margin-bottom: 100px;
}

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

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

/****** FOOTER ***********/

#contact {
	background-color: #efedee;
	color: #333;
	text-align: center;
	padding: 70px 0;
}
#contact p {
	color: #333;
}

/*************/
footer { 
	background-color: #5b5b5b;
	text-align: center;
 }
footer .container {
	padding: 70px 100px 100px;
}
footer, footer p {
	color: #fff;
	padding-bottom: 20px;
}

/* 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 (max-width: 1199px) {
	.navbar-inverse .nav > li > a,
	.navbar-inverse .nav > li > a:hover,
	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:focus, 
	.navbar-inverse .navbar-nav > .active > a:hover {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 12px;
	}
}

@media (max-width: 1199px) and (min-width: 991px) {
	.col-md-4 {
		padding-right: 0;	
	}	
}

@media (max-width: 991px) {
	.navbar-nav {
   	max-width: 500px;
	}

	.navbar-inverse .nav > li > a,
	.navbar-inverse .nav > li > a:hover,
	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:focus, 
	.navbar-inverse .navbar-nav > .active > a:hover {
   	padding-top: 0;
   	line-height: 16px;
	}
	
	
	h1 { font-size: 100px; }
	
	.leistungen .col-sm-4 h4 {
		margin-top: 5px;
	}
	
	.leistungen .col-md-4 {
		margin-bottom: 25px;	
	}
	.leistungen .col-md-4 h4 {
		line-height: 30px;
	}
	
}

@media (max-width: 767px) {
	.carousel-caption {
		left: 1%;
		right: 1%;
	}
	h1 { 
		font-size: 80px;	
	}
	.carousel-caption h3 {
		font-size: 30px;	
	}
	.navbar-toggle.collapsed {
		display: none;	
	}
}


@media (max-width: 480px) {
	h1 { 
		font-size: 50px;	
	}
	.carousel-caption h3 {
		font-size: 20px;	
	}
	.h2, h2 {
    font-size: 40px;
	}
	.h4, h4 {
   	font-size: 15px;
	}
	footer .container {
    padding: 70px 10px 10px;
	}
}
