/* Unendliches CSS 0.2
	
	
 Farben
--------------------------

schwarz		#291e20

rot			#b32e64
tuerkies 	#23a1a1
blau 		#1b4ca3

gruen 		#bbc000

verlauf gruen
#bbc000 --> #e8ea00

------------------------------ */

@charset 'UTF-8';


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------ */


body {
	margin:	0;
	padding: 0;
	background:	url(../img/gold_bg.jpg) fixed;
	background-size: cover;
	font-family: 'Museo Sans', "museo-sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #291e20;
}

body:before {
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
   box-shadow: 0px 0px 20px rgba(0,0,0,.8);
}

#container {
	width: 960px;
	margin: 20px auto;
}	

/* Header 
------------------------------ */

#header {
	width: 960px;
	height: auto;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 9999;
}

#header img {
	vertical-align: middle;
	padding: 0 5px;
}

#header a {
	border-bottom: none;
	outline: none;
}

#header a:hover {
	opacity: 0.9;
}

#sidebar {
	position: fixed;
	width: 250px;
	height: 100%;
	z-index: 500;
}

/* Gruener Winkel
------------------------------ */

#green {
	position: relative;
	top: -200px;
	left: -700px;
	width: 1000px;
	height: 2000px;
    background: #bbc000;
    background: -webkit-linear-gradient(#e8ea00 0%, #bbc000);
    background: -o-linear-gradient(#e8ea00 0%, #bbc000);
    background: -moz-linear-gradient(#e8ea00 0%, #bbc000);
    background: linear-gradient(#e8ea00 0%, #bbc000);
    -moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
   box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	z-index: 1;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 225px;
	z-index: 1000;
}

#sidebar_text {
	position: absolute;
	left: 0;
	bottom: 120px;
	font-size: 17px;
	line-height: 1.1em;
	padding-left: 20px;
	width: 250px;
	z-index: 1000;	
}

#sidebar_text_mobile {
	visibility: hidden;
}

.content_top {
	float: right;
	width: 700px;
	background: url('../img/paper_bg.png') repeat;
	
	margin-top: 200px;
	padding: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	z-index: 0;	
}

.content_med {
	float: right;
	width: 700px;
	background: url('../img/paper_bg.png') repeat;
	
	margin-top: 20px;
	padding: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	z-index: 0;	
}

.content_btm {
	float: right;
	width: 700px;
	background: url('../img/paper_bg.png') repeat;
	
	margin-top: 20px;
	padding: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	z-index: 0;	
}

.content_img {
	float: right;
	width: 700px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	z-index: 0;	
}

#video {
	float: right;
	width: 960px;
	height: 540px;
	margin-top: 190px;
	border: 1px solid red;
}	

#footer {
	height: 120px;
	width: 960px;
	clear: both;	
	text-align: right;
	font-size: 12px;
	line-height: 50px;
	padding-top: 30px;
}

#footer a.top {
	text-transform: uppercase;
	padding: 5px;
	font-size: 16px;
	border: 2px solid #291e20;
}

/* Seiten
------------------------------ */

.book-page {
	background-size: cover;
	background-position: 50% 50%;
	width: 680px;
	height: 800px;
	margin: auto;
	-moz-box-shadow:	0 2px 5px #9D9D9C;
	-webkit-box-shadow: 0 2px 5px #9D9D9C;
	box-shadow: 		0 2px 5px #9D9D9C;
}

.book-pages ul {
	list-style-type: none;
}

.book-pages li {
	display: inline-block;
	margin: 0 10px 10px 10px;
	text-align: center;
	font-weight: 900;
}

.book-pages li a {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 116px;
	height: 160px;
	font-size: 0;
	border-bottom: none;
	margin-bottom: 10px;
	transition: all .2s ease-in-out;
	-moz-box-shadow:	0 0 1px #9D9D9C;
	-webkit-box-shadow: 0 0 1px #9D9D9C;
	box-shadow: 		0 0 1px #9D9D9C;
}

.book-pages li a:hover {
	transform: scale(1.1);
	-moz-box-shadow:	0 2px 5px #9D9D9C;
	-webkit-box-shadow: 0 2px 5px #9D9D9C;
	box-shadow: 		0 2px 5px #9D9D9C;
}

/* Typo
------------------------------ */

h1 {
	font-family: Poplar, "poplar-std", sans-serif;
    font-weight: normal;
    font-size: 55px;
    color: #b32e64;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 10px 0;
    padding: 0 0 0 20px;
    text-align: center;
}

h2 {
	font-family: Poplar, "poplar-std", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #b32e64;
    text-transform: uppercase;
    margin: 20px 40px 0 40px;
    padding: 5px;
}

h3 {
	font-family: Poplar, "poplar-std", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #1b4ca3;
    text-transform: uppercase;
    margin: 20px 40px 0 40px;
    padding: 5px;
}

h4 {
	font-family: 'Museo Sans', "museo-sans", Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #291e20;
    text-transform: uppercase;
    margin: 20px 40px 0 40px;
    padding: 5px;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 22px;
    padding: 5px;
    margin: 0 40px 10px 40px;
}

b {
	font-weight: 900;
}

a:link,
a:visited,
a:focus {
	font-family: 'Museo Sans', "museo-sans", Arial, sans-serif;
    font-weight: bold;
	text-decoration: none;
	color: #291e20;
	border-bottom: 1px solid #b32e64;
}

a:hover,
a:active {
	text-decoration: none;
	color: #291e20;
	border-bottom: 1px solid #b32e64;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* Menu
------------------------------ */

ul#menu {
	position: fixed;
	margin: 70px 0 50px 330px;
	padding: 0;
}

ul#menu li {
	margin: 0 0 0 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 2px solid #291e20;
	display: inline-block;
	background:	url(../img/gold_bg.jpg) fixed;
}

ul#menu li:hover,
ul#menu li.active:hover {
    background: #e8ea00;
    background: -webkit-linear-gradient(#bbc000 0%, #e8ea00);
    background: -o-linear-gradient(#bbc000 0%, #e8ea00);
    background: -moz-linear-gradient(#bbc000 0%, #e8ea00);
    background: linear-gradient(#bbc000 0%, #e8ea00);
}

ul#menu li.active {
    background: #bbc000;
    background: -webkit-linear-gradient(#e8ea00 0%, #bbc000);
    background: -o-linear-gradient(#e8ea00 0%, #bbc000);
    background: -moz-linear-gradient(#e8ea00 0%, #bbc000);
    background: linear-gradient(#e8ea00 0%, #bbc000);
}

ul#menu li a {
	font-family: Poplar, "poplar-std", sans-serif;
	font-size: 33px;
	color: #291e20;
	border-bottom: none;
}

/* News */

#news {
	position: absolute;
	top: 150px;
	right: 50px;
	width: 60px;
	text-align: center;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	background: #291e20;
	padding: 10px;
	color: #FFF;
	font-weight: 900;
	letter-spacing: 0.1em;
	-moz-box-shadow:	0 0 2px #9D9D9C;
	-webkit-box-shadow: 0 0 2px #9D9D9C;
	box-shadow: 		0 0 2px #9D9D9C;

}

#news:hover {
	background: #b32e64;
	cursor: pointer;
}

#news a {
  color: white;
  border-bottom: none !important;
}

/* Play Button 
------------------------------ */

.btn_play {
	width: 160px;
	height: 160px;
	background: url('../img/btn_play.png') no-repeat;
	margin: 190px auto;
}

.btn_play:hover {
	background: url('../img/btn_play_hover.png') no-repeat;
	cursor: pointer;
}

.btn_video_play {
	width: 160px;
	height: 160px;
	background: url('../img/btn_play.png') no-repeat;
	margin: 190px auto;
}

.btn_video_play:hover {
	background: url('../img/btn_play_hover.png') no-repeat;
	cursor: pointer;
}

.scene-play,
.scene-download {
	border: none;
	padding: 5px;
	margin: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	line-height: normal !important;
	text-decoration: none;
	display: inline-block;
	box-sizing: content-box; 
	height: 23px;
	width: 20px;
}

.scene-play {
	background: #291e20 url('/img/btn_play_20x20.png') center center no-repeat;
  cursor: pointer;
}

.scene-download {
	background: #291e20 url('/img/btn_download_20x20.png')  center center no-repeat;
  cursor: pointer;
}

.scene-play:hover {
	background-color: #b32e64;
}

.scene-download:hover {
	background-color: #b32e64;
}


/* Buttons 
------------------------------ */

button {
	font-family: Poplar, "poplar-std", sans-serif;
	font-size: 100%;
	margin: 0;
	line-height: normal;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled] {
	cursor: default;
}

.us-button {
	font-family: Poplar, "poplar-std", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
	min-width: 165px;
	border: none;
	color: #FFF;
	background: #291e20;
	padding: 5px 10px 2px 10px;
	margin: 0;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:	0 0 3px #9D9D9C;
	-webkit-box-shadow: 0 0 3px #9D9D9C;
	box-shadow: 		0 0 3px #9D9D9C;
	line-height: normal !important;
	text-decoration: none;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.us-button:hover {
    background: #b32e64;
    color: #FFF;
}

.us-button:active {
    background-color: #B0B8C9;
    color: #FFF;
    top: 1px;
}

.us-button[disabled] {
    background: #999;
	color: #E6E6E6;
}

/* Forms
------------------------------ */

form {
    font-size: 16px; 
    margin: 15px auto;
}

fieldset {
    border: 1px solid #291e20;
    border-radius: 3px;
    padding: 10px 30px 20px 30px;
}

fieldset p {
    margin: 0 40px 10px 40px;
    padding: 0;
}

label {
    display: inline-block;
	width: 100px;
	font-weight: 900;
	text-align: right;
	padding: 10px;
}

.audio label {
	width: 100%;
	text-align: center;
}

.audio input[type=submit] {
	margin: 0 0 0 200px;
	font-family: Poplar, "poplar-std", sans-serif;
	font-size: 30px;
}

form.micro {
	border: 1px solid red;
}

form.micro button {
	margin: 0 0 0 200px;
	font-family: Poplar, "poplar-std", sans-serif;
	font-size: 30px;
	border: 1px solid red;
}

#time-display {
	font-family: Poplar, "poplar-std", sans-serif;
	font-size: 30px;
}

input[type=file] {
	font-size: 16px;
}

legend {
	font-family: Poplar, "poplar-std", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #b32e64;
    text-transform: uppercase;
    padding: 10px;
}

input {
}

input[type=text],
input[type=email] {
    width: 400px;
    background: #FDFDFA;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:	0 0 2px #B2B2B2;
    -webkit-box-shadow: 0 0 2px #B2B2B2;
    box-shadow: 		0 0 2px #B2B2B2;
    -webkit-appearance: none;    
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9D8D6 #FDFDFD #FFFFFF #E7E8E7;
    border-style: solid;
    border-width: 1px;
    line-height: 16px;
    padding: 8px 10px;
    font-size: 16px;
    margin: 10px 0;
}

input[type=text]:focus,
input[type=email]:focus {
	background: #FFF;
	-moz-box-shadow:	0 0 5px #708194;
	-webkit-box-shadow: 0 0 5px #708194;
	box-shadow: 		0 0 5px #708194;
	-webkit-appearance: none;
}

input[type=checkbox] {
	margin: 20px 0 0 122px;
}

input[type=submit] {
	margin: 20px 0 0 122px;
	font-size: 30px;
}

#terms {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 600px;
	margin: -300px 0 0 -250px;
	background: white;
	z-index: 9999;
	font-size: 14px;
}

#sticker {
}

/* Divider 
------------------------------ */

.divider_moon,
.divider_hand,
.divider_apple,
.divider_bolt,
.divider_burger,
.divider_flag,
.divider_leaf,
.divider_map,
.divider_triangle,
.divider_pills,
.divider_tennis,
.divider_wheelchair {
	width: 600px;
	height: 75px;
	margin: 10px auto;
}

.divider_moon {
	background: url('../img/divider_moon_600.png') no-repeat;
}


.divider_hand {
	background: url('../img/divider_hand_600.png') no-repeat;
}

.divider_apple {
	background: url('../img/divider_apple_600.png') no-repeat;
}

.divider_bolt {
	background: url('../img/divider_bolt_600.png') no-repeat;
}

.divider_burger {
	background: url('../img/divider_burger_600.png') no-repeat;
}

.divider_flag {
	background: url('../img/divider_flag_600.png') no-repeat;
}

.divider_leaf {
	background: url('../img/divider_leaf_600.png') no-repeat;
}

.divider_map {
	background: url('../img/divider_map_600.png') no-repeat;
}

.divider_triangle {
	background: url('../img/divider_triangle_600.png') no-repeat;
}

.divider_pills {
	background: url('../img/divider_pills_600.png') no-repeat;
}

.divider_tennis {
	background: url('../img/divider_tennis_600.png') no-repeat;
}

.divider_wheelchair {
	background: url('../img/divider_wheelchair_600.png') no-repeat;
}

/*  
------------------------------ */

h2 a {
  font-family: "poplar-std" !important;
}

.modal {
  display: none;
}

#player > div {
  width: 100% !important;
}

#logo a {
  border: 0;
}

#amp-display {
  display: inline-block;
  width: 100px;
  height: 15px;
  background-color: black;
}

#amp-bar {
  display: inline-block;
  width: 0px;
  height: 15px;
  background-color: green;
}


/* Anhören */

div.anhoeren { 
	display: table; 
	border-collapse:collapse; 
	margin: 0 20px;
}
div.buch { 
	display:table-row; 
}

div.kapitel,
div.szene,
div.seite,
div.zeit,
div.inhalt,
div.option { 
	display:table-cell; 
	border-bottom: 1px dotted #291e20; 
	padding:10px 5px; 
}

div.kapitel {
	width: 8%;
	font-weight: 900;
}

div.szene {
	width: 8%;
}
div.seite {
	width: 8%;
}
div.zeit {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
div.inhalt {
	width: 50%;
}
div.option  {
	width: 20%;
}

/* Mobile */


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
  
	#container {
		width: 740px;
	}
  
	#header {
		position: static;
		width: 100%;
		height: 50px;
		text-align: right;
		font-size: 10px;
		text-transform: uppercase;
		z-index: 9999;
	}
	
	#header img {
		padding: 0 2px;
		transform: scale(0.8);
	}
	
	#header a {
		border-bottom: none;
		outline: none;
	}
	
	#header a:hover {
		opacity: 0.9;
	}

  #logo-mobile {
    display: block !important;
	  width: 250px;
	  height: 225px;
  }
	
	#sidebar {
		display: none;
	}
  
	#sidebar_text {
		display: none;
	}
	
	#sidebar_text_mobile {
		visibility: visible;
		z-index: 1000;	
	}
	#green {
		display: none;
	}
	#logo {
		display: none;
	}
	#logo img {
		width: 70%;
		height: 70%;
	}
	ul#menu {
	position: static;
	margin: 50px 0 0 0;
	padding: 0;
	}
	.content_top,
	.content_med,
	.content_btm {
		float: none;
		clear: both;
		width: 95%;
		max-width: 95%;
	}

	#video {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		margin-top: 210px;
		border: 1px solid red;
  }	

	#footer {
	  width: 100%;
	  text-align: center;
	}
}


@media only screen and (max-width : 767px) {
	#container {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.content_img {
		margin: 0;
		padding: 0;
	}
	.content_btm img {
		margin: 0;
		padding: 0;
	    width: 100%;
	    height: auto;
    }
	.divider_moon,
	.divider_hand,
	.divider_apple,
	.divider_bolt,
	.divider_burger,
	.divider_flag,
	.divider_leaf,
	.divider_map,
	.divider_triangle,
	.divider_pills,
	.divider_tennis,
	.divider_wheelchair {
		transform: scale(0.8);
	}

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}
