html, body {
	background-color:#fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
/*	height: 150%;*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
body#start {
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color:#d30340;
	color: #fff;
}
#page-wrapper {
    width: 100%;
}
#page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#logo {
	background-image: url("/grafik/logo-front.png");
	background-color:#ffffff;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;*/
	margin: 0 auto 0 0;
	position: relative;
	background-size: auto 150px;
    height: 330px;
    width: 100%;
}
#start #logo {
	background-size: auto 252px;
    height: 330px;
}
#content {
	background-color:#ffffff;
	font-size: .8em;
	margin: 0;
	position: relative;
	width:100%;
}
#start #content {
	background-color:#d30340;
	background-image: url("/grafik/bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 50%;
	height: 450px;
}
#text {
    margin: 0 auto;
    width: 600px;
}
#start #text {
    padding: 70px 0 0;
    width: 252px;
}
#navi {
	margin: 60px auto 0;
	width: 600px;
}
#start #navi {
	width: 252px;
}
#text p {
	margin: 0 0 10px;
}
.breit #text p {
	margin: 0 0 10px;
	white-space: nowrap;
}
a,
a:visited {
  color: #000;
  text-decoration: none ;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

#start a,
#start a:visited {
  color: #fff;
}
img {
	width: 252px;
}
h2 {
	font-size: 1em;
	margin: 0
}
#start #content.breit {
	display: none;
}

/* Mobile phone styles */

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 801px) {
	#start #content.breit {
		display: inherit;
	}
	#start #content.schmal {
		display: none;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 600px) {
	#logo {
		height: 125px;
		width: 100%;
		background-size: auto 100px;
	}
	#start #logo {
		height: 210px;
		background-size: auto 163px;
	}
	#content {
		bottom: 0;
		height: 100%;
		margin: 0 auto;
		top: auto;
		width: 100%;
		font-size: .7em;
		background-size: 100%;
	}
	#start #content {
		font-size: .7em;
		height: 100%;
	}
	#text {
	    margin: 0px auto;
	    padding: 0;
	    width: 166px;
	}
	#start #text {
		padding: 37px 0 0 0;
	    width: 166px;
	}
	#start #navi {
	    width: 166px;
	}
	img {
		width: 167px;
	}
	#navi {
		width: 166px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 320px) {
	#start #content {
		background-size: 190% auto;
	}
}