@media (min-width: 1280px) {
  .hide-large {
    display: none; } }

body {
  margin: 0;
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em; }
  @media (min-width: 1024px) {
    body {
      font-size: 1.15em; } }
  @media (min-width: 2800px) {
    body {
      font-size: 1.5em; } }

a {
  color: #d9d9d9;
  text-decoration: none; }
  a.plain {
    color: #999999; }
    a.plain:hover {
      color: #d9d9d9; }

#root-columns {
  margin: auto;
  padding: 4em 0;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#root-col-left {
  flex-grow: 1;
  margin: 0 1em; }
  @media (min-width: 1280px) {
    #root-col-left {
      margin: 0 2em; } }
  #root-col-left img {
    max-width: 100%; }

#root-col-right {
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 2em;
  display: none; }
  @media (min-width: 1280px) {
    #root-col-right {
      display: block; } }
  #root-col-right a {
    text-decoration: none;
    color: #d9d9d9; }
    #root-col-right a.disabled {
      color: #999999;
      cursor: default; }
  #root-col-right h1 {
    font-size: 1.3em;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: white; }
  #root-col-right p.about {
    padding: .3em 0 3em 0;
    margin: 0;
    color: #ccc; }

#desktop-nav {
  padding-bottom: 7.5em;
  display: none; }
  @media (min-width: 1280px) {
    #desktop-nav {
      display: block; } }
  #desktop-nav a {
    display: block;
    text-decoration: none;
    color: #d9d9d9; }

#content {
  line-height: 1.6em; }
  #content h3 {
    padding: 0;
    margin: 0; }
    #content h3 + p {
      padding-top: 0; }
  #content #login h3 {
    padding-bottom: 1em; }
  #content p {
    margin: 0;
    padding-bottom: 1em; }
  #content a {
    color: #cccccc; }
    #content a.disabled {
      color: #999999;
      cursor: default; }
  #content img {
    max-width: 100%; }
  #content td {
    padding-right: 1em; }
  #content .lighten {
    color: #cccccc; }
  #content ul {
    margin-left: 1em;
    padding-left: 1em; }
    #content ul li {
      list-style: disc; }
  #content #timeline .entries .entry, #content #studio .entries .entry, #content #entwicklung .entries .entry, #content #login .entries .entry {
    padding-bottom: 3em; }
    @media (min-width: 1024px) {
      #content #timeline .entries .entry, #content #studio .entries .entry, #content #entwicklung .entries .entry, #content #login .entries .entry {
        display: flex; } }
    #content #timeline .entries .entry:last-child, #content #studio .entries .entry:last-child, #content #entwicklung .entries .entry:last-child, #content #login .entries .entry:last-child {
      padding-bottom: 2em; }
    #content #timeline .entries .entry img, #content #studio .entries .entry img, #content #entwicklung .entries .entry img, #content #login .entries .entry img {
      margin-right: 1em; }
    #content #timeline .entries .entry div, #content #studio .entries .entry div, #content #entwicklung .entries .entry div, #content #login .entries .entry div {
      padding-bottom: 1.7em; }
      @media (min-width: 1024px) {
        #content #timeline .entries .entry div, #content #studio .entries .entry div, #content #entwicklung .entries .entry div, #content #login .entries .entry div {
          padding-bottom: 0; } }
  #content #timeline .year, #content #entwicklung .year {
    display: flex;
    margin-bottom: 1em; }
    #content #timeline .year .label, #content #entwicklung .year .label {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: normal;
      color: #ccc;
      width: 2em; }
      #content #timeline .year .label span, #content #entwicklung .year .label span {
        rotate: -90deg;
        transform-origin: bottom right;
        display: block;
        margin-right: 1em;
        color: #ccc; }
  #content #timeline .entries, #content #entwicklung .entries {
    border-left: 1px solid #999999;
    padding-left: 1em; }

.popup-text {
  max-width: 700px; }
  .popup-text a.popup {
    display: block;
    font-size: 2em;
    text-align: center; }
    .popup-text a.popup:before {
      content: ">";
      display: inline-block; }

.loader {
  width: 100%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden; }
  .loader::after {
    content: '';
    width: 192px;
    height: 4.8px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite; }

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%); }
  100% {
    left: 100%;
    transform: translateX(0%); } }
.ajax-target {
  display: none; }

body.schwarzhint {
  background-color: #191919; }
body.normal {
  background-color: #333333; }
body.studio {
  background-color: #F2EDE7;
  color: #666; }
  body.studio .fslightbox-container {
    background: linear-gradient(rgba(242, 237, 231, 0.9), rgba(242, 237, 231, 0.95) 1810%) !important; }
    body.studio .fslightbox-container .fslightboxc::after {
      background: #F2EDE7 !important; }
    body.studio .fslightbox-container .fslightboxci {
      color: #191919 !important; }
  body.studio a {
    color: #444 !important;
    text-decoration: none; }
    body.studio a.disabled {
      color: #666 !important; }
    body.studio a.plain {
      color: black; }
      body.studio a.plain:hover {
        color: black; }
    body.studio a h3 {
      color: black; }
  body.studio #root-col-right h1 {
    color: black; }
  body.studio #root-col-right p.about {
    color: #666; }

#mobile-nav {
  display: block;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }
  @media (min-width: 1280px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav .hamburger {
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
    position: relative;
    background: #999999;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    #mobile-nav .hamburger:first-child {
      transform-origin: 0 0; }
    #mobile-nav .hamburger:nth-last-child(2) {
      transform-origin: 0 100%; }
  #mobile-nav #mobile-nav-content {
    position: absolute;
    width: 80vw;
    margin: -48px 0 0 -20px;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    height: 100vh;
    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    #mobile-nav #mobile-nav-content h1 {
      color: white !important; }
    #mobile-nav #mobile-nav-content nav a {
      display: block;
      font-size: 1.5em;
      margin-bottom: .5em;
      color: white !important; }
  #mobile-nav input {
    display: block;
    width: 65px;
    height: 40px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
    #mobile-nav input:checked ~ .hamburger {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: white; }
      #mobile-nav input:checked ~ .hamburger:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2); }
      #mobile-nav input:checked ~ .hamburger:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px); }
    #mobile-nav input:checked ~ #mobile-nav-content {
      transform: none; }

/*# sourceMappingURL=style.css.map */
