body {
	color: #7a7a7a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
a { color:#7a7a7a;}
a:hover { color:#FFFFFF; background-color:#FF0004; }
h1 {
	color: #666666;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
}
h2 {
	color: #666666;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
}
a:hover, a:focus , a:active { 
	text-decoration: none;
}
.navbar-default {
	background-color: #FFFFFF;
	border-style: none;
}

.container {
   max-width: 1100px;
  }
.container1 {
	height: 2em;
}
.notrufnummer { margin-top:130px; margin-left: -140px;}	
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color:#ED171B;
	cursor:none;
	
}
.navbar-default .navbar-nav >  a { 
position: relative;
	display: block;
	color: white;
       z-index: 1;
}
ul .nav .navbar-nav .navbar-right >  a::before { 
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: #F90B55;
transition: all 250ms;
-webkit-transition: all 250ms;
-ms-transition: all 250ms;
-moz-transition: all 250ms;
-o-transition: all 250ms;
       z-index: -1;
}
ul .nav .navbar-nav .navbar-right >  a:hover::before { 
height: 100%;
}

h2 { text-align:center; }

.green { background-color:#38E741;
}
.kontakt { margin-left: 20px; line-height:1.5em; }
.abstand1 { margin-top: 60px; }
.abstand2 { margin-top: 30px; }
.abstand3 { margin-top: 40px; }
.maps { color:#676565; }

#formcontainer { width:700px; 
                 padding:10px; 
				 margin: 0 auto; 
				 background-color:#DBD86F;
				 border-radius: 2%;
				 -webkit-border-radius: 2%;
				 -moz-border-radius: 2%;
				 -o-border-radius: 2%;
				  }
				  
.shadow1 { 
border-bottom: 2px groove #828282;
}

form1 {
	float:right;
	padding:0;
	width:100%;
	margin:0 6.8em 0 0;
	margin: 0 auto;
	background-color:#A1A1A1;
}
.formBox div {
	float:left;
	margin:0 0 10px 0;
	padding:0 10px 0 50px;
	width:90%;
	background-color:#3A3A3A;
}
label { 
	float:left;
	line-height:125%;
	width:150px;
	margin-left:25px;
	cursor: pointer;
}
label.strasse {
	line-height:125%;
	width:70px;
	cursor:pointer;
}

label.hausnummer {
	line-height:125%;
	width:55px;
	cursor:pointer;
}
label.plz {
	line-height:125%;
	width:60px;
	cursor:pointer;
}

label.stadt {
	line-height:125%;
	width:66px;
	cursor:pointer;
}
input, textarea {
  	text-indent:5px;
}
input.small {
	width:66px;	
}
input,select {
	height:25px;
	width:248px;
	padding:0;	
	background:#FFF;
	font-size:1em;
	color: #132002;
	outline:none;
	cursor:pointer;
	border:1px solid rgb(91,136,2);
  	border:1px solid rgba(91,136,2,1);
  	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-o-transition-property: border-color;
  	-webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
textarea {
	height:100%;
	width:60%;
	max-width:350px;
	padding:0;	
	background:#FFF;
	font-size:1em;
	color: #132002;
	outline:none;
	cursor: pointer;
	border:1px solid rgb(91,136,2);
  	border:1px solid rgba(91,136,2,1);
  	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 1px 1px 2px #e2e2e2,inset 1px 1px 2px #e2e2e2;
	-moz-box-shadow: 1px 1px 2px #e2e2e2,inset 1px 1px 2px #e2e2e2;
	 box-shadow: 1px 1px 2px #e2e2e2,inset 1px 1px 2px #e2e2e2;
	-o-transition-property: border-color;
  	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition-property: border-color;
	-o-transition: all 0.25s ease-in-out;
}
textarea:hover {
	-moz-box-shadow: 0 0 5px rgba(91,136,2,1);
	-webkit-box-shadow: 0 0 5px rgba(91,136,2,1);
	box-shadow: 0 0 5px rgba(91,136,2,1);
	border:1px solid rgb(56,91,2);
	border:1px solid rgba(56,91,2,1);
}
input:active, 
input:hover, 
input:focus {
	border:1px solid rgb(56,91,2);
  	border:1px solid rgba(56,91,2,1);
	-moz-box-shadow: 0 0 5px rgba(91,136,2,1);
 	-webkit-box-shadow: 0 0 5px rgba(91,136,2,1); 
  	box-shadow: 0 0 5px rgba(91,136,2,1);
}

.box {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
    box-sizing: border-box;
	display: block;*/
    border: 10px solid red; 
    /*padding: 15px; 
    width: 100%;
	height: 100%;*/
}
.box1 {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
    box-sizing: border-box;
	display: inline;*/
	float: left;
    /*padding: 15px;*/ 
    width: 45%;
}
/*.box1:first-child {
    margin-left: 0;
}*/

.linie {
    margin: 20px 0 -25px 0px;
    text-align: left;
}

.voll {
	min-width: 100% !important;
	height: 120px;
	/*float: none;*/
}
h2 {
    font-size: 1.7em;
}
h4.null {margin-top: 0;}

img.card {
    margin: 10px 10px;
    padding: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.middle {  
	display: block;
	max-width: 100%;
   margin-left: 0 auto;
    margin-right: 0 auto;
	margin: 0 auto;
}
.farbe {background-color: burlywood;}
.gas { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top:0;
	object-fit:scale-down;
	}
h5 {text-align: center; margin-bottom: 20px;}
.wrapper {
    display: flex;
  justify-content: center;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wrapper h2 {
    text-align: left;
}
.referenz {
    margin: 20px;
}
@media screen and (max-width: 900px) and (min-width: 480px){
	.box1 { float: none;
	    width: 100%;
	}
   .col-md-12 h2 { font-size: 1.5em!important; 
    }
}

@media screen and (max-width:610px) {
  
    .wrapper {
        display: block;
        text-align: center;
    }
    img.referenz {
    width:50%;
        height: auto;
  }
}
@media screen and (max-width: 479px) and (min-width: 280px){
    .col-md-12 h2 { font-size: 1.2em!important; }  
}
