.margin_bottom {
  margin-bottom: 15px;
}
@media screen and (min-width: 507px) {
  .margin_bottom {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .margin_bottom {
    margin-bottom: 50px;
  }
}

body {
  padding-top: 5.2rem;
}

html {
  scroll-padding-top: 5.2rem;
}

.main_grid {
  display: grid;
  padding: 0.53rem;
  padding-top: 0;
  padding-bottom: 1.1rem;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.9rem 0.55rem;
}
@media screen and (min-width: 768px) {
  .main_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.main_grid#spacer_top {
  padding-bottom: 0 !important;
}
.main_grid::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .main_grid::before {
    grid-column: span 4;
  }
}
.main_grid.grid_events {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.main_grid.grid_events .teaser {
  grid-column: span 6;
}
@media screen and (min-width: 620px) {
  .main_grid.grid_events .teaser {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1200px) {
  .main_grid.grid_events .teaser {
    grid-column: span 2;
  }
}
.main_grid.grid_events .main_title, .main_grid.grid_events::before,
.main_grid.grid_events .info,
.main_grid.grid_events .grid_spacer {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .main_grid.grid_events .main_title, .main_grid.grid_events::before,
  .main_grid.grid_events .info,
  .main_grid.grid_events .grid_spacer {
    grid-column: span 6;
  }
}
.main_grid .span_2 {
  grid-column: span 2;
}
.main_grid.noborder::before {
  display: none;
}
.main_grid.header_movie {
  display: flex;
  flex-direction: column;
  padding-top: 1.3rem;
  width: 100%;
  z-index: 3;
}
.main_grid.header_movie::before {
  display: none;
}
.main_grid.header_movie h2 {
  margin: 0 !important;
}
.main_grid.header_movie.fixed .inner {
  position: fixed;
  top: 75px;
  right: 0.53rem !important;
  left: 0.53rem;
  width: auto;
  z-index: 2;
}
@media screen and (min-width: 321px) {
  .main_grid.header_movie.fixed .inner {
    top: 83px;
  }
}
@media screen and (min-width: 1024px) {
  .main_grid.header_movie.fixed .inner {
    top: 104px;
  }
}
.main_grid.details_movie::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .main_grid.logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .main_grid.logos .main_title, .main_grid.logos::before {
    grid-column: span 6 !important;
  }
}
.main_grid.logos .logo {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.5rem;
}
.main_grid.logos .logo img {
  max-height: 110px !important;
  width: auto;
  max-width: 90%;
}
.main_grid .block img {
  width: 100%;
  margin-bottom: 0.08rem;
}
.main_grid .block.teaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3rem;
  margin-bottom: 1.8rem;
  text-decoration: none;
}
.main_grid .block.teaser .facts_movie span::after {
  content: " | ";
}
.main_grid .block.teaser .facts_movie span:last-child::after {
  content: "";
}
.main_grid .block.teaser .facts_movie span.nobr {
  white-space: nowrap;
}
.main_grid .block.teaser .btn {
  font-family: "Sans";
  font-size: 1rem;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0.02rem;
  text-decoration: none;
  margin: 0 0 0.5rem 0;
  font-weight: 100;
  padding: 0.5rem;
  hyphens: auto;
  background-repeat: no-repeat;
  background: url("../img/KK_btn_background_04.png"), #ffed00;
  background-size: 500px;
  background-blend-mode: screen;
  /*
  &::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 1.2rem;
    margin-bottom: -0.45rem;
    transition: width 0.1s;
    z-index: 1;
    //margin-right: 3px;

    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position-x: -0.6rem;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><line y1="10" x2="28.26" y2="10" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/><polyline points="20 18.26 28.26 10 20 1.74" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');

  }
  */
}
.main_grid .block.teaser .btn.type_special {
  background: url("../img/KK_btn_background_02.png"), #beddc1;
  background-size: 500px;
  background-blend-mode: screen;
}
.main_grid .main_title,
.main_grid .main_title_entry_news {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .main_grid .main_title,
  .main_grid .main_title_entry_news {
    grid-column: span 4;
  }
}
.main_grid .main_title h2,
.main_grid .main_title_entry_news h2 {
  line-height: 0.9;
}

.container_btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
  grid-column: span 2;
  margin: 0.3rem 0 1.8rem 0;
  text-transform: uppercase;
}
.container_btn p {
  margin-top: 0.8rem;
  margin-bottom: -0.2rem;
}
@media screen and (min-width: 768px) {
  .container_btn {
    grid-column: span 4;
  }
}

.movie_in_block {
  scroll-margin: 35px;
}
@media screen and (min-width: 768px) {
  .movie_in_block {
    scroll-margin: 70px;
  }
}

.date_time_new {
  display: flex;
  width: 100%;
  grid-column: span 2;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .date_time_new {
    grid-column: span 4;
  }
}
.date_time_new .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .date_time_new .inner {
    justify-content: flex-start;
  }
}
.date_time_new h3 {
  font-size: 2.2rem;
  margin-top: 0.3rem;
  padding-right: 0.5rem;
  line-height: 0.8;
  letter-spacing: 0.07rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .date_time_new h3 {
    padding-right: 1.2rem;
  }
}
.date_time_new p {
  font-family: "Sans";
  margin: 0.3rem 0;
}
@media screen and (max-width: 400px) {
  .date_time_new p {
    font-size: 0.8rem !important;
  }
}
.date_time_new p.date_movie {
  color: #fbba00;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .date_time_new p.date_movie {
    padding-right: 10rem;
  }
}
.date_time_new p.date_movie span {
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .date_time_new p.date_movie span {
    padding-right: 1.2rem;
  }
}
.date_time_new a.venue_movie {
  text-decoration: none;
}
.date_time_new a.venue_movie:hover {
  text-decoration: underline;
}
.date_time_new .ticket_movie {
  display: flex;
  align-items: center;
  align-self: stretch;
  text-decoration: none;
  background: #fbba00 !important;
  padding: 0 0.5rem;
  font-family: "Condensed";
  font-size: 1.8rem;
  letter-spacing: 0.07rem;
}
.date_time_new .ticket_movie:hover {
  color: #000 !important;
}

#program,
#events {
  background-image: url(../img/KK-BG-programevents_double.png);
  background-size: 100%;
  background-repeat: repeat-y !important;
}
@media screen and (max-width: 768px) {
  #program,
  #events {
    background-image: url(../img/KK-BG-programevents_vert_double.png);
  }
}

.cont_img_event {
  position: relative;
  margin-bottom: 0.4rem;
}
.cont_img_event img {
  margin: 0 !important;
  display: block;
}
.cont_img_event .time_place_event {
  font-family: "Sans" !important;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background: url("../img/KK_btn_background_03.png"), #bee4fa;
  background-size: 500px;
  background-blend-mode: screen;
  padding: 0.5rem;
  text-decoration: none;
  /*
  &::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 1.2rem;
    margin-bottom: -0.45rem;
    transition: width 0.1s;
    z-index: 1;
    //margin-right: 3px;
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position-x: -0.6rem;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><line y1="10" x2="28.26" y2="10" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/><polyline points="20 18.26 28.26 10 20 1.74" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
  }
  */
}
.cont_img_event .time_place_event:hover {
  color: #000;
}

#info {
  background-image: url(../img/KK-BG_info_double_02.png);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #info {
    background-image: url(../img/KK-BG_info_vert_double.png);
  }
}

.info {
  grid-column: span 2;
  margin-bottom: 0.4rem;
  background-repeat: repeat-y !important;
  /*
  a {
    color: $color_one;
    text-decoration: none;
  }
  */
}
@media screen and (min-width: 768px) {
  .info {
    grid-column: span 3;
  }
}

@media screen and (max-width: 768px) {
  .grid_spacer {
    display: none;
  }
}

.container_form {
  padding-bottom: 2.3rem;
}

.bio {
  padding-top: 2rem;
}
.bio::before {
  display: none;
}

.cont_img_bio img {
  margin-right: 0.8rem;
}

.cont_text_bio {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .cont_text_bio {
    grid-column: span 2;
  }
}

.day_timetable {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .day_timetable {
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 4;
  }
}
.day_timetable .content_day {
  display: none;
}
@media screen and (min-width: 507px) {
  .day_timetable .content_day {
    display: flex !important;
  }
}
.day_timetable .content_day .inner_day {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 0rem;
}
@media screen and (min-width: 507px) {
  .day_timetable .content_day .inner_day {
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) {
  .day_timetable .content_day .inner_day {
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 4;
  }
}
.day_timetable::before {
  content: "";
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  grid-column: span 2;
  transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .day_timetable::before {
    grid-column: span 4;
  }
}
.day_timetable:first-of-type::before {
  display: none;
}
.day_timetable .title_day {
  display: none;
  grid-column: span 2;
  font-family: "Condensed";
  text-transform: none !important;
  font-size: 5rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 0rem;
  text-decoration: none;
}
@media screen and (min-width: 507px) {
  .day_timetable .title_day {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .day_timetable .title_day {
    margin-bottom: 2rem;
    grid-column: span 4;
  }
}
.day_timetable .title_day.open_accordion {
  user-select: none;
  display: flex;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
.day_timetable .title_day.open_accordion::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><polygon points="31 13 18 13 18 0 13 0 13 13 0 13 0 18 13 18 13 31 18 31 18 18 31 18 31 13" style="fill: %234ba8dc;"/></svg>');
  display: block;
  transition: all 0.2s;
}
.day_timetable .title_day.open_accordion.active::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 507px) {
  .day_timetable .title_day.open_accordion {
    display: none;
  }
}
.day_timetable .block_timetable {
  display: block;
  text-decoration: none;
  margin: 1rem 0 1.5rem 0;
  transition: all 0.2s;
}
.day_timetable .block_timetable .qa {
  white-space: nowrap !important;
}
.day_timetable .block_timetable > a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #000 !important;
  padding-top: 0.3rem;
  text-decoration: none;
}
.day_timetable .block_timetable > a:hover {
  color: #000;
  color: #999;
}
.day_timetable .block_timetable > a:hover .qa {
  opacity: 0.6;
}
.day_timetable .block_timetable .head_block_timetable {
  font-family: "Sans";
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0.4rem 0.2rem 0.4rem;
  border-bottom: 1px solid #000 !important;
}
.day_timetable .block_timetable .head_block_timetable.type_regular {
  background-repeat: no-repeat;
  background: url("../img/KK_btn_background_04.png"), #ffed00;
  background-size: 500px;
  background-blend-mode: screen;
}
.day_timetable .block_timetable .head_block_timetable.type_event {
  background-repeat: no-repeat;
  background: url("../img/KK_btn_background_03.png"), #bee4fa;
  background-size: 500px;
  background-blend-mode: screen;
}
.day_timetable .block_timetable .head_block_timetable.type_special {
  background: url("../img/KK_btn_background_02.png"), #beddc1;
  background-size: 500px;
  background-blend-mode: screen;
}
.day_timetable .block_timetable .entry_timetable {
  transition: all 0.2s;
}
.day_timetable .block_timetable h3 {
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.07rem;
  margin-top: 0;
}
.day_timetable .block_timetable h3 span {
  color: #fbba00;
}
.day_timetable .block_timetable p {
  margin-bottom: 0;
}

.anchor_nav {
  width: 100%;
}

.text_custom_page {
  margin-bottom: 2rem;
}

@font-face {
  font-family: "Text";
  src: url("../fonts/GT-Super-Text-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Condensed";
  src: url("../fonts/SharpGroteskPESmBold-10.woff2") format("woff2");
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/SharpGroteskPEBook-18.woff2") format("woff2");
}
html {
  font-family: "Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
}
@media screen and (max-width: 321px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 125%;
  }
}

h4 {
  font-family: "Sans";
}

h1,
h2 {
  font-family: "Text";
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1.23;
  margin: 0;
}

h3 {
  font-family: "Condensed";
  margin: 0px;
  margin-bottom: 0.4rem;
  font-weight: 100;
}

p {
  font-family: "Text";
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.425rem;
}

a {
  color: #000;
  text-decoration-color: #fbba00;
  text-underline-offset: 7px;
  transition: all 0.2s;
}
a:hover {
  color: #fbba00;
}

ul {
  margin: 0;
}

.block p {
  font-size: 1rem;
  line-height: 1.4;
}
.block h3 {
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: 0.07rem;
}
.block .card {
  color: #000;
  text-decoration: none;
}
.block.teaser a {
  font-family: "Text";
}
.block.teaser a .slash {
  text-decoration: none !important;
  margin-right: 0 !important;
}
.block.teaser a .slash:last-child {
  display: none;
}

.main_title a {
  font-family: "Sans";
  font-size: 1.2rem;
}

.text_center {
  text-align: center !important;
}

.btn,
button {
  display: inline-block;
  font-family: "Condensed";
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.07rem;
  line-height: 0;
  background: #fbba00;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;
  padding: 1.65rem 0.75rem;
}
.btn:hover,
button:hover {
  color: #000;
}

#footer {
  font-size: 0.875rem;
  font-family: "AntarcticaMedium";
  color: #000;
}
#footer a {
  text-decoration-color: #000 !important;
}
#footer a:hover {
  color: #fff;
}
#footer .disclaimer {
  font-family: "AntarcticaLight";
}
#footer #nav_footer ul {
  text-transform: uppercase;
  list-style-type: none;
}
#footer #nav_footer ul li {
  text-align: right;
  padding-bottom: 0.5rem;
}
#footer #nav_footer ul li a {
  font-family: "Sans";
  text-decoration: none;
  font-size: 1.3rem;
}

#overlay {
  font-family: "Sans";
  font-size: 1.8rem;
  line-height: 1.14;
  text-transform: uppercase;
  user-select: none;
}
@media screen and (min-width: 321px) {
  #overlay {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #overlay {
    font-size: 2.75rem;
  }
}
#overlay .child {
  margin-bottom: 0.3rem;
}
#overlay .subchild {
  font-size: 1.3rem;
  margin-bottom: 0.15rem;
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  #overlay .subchild {
    font-size: 1.8rem;
  }
}
#overlay .nav_active {
  color: #fbba00;
}
#overlay a,
#overlay div {
  text-decoration: none;
  color: #000;
  transition: color 0.2s;
}
#overlay a:hover,
#overlay div:hover {
  color: #fbba00;
}
#overlay .accordion-header {
  display: flex;
  align-items: center;
}
#overlay .accordion-header::after {
  content: "";
  background: url(../img/arrow_main_nav.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.2s;
  margin-left: 0.28rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  #overlay .accordion-header::after {
    width: 26px;
    height: 26px;
    margin-right: 0.3rem;
  }
}
@media screen and (min-width: 1024px) {
  #overlay .accordion-header::after {
    width: 28px;
    height: 28px;
    margin-right: 0.3rem;
  }
}
#overlay .accordion-header.active::after {
  transform: rotate(0deg);
}

#slider_news .cont_title_news {
  margin-bottom: 0.4rem;
  position: relative;
}
#slider_news .cont_title_news .alert {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Condensed";
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  padding: 0.1rem 0.2rem;
  background-repeat: no-repeat;
  background: url("../img/KK_btn_background_04.png"), #ffed00;
  background-size: 500px;
  background-blend-mode: screen;
}
#slider_news .cont_title_news .alert::before {
  content: "+ ";
}
#slider_news .cont_title_news .alert::after {
  content: " +";
}
#slider_news a {
  font-family: "Sans";
}
#slider_news h3 {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 0.2rem 0.4rem;
  font-family: "Condensed" !important;
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: 0.07rem;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #slider_news h3 {
    padding: 0.2rem 0.6rem;
  }
}

.info p,
.cont_text_bio p {
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.info p strong,
.cont_text_bio p strong {
  font-family: "Sans";
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: normal;
}
.info p:last-child,
.cont_text_bio p:last-child {
  margin-bottom: 0;
}
.info .cont_text_bio p,
.cont_text_bio .cont_text_bio p {
  font-size: 0.85rem;
}
.info .cont_text_bio strong,
.cont_text_bio .cont_text_bio strong {
  font-size: 0.85rem;
}
.info h2,
.cont_text_bio h2 {
  text-transform: none !important;
}
.info h3,
.cont_text_bio h3 {
  font-family: "Sans";
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.text h2,
.text h3 {
  font-family: "Sans";
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.text h2 {
  margin-top: 3rem;
}
.text h2:first-child {
  margin-top: 0;
}
.text h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.text h3:first-of-type {
  margin-top: 1.2rem;
}
.text p {
  max-width: 620px;
}

#locations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1rem;
}
@media screen and (min-width: 507px) {
  #locations {
    grid-template-columns: 1fr 1fr;
  }
}

.team_member p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .team_member p {
    font-size: 0.8rem;
  }
}

.cont_text_bio {
  padding-bottom: 4rem;
}

.details_movie {
  grid-gap: 0rem 3rem;
  margin-top: 2rem;
}
.details_movie .cont_trailer {
  grid-column: span 2;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .details_movie .cont_trailer {
    grid-column: span 1;
  }
}
@media screen and (min-width: 768px) {
  .details_movie {
    grid-template-columns: 1fr 1fr;
  }
}
.details_movie .block {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .details_movie .block {
    grid-column: span 1;
  }
}
.details_movie .synopsis {
  margin-bottom: 5rem;
}
.details_movie h2 {
  font-family: "Condensed";
  text-transform: none !important;
  font-size: 5rem;
  width: 100%;
  padding-bottom: 1rem;
}
.details_movie h3 {
  margin-top: 1.2rem;
  font-family: "Sans";
  font-size: 1.5rem;
  text-transform: uppercase;
}
.details_movie h3:first-of-type {
  margin-top: 0;
}
.details_movie .date_time {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .details_movie .date_time {
    grid-column: span 4;
  }
}
.details_movie .date_time p {
  color: #fbba00;
  font-family: "Sans";
  margin: 0 !important;
  line-height: 1.4;
}
.details_movie .date_time p span {
  white-space: nowrap;
}
.details_movie .date_time p a.link_ticket {
  font-family: "Condensed" !important;
  font-size: 1.8rem;
  padding: 0 0.5rem;
  height: 45px;
  line-height: 45px;
  background: #fbba00 !important;
  display: block;
}
@media screen and (min-width: 376px) {
  .details_movie .date_time p a.link_ticket {
    float: left;
  }
}
.details_movie .date_time p a {
  text-decoration: none;
}
.details_movie .date_time p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 0.8rem;
}
@media screen and (min-width: 376px) {
  .details_movie .date_time p {
    line-height: 0.4;
  }
}
.details_movie table {
  position: relative;
  width: 100% !important;
  font-size: 1.05rem !important;
  font-family: "Sans" !important;
  margin: 1rem 0rem 1.2rem 0rem;
}
.details_movie table p {
  font-family: "Sans" !important;
}
.details_movie table td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.details_movie table td:first-child {
  color: #fbba00;
}
.details_movie tr td:first-child {
  padding-right: 1.6rem;
}

.header_movie {
  grid-gap: 0;
  padding-top: 0 !important;
}
.header_movie .main_title {
  margin: 0;
  padding: 0;
}
.header_movie .main_title {
  padding: 2rem 0 1rem 0;
}
.header_movie .main_title h2 {
  font-family: "Condensed";
  text-transform: none !important;
  font-size: 5rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.social {
  padding-bottom: 1.3rem;
  line-height: 0;
}

a.icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  line-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
a.icon.instagram {
  background-image: url("../img/instagram.svg");
  background-size: 55%;
}
a.icon.facebook {
  background-image: url("../img/facebook-f.svg");
  background-size: 40%;
}
a.icon.youtube {
  background-image: url("../img/youtube.svg");
  background-size: 65%;
}

.anchor_nav {
  padding: 0rem 0.53rem 1.2rem 0.53rem;
}
.anchor_nav a {
  font-family: "Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35rem;
}

.arrow_left::before,
.arrow_right::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  transition: width 0.1s;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><line y1="10" x2="28.26" y2="10" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/><polyline points="20 18.26 28.26 10 20 1.74" style="fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
}
@media screen and (min-width: 1024px) {
  .arrow_left::before,
  .arrow_right::before {
    width: 30px;
    margin-bottom: -1px;
    background-size: auto 100%;
  }
}

.arrow_left {
  padding-left: 1.5rem;
}
.arrow_left::before {
  margin-right: 8px;
}

.arrow_right::before {
  margin-right: 8px;
}

.arrow_up {
  display: none;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  bottom: 5rem;
  content: "";
  display: inline-block;
  width: 28px;
  height: 38px;
  margin-bottom: -1px;
  transition: width 0.1s;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  transition: all 0.3s;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="28" height="38" viewBox="0 0 28 38"><polygon points="27.48 13.48 14 0 .52 13.48 4.06 17.01 11.5 9.57 11.5 38 16.5 38 16.5 9.57 23.94 17.01 27.48 13.48" style="fill: %23fbba00;"/></svg>');
}
.arrow_up.visible {
  display: inline-block;
  opacity: 1;
}

#nav_bar {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0px;
  padding: 0.53rem 0.53rem;
  height: 5.2rem;
  background: rgba(255, 255, 255, 0.97);
  z-index: 2;
}
#nav_bar a {
  display: flex;
  padding: 0;
  margin: 0;
}
#nav_bar img {
  height: 3.9rem;
}
#nav_bar #service_nav_bar {
  display: none;
  flex-direction: row;
  margin-right: 5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #nav_bar #service_nav_bar {
    display: flex;
  }
}
#nav_bar #service_nav_bar a {
  display: flex;
  margin-bottom: 0;
}
#nav_bar #service_nav_bar .lang_select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.1rem;
  font-family: "Sans";
  font-size: 1.3rem;
  margin-left: 2rem;
  text-transform: uppercase;
}
#nav_bar #service_nav_bar .lang_select a {
  color: #000;
  text-decoration: none;
}
#nav_bar #service_nav_bar .lang_select a.active {
  color: #fbba00;
}

#burger {
  position: fixed;
  top: 1.2rem;
  right: 0.53rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.7rem;
  height: 2.8rem;
  padding: 0.5rem 0;
  z-index: 99;
  transition: all 0.3s;
}
#burger:hover {
  cursor: pointer;
}
#burger div {
  display: inline-block;
  background: #fbba00;
  width: 100%;
  height: 0.3rem;
  transition: all 0.2s;
}
#burger div:last-child {
  width: 66%;
  align-self: flex-end;
}
#burger.active {
  top: 0.9rem;
  right: 0.9rem;
}
#burger.active div:nth-child(1) {
  transform-origin: center;
  transform: rotate(45deg) translateX(0.51rem) translateY(0.55rem);
}
#burger.active div:nth-child(2) {
  transform: rotate(-45deg);
}
#burger.active div:nth-child(3) {
  width: 0;
}

#overlay {
  display: inline-block;
  padding: 1rem;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 3;
}
#overlay ul {
  list-style-type: none;
  padding: 0px;
}
#overlay ul li {
  margin: 0px;
  user-select: none;
  -webkit-user-select: none;
}
#overlay ul li.current a {
  color: #fbba00;
}
#overlay #service_overlay {
  text-align: right;
  width: max-content;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}
#overlay #service_overlay a.active {
  color: #fbba00;
}
#overlay.visible {
  opacity: 1;
  pointer-events: all;
}

.accordion-header {
  cursor: pointer;
  transition: background-color 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding-left: 0.5rem;
  transition: max-height 0.2s ease-out;
}

#yellow_circle {
  display: flex;
  position: relative;
  background-size: 96%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 50vw;
  width: 100%;
  margin-top: -50%;
  z-index: -1;
  margin-bottom: 0px;
}

#footer {
  position: relative;
  background: #fbba00;
  background: linear-gradient(90deg, rgb(251, 186, 0) 16%, rgb(255, 237, 0) 50%, rgb(200, 211, 237) 84%);
  padding: 1.5rem;
  display: grid;
  gap: 3rem 1rem;
  grid-template-columns: 1fr;
  z-index: 2;
}
@media screen and (min-width: 507px) {
  #footer {
    grid-template-columns: 1fr 1fr;
  }
}
#footer img {
  width: 100%;
  max-width: 188px;
  margin-bottom: 1.4rem;
}
#footer #footer_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 507px) {
  #footer #footer_bottom {
    grid-column: span 2;
    flex-direction: row;
    align-items: flex-end;
  }
}
#footer #footer_bottom p {
  margin-bottom: 0;
}
#footer #footer_bottom p.copyright {
  white-space: nowrap;
  margin-top: 3rem;
}
@media screen and (max-width: 507px) {
  #footer #footer_bottom p.copyright {
    order: 3;
  }
}

#newsletter {
  text-align: right;
}
#newsletter .icon {
  margin: 0.5rem 0 !important;
  padding: 0;
  display: inline-block;
  background-size: 100%;
  width: 35px;
  background-image: url(../img/instagram_white.svg);
}

.container_form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container_form {
    max-width: 550px;
    text-align: right;
    margin-top: 0;
    align-items: flex-end;
  }
}
.container_form p {
  font-family: "Sans";
  font-size: 1.3rem;
}
.container_form iframe {
  padding: 0;
}

form {
  display: flex;
  justify-items: flex-start !important;
  margin: 0;
  padding: 0;
  font-size: 1.05rem !important;
}
@media screen and (min-width: 768px) {
  form {
    justify-items: flex-end !important;
  }
}
form label {
  display: none !important;
}
form input {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.5rem;
  background: none;
  margin-bottom: 1.5rem;
  text-align: right;
  color: #fff;
  font-family: "Sans";
  font-size: 1.3rem !important;
}
form input::placeholder {
  color: #fff;
}
form #wrap_newsletter_submit {
  margin-bottom: 0;
}
form button {
  background: #fff;
  color: #000;
  margin: 0;
}

.input-error {
  display: none !important;
}

.alert-error {
  color: #fff !important;
}

*,
body,
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box !important;
}

html,
body {
  height: 100% !important;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
}
body.blocked {
  overflow: hidden !important;
}

/* EDIT MARFFY */
.carousel-with-gap .owl-item,
.carousel-news .owl-item,
.carousel-movies .owl-item {
  padding-right: 1rem; /*CREATES MARGIN BETWEEN SLIDES*/
}

.slide {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  scroll-margin-top: 9rem;
}
.slide .btn {
  font-family: "Condensed" !important;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: 0.02rem;
  text-decoration: none;
  margin: 0 0 0.5rem 0;
  font-weight: 100;
  padding: 0.2rem 0.4rem;
  hyphens: auto;
  background: rgba(255, 255, 0, 0.6);
  border: none;
}

#slider_news .slide,
.carousel-movies .slide {
  padding-bottom: 0 !important;
  height: auto;
}

.carousel-no-gap .slide,
.carousel-news .slide {
  padding-bottom: 0;
  height: auto;
}

.cont_title_news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont_title_news h3 {
  font-size: 1.3rem;
  font-family: "Sans" !important;
  text-transform: uppercase;
  line-height: 1.3;
}

.date_entry_news {
  font-size: 1.1rem;
  padding: 0.4rem 1.8rem 0.4rem 0;
  color: #fbba00;
  font-family: "Sans";
}

#map {
  border: none;
  width: 100%;
  height: 80vw;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #map {
    height: 35vw;
  }
}

.ratio_16_9 .slide {
  padding-bottom: 56.25%;
}

.owl-dots {
  padding-right: 0.5rem !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  right: 0px;
  top: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  width: 45%;
  height: 100%;
  margin: 0px !important;
  text-align: right;
  pointer-events: none;
}

.owl-dot {
  display: block !important;
  pointer-events: all;
  margin-top: 0.18rem;
}

/* END EDIT MARFFY */
.owl-carousel {
  /* EDIT MARFFY */
  padding-left: 0.53rem;
  margin-bottom: 1.75rem;
  /* END EDIT MARFFY **/
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 3px 5px;
  border: 2px solid #fbba00;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fbba00;
  border: 1px solid #fbba00;
}/*# sourceMappingURL=main.css.map */