@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;	
}
html, body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #666;
	background-color: #F0F0F0;
}
#header {
	position: relative;
	width: 94%;
	padding: 0 3%;
	height: 45px;
	border-bottom: 1px solid grey;
}
#logo {
	margin-top: 6px;
}
#mobilMenuLink {
	float: right;
	margin-top: 12px;
	display: none;
}
#mainLinks {
	width: 700px;
	float: right;
	font-size: 0.9em;
}
#mainLinks li {
	height: 45px;
	padding: 0 14px;
	display: inline;
	float: right;
	line-height: 3;
}
#mainLinks a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	text-decoration: none;
}
#mainLinks li a:hover {
	color: #FFFFFF;
	background-color: #FF872F;
}
/* Links für Mobilgeräte */
#mobilLinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	display: none;
	margin-top: 6px;
	list-style-type: none;
}
#mobilLinks li {
	font-size: 0.9empx;
	padding: 6px 0 6px 6px;
	border-bottom: 1px solid #FF872F;
	background-color: #666;
}
#mobilLinks li a, #mobilLinks li a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
}
/* ab einer Breite von 900px verschieben sich die Links unter das Logo */
@media only screen and (max-width: 900px) {
#logo {
	margin-bottom: 7px;
}
#header {
	height: 45px;
}
}
/* ab einer Breite von 720px: Ansicht für Smartphones */
@media only screen and (max-width: 720px) {
#header {
	height: 45px;
}
#mainLinks {
	display: none;
}
#mobilMenuLink {
	display: block;
}
}

#wrapper {
	position: relative;
	width: 94%;
	padding: 30px 3%;
	min-height: 400px;
}

.wortspiel {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
#wrapper h1 {
	font-size: 18px;
}
#wrapper h2 {
	margin-bottom: -10px;
	font-size: 15px;
}
#wrapper p {
	max-width: 1000px;
	margin: 20px 0;
	font-size: 12px;
}
#wrapper .zitat {
	margin-top: 30px;
	font-style: italic;
	color:	#333;
}
#wrapper .zitat .autor {
	font-size: 11px;
	font-style: normal;	
	color: #666;
}
/* ein span damit auf der Webdesign-Seite mobil für die Liste der Links eine neue Zeile geschaltet wird: */
.nurMobil {
	display: none;
}

@media only screen and (max-width: 720px) {
.nurMobil {
	display: inline;
}
}
#donut {
	width: 100%;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: 35px;
	background-image: url(img/donut.png);
	background-position: 2.5% 0;
	background-repeat: no-repeat;
	transition: background-position 4s;
	transition-timing-function: linear;
}
/* ab einer Breite von 720px: Ansicht für Smartphones */
@media only screen and (max-width: 720px) {
#donut {
	display: none;
}
	}
#donut:hover {
	background-position: 98.9% 29px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 94%;
	padding: 6px 3%;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-size: 11px;
	background-color: #F0F0F0;
}
@media only screen and (max-width: 900px) {
#footer {
	position: relative;
	bottom: 0;
	width: 94%;
	padding: 6px 3%;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-size: 11px;
	background-color: #F0F0F0;
}
	}
@media only screen and (max-width: 720px) {
#footer {
	position: relative;
	bottom: 0;
	width: 94%;
	padding: 6px 3%;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-size: 11px;
	background-color: #F0F0F0;
}
	}
#wrapper a, #footer a {
	color: #FF8519;
	text-decoration: none;
}
