body {
  background: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  font: 400 10pt/1.25 Helvetica, Arial, sans-serif;
  color: #aaa;
}
* {
  box-sizing: border-box;
}
#zoomquilt {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: #000;
  z-index: 5;
}
#status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 18px;
  margin-top: -10px;
  margin-left: -100px;
  z-index: 100;
  text-align: right;
  opacity: 0;
  border: 2px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
}
#loadbar {
  position: relative;
  height: 18px;
  width: 0%;
  background: #aaa;
}
#info {
  position: fixed;
  padding: 0;
  top: 0px;
  bottom: 0px;
  width: 350px;
  background: rgba(0,0,0,0.5);
  transition: margin-left 0.7s, opacity 0.7s;
  z-index: 20;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-left: -255px;
  opacity: 0;
  pointer-events: none;
}
.infoinner {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 15px 0;
}
#info .mobilebanner {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1em;
}
#info::-webkit-scrollbar {
  width: 1px;
}
#info::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
#info::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.5);
  box-shadow: none;
  outline: none;
}
#info {
  -ms-overflow-style: none;
}
.topcontent {
  flex-grow: 1;
}
.infovisible #info {
  margin-left: 0;
  opacity: 1;
  pointer-events: all;
}
.adblock {
  margin: 0 auto;
}
.sidebanner {
  position: fixed;
  right: 2em;
  top: 2em;
  bottom: 2em;
  width: 450px;
  z-index: 20;
  margin-right: -255px;
  transition: all 0.7s;
  opacity: 0;
  pointer-events: none;
}
.infovisible .sidebanner {
  margin-right: 0;
  opacity: 1;
}
.infovisible .sidebanner * {
  pointer-events: all;
}
.history {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13pt;
  opacity: 0;
  transition: all 0.4s;
}
.history a {
  color: #0ff;
  display: inline-block;
}
.historyinner {
  position: relative;
  max-width: 1000px;
  background: rgba(0,0,0,0.8);
  max-height: 100%;
  border: 2px solid #444;
  transition: transform 0.3s, opacity 0.7s;
  transform: scale(0.7);
  line-height: 1.6;
}
.historyscroll {
  padding: 2em;
  max-height: 100vh;
  overflow-y: auto;
}
.inlineblock {
  display: inline-block;
}
.close {
  position: absolute;
  right: 0.5em;
  top: 0.25em;
  color: #ff5219;
  opacity: 0.7;
  font-size: 32pt;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
#info .close {
  color: #fff;
  right: 0.25em;
  font-size: 22pt;
  display: none;
}
.infovisible.historyvisible .history {
  opacity: 1;
}
.infovisible.historyvisible .historyinner {
  pointer-events: all;
}
.historyvisible .historyinner {
  transform: scale(1);
}
h1 {
  color: #ff5219;
  font: 700 30pt "Open Sans", Helvetica, Arial, sans-serif;
  margin: 8px 0 0;
}
h2 {
  color: #ffa500;
  font: 700 24pt "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 0.4em;
}
.orange {
  color: #ff5219;
}
.showhistory {
  color: #ffd500;
  color: #ffa500;
  cursor: pointer;
}
a.yt {
  color: #29e057;
}
a.nb {
  color: #0ff;
}
.social {
  opacity: 1;
  margin-left: 0.7em;
}
.social:hover {
  opacity: 1;
}
.social img {
  margin-top: -0.5em;
  transition: all 0.2s;
  width: 20px;
}
.social:hover img {
  transform: scale(1.35);
}
.imprint {
  color: #aaa;
}
.allink {
  display: inline-block;
  margin-bottom: 4px;
  color: #aaa;
}
a {
  color: #ff95f5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.links {
  margin: 1.2em -4px;
}
.links a {
  display: inline-block;
  margin-top: 8px;
}
.links img {
  max-width: 100%;
}
.links img.badge {
  max-width: 75%;
}
.links a:hover {
  text-decoration: none;
}
.new {
  color: #ff0;
}
.year {
  color: #ff6060;
}
p {
  margin: 0.6em 0;
}
p:first-of-type {
  margin-top: 0;
}
p.center {
  text-align: center;
}
p.fullwidth {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 900px) {
  .infovisible .sidebanner {
    display: none;
  }
  #info .mobilebanner {
    display: block;
  }
  #info .close {
    display: block;
    right: 0.5em;
  }
}
@media (max-width: 650px) {
  body {
    font-size: 9pt;
  }
  p {
    margin: 1em 0;
  }
  #info {
    max-width: 80%;
/* width: 260px; */
/* margin-left: -155px; */
  }
  .orange {
    display: none;
  }
  h1 {
    font: 700 22pt Helvetica, Arial, sans-serif;
    margin: 0.1em 0;
  }
  .sociallinks {
    display: block;
  }
  .social {
    margin-left: 0.2em;
    margin-right: 1em;
  }
  .social img {
    width: 24px;
    margin-top: 0.6em;
  }
}
