@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

* {
	margin: 0;
	padding: 0;
}



body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Open sans', serif;
	color: #fff;
	font-size:15px;	
}

#kopf .logo {
    margin-top: 9px;
    width: 24px;
    display: block;
    position: absolute;	
}


.hintergrundbild {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

h1, .h1 {
	font-size:35px;	
}

h2, .h2 {
	font-size:25px;	
}

h3, .h3 {
	font-size:22px;	
}


.hintergrundbild img {
	min-height: 100%;
	min-width: 100%;
}

.text h1, .text h2, .text p, .text ul {

}

ul {
	list-style: none;
}

.inhalt {
	position:absolute;
	width:100%;
	z-index:3;
}

.text {
	background:#2b6992;
	padding-top:30px;
	padding-bottom:30px;
}

.logo-hintergrund {
	background-color:#fff5df;
	padding:40px 70px 40px 70px;	
	position:absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}

.logo-hintergrund .logo-penzel {
	width:320px;
}	

#leistungen .text {
	color:#fff;	
}

#leistungen .text-blau {
	color:#2b6992;
	background-color:#70a0c0;
}



#leistungen .qualitaet {
	padding-top:90px;
	font-size:90px;
}

#leistungen .ganze {
	font-size:50px;
}

.text-ueber-uns {
	/* background: linear-gradient(to top, #000 0%, #333 100%); */
	/* background: linear-gradient(to top, #9baf38 0%, #859630 100%); */
	background-color:#70a0c0;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
}

.text-ueber-uns h1 {
	color:#2b6992;
}

.text-team {
	width: 100%;
	background-color:#2b6992;
	padding-top:20px;
	padding-bottom:50px;
	color:#fff;
}

.text-kontakt {
	background-color: rgba(0,0,0,0.6);
	padding-top:10px;
	padding-bottom:30px;
	color:#fff;
}


#kontakt .mail a {
	color:#fff;	
}

.text-kontakt .innerer-text {
	color:#efefef;
	z-index:5;
}



.text-werbung .michael {
	position:absolute;
	margin-top:250px;
	font-size:50px;
	color:#fff;	
	text-transform:uppercase;
	opacity:0.6;
}

.text-werbung .penzel {
	position:absolute;
	margin-top:280px;
	font-size:120px;
	color:#fff;	
	text-transform:uppercase;
	opacity:0.6;
}

#kopf {
	position:fixed;
	background: linear-gradient(to top, #000 0%, #333 100%);
	width:100%;	
	height:60px;
	z-index:10;
}

#kopf .anschrift-kopf {
	padding-top:10px;
	padding-left:40px;
}

.floating-left {	
	width:100%;
}

.text-links, 
.text-rechts {
	float:left;
	padding-top:10px;
}

.text-rechts {
	right:0px;
}

.text-weiss {
	color:#70a0c0;	
	background-color:rgba(255,255,255,1);
}

.text-grau {
	color:#777;	
}


.text-gelb {
	color:#fc0;
}

.text-schilf {
	color:#dc4c1a;
}

.text-orange {
	color:#F60;	
}

.text-transparent {
	width: 100%;
	background-color: #000;
	padding-bottom:10px;
	opacity:0.5;
	text-transform: uppercase;
}

.text-creme {
	width: 100%;
	margin-top:60px;
	background-color: #efefef;
	padding-top:0px;
	padding-bottom:30px;
}

.text-hinweis {
	width: 100%;
	background-color: #EFEFEF;
	color:#222;
	padding-top:20px;
	padding-bottom:20px;
}

.text-hinweis-datenschutz {
	width: 100%;
	background-color: rgba(239, 239, 239, 0.6);
	color:#222;
	padding-top:20px;
	padding-bottom:20px;
}


.riesentext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90px;
	text-transform: uppercase;
	line-height:1.0;
}

.riesentext-b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:170px;
	text-transform: uppercase;
	line-height:1.0;
}

.abstand-a {
	position:absolute;
	right:0px;
	margin-top:140px;	
	margin-right:0px;
	opacity:1;
}


.headline {
	background-color: rgba(0, 0, 0, 0.2);
	padding:20px 60px 20px 200px;
	width:auto;
}


.test {
	width: 100%;
	background-color: #dddddd;
	color:#222;
	padding-top:20px;
	padding-bottom:20px;
	height:1000px;
}

/* Hauptmenü */


#kopf .nav-tabs {
	position:absolute;
	right:0px !important;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
    }

ul#kopf .nav-tabs {
	height:60px;
    }

#kopf .nav-tabs ul {
	margin-bottom:0px;
}

#kopf .nav-tabs li {
	margin: 0;
	padding-top:0px;
	float: left;
	text-transform: uppercase;
	height:60px;
    }
	
#kopf .nav-tabs li a, 
#kopf .nav-tabs li span {
	display:block;
	height:60px;
	padding-top:20px;
	padding-left:15px;
	padding-right:40px;
	font-size:13px;
    }
	

	
#kopf .nav-tabs li span,
#kopf .nav-tabs li a:hover,
#kopf .nav-tabs li a:focus {
	color:#fff;
	background:#1f1f1f;
    }
	
#kopf .nav-tabs > li > a {
	color: #888;
    border: 0px;
    border-radius: 0px 0px 0px 0px;	
	}
	
#kopf .nav-tabs > li.active > a, 
#kopf .nav-tabs > li.active > a:hover, 
#kopf .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #efefef;
	text-decoration:none;
	}
	
#kopf .nav-tabs {
    border-bottom: 0px;
}	

.invisible {
	display:none;
}


/* Formular */

label.form-control {
	display: block;
	width: 100%;
	height: 24px;
	padding: 0px 0px;
	font-size: 16px;
	line-height: 1.42857;
	color: #efefef;
	background-color: transparent;
	background-image: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	display: inline-block;
	margin-bottom: 2px;
	font-weight: normal;
	opacity:1;
}


.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #efefef;
    background-color: transparent;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


/* Fuss */

#fuss {
	background-color:#2b6992;
	width:100%;	
	z-index:10;	
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
}


#fuss .logo {
    margin-top:0px;
    width: 60px;
    display: block;
}

#fuss .mail a {
	background-color:#dc4c1a;
	border-radius:6px;
	padding:2px 16px 2px 16px;
	color:#fff;	
}

#fuss br {
	display:none;	
}

#fuss .telefonnummer p {
	margin-top:10px;
	margin-bottom:15px;
	font-size:25px;	
}

.glyphicon.gross,
.fa.gross {
	font-size:70px;
	color:#70a0c0;
}

.img-polaroid {
	/* weiss zu hellgrau*/
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3dddddd',GradientType=0 );
	/* schwarz zu dunkelgrau 

	background: -moz-linear-gradient(top,  rgba(68,68,68,0.3) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,0.3)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,0.3) 0%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top,  rgba(68,68,68,0.3) 0%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,0.3) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(68,68,68,0.3) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#b3000000',GradientType=0 );
	*/


	padding: 4px 50px 4px 4px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	max-width:none;

}

.img-polaroid a {
	opacity:1;
}

.img-polaroid a:focus, 
.img-polaroid a:hover
 {
	opacity:1;
}


.scroll-btn .mouse {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 75px;
  margin: 0 auto 5px;
  border: 2px solid #fff;
  border-radius: 24px;
  opacity: .6;
}

.scroll-btn .mouse span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 8px;
  height: 12px;
  margin: -10px 0 0 -4px;
  background: #fff;
  border-radius: 20px;
  -webkit-animation: scroll 2s linear infinite;
  -moz-animation: scroll 2s linear infinite;
  animation: scroll 2s linear infinite;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}




.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-container {
  height: 1000px;
}


@media (min-width: 768px) {


/* Hauptmenü und Logo */
p,
.p {
	font-size:17px;
}


/* Menü */

#glashintergrund {
	position:fixed;
	background-color:rgba(0,0,0,0.2);
	top:0px;
	right:15px;
	width:125px;
	height:65px;
	z-index:300;
}

.navbar-aktiv {
	z-index:600 !important;	
}

#menu {
	position:fixed;
    display: block;
	top:0px;
    z-index: 500;
    width: 350px;
    height: 100%;
    right: -350px;
    overflow-x: hidden;
    overflow-y: auto;

	background: rgba(0, 0, 0, 0.3);	
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 

    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);

    -webkit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
}

#menu .abstandsanpassung {
	margin: 30px 0px 0px 0px;
}

#menu.show {
    -webkit-transition: all 600ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    -moz-transition: all 600ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    -o-transition: all 600ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    transition: all 600ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 

    -webkit-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    -moz-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    -o-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220); 
    transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);

    right: 0px;
}

#menu ul {
    display: block;
    position: relative;
    list-style-type: none;
	 margin: 0px 0px 0px 0px; 
    padding: 0;
}

#menu nav.mod_navigation.block {
	margin: 0px 0px 0px 15px;
}







#menu .nav-tabs {
	right:0px !important;
	list-style-type: none;
	margin-top: 130px;
	padding-left: 0px;
	border: 0 0 0 0;
	border-bottom:0px;
    }

ul#menu .nav-tabs {
	height:100%;
    }

#menu .nav-tabs ul {
    display: block;
    list-style-type: none;
    padding: 0;
}


#menu .nav-tabs > li {
	display: block;
	margin: 0;
	padding-top:0px;
	text-transform: uppercase;
	height:50px;
	float: none;
	margin-bottom: 0px;
}

	
#menu .nav-tabs li a, 
#menu .nav-tabs li span {
    display: block;
    text-decoration: none;
    color: #f3ecd8;
    text-transform: uppercase;
	padding:10px 5px 10px 30px;
	font-size:21px;
	float:none;
    }
	
#menu .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0px solid transparent; 
  border-radius: 0 0 0 0;
}

#menu .nav-tabs li active,	
#menu .nav-tabs > li.active > a, 
#menu .nav-tabs > li.active > a:hover, 
#menu .nav-tabs > li.active > a:focus {
	background:#1a8899;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding:10px 5px 10px 30px;
	font-size:21px;
	border:0px;	
	border-radius:0px;
}

#menu .nav-tabs li span,
#menu .nav-tabs li a:hover,
#menu .nav-tabs li a:focus {
	background-color: rgba(0, 0, 0, 0.4);
    color: #f3ecd8;
	text-transform: uppercase;
	text-decoration: none;
	padding:10px 5px 10px 30px;
	font-size:21px;
	border:0px;	
    }
	
	



.mobile {
	position:relative;
	z-index:800;

}

#hamburger {
	position:fixed;
	right:30px;
	top:20px;
	z-index:400;
}

.glyphicon {
	font-size:30px;
	color:#f3ecd8;	
}

a#hamburger span.menueschrift {
	display:block;
	margin-top:4px;
    color: #f3ecd8;
	font-size:18px;
	float:right;
}

a#hamburger:hover,
a#hamburger:focus {
	text-decoration:none;	
}

/* ENDE Menü */


.bg-holder {
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}





/* Bilder Parallax */
  .pic1 {
    background-image: url('/files/basispaket1/Bilder/Hintergruende/scharuber.jpg');
  }
  .pic2 {
    background-image: url('/files/basispaket1/Bilder/Hintergruende/wandfarbe.jpg');
  }
  .pic3 {
    background-image: url('/files/basispaket1/Bilder/Hintergruende/hecke-schneiden.jpg');
  }
  .pic4 {
    background-image: url('/files/basispaket1/Bilder/Hintergruende/weg-verlegen.jpg');
  }
  .pic5 {
    background-image: url('/files/basispaket1/Bilder/Hintergruende/trennschleifer.jpg');
  }

/* Ende Bilder parallax */



/* Parallax-Effekt */
.parallax-window {
    min-height: 400px;
    background: transparent;
}



	
}



@media (min-width: 992px) {
	
}


@media (min-width: 1200px) {
	
}

