html {
	margin: 0;
	padding: 0;
	background-image: url("img/hg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-size: contain;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width: auto;
}

/*
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	background-color: dimgrey;
	color: #696969;
	padding: 3px;
}
*/
body {
	font-family: 'Barlow Semi Condensed', Tahoma, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #002558;
	text-align: left;
}

a {
	text-decoration: none;
	border: none;
	border-style: none;
	box-shadow: none;
}

a:hover {
	/* color: #CA486d; */
	/* color: #9acb0e; */
	color: blue;
	/* transition-duration: 0.1s; */
	/* border-bottom: 1px dotted #CA486d; */
	/* border-bottom: 1px dotted #9acb0e; */
	border-bottom: 1px dotted blue;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 13px;
}

h2 {
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 13px;
}

strong {
	font-weight: 500;
}

p {
	margin-top: 0px;
	margin-bottom: 13px;
}

/*
#main {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}
*/
#main {
	opacity: 1;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 40px;
}

#footer {
	opacity: 1;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-left: 20px;
	padding-right: 10px;
}

hr {
	border: none;
	border-top: 1px solid #fff;
}

#logo {
	z-index: 80;
	position: fixed;
	top: 30px;
	width: 28%;
	min-width: 300px;
	text-align: right;
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 0.05em;
}

.logoNachname {
	font-weight: 400;
}

#container {
	z-index: 10;
	position: relative;
	top: 0;
	overflow: visible;
	padding: 0;
	margin: 0;
	text-align: left;
	min-width: 1000px;
}

#white {
	position: absolute;
	left: 30%;
	width: 60%;
	max-width: 1000px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	background: #fff;
	background-color: rgb(255, 255, 255, 0.7); /* mozilla */
	background-color: rgba(255, 255, 255, 0.7); /* Safari */
}

/*
h1 {
	font-family: Georgia, serif;
	border-bottom: 3px solid #cc9900;
	color: #996600;
	font-size: 30px;
}
*/
@media screen and (max-width: 990px) {
	#container {
		min-width: 500px;
	}
	#logo {
		width: 90%;
		min-width: 300px;
	}
	#menueO {
		
	}
	#white {
		position: absolute;
		left: 10px;
		margin-right: 20px;
		top: 80px;
		width: 90%;
		padding: 5;
	}
	ul#navi {
		background-color: #783c2e;
	}
}

@media screen and (max-device-width: 1024px)and (orientation: portrait)
	{
	body {
		font-size: 36px;
		line-height: 50px;
	}
	h1 {
		font-size: 72px;
		margin-bottom: 26px;
	}
	h2 {
		font-size: 60px;
		margin-bottom: 26px;
	}
}
