@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	color: #FFF;
}
html {
	font-family: "Istok Web", Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	/* [disabled]color: #FFF; */
	background-color: #231F20;
}
div.inside {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#container p {
	margin-bottom: 0.5em;
}

header {
	background-image: url(hb.ch_hintergrund.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 280px;
	background-position: center center;
}
#content {
	background-color: #FFF;
	display: block;
	overflow: hidden;
}
#content * {
	color: #231F20;
}
#content .inside {
	background-image: url(HmitTitel.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#content .inside h1 {
	font-size: 65px;
	font-weight: bold;
	/* [disabled]margin-top: 250px; */
	/* [disabled]margin-left: 390px; */
}
#content .inside .text {
	/* [disabled]font-size: 65px; */
	/* [disabled]font-weight: bold; */
	margin-top: 210px;
	margin-left: 390px;
}

footer {
	color: #FFF;
	background-color: #231F20;
}
footer .inside {
	margin-top: 50px;
	margin-bottom: 50px;
}
footer h2 {
	font-size: 2rem;
	font-weight: normal;
}
footer table td.impressum {
	width: 25%;	
}
footer table td.address {
	width: 42%;	
}
