* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Arial', sans-serif;

	text-decoration: none;
	font-weight:400;
	color:#101010;

	font-size:18px;
	line-height:24px;

	letter-spacing:0px;
}
body {
	background-color:#000000;
	
	
}
b {
	font-weight:700;
}
#log {
	position:fixed;
	left:0px;
	bottom:0px;

	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	line-height:16px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:40010;
	background-color:#000000;
}
.ku {
	white-space:nowrap;
}
.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:1200px;
	clear:left;
	max-height:40000px;
}
.hor2 {
	position:relative;
	margin-left:30px;
	margin-right:30px;
}
@media all and (max-width:450px) {
	.hor2 {
		margin-left:20px;
		margin-right:20px;
	}
}
.abstand {
	position:relative;
	height:0px;
	margin-top:0px;
}

/* -------------------------------------------------- */
#hg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	background-image: url(gfx/sonja_zaruba.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:38.5% 60%;
	opacity:1;
}
#text1 {
	position:absolute;
	color:#ffffff;
	font-size:30px;
	line-height:34px;
	width:100%;
	text-align:center;
	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity:0;
}
#text1 h1 {
	font-size:12vw;
	line-height:14vw;
}
#text1 h2 {
	font-size:5vw;
	line-height:6vw;
	text-transform:uppercase;
}
#text1 p {
	font-size:2vw;
	line-height:2.5vw;

}