* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* latin-ext */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(../../assets/fonts/EncodeSans-VariableFont.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  font-size: 16px;
  color: #fff;
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Encode Sans', Arial, Helvetica, sans-serif;
  font-weight: 300; }

html {
  overflow-x: hidden; }

a, a:active, a:hover {
  text-decoration: none;
  border: 0;
  outline: 0;
  color: inherit; }
  a img, a:active img, a:hover img {
    border: none;
    outline: none; }

.full {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .full .bg-full {
    height: 70%;
    width: 100%;
    text-align: center; }
    .full .bg-full img {
      width: inherit;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transition: opacity .4s, -webkit-transform .5s;
      transition: opacity .4s, -webkit-transform .5s;
      transition: transform .5s, opacity .4s;
      transition: transform .5s, opacity .4s, -webkit-transform .5s; }
      .full .bg-full img.animate {
        -webkit-transform: translateY(30%);
                transform: translateY(30%);
        opacity: 0; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.content-wrapper {
  width: 1100px;
  max-width: calc(100% - 2em);
  margin: 0 auto; }

h1, h2, h3, h4 {
  line-height: 1.2em; }

h2 {
  font-size: 1.65em;
  font-weight: 300;
  width: 100%;
  margin-bottom: 0; }

.header-wrapper {
  width: 100%;
  height: 6.25em;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: height .3s;
  transition: height .3s; }
  .header-wrapper .flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-wrapper .kinopolis-logo {
    -webkit-transition: height .3s;
    transition: height .3s;
    display: block;
    position: relative;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px; }
    .header-wrapper .kinopolis-logo img {
      height: 100%;
      width: auto; }
  .header-wrapper .header-dolby-logo-wrapper {
    position: relative;
    padding-left: 33px;
    padding-right: 33px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .header-wrapper .header-dolby-logo-wrapper .dolby-nav-logo {
      height: 26px !important;
      width: auto; }
  .header-wrapper .header-dolby-logo-wrapper--active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#main-navigation #burger-menu-icon {
  display: none; }
  #main-navigation #burger-menu-icon p {
    color: #fff; }

#main-navigation .nav-wrapper {
  list-style: none;
  padding: 0; }
  #main-navigation .nav-wrapper li {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    height: auto; }
    #main-navigation .nav-wrapper li:last-child {
      padding-right: 0; }
    #main-navigation .nav-wrapper li a {
      display: block;
      line-height: 2em;
      height: 2em;
      font-size: .82em;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      #main-navigation .nav-wrapper li a img {
        height: 100%;
        width: auto; }

#main-navigation .dolby-nav-text {
  font-size: 2em; }

#start {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

#video-wrapper {
  cursor: pointer;
  position: relative;
  margin-top: 6.25em;
  /*
    background: url('/onyx/images/video-poster2.jpg') no-repeat center center;
    background-size: cover;
    */ }
  #video-wrapper video {
    height: auto;
    width: 100%;
    z-index: -100;
    right: 0;
    bottom: 0;
    overflow: hidden; }

.btn-play {
  position: absolute;
  width: 10vw;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .btn-play.visible {
    opacity: 1; }

/*
@supports(object-fit: cover){
    #video-wrapper{

        background: #000;

        video{
            //height: 100%;
            width:100%;
            height:auto;
           // object-fit: cover;
        }
    }
}
*/
.text-block--two-colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }
  .text-block--two-colums .text-block--two-colums__left, .text-block--two-colums .text-block--two-colums__right {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

#about {
  position: relative;
  height: auto; }
  #about #about-wrapper {
    /*display: flex;
        align-items: flex-start;
        */
    text-align: center;
    margin-top: -8em;
    margin-bottom: 10em; }
    #about #about-wrapper .claim-1 {
      font-size: 1em; }
    #about #about-wrapper .claim-3 {
      font-size: 1em; }
    #about #about-wrapper #about-text {
      max-width: 730px;
      text-align: center;
      margin: 0 auto;
      font-size: 1.3em;
      line-height: 1.3em; }
  #about h2 {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 3em;
    font-family: 'Encode Sans', Arial, Helvetica, sans-serif; }
  #about .content-wrapper {
    /*
        display: flex;
        flex-direction: row;
        */ }
  #about #dolby-logo {
    margin-top: 10px;
    width: 140px;
    height: auto;
    margin-right: 40px; }
  #about .text-wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 1em;
    background: rgba(0, 0, 0, 0.7); }
    #about .text-wrapper h3 {
      font-weight: 500;
      font-size: 2.375em;
      margin-bottom: .5em; }
    #about .text-wrapper p {
      font-size: 1.25em;
      font-weight: 300; }
  #about .image-container {
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #about .image-container div {
      width: 30%;
      -webkit-transition: opacity .3s, -webkit-transform .2s;
      transition: opacity .3s, -webkit-transform .2s;
      transition: transform .2s, opacity .3s;
      transition: transform .2s, opacity .3s, -webkit-transform .2s; }
      #about .image-container div:nth-child(2) {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      #about .image-container div:nth-child(3) {
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      #about .image-container div.animate {
        opacity: 0;
        -webkit-transform: translateY(20%);
                transform: translateY(20%); }
      #about .image-container div img {
        width: 100%;
        height: auto; }
  #about .bg-full {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 90%; }
    #about .bg-full img {
      width: 100%;
      height: auto; }

.bubble-icon {
  margin: 0 auto;
  width: 225px;
  height: 225px;
  border: 1px solid white;
  border-radius: 150px;
  overflow: hidden;
  background-color: black; }
  .bubble-icon img {
    width: 100%;
    height: auto; }

.text-block--two-colums__headline-block {
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px; }

.text-block--two-colums__description-block {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px;
  font-weight: 500;
  line-height: 1.4em; }

.text-block--two-colums--align-left {
  text-align: left;
  margin-right: auto; }

.text-block--two-colums--align-right {
  text-align: right;
  margin-left: auto; }

#information, #sound, #dolby-info, #technik-info {
  position: relative;
  padding-bottom: 60%;
  padding-top: 100px; }
  #information .text-big, #sound .text-big, #dolby-info .text-big, #technik-info .text-big {
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 0.5em; }
  #information #information__video, #information #sound__video, #information #dolby-info__video, #information #gewitter_video, #sound #information__video, #sound #sound__video, #sound #dolby-info__video, #sound #gewitter_video, #dolby-info #information__video, #dolby-info #sound__video, #dolby-info #dolby-info__video, #dolby-info #gewitter_video, #technik-info #information__video, #technik-info #sound__video, #technik-info #dolby-info__video, #technik-info #gewitter_video {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0; }
    #information #information__video video, #information #sound__video video, #information #dolby-info__video video, #information #gewitter_video video, #sound #information__video video, #sound #sound__video video, #sound #dolby-info__video video, #sound #gewitter_video video, #dolby-info #information__video video, #dolby-info #sound__video video, #dolby-info #dolby-info__video video, #dolby-info #gewitter_video video, #technik-info #information__video video, #technik-info #sound__video video, #technik-info #dolby-info__video video, #technik-info #gewitter_video video {
      width: 100%;
      height: auto; }
  #information #information-content-wrapper, #information #sound-content-wrapper, #information #dolby-info-content-wrapper, #information #technik-info-content-wrapper, #sound #information-content-wrapper, #sound #sound-content-wrapper, #sound #dolby-info-content-wrapper, #sound #technik-info-content-wrapper, #dolby-info #information-content-wrapper, #dolby-info #sound-content-wrapper, #dolby-info #dolby-info-content-wrapper, #dolby-info #technik-info-content-wrapper, #technik-info #information-content-wrapper, #technik-info #sound-content-wrapper, #technik-info #dolby-info-content-wrapper, #technik-info #technik-info-content-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1100px;
    max-width: calc(100% - 2em);
    z-index: 2; }
  #information #information__text-content, #information #sound_text-content, #information #dolby-info_text-content, #sound #information__text-content, #sound #sound_text-content, #sound #dolby-info_text-content, #dolby-info #information__text-content, #dolby-info #sound_text-content, #dolby-info #dolby-info_text-content, #technik-info #information__text-content, #technik-info #sound_text-content, #technik-info #dolby-info_text-content {
    margin-top: 100px; }
    #information #information__text-content .text-block--two-colums__left, #information #sound_text-content .text-block--two-colums__left, #information #dolby-info_text-content .text-block--two-colums__left, #sound #information__text-content .text-block--two-colums__left, #sound #sound_text-content .text-block--two-colums__left, #sound #dolby-info_text-content .text-block--two-colums__left, #dolby-info #information__text-content .text-block--two-colums__left, #dolby-info #sound_text-content .text-block--two-colums__left, #dolby-info #dolby-info_text-content .text-block--two-colums__left, #technik-info #information__text-content .text-block--two-colums__left, #technik-info #sound_text-content .text-block--two-colums__left, #technik-info #dolby-info_text-content .text-block--two-colums__left {
      margin-right: 1px;
      text-align: right;
      width: 50%; }
    #information #information__text-content .text-block--two-colums__right, #information #sound_text-content .text-block--two-colums__right, #information #dolby-info_text-content .text-block--two-colums__right, #sound #information__text-content .text-block--two-colums__right, #sound #sound_text-content .text-block--two-colums__right, #sound #dolby-info_text-content .text-block--two-colums__right, #dolby-info #information__text-content .text-block--two-colums__right, #dolby-info #sound_text-content .text-block--two-colums__right, #dolby-info #dolby-info_text-content .text-block--two-colums__right, #technik-info #information__text-content .text-block--two-colums__right, #technik-info #sound_text-content .text-block--two-colums__right, #technik-info #dolby-info_text-content .text-block--two-colums__right {
      margin-left: 1px;
      padding-top: 130px; }
  #information #sound__text-content, #sound #sound__text-content, #dolby-info #sound__text-content, #technik-info #sound__text-content {
    margin-top: 200px; }
    #information #sound__text-content .text-block--two-colums__left, #sound #sound__text-content .text-block--two-colums__left, #dolby-info #sound__text-content .text-block--two-colums__left, #technik-info #sound__text-content .text-block--two-colums__left {
      padding-top: 100px; }
  #information #dolby-info__text-content, #sound #dolby-info__text-content, #dolby-info #dolby-info__text-content, #technik-info #dolby-info__text-content {
    margin-top: 140px; }
    #information #dolby-info__text-content .text-block--two-colums__right, #sound #dolby-info__text-content .text-block--two-colums__right, #dolby-info #dolby-info__text-content .text-block--two-colums__right, #technik-info #dolby-info__text-content .text-block--two-colums__right {
      padding-top: 85px; }

#sound {
  padding-bottom: 70%; }

#press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 4;
  margin-bottom: 240px;
  margin-top: 0; }
  #press h3 {
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 300; }
  #press #press-content {
    width: 100%; }
    #press #press-content .press-element {
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.3);
      max-width: 520px; }
    #press #press-content .press-element__text {
      font-weight: 300;
      font-size: 1.2em;
      margin-bottom: 10px; }
    #press #press-content .press-element__name {
      font-size: 0.9em; }
    #press #press-content .press-element--1 {
      max-width: 100%; }
    #press #press-content .press-element--2 {
      margin-top: 0;
      margin-left: auto; }
    #press #press-content .press-element--3 {
      margin-top: calc(100vw / 2.6); }
    #press #press-content .press-element--4 {
      margin-top: 20px;
      margin-left: auto; }
    #press #press-content .press-element--5 {
      margin-top: 20px;
      margin-left: 0; }
  #press #press-image-wrapper {
    position: relative; }
    #press #press-image-wrapper .btn-play {
      top: calc(((100vw /1.7)/2) + 270px);
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  #press #press-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #press blockquote {
    width: 90%;
    max-width: 680px;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s; }
    #press blockquote.animate {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0; }
      #press blockquote.animate:last-child {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
    #press blockquote:last-child {
      margin-top: 6em;
      text-align: right;
      max-width: 900px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    #press blockquote p {
      font-weight: 400;
      font-size: 1.875em;
      margin-bottom: 0;
      line-height: 1.2em; }
      #press blockquote p:last-child {
        margin-top: .75em;
        font-weight: 300;
        font-size: 1.25em; }

.line {
  height: 100%;
  width: 1px;
  z-index: 1;
  position: absolute;
  background-color: white;
  left: 50%; }

.line-alpha {
  height: 100px;
  width: 1px;
  z-index: 1;
  position: absolute;
  background-color: white;
  left: 50%; }

.space-wrapper {
  width: 100%;
  min-height: 100vh;
  background: transparent url(../images/space.jpg) no-repeat top center;
  background-size: cover;
  padding: 30vh 0 30vh;
  position: relative; }
  .space-wrapper .content-wrapper {
    z-index: 4; }

.samsung-onyx-logo {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity .3s, -webkit-transform .2s;
  transition: opacity .3s, -webkit-transform .2s;
  transition: transform .2s, opacity .3s;
  transition: transform .2s, opacity .3s, -webkit-transform .2s; }
  .samsung-onyx-logo.animate {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }

#technik-1 {
  margin-top: 10%;
  font-size: 1.7em;
  text-align: left;
  max-width: 420px; }

#technik-1b {
  font-size: 1.7em;
  text-align: right;
  max-width: 420px;
  margin-left: auto; }

#technik-2 {
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 10%;
  font-size: 3em;
  text-align: center;
  max-width: 801px; }

#technik-3 {
  font-size: 1.7em;
  text-align: left;
  max-width: 550px;
  padding-right: 30px; }

.technik-visible {
  opacity: 1;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1); }

#current-movies {
  position: relative;
  z-index: 4;
  margin: 0 0 10vh; }
  #current-movies h3 {
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 300; }
  #current-movies .plakat {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



    #current-movies .plakat .plakat-overlay {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      border: 1px solid #333333;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #current-movies .plakat .plakat-overlay .plakat-overlay-close {
        width: 27px;
        height: 27px;
        margin-left: auto;
        cursor: pointer; }
        #current-movies .plakat .plakat-overlay .plakat-overlay-close img {
          width: 100%;
          height: auto; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: justify;
            align-content: space-between;
        text-align: center;
        height: 45px;
        font-size: 1em; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation img {
          width: auto;
          height: 100%; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__date {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          overflow: hidden;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__date .plakat-overlay__performance-wrapper__navigation__date_day-item {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 100%; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__left, #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__right {
          width: 25px;
          cursor: pointer; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__left {
          margin-left: 0.5em; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__navigation .plakat-overlay__performance-wrapper__navigation__right {
          margin-right: 0.5em; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__title {
        margin: 1rem;
        margin-bottom: 0.3em;
        margin-top: 0;
        font-size: 18px; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__info-block {
        margin: 1rem;
        margin-top: 0;
        font-size: 0.8em; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__info-block .plakat-overlay__info-block__text-light {
          color: #999999; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: hidden;
        width: 100%; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__performances {
        width: calc(100% - 2em);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1em;
        height: 100px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-line-pack: justify;
            align-content: space-between;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 20px; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__performances__perfromance-item {
        width: 60px;
        padding: 5px;
        display: block;
        background-color: white;
        color: black;
        margin: 0.5em;
        cursor: pointer;
        text-align: center;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__performances__perfromance-item:hover {
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.5em;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        width: 210px;
        bottom: 0; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__icons img {
          width: auto;
          height: 30px;
          margin: 0.3em; }
        #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__icons span {
          line-height: 30px;
          margin: 0.3em;
          font-size: 0.7em; }
      #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__icons__trailer, #current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__icons__filminfos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        cursor: pointer; }
  #current-movies .flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #current-movies .flex > div {
      /*
            width: calc(25% - 1em);
            max-width: 260px;*/
      width: 265px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      margin-bottom: .5em; }
      #current-movies .flex > div.fake-item {
        height: 0;
        visibility: hidden;
        margin-top: 0;
        margin-bottom: 0;
        background: transparent; }
      #current-movies .flex > div img {
        width: 100%;
        height: auto;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      #current-movies .flex > div a {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
  #current-movies .link {
    font-size: 1.25em;
    display: inline-block;
    position: relative;
    margin-top: 1em; }
    #current-movies .link strong {
      position: relative; }
      #current-movies .link strong:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translate(120%, 20%) rotate(90deg);
                transform: translate(120%, 20%) rotate(90deg);
        height: 1em;
        width: 1em;
        /* background: transparent url(../images/svg/chevron-up-solid.svg) no-repeat center center;*/
        background-size: 1em 1em;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
    #current-movies .link:hover strong:after, #current-movies .link:active strong:after {
      -webkit-transform: translate(150%, 20%) rotate(90deg);
              transform: translate(150%, 20%) rotate(90deg); }

#movie_lightbox {
  display: none;
  margin-top: 4em;
  max-width: 1100px; }

.movie-filminfos__film {
  display: none;
  max-width: 1100px;
  margin: 4em; }
  .movie-filminfos__film .movie-filminfos__film__headline {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1em; }
  .movie-filminfos__film .movie-filminfos__film__text {
    font-size: 1.2rem;
    line-height: 2rem; }

#popcorn-ani {
  width: 100%;
  height: auto; }

#footer {
  margin-top: 4em;
  width: 100%;
  border-top: 1px solid #666;
  padding: 1em 0 4em;
  color: #666; }
  #footer .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #footer .content-wrapper a {
      margin: 0 1em 0 0; }
    #footer .content-wrapper p {
      margin: 0 0 0 auto; }

.fancybox-bg {
  background: #000000; }

.fancybox-skin {
  background-color: #000000;
  /* or whatever */ }

.fancybox-content {
  background-color: #000000;
  padding: 0; }

#scroller-video {
  width: 100%;
  height: auto; }

a#to-top-btn {
  background-color: #666;
  position: absolute;
  right: 0;
  top: calc(-40px - 1em);
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0 !important; }
  a#to-top-btn img {
    width: 100%;
    height: auto; }

/*GALLERY */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  /*border-radius: 50%;*/
  background: white;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 0.5); }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #fff; }

/* ---- page dots ---- */
/* .flickity-page-dots { */
/*   position: absolute; */
/*   width: 100%; */
/*   bottom: -25px; */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/*   text-align: center; */
/*   line-height: 1; */
/* } */
/*  */
/* .flickity-rtl .flickity-page-dots { direction: rtl; } */
/*  */
/* .flickity-page-dots .dot { */
/*   display: inline-block; */
/*   width: 10px; */
/*   height: 10px; */
/*   margin: 0 8px; */
/*   background: #333; */
/*   border-radius: 50%; */
/*   opacity: 0.25; */
/*   cursor: pointer; */
/* } */
/*  */
/* .flickity-page-dots .dot.is-selected { */
/*   opacity: 1; */
/* } */
/* end external css: flickity.css */
/*! Flickity v2.0.4
https://flickity.metafizzy.co
---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.carousel {
  background: black; }

.carousel-main {
  margin-bottom: 8px; }

.carousel-cell {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-right: 8px;
  /* border-radius: 5px;*/
  background-position: center center;
  background-size: cover;
  background-color: #000;
  /* counter-increment: carousel-cell; */ }

.carousel-cell iframe,
.carousel-cell object,
.carousel-cell embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* cell number */
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */
.carousel-nav .carousel-cell {
  height: 107px;
  width: 19.4%;
  padding: 0; }

.carousel-nav {
  background-color: black; }

/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */
/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */
/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto; }

.container {
  max-width: 980px;
  margin: 0 auto; }

.carousel-cell__text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px; }

/* END GALLERY  */
@media screen and (orientation: portrait) {
  #about #about-wrapper {
    margin-top: -2em; } }

@media screen and (min-width: 1800px) {
  #press {
    margin-bottom: 530px; } }

@media screen and (min-width: 1200px) {
  #information, #dolby-info, #technik-info {
    position: relative;
    padding-bottom: 52%; }
  #sound {
    position: relative;
    padding-bottom: 60%; }
  #technik-info {
    padding-top: 0; } }

@media screen and (max-width: 1023px) {
  #video-wrapper {
    margin-top: 4em; }
  body.noscroll {
    overflow: hidden; }
  .header-wrapper {
    height: 4em;
    overflow: initial;
    /*
        .kinopolis-logo{
            width: auto;
        }
        */ }
  #main-navigation.open #burger-menu-icon #burger-menu-icon-inner {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #main-navigation.open .nav-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  #main-navigation #burger-menu-icon {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    height: 2em;
    overflow: hidden;
    cursor: pointer; }
    #main-navigation #burger-menu-icon #burger-menu-icon-inner {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
    #main-navigation #burger-menu-icon p {
      line-height: 1em;
      margin: 0;
      font-size: 2em;
      text-rendering: geometricPrecision;
      font-weight: 800; }
  #main-navigation .nav-wrapper {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 4em;
    height: calc(100vh - 4em);
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    -webkit-transition: opacity .6s, -webkit-transform .4s;
    transition: opacity .6s, -webkit-transform .4s;
    transition: transform .4s, opacity .6s;
    transition: transform .4s, opacity .6s, -webkit-transform .4s; }
    #main-navigation .nav-wrapper li {
      display: block;
      width: 100%;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      #main-navigation .nav-wrapper li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      #main-navigation .nav-wrapper li a {
        line-height: 4em;
        height: 4em;
        text-align: center;
        width: 100%; }
        #main-navigation .nav-wrapper li a:hover, #main-navigation .nav-wrapper li a:active {
          background: #fff;
          color: #000; }
          #main-navigation .nav-wrapper li a:hover img, #main-navigation .nav-wrapper li a:active img {
            -webkit-filter: invert(1);
                    filter: invert(1); }
        #main-navigation .nav-wrapper li a img {
          height: 50%;
          -webkit-transform: translateY(40%);
                  transform: translateY(40%); }
  #about .bg-full img {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    width: 100%;
    height: auto; }
  #tech-specs {
    width: 100%; }
  .tech-specs-images img {
    height: 135px; }
  #press {
    margin-bottom: 20px;
    margin-top: 0px; }
  #footer .content-wrapper a, #footer .content-wrapper p {
    margin: 0 1em 0 .5em; }
  #current-movies .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #current-movies .plakat {
    margin: 1rem; } }

@media screen and (max-width: 950px) {
  #information, #sound, #technik-info {
    padding-bottom: 90%; }
  #information {
    padding-bottom: 80%; }
  #dolby-info {
    padding-bottom: 70%; }
  #press {
    margin-bottom: 100px;
    margin-top: 20px; } }

@media screen and (max-width: 800px) {
  #information, #sound, #dolby-info, #technik-info {
    position: relative;
    padding-top: 100px; }
    #information .text-big, #sound .text-big, #dolby-info .text-big, #technik-info .text-big {
      font-size: 1.1em;
      font-weight: 500;
      margin-top: 0.5em; }
    #information #information__video, #information #sound__video, #information #dolby-info__video, #information #gewitter_video, #sound #information__video, #sound #sound__video, #sound #dolby-info__video, #sound #gewitter_video, #dolby-info #information__video, #dolby-info #sound__video, #dolby-info #dolby-info__video, #dolby-info #gewitter_video, #technik-info #information__video, #technik-info #sound__video, #technik-info #dolby-info__video, #technik-info #gewitter_video {
      top: 100px;
      left: 50%; }
      #information #information__video video, #information #sound__video video, #information #dolby-info__video video, #information #gewitter_video video, #sound #information__video video, #sound #sound__video video, #sound #dolby-info__video video, #sound #gewitter_video video, #dolby-info #information__video video, #dolby-info #sound__video video, #dolby-info #dolby-info__video video, #dolby-info #gewitter_video video, #technik-info #information__video video, #technik-info #sound__video video, #technik-info #dolby-info__video video, #technik-info #gewitter_video video {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 70vh;
        width: auto; }
    #information #information-content-wrapper, #information #sound-content-wrapper, #information #dolby-info-content-wrapper, #information #technik-info-content-wrapper, #sound #information-content-wrapper, #sound #sound-content-wrapper, #sound #dolby-info-content-wrapper, #sound #technik-info-content-wrapper, #dolby-info #information-content-wrapper, #dolby-info #sound-content-wrapper, #dolby-info #dolby-info-content-wrapper, #dolby-info #technik-info-content-wrapper, #technik-info #information-content-wrapper, #technik-info #sound-content-wrapper, #technik-info #dolby-info-content-wrapper, #technik-info #technik-info-content-wrapper {
      position: relative;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1100px;
      max-width: calc(100% - 2em);
      z-index: 2; }
    #information #information__text-content, #information #sound_text-content, #information #dolby-info_text-content, #sound #information__text-content, #sound #sound_text-content, #sound #dolby-info_text-content, #dolby-info #information__text-content, #dolby-info #sound_text-content, #dolby-info #dolby-info_text-content, #technik-info #information__text-content, #technik-info #sound_text-content, #technik-info #dolby-info_text-content {
      margin-top: 100px; }
      #information #information__text-content .text-block--two-colums__left, #information #sound_text-content .text-block--two-colums__left, #information #dolby-info_text-content .text-block--two-colums__left, #sound #information__text-content .text-block--two-colums__left, #sound #sound_text-content .text-block--two-colums__left, #sound #dolby-info_text-content .text-block--two-colums__left, #dolby-info #information__text-content .text-block--two-colums__left, #dolby-info #sound_text-content .text-block--two-colums__left, #dolby-info #dolby-info_text-content .text-block--two-colums__left, #technik-info #information__text-content .text-block--two-colums__left, #technik-info #sound_text-content .text-block--two-colums__left, #technik-info #dolby-info_text-content .text-block--two-colums__left {
        margin-right: 1px;
        text-align: right;
        width: 100%; }
      #information #information__text-content .text-block--two-colums__right, #information #sound_text-content .text-block--two-colums__right, #information #dolby-info_text-content .text-block--two-colums__right, #sound #information__text-content .text-block--two-colums__right, #sound #sound_text-content .text-block--two-colums__right, #sound #dolby-info_text-content .text-block--two-colums__right, #dolby-info #information__text-content .text-block--two-colums__right, #dolby-info #sound_text-content .text-block--two-colums__right, #dolby-info #dolby-info_text-content .text-block--two-colums__right, #technik-info #information__text-content .text-block--two-colums__right, #technik-info #sound_text-content .text-block--two-colums__right, #technik-info #dolby-info_text-content .text-block--two-colums__right {
        margin-left: 1px;
        padding-top: 0px; }
    #information #sound__text-content, #sound #sound__text-content, #dolby-info #sound__text-content, #technik-info #sound__text-content {
      margin-top: 200px; }
      #information #sound__text-content .text-block--two-colums__left, #sound #sound__text-content .text-block--two-colums__left, #dolby-info #sound__text-content .text-block--two-colums__left, #technik-info #sound__text-content .text-block--two-colums__left {
        padding-top: 0px; }
    #information #dolby-info__text-content, #sound #dolby-info__text-content, #dolby-info #dolby-info__text-content, #technik-info #dolby-info__text-content {
      margin-top: 0px; }
      #information #dolby-info__text-content .text-block--two-colums__right, #sound #dolby-info__text-content .text-block--two-colums__right, #dolby-info #dolby-info__text-content .text-block--two-colums__right, #technik-info #dolby-info__text-content .text-block--two-colums__right {
        padding-top: 0px; }
  .text-block--two-colums--align-right {
    text-align: center;
    margin: 0 auto; }
  .text-block--two-colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-block--two-colums .text-block--two-colums__left, .text-block--two-colums .text-block--two-colums__right {
    width: 100%;
    text-align: center !important; }
  .line {
    opacity: 0.2; }
  .bubble-icon {
    width: 180px;
    height: 180px; }
  .header-wrapper .header-dolby-logo-wrapper .dolby-nav-logo {
    height: 20px !important; }
  .header-wrapper .kinopolis-logo {
    padding-top: 0;
    padding-bottom: 0;
    height: 50%; }
  #press #press-image {
    width: auto;
    height: auto;
    max-height: 800px; }
  .text-block--two-colums__headline-block {
    max-width: 100%; }
  #press #press-content .press-element {
    max-width: 100%; }
  #press #press-content .press-element--3 {
    margin-top: 620px; }
  #press #press-content .press-element {
    max-width: 100%; }
  #information {
    padding-top: 0; }
  #information #information__text-content .text-block--two-colums__right {
    margin-left: 0; }
  #about #about-wrapper {
    margin-bottom: 7em; }
  #press {
    margin-bottom: 50px; }
    #press #press-image-wrapper .btn-play {
      top: 677px; }
  #sound-content-wrapper .text-block--two-colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #press h3 {
    margin-left: 18px; }
  #information {
    padding-bottom: 14%; }
  #sound {
    padding-bottom: 0%; }
  #dolby-info {
    padding-bottom: 23%; }
  #technik-info {
    padding-bottom: 5%; } }

@media screen and (max-width: 767px) {
  html, body {
    font-size: 12px; }
  #current-movies .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    #current-movies .flex > div {
      /*
                width: calc(50% - 1em);
                margin-bottom: 1em;
                */ }
  #about h2 {
    font-size: 2.1em; }
  .text-block--two-colums__description-block {
    text-align: left; }
  #information, #sound, #dolby-info, #technik-info {
    padding-bottom: 0;
    padding-top: 50px; }
  #press #press-image {
    max-height: 382px; }
  #press {
    margin-top: 50px; }
    #press #press-image-wrapper .btn-play {
      top: 447px; }
  #press #press-content .press-element--3 {
    margin-top: 260px; }
  #technik-1 {
    text-align: left; }
  #technik-info {
    margin-bottom: 100px; } }

@media screen and (max-width: 450px) {
  #about .image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 0; }
    #about .image-container div {
      width: 100%;
      margin-bottom: 1em; }
  #information, #sound, #dolby-info, #technik-info {
    padding-bottom: 0%;
    padding-top: 50px; }
  #press {
    margin-top: 50px; }
  #technik-info {
    margin-bottom: 0px; }
  #technik-1, #technik-1b, #technik-3 {
    font-size: 1.3em; }
  #technik-1b {
    margin-top: 1em; }
  #technik-2 {
    font-size: 2em;
    margin-top: 30%;
    margin-bottom: 30%; }
  #current-movies {
    margin-top: 100px; }
  #current-movies h3 {
    font-size: 1.4em; } }

@media screen and (orientation: landscape) and (max-width: 767px) {
  #dolby-info-video-element {
    width: 100% !important;
    height: auto !important; }
  #information__video video, #sound__video video, #dolby-info__video video, #gewitter_video video {
    height: auto !important;
    width: 100% !important; } }

 .movie-times {
   width: calc(100% - 185px);
   float: right;
   margin: 0 -11px 0 0;
 }

.movie-times {
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
  margin-bottom: 5px;
  clear: both;
  font-size: 9px;
  font-weight: 700;
}

.movie-times .time,
.movie-times .movie-times_cell a.inactive:hover .time {
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  color: #333;
}

.times_cell-times:hover {
  background-color: #dbe7f5;
}

.movie-times_cell {
  float: left;
  width: 94px;
  height: 40px;
  margin: 4px !important;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: transform .2s;
}

.movie-times_cell:hover {
  transform: scale(1.1);
}

.movie-times a.in-3d_cell {
  background-color: #dbe7f5 !important;
}

.movie-times .ov {
  color: #950811;
  position: absolute;
  right: 3px;
  top: 6px;
}

.movie-times .movie-times_cell a {
  background-color: #eeeeee;
  padding: 6px 4px 3px 3px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}

.time,
.movie-times_cell a.inactive:hover .time {
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  color: #333;
}

.atmos,
.movie-times_cell a .atmos {
  color: #333;
  position: absolute;
  /* right: 20px; */
  right: 17px;
  top: 6px;
}

.in-3d,
.movie-times_cell a .in-3d {
  color: #1c508d;
}

.in-3d,
.in-4k,
.movie-times_cell a .in-3d,
.movie-times_cell a .in-4k {
  margin-left: 1px;
  position: absolute;
  right: 3px;
  top: 23px;
}

.auditorium,
.movie-times_cell a .auditorium {
  color: #999;
  font-size: 9px;
  letter-spacing: -0.1px;
  position: absolute;
  left: 3px;
  top: 23px;
}

.aktion-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

.aktion-wrapper-50 {
  width: 50%;
  float: left;
}

.aktionen-img,
.aktionen-video-wrapper {
  float: left;
  clear: left;
}

.aktionen-video-wrapper {
  z-index: 100;
  cursor: pointer;
}

.aktionen-text {
  padding-right: 10px;
}

.aktion-wrapper-50 .aktionen-img img {
  width: 230px;
  height: auto;
  padding: 0 10px 10px 0;
}

.aktion-wrapper .aktionen-video-wrapper video {
  max-width: 560px;
  width: 100%;
  height: auto;
  margin: 0 10px 10px 0;
}

h4 {
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

#scroll-notification {
  position: fixed;
  bottom: 0;
  z-index: 500;
  background-color: #0A246A;
  padding: 20px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 153, 204, 0.8);
  max-width: 380px;
  width: 90%;
  text-align: center;
  height: 75px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

#carousel__wrapper {
  margin-top: 6em;
  margin-bottom: 10em;
}

.is-nav-selected .carousel-cell-inner {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(104, 163, 251);
  -moz-box-shadow: 0px 0px 5px 1px rgba(104, 163, 251);
  box-shadow: 0px 0px 5px 1px rgba(104, 163, 251);
}

.carousel-nav .carousel-cell {
  padding: 5px;
  width: 203px !important;
  height: 97px !important;
}

.carousel-nav .carousel-cell-inner {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}

.download-btn {
  margin-top: 20px;
  padding: 5px;
  text-align: center;
  background-color: #323232;
  border: 1px solid dimgrey;
  cursor: pointer;
  width: 210px;
  font-size: 0.7rem;
  margin-left: auto;
  display: block;
  text-decoration: none;
}

.download-btn:hover {
  background-color: #5F5F5F;
  border: 1px solid white;
}

.carousel-cell video {
  width: 100%;
  height: auto;
}

.carousel-cell-inner-date-label {
  background-color: rgba(0, 0, 0, 0.8);
  width: 59px;
  font-size: 10px;
  bottom: 7px;
  position: absolute;
  text-align: center;
  padding: 3px;
  left: 7px;
  box-sizing: border-box
}

#current-movies .plakat .plakat-overlay .plakat-overlay__performance-wrapper__content-wrapper {
  height: 155px;
}

#current-movies .plakat .plakat-seal {
  background-color: #09859f;
  text-align: center;
  font-size: 16px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#press .aktionen-text h3 {
  margin-left: 0;
}

.aktionen-video-wrapper {
  position: relative;
  margin-right: 1em;
}


.prog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5px 20px -1.5px;
}

.prog__day {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  height: 83px;
  flex-basis: 65px;
  margin: 0 1.5px 3px 1.5px;
  text-decoration: none;
}

.prog__checkout {
  background: #fff;
  background: linear-gradient(to right bottom, #fff 50%, #f2f2f2 50%);
}

.prog__sold {
  position: relative;
}

.prog__sold:after {
  content: "";
  border: 2px solid #e2000a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prog__day-el {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

.prog__day.inactive .prog__day-el {
  opacity: 0.4;
}

.prog__label {
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

.prog__label-event {
  background-color: #205ac3;
  color: #fff;
}


.prog__label-fsk {
  background-color: #ff7d27;
  color: #fff;
}

.prog__time {
  font-size: 18px;
  height: 25px;
  color: #000;
  font-weight: 300;
}

.prog__version {
  height: 14px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.prog__3d {
  color: #1c508d;
}

.prog__ov {
  color: #950811;
}

.prog__extras {
  height: 16px;
  font-size: 11px;
  font-weight: 500;
}

.prog__atmos {
  color: #000;
  text-transform: uppercase;
}

.prog__dbox {
  color: #ee9907;
  text-transform: uppercase;
}

.prog__cinema {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  height: 14px;
  background-color: #ececec;
  border-top: 1px solid #fff;
  white-space: nowrap;
}

.prog__more {
  position: relative;
  height: 90px;
  width: 100%;
  cursor: pointer;
  margin-left: 1.5px;
}

.prog__more-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.prog__more-arrow {
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke: #ffffff;
  vector-effect: non-scaling-stroke;
}

.prog__more.prog__before {
  margin-right: 1.5px;
}

.prog__more.prog__before .prog__more-text {
  padding-right: 10px;
  text-align: right;
  width: 100%;
}

.prog__more.prog__before .prog__more-arrow {
  transform: rotate(180deg);
}

.dispo-info {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  height: 90px;
  width: 185px;
  display: flex;
  align-items: center;
  text-align: center;
}

.prog-hl {
  font-size: 1rem;
  margin-bottom: 5px;
}

.prog-hl-date {
  font-size: 28px;
}

@media only screen and (max-width: 1023px) {
  .aktion-wrapper {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .aktionen-img img {
    width: 150px;
  }

  .aktionen-text {
    float: left;
  }

  .aktionen-img img {
    width: 100%;
    height: auto;
    padding: 0 10px 10px 0;
  }

  .carousel-nav .carousel-cell {
    width: 120px !important;
    height: 70px !important;
  }

  .carousel-cell-inner-date-label {
    padding: 2px;
    bottom: 5px;
    left: 5px;
  }
}

*::-ms-backdrop,
.header-wrapper .kinopolis-logo img {
  width: 75px /* IE11 */
}

#footer .content-wrapper a,
#footer .content-wrapper p {
  color: #999;
}

@media screen and (min-width: 1200px) {
  #information, #dolby-info, #technik-info {
    position: relative;
    padding-bottom: 57%;
  }

}

#consent {
  width: 100vw;
  height: calc(100vh);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
  padding-bottom: 0px;

  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: .975rem;
  color: #000;
}
#consent b{
  font-weight: bold;
}
.consent__bgblocker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  position: absolute;


}

#consent__popup {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  max-height: 800px;
  height: calc(100% - 150px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding-bottom: 150px;
}


.is-app #consent__popup {
  top: 0;
  transform: none;
  transform: translateX(-50%);


}


.consent__popup__head {
  background-color: #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;

}


.consent__popup__head h2 {
  font-size: 20px;
  font-weight: bold;
}

.consent__popup__body {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 25px;
}


#consent .logo {
  height: 72px;
  width: 100%;
  max-width: 140px;
  padding: 1px 0px 0px 0px;
  position: relative;


}

.checkbox-wrapper {
  display: flex;

  justify-content: left;
  flex-wrap: wrap;
  margin-top: 15px;
}

#consent label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px; /* 10 px padding right + 15px input type*/
  margin-right: 50px; /* margin between inputs types */
  line-height: 30px;
}

#consent label:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
}

#consent .checkbox {
  height: 30px;
}

#consent input[type=checkbox] {
  display: none;
}

#consent .checkbox label:before {
  background: url('/assets/img/cc_checbox_unchecked.gif') left center no-repeat;
  margin-top: 2px;
  -webkit-transition: all 0.30s;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  transition: all 0.30s;
}


#consent input[type=checkbox]:checked + label:before {
  background: url('/assets/img/cc_checbox_checked.gif') left center no-repeat;

  -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}

#consent input[type=checkbox]:disabled + label:before {
  background: url('/assets/img/cc_checbox_disabled.gif') left center no-repeat;

}

#consent .button-wrapper {
  display: flex;

  padding-top: 50px;
  padding-bottom: 50px;
}
#accept-selected-button{
  margin-right: 15px;
}
#consent .consent__button {
  background-color: #dbdbdb;
  width: 300px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: background-color 500ms linear;
}

#consent .consent__button:hover {
  background-color: #bab6b6;
}

#consent .constent__button--highlight {
  background-color: #e30613;
  color: white;
  font-weight: bold;
  transition: background-color 500ms linear;
}

#consent .constent__button--highlight:hover {
  background-color: #b1040e;

}

.constent__description__wrapper {

  overflow: auto;
  font-size: 11px;
  line-height: 14px;
}

.consent-table {
  background-color: #dbdbdb;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.consent-table td, .consent-table th {
  border: 1px solid #AAAAAA;
  padding: 3px 10px;

}

.consent-table td {
  background-color: white;
}

.consent-table thead {
  background: #e30613;

}

.consent-table thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  font-size: 12px;
  text-transform: uppercase;
}

.consent-table thead th:first-child {
  border-left: none;
}

.consent-table .decription__cookie_type {
  font-weight: bold;
}

.cc_description__btn {
  cursor: pointer;
  text-decoration: underline;

  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .consent__popup__body {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 14px;
  }

  .consent__popup__head {
    padding-left: 20px;
    padding-right: 20px;
  }

  #consent label {
    margin-right: 20px;

  }

  #consent .button-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #consent label {
    padding-left: 35px;
  }
}
