/* @override http://quartierhof-hoengg.ch/css/styles2.css */
@charset "UTF-8";

/* @group basic */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	background-image: url(../index2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f3f3f3;
}
img {
	border: none;
}
h1 {
	position: absolute;
	font-family: 'Roboto Condensed';
	font-size: 60px;
	font-weight: 700;
	left: 40px;
	top: 40px;
	line-height: 1;
	text-transform: uppercase;
}
h1 span.quar {
	color: #fff;
}
h1 span.tier {
	color: #aaa;
}
h3, p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
a, a:visited {
	color: #ff8000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* @end */

#header {
	position: relative;
	height: 30%;
}

#container {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(50% - 20px);
	padding: 20px;
	background-color: rgba(44,88,128, 0.5);
	box-sizing: border-box
}
.info {
}
.address {
	position: absolute;
	bottom: 20px;
}
.address br {
	display: none;
}
@media (max-width:800px) {
.info h3, .info p {
	display: inline;
}
	
h1 {
	font-size: 30px;
	top: 30px;
	left: 30px;
}
h3, p {
	font-size: 16px;
	line-height: 1.3;
	padding-top: 5px;
}
#container {
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(50% - 15px);
}

.address br {
	display: block;
}

}

@media (max-width:568px) {
	
h1 span.hoengg {
	display: block;
}


}


