/* style, colors for film-ab */
@font-face {
  font-family: 'tl-icons';
  src: url("icons/icomoon.ttf?iuljeu") format("truetype"), url("icons/icomoon.woff?iuljeu") format("woff"), url("icons/icomoon.svg?iuljeu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monda';
  src: url("fonts/monda-regular.ttf") format("truetype"), url("fonts/monda-regular.woff") format("woff"), url("fonts/monda-regular.eot") format("eot"), url("fonts/monda-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monda';
  src: url("fonts/monda-bold.ttf") format("truetype"), url("fonts/monda-bold.woff") format("woff"), url("fonts/monda-bold.eot") format("eot"), url("fonts/monda-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
/* groups: classname color text-color*/
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

html {
  -webkit-font-smoothing: antialiased; }

#preScreen {
  z-index: 9999999;
  position: fixed;
  top: -4000px;
  bottom: 4000px;
  left: 0;
  right: 0;
  background: #000 url("../img/prescreen_back.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
  transition: all 1s; }
  #preScreen #prescreenToggler {
    display: block;
    right: 10px;
    top: 10px;
    line-height: 24px;
    font-size: 24px;
    padding: 4px;
    text-shadow: none;
    background-color: #fff;
    color: #000; }
    #preScreen #prescreenToggler:before {
      content: "\ea0f";
      font-family: tl-icons; }
    #preScreen #prescreenToggler:focus {
      box-shadow: inset 0px 0px 0px 1px white; }
  #preScreen .logo {
    position: absolute;
    top: 595px;
    left: calc(50% - 330px);
    background: transparent url(../img/prescreen_logo.png);
    width: 650px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 100; }
  #preScreen .motiv {
    position: absolute;
    top: 115px;
    left: calc(50% - 290px);
    background: transparent url("../img/prescreen_motiv.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 680px;
    height: 530px; }
  #preScreen > a {
    font-family: 'monda';
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000; }
    #preScreen > a span {
      display: block;
      font-size: 20px;
      line-height: 25px; }
    #preScreen > a#preGewerke {
      top: 300px;
      left: calc(50% - 490px); }
    #preScreen > a#preZeitleiste {
      top: 120px;
      left: calc(50% - 420px); }
    #preScreen > a#preMaterialien {
      top: 300px;
      left: calc(50% + 240px); }
    #preScreen > a#preFilme {
      top: 120px;
      left: calc(50% + 230px); }
    #preScreen > a:focus {
      outline: 2px solid #fff;
      outline-offset: 8px; }
  #preScreen .text {
    position: absolute;
    top: 700px;
    font-family: 'monda';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    left: calc(50% - 300px);
    width: 600px;
    text-align: center; }
    #preScreen .text ul {
      margin: 0;
      margin-top: 10px;
      padding: 0;
      list-style: none; }
      #preScreen .text ul li {
        display: inline-block;
        font-size: 12px;
        line-height: 12px;
        margin: 10px; }
        #preScreen .text ul li a {
          font-size: 12px;
          line-height: 12px;
          position: relative;
          color: #fff;
          text-decoration: none; }
          #preScreen .text ul li a:focus {
            outline: 2px solid #fff;
            outline-offset: 8px; }
    #preScreen .text > a {
      display: inline-block;
      float: none; }

@media (max-width: 1140px), (max-height: 950px) {
  body.prescreen {
    background: #000; }

  body.extraContentActive.prescreen .extraContent {
    display: none; }

  #preScreen {
    position: absolute;
    background-size: 100%;
    background-attachment: local; }
    #preScreen #prescreenToggler {
      right: 0;
      top: 0; }
    #preScreen .logo {
      top: 460px;
      left: calc(50% - 160px);
      width: 320px;
      height: 60px;
      z-index: 100; }
    #preScreen .motiv {
      position: absolute;
      top: 65px;
      left: calc(50% - 250px);
      background-size: 100%;
      background-repeat: no-repeat;
      width: 500px;
      height: 450px; }
    #preScreen a {
      font-size: 20px;
      line-height: 20px; }
      #preScreen a span {
        display: block;
        font-size: 16px;
        line-height: 16px; }
      #preScreen a#preGewerke {
        top: 200px;
        left: calc(50% - 348px); }
      #preScreen a#preZeitleiste {
        top: 80px;
        left: calc(50% - 316px); }
      #preScreen a#preMaterialien {
        top: 200px;
        left: calc(50% + 185px); }
      #preScreen a#preFilme {
        top: 76px;
        left: calc(50% + 115px); }
    #preScreen .text {
      position: absolute;
      top: 520px;
      font-size: 12px;
      line-height: 16px;
      left: calc(50% - 320px);
      width: 640px; } }
@media (max-width: 1140px), (max-height: 720px) {
  body.prescreen {
    background: #000; }

  body.extraContentActive.prescreen .extraContent {
    display: none; }

  #preScreen {
    position: absolute;
    background-size: 100%;
    background-attachment: local; }
    #preScreen #prescreenToggler {
      right: 0;
      top: 0; }
    #preScreen .logo {
      top: 390px;
      left: calc(50% - 160px);
      width: 320px;
      height: 60px;
      z-index: 100; }
    #preScreen .motiv {
      position: absolute;
      top: 15px;
      left: calc(50% - 240px);
      background-size: 100%;
      background-repeat: no-repeat;
      width: 480px;
      height: 397px; }
    #preScreen a {
      font-size: 20px;
      line-height: 20px; }
      #preScreen a span {
        display: block;
        font-size: 16px;
        line-height: 16px; }
      #preScreen a#preGewerke {
        top: 150px;
        left: calc(50% - 278px); }
      #preScreen a#preZeitleiste {
        top: 40px;
        left: calc(50% - 286px); }
      #preScreen a#preMaterialien {
        top: 150px;
        left: calc(50% + 135px); }
      #preScreen a#preFilme {
        top: 40px;
        left: calc(50% + 106px); }
    #preScreen .text {
      position: absolute;
      top: 460px;
      font-size: 12px;
      line-height: 16px;
      left: calc(50% - 320px);
      width: 640px; } }
@media (max-width: 640px) {
  #preScreen a {
    font-size: 18px;
    line-height: 18px; }
    #preScreen a span {
      display: block;
      font-size: 14px;
      line-height: 14px; }
    #preScreen a#preGewerke {
      top: 210px;
      left: calc(50% - 156px); }
    #preScreen a#preZeitleiste {
      top: 30px;
      left: calc(50% - 165px); }
    #preScreen a#preMaterialien {
      top: 210px;
      left: calc(50% + 15px); }
    #preScreen a#preFilme {
      top: 30px;
      left: calc(50% - 4px); }
  #preScreen .text {
    left: 20px;
    width: calc(100% - 40px); }

  #topWrapper #header h1 > i {
    width: 190px;
    height: 42px;
    margin-top: 17px; } }
body.prescreen #preScreen {
  top: 0;
  bottom: 0;
  display: block; }

.hidden {
  display: none !important; }

h1.redaktion-drehbuch {
  color: #67c3d2;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.redaktion-drehbuch {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-redaktion-drehbuch {
  background-color: #67c3d2;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-redaktion-drehbuch,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-redaktion-drehbuch .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-redaktion-drehbuch:before {
  color: #67c3d2; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-redaktion-drehbuch .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-redaktion-drehbuch {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-redaktion-drehbuch:before {
  color: #67c3d2;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-redaktion-drehbuch {
  background-color: #67c3d2; }

.tl-timeera.tl-eventera-redaktion-drehbuch {
  top: 0px; }

.tl-timeera.tl-eventera-redaktion-drehbuch .tl-timeera-background {
  background-color: #67c3d2 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-redaktion-drehbuch {
  top: 0px; }

h1.organisation {
  color: #0f9fd1;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.organisation {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-organisation {
  background-color: #0f9fd1;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-organisation,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-organisation .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-organisation:before {
  color: #0f9fd1; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-organisation .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-organisation {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-organisation:before {
  color: #0f9fd1;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-organisation {
  background-color: #0f9fd1; }

.tl-timeera.tl-eventera-organisation {
  top: 20px; }

.tl-timeera.tl-eventera-organisation .tl-timeera-background {
  background-color: #0f9fd1 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-organisation {
  top: 20px; }

h1.ausstattung {
  color: #0fce97;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.ausstattung {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-ausstattung {
  background-color: #0fce97;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-ausstattung,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-ausstattung .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-ausstattung:before {
  color: #0fce97; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-ausstattung .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-ausstattung {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-ausstattung:before {
  color: #0fce97;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-ausstattung {
  background-color: #0fce97; }

.tl-timeera.tl-eventera-ausstattung {
  top: 40px; }

.tl-timeera.tl-eventera-ausstattung .tl-timeera-background {
  background-color: #0fce97 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-ausstattung {
  top: 40px; }

h1.regie {
  color: #dddb00;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.regie {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-regie {
  background-color: #dddb00;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-regie,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-regie .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-regie:before {
  color: #dddb00; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-regie .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-regie {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-regie:before {
  color: #dddb00;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-regie {
  background-color: #dddb00; }

.tl-timeera.tl-eventera-regie {
  top: 60px; }

.tl-timeera.tl-eventera-regie .tl-timeera-background {
  background-color: #dddb00 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-regie {
  top: 60px; }

h1.kamera {
  color: #93c01f;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.kamera {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-kamera {
  background-color: #93c01f;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-kamera,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-kamera .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-kamera:before {
  color: #93c01f; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-kamera .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-kamera {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-kamera:before {
  color: #93c01f;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-kamera {
  background-color: #93c01f; }

.tl-timeera.tl-eventera-kamera {
  top: 80px; }

.tl-timeera.tl-eventera-kamera .tl-timeera-background {
  background-color: #93c01f !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-kamera {
  top: 80px; }

h1.schauspiel {
  color: #f29100;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.schauspiel {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-schauspiel {
  background-color: #f29100;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-schauspiel,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-schauspiel .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-schauspiel:before {
  color: #f29100; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-schauspiel .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-schauspiel {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-schauspiel:before {
  color: #f29100;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-schauspiel {
  background-color: #f29100; }

.tl-timeera.tl-eventera-schauspiel {
  top: 100px; }

.tl-timeera.tl-eventera-schauspiel .tl-timeera-background {
  background-color: #f29100 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-schauspiel {
  top: 100px; }

h1.special-effects {
  color: #d650c3;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.special-effects {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-special-effects {
  background-color: #d650c3;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-special-effects,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-special-effects .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-special-effects:before {
  color: #d650c3; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-special-effects .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-special-effects {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-special-effects:before {
  color: #d650c3;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-special-effects {
  background-color: #d650c3; }

.tl-timeera.tl-eventera-special-effects {
  top: 120px; }

.tl-timeera.tl-eventera-special-effects .tl-timeera-background {
  background-color: #d650c3 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-special-effects {
  top: 120px; }

h1.schnitt {
  color: #a51c64;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.schnitt {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-schnitt {
  background-color: #a51c64;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-schnitt,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-schnitt .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-schnitt:before {
  color: #a51c64; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-schnitt .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-schnitt {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-schnitt:before {
  color: #a51c64;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-schnitt {
  background-color: #a51c64; }

.tl-timeera.tl-eventera-schnitt {
  top: 140px; }

.tl-timeera.tl-eventera-schnitt .tl-timeera-background {
  background-color: #a51c64 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-schnitt {
  top: 140px; }

h1.ton {
  color: #e81346;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 2px 1px 2px black; }

.tl-skinny h1.ton {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px black; }

.tl-timemarker .tl-timemarker-content-container.tl-timemarker-group-ton {
  background-color: #e81346;
  box-shadow: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-ton,
.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-group-ton .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  background-color: #fff !important;
  color: #000; }

.tl-timegroup .tl-timegroup-message.tl-timegroup-ton:before {
  color: #e81346; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after,
.tl-timemarker.tl-timemarker-active:hover .tl-timemarker-content-container.tl-timemarker-group-ton .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container.tl-timemarker-group-ton {
  background-color: #fff !important;
  color: #000;
  opacity: 1; }

.tl-gewerke-content .tl-gewerke-group-ton:before {
  color: #e81346;
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 5px; }

.tl-listView-marker-ton {
  background-color: #e81346; }

.tl-timeera.tl-eventera-ton {
  top: 160px; }

.tl-timeera.tl-eventera-ton .tl-timeera-background {
  background-color: #e81346 !important;
  opacity: 0.4; }

.tl-infomarker.tl-infomarkergroup-ton {
  top: 160px; }

.tl-gewerke-content {
  font-family: 'monda', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px; }

.tl-gewerke-content span {
  padding: 0px;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
  text-shadow: none; }

.tl-timemarker.tl-timemarker-clone.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  opacity: 0; }

.tl-timemarker.tl-timemarker-noclone.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #000;
  animation: markerOpacity 4s linear;
  opacity: 0;
  text-transform: none; }

.tl-timemarker.tl-timemarker-noclone.tl-timemarker-active .tl-timemarker-content-container {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1;
  animation: markerWidth 4s ease-in-out;
  z-index: 13; }

.tl-timemarker.tl-timemarker:hover .tl-timemarker-content-container {
  opacity: 1;
  animation: markerWidth 4s ease-in-out; }

.touch .tl-timemarker.tl-timemarker-clone:hover .tl-timemarker-content-container {
  opacity: 1;
  animation: none 0s ease-in-out; }

.touch .tl-timemarker.tl-timemarker-clone.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  opacity: 0;
  animation: none; }

@keyframes markerWidth {
  0% {
    width: 200px; }
  90% {
    width: 200px; }
  100% {
    width: 40px; } }
@keyframes markerOpacity {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-headline {
  opacity: 1; }

.tl-timemarker .filteredOff {
  opacity: 0.3; }

.tl-timemarker:hover .filteredOff {
  opacity: 1; }

.tl-timeline .tl-timegroup-message {
  font-size: 11px;
  font-weight: bold; }

.tl-timegroup .tl-timegroup-message:before {
  content: "\ea52";
  font-size: 12px;
  line-height: 20px;
  font-family: tl-icons;
  margin-right: 10px; }

.tl-timegroup.inactive .tl-timegroup-message:before {
  content: "\ea53"; }

.groupWrapper {
  background-image: url("../img/back.jpg");
  width: 180px;
  bottom: 0px;
  position: absolute; }

.groupWrapper .tl-timegroup {
  position: relative;
  top: inherit; }

.groupWrapper .tl-timegroup .tl-timegroup-message {
  margin-left: 10px;
  height: 20px; }

.groupWrapper .tl-timegroup {
  cursor: pointer; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content {
  padding: 3px; }

.tl-timegroup .tl-timegroup-message {
  text-shadow: none;
  color: #fff;
  text-transform: none; }

.tl-timenav {
  background-color: transparent;
  left: 180px;
  right: inherit;
  bottom: 0px;
  position: absolute; }

.tl-timegroup {
  background-color: transparent; }

.tl-timegroup.tl-timegroup-alternate {
  background-color: rgba(84, 84, 84, 0.3); }

.tl-icon-filter:after {
  content: "\e633"; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
  color: #fff; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right {
  box-shadow: none; }

.tl-timemarker-content-container {
  width: 3px;
  border-radius: 0; }

.tl-timemarker-content-container .tl-headline {
  opacity: 0; }

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  opacity: 1; }

.touch .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  opacity: 0; }

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3 {
  font-size: 30px;
  line-height: 34px; }

.tl-timeline .tl-timenav-slider h2.tl-headline,
.tl-timeline .tl-slidenav-next, .tl-timeline .tl-slidenav-previous, .tl-timeline .tl-message, .tl-timeline .tl-timegroup-message {
  font-family: 'monda', sans-serif;
  font-weight: 400; }

.tl-timeline .tl-timenav-slider,
.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
  color: #444;
  font-family: 'monda', sans-serif;
  font-weight: bold; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
  font-size: 10px;
  line-height: 15px; }

.mouseControl .tl-timemarker:hover {
  z-index: 999; }

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left,
.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right {
  border-color: #fff; }

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left:after,
.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right:after {
  background-color: #fff; }

.tl-timemarker .tl-timemarker-line-left:after,
.tl-timemarker .tl-timemarker-line-right:after,
.tl-timemarker .tl-timemarker-line-left,
.tl-timemarker .tl-timemarker-line-right {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
  border-color: #000;
  box-shadow: none; }

#timeline .tl-timenav {
  box-shadow: -15px 0 35px -5px rgba(255, 255, 255, 0.32);
  border-top: none;
  z-index: 3; }

#timelineWrapper {
  height: 100% !important; }

.tl-menubar {
  position: relative;
  top: 0 !important;
  border-radius: 0 !important;
  height: 39px; }

.tl-attribution {
  display: none; }

.tl-menubar-button {
  background-color: rgba(192, 192, 192, 0);
  float: left;
  color: #d2d2d2;
  padding: 8px;
  font-size: 16px;
  line-height: 20px; }

.tl-menubar-button:hover.tl-menubar-button-inactive,
.tl-menubar-button:hover {
  background-color: transparent; }

.tl-menubar-button:hover span:after {
  background-color: #fff;
  color: #444; }

.tl-menubar-button span:after {
  background-color: #444;
  padding: 5px;
  color: #fff;
  line-height: 22px; }

.tl-icon-goback:after {
  content: "\e900"; }

.tl-icon-filter:after {
  content: "\e909"; }

.tl-icon-zoom-in:after {
  content: "\e90b"; }

.tl-icon-zoom-out:after {
  content: "\e90a"; }

.listView .tl-icon-filter:after {
  background-color: #fff;
  color: #444; }

.listView .tl-menubar-button:hover .tl-icon-filter:after {
  background-color: #444;
  color: #fff; }

.tl-timeline {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px; }

#einleitung-marker, #einleitung-2-marker, #einleitung-3-marker, #einleitung-4-marker, #einleitung-5-marker, #einleitung-6-marker, #einleitung-7-marker, #einleitung-8-marker, #einleitung-9-marker {
  opacity: 0; }

#topWrapper {
  box-shadow: 0px -8px 10px 10px rgba(0, 0, 0, 0.63);
  position: fixed;
  width: 100%;
  z-index: 299;
  height: 299px; }

/* listView toggle */
#listviewToggler {
  position: fixed;
  margin-left: 0px;
  margin-top: 65px;
  width: 20px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.68);
  display: block;
  z-index: 302;
  text-align: center;
  text-decoration: none;
  box-shadow: -8px 0px 8px -5px #161616;
  cursor: pointer;
  transition: line-height 0.5s, margin-top 0.5s; }

.listView #listviewToggler {
  margin-top: 0px;
  line-height: 218px;
  border-right: 1px solid #000;
  width: 19px; }

#listviewToggler:before {
  content: "\e915";
  font-family: tl-icons;
  color: #000; }

.listView #listviewToggler:before {
  content: "\e90c";
  color: #000; }

#topWrapper.listView .tl-listViewWrapper {
  right: 0px; }

.tl-listViewWrapper {
  right: -350px;
  bottom: 0px;
  position: absolute;
  transition: right 0.5s ease-out; }

.tl-listView {
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-image: url("../img/back.jpg");
  overflow-y: auto;
  z-index: 299;
  display: block;
  box-shadow: -5px -4px 5px 2px #161616; }

#tl-listView-einleitung {
  display: none; }

.tl-listView div {
  cursor: pointer;
  float: left;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 2px 2px 0;
  font-family: 'monda', sans-serif;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap; }

.tl-listView div .tl-listView-date {
  color: #eeeeee;
  margin-left: 5px;
  position: relative;
  z-index: 10; }

.tl-listView div .tl-listView-headline {
  color: white;
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  z-index: 10; }

.tl-listView div.active {
  background-color: white; }

.tl-listView div:hover {
  background-color: rgba(255, 255, 255, 0.4); }

.tl-listView div.active:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.tl-listView div.active .tl-listView-headline {
  color: #262626; }

.tl-listView div.active .tl-listView-date {
  color: #262626; }

.tl-listView div:hover .tl-listView-marker span,
.tl-listView div.active .tl-listView-marker span {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6); }

.tl-listView-marker {
  display: inline-block;
  width: 32px;
  float: left;
  margin-top: 2px;
  margin-left: 2px;
  position: relative;
  z-index: 10; }

.tl-listView-marker span {
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-right: 2px;
  float: left; }

#extraContent div {
  float: left;
  width: 400px; }

/* slider navi */
body {
  background-image: url("../img/back_1.jpg");
  background-attachment: fixed; }

.tl-slidenav-next:hover .tl-slidenav-icon,
.tl-slidenav-next .tl-slidenav-icon {
  margin-left: 0; }

.tl-slidenav-next {
  margin-right: 0;
  right: 70px; }

.tl-slidenav-previous {
  margin-left: 0; }

.tl-slidenav-title, .tl-slidenav-description {
  display: none; }

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title {
  text-shadow: none !important; }

.tl-slidenav-next .tl-slidenav-content-container,
.tl-slidenav-previous .tl-slidenav-content-container {
  height: 70px;
  width: 70px; }

.tl-slidenav-previous .tl-slidenav-icon > span:before,
.tl-slidenav-next .tl-slidenav-icon > span:before,
.tl-slidenav-previous .tl-slidenav-icon:after,
.tl-slidenav-next .tl-slidenav-icon:after,
.tl-slidenav-previous .tl-slidenav-icon:before,
.tl-slidenav-next .tl-slidenav-icon:before {
  line-height: 70px;
  font-size: 70px;
  position: absolute;
  left: 0px;
  top: 0px; }

.tl-slidenav-previous .tl-slidenav-icon:before,
.tl-slidenav-next .tl-slidenav-icon:before {
  content: "\e903";
  color: rgba(0, 0, 0, 0.3); }

.tl-slidenav-previous .tl-slidenav-icon:after,
.tl-slidenav-next .tl-slidenav-icon:after {
  content: "\e902";
  color: white;
  transform: rotate(270deg);
  font-size: 40px;
  line-height: 60px;
  margin-left: 22px; }

.tl-slidenav-previous .tl-slidenav-icon > span:before,
.tl-slidenav-next .tl-slidenav-icon > span:before {
  content: "\e904";
  color: #444; }

.tl-slidenav-previous .tl-slidenav-icon:before {
  content: "\e906"; }

.tl-slidenav-previous .tl-slidenav-icon:after {
  transform: rotate(90deg);
  margin-left: 8px; }

.tl-slidenav-previous .tl-slidenav-icon > span:before {
  content: "\e907"; }

.tl-skinny .tl-slidenav-previous .tl-slidenav-icon > span:before,
.tl-skinny .tl-slidenav-next .tl-slidenav-icon > span:before,
.tl-skinny .tl-slidenav-previous .tl-slidenav-icon:after,
.tl-skinny .tl-slidenav-next .tl-slidenav-icon:after,
.tl-skinny .tl-slidenav-previous .tl-slidenav-icon:before,
.tl-skinny .tl-slidenav-next .tl-slidenav-icon:before {
  font-size: 50px;
  line-height: 50px; }
.tl-skinny .tl-slidenav-next {
  margin-right: 0;
  right: 50px; }
.tl-skinny .tl-slidenav-next .tl-slidenav-content-container,
.tl-skinny .tl-slidenav-previous .tl-slidenav-content-container {
  height: 50px;
  width: 50px; }
.tl-skinny .tl-slidenav-previous .tl-slidenav-icon:after,
.tl-skinny .tl-slidenav-next .tl-slidenav-icon:after {
  font-size: 30px;
  line-height: 44px;
  margin-left: 16px; }
.tl-skinny .tl-slidenav-previous .tl-slidenav-icon:after {
  margin-left: 5px; }

/* tune timeaxis */
.tl-timeera {
  height: 100%; }

.tl-timeera.tl-eventera {
  height: 20px; }

.tl-infomarker {
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: block;
  position: absolute;
  margin-top: 2px;
  z-index: 10;
  border-radius: 90px; }

.tl-infomarker:before {
  content: "\ea0c";
  font-family: tl-icons;
  text-align: center;
  margin-left: 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  top: 0px;
  color: #fff;
  position: absolute; }

.tl-infomarkerdetails:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -5px; }

.tl-infomarkergroup-redaktion .tl-infomarkerdetails {
  top: 0px; }
  .tl-infomarkergroup-redaktion .tl-infomarkerdetails:before {
    top: 3px; }

.tl-infomarkergroup-organisation .tl-infomarkerdetails {
  top: -20px; }
  .tl-infomarkergroup-organisation .tl-infomarkerdetails:before {
    top: 23px; }

.tl-infomarkergroup-ausstattung .tl-infomarkerdetails {
  top: -20px; }
  .tl-infomarkergroup-ausstattung .tl-infomarkerdetails:before {
    top: 23px; }

.tl-infomarkergroup-regie .tl-infomarkerdetails {
  top: -30px; }
  .tl-infomarkergroup-regie .tl-infomarkerdetails:before {
    top: 33px; }

.tl-infomarkergroup-kamera .tl-infomarkerdetails {
  top: -50px; }
  .tl-infomarkergroup-kamera .tl-infomarkerdetails:before {
    top: 53px; }

.tl-infomarkergroup-schauspiel .tl-infomarkerdetails {
  top: -70px; }
  .tl-infomarkergroup-schauspiel .tl-infomarkerdetails:before {
    top: 73px; }

.tl-infomarkergroup-special-effects .tl-infomarkerdetails {
  top: -90px; }
  .tl-infomarkergroup-special-effects .tl-infomarkerdetails:before {
    top: 93px; }

.tl-infomarkergroup-schnitt .tl-infomarkerdetails {
  top: -90px; }
  .tl-infomarkergroup-schnitt .tl-infomarkerdetails:before {
    top: 95px; }

.tl-infomarkergroup-ton .tl-infomarkerdetails {
  top: -130px; }
  .tl-infomarkergroup-ton .tl-infomarkerdetails:before {
    top: 133px; }

.tl-timeline .tl-infomarkerdetails {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(0.01, 1);
  transform-origin: 0 50%;
  width: 310px;
  min-height: 100px;
  margin-left: 30px;
  background-color: #fff;
  padding: 10px;
  position: absolute; }
  .tl-timeline .tl-infomarkerdetails h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #212121;
    margin-bottom: 5px; }
  .tl-timeline .tl-infomarkerdetails p {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #212121; }

.tl-infomarker:hover .tl-infomarkerdetails {
  opacity: 1;
  transform: scale(1, 1); }

.tl-timeera.tl-eventera.inactive {
  display: none; }

.tl-timeera .tl-timeera-background {
  background-color: rgba(255, 255, 255, 0.075) !important; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
  color: #fff; }

.tl-timeaxis-background {
  background-color: #111;
  border-top: 1px solid #000; }

.tl-timeaxis-minor .tl-timeaxis-tick-text {
  display: none !important; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden:before {
  opacity: 1; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
  color: #fff;
  opacity: 1; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
  border-color: #999; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
  border-color: #ccc; }

.tl-timeera .tl-timeera-content-container {
  border-radius: 0 !important;
  border: none !important; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  bottom: 10px;
  color: #fff;
  margin-left: 10px; }

/* header */
#header {
  height: 80px;
  background: #000 url("../img/back_oben.gif");
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 400; }

#header h1 {
  color: #fff;
  font-family: 'monda', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 80px;
  margin: 0 10px;
  text-align: center; }

#header h1 > i {
  display: block;
  background: url("../img/logo_oben.png");
  background-size: 100%;
  width: 335px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }

#header h1 span {
  display: none; }

body > .senderlogos {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 399; }

a.swr {
  display: block;
  width: 119px;
  height: 40px;
  margin-top: 20px;
  float: left; }

a.swr:focus {
  box-shadow: inset 0px 0px 0px 1px white;
  outline: none; }

a.swr:before {
  display: block;
  content: url("../img/swr.png");
  width: 119px;
  height: 80px;
  margin-top: -20px;
  float: left; }

a.planetschule {
  display: block;
  width: 178px;
  height: 40px;
  float: left;
  margin-top: 20px; }

a.planetschule:focus {
  box-shadow: inset 0px 0px 0px 1px white;
  outline: none; }

a.planetschule:before {
  display: block;
  content: url("../img/planetschule.png");
  width: 178px;
  height: 80px;
  margin-top: -18px;
  float: left; }

@media (max-width: 870px) {
  .senderlogos {
    transform: scale(0.6); }

  .senderlogos a.swr {
    float: none;
    margin-top: 0px;
    margin-left: -55px; }

  .senderlogos a.planetschule {
    float: none;
    margin-top: -5px;
    margin-left: -45px; }

  .senderlogos a:before {
    height: 40px; } }
@media (max-width: 480px) {
  #header h1:before {
    transform: scale(0.5); } }
#topWrapper {
  transition: height 1s;
  /*background-image: url("../img/back.jpg");*/
  background-color: black; }

.tl-storyslider {
  transition: top 1s; }

/* no timeline */
#timelineToggler {
  display: none;
  background: #000;
  width: 60px;
  padding: 6px 0px;
  color: #ccc;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  font-family: tl-icons;
  cursor: pointer;
  border-bottom-right-radius: 0px;
  transition: width 1s; }

#timelineToggler:before {
  content: "\e902"; }

#timelineToggler:hover {
  background: #CCC;
  color: #333; }

.noTimeline #topWrapper {
  height: 80px; }
.noTimeline #timelineToggler {
  display: block; }

.noTimeline.forcedTimeline #topWrapper {
  height: 299px; }
.noTimeline.forcedTimeline #timelineToggler:before {
  content: "\e901"; }

/* preloader*/
#preloader {
  background: white;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  transition: opacity 1s;
  opacity: 0;
  display: block; }

#preloader.extraContentStyle {
  background: rgba(0, 0, 0, 0.34); }

#preloader.active {
  opacity: 1; }

#preloader.hidden {
  display: none; }

#preloader #spinner:before {
  content: "";
  background-color: #fff;
  width: 160px;
  height: 160px;
  display: block;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 0px;
  transform-origin: 80px 80px; }

#preloader #spinner {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  overflow: hidden;
  position: absolute;
  z-index: 9999;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  transform-origin: 100px 100px;
  border-radius: 0px; }

#preloader #spinner.active {
  animation: spinner 3s linear 0s infinite; }

#preloader #spinner.active:before {
  animation: spinner2 1s ease-in-out 0s infinite alternate; }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spinner2 {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(180deg) scale(0.5); } }
/* timemarker animationen off */
.tl-timemarker .tl-timemarker-content-container,
.tl-timenav .tl-timenav-slider.tl-timenav-slider-animate,
.tl-timemarker {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.tl-timemarker.tl-timemarker-fast {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.tl-timemarker.tl-timemarker-fast .tl-timemarker-content-container {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.tl-timemarker.tl-timemarker-fast .tl-timemarker-timespan {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.tl-timemarker .tl-timemarker-timespan {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.tl-layout-portrait .tl-storyslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* content styling */
.tl-timeline .tl-headline-date,
.tl-timeline h3.tl-headline-date {
  font-family: 'monda', sans-serif !important;
  margin: 0 0 10px 0;
  display: none; }

.tl-timeline .tl-media,
.tl-timeline p {
  font-family: 'monda', sans-serif !important;
  font-size: 18px;
  line-height: 26px; }

.tl-text .tl-headline-date small,
.tl-text h3.tl-headline-date small,
.tl-text p {
  color: #444; }

.tl-full-color-background .tl-text, .tl-full-color-background .tl-text p, .tl-full-image-background .tl-text, .tl-full-image-background .tl-text p {
  color: #fff !important; }

#einleitung .tl-headline-date {
  display: none; }

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
  vertical-align: top;
  color: #444;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text; }

.tl-text .tl-headline-date, .tl-text h3.tl-headline-date {
  color: #444; }

/* pageLinks */
.tl-pageLinks-content {
  margin-bottom: 10px; }

a.tl-pageLink,
.tl-pageLinks-content a {
  font-family: monda;
  display: block;
  padding: 5px 10px 5px 28px;
  line-height: 20px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  margin-right: 5px;
  text-decoration: none !important;
  color: #444; }

a.tl-pageLink:before,
.tl-pageLinks-content a:before {
  content: "\e902";
  font-family: tl-icons;
  font-size: 14px;
  position: absolute;
  margin-left: -19px;
  margin-top: 1px; }

.tl-pageLinks-content a:hover,
.tl-pageLinks-content a:focus {
  color: #444; }

.tl-full-color-background .tl-pageLinks-content a {
  border: 1px solid #888;
  background-color: #444;
  color: #fff;
  text-shadow: none !important; }
.tl-full-color-background .tl-pageLinks-content a:hover,
.tl-full-color-background .tl-pageLinks-content a:focus {
  box-shadow: none;
  background-color: #222;
  border: 1px solid #fff;
  color: #444;
  text-shadow: none !important; }

.tl-moreLink-container {
  bottom: 0px;
  position: fixed;
  display: block;
  margin-left: calc(50% - 55px);
  width: 100px; }

.extraContentActive {
  height: auto; }

.extraContentActive .tl-moreLink-container {
  display: none; }

.extraContentActive .toTopContainer {
  bottom: -50px;
  position: fixed;
  display: block;
  margin-left: calc(50% - 65px);
  width: 120px;
  opacity: 0;
  z-index: 999;
  transition: bottom 1s, opacity 0.5s; }
  .extraContentActive .toTopContainer a.toTop {
    display: block;
    width: 120px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 50px;
    color: #fff !important;
    background-color: #444;
    font-family: 'monda', sans-serif;
    text-decoration: none; }
    .extraContentActive .toTopContainer a.toTop:before {
      content: "\e902";
      font-family: tl-icons;
      font-size: 30px;
      position: absolute;
      margin-left: -38px;
      margin-top: 1px;
      transform: rotate(180deg); }
  .extraContentActive .toTopContainer.active {
    bottom: 0px;
    opacity: 1; }

.tl-moreLink-container a {
  display: block;
  width: 100px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 30px;
  color: #fff !important;
  background-color: #444;
  font-family: 'monda', sans-serif; }

.tl-moreLink-container a:before {
  content: "\e902";
  font-family: tl-icons;
  font-size: 30px;
  position: absolute;
  margin-left: -38px;
  margin-top: 1px; }

.extraContentActive .extraContent {
  display: block; }

/*monument scrolling on ios
.extraContentActive .tl-slide {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
*/
.tl-slide.tl-full-color-background .extraContent h2,
.tl-slide.tl-full-color-background .extraContent h3,
.tl-slide.tl-full-color-background .extraContent p,
.tl-slide.tl-full-color-background .extraContent p a,
.tl-slide.tl-full-color-background .extraContent ul a {
  color: #444 !important;
  text-shadow: none !important; }

.extraContent {
  font-family: 'monda', sans-serif;
  margin: 0px;
  display: none;
  text-align: left;
  color: #444;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text; }
  .extraContent .textwithagallery > div:nth-child(1),
  .extraContent .imagewithimage > div.imageleft,
  .extraContent .textwithimage > div:nth-child(1) {
    width: calc(50% - 20px);
    margin-right: 20px;
    float: left; }
  .extraContent .textwithagallery > div:nth-child(2),
  .extraContent .imagewithimage > div.imageright,
  .extraContent .textwithimage > div:nth-child(2) {
    width: calc(50% - 20px);
    margin-left: 20px;
    float: left; }
  .extraContent .textwithagallery .breaker,
  .extraContent .imagewithimage .breaker,
  .extraContent .textwithimage .breaker {
    clear: both;
    float: none; }
  .extraContent .imageGalleryWrapper img,
  .extraContent .imagewithimage img,
  .extraContent .textwithimage img {
    width: 100%; }
  .extraContent .imageGalleryWrapper .row {
    margin-bottom: 20px; }
    .extraContent .imageGalleryWrapper .row:after {
      content: "";
      display: block;
      clear: both;
      float: none; }
    .extraContent .imageGalleryWrapper .row > div.col6 {
      width: calc(50% - 10px);
      float: left; }
      .extraContent .imageGalleryWrapper .row > div.col6:nth-child(2) {
        margin-left: 20px; }
    .extraContent .imageGalleryWrapper .row > div.col4 {
      width: calc(33% - 13.333px);
      float: left; }
      .extraContent .imageGalleryWrapper .row > div.col4:nth-child(2) {
        margin-left: 20px; }
      .extraContent .imageGalleryWrapper .row > div.col4:nth-child(3) {
        margin-left: 20px; }
    .extraContent .imageGalleryWrapper .row > div.col3 {
      width: calc(25% - 15px);
      float: left; }
      .extraContent .imageGalleryWrapper .row > div.col3:nth-child(2) {
        margin-left: 20px; }
      .extraContent .imageGalleryWrapper .row > div.col3:nth-child(3) {
        margin-left: 20px; }
      .extraContent .imageGalleryWrapper .row > div.col3:nth-child(4) {
        margin-left: 20px; }
  .extraContent .textWrapper .einleitung {
    font-size: 24px;
    line-height: 32px; }
  .extraContent p,
  .extraContent p a, .extraContent ul a,
  .extraContent .copyright,
  .extraContent .caption,
  .extraContent p a:hover, .extraContent ul a:hover {
    color: #444 !important;
    text-shadow: none !important;
    font-size: 18px;
    line-height: 26px; }
  .extraContent h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0; }
  .extraContent h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px; }
  .extraContent .container > div {
    padding: 40px 100px;
    background-size: cover;
    float: none;
    clear: both; }
    .extraContent .container > div:last-child {
      padding-bottom: 100px; }
  .extraContent .text p, .extraContent .textWrapper p {
    margin-top: 0px;
    margin-bottom: 20px; }
  .extraContent .imageWrapper img {
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6); }
  .extraContent .imageWrapper.freisteller img {
    box-shadow: none; }
  .extraContent .links ul {
    list-style-type: none;
    padding: 0; }
    .extraContent .links ul a {
      padding-left: 25px;
      color: #444;
      font-family: monda; }
    .extraContent .links ul a:before {
      content: "\e905";
      font-family: tl-icons;
      font-size: 18px;
      position: absolute;
      margin-left: -25px;
      margin-top: 1px;
      width: 20px;
      height: 18px;
      background-color: #444;
      color: #fff; }

.copyright,
.caption,
.tl-timeline .tl-caption {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  color: #444; }

.tl-skinny .extraContent .textwithimage .textWrapper,
.tl-skinny .extraContent .textwithimage .imageWrapper {
  width: 100%;
  float: none;
  margin: 0; }
.tl-skinny .extraContent .textwithagallery .textWrapper,
.tl-skinny .extraContent .textwithagallery .imageGalleryWrapper {
  width: 100%;
  float: none;
  margin: 0; }
.tl-skinny .extraContent .container > div {
  padding: 50px 50px; }
.tl-skinny .textWrapper .einleitung {
  font-size: 18px;
  line-height: 26px; }
.tl-skinny .textwithagallery,
.tl-skinny .textwithimage {
  display: flex;
  flex-flow: column; }
.tl-skinny .textwithimage .imageWrapper.imageleft {
  order: 2; }
.tl-skinny .extraContent .container > div {
  padding: 50px; }
.tl-skinny .extraContent .imagewithimage > div.imageleft, .tl-skinny .extraContent .imagewithimage > div.imageright {
  width: 100%;
  margin-left: 0px;
  float: none; }
.tl-skinny .extraContent .imagewithimage > div.imageleft {
  margin-bottom: 20px; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content {
  flex-direction: column;
  -webkit-flex-direction: column; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
  padding-top: 0px;
  border-top: 0px solid #000; }

.scrollTarget h2 {
  animation: scrollTargetAnim 2s linear; }

.extraContent .textOverImage.scrollTarget h2 {
  animation: scrollTargetAnimInvers 2s linear; }

@keyframes scrollTargetAnim {
  0% {
    color: #444444; }
  50% {
    color: white; }
  100% {
    color: #444444; } }
@keyframes scrollTargetAnimInvers {
  0% {
    color: white; }
  50% {
    color: #444444; }
  100% {
    color: white; } }
.tl-slide.tl-full-color-background .extraContent .textOverImage p,
.tl-slide.tl-full-color-background .extraContent .textOverImage p a, .tl-slide.tl-full-color-background .extraContent .textOverImage ul a,
.tl-slide.tl-full-color-background .extraContent .textOverImage .copyright,
.tl-slide.tl-full-color-background .extraContent .textOverImage .caption,
.tl-slide.tl-full-color-background .extraContent .textOverImage p a:hover, .tl-slide.tl-full-color-background .extraContent .textOverImage ul a:hover,
.tl-slide.tl-full-color-background .extraContent .textOverImage h2,
.tl-slide.tl-full-color-background .extraContent .textOverImage h3,
.extraContent .textOverImage p,
.extraContent .textOverImage p a,
.extraContent .textOverImage ul a,
.extraContent .textOverImage .copyright,
.extraContent .textOverImage .caption,
.extraContent .textOverImage p a:hover,
.extraContent .textOverImage ul a:hover,
.extraContent .textOverImage h2,
.extraContent .textOverImage h3 {
  color: #fff !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-credit {
  float: right; }

/* focusStructure */
#focusStructure {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1; }

.focus {
  box-shadow: inset 0px 0px 0px 1px white; }

.tl-slidenav-next.focus .tl-slidenav-icon > span:before,
.tl-slidenav-previous.focus .tl-slidenav-icon > span:before {
  color: white; }

.tl-slidenav-next.focus .tl-slidenav-icon:after,
.tl-slidenav-previous.focus .tl-slidenav-icon:after {
  color: #000; }

#timelineToggler.focus {
  background: #fff;
  color: #000; }

/* hamburger-menu */
#mainmenuToggler {
  position: fixed;
  display: block;
  right: 20px;
  top: 20px;
  z-index: 500;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  font-family: tl-icons;
  text-decoration: none;
  padding: 4px; }

#mainmenuToggler:before {
  content: "\e916";
  background-color: #fff;
  color: #000;
  padding: 4px;
  font-size: 24px;
  line-height: 24px;
  font-family: tl-icons;
  float: left; }

#mainmenuToggler.focus {
  box-shadow: inset 0px 0px 0px 1px white; }

body.mainmenu, body.searchbox {
  overflow: hidden; }

body.mainmenu #mainmenuToggler:before {
  content: "\ea0f"; }

body.mainmenu #mainmenu {
  transform: translateX(0);
  opacity: 1;
  overflow-y: auto; }

#mainmenu {
  font-family: "monda";
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #888 url("../img/menu.jpg") center center;
  background-size: cover;
  z-index: 400;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  overflow: auto;
  transform: translateX(3000px);
  transition: all 0.75s ease-out;
  transform-origin: 100% 0px;
  opacity: 1; }

#mainmenu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding-left: 6px;
  font-size: 14px; }

#mainmenu ul ul li {
  margin-bottom: 12px; }
  #mainmenu ul ul li a {
    line-height: 18px; }

#mainmenu a:focus {
  background-color: white;
  box-shadow: inset 0px 0px 0px 1px black;
  outline: none; }

#mainmenu a:hover {
  text-decoration: underline; }

#mainmenu > ul {
  margin: 0;
  padding: 0; }

#mainmenu #footer > ul > li,
#mainmenu > ul > li {
  float: left;
  width: calc(25% - 40px);
  margin: 0;
  list-style-type: none;
  margin: 20px;
  min-width: 200px; }

#mainmenu > ul > li > a {
  font-weight: bold;
  background-color: #fff;
  padding: 6px; }

#mainmenu #footer ul,
#mainmenu > ul > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px; }

#mainmenu #footer ul:after,
#mainmenu > ul:after {
  content: "";
  clear: both;
  float: none;
  display: block;
  margin-bottom: 50px; }

#mainmenu > ul > li {
  background-position: center 20px;
  background-repeat: no-repeat;
  padding-top: 210px;
  background-size: auto 162px; }
#mainmenu li.zeitleiste {
  background-image: url("../img/zeitleiste.png"); }
#mainmenu li.gewerke {
  background-image: url("../img/gewerke.png"); }
#mainmenu li.materialien {
  background-image: url("../img/materialien.png"); }
#mainmenu li.filme {
  background-image: url("../img/filme.png"); }

/* suche */
#searchboxToggler {
  position: fixed;
  display: block;
  right: 60px;
  top: 20px;
  z-index: 500;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  font-family: tl-icons;
  text-decoration: none;
  padding: 4px; }

#searchboxToggler:before {
  content: "\e986";
  background-color: #fff;
  color: #000;
  padding: 4px;
  font-size: 24px;
  line-height: 24px;
  font-family: tl-icons;
  float: left; }

#searchboxToggler.focus {
  box-shadow: inset 0px 0px 0px 1px white; }

body.searchbox #searchboxToggler:before {
  content: "\ea0f"; }

#searchbox {
  font-family: "monda";
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #888 url("../img/menu.jpg") center center;
  background-size: cover;
  z-index: 400;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  transform: translateX(3000px);
  transition: all 0.75s ease-out;
  transform-origin: 100% 0px;
  opacity: 1; }
  #searchbox .noResult {
    background-color: #00a0d5;
    color: #fff;
    position: absolute;
    top: 124px;
    padding: 13px;
    width: 368px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3); }

body.searchbox #searchbox {
  transform: translateX(0);
  opacity: 1;
  overflow-y: auto; }

#searchbox form {
  width: 400px;
  margin-left: auto;
  margin-right: auto; }

#searchbox form .searchfield {
  width: 300px;
  font-family: "monda";
  line-height: 64px;
  font-size: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: white;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  float: left; }

#searchbox form .submitbutton {
  display: block;
  width: 64px;
  height: 64px;
  float: left;
  margin-left: 20px; }

#searchbox form .submitbutton:before {
  content: "\e986";
  background-color: #000;
  color: #fff;
  padding: 8px;
  font-size: 48px;
  line-height: 48px;
  font-family: tl-icons;
  float: left;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3); }

#searchResults {
  display: block;
  float: none;
  clear: both;
  margin-top: 80px; }

#searchResults:after {
  content: "";
  clear: both;
  float: none;
  display: block;
  margin-bottom: 160px; }

#searchResults > div {
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 162px;
  float: left;
  width: calc(25% - 40px);
  list-style-type: none;
  margin: 20px;
  padding: 0;
  padding-top: 210px;
  min-width: 200px; }

#resultsTimeline {
  background-image: url("../img/zeitleiste.png"); }

#resultsPages {
  background-image: url("../img/gewerke.png"); }

#resultsMaterials {
  background-image: url("../img/materialien.png"); }

#resultsMovies {
  background-image: url("../img/filme.png"); }

#searchResults div h3 {
  color: #444;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding: 6px;
  position: relative; }
  #searchResults div h3 a {
    color: #444;
    text-decoration: none; }

#searchResults div > a {
  display: block;
  color: #444;
  padding: 6px;
  text-decoration: none;
  position: relative;
  margin-top: 16px;
  overflow: hidden; }
  #searchResults div > a.opened span.searchAbstract {
    display: block; }
  #searchResults div > a.opened i:after {
    content: "\e90a"; }
  #searchResults div > a span.searchTitle {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-right: 16px; }
  #searchResults div > a span.searchAbstract {
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px; }
    #searchResults div > a span.searchAbstract span {
      font-weight: bold;
      color: #00a0d5; }
  #searchResults div > a i {
    position: absolute;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    font-family: tl-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
    #searchResults div > a i:after {
      content: "\e90b";
      padding: 5px;
      color: #444;
      line-height: 14px; }

#searchResults a:focus {
  background-color: white;
  box-shadow: inset 0px 0px 0px 1px black;
  outline: none; }

#searchResults .allAbstractToggler {
  position: absolute;
  right: 16px;
  top: 6px;
  display: block;
  width: 10px;
  height: 10px;
  font-family: tl-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  #searchResults .allAbstractToggler:after {
    content: "\e90b";
    padding: 5px;
    color: #444;
    line-height: 25px; }
  #searchResults .allAbstractToggler.opened:after {
    content: "\e90a"; }

@media (min-width: 1024px) {
  #searchResults,
  #footer,
  #mainmenu > ul {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1023px) {
  #searchResults > div,
  #mainmenu > ul > li {
    padding: 0px;
    padding-top: 200px;
    background-size: auto 160px;
    width: calc(100% - 40px);
    float: none; }
    #searchResults > div a,
    #mainmenu > ul > li a {
      outline: transparent 1px solid;
      text-align: center; }

  #mainmenu #footer > ul > li {
    text-align: center;
    padding: 0px;
    width: calc(100% - 40px);
    float: none; }
    #mainmenu #footer > ul > li a {
      outline: transparent 1px solid;
      text-align: center; }

  ul li a {
    outline: transparent 1px solid;
    text-align: center; }

  #searchbox form {
    width: 80%; }
    #searchbox form .searchfield {
      width: calc(100% - 100px); }
    #searchbox form .noResult {
      width: calc(100% - 45px);
      position: relative;
      padding: 20px;
      top: 20px;
      float: none;
      clear: both; } }
/* pageView */
#timelineWrapper.pageView {
  height: 80px !important; }

.pageView .tl-storyslider {
  top: -9999999px !important; }

/* track debugger */
#planet_schule_de_count,
#planet_schule_de_log {
  background: white;
  z-index: 99999999; }

/* animationen mindern */
.tl-timeera.tl-timeera-fast,
.tl-timeera .tl-timeera-content-container {
  -webkit-transition: none !important;
  transition: none !important; }

.video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6); }

.dpnglossary {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.dpnglossary > i {
  position: absolute;
  display: none; }

.dpnglossary:hover > i {
  display: block;
  left: 0;
  width: 320px;
  background-color: #fffbdb;
  color: #000;
  padding: 5px;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  font-size: 16px;
  line-height: 20px;
  font-style: normal; }
  .dpnglossary:hover > i:before {
    content: "";
    height: 22px;
    width: 330px;
    display: block;
    margin-top: -22px;
    margin-left: -5px; }
  .dpnglossary:hover > i a {
    font-size: 16px !important;
    line-height: 20px !important; }

.tl-media-content-container {
  padding-right: 20px; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
  padding-left: 0;
  padding-right: 10px; }
.tl-skinny .tl-media-content-container {
  padding-right: 0; }

a.lightbox {
  position: relative; }

a.lightbox:after {
  content: "\e90b";
  position: absolute;
  background-color: #444;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  line-height: 14px;
  left: 0;
  bottom: 5px;
  text-align: center;
  width: 15px;
  font-family: tl-icons; }

#imagelightbox {
  position: fixed;
  z-index: 99999999;
  -ms-touch-action: none;
  touch-action: none; }

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#imagelightbox-close {
  position: fixed;
  display: block;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  font-family: tl-icons;
  text-decoration: none;
  padding: 4px;
  z-index: 999999991;
  border: none;
  background-color: transparent; }
  #imagelightbox-close:before {
    content: "\ea0f";
    background-color: #fff;
    color: #000;
    padding: 4px;
    font-size: 24px;
    line-height: 24px;
    font-family: tl-icons;
    float: left; }

.tl-timeline #einleitung h2, #einleitung .tl-text p {
  color: #fff !important; }

.tl-timeline h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0; }

@media print {
  .senderlogos, #searchboxToggler, #mainmenuToggler, .tl-moreLink-container, .toTopContainer, iframe {
    display: none !important; }

  #timelineWrapper {
    height: auto !important; }

  .tl-timeline #einleitung h2, #einleitung .tl-text p {
    color: #444 !important; }

  #topWrapper {
    display: none; }

  #timeline {
    overflow: auto;
    width: 800px; }

  .tl-storyslider {
    top: 0 !important;
    height: auto !important; }

  .tl-slider-container {
    left: 0 !important;
    position: relative !important; }

  .tl-slide .tl-slide-scrollable-container {
    display: block !important;
    height: auto !important; }

  .tl-slider-item-container {
    display: block !important; }

  .tl-slide {
    display: none; }

  .tl-slide.active {
    display: block;
    position: relative;
    left: 0px !important;
    top: 0px !important; }

  .tl-slide .tl-slide-content-container {
    width: 800px; }

  .tl-slide-content {
    display: block !important;
    width: 800px !important;
    padding: 0 !important;
    margin: 0 !important; }

  .tl-slide-content .tl-text {
    width: 800px !important;
    margin: 0 !important;
    padding: 0 !important; }

  .tl-slide-content .tl-media {
    width: 800px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important; }

  .tl-slidenav-next, .tl-slidenav-previous {
    display: none !important; } }


#preScreen > a#preInteraktiv {
  top: 70px;
  left: calc(50% + -90px);
  display:block;
}




@media (max-width: 1140px), (max-height: 720px){


  #preScreen > a#preInteraktiv {
    top: 300px;
    left: calc(50% + -70px);
  }



}

#mainmenu ul li.materialien ul li a[href$="/tatort-film/interaktiv/"] {
  background-color:white;
  padding:5px 10px;
  margin:0 auto;
  font-weight: bold;
  text-align: left;
  position:relative;
  margin-top:240px;
}

#mainmenu ul li.materialien ul li a[href$="/tatort-film/interaktiv/"]:before{
  content: "";
  display: block;
  position: absolute;
  top: -170px;
  width: 200px;
  height: 171px;
  background-image: url(../img/interaktiv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

@media (max-width: 1020px){
  #mainmenu ul li.materialien ul li a[href$="/tatort-film/interaktiv/"] {
    width: 200px;
    text-align: center;
  }
  
}