@charset "utf-8";
/* CSS Document */
/* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
}
#header {
	height: 70px;
	width: 100%;
}
.carousel-control {
	display: none;
}
footer {
	background-color: #666;
	color: #fff;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}
footer a {
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}
.push-bottom {
	padding-bottom: 20px;
}
.circular {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	overflow: hidden; /* Für Image-Element Variante */
}
.circular-small {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	overflow: hidden; /* Für Image-Element Variante */
}
.list {
	list-style: none;
	line-height: 25px !important;
	font-size: 16px;
}
.list-element {
	padding: 10px 0px;
}
.list-element2 {
	padding: 10px 5px;
	background-color: #eee;
}
.padding-top {
	padding-top: 20px;
}
.border-circle {
	border-width: 5px;
	border-style: dashed;
	border-color: #999;
}
#html5-watermark {
	display: none !important;
}
/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	z-index: 10;
}
/* Downsize the brand/project name a bit */
.navbar .brand {
	padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.navbar-brand {
	float: left;
	z-index:10000;
}
/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
	padding: 15px 20px;
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
	margin-top: 10px;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-nav {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}
/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
.carousel {
	margin-bottom: 35px;
}
.carousel .container {
	position: relative;
	z-index: 9;
}
.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}
.carousel .item {
	height: 500px;
}
.background {
	background-image: url(../img/header_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
}
.carousel-logo {
	background-image: url(../img/Logo.png);
	background-size: contain;
	padding: 95px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/: 95px;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
/* MARKETING CONTENT
    -------------------------------------------------- */

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

.featurette-divider {
	margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: 20px;
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

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

@media (max-width: 979px) {
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.navbar-inner {
	border-radius: 0;
	margin: -20px 0;
}
.carousel .item {
	height: 550px;
}
.carousel img {
	width: auto;
	height: 550px;
}
.featurette {
	height: auto;
	padding: 0;
}
.featurette-image.pull-left,  .featurette-image.pull-right {
	display: block;
	float: none;
	/*max-width: 40%;*/
	margin: 0 auto 20px;
}
}

@media (max-width: 767px) {
.navbar-inner {
	margin: -20px;
}
.container.navbar-wrapper {
	margin-bottom: 0;
	width: 70% !important;
}
.carousel {
	margin-left: -20px;
	margin-right: -20px;
}
.carousel .container {
}
.carousel .item {
	height: 300px;
}
.carousel img {
	height: 300px;
}
.carousel-caption {
	width: 65%;
	padding: 0 70px;
	margin-top: 100px;
}
.carousel-caption h1 {
	font-size: 30px;
}
.carousel-caption .lead,  .carousel-caption .btn {
	font-size: 18px;
}
.marketing .span4 + .span4 {
	margin-top: 40px;
}
.featurette-heading {
	font-size: 30px;
}
.featurette .lead {
	font-size: 18px;
	line-height: 1.5;
}
}

@media screen and (max-width: 768px) {
h1 {
	font-size: 24px !important;
}
h2 {
	font-size: 20px !important;
}
.no-show {
	display: none !important;
}
.padding-top {
	padding-top: 0px;
}
}
.navbar-default-2 {
	background-color: #a0191d;
}
.padding-top {
	padding-top: 70px;
}
.contact {
	font-size: 16px;
	padding: 20px;
}
.big {
	font-size: 24px !important;
}
.adress{
	padding-top:40px !important;
	font-size: 18px !important;
	line-height: 25px !important;
	text-align:left !important;
}
.fa{
	margin-right:20px !important;
}
@media (max-width: 460px) {
.background {
	background-image: url(../img/header_background_mobile.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}	
section.module {
    display:none;
  }
}

.font-size-fix{
	font-size: 1.8em;
	line-height: 1em;
}
.text-left{
	text-align:left;	
}
.list-separator{
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	margin:5px auto;
}

/* ============================================================
  SECTIONS
============================================================ */

section.module {
  margin: 30px 0 30px 0;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image:url("../img/parallax/lothar-pfad.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/parallax/blaettlinge-fassade-laerche.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/parallax/bohrmehlhaeufchen.jpg");
}


@media all and (max-width: 959px) {
  section.module {
    display:none;
  }
}
@media all and (min-width: 960px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 80px;
  }
}
