

html, body {
	height: 100%;
	width: 100%;
	line-height: 1.6;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row0 {
    margin-right: -20px;
    margin-left: -20px;
}



a {
  color: #EF7C00;
  text-decoration: none;
}

a:hover, a:focus {
	color: #EF7C00;
	text-decoration: underline;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 0px solid #333;
}

ul {
	padding-left: 15px;
	line-height: 1.7;
}

h3 {
	font-family: 'Slabo 27px', serif;
	margin-bottom: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.btn-default {
  color: #333;
  background-color: #777;
  border-color: #333;
}

.btn-default:hover {
  color: #333;
  background-color: #bbb;
  border-color: #333;
}

.navbar{
	opacity: 0.9;
	background: #EF7C00;
	 padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-default  {
	background: #EF7C00;
	color: white;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-brand:hover  {
	opacity: 0.9;
	color:#333;
}

.navbar-nav>.active>a:hover .navbar-nav>.active>a:focus {
	background-color: #EF7C00;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #EF7C00;
  background-color: #fff;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.32);
		box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.32);
  }

.home-section {
	height: auto;
	min-height: 30%;
	overflow: hidden;
	padding-top: 100px;
	text-align: center;
    background:url(images/header.png) no-repeat center;
    background-size: cover;
}

.home-section h1 {
	font-family: 'Slabo 27px', serif, Arial, Verdana;
	font-size: 48px;
	overflow: hidden;
	text-align: center;
	color: grey;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.home-section h2 {
	font-size: 20px;
	overflow: hidden;
	color: grey;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.corona-section {
    height: auto;
    min-height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background: #fff;
}

.fotoshow-section {
    height: auto;
    min-height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background: #fff;
}

.info-section{
	height: auto;
	min-height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
    background: #f5f5f5;
}

.kontakt-section{
	height: auto;
	min-height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: left;
    background: #fff;
}

#foto1{	
	position:relative;
	margin-top: 0px;
	margin-right: 0px; 
	width: auto;  
	height: 400px;
}


#logo{	
	height: 100%;
	margin-top: 0px;
	margin-right: 15px;
	display: inline;

}

.google-maps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

footer {
	background: #444;
	color: #eee;
	padding: 10px;
	font-size: 10px;
}


@media (max-width: 767px) { 

	#foto1{	
		position:relative;
		margin-top: 0px;
		margin-right: 0px; 
		width: 100%;  
		height: auto;
	}


	.home-section {
	padding-top: 75px;
	text-align: center;
}

}


