@charset "UTF-8";
/* CSS Document */

.li .navbar-brand { margin-top:-10px;
}

.navbar-inner {   text-align:center;
}

.nav.nav-center {
    display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}

.container {
	background-color:#FFF;
	
}
.navbar{ background-color:#FFF;
/*padding-top: 0px;*/
line-height:6 !important;
color:#000;
z-index:50;
}


.navbar-default { border:none;
	}

body{ background-color:#CCC;
font-family: "Times New Roman", Times, serif;
background-image:url(../img/pattern.png);
}

.main-img{
	
	padding-top:-20px;
}
.container-content{
	background-color:#FFF;
	margin-top:-20px;
	
}

.rumpf{ margin-top:-80px;
}
.footer{ 

margin-bottom:20px;


}

 .google-maps {
position: relative;
padding-bottom: 35%; // This is the aspect ratio
height: 0;
overflow: hidden;

}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.input-block-level {
	width:100% !important;
}

.kotakt{ margin-top:30px;
}

.btn{ border-radius:0px;
}
.btn-info{ 
background-color: #999;
border-color:#ccc;
}
