/*.book-page {
  background-size: cover;
  background-position: 50% 50%;
  width: 680px;
  height: 800px;
  margin: auto;
}

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

.book-pages li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.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;
}*/

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

.content_med.blog > img {
  width: 100%;
}

#video {
  border: 0 !important;
}

#logo a {
  border: 0;
}

#sidebar_text {
  bottom: 100px;
  padding-left: 0px;
}

#sidebar_text_mobile {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}

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

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

.page-special-blog {
  background-image: url(/img/arbeit.jpg);
}

.page-special-band {
  background-image: url(/img/us_band.jpg);
  width: 256px !important;
}

.page-special-bio {
  background-image: url(/img/wallace.jpg);
}

.page-special-music {
  background-image: url(/img/machine.jpg);
}

.page-special-music2 {
  background-image: url(/img/machine2.jpg);
}

.page-special-book {
  background-image: url(/img/unendlicher-spass.jpg);
}

.page-special-speakers {
  background-image: url(/img/mic.jpg);
}

#footer {
  padding-top: 20px;
  margin-bottom: 25px;
}

input[type=password] {
    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=password]: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;
}

#player-wrap {
  display: block;
  
  position: fixed;
  background: url("/img/paper_bg.png") repeat 0% 0%;

  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

#player-wrap > div {
  float: right;
  margin-bottom: 10px;
}

#player-wrap .audiojs {
  width: auto !important;
}

#player-wrap .audiojs {
  background: transparent;
  font-family: inherit;
  box-shadow: none;
}

#player-wrap .audiojs .play-pause {
  border-right: 0;
}

#player-wrap .audiojs .play {
  background: url("/img/btn_play_black_20x20.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

#player-wrap .audiojs .pause {
  background: url("/img/btn_pause_20x20.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

#player-wrap .audiojs .scrubber {
  width: 100px;
  height: 20px;
  margin-top: 13px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 0 !important;
}

#player-wrap .audiojs .loading {
  display: none;
}

#player-wrap .audiojs .error {
  display: none;
}

#player-wrap .audiojs .loaded {
  background: none;
  background-color: #6a6164;
  height: 20px;
}

#player-wrap .audiojs .progress {
  background: none;
  background-color: #291f20;
  height: 20px;
}

#player-wrap .audiojs .time {
  border-left: 0;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: inherit;
  font-family: "poplar-std" !important;
  font-size: 18px;
  line-height: 18px;
  height: auto;
  margin-top: 14px;
  margin-left: 4px;
  width: 90px;
}

#player-wrap .audiojs .time em {
  padding: 0;
  color: inherit;
  margin-right: 2px;
}

.buch {
  border-bottom: 1px dotted #291E20;
  display: block !important;
  margin-bottom: 10px;
  clear: right;
}

.buch > div {
  vertical-align: top;
  display: inline-block;
}

.buch .us-button {
  min-width: 15px;
  font-size: 20px;
}

.buch .options {
  text-align: right;
  float: right;
  white-space: nowrap;
}

.buch .inhalt {
  width: 50%;
  margin-left: 10px;
}

.buch .readers {
  display: inline-block;
  margin-top: 4px;
  font-style: italic;
}

.buch .zeit {
  vertical-align: top;
  min-width: 90px;
  width: 10%;
}

.buch .zeit img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.buch .options a {
  border: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.color-2 {
  color: #b42f66;
}

.color-3 {
  color: #24a29f;
}

.color-1 {
  color: #1e4ca4;
}

.first-page {
  color: #696061;
}

div.kapitel, div.szene, div.seite, div.zeit, div.inhalt, div.option {
  display: inline-block !important;
  border-bottom: 0 !important;
}

#menu {
  position: absolute !important;
}

.book-pages {
  text-align: center;
}

@media only screen and (max-width : 560px) {
  #logo-mobile {
    margin-top: 100px !important;
  }
  
  #menu {
    max-width: 300px !important;
    text-align: center;
  }

  #menu li {
    margin-top: 10px !important;
  }
}

.anhoeren {
  display: block !important;
}

.img-caption {
  margin-top: 10px !important;
  display: block;
  text-align: right;
  margin-right: 0;
}

ul#menu #download-all {
  display: block;
  text-align: center;
  background: #291e20;
  margin-top: 13px;
  
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);

  border: none;
}

ul#menu #download-all a {
  display: block;
  color: white;
}

ul#menu #download-all:hover {
  background-color: #b32e64;
}

@media only screen and (max-width : 979px) {
  .divider_moon,
	.divider_hand,
	.divider_apple,
	.divider_bolt,
	.divider_burger,
	.divider_flag,
	.divider_leaf,
	.divider_map,
	.divider_triangle,
	.divider_pills,
	.divider_tennis,
	.divider_wheelchair {
    max-width: 100%;
    background-position: center;
  }
  
  #menu {
    position: static !important;
  }
  
  .book-page {
    max-width: 100%;
  }

  #sidebar_text_mobile {
    display: block;
  }

  .img-caption {
    margin-top: 10px !important;
    display: block !important;
    text-align: center !important;
    margin-right: 0 !important;
  }
  
  #logo-mobile {
    display: block !important;
	  width: 250px;
	  height: 225px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #logo-mobile > a, #logo-mobile img {
    text-decoration: none;
    border: 0;
  }
	
	#sidebar {
		display: none;
	}
  
	#sidebar_text {
		display: none;
	}

  #menu {
    margin: auto !important;
    max-width: 100%;
    text-align: center;
  }

  #video, .content_top {
    margin-top: 50px !important;
  }

  #video > div {
    max-width: 100%;
  }

  #container {
    max-width: 100%;
    overflow: hidden;
  }
}