/*
 *
 * Datei anpassen und ggf. umbenennen in "style.css".
 * Damit wird sie automatisch eingebunden und die angegebenen Styles werden übernommen
 *
 */

 

/* Hintergrundbild, farbe */

.timon { color: #f49403; }

html, body { background-color: #dcddde; height: 100%; }

body { padding: 20px 0; box-sizing: border-box; }

.outer { position: relative; min-height: 100%; background-color: #fff; width: 80%; min-width: 1100px; max-width: 1600px; box-shadow: 0 0 12px 2px #bbb; margin: 0 auto; }
.inner { padding-bottom: 100px; }


/* Zeitrafferbereich */
#zeitraffer {
background: white;
}

body #zeitraffer #button a {
display: inline-block;
width: 35px;
height: 35px;
margin: 0 2px 0 2px;
background: transparent url('script/pics/blank.png') no-repeat;
opacity: 0.6;
}

#zeitraffer #button a:hover {
background-position: 0 -40px;
box-shadow: none;
opacity: 1.0;
}


#zeitraffer #button #play {
background-image: url('script/pics/custom-abspielen.png');
}

#zeitraffer #button #play.pausiert {
background-image: url('script/pics/custom-stop.png');
}

#zeitraffer #button #zurueck {
background-image: url('script/pics/custom-zurueck.png');
}

#zeitraffer #button #weiter {
background-image: url('script/pics/custom-weiter.png');
}

#zeitraffer #button #anfang {
background-image: url('script/pics/custom-anfang.png');
}

#zeitraffer #button #ende {
background-image: url('script/pics/custom-ende.png');
}

#zeitraffer #button #langsamer {
background-image: url('script/pics/custom-langsamer.png');
}

#zeitraffer #button #schneller {
background-image: url('script/pics/custom-schneller.png');
}

#zeitraffer #button #ueberblenden {
background-image: url('script/pics/custom-ueberblenden_aus.png');
display: none;
}

#zeitraffer #button #ueberblenden.ueberblenden_aktiv {
background-image: url('script/pics/custom-ueberblenden.png');
}


#zeitraffer #steuerung #auswahl_zeit a#modus_wahl {
	font-size: 110%;
	color: #f49403;
	background-image:url(img/switch.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}

#zeitraffer select {
	border: 1px solid #ddd;
}


/* Kopf */
#kopf {
background: #fff;    /* Hintergrundfarbe */
color: #000;
font-size: 11px;      /* Schriftgröße */
padding-top: 30px;    /* Abstand nach oben */
padding-bottom: 10px; /* Rand unten */
margin-bottom: 10px;  /* Abstand nach unten */
box-shadow: none; /* Schatten */
border-bottom: 1px solid #eee;
}

/* Kopf: Menü-Container für die Ausrichtung */
#kopf_menu {
max-width: 1060px;		/* Container max. Breite -> Grenze bei normalen Bildschirmen*/
width: 100%;			/* Niemals größer als Bildschirmbreite */
text-align: center;		/* Text rechtsbündig im Container */
margin: 0 auto;			/* Container zentriert */
position: relative;
}

#kopf .metro {
	position: absolute;
	right: 0;
}

#kopf .homelink {
	position: absolute;
	left: 0;
bottom: 0;
}


/* Links neben Zeitraffer */
#links {


}

/* Rechts neben Zeitraffer */
#rechts {


}

#zeitraffer #steuerung {
	height: auto;
	padding: 4px 0 0;
}

#zeitraffer #steuerung #auswahl_zeit, #zeitraffer #steuerung #button {
	text-align: center;
	float: none;
	display: block;
	padding: 5px 0;
}


#zeitraffer #steuerung #auswahl_zeit {
	font-weight: normal;
	font-style: normal;
	margin: 25px 0 0;
	padding: 10px 10px 10px 30px;
	border-color: rgb(233, 233, 233);
	border-width: 2px;
	border-style: solid;
	border-radius: 30px;
	background-color: rgb(233, 233, 233);
	background-image:url(img/clock.png);
	background-position: 5px center;
	background-repeat:no-repeat;
	position:static;
	bottom: auto;
	font-family: Arial, Sans-serif;
	color: #999;
	font-size: 75%;
}


#zeitraffer #tipp {
	font-weight: normal;
	font-style: normal;
	margin: 25px 0 0;
	padding: 10px 10px 10px 30px;
	border-color: rgb(233, 233, 233);
	border-width: 2px;
	border-style: solid;
	border-radius: 30px;
	background-image:url(img/tipp.png);
	background-position: 5px center;
	background-repeat:no-repeat;
	position:static;
	bottom: auto;
	font-family: Arial, Sans-serif;
	color: #999;
	font-size: 70%;
	width: 768px;
	box-sizing: border-box;
}


/* Fusszeile */
#fuss {
background: #fff;   /* Hintergrundfarbe */
color: #aaa;        /* Schriftfarbe allgemein */
font-size: 80%;     /* Schriftgröße */
padding: 4px 15px 0 15px;
margin: 0;           /* keinen äußeren Abstand */
position: absolute;     /* immer an der gleichen Stelle anzeigen */
bottom: 0;         /* position ganz unten */
width: 100%;        
box-shadow: none; /* schatten nach oben */
border-top: 1px solid #ccc;
box-sizing: border-box;
height: 60px;
overflow: hidden;
}



/* Fusszeile: Hyperlinks */
#fuss a {
color: #aaa;
}

#fuss p { margin-bottom: 4px; }


/**** Styles für mobile Endgeräte ****/

.mobile .outer {
	min-width: auto;
}

/* Zeitrafferbereich */
.mobile #zeitraffer {
background: transparent;	/* kein weißer Hintergrund */
margin-bottom: 10px;        /* Abstand nach unten verkleinern */
}

.mobile #kopf {
font-size: 14px;     /* Größere Schrift */
padding: 6px;        /* Weniger Abstand und */
}



.mobile #kopf .metro, .mobile #kopf .homelink {
	display: none;
}

.mobile #fuss {
padding: 1px;        /* Nur ganz schmal, da immer sichtbar */
}

.mobile #zeitraffer #tipp {
	display: none;
}