@charset "UTF-8";
/***
****
****  font-family und font-faces
****
 */
/*
* Ab hier sind nur noch Funktionen, Mixins, oder Generation von Klassen
*
 */
@font-face {
  font-display: swap;
  font-family: "RobotoLight";
  src: url("/resources/fonts/roboto-v20-latin-300.eot");
  src: url("/resources/fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/roboto-v20-latin-300.woff2") format("woff2"), url("/resources/fonts/roboto-v20-latin-300.woff") format("woff"), url("/resources/fonts/roboto-v20-latin-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "RobotoBlack";
  src: url("/resources/fonts/roboto-v20-latin-900.eot");
  src: url("/resources/fonts/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/roboto-v20-latin-900.woff2") format("woff2"), url("/resources/fonts/roboto-v20-latin-900.woff") format("woff"), url("/resources/fonts/roboto-v20-latin-900.ttf") format("truetype");
}
.kw-c-white {
  color: #fff !important;
}

/*
* Ab hier sind nur noch Funktionen, Mixins, oder Generation von Klassen
*/
:root {
  --color-black: #000000;
}

.c-black {
  color: #000000;
  color: var(--color-black);
}

.bg-black {
  background-color: #000000;
  background-color: var(--color-black);
}

html {
  font-size: 18px;
  line-height: 24px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.kw--row--inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
}

.kw--row--inner--sm {
  max-width: 800px;
}

.kw--row--inner--tw {
  max-width: 750px;
}

.kw--row--inner--lg {
  max-width: 100%;
}

/*
.col-1{
  width:span(12);
  @include breakpoint(small){
    width:span(10);
  }
  @include breakpoint(medium){
    width:susy-span(6 of 12);
    width: percentage(2/12);
  }
  @include breakpoint(lg){
    width:span(2);
  }
}*/
/*
* Ab hier sind nur noch Funktionen, Mixins, oder Generation von Klassen
*
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 767px) {
  .col-1 {
    width: 6.7796610169%;
  }
}
@media (min-width: 767px) {
  .col-2 {
    width: 15.2542372881%;
  }
}
@media (min-width: 767px) {
  .col-3 {
    width: 23.7288135593%;
  }
}
@media (min-width: 767px) {
  .col-4 {
    width: 32.2033898305%;
  }
}
@media (min-width: 767px) {
  .col-5 {
    width: 40.6779661017%;
  }
}
@media (min-width: 767px) {
  .col-6 {
    width: 49.1525423729%;
  }
}
@media (min-width: 767px) {
  .col-7 {
    width: 57.6271186441%;
  }
}
@media (min-width: 767px) {
  .col-8 {
    width: 66.1016949153%;
  }
}
@media (min-width: 767px) {
  .col-9 {
    width: 74.5762711864%;
  }
}
@media (min-width: 767px) {
  .col-10 {
    width: 83.0508474576%;
  }
}
@media (min-width: 767px) {
  .col-11 {
    width: 91.5254237288%;
  }
}
@media (min-width: 767px) {
  .col-12 {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .col-1-p {
    width: 8.3333333333%;
  }
}
@media (min-width: 767px) {
  .col-2-p {
    width: 16.6666666667%;
  }
}
@media (min-width: 767px) {
  .col-3-p {
    width: 25%;
  }
}
@media (min-width: 767px) {
  .col-4-p {
    width: 33.3333333333%;
  }
}
@media (min-width: 767px) {
  .col-5-p {
    width: 41.6666666667%;
  }
}
@media (min-width: 767px) {
  .col-6-p {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .col-7-p {
    width: 58.3333333333%;
  }
}
@media (min-width: 767px) {
  .col-8-p {
    width: 66.6666666667%;
  }
}
@media (min-width: 767px) {
  .col-9-p {
    width: 75%;
  }
}
@media (min-width: 767px) {
  .col-10-p {
    width: 83.3333333333%;
  }
}
@media (min-width: 767px) {
  .col-11-p {
    width: 91.6666666667%;
  }
}
@media (min-width: 767px) {
  .col-12-p {
    width: 100%;
  }
}
@media (min-width: 320px) {
  .col-sm-1 {
    width: 6.7796610169%;
  }

  .col-sm-2 {
    width: 15.2542372881%;
  }

  .col-sm-3 {
    width: 23.7288135593%;
  }

  .col-sm-4 {
    width: 32.2033898305%;
  }

  .col-sm-5 {
    width: 40.6779661017%;
  }

  .col-sm-6 {
    width: 49.1525423729%;
  }

  .col-sm-7 {
    width: 57.6271186441%;
  }

  .col-sm-8 {
    width: 66.1016949153%;
  }

  .col-sm-9 {
    width: 74.5762711864%;
  }

  .col-sm-10 {
    width: 83.0508474576%;
  }

  .col-sm-11 {
    width: 91.5254237288%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 543px) {
  .col-s-1 {
    width: 6.7796610169%;
  }

  .col-s-2 {
    width: 15.2542372881%;
  }

  .col-s-3 {
    width: 23.7288135593%;
  }

  .col-s-4 {
    width: 32.2033898305%;
  }

  .col-s-5 {
    width: 40.6779661017%;
  }

  .col-s-6 {
    width: 49.1525423729%;
  }

  .col-s-7 {
    width: 57.6271186441%;
  }

  .col-s-8 {
    width: 66.1016949153%;
  }

  .col-s-9 {
    width: 74.5762711864%;
  }

  .col-s-10 {
    width: 83.0508474576%;
  }

  .col-s-11 {
    width: 91.5254237288%;
  }

  .col-s-12 {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .col-md-1 {
    width: 6.7796610169%;
  }

  .col-md-2 {
    width: 15.2542372881%;
  }

  .col-md-3 {
    width: 23.7288135593%;
  }

  .col-md-4 {
    width: 32.2033898305%;
  }

  .col-md-5 {
    width: 40.6779661017%;
  }

  .col-md-6 {
    width: 49.1525423729%;
  }

  .col-md-7 {
    width: 57.6271186441%;
  }

  .col-md-8 {
    width: 66.1016949153%;
  }

  .col-md-9 {
    width: 74.5762711864%;
  }

  .col-md-10 {
    width: 83.0508474576%;
  }

  .col-md-11 {
    width: 91.5254237288%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .col-lg-1 {
    width: 6.7796610169%;
  }

  .col-lg-2 {
    width: 15.2542372881%;
  }

  .col-lg-3 {
    width: 23.7288135593%;
  }

  .col-lg-4 {
    width: 32.2033898305%;
  }

  .col-lg-5 {
    width: 40.6779661017%;
  }

  .col-lg-6 {
    width: 49.1525423729%;
  }

  .col-lg-7 {
    width: 57.6271186441%;
  }

  .col-lg-8 {
    width: 66.1016949153%;
  }

  .col-lg-9 {
    width: 74.5762711864%;
  }

  .col-lg-10 {
    width: 83.0508474576%;
  }

  .col-lg-11 {
    width: 91.5254237288%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1404px) {
  .col-kw-film-plattform-1 {
    width: 6.7796610169%;
  }

  .col-kw-film-plattform-2 {
    width: 15.2542372881%;
  }

  .col-kw-film-plattform-3 {
    width: 23.7288135593%;
  }

  .col-kw-film-plattform-4 {
    width: 32.2033898305%;
  }

  .col-kw-film-plattform-5 {
    width: 40.6779661017%;
  }

  .col-kw-film-plattform-6 {
    width: 49.1525423729%;
  }

  .col-kw-film-plattform-7 {
    width: 57.6271186441%;
  }

  .col-kw-film-plattform-8 {
    width: 66.1016949153%;
  }

  .col-kw-film-plattform-9 {
    width: 74.5762711864%;
  }

  .col-kw-film-plattform-10 {
    width: 83.0508474576%;
  }

  .col-kw-film-plattform-11 {
    width: 91.5254237288%;
  }

  .col-kw-film-plattform-12 {
    width: 100%;
  }
}
@media (min-width: 320px) {
  .col-sm-1-p {
    width: 8.3333333333%;
  }

  .col-sm-2-p {
    width: 16.6666666667%;
  }

  .col-sm-3-p {
    width: 25%;
  }

  .col-sm-4-p {
    width: 33.3333333333%;
  }

  .col-sm-5-p {
    width: 41.6666666667%;
  }

  .col-sm-6-p {
    width: 50%;
  }

  .col-sm-7-p {
    width: 58.3333333333%;
  }

  .col-sm-8-p {
    width: 66.6666666667%;
  }

  .col-sm-9-p {
    width: 75%;
  }

  .col-sm-10-p {
    width: 83.3333333333%;
  }

  .col-sm-11-p {
    width: 91.6666666667%;
  }

  .col-sm-12-p {
    width: 100%;
  }
}
@media (min-width: 543px) {
  .col-s-1-p {
    width: 8.3333333333%;
  }

  .col-s-2-p {
    width: 16.6666666667%;
  }

  .col-s-3-p {
    width: 25%;
  }

  .col-s-4-p {
    width: 33.3333333333%;
  }

  .col-s-5-p {
    width: 41.6666666667%;
  }

  .col-s-6-p {
    width: 50%;
  }

  .col-s-7-p {
    width: 58.3333333333%;
  }

  .col-s-8-p {
    width: 66.6666666667%;
  }

  .col-s-9-p {
    width: 75%;
  }

  .col-s-10-p {
    width: 83.3333333333%;
  }

  .col-s-11-p {
    width: 91.6666666667%;
  }

  .col-s-12-p {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .col-md-1-p {
    width: 8.3333333333%;
  }

  .col-md-2-p {
    width: 16.6666666667%;
  }

  .col-md-3-p {
    width: 25%;
  }

  .col-md-4-p {
    width: 33.3333333333%;
  }

  .col-md-5-p {
    width: 41.6666666667%;
  }

  .col-md-6-p {
    width: 50%;
  }

  .col-md-7-p {
    width: 58.3333333333%;
  }

  .col-md-8-p {
    width: 66.6666666667%;
  }

  .col-md-9-p {
    width: 75%;
  }

  .col-md-10-p {
    width: 83.3333333333%;
  }

  .col-md-11-p {
    width: 91.6666666667%;
  }

  .col-md-12-p {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .col-lg-1-p {
    width: 8.3333333333%;
  }

  .col-lg-2-p {
    width: 16.6666666667%;
  }

  .col-lg-3-p {
    width: 25%;
  }

  .col-lg-4-p {
    width: 33.3333333333%;
  }

  .col-lg-5-p {
    width: 41.6666666667%;
  }

  .col-lg-6-p {
    width: 50%;
  }

  .col-lg-7-p {
    width: 58.3333333333%;
  }

  .col-lg-8-p {
    width: 66.6666666667%;
  }

  .col-lg-9-p {
    width: 75%;
  }

  .col-lg-10-p {
    width: 83.3333333333%;
  }

  .col-lg-11-p {
    width: 91.6666666667%;
  }

  .col-lg-12-p {
    width: 100%;
  }
}
@media (min-width: 1404px) {
  .col-kw-film-plattform-1-p {
    width: 8.3333333333%;
  }

  .col-kw-film-plattform-2-p {
    width: 16.6666666667%;
  }

  .col-kw-film-plattform-3-p {
    width: 25%;
  }

  .col-kw-film-plattform-4-p {
    width: 33.3333333333%;
  }

  .col-kw-film-plattform-5-p {
    width: 41.6666666667%;
  }

  .col-kw-film-plattform-6-p {
    width: 50%;
  }

  .col-kw-film-plattform-7-p {
    width: 58.3333333333%;
  }

  .col-kw-film-plattform-8-p {
    width: 66.6666666667%;
  }

  .col-kw-film-plattform-9-p {
    width: 75%;
  }

  .col-kw-film-plattform-10-p {
    width: 83.3333333333%;
  }

  .col-kw-film-plattform-11-p {
    width: 91.6666666667%;
  }

  .col-kw-film-plattform-12-p {
    width: 100%;
  }
}
.flex {
  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: wrap;
      flex-wrap: wrap;
}
.flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--c-full {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* Hide only visually, but have it available for screenreaders
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* Hide visually and from screenreaders, but maintain layout */
.block {
  display: block;
  height: auto;
  width: 100%;
}

/*.typo-d {
  @include font(text-default);
}*/
.t-h1 {
  font-size: 26px;
}

.t-d {
  font-size: 18px;
}

.t-lineclamp {
  text-overflow: ellipsis;
  /* Needed to make it work */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body {
  padding-top: 55px !important;
}
@media (min-width: 767px) {
  body {
    padding-top: 131px !important;
  }
}

.navbar {
  margin-bottom: 0;
}

@media (min-width: 543px) {
  span.claim {
    left: 40%;
    top: 22px;
    font-size: 14px;
    position: absolute;
  }
}
@media (min-width: 767px) {
  span.claim {
    font-size: 18px;
    top: 29px;
  }
}

@media (min-width: 543px) {
  .navbar-brand {
    height: 55px;
  }
}
@media (min-width: 767px) {
  .navbar-brand {
    height: 85px;
  }
}

.img-full {
  display: block;
  width: 100%;
}

@media (min-width: 767px) {
  .lang-right {
    top: 4px;
  }
}

.slick-arrow {
  z-index: 9;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.m-t-1 {
  margin-top: 54px;
  margin-top: 3rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-0 .page-content {
  padding-bottom: 0 !important;
}

.kw-partner__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kw-partner__entry {
  text-align: right;
  width: 50%;
  max-width: 400px;
}
.kw-partner__entry:first-of-type {
  margin-right: 30px;
}
.kw-partner img {
  display: block;
  width: 100%;
}

.kw-footer {
  text-align: center;
}
.kw-footer img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.kw-partner--grid__h {
  max-width: 90% !important;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
  gap: 20px 20px;
}
@media (min-width: 767px) {
  .kw-partner--grid__h {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .kw-partner--grid__h {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.kw-partner--grid__entry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* for single line flex container */
  -ms-flex-line-pack: center;
      align-content: center;
  /* for multi-line flex container */
}
.kw-partner--grid__entry:before {
  content: ' ';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.kw-partner--grid__entry img {
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
}

.breadcrumb--container {
  padding: 0 15px;
  height: 38px;
  position: relative;
  width: 100%;
}

@media (min-width: 767px) {
  .isIE11 .kw-grid > * {
    float: left;
    width: 33%;
  }
}
@media (min-width: 767px) {
  .isIE11 .kw-fh > * {
    float: left;
    width: 33%;
  }
}
.isIE11 .kw-fh > * figure {
  clear: left;
  display: block;
}
.isIE11 .kw-fh > * figure img {
  width: 30% !important;
  height: auto !important;
  float: left;
}
.isIE11 .kw-fh > * figure .figcaption {
  width: 40%;
  float: left;
}
.isIE11 .kw-partner--grid__h > * {
  float: left;
  width: 33%;
}
@media (min-width: 767px) {
  .isIE11 .kw-partner--grid__h > * {
    float: left;
    width: 25%;
  }
}
@media (min-width: 991px) {
  .isIE11 .kw-partner--grid__h > * {
    float: left;
    width: 15%;
  }
}

.kw-btn {
  width: auto;
}

.slick-dots {
  bottom: 70px;
}
.slick-dots li button {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  height: 12px;
  width: 16px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #e84e10;
  border: 1px solid #e84e10;
}

#FilmSearch_FilmSearch label {
  display: block;
}
#FilmSearch_FilmSearch div.fieldgroup-field {
  margin-bottom: 15px;
}
#FilmSearch_FilmSearch select.dropdown, #FilmSearch_FilmSearch input.text {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  #FilmSearch_FilmSearch .btn-toolbar {
    margin: 0 auto;
    width: 140px;
  }
  #FilmSearch_FilmSearch .btn-toolbar .action {
    width: 100%;
  }
}

.search_select_field {
  background: black;
  border: 1px solid white;
}
.search_select_field option {
  color: white;
}
.search_select_field .search_select_field__def {
  color: #999 !important;
}

#clear_form {
  background: black;
  color: white;
  border: 1px solid white;
  padding: 5px;
  position: relative;
  top: -1px;
  left: 10px;
}

.kw-grid {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .kw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
@media (min-width: 991px) {
  .kw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
.kw-grid__entry {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 767px) {
  .kw-grid__entry {
    margin-bottom: 0;
  }
}
.kw-grid__entry--text {
  background: #ccc;
  color: black;
  padding: 27px 54px 0 27px;
  padding: 1.5rem 3rem 0 1.5rem;
  min-height: 280px;
}
@media (min-width: 767px) {
  .kw-grid__entry--text {
    min-height: inherit;
  }
}
.kw-grid__entry--text strong {
  font-size: inherit;
  line-height: 1.5;
}
.kw-grid__entry--text em {
  font-size: 16px;
}
@media (min-width: 991px) {
  .kw-grid__entry--text em {
    font-size: 25px;
  }
}
@media (min-width: 991px) {
  .kw-grid__entry--text {
    min-height: inherit;
  }
}
.kw-grid__footer {
  background: black;
  color: white;
  font-size: 16px;
  line-height: 1.8;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.kw-grid a {
  display: block;
}
.kw-grid__title {
  padding: 0 15px 0 15px;
}
.kw-grid .plus-link {
  position: absolute;
  right: 10px;
  top: 10px;
  height: auto;
  bottom: auto;
  z-index: 3;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* Equal to rotateZ(45deg) */
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kw-grid .plus-link i {
  color: #fff;
}
.kw-grid .plus-link.open {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* Equal to rotateZ(45deg) */
}
.kw-grid .plus-link--text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e84e10;
  color: #000;
  z-index: 200;
  overflow: scroll;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  margin-top: 10px;
}
.kw-grid .plus-link--text .inner {
  padding: 20px;
}
.kw-grid .fa-plus-circle:before {
  content: "+";
  font-size: 2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.kw-fh {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  /*
  .figure{
    display:flex;
    justify-content: space-between;
    .figcaption{

      color:#fff;

      padding:10px;
      @include bpoint(md){
        padding:0px;

      }
    }
    .kw-fh__title{
      font-size: 16px;
      line-height: 1.2;
      display:block;
    }
    .kw-fh__desc{
      color:#c0c0c0;
      display:block;
      margin-top: 20px;
    }
  }

   */
}
@media (min-width: 767px) {
  .kw-fh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
@media (min-width: 991px) {
  .kw-fh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
.kw-fh__entry {
  margin-bottom: 10px;
  position: relative;
}
.kw-fh__entry:before {
  content: ' ';
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.kw-fh__entry > .inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 767px) {
  .kw-fh__entry {
    margin-bottom: 0;
  }
}
.kw-fh .inner {
  height: 100%;
}
.kw-fh__letter {
  background: #e84e10 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  height: 100%;
  font-size: 3.5em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 767px) {
  .kw-fh__letter {
    font-size: 3.5em;
  }
}
.kw-fh__film {
  display: block;
  background: #2B2E34;
  color: #fff;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kw-fh__film:hover {
  text-decoration: none;
}
.kw-fh__film figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.kw-fh__film img {
  display: block;
  width: auto;
  height: 100%;
}
.kw-fh__film .figcaption {
  color: #fff;
  padding: 10px;
}
.kw-fh__film .kw-fh__title {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.kw-fh__film .kw-fh__desc {
  color: #c0c0c0;
  display: block;
  margin-top: 20px;
}
.kw-fh__nothing {
  background: #e84e10 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  height: 350px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
}

@media (min-width: 767px) {
  #FilmSearch_FilmSearch fieldset {
    max-width: 850px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 767px) {
  #daysectionpremierelocation {
    display: inline-block;
    width: 45%;
  }
}

@media (min-width: 767px) {
  #titledirectorcastcountrynumber {
    display: inline-block;
    width: 45%;
    margin-left: 8%;
  }
}

.kw-pq blockquote {
  font-family: 'Bitter', serif;
  padding: 0 !important;
  border-left: 0 !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.kw-pq figcaption {
  font-style: italic;
}

.kw-gal {
  display: block;
  margin-top: 10px;
  padding-left: 0 !important;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
}
@media (min-width: 767px) {
  .kw-gal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
@media (min-width: 991px) {
  .kw-gal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
  }
}
.kw-gal__entry li, .kw-gal__entry a, .kw-gal__entry img {
  display: block;
  width: 100%;
}

.kw--h {
  display: block;
  padding-bottom: 0;
  background: #000;
}
@media (min-width: 767px) {
  .kw--h__holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .kw--h__holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.kw--h__entry {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.kw--h__entry:before {
  content: ' ';
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.kw--h__entry > .kw--h__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kw--h__inner {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
}

.news-list-view__date {
  margin: .35em 0;
}

.kw--teaser--img {
  display: block;
  width: 100%;
}

.kw--partner {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
    /*
  &__h{
    padding-top:20px;
    @include bpoint(md){
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 10px;
    }

    &--four{
      display: grid;
      grid-template-columns: 1fr 1fr;
      img{
        width:80%;
      }
      @include bpoint(md){
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px 10px;
      }
    }
  }*/
}
.kw--partner__cat {
  padding: 20px 0;
  position: relative;
}
.kw--partner__cat:before {
  background: #eee;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kw--partner__cat:first-of-type:before {
  display: none;
}
.kw--partner__entry {
  position: relative;
}
.kw--partner__entry:before {
  content: ' ';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.kw--partner img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.kw--partner__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kw--partner__entry--size--xs {
  width: 50%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--xs {
    width: 10%;
  }
}
.kw--partner__entry--size--s {
  width: 50%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--s {
    width: 20%;
  }
}
.kw--partner__entry--size--m {
  width: 50%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--m {
    width: 30%;
  }
}
.kw--partner__entry--size--l {
  width: 50%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--l {
    width: 40%;
  }
}
.kw--partner__entry--size--xl {
  width: 100%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--xl {
    width: 50%;
  }
}
.kw--partner__entry--size--xxl {
  width: 100%;
}
@media (min-width: 767px) {
  .kw--partner__entry--size--xxl {
    width: 70%;
  }
}

.page--film {
  background: #222;
  color: #fff;
}
.page--film .row--padding {
  padding: 0 15px;
}
.page--film__header {
  border-bottom: 1px solid white;
  text-transform: uppercase;
}
.page--film__header .page--film__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--film__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page--film .text-center {
  text-align: center;
}
.page--film .c-orange {
  color: #E84E10;
}
.page--film__content {
  padding: 4em 0;
}
.page--film__persons {
  padding: 4em 0;
}
.page--film__persons dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--film__persons dt {
  color: #E84E10;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 767px) {
  .page--film__persons dt {
    width: 27%;
    text-align: right;
  }
}
.page--film__persons dd {
  width: 100%;
  padding-bottom: .5em;
}
@media (min-width: 767px) {
  .page--film__persons dd {
    width: 70%;
  }
}
.page--film__director {
  padding: 4em 0;
}
.page--film__director__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--film__director__img {
  width: 200px;
  border-radius: 50% !important;
  height: 200px;
  overflow: hidden;
}
.page--film__director__img img {
  width: 100%;
  display: block;
}
.page--film__director__content {
  width: calc(100% - 250px);
}
.page--film__director__name {
  text-transform: uppercase;
}
.page--film__gallery {
  padding: 4em 0;
}
.page--film__gallery ul {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
@media (min-width: 767px) {
  .page--film__gallery ul {
    grid-template-columns: 50% 50%;
  }
}
.page--film__gallery ul img {
  display: block;
  width: 100%;
  height: auto;
}
.page--film__footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
}
.page--film__footer img {
  width: 100%;
  height: auto;
  display: block;
}

.page--filmh {
  background: #222;
  color: #fff;
}
.page--filmh .row--padding {
  padding: 0 15px;
}
.page--filmh__title {
  margin-top: 0;
  padding-top: 0;
}
.page--filmh h1 {
  margin-bottom: 10px;
}
.page--filmh .page--filmh__sortsearch {
  margin-bottom: 2em;
}
@media (min-width: 767px) {
  .page--filmh .page--filmh__sortsearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--filmh__sort {
  padding: 0 15px;
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  .page--filmh__sort {
    margin-bottom: 0em;
  }
}
.page--filmh__sort span {
  display: block;
}
@media (min-width: 767px) {
  .page--filmh__sort span {
    display: inline;
  }
}
.page--filmh__sort .sortFilmLink {
  text-transform: uppercase;
  color: white;
  padding-right: 1em;
}
.page--filmh__sort .sortFilmLink:hover, .page--filmh__sort .sortFilmLink:focus {
  color: #E84E10;
}
.page--filmh__sort .sortFilmLink:after {
  position: relative;
  height: 100%;
  width: 1px;
  content: '|';
  right: -.5em;
}
@media (min-width: 767px) {
  .page--filmh__sort .sortFilmLink:first-of-type {
    padding-left: 15px;
  }
}
.page--filmh__sort .sortFilmLink:last-of-type:after {
  display: none;
}
.page--filmh__sort .sortFilmLink.current {
  color: #E84E10;
}
.page--filmh .page--filmh__search {
  padding-left: 15px;
  padding-right: 15px;
}
.page--filmh .page--filmh__search span {
  display: block;
}
@media (min-width: 767px) {
  .page--filmh .page--filmh__search span {
    display: inline;
  }
}
.page--filmh .search_field {
  background: #222;
  border: 1px solid white;
  margin-bottom: .5em;
  margin-right: 0;
  width: 100%;
  display: block;
}
@media (min-width: 991px) {
  .page--filmh .search_field {
    margin-right: 1em;
    width: inherit;
  }
}
@media (min-width: 1404px) {
  .page--filmh .search_field {
    display: inline-block;
    margin-bottom: 0;
  }
}
.page--filmh .kw-fh__newfilm .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  height: 100%;
}
.page--filmh .kw-fh__newfilm .figcaption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
}
.page--filmh .kw-fh__newfilm .figcaption__inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.page--filmh .kw-fh__newfilm .kw-fh__newfilm__desc {
  opacity: 0;
}
.page--filmh .kw-fh__newfilm .kw-fh__newfilm__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.page--filmh .kw-fh__newfilm .kw-fh__newfilm__info {
  text-align: right;
  display: block;
}
.page--filmh .kw-fh__newfilm:hover img, .page--filmh .kw-fh__newfilm:focus img {
  opacity: .7;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  /* Ändere den Wert, um den Grad der Verschwommenheit anzupassen */
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.page--filmh .kw-fh__newfilm:hover .kw-fh__newfilm__desc, .page--filmh .kw-fh__newfilm:focus .kw-fh__newfilm__desc {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.page--filmh .kw-fh__newfilm:hover .kw-fh__newfilm__title, .page--filmh .kw-fh__newfilm:hover .kw-fh__newfilm__info, .page--filmh .kw-fh__newfilm:focus .kw-fh__newfilm__title, .page--filmh .kw-fh__newfilm:focus .kw-fh__newfilm__info {
  text-align: left;
}

.page--filmh--new {
  background: #fff;
  color: #222;
}
.page--filmh--new .search_field {
  background: #fff;
  border: 1px solid #222;
  margin-bottom: .5em;
  margin-right: 0;
  width: 100%;
  display: block;
}
@media (min-width: 991px) {
  .page--filmh--new .search_field {
    margin-bottom: 0;
    margin-right: 1em;
    width: inherit;
    display: block;
  }
}
@media (min-width: 1404px) {
  .page--filmh--new .search_field {
    display: inline-block;
  }
}
.page--filmh--new .search_clear {
  padding: .5em;
  border: none;
}
.page--filmh--new .kw-fh__newfilm__title.h3 {
  font-size: 22px;
}

.page--filmh .page-header.row--padding {
  margin-top: 0;
  padding-top: 30px;
  background: #222;
}

.page--film-kw .page--film__header .page--film__inner {
  display: block;
}
@media (min-width: 767px) {
  .page--film-kw .page--film__header .page--film__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
@media (min-width: 767px) {
  .page--film-kw .page--film__header__dirs {
    margin-left: 2em;
    margin-right: 2em;
  }
}
.page--film-kw .page--film__header__countries {
  padding: 10px 0;
}
@media (min-width: 767px) {
  .page--film-kw .page--film__header__countries {
    padding: 0;
  }
}
.page--film-kw .page--film__footer__grid {
  grid-gap: 50px;
  gap: 50px;
}
.page--film-kw .page--film__footer__grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--film-kw .page--film__footer__grid li img {
  max-width: 300px;
  display: block;
  height: auto;
}

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