html { height:100%; }

body {
  height: 100%;
  padding-top: 0px;
  color: white;
  font-family: "Arial";
  position: relative;
}

a {
	color: #73b61c;
}

a:hover {
	color: #51AF3C;
}

.navbar a, .nav-tabs a {
   outline: 0;
}

@media (min-width: 768px){
    .dropdown:hover .dropdown-menu {
	display: block;
    }
}

.navbar-hollow .in, .navbar-hollow .collapsing{
   background-color: rgba(0,0,0,0.7);
}

.navbar .navbar-btn-small {
	padding: 15px 5px;
}

.navbar .navbar-brand {
   padding-top: 10px;
   padding-right: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #73b61c;
}

.navbar-collapse.collapse.in .dropdown-menu > li > a {
  color: white;
}

.nav-tabs > li > a {
	color: #51AF3C;
	font-weight: bold;
}

.nav-tabs > li > a:hover {
	color: #73b61c;
}
*/
.navbar img{visibility:hidden;display:block!important;}
.navbar #nav-logo{visibility:hidden;display:block!important;}
.navbar-inverse img{visibility:visible!important;display:block!important;}
.navbar-inverse #nav-logo{visibility:visible!important;display:block!important;}
#nav-logo img {margin:0 auto;}

.tab-pane {
	padding-top: 20px;
}

#home {
	background: url('../img/garage2_blur.jpg') no-repeat scroll center center;
	background-size: cover;
	padding-top: 70px;
	height: 100% !important;
	min-height: 530px;
	margin: auto;
}
#home .navbar{margin:7.55 80%;}
#home .jumbotron p {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#impressum {
	background: url('../img/garage2_blur.jpg') no-repeat scroll center center;
	background-size: cover;
	padding-top: 70px;
	min-height: 530px;
	margin: auto;
}

#referenzen {
	background: #73b61c url("../img/axiom-pattern.png") repeat;
}

#gallery {
	background: #545454 url("../img/axiom-pattern.png") repeat;
	padding-top: 70px;
	color: white;
	min-height: 500px;
	margin: auto;
}

#kontakt {
	background-color: #545454;
}

#tore {
	background: white;
}

#tore ul {
	padding-left: 0px;
}

.lst-bubble {
	margin-bottom: 20px;
}

#kontakt, #referenzen, #tore, #gallery, #impressum, #aktion {
	padding-bottom: 40px;
}

#referenzen .carousel {
	margin-bottom: 10px;
}

.jumbotron {
    background-color: transparent;
}
 .front-fix {
	margin-bottom:0px!important;
	padding-bottom:0px!important;
}
.aktion-img-txt {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 10px;
	padding: 7px;
	position: absolute;
}

.container h1 {
	font-family: Arial Black;
	font-style: italic;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center;
	-moz-text-decoration-color: #51AF3C;
    	text-decoration-color: #51AF3C;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, #545454 0px, #222 100%);
    background-repeat: repeat-x;
}

.navbar-hollow .nav > li > a {
	color: white;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	border-bottom: solid 5px transparent;
}

.navbar-hollow .nav > li > a:hover, .navbar-hollow .navbar-nav > .open > a, .navbar-hollow .navbar-nav > .open > a:hover, .navbar-hollow .navbar-nav > .open > a:focus {
	border-bottom: solid 5px #73b61c;
	background-color: transparent;
}

.navbar-hollow .navbar-nav > .active > a, .navbar-hollow .navbar-nav > .active > a:hover, .navbar-hollow .navbar-nav > .active > a:focus {
    color: white;
    border-bottom: solid 5px white;
    background-color: transparent;
}

.navbar-collapse.collapse.in .dropdown-menu > li > a:hover {
  color: white;
  background-color: transparent;
}

.navbar-toggle {
    border: 3px solid white;
    border-radius: 4px;
    color: white;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.service-img {
	background-color: #73b61c;
	color: white;
	width:140px; 
	height: 140px;
	display: inline-block;
	padding-top: 53px;
	font-size: 23px;
	vertical-align: center;
}
.aktionframe{width:100vw;margin-top:80px; height:100vh;z-index:999;}

.footer{background:white;}

.service-imgs {
	background-color: #73b61c;
	color: white;
	width:140px; 
	height: 140px;
	display: inline-block;
	padding-top: 35px;
	font-size: 60px;
	vertical-align: center;
}

.img-gallery {
	width: 140px;
}

.partner-img {
	text-align: center;
	margin-bottom: 20px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
}

.partner-img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

#kontakt h3 {
	color: #73b61c;
}

.email {
	color: white;
	text-decoration: underline;
}
.email:hover {
	color: #73b61c;
	text-decoration: underline;
}

.btn-hollow, .btn-hollow:visited, .btn-hollow:active, .btn-hollow:link   {
	border-style: solid;
	border-color: white;
	border-width: 3px;
	color: white;
	margin-bottom: 5px;	
}

#gallery .img-thumbnail:hover {
	border-color: #73b61c;
}

.btn-hollow.shadow {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.btn-hollow:hover {
	border-style: solid;
	border-color: white;
	border-width: 3px;
	background-color: white;
	color: #51AF3C;
}

.carousel-caption {
	right: 60%;
	left: 5%;
    padding-bottom: 15px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.5);
}

.green {
	color: #51AF3C;
}

.light-green {
	color: #73b61c;
}

.dark {
	color: #545454;
}

.darker {
	color: #333333;
}

.bshadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.overlay{
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
	z-index: 0;
}

.background-block{
	position: fixed;
	width: 100%;
	height:110%!important;
	margin-top:-20px;
	height: 100%;
	z-index: -2;
}

.background-img img{
	width: 100%;
	height: 130%;
	position: absolute;
	left: 0;
}

#garagentore h1:nth-letter(1) {color:#51AF3C;}

#partner{background:white;}
.antrieb{
	height:none;
	padding-top:70px;
}
/* isotope image filter */
.filters-button-group { margin-bottom: 2em;}
.grid-item {
    width: 25%;
    float: left;
    margin-right: 15px;
}
.grid-item img { width: 100%; }


.logo-box>a {
	width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10%;
    border: solid;
    border-color: #b9b9b9;
	background-color:rgba(0, 0, 0, 0.36);
}
.logo-box>a:hover{border: solid white;margin-top:-5px;background-color:rgba(0, 0, 0, 0.66);}

body{padding:0;}


.navmenu-default:focus{padding:2000px;}

.prop{height:100px;}

.item{height:100%;width:100%;max-height:575px;min-height:374px;}
.div-block{padding-bottom:50px;}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background-color:#73b61c;}

.unmute{color: #73b61c;}
@media (max-width: 768px){
	
#home, #home .overlay  {height: 130%!important;}	
	
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
}
#garagentore , #industrietore , #antriebe , #tueren , #rolladen {padding-bottom:50px}

.aktion-button{margin-left:20vw;}
.uvv{margin-left:1vw;width:20%;}
.aktion{width:30%;}
.scrollto-bttn{display:none;}
@media (min-width: 768px){
	.aktion{width:30%;}
	.scrollto-bttn{display:inline;}
	@media (max-width: 1200px){
		.navbar-header {width: 100%;text-align:center;}
		.navbar-header>a{width:100%; text-align:center;}
		.navbar-header>a>img {display:inline-block;float:none;}	

	}
	@media(max-width: 992px){
		.navbar-nav>li>a {padding: 15px 10px;}
	}
}