body:before {
  top: 109px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "BrixSlab-Regular", Courier, monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
  color: #000; }
  @media (min-width: 42.5em) {
    body {
      font-size: 1rem; } }

h1, h2, h3, h4 {
  font-family: "BrixSlab-Bold", Sans;
  font-weight: normal;
  font-style: normal; }

h1 {
  font-size: 2rem;
  margin: 0; }
  @media (min-width: 48em) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 0.4rem 0 0.8rem 0; }
  @media (min-width: 48em) {
    h2 {
      font-size: 1.5rem;
      margin: 0; } }

h3 {
  margin: 0;
  font-size: 1rem; }

a {
  color: #c00;
  text-decoration: underline; }
  a:hover {
    color: #000; }

em, i {
  font-family: "BrixSlab-RegularItalic", Courier, monospace;
  font-style: normal;
  font-weight: normal; }

strong, b {
  font-family: "BrixSlab-Bold", Sans;
  font-style: normal;
  font-weight: normal; }

figure {
  margin: 0; }

figcaption {
  font-size: 0.75rem; }

input, button {
  font-family: "BrixSlab-Regular", Courier, monospace;
  font-weight: normal; }

blockquote {
  margin: 0;
  font-family: "BrixSlab-RegularItalic", Courier, monospace;
  font-weight: normal;
  font-style: normal; }
  @media (min-width: 42.5em) {
    blockquote {
      margin: 0 1rem; } }

a:focus, img:focus {
  outline: 0; }

.zs-site-wrapper {
  max-width: 920px;
  margin: 0 auto 40px auto;
  padding: 0 10px; }
  @media (min-width: 25em) {
    .zs-site-wrapper {
      padding: 0 20px; } }

.zs-header {
  position: relative;
  padding-top: 10px; }
  @media (min-width: 42.5em) {
    .zs-header {
      padding-top: 30px; } }

.zs-branding {
  margin: 10px 0 15px 0;
  font-family: "BrixSlab-Bold", Sans;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 42.5em) {
    .zs-branding {
      margin-bottom: 20px; } }
  .zs-branding a {
    text-decoration: none;
    color: inherit; }

.zs-headline {
  display: none; }
  @media (min-width: 42.5em) {
    .zs-headline {
      display: block;
      padding-bottom: 10px; } }

.zs-main {
  position: relative;
  padding-bottom: 10px; }

.zs-footer {
  padding: 5px 0; }
  .zs-footer .zs-columned__left {
    margin-bottom: 0; }

.zs-columned {
  display: flex;
  flex-direction: column; }
  @media (min-width: 42.5em) {
    .zs-columned {
      flex-direction: row; } }
  .zs-columned__left {
    margin-bottom: 10px;
    padding-right: 20px; }
    @media (min-width: 42.5em) {
      .zs-columned__left {
        width: 320px;
        min-width: 320px;
        margin-bottom: 0; } }
    @media (min-width: 42.5em) {
      .zs-columned__left--wide {
        width: 480px;
        min-width: 480px; } }
  .zs-columned__right {
    width: 100%; }
    @media (min-width: 42.5em) {
      .zs-columned__right .zs-hr {
        display: none; } }
  @media (max-width: 42.49em) {
    .zs-columned--reversing .zs-columned__left {
      order: 2; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.zs-main-menu {
  padding: 0;
  margin: 10px 0;
  font-family: "BrixSlab-Bold", Sans;
  font-weight: normal;
  list-style: none;
  display: flex;
  font-size: 1rem; }
  @media (max-width: 42.49em) {
    .zs-main-menu {
      opacity: 0;
      -webkit-animation: fadeIn ease-in 1;
              animation: fadeIn ease-in 1;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; } }
  .zs-main-menu a {
    text-decoration: none; }
  .zs-main-menu li {
    width: auto;
    white-space: nowrap; }
    @media (min-width: 25em) {
      .zs-main-menu li {
        width: 160px; } }
  .zs-main-menu__level1 {
    display: block; }
    .zs-main-menu__level1 > span {
      display: none; }
    @media (max-width: 24.99em) {
      .zs-main-menu__level1 + .zs-main-menu__level1 {
        padding-left: 15px; } }
    .zs-main-menu__level1--2 {
      display: none; }
      @media (min-width: 48em) {
        .zs-main-menu__level1--2 {
          display: inline-block; } }
  .zs-main-menu .menu_level_1 {
    list-style: none;
    padding: 0; }

.zs-service-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .zs-service-menu li {
    display: inline; }
  .zs-service-menu li + li {
    padding-left: 5px; }
  .zs-service-menu .current a {
    color: #000; }

.zs-vertilist {
  padding: 0;
  list-style: none; }
  .zs-vertilist a {
    text-decoration: none; }
  .zs-vertilist ul {
    list-style: none;
    padding-left: 20px; }
  @media (max-width: 42.49em) {
    .zs-vertilist h3 {
      display: inline;
      font-size: 0.9rem;
      margin-right: 15px; }
    .zs-vertilist > li {
      display: inline-block; }
      .zs-vertilist > li ul {
        display: none; } }
  @media (max-width: 24.99em) {
    .zs-vertilist > li {
      width: auto; } }

.zs-button {
  border: 0;
  padding: 8px 12px 6px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem; }
  .zs-button--primary {
    background-color: #c00;
    color: white; }
  .zs-button--secondary {
    background-color: #ccc; }
  .zs-button--disabled {
    background-color: #ccc;
    pointer-events: none;
    cursor: default; }

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.zs-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #000; }
  .zs-ticker__wrapper {
    display: none;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 42.5em) {
      .zs-ticker__wrapper {
        display: block; } }
  @media (min-width: 42.5em) {
    .zs-ticker__core {
      display: inline-block;
      box-sizing: content-box;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-duration: 30s;
              animation-duration: 30s;
      padding-left: 20px;
      -webkit-animation-name: ticker;
              animation-name: ticker; } }
  .zs-ticker__item {
    text-decoration: none;
    color: #000; }
    .zs-ticker__item--over {
      color: #c00 !important; }
  .zs-ticker .zs-headline {
    padding-bottom: 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (min-width: 42.5em) {
  .zs-homepage .zs-ticker__wrapper {
    opacity: 0;
    -webkit-animation: fadeIn 0.5s ease-in 1s 1 forwards;
            animation: fadeIn 0.5s ease-in 1s 1 forwards; }
  .zs-homepage .zs-main-menu__level1 {
    opacity: 0; }
    .zs-homepage .zs-main-menu__level1--1 {
      -webkit-animation: fadeIn 0.3s ease-in 0.6s 1 forwards;
              animation: fadeIn 0.3s ease-in 0.6s 1 forwards; }
    .zs-homepage .zs-main-menu__level1--2 {
      -webkit-animation: fadeIn 0.3s ease-in 0.8s 1 forwards;
              animation: fadeIn 0.3s ease-in 0.8s 1 forwards; }
    .zs-homepage .zs-main-menu__level1--3 {
      -webkit-animation: fadeIn 0.3s ease-in 1s 1 forwards;
              animation: fadeIn 0.3s ease-in 1s 1 forwards; }
    .zs-homepage .zs-main-menu__level1--4 {
      -webkit-animation: fadeIn 0.3s ease-in 1.1s 1 forwards;
              animation: fadeIn 0.3s ease-in 1.1s 1 forwards; } }

.zs-homepage .zs-branding {
  position: relative; }
  .zs-homepage .zs-branding a:first-child {
    opacity: 0;
    -webkit-animation: fadeIn 0.5s ease-in 0.5s 1 forwards;
            animation: fadeIn 0.5s ease-in 0.5s 1 forwards; }

.zs-homepage-poster {
  position: relative; }
  @media (min-width: 42.5em) {
    .zs-homepage-poster {
      opacity: 0;
      -webkit-animation: fadeIn 0.5s ease-in 1s 1 forwards;
              animation: fadeIn 0.5s ease-in 1s 1 forwards; } }
  .zs-homepage-poster__area {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%; }
    .zs-homepage-poster__area--left {
      top: 0;
      left: 0; }
    .zs-homepage-poster__area--right {
      top: 0;
      right: 0; }
  .zs-homepage-poster--left .zs-homepage-poster__arr--left {
    -webkit-animation: fadeIn 0.2s ease-in 0s 1 forwards;
            animation: fadeIn 0.2s ease-in 0s 1 forwards; }
  .zs-homepage-poster--left .zs-homepage-poster__label--left {
    -webkit-animation: fadeIn 0.2s ease-in 0s 1 forwards;
            animation: fadeIn 0.2s ease-in 0s 1 forwards; }
  .zs-homepage-poster--right .zs-homepage-poster__arr--right {
    -webkit-animation: fadeIn 0.2s ease-in 0s 1 forwards;
            animation: fadeIn 0.2s ease-in 0s 1 forwards; }
  .zs-homepage-poster--right .zs-homepage-poster__label--right {
    -webkit-animation: fadeIn 0.2s ease-in 0s 1 forwards;
            animation: fadeIn 0.2s ease-in 0s 1 forwards; }
  .zs-homepage-poster__core {
    max-width: 100%; }
  .zs-homepage-poster__label {
    position: absolute;
    opacity: 0; }
    .zs-homepage-poster__label--left {
      top: 37%;
      left: -2%; }
    .zs-homepage-poster__label--right {
      top: 49%;
      right: 0; }
  .zs-homepage-poster__arr {
    position: absolute;
    opacity: 0; }
    .zs-homepage-poster__arr--left {
      left: 2%;
      top: 30%; }
    .zs-homepage-poster__arr--right {
      top: 38%;
      right: 9%; }

.zs-form {
  margin-top: 20px;
  margin-bottom: 20px; }
  .zs-form__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    @media (min-width: 42.5em) {
      .zs-form__row {
        flex-direction: row; } }
    .zs-form__row label {
      width: 160px;
      margin-bottom: 5px;
      color: #999; }
      @media (min-width: 42.5em) {
        .zs-form__row label {
          margin-bottom: 0; } }
      .zs-form__row label:after {
        content: ''; }
    .zs-form__row .g-recaptcha {
      margin-top: 5px; }
      @media (min-width: 42.5em) {
        .zs-form__row .g-recaptcha {
          margin-left: 160px; } }
    .zs-form__row input {
      width: 100%;
      max-width: 320px;
      padding: 5px;
      font-size: 1rem; }
    .zs-form__row input[type=checkbox] {
      width: auto; }
    .zs-form__row textarea {
      width: 100%;
      max-width: 320px;
      min-height: 240px; }
  .zs-form__widget {
    width: 100%;
    max-width: 320px; }
  .zs-form--vertical {
    margin: 0; }
    .zs-form--vertical input[type=submit] {
      margin-left: 0 !important; }
  .zs-form--vertical .zs-form__row {
    flex-direction: column; }
    @media (min-width: 42.5em) {
      .zs-form--vertical .zs-form__row {
        flex-direction: column; } }
    .zs-form--vertical .zs-form__row label {
      width: 100%; }
    .zs-form--vertical .zs-form__row .g-recaptcha {
      margin-top: 5px; }
      @media (min-width: 42.5em) {
        .zs-form--vertical .zs-form__row .g-recaptcha {
          margin-left: 0; } }
    .zs-form--vertical .zs-form__row input, .zs-form--vertical .zs-form__row textarea {
      max-width: 100%; }
  @media (min-width: 42.5em) {
    .zs-form--vertical .zs-recaptcha__errors {
      margin-left: 0; } }
  @media (min-width: 42.5em) {
    .zs-form input[type=submit] {
      margin-left: 160px; } }
  .zs-form__errors {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    color: #c00; }
  .zs-form__buttons {
    margin-top: 10px; }

.zs-recaptcha__errors {
  width: 100%; }
  @media (min-width: 42.5em) {
    .zs-recaptcha__errors {
      margin-left: 160px; } }

.zs-newsItem__image {
  display: block;
  margin-top: 15px;
  color: #999; }
  .zs-newsItem__image img {
    max-width: 100%; }
  .zs-imageGallery .zs-newsItem__image {
    margin-top: unset; }

.zs-comment-link__icon {
  margin-left: 5px;
  text-decoration: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.71429px, -5px, 0);
            transform: rotate(-45deg) translate3d(-3.71429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            transform: translate3d(0, -16px, 0) rotate(-90deg); }

.hamburger {
  visibility: hidden;
  position: absolute;
  top: 5px;
  right: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/css/fonts/icomoon.eot?jlr5o4");
  src: url("/css/fonts/icomoon.eot?jlr5o4#iefix") format("embedded-opentype"), url("/css/fonts/icomoon.ttf?jlr5o4") format("truetype"), url("/css/fonts/icomoon.woff?jlr5o4") format("woff"), url("/css/fonts/icomoon.svg?jlr5o4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus-circle:before {
  content: "\e910"; }

.icon-minus-square:before {
  content: "\e911"; }

.icon-plus-square:before {
  content: "\e90e"; }

.icon-plus-circle:before {
  content: "\e90f"; }

.icon-angle-double-up:before {
  content: "\e900"; }

.icon-arrow-circle-up:before {
  content: "\e901"; }

.icon-level-up:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e903"; }

.icon-chevron-up:before {
  content: "\e904"; }

.icon-external-link-square:before {
  content: "\e905"; }

.icon-external-link:before {
  content: "\e906"; }

.icon-download:before {
  content: "\e907"; }

.icon-cloud-download:before {
  content: "\e908"; }

.icon-edit:before {
  content: "\e909"; }

.icon-pencil-square-o:before {
  content: "\e909"; }

.icon-pencil:before {
  content: "\e90a"; }

.icon-commenting-o:before {
  content: "\e90b"; }

.icon-commenting:before {
  content: "\e90c"; }

.icon-comment-o:before {
  content: "\e90d"; }

.zs-header__image {
  position: absolute;
  visibility: hidden; }
  .zs-header__image img {
    width: 112px;
    height: auto; }
  @media (min-width: 25em) {
    .zs-header__image {
      visibility: visible;
      top: 17px;
      right: 0; } }
  @media (min-width: 42.5em) {
    .zs-header__image {
      right: 50px;
      top: 43px; } }
  @media (min-width: 48em) {
    .zs-header__image {
      top: 42px; } }
  @media (min-width: 25em) {
    .zs-header__image--filmografie {
      top: 96px; } }
  @media (min-width: 42.5em) {
    .zs-header__image--filmografie {
      top: 120px; } }
  @media (min-width: 48em) {
    .zs-header__image--filmografie {
      top: 96px; } }
  @media (min-width: 25em) {
    .zs-header__image--contact {
      top: -2px; } }
  @media (min-width: 42.5em) {
    .zs-header__image--contact {
      top: 22px; } }

.zs-imageGallery {
  margin-top: 15px;
  box-sizing: border-box; }
  .zs-imageGallery__tile {
    box-sizing: border-box;
    width: calc(50% - 10px); }

.zs-link--imdb {
  background-color: #c00;
  color: white;
  text-decoration: none;
  font-size: 0.65rem;
  vertical-align: middle;
  padding: 2px 5px 0 5px;
  position: relative;
  margin-left: 0.25rem; }
  .zs-link--imdb:hover {
    color: white; }

.zs-content--text {
  max-width: 480px;
  overflow-wrap: break-word; }
  .zs-content--text p:first-child {
    margin-top: 0.2rem; }

.zs-content--padends {
  margin-top: 10px;
  margin-bottom: 10px; }

.zs-documentSection {
  padding-top: 15px;
  padding-bottom: 30px; }
  .zs-documentSection__headline a {
    text-decoration: none;
    color: #000; }
  .zs-documentSection__headline .zs-icon {
    color: #c00;
    padding-left: 5px;
    font-size: 1rem; }
    @media (min-width: 42.5em) {
      .zs-documentSection__headline .zs-icon {
        display: none; } }
  .zs-documentSection--filmografie ul {
    padding-left: 1.2rem; }
  @media (max-width: 42.49em) {
    .zs-documentSection--filmografie {
      padding: 15px 0; } }

.zs-flash {
  margin: 10px 0;
  color: #c00;
  font-family: "BrixSlab-Bold", Sans;
  font-weight: normal;
  font-style: normal;
  margin-left: 320px; }

@-webkit-keyframes scaleRight {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes scaleRight {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.zs-hr {
  width: 100%;
  border: 0;
  border-bottom: dashed 1px #000;
  -o-border-image: url("/images/dash.gif") 1 round;
     border-image: url("/images/dash.gif") 1 round;
  margin: 0; }
  @media (min-width: 42.5em) {
    .zs-hr--ani {
      width: 0;
      -webkit-animation: scaleRight 0.5s linear 0.5s 1 forwards;
              animation: scaleRight 0.5s linear 0.5s 1 forwards; } }

.zs-edit {
  text-decoration: none;
  align-self: flex-end; }

.zs-pagination {
  margin-bottom: 20px; }
  .zs-pagination .current {
    padding: 4px 7px 2px 7px; }
  .zs-pagination a {
    background-color: #c00;
    color: white;
    padding: 4px 7px 2px 7px;
    border-radius: 3px;
    text-decoration: none; }
    .zs-pagination a:hover {
      background-color: #000; }

.zs-warning {
  color: #c00; }

.zs-active span {
  color: white;
  background-color: #000;
  margin: -1px -7px;
  padding: 3px 7px 1px 7px; }
  @media (min-width: 48em) {
    .zs-active span {
      margin: 0;
      padding: 0;
      color: #000;
      background-color: transparent; } }

@media (max-width: 42.49em) {
  .zs-collapsable {
    display: none; }
    .zs-collapsable p {
      margin-top: 0; } }

@media (max-width: 42.49em) {
  .zs-collapser .zs-documentSection__headline {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; } }

.zs-review__quote {
  color: #000; }

.zs-bio__image img {
  max-width: 100%; }

.cc-window {
  font-family: "BrixSlab-Regular", Courier, monospace !important;
  padding: 0.5em 1em !important;
  font-size: 1rem !important; }
