/* Generated by less 2.5.1 */
@-webkit-keyframes loadingcubeanim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingcubeanim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingcubeanim2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
  }
}
@keyframes loadingcubeanim2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(420deg);
            transform: rotate(420deg);
  }
}
* {
  color: white;
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
}
.border-radius {
  border-radius: 5px;
}
#bigpicture-container {
  overflow: hidden;
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 600ms;
          transition: transform 600ms;
  background: #8d4445;
}
#bigpicture-container.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
#bigpicture-container.start {
  -webkit-transition: -webkit-transform 0ms;
          transition: transform 0ms;
}
#bigpicture-container2 {
  overflow: hidden;
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  background: #b35658;
  cursor: move;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 600ms;
          transition: transform 600ms;
}
#bigpicture-container2.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
#bigpicture-container2.start {
  -webkit-transition: -webkit-transform 0ms;
          transition: transform 0ms;
}
#bigpicture {
  cursor: move;
  position: absolute;
  -webkit-transition: left 0, top 0, width 0, height 0;
          transition: left 0, top 0, width 0, height 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#bigpicture2 {
  cursor: move;
  position: absolute;
  -webkit-transition: left 0, top 0, width 0, height 0;
          transition: left 0, top 0, width 0, height 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.updatePosition {
  position: absolute;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition: inherit;
          transition: inherit;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
svg .zoomOnClick {
  cursor: pointer;
}
.weiter {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-style: normal;
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid white;
  -webkit-transition: color 300ms, background-color 300ms;
          transition: color 300ms, background-color 300ms;
}
@media only screen and (min-width: 1201px) {
  .weiter:hover {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
#startkuratorwrapper {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper {
    padding-top: 54px;
    height: auto;
  }
}
#startkuratorwrapper.out #startkurator1 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
#startkuratorwrapper.out #startkurator2 {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#startkuratorwrapper.invisible {
  display: none;
}
#startkuratorwrapper .startkuratoren {
  padding: 220px 60px;
  text-align: center;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: background 300ms, -webkit-transform 900ms;
          transition: background 300ms, transform 900ms;
  cursor: pointer;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper .startkuratoren {
    padding: 20px 40px;
    height: 50%;
  }
}
#startkuratorwrapper .startkuratoren .startkuratorcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#startkuratorwrapper .startkuratoren .kuratorimage {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper .startkuratoren .kuratorimage {
    width: 62px;
    height: 62px;
  }
}
#startkuratorwrapper .startkuratoren h1 {
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Droid Serif';
}
@media only screen and (max-width: 1200px) {
  #startkuratorwrapper .startkuratoren h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper .startkuratoren h1 {
    font-size: 14px;
  }
}
#startkuratorwrapper .startkuratoren h1 b {
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  #startkuratorwrapper .startkuratoren h1 b {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper .startkuratoren h1 b {
    font-size: 20px;
  }
}
#startkuratorwrapper #startkurator1 {
  background-color: #8d4445;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper #startkurator1 {
    width: 100%;
    float: none;
  }
}
#startkuratorwrapper #startkurator1 .kuratorimage {
  background-image: url(../img/juliaschoch.jpg);
}
@media only screen and (min-width: 1201px) {
  #startkuratorwrapper #startkurator1:hover {
    background-color: #b78081;
  }
}
#startkuratorwrapper #startkurator2 {
  background-color: #b35658;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}
@media only screen and (max-width: 600px) {
  #startkuratorwrapper #startkurator2 {
    width: 100%;
    float: none;
  }
}
#startkuratorwrapper #startkurator2 .kuratorimage {
  background-image: url(../img/marcelbeyer.jpg);
}
@media only screen and (min-width: 1201px) {
  #startkuratorwrapper #startkurator2:hover {
    background-color: #d49596;
  }
}
.editorialwrapper {
  width: 100%;
  height: 100vh;
  z-index: 49;
  position: absolute;
  cursor: default;
  -webkit-transition: -webkit-transform 1600ms ease-in-out;
          transition: transform 1600ms ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.6);
}
.editorialwrapper.fadeout {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.editorialwrapper.invisible {
  display: none;
}
.editorialwrapper .editorial {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 120px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 600px) {
  .editorialwrapper .editorial {
    padding: 100px 10px 160px 10px;
  }
}
.editorialwrapper .editorial .content {
  width: 768px;
  margin: 0 auto;
  min-height: 1200px;
}
@media only screen and (max-width: 1200px) {
  .editorialwrapper .editorial .content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .editorialwrapper .editorial .content {
    width: 100%;
  }
}
.editorialwrapper .editorial .content h2 {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 300;
  font-size: 39px;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
@mobile {
  margin-bottom: 10px;
}
.editorialwrapper .editorial .content p {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 200%;
}
.editorialwrapper #editorial1 {
  background-color: #8d4445;
}
@media only screen and (max-width: 1200px) {
  .editorialwrapper #editorial1 p {
    font-size: 16px;
    line-height: 160%;
  }
}
.editorialwrapper #editorial1 .weiter:hover {
  color: #8d4445;
}
.editorialwrapper #editorial2 {
  background-color: #b35658;
  text-align: left;
}
.editorialwrapper #editorial2 p {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .editorialwrapper #editorial2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .editorialwrapper #editorial2 p {
    padding: 20px;
  }
}
.editorialwrapper #editorial2 .weiter {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.editorialwrapper #editorial2 .weiter:hover {
  color: #b35658;
}
#titlebar {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 5%;
  z-index: 100;
  background: #e0d3a8;
  min-height: 64px;
  -webkit-transition: height 1300ms ease-in-out;
          transition: height 1300ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  #titlebar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  #titlebar {
    min-height: 54px;
  }
}
#titlebar .loadingcube {
  display: none;
}
#titlebar #weiter {
  display: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
}
#titlebar.loading {
  height: 100%;
}
#titlebar.loading .loadingcube {
  display: block;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
  opacity: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#titlebar.loading #loadingcube1 {
  left: 44%;
  top: 55%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #8d4445;
  -webkit-animation-name: loadingcubeanim1;
          animation-name: loadingcubeanim1;
}
@media only screen and (max-width: 1200px) {
  #titlebar.loading #loadingcube1 {
    left: 40%;
  }
}
@media only screen and (max-width: 600px) {
  #titlebar.loading #loadingcube1 {
    left: 20%;
  }
}
#titlebar.loading #loadingcube2 {
  left: 49%;
  top: 55%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #b35658;
  -webkit-animation-name: loadingcubeanim2;
          animation-name: loadingcubeanim2;
}
#titlebar.loading #weiter {
  position: absolute;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  display: none;
  font-family: 'Droid Sans';
  font-size: 20px;
  font-weight: 400;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#titlebar.loading.loadingdone .loadingcube {
  opacity: 0;
}
#titlebar.loading.loadingdone #weiter {
  display: inline-block;
}
#titlebar.loading.loadingdone #weiter.opaque {
  opacity: 1;
}
.title {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: translateY(0%) translateX(0%) scale(0.5);
      -ms-transform: translateY(0%) translateX(0%) scale(0.5);
          transform: translateY(0%) translateX(0%) scale(0.5);
  z-index: 110;
  -webkit-transition: all 1300ms ease-in-out;
          transition: all 1300ms ease-in-out;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.title h1 {
  font-size: 80px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: white;
  margin: 0;
  padding: 10px 10px 10px 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .title h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 600px) {
  .title h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .title {
    -webkit-transform: translateY(0%) translateX(0%) scale(0.75);
        -ms-transform: translateY(0%) translateX(0%) scale(0.75);
            transform: translateY(0%) translateX(0%) scale(0.75);
  }
}
@media only screen and (max-width: 600px) {
  .title {
    -webkit-transform: translateY(10px) translateX(0%) scale(0.75);
        -ms-transform: translateY(10px) translateX(0%) scale(0.75);
            transform: translateY(10px) translateX(0%) scale(0.75);
  }
}
.title p {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.title.loading {
  left: 50%;
  top: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}
#kuratorchooser {
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 110;
  min-height: 80px;
  height: 2%;
}
@media only screen and (max-width: 600px) {
  #kuratorchooser {
    height: 50px;
    top: 8px;
    right: 12px;
  }
}
#kuratorchooser.invisible {
  display: none;
}
#kuratorchooser .kurator {
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
}
#kuratorchooser .kurator .kuratorimage {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  #kuratorchooser .kurator .kuratorimage {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}
#kuratorchooser .kurator .desc {
  font-family: 'Droid Serif';
  font-style: italic;
  display: inline-block;
  vertical-align: baseline;
}
@media only screen and (max-width: 1200px) {
  #kuratorchooser .kurator .desc {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #kuratorchooser .kurator .desc {
    display: none;
  }
}
#kuratorchooser .kurator#kurator1 .kuratorimage {
  background-image: url(../img/juliaschoch.jpg);
}
#kuratorchooser .kurator#kurator2 {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  #kuratorchooser .kurator#kurator2 {
    padding-left: 6px;
  }
}
#kuratorchooser .kurator#kurator2 .kuratorimage {
  background-image: url(../img/marcelbeyer.jpg);
}
#kuratorchooser .kurator.selected {
  opacity: 1;
}
#kuratorchooser .kurator.selected#kurator1 .kuratorimage {
  background-image: url(../img/juliaschoch.jpg);
}
#kuratorchooser .kurator.selected#kurator2 .kuratorimage {
  background-image: url(../img/marcelbeyer.jpg);
}
#kuratorchooser.loading {
  z-index: 91;
}
#kuratorchooser.loading.start {
  width: 100%;
  height: 100%;
  padding-top: 0;
  right: 0;
  top: 0;
  z-index: 91;
}
#kuratorchooser.loading.start .kurator {
  width: 50%;
  height: 100%;
  opacity: 1;
  position: relative;
}
#kuratorchooser.loading.start .kurator .kuratorimage {
  width: 300px;
  height: 300px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%;
}
#kuratorchooser.loading.start .kurator .kuratordesc {
  display: inline-block;
  position: absolute;
  color: white;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 7vw;
  line-height: 100%;
}
#kuratorchooser.loading.start #kurator1 {
  float: left;
  background-color: #8d4445;
}
#kuratorchooser.loading.start #kurator2 {
  padding-left: 0;
  background-color: #b35658;
}
#lowercontrols {
  z-index: 90;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 10px 20px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
  pointer-events: none;
}
#lowercontrols.visible {
  opacity: 1;
}
#lowercontrols.visible .icon {
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols {
    padding: 0 4px 4px 4px;
  }
}
#lowercontrols .zoom-ui {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .zoom-ui {
    margin-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#lowercontrols .zoom-ui div {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .zoom-ui div {
    display: block;
    float: left;
  }
}
#lowercontrols .zoom-ui .zoomdesc {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  padding: 0px 20px;
  position: relative;
  top: -17px;
  color: #4c4c4c;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .zoom-ui .zoomdesc {
    display: none;
  }
}
#lowercontrols .icon {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #e0d3a8;
  -webkit-transition: background-color 300ms;
          transition: background-color 300ms;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon {
    width: 40px;
    height: 40px;
    border-left: 1px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 1201px) {
  #lowercontrols .icon:hover {
    background-color: #4c4c4c;
  }
}
#lowercontrols .icon.zoomin {
  background-image: url(../img/icon_zoomin_new.svg);
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.zoomin {
    width: 20%;
  }
}
#lowercontrols .icon.zoomout {
  background-image: url(../img/icon_zoomout_new.svg);
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.zoomout {
    width: 20%;
  }
}
#lowercontrols .icon.overview {
  width: 162px;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.overview {
    width: 25%;
    text-align: center;
  }
}
#lowercontrols .icon.overview .desc {
  position: absolute;
  font-family: 'Droid Serif';
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  left: 20px;
  top: 13px;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.overview .desc {
    font-size: 13px;
    position: relative;
    float: none;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.hilfe {
    width: 10%;
    border: none;
    text-align: center;
  }
}
#lowercontrols .icon.hilfe .desc {
  font-family: 'Droid Serif';
  font-style: italic;
  font-size: 54px;
  position: absolute;
  left: 16px;
  top: -6px;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.hilfe .desc {
    font-size: 35px;
    position: relative;
    float: none;
    left: 0;
  }
}
#lowercontrols .icon.link {
  background-image: url(../img/dichterlesen_logo.svg);
  width: 130px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.link {
    width: 25%;
    display: block;
    float: left;
  }
}
#lowercontrols .icon.link .desc {
  font-family: 'Droid Serif';
  font-style: italic;
  font-size: 54px;
  position: absolute;
  left: 16px;
  top: -6px;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols .icon.link .desc {
    font-size: 39px;
    left: 9px;
  }
}
#lowercontrols #playerclose {
  float: right;
  border-left: 1px solid white;
  -webkit-transition: opacity 300ms, visibility 300ms 300ms;
          transition: opacity 300ms, visibility 300ms 300ms;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #lowercontrols #playerclose {
    position: absolute;
    width: 15%;
    right: 4px;
    height: 50px;
    bottom: 50px;
  }
}
#lowercontrols #playerclose .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: white;
}
#lowercontrols #playerclose .bar:nth-child(even) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#lowercontrols #playerclose.closed {
  opacity: 0;
  visibility: 0;
  pointer-events: none;
}
#hilfescreenwrapper {
  background-color: #400C0D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  padding: 120px 20px 120px 20px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  position: absolute;
  -webkit-transition: opacity 900ms;
          transition: opacity 900ms;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms;
          transition: transform 300ms;
}
#hilfescreenwrapper.open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
#hilfescreenwrapper.open .schliessen {
  display: block;
}
#hilfescreenwrapper .schliessen {
  width: 70px;
  height: 70px;
  position: fixed;
  top: 90px;
  right: 40px;
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms;
          transition: transform 200ms;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #hilfescreenwrapper .schliessen {
    width: 40px;
    height: 40px;
    top: 70px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper .schliessen {
    width: 50px;
    height: 50px;
    top: 70px;
    right: 20px;
  }
}
#hilfescreenwrapper .schliessen .balken {
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  top: 50%;
}
#hilfescreenwrapper .schliessen #balken1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#hilfescreenwrapper .schliessen #balken2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#hilfescreenwrapper .schliessen:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#hilfescreenwrapper .content {
  font-family: 'Droid Serif';
  font-style: italic;
  text-align: center;
  width: 768px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  #hilfescreenwrapper .content {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper .content {
    width: 90%;
  }
}
#hilfescreenwrapper h2 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper h2 {
    font-size: 30px;
  }
}
#hilfescreenwrapper h3 {
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper h3 {
    font-size: 20px;
  }
}
#hilfescreenwrapper p {
  margin: 0;
  margin-bottom: 64px;
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
#hilfescreenwrapper #hilfelogo {
  display: inline-block;
  width: 340px;
}
@media only screen and (max-width: 600px) {
  #hilfescreenwrapper #hilfelogo {
    width: 130px;
  }
}
.picture {
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
          transition: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  background-size: cover;
}
.picture.verrat {
  background-image: url(../img/schoch_station1_imbericht.jpg);
}
.picture.prenzlauer {
  background-image: url(../img/schoch_station1_prenzlauer.jpg);
}
.picture.morgenpost {
  background-image: url(../img/schoch_station1_morgenpost.jpg);
}
.shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
svg #schochvisibilityLevel3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
svg #schochvisibilityLevel3.visible {
  opacity: 1;
}
svg #schochvisibilityLevel3.visible .abspielen {
  pointer-events: all;
}
svg #schochvisibilityLevel2 {
  opacity: 0.1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
svg #schochvisibilityLevel2.visible {
  opacity: 1;
}
svg #schochvisibilityLevel2.visible .abspielen {
  pointer-events: all;
}
svg #beyervisibilityLevel3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
svg #beyervisibilityLevel3.visible {
  opacity: 1;
}
svg #beyervisibilityLevel3.visible .abspielen {
  pointer-events: all;
}
svg #beyervisibilityLevel2 {
  opacity: 0.1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
svg #beyervisibilityLevel2.visible {
  opacity: 1;
}
svg #beyervisibilityLevel2.visible .abspielen {
  pointer-events: all;
}
svg .abspielen {
  cursor: pointer;
  pointer-events: none;
}
svg .abspielen text {
  -webkit-transition: 300ms;
          transition: 300ms;
}
svg .abspielen path {
  -webkit-transition: 300ms;
          transition: 300ms;
}
svg .abspielen:hover text {
  fill: #4c4c4c;
}
svg .abspielen:hover path {
  fill: #4c4c4c;
}
svg .linkintern:hover path {
  fill: #cd6264;
}
svg a {
  cursor: pointer;
}
svg a:hover text {
  fill: #cd6264;
}
svg a:hover path {
  fill: #cd6264;
}
svg .darkerkubus {
  fill: #efefef;
}
svg .lighterkubus {
  fill: #f2f2f2;
}
/* Disable the browser focus highlighting. */
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  outline: none;
}
/* Disable the browser CSS3 focus highlighting. */
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  border: 0;
}
.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}
.jp-jplayer {
  background-color: #000000;
}
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #3a2a45;
  border-top: 2px solid #554461;
  border-left: 2px solid #554461;
  border-right: 2px solid #180a1f;
  border-bottom: 2px solid #180a1f;
  color: #FFF;
  display: none;
}
.jp-no-solution a {
  color: #FFF;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
.jp-audio {
  opacity: 1;
  background-color: #e0d3a8;
  padding: 5px;
  padding: 0;
  overflow: hidden;
  height: 60px;
  z-index: 10;
  bottom: 20px;
  left: 30px;
  font-size: 16px;
  font-family: Droid Sans, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  border: none;
  -webkit-transition: opacity 300ms, visibility 300ms 300ms;
          transition: opacity 300ms, visibility 300ms 300ms;
  pointer-events: all;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .jp-audio {
    clear: both;
    height: 50px;
    position: absolute;
    bottom: 50px;
    width: calc(85% - 9px);
    left: 0;
    padding: 0 0 0 4px;
    background-color: transparent;
  }
}
.jp-audio.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.jp-audio.closed .jp-details {
  opacity: 0;
}
.jp-audio.jp-state-playing .jp-interface .jp-controls-holder .jp-controls .jp-play {
  background-image: url(../img/icon_pause.svg);
}
@media only screen and (max-width: 1024px) {
  .jp-audio {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.jp-audio .jp-interface {
  position: relative;
  width: 100%;
  background-color: #e0d3a8;
  /* Required for the full screen */
}
.jp-audio .jp-interface .jp-volume-controls {
  display: none;
}
.jp-audio .jp-interface .jp-controls-holder .jp-controls {
  padding: 0;
  overflow: hidden;
  width: 80px;
  float: left;
}
.jp-audio .jp-interface .jp-controls-holder .jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #e0d3a8;
}
.jp-audio .jp-interface .jp-controls-holder .jp-controls .jp-stop {
  display: none;
}
.jp-audio .jp-interface .jp-controls-holder .jp-controls .jp-play {
  -webkit-transition: background-color 300ms;
          transition: background-color 300ms;
  background-image: url(../img/icon_play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 60px;
  border-right: 1px solid white;
}
.jp-audio .jp-interface .jp-controls-holder .jp-controls .jp-play:hover {
  background-color: #4c4c4c;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-interface .jp-controls-holder .jp-controls .jp-play {
    height: 50px;
  }
}
.jp-audio .jp-interface .jp-controls-holder .jp-progress {
  height: 60px;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-interface .jp-controls-holder .jp-progress {
    height: 50px;
  }
}
.jp-audio .jp-interface .jp-controls-holder .jp-progress .jp-seek-bar {
  background: #b1a377;
  width: 0px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.jp-audio .jp-interface .jp-controls-holder .jp-progress .jp-seek-bar .jp-play-bar {
  background: #f0e6c3;
  width: 0px;
  height: 100%;
  overflow: hidden;
}
.jp-audio .jp-interface .jp-controls-holder .jp-current-time,
.jp-audio .jp-interface .jp-controls-holder .jp-duration {
  width: 70px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-interface .jp-controls-holder .jp-current-time,
  .jp-audio .jp-interface .jp-controls-holder .jp-duration {
    font-size: 11px;
  }
}
.jp-audio .jp-interface .jp-controls-holder .jp-current-time {
  cursor: default;
  top: 33px;
  left: 92px;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-interface .jp-controls-holder .jp-current-time {
    top: 33px;
    left: 85px;
  }
}
.jp-audio .jp-interface .jp-controls-holder .jp-duration {
  text-align: right;
  cursor: pointer;
  top: 33px;
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-interface .jp-controls-holder .jp-duration {
    top: 33px;
    right: 6px;
  }
}
.jp-audio .jp-interface .jp-controls-holder .jp-toggles .jp-repeat {
  display: none;
}
.jp-audio .jp-details {
  opacity: 1;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
}
.jp-audio .jp-details .jp-title {
  color: white;
  font-size: 16px;
  font-weight: 300;
  padding: 3px 3px 0px 10px;
  text-align: left;
  position: absolute;
  top: 6px;
  left: 101px;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .jp-audio .jp-details .jp-title {
    font-size: 12px;
    left: 78px;
  }
}
