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


body { font-family: 'Lucida Sans Unicode', sans-serif; }


.container-title {
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 10px;
  margin-bottom: 20px;
	text-align:center;
	font-size:8px;
	color:grey;

}

.container-title h1 {
	text-transform: uppercase;	
}

.container-title h2 {
	margin: 0 0 5px 0;
	padding:0;
	line-height: 1em;
}
	
	
	
hr {
	color:grey;
	height: 1px;
	border: none;
	background-color:lightgrey;
		
}

#footer {
	margin: 10px 10px 100px 10px;
}

#Adresse {
	
	float:left;
	width:33%;	
	
}

#Telefon {
	float:left;	
	width: 33%;	
	text-align:center;

	
}

#Kontakt {
	width: 34%;	
	float: right;
	text-align:right;
}


#Kontakt, #Telefon, #Adresse {

	font-size:12px;
	color:grey;
	
}
a:link { font-size: 12px; color: grey; text-decoration:none } a:visited { color:grey; } a:hover { color: grey; }



@media only screen and ( max-width:800px ) {
    #Adresse, #Telefon, #Kontakt {
        float: none;
        width: 100%;
		text-align:center;
		padding-top: 10px;
		font-size:10px;
    }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size:10px;
  text-align: center;
  color: grey;
}