@charset "UTF-8";
/*
	arthouse.ch, Redesign:
	Prototyp auf Basis erster Entw├╝rfe von Hanna Williamson
	
	HTML/CSS/JS: Riccardo Coroneo, BitBee Solutions GmbH
	v1, 2015-06-17
*/
/* Variablen */
/* Positionierung */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

html {
  font-size: 10px; }

.pageWrapper {
  min-height: 96.6%;
  min-height: 96.6vh; }
  @media only screen and (max-width: 600px) {
    .pageWrapper {
      margin-top: 12rem; } }

.col {
  display: inline-block;
  margin-top: 0.5%;
  margin-top: 0.5vw; }
  @media only screen and (max-width: 600px) {
    .col {
      width: 100% !important; } }

.col-1 {
  width: 30%;
  width: 30vw;
  float: left;
  margin-left: 0.5% !important;
  margin-left: 0.5vw !important;
  min-height: 100px;
}

.col-1.content img {
  width: 100%; }
@media only screen and (max-width: 600px) {
  .col-1.content {
    padding-right: 2%;
    padding-right: 2vw; } }

.col-1.center-content {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .col-1.center-content {
      padding-right: 2%;
      padding-right: 2vw; } }

.col-2 {
  width: 46%;
  width: 46vw;
  position: relative;
  top: 0.8rem;
  margin-left: 0.25%;
  margin-left: 0.25vw;
  float: left;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 3.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .col-2 h1, .col-2 h2, .col-2 h3 {
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
  @media only screen and (max-width: 600px) {
    .col-2 {
      min-width: 310px;
      top: 0; } }

.col-2 .col-2 {
  width: 100%;
  margin-left: 0;
}
  @media only screen and (max-width: 800px) {
    .col-2.program {
      width: 66%;
      width: 66vw; } }

.col-2.content {
  padding: 10px 0;
  min-height: 70%;
  min-height: 70vh;
  border-bottom-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
  background: #ea4a39;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea4a39), color-stop(100%, #920700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ea4a39 0%, #920700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4a39', endColorstr='#920700', GradientType=0);
  /* IE6-9 */
  font-family: 'Roboto Condensed', Arial, sans-serif;
}

.col-2.content h1, .col-2.content .lauftext h1 {
  padding: 0 10px;
  margin-bottom: 4.8rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col-2.content h2, .col-2.content .lauftext h2 {
  padding: 0 10px;
  margin-bottom: 2.4rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col-2.content ul {
  margin-bottom: 2.4rem;
}

.col-2.content h3, .col-2.content p {
    padding: 0 10px; }
  .col-2.content .zvv {
    width: 25%;
    margin-left: 1%;
    margin-left: 1vw; }

@media only screen and (max-width: 800px) {
  .col-2.content .zvv {
    width: 40%;
  }
}
  .col-2.content table {
    width: 100%; }
    .col-2.content table td {
      vertical-align: baseline;
    }
  .col-2.content input, .col-2.content textarea {
    color: #1b1b1b; }
  .col-2.content button, .col-2.content html input[type="button"], .col-2.content input[type="reset"], .col-2.content input[type="submit"] {
    background: rgba(0, 0, 0, 0.6);
    border: 3px;
    border-radius: 9px;
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
    color: #fff; }
    .col-2.content button:hover, .col-2.content html input[type="button"]:hover, .col-2.content input[type="reset"]:hover, .col-2.content input[type="submit"]:hover {
      background: black; }
  @media only screen and (max-width: 800px) {
    .col-2.content {
      width: 46%;
      width: 46vw; } }
  @media only screen and (max-width: 600px) {
    .col-2.content {
      margin-top: 1rem; } }

.col-3 {
  width: 19%;
  width: 19vw;
  float: left;
  position: relative;
  bottom: 3%;
  bottom: 3vw;
  margin-left: 0.8%;
  margin-left: 0.8vw; }
  @media only screen and (max-width: 600px) {
    .col-3 {
      min-width: 320px;
      position: absolute;
      height: 2%;
      height: 2vh;
      margin-left: -3% !important;
      margin-left: -3vw !important; } }

.col-3.home {
  bottom: 0;
  margin-left: 0.5%;
  margin-left: 0.5vw; }

@media only screen and (max-width: 800px) {
  body.gold.program .col-3 {
    width: 30%;
    width: 30vw; } }

.col-2of3 {
  width: 76%;
  width: 76vw;
  margin-left: 0.5%;
  margin-left: 0.5vw;
  float: left; }
  .col-2of3 .small-image-film:nth-child(n+1):nth-child(odd) {
    margin-left: 0.5%;
    margin-left: 0.5vw; }
    @media only screen and (max-width: 600px) {
      .col-2of3 .small-image-film:nth-child(n+1):nth-child(odd) {
        margin-left: 0%; } }
  @media only screen and (max-width: 600px) {
    .col-2of3 {
      width: 95%;
      width: 95vw;
      margin-left: 0; } }

.col-2of3 .partner-spot {
  padding: 30px 0;
}

.content table,
.programm table {
  width: 100%; }
.content div.tab-content,
.programm div.tab-content {
  min-height: 75%;
  min-height: 75vh;
  border-bottom-left-radius: 0.6em;
  border-top-right-radius: 0.6em; }

.film aside, .film figure {
  font-size: 1.4rem; }
.film aside {
  width: 58%;
  float: right; }
.film figure {
  width: 38%;
  float: left; }
  .film figure img {
    max-width: 100%; }
.film td {
  padding-right: 5%; }
.film td + td {
  /*white-space: nowrap;*/
  vertical-align: top; }

nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  nav button {
    display: block;
    margin-top: 1.0rem !important;
    position: relative; }
  nav button, nav > a {
    width: 100%;
    text-align: left !important;
    display: block; }
  nav span.caret {
    float: right;
    position: absolute;
    top: 45%;
    right: 0.5em; }
  nav > a {
    margin-top: 1.0rem; }
  nav ul, nav li {
    width: 100%; }

.stills {
  width: 74%;
  width: 74vw;
  padding: 1.5%;
  padding: 1.5vw; }
  .stills article {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1em; }
  .stills article + article {
    width: 48%;
    margin-right: 1.5%; }
  .stills header {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%; }

.bb-left {
  float: left; }

.filmlover {
  margin-top: 1%;
  margin-top: 1vw;
  margin-left: 0.25%;
  margin-left: 0.25vw;
  width: 25%; }
  @media only screen and (max-width: 800px) {
    .filmlover {
      display: none; } }

/* Base */
img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
  max-width: auto !important; }

.logos {
  width: 100%;
  display: inline-block;
  margin-top: 4%;
  margin-top: 4vw;
  opacity: 0.8;
  padding-left: 1em;
  /* TODO */
}
  .logos img {
    margin-top: 10px;
    display: block;
    margin-bottom: 1%;
    margin-bottom: 1vw;
    width: 10rem; }
  .logos img.small {
    width: 4rem;
  }
  .logos .fa {
    margin-top: 4%;
    margin-top: 4vw;
    font-size: 1.5%;
    font-size: 1.5vw;
    margin-right: 2%;
    margin-right: 2vw;
    color: rgba(255, 255, 255, 0.8); }
  .logos h2 {
    font-size: 1.2rem; }

.logos h2.bb-mobileview {
  visibility: hidden;
}

@media only screen and (max-width: 600px) {
  .logos h2.bb-mobileview {
    visibility: visible;
    display: block;
  }
}

/* Home */
.big-image-film {
  width: 100%;
  position: relative;
  margin-bottom: 0.5%;
  margin-bottom: 0.5vw; }
  .big-image-film img {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .big-image-film {
      margin-bottom: 2%;
      margin-bottom: 2vw; } }

.small-image-film {
  width: 49.65%;
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 0.5%;
  margin-bottom: 0.5vw; }
  .small-image-film img {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .small-image-film {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .small-image-film {
      margin-bottom: 2%;
      margin-bottom: 2vw; } }

.margin-left {
  margin-left: 0.5%;
  margin-left: 0.5vw; }
  @media only screen and (max-width: 600px) {
    .margin-left {
      margin-left: 0; } }

.film-info {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0% 3.5% 0.5% 0.5%;
  padding: 0vw 3.5vw 0.5vw 0.5vw;
  position: absolute;
  bottom: 0%;
  bottom: 0vw;
  width: 100%;
  z-index: 1; }
  .film-info h1 {
    margin: 0;
    padding-right: 5%;
    padding-right: 5vw;
  }
    @media only screen and (max-width: 600px) {
      .film-info h1 {
        font-size: 7%;
        font-size: 7vw;
        max-width: 92%; } }

.film-info h1.home {
  text-overflow: ellipsis;
  overflow: hidden;
}
  .film-info span.regie {
    padding-left: 0.1em;
    display: block;
  }
    @media only screen and (max-width: 600px) {
      .film-info span.regie {
        font-size: 4%;
        font-size: 4vw; } }

.film-info h1, .film-info span.regie {
  display: inline-block !important;
  min-width: 51%;
  max-width: 89%;
}
  .film-info .fa {
    position: absolute;
    right: 2%;
    right: 2vw;
    bottom: 40%;
    font-size: 2%;
    font-size: 2vw; }
    @media only screen and (max-width: 600px) {
      .film-info .fa {
        font-size: 6%;
        font-size: 6vw;
        bottom: 25%; } }

.filmtitel, .filmcredits, #cast,
.film-info h1, .film-info span.regie, #filmTitle, .film-detail-wrapper h2 {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: matrix(1.18, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1.18, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1.18, 0, 0, 1, 0, 0);
  -o-transform: matrix(1.18, 0, 0, 1, 0, 0);
  transform: matrix(1.18, 0, 0, 1, 0, 0);
}

.filmtitel,
.film-info h1, #filmTitle {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  text-transform: uppercase;
  letter-spacing: 0.00em;
  line-height: 0.9;
}

@media only screen and (max-width: 600px) {
  .filmtitel,
  .film-info h1, #filmTitle {
    margin-right: 9%;
    margin-right: 9vw;
  }
}

.filmcredits,
.film-info .regie, .film-detail-wrapper h2 {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.00em;
  line-height: 1.0;
}

.filmcredits strong {
  font-weight: bold;
}

.spartentitel {
  display: block;
  font-size: 0.684em;
  /*2.6rem*/
}

#cast {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.00em;
  line-height: 1.2;
}

#cast .cast-title {
  font-weight: 300;
}

.carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s; }

.carousel .carousel-inner .active {
  opacity: 1; }

.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1; }

.carousel .carousel-control {
  z-index: 2; }

.carousel.content .carousel-inner,
.carousel.youngfilmlovers .carousel-inner {
  background-color: #920700; }

.carousel-inner {
  background-color: #a18648; }
  .carousel-inner .item img {
    width: 100%;
    height: auto; }

.carousel-indicators {
  text-align: left;
  left: 1%;
  position: relative;
  margin: 0px;
  margin-bottom: -15px;
  bottom: 24px;
  left: 4px;
}
  .carousel-indicators li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4); }
    .carousel-indicators li.active {
      margin: 0 1px 5px 1px;
    }
    .carousel-indicators li.bb-indicator {
      margin-right: 5px; }
      .carousel-indicators li.bb-indicator.active {
        margin-right: 5px; }
  @media only screen and (max-width: 600px) {
    .carousel-indicators {
      bottom: 3.5%;
      bottom: 3.5vh; }
      .carousel-indicators li, .carousel-indicators li.active {
        width: 8px;
        height: 8px;
        margin: 0px; } }

.carousel-indicators .active {
  height: 8px;
  width: 8px; }

.carousel-indicators.cinemas {
  bottom: 25px; }

.carousel-play-circle {
  float: right;
  position: relative;
  bottom: 30px;
  padding: 0 10px;
  height: 0px;
}

#fancybox-wrap {
  position: fixed !important;
  width: 70% !important;
  left: 15% !important;
  z-index: 1000000 !important;
  height: 70% !important;
  height: 70vh !important;
  top: 15% !important;
  top: 15vh !important; }
  @media only screen and (max-width: 600px) {
    #fancybox-wrap {
      width: 100% !important;
      left: 0% !important;
      height: 98% !important;
      height: 98vh !important;
      top: 1% !important;
      top: 1vh !important;
    }
  }
  #fancybox-wrap #fancybox-content {
    height: 100% !important;
    width: 100% !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

#fancybox-close {
  border-bottom: none;
}

/* Program Page */
.film .play-button {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 1.5%;
  font-size: 1.5vw;
  border-bottom: none;
}
.film .filmstill {
  width: 100%;
  height: auto; }
.film .carousel-indicators {
  bottom: 25px;
  left: 10px;
}
.film .more-links-container, .film #cast {
  white-space: pre-line;
  margin-top: 1rem;
  padding-right: 1em;
}

.film .more-links-container .more-links, .film #cast .more-links {
    font-weight: normal; }
.film #synopsis {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 2;
}

.film #synopsis .bb-intro {
  font-weight: bold;
}
.film #trailer .fa-play-circle {
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .film #trailer .fa-play-circle {
    font-size: 10%;
    font-size: 10vw;
  }
}
.film .carousel-indicators.program li.placeholder {
  visibility: hidden; }
.film .film-detail-wrapper {
  padding-right: 1.2%;
  padding-right: 1.2vw; }

.film .film-detail-wrapper h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
  .film .film-detail-wrapper h2 {
    margin-top: 0;
  }

@media only screen and (max-width: 600px) {
  .film .film-detail-wrapper h2 {
    margin-right: 9%;
    margin-right: 9vw;
  }
}

.film .film-detail-wrapper p {
  margin-bottom: 0.5em;
}

table {
  margin-top: 1rem; }
  table .fa {
    float: right;
  }
  table tr.active {
    color: #f0e08f; }
  table.program-actual tr th, table.program-cinema tr th {
    font-family: "Lora", Georgia, serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.09em;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.4em 0.6em;
  }

table.program-actual td, table.program-cinema td {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding: 0.9em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  table.program-actual td.film-title, table.program-actual td span.film-title, table.program-cinema td.film-title, table.program-cinema td span.film-title {
    font-size: 1.7rem;
    text-transform: uppercase;
    line-height: 0.9;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }

@media only screen and (max-width: 600px) {
  table.program-actual td.film-title, table.program-actual td span.film-title, table.program-cinema td.film-title, table.program-cinema td span.film-title {
    max-width: 99px;
  }
}
  table.bb-past-youngfilmlovers.active th {
    border: none !important;
    background-color: transparent !important; }
  table.bb-past-youngfilmlovers.active th.hide-on-active {
    display: table-cell !important; }

@media only screen and (max-width: 600px) {
  table.program-actual td {
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0;
  }

  table.program-actual .uppercase:nth-child(5) {
    margin-bottom: 1em;
  }

  table.program-actual tr td:first-child {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}

table.expand .film-title {
  font-size: 1.7rem;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.expand th {
  background-color: initial;
  border: none; }
table.expand th.hide-on-active {
  width: 8rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}
table.expand th:first-child {
  width: 50%; }

table.expand.active tr:first-child {
  color: #f0e08f; }
table.expand.active th {
  border-top: 0.2rem dotted rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.2); }
table.expand.active th.hide-on-active {
  display: none; }

table.expandcontent {
  display: none;
  margin-top: -0rem; }
  table.expandcontent td {
    padding-top: 0.1em !important;
    padding-bottom: 0.3em;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  table.expandcontent td:nth-child(1) {
    padding-right: 0; }

table.expandcontent.active tr {
  background-color: rgba(0, 0, 0, 0.2); }
table.expandcontent.active tr:last-child {
  border-bottom: 0.2rem dotted rgba(255, 255, 255, 0.3); }
  table.expandcontent.active tr:last-child td {
    padding-bottom: 1em; }

.data-container td {
  vertical-align: baseline;
}

.data-container td:last-child {
  white-space: nowrap; }
  @media only screen and (max-width: 800px) {
    .data-container td:last-child {
      white-space: normal; } }

#date {
  color: #f0e08f;
  padding: 0 0 1rem 0.5em;
  font-size: 2.1rem;
  letter-spacing: 0.03em;
}
  #date .fa-calendar {
    float: right;
    padding: 0 10% 10px 20px;
  }

#date .fa-arrow-right {
  min-height: 2.1rem;
}
  @media only screen and (max-width: 600px) {
    #date .bb-date-text {
      display: none; } }
  #date .bb-date-text-mobile {
    display: none;
  }

@media only screen and (max-width: 600px) {
  #date .bb-date-text-mobile {
    display: inline;
  }
}

.datepicker {
  cursor: pointer; }

.datepicker-dropdown {
  background-color: #a18648;
  z-index: 20 !important;
}
  .datepicker-dropdown td {
    margin: 2px; }
  .datepicker-dropdown td.day {
    background-color: #6f5c31; }
  .datepicker-dropdown tr td.today {
    background-color: #000; }
  .datepicker-dropdown td.active.day {
    background: #000 !important; }

#previous-date,
#next-date {
  cursor: pointer;
  position: relative;
  bottom: 0.25em;
  font-size: 0.6em;
}

#previous-date {
  padding-right: 0.5em;
}

#next-date {
  padding-left: 0.5em;
}

.getFilmDetails {
  cursor: pointer;
  width: 40%; }

.showtimes {
  margin-right: 10px;
  text-decoration: none;
  border-bottom: 0.1rem solid white;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.8); }
  .showtimes:hover {
    text-decoration: none; }
  .showtimes.grey {
    border-bottom: none; }

.align-right {
  text-align: right; }

/* Movie News Archive */
.movie-news-details img {
  width: 100%; }
.movie-news-details p {
  margin: 0.5em 0 1em 0;
  line-height: 1.2;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto; }

.movie-news-content {
  min-height: 10%;
  min-height: 10vh; }

.movie-news-container {
  margin-top: 10%;
  margin-top: 10vh;
  padding: 0 10px; }
  .movie-news-container img {
    width: 100%; }
  .movie-news-container p {
    margin: 0.5em 0 1em 0;
    line-height: 1.2; }

.program-content {
  background: #6f5c31;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6f5c31 0%, #a18648 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f5c31), color-stop(100%, #a18648));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6f5c31 0%, #a18648 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6f5c31 0%, #a18648 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f5c31 0%, #a18648 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6f5c31 0%, #a18648 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f5c31', endColorstr='#a18648', GradientType=0);
  /* IE6-9 */
  min-height: 80%;
  min-height: 80vh;
  padding: 1rem 0.5em 1rem 0.5em; }

.program-content.youngfilmlovers {
  background: #ea4a39;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea4a39), color-stop(100%, #920700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea4a39 0%, #920700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ea4a39 0%, #920700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4a39', endColorstr='#920700', GradientType=0);
  /* IE6-9 */
}

.program-content .program-single {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* Cinemas */
@media only screen and (max-width: 600px) {
  .cinemas a {
    display: inline-block;
    width: 49%; } }
.cinemas img {
  width: 67%;
  width: 20vw;
  margin-top: 1%;
  margin-top: 1vh;
}
  @media only screen and (max-width: 800px) {
    .cinemas img {
      width: 67%;
      width: 20vw; } }
  @media only screen and (max-width: 600px) {
    .cinemas img {
      width: 100%;
    }
  }
@media only screen and (max-width: 600px) {
  .cinemas :nth-child(2) img {
    position: relative;
    bottom: 1%;
    bottom: 1vh;
  }
  .cinemas :nth-child(5) img {
    margin-top: 2%;
    margin-top: 2vh;
  }
}

.cinema-logos {
  vertical-align: top; }

.wp-gallery {
  display: none !important; }

.program-single,
.cinema-single {
  margin-top: 3rem;
}
  .program-single table,
  .cinema-single table {
    width: 100%; }
  .program-single th,
  .cinema-single th {
    text-align: left;
    border: 0.2rem dotted rgba(255, 255, 255, 0.3);
    border-left: none;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px; }
  .program-single td,
  .cinema-single td {
    padding: 0 0.5em;
    padding-bottom: 0.9em; }
  .program-single .row1 td,
  .cinema-single .row1 td {
    padding-top: 0.9em; }

.gallery-columns-1 {
  display: none; }

.carousel.content {
  width: 46%;
  width: 46vw;
  position: relative;
  bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .carousel.content {
      width: 96%;
      width: 96vw; } }

/* Footer */
.partner-spot {
  display: inline-block;
  max-width: 100%;
  max-width: 100vw;
  text-align: right;
  opacity: 0.8; }
  .partner-spot h2 {
    display: inline-block;
    margin-right: 2%;
    margin-right: 2vw;
    font-size: 1.8rem;
    font-weight: normal;
  }
    @media only screen and (max-width: 600px) {
      .partner-spot h2 {
        display: block;
        font-size: 1.8rem;
        padding-top: 2.1rem; } }
  .partner-spot img {
    display: inline-block;
    max-width: 20%;
    margin-right: 2%;
    margin-right: 2vw; }
    @media only screen and (max-width: 600px) {
      .partner-spot img {
        margin-bottom: 25px;
        margin-left: 20%;
        display: block;
        max-width: 60%; } }
  .partner-spot .logos {
    display: none; }

.partner-spot .logos .bb-logo-break {
  display: block;
}
    .partner-spot .logos img {
      display: inline-block;
      float: none; }
      @media only screen and (max-width: 600px) {
        .partner-spot .logos img {
          display: inline-block;
          margin-left: 0;
          width: 37%;
        }

        .partner-spot .logos img.small {
          width: 16%;
        }
      }
    .partner-spot .logos .fa {
      font-size: 10%;
      font-size: 10vw;
      margin-right: 8%;
      margin-right: 8vw; }
    @media only screen and (max-width: 600px) {
      .partner-spot .logos {
        display: inline-block;
        padding-left: 0; } }
  @media only screen and (max-width: 600px) {
    .partner-spot {
      margin-left: 1%;
      margin-left: 1vw;
      text-align: left; } }

.home .partner-spot {
  width: 76%;
  width: 76vw;
  float: left;
}

/* Erscheinung */
html, body {
  min-width: 320px;
  min-height: 100%; }

body {
  font-size: 1.6rem;
  line-height: 1.3; }

h1 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 2rem;
  line-height: 2.2rem; }

p, ul {
  margin-bottom: 2.4rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.375;
}

.film h1, .stills h1 {
  font-size: 3.8rem;
  line-height: 0.9;
  margin: 0.15em 0 0.03em 0; }
.film h2, .stills h2 {
  font-size: 1.7rem; }

.content .nav-tabs > li > a,
.programm .nav-tabs > li > a {
  margin-right: 0.3rem !important;
  border-top-right-radius: 0.8em;
  border-top-left-radius: 0.8em;
  height: 40px;
  padding: 10px 15px !important;
  letter-spacing: 0.02em;
  width: 100px;
}

@media only screen and (max-width: 600px) {
  .content .nav-tabs > li > a,
  .programm .nav-tabs > li > a {
    width: 98%;
  }
}
.content div.tab-content, .content ul,
.programm div.tab-content,
.programm ul {
  margin: 0; }
.content div.tab-content,
.programm div.tab-content {
  padding: 1.5em 0; }
.content th,
.programm th {
  text-align: left;
  border: 0.2rem dotted rgba(255, 255, 255, 0.3);
  border-left: none;
  border-right: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.4em; }
.content td,
.programm td {
  padding: 0 0.5em;
  padding-bottom: 0.9em; }
.content .row1 td,
.programm .row1 td {
  padding-top: 0.9em; }

nav button, nav li, nav a {
  font-size: 1.7rem !important;
  font-weight: bold !important;
  font-family: "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased; }
nav button {
  background-color: black;
  color: white; }
nav button.grey {
  color: rgba(255, 255, 255, 0.4); }
nav .btn {
  border: 0px transparent;
  border-top-right-radius: 0.6em;
  border-bottom-right-radius: 0.6em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 1em;
  white-space: normal; }
nav a button.btn.login {
  background: linear-gradient(90deg, #ea4a39, #920700); }
nav a button.btn.login.gold {
  background: linear-gradient(90deg, #6f5c31, #a18648); }
nav .btn:hover, nav .btn:focus {
  color: white; }
nav .dropdown-menu {
  min-width: initial;
  width: 100%;
  border: none;
  box-shadow: none;
  color: white;
  background-color: transparent;
  position: relative;
  top: -8px;
  z-index: 1; }
nav .dropdown.open .btn {
  border-bottom-right-radius: 0px; }
nav li {
  border-bottom: 0.2rem dotted #999;
  line-height: 1.8;
  padding-left: 1em;
  background-color: black;
  white-space: normal;
  word-break: break-all;
  word-spacing: -0.06em;
}
nav a:first-child li {
  border-top: 0.2rem dotted #999; }
nav a:last-child li {
  border-bottom: 0px;
  border-bottom-right-radius: 0.6em; }
nav .current {
  color: #f0e08f; }

.logo {
  margin: 0px;
  max-width: 100%;
  text-align: center !important; }
  .logo img {
    max-width: 75%; }
  @media only screen and (max-width: 600px) {
    .logo img {
      position: absolute;
      right: 1%;
      right: 1vw;
      top: 0.5rem;
      width: 35%; } }

.fa-play-circle {
  padding: 10px;
  margin: -10px;
  color: white;
}
  @media only screen and (max-width: 600px) {
    .fa-play-circle {
      font-size: 4.5%;
      font-size: 4.5vw; } }

.dropdown .fa-bars {
  display: none;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 2.3rem;
  z-index: 0;
  padding: 6px; }
  @media only screen and (max-width: 600px) {
    .dropdown .fa-bars {
      display: block; } }
.dropdown.program.open + .dropdown.arthouse {
  bottom: 0.85%;
  bottom: 0.85vw; }
  .dropdown.program.open + .dropdown.arthouse.open {
    bottom: 0; }
@media only screen and (max-width: 600px) {
  .dropdown {
    width: 50%;
    position: absolute;
    left: 3%;
    left: 3vw; } }

.dropdown.open button {
  color: #f0e08f; }

.open > .dropdown-menu {
  z-index: 15; }

@media only screen and (max-width: 600px) {
  .dropdown.arthouse {
    top: 5rem; } }

.uppercase {
  text-transform: uppercase !important; }

a, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: 0.1rem solid white;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.8); }

.bb-placeholder {
  visibility: hidden; }

.bb-nowrap {
  white-space: nowrap; }

/* Farben */
body {
  background: #920700;
  /* Old browsers */
  background: -moz-linear-gradient(top, #920700 0%, #ea4a39 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #920700), color-stop(100%, #ea4a39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #920700 0%, #ea4a39 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #920700 0%, #ea4a39 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #920700 0%, #ea4a39 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #920700 0%, #ea4a39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#920700', endColorstr='#ea4a39', GradientType=0);
  /* IE6-9 */
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: rgba(255, 255, 255, 0.99);
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.25); }

body.slide-in-active {
  overflow: hidden;
}

body.gold {
  background: #ab8a3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ab8a3e 0%, #6e5829 33%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab8a3e), color-stop(33%, #6e5829));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ab8a3e 0%, #6e5829 33%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ab8a3e 0%, #6e5829 33%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ab8a3e 0%, #6e5829 33%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ab8a3e 0%, #6e5829 33%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab8a3e', endColorstr='#6e5829', GradientType=0);
  /* IE6-9 */
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed; }

.programm .tab-content {
  background: #5a4b27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a4b27 0%, #a18648 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a4b27), color-stop(100%, #a18648));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a4b27 0%, #a18648 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a4b27 0%, #a18648 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a4b27 0%, #a18648 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a4b27 0%, #a18648 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a4b27', endColorstr='#a18648', GradientType=0);
  /* IE6-9 */
}

.nav-tabs li a {
  color: white;
  background-color: black; }
.nav-tabs li.active {
  pointer-events: none; }
.nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li a:focus, .nav-tabs li a:hover {
  color: #f0e08f !important;
  background-color: #5a4b27 !important;
  border: none;
  margin-right: 0.3rem;
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
  height: 40px; }
.nav-tabs, .nav-tabs li a {
  border: none !important; }

nav button.btn:hover {
  color: #f0e08f !important;
  margin-right: 0.3rem; }

.grey {
  color: rgba(255, 255, 255, 0.4); }

/* Typografie */
body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.programm td {
  font-weight: bold;
  letter-spacing: 0.06em; }

.film h1, .film h2, .stills h1, .stills h2 {
  padding-right: 3.5%;
  padding-right: 3.5vw;
}

/* Hyperlinks */
nav a {
  color: white;
  text-decoration: none; }

nav a:hover {
  color: #f0e08f;
  text-decoration: none; }

a.no-highlight {
  color: white;
  text-decoration: none;
  border-bottom: none; }

a.no-highlight:hover {
  text-decoration: none; }

/* Responsive: Downscale */
@media screen and (min-width: 800px) and (max-width: 1050px) {
  .film figure, .film aside {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 374px) {
  .film figure, .film aside {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 800px) and (max-width: 990px) {
  .film figure, .film aside {
    float: none;
    width: 100%;
    margin-bottom: 2em; } }
@media screen and (max-width: 600px) {
  .hide-smallXS {
    display: none !important;
  }

  body {
    min-height: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    padding: 2%;
    padding: 2vw; }

  nav {
    position: absolute;
    top: 1.0rem;
    left: 1.0rem;
    margin: 0 !important;
    width: 16.0rem !important; }

  .programm {
    width: 95% !important;
    width: 95vw !important;
    position: relative;
    left: 0; }

  .bb-trailer-programm-page {
    position: relative;
    top: -50px;
  }

  .nav-tabs > li {
    width: 33%; }
    .nav-tabs > li a {
      text-align: center; }

  nav button .fa-bars {
    display: block; }

  .film.slide-in ~ .col-2 {
    pointer-events: none; } }
@media screen and (max-width: 800px) {
  .film {
    position: fixed;
    left: 100%;
    left: 100vw;
    top: 0;
    width: 85%;
    width: 85vw;
    transition: left 0.3s; }

  .programm {
    width: 65%;
    width: 65vw;
    margin-left: 1%;
    margin-left: 1vw; }

  .film {
    background-color: #a18648;
    z-index: 100;
    padding: 1.0rem; }

  .slide-in {
    left: 17%;
    left: 17vw;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.33);
    position: fixed;
    top: -0.5%;
    top: -0.5vh;
    bottom: 0;
    overflow-y: scroll;
    padding-right: 19%;
    padding-right: 19vw;
    padding-bottom: 3em;
    padding-left: 1.5em;
    -webkit-overflow-scrolling: touch;
  }

  .slide-in:before {
    content: "\232a";
    font-size: 3rem;
    display: block;
    width: 1em;
    position: fixed;
    top: 50%;
    left: 19vw;
    z-index: 10;
    opacity: 0.8;
  }

  .col-3.program {
    width: 35%;
    width: 35vw; } }
/* Responsive: Upscale */
@media screen and (min-width: 1300px) {
  html {
    font-size: 74%; } }
