/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-v12-latin-regular.woff") format("woff"), url("../fonts/inter-v12-latin-regular.ttf") format("truetype"), url("../fonts/inter-v12-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-bold.woff2") format("woff2"), url("../fonts/inter-v12-latin-700.woff") format("woff"), url("../fonts/inter-v12-latin-700.ttf") format("truetype"), url("../fonts/inter-v12-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* Headline 1 */
h1 {
  font-weight: 700;
  font-size: 48px; /* reduced 20% */
  line-height: 58px; /* reduced 20% */
  /* identical to box height, or 120% */
  letter-spacing: -0.5px;
  /* White */
  color: white;
}

/* Headline 2 */
h2 {
  font-weight: 700;
  font-size: 38px; /* reduced 20% */
  line-height: 44px; /* reduced 20% */
  /* or 117% */
  /* White */
  color: white;
}

/* Headline 3 */
h3 {
  font-weight: 700;
  font-size: 27px; /* reduced 20% */
  line-height: 29px; /* reduced 20% */
  /* identical to box height, or 100% */
  letter-spacing: 0.12px;
  /* White */
  color: white;
}

/* Headline 4 */
h4 {
  font-weight: 700;
  font-size: 19px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* identical to box height, or 100% */
  letter-spacing: 0.12px;
  /* White */
  color: white;
}

/* Headline 5 */
h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  /* identical to box height, or 150% */
  letter-spacing: 0.25px;
}

/* Headline 6 */
h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* identical to box height, or 150% */
  letter-spacing: 0.1px;
  margin-bottom: 2px;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* or 140% */
  letter-spacing: 0.25px;
  /* White */
  color: white;
  /* overflow: auto !important;     
  padding-right: 0 !important; */
}

.CybotCookiebotDialogBodyButton,
#CookiebotWidget button {
  line-height: inherit;
  height: auto;
  text-transform: none;
}

.modal {
  --bs-modal-width: 932px;
  background-color: rgba(0, 0, 0, 0.8);
}

.container-xxl.max,
.container-xl.max,
.container-lg.max,
.container-md.max,
.container-sm.max,
.container.max {
  max-width: 1194px;
}

a {
  color: white;
}

a:hover {
  color: white;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

#logo {
  display: inline-block;
  height: 37px;
  padding-bottom: 10px;
}

#logo.zurich {
  padding-bottom: 0px;
}

#logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

#logo img {
  height: 37px;
  transition: height 0.3s ease;
}

#logo.zurich img {
  height: 42px;
  margin-top: 5px;
}

#menu-toggle {
  background-image: url("/includes/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 30px;
  margin-left: 0;
}

/* Offcanvas menu */
.menu.offcanvas.offcanvas-start {
  background-color: black;
  max-width: 535px;
  width: 100%;
  padding: 0;
}

.menu .offcanvas-header {
  padding: 0;
}

.menu .offcanvas-header .btn-close,
.menu .offcanvas-header .btn-close:hover {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: block;
  opacity: 1;
  background-image: url("/includes/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.menu-backdrop.show {
  opacity: 0;
}

.menu .offcanvas-body {
  padding: 60px 132px;
}

.menu .offcanvas-body .nav-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu .offcanvas-body .nav-menu li {
  margin: 10px 0; /* reduced 20% */
}

.menu .offcanvas-body .nav-menu li a {
  font-weight: 700;
  font-size: 19px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* identical to box height, or 100% */
  letter-spacing: 0.18px;
  padding: 0;
}

.menu .offcanvas-body .service-menu {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
  padding: 0;
}

.menu .offcanvas-body .service-menu li {
  margin: 4px 0;
}

.menu .offcanvas-body .service-menu li a {
  font-weight: 400;
  font-size: 14px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  letter-spacing: 0.5px;
  /* White/Disabled */
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.menu .offcanvas-body .service-menu li.selected a,
.menu .offcanvas-body .service-menu li a:hover {
  color: white;
}

.wrapper > .content {
  padding-top: 108px;
}

.wrapper > .heroBanner ~ .content {
  padding-top: 0;
}

header {
  position: absolute;
  top: 0;
  background-color: rgba(23, 23, 23, 0.6);
  width: 100%;
  z-index: 3;
}

.home header,
.filmDetail header {
  position: absolute;
}

header > .header-wrap {
  height: 108px;
  display: flex;
  align-items: center;
  align-content: center;
}

header > .header-wrap > .row {
  width: 100%;
}

.back-to {
  text-decoration: none;
  padding: 0 24px 0 28px;
  /* background-image: url('/includes/icons/arrow-left.svg'); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 90px;
  white-space: nowrap;
  line-height: 24px;
}

.back-to:hover {
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(4%) hue-rotate(160deg) brightness(95%) contrast(88%);
}

.nav-menu-mobile {
  display: none;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-menu li a {
  font-weight: 700;
  font-size: 16px; /* reduced 20% */
  line-height: 20px; /* reduced 20% */
  letter-spacing: 0.15px;
  color: white;
  text-decoration: none;
  padding: 0 30px;
}

.nav-menu li.active a,
.nav-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#city_navigation .dropdown-toggle {
  padding: 0 24px 0 22px; /* reduced 20% */
  background-image: url("/includes/icons/pin.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px; /* reduced 20% */
  position: relative;
  font-size: 12px; /* reduced 20% */
}

#language_navigation {
  display: block;
}

#menu #language_navigation {
  display: none;
}

#language_navigation .dropdown-toggle {
  padding: 0 24px 0 22px;
  background-image: url("/includes/icons/globe-alt.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 15px; /* reduced 20% */
  position: relative;
  font-size: 12px; /* reduced 20% */
}

#city_navigation,
#language_navigation {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  letter-spacing: 0.5px;
  /* White/White */
  color: white;
  margin: 0 20px;
}

#city_navigation .dropdown-toggle::after,
#language_navigation .dropdown-toggle::after {
  border: none;
  background-image: url("/includes/icons/dd-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

#login {
  padding: 0;
  /*  background-image: url('/includes/icons/profile.svg');
   background-position: right center;
   background-repeat: no-repeat;
   background-size: auto 22px; */
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  /* identical to box height, or 150% */
  text-align: center;
  letter-spacing: 0.5px;
  /* White/White */
  color: white;
  white-space: nowrap;
  margin: 0 0 0 20px;
}

#login.in-account {
  padding: 0 0px 0 0;
}

#city_chooser {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

#city_chooser .holder {
  position: fixed;
  max-width: 630px;
  width: auto;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  background-color: #FFEA00;
  color: black;
  border-radius: 4px;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

#city_chooser .holder > h5 {
  font-weight: 700;
}

#city_chooser .holder .selection-area {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin: 12px 0;
}

#city_chooser .holder .selection {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 15px;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  background-color: black;
  width: 170px;
  height: 114px;
  text-align: center;
}

#city_chooser .holder .selection > h5,
#city_chooser .holder .selection > p {
  padding: 0;
  margin: 2px 0;
}

#city_chooser .holder .selection > h5 {
  color: white;
}

#city_chooser .holder .selection:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Program Filters */
ul.main-type-nav {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.program-options:not(.sticky) ul.main-type-nav,
.program-options:not(.sticky) #program_filter .filters {
  padding: 0;
}

.program-options:not(.sticky) #program_filter .filters.third_filters {
  color: rgba(255, 255, 255, 0.8);
}

.program-options #program_filter .filters.third_filters > h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

ul.main-type-nav li {
  padding: 0 4px; /* reduced */
  margin-right: 8px;
  position: relative;
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  /* identical to box height, or 140% */
  text-align: center;
  letter-spacing: 0.25px;
  cursor: pointer;
  border-radius: 4px;
}
ul.main-type-nav li a {
  text-decoration: none;
  color: inherit;
}

ul.main-type-nav li::after {
  content: "";
  position: absolute;
  right: -5px;
  width: 2px;
  height: 100%;
  border-right: solid 2px #D1D1D1;
  border-radius: 0px;
}

ul.main-type-nav li:last-child {
  border-right: 0;
  margin: 0;
}

ul.main-type-nav li:last-child::after,
ul.main-type-nav li:nth-last-child(-n+2)::after {
  border-right: none;
}

ul.main-type-nav li > h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  display: inline-block;
  color: inherit;
}

/* ul.main-type-nav li::after {
    content: "|";
    position: absolute;
    right: 21px;
    width: 1px;
    height: 28px;
    color: $color-divider;   
}
.sticky ul.main-type-nav li::after {
    color: $color-light-divider;   
} 

ul.main-type-nav li:nth-last-child(-n + 2)::after {
    content: "";
}
*/
ul.main-type-nav li:nth-last-child(-n+2) {
  border: 0;
}

.program-options.sticky ul.main-type-nav li:nth-last-child(-n+2) {
  border: 0;
}

ul.main-type-nav li:last-child {
  margin-left: auto;
}

ul.main-type-nav li.active,
ul.main-type-nav li:hover {
  background-color: #FFEA00;
  color: black;
}

.program-options.sticky ul.main-type-nav li.active,
.program-options.sticky ul.main-type-nav li:hover {
  color: rgba(0, 0, 0, 0.8);
}

#program_filter .filters .overflow-wrap {
  min-width: 100%;
  min-height: 55px; /* reduced 20% */
}

#program_filter .filters {
  margin: 8px 0 10px; /* reduced */
  display: flex;
  max-width: 100%;
  position: relative;
}

#program_filter .filters.first_filters {
  min-height: 55px; /* reduced 20% */
  /*  overflow: hidden; */
  margin-left: -4px;
  margin-right: -4px;
}

#program_filter .filters .dates {
  display: flex;
  width: calc(100% - 190px); /* reduced */
  float: left;
  height: 50px;
}

.film-tickets #program_filter .filters.first_filters .dates {
  width: 100%;
}

.film-tickets #program_filter .filters.second_filters {
  justify-content: end;
  align-items: center;
}

#program_filter .filters .dates .date,
#program_filter .filters .soon {
  min-width: 62px; /* reduced */
  width: auto;
  height: 50px; /* reduced */
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  border-right: 2px solid #D1D1D1;
  padding-right: 3px;
  margin-right: 3px;
}

.sticky #program_filter .filters .dates .date,
.sticky #program_filter .filters .soon {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}

#program_filter .filters .soon {
  width: auto;
  min-width: 100px; /* reduced */
}

.sticky #program_filter .filters .dates div:last-child,
#program_filter .filters .dates div:last-child {
  border-right: 1px solid transparent;
}

#program_filter .filters .date_calendar {
  width: 40px; /* reduced */
  height: 50px; /* reduced */
  min-width: 42px; /* reduced */
  border-right: 2px solid #D1D1D1;
  margin-right: 3px;
  padding-right: 3px;
}

#program_filter .filters .date_calendar .datepicker {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-right: 0;
  background-image: url("/includes/icons/calendar-dates.svg");
  background-position: center 10px; /* reduced */
  background-repeat: no-repeat;
  background-size: auto 15px; /* reduced */
  border-radius: 0;
  cursor: pointer;
}

.sticky #program_filter .filters .date_calendar .datepicker {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

#program_filter .filters .date_calendar .datepicker::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px; /* reduced */
  height: 10px; /* reduced */
  background-image: url("/includes/icons/dd-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
}

.sticky #program_filter .filters .date_calendar .datepicker,
#program_filter .filters .date_calendar .datepicker:hover,
#program_filter .filters .date_calendar .datepicker.active {
  background-image: url("/includes/icons/calendar-dates-black.svg");
}

.sticky #program_filter .filters .date_calendar .datepicker::after,
#program_filter .filters .date_calendar:hover .datepicker::after,
#program_filter .filters .date_calendar .datepicker.active::after {
  background-image: url("/includes/icons/dd-down-black.svg");
}

#program_filter .filters .date_calendar #startDate,
#program_filter .filters .date_calendar #startDate:focus {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  background: 0;
  box-shadow: none;
}

.gj-picker-bootstrap {
  background-color: black;
}

.sticky.gj-picker-bootstrap {
  background-color: white;
  color: black;
}

.gj-picker-bootstrap table tr td div {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 143% */
  text-align: center;
  letter-spacing: 0.25px;
  background: transparent;
  border-radius: 20px;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div,
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div:hover,
.gj-picker-bootstrap table tr td.today div,
.gj-picker-bootstrap table tr td.today div:hover,
.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: rgba(255, 255, 255, 0.25);
  background-color: #404040;
  border-radius: 20px;
  font-weight: 400;
  color: inherit;
}

.gj-picker-bootstrap table tr td.today div,
.gj-picker-bootstrap table tr td.today div:hover {
  background-color: #a6a6a6;
}

.sticky.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div,
.sticky.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div:hover,
.sticky.gj-picker-bootstrap table tr td.today div,
.sticky.gj-picker-bootstrap table tr td.today div:hover,
.sticky.gj-picker-bootstrap table tr td.focused div,
.sticky.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  color: white;
}

/* Radio buttons as tabs */
#program_filter .filters .dates input[type=radio],
#program_filter .filters .dates input[type=checkbox] {
  position: absolute;
  display: none;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
  display: none;
}

#program_filter .filters .dates input[type=radio] + label,
#program_filter .filters .dates input[type=checkbox] + label {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  align-content: center;
  /* justify-content: center; */
  align-items: center;
  padding: 0 4px;
}

#program_filter .filters .dates .date.disabled input[type=radio] + label,
#program_filter .filters .dates .date.disabled input[type=checkbox] + label {
  cursor: auto;
  color: rgba(255, 255, 255, 0.5);
}

#program_filter .filters .date_calendar .datepicker:hover,
#program_filter .filters .date_calendar .datepicker.active,
#program_filter .filters .dates .date:not(.disabled) input[type=radio]:checked + label,
#program_filter .filters .dates .date:not(.disabled):hover input[type=radio] + label,
#program_filter .filters .dates .soon:not(.disabled) input[type=checkbox]:checked + label,
#program_filter .filters .dates .soon:not(.disabled):hover input[type=checkbox] + label,
#program_filter .filters .dates .soon:not(.disabled) input[type=radio]:checked + label,
#program_filter .filters .dates .soon:not(.disabled):hover input[type=radio] + label,
#program_filter .filters .dates .date:not(.disabled) input[type=checkbox]:checked + label,
#program_filter .filters .dates .date:not(.disabled):hover input[type=checkbox] + label {
  background-color: #FFEA00;
  border: 1px solid #FFEA00;
  color: black;
  z-index: 1;
}

#program_filter .filters .date_calendar .datepicker:hover,
#program_filter .filters .date_calendar .datepicker.active {
  border-radius: 4px;
}

.sticky #program_filter .filters .date_calendar .datepicker,
.sticky #program_filter .filters .date_calendar .datepicker:hover,
.sticky #program_filter .filters .date_calendar .datepicker.active,
.sticky #program_filter .filters .dates .date:not(.disabled) input[type=radio]:checked + label,
.sticky #program_filter .filters .dates .date:not(.disabled) input[type=radio] + label:hover,
.sticky #program_filter .filters .dates .soon:not(.disabled) input[type=checkbox]:checked + label,
.sticky #program_filter .filters .dates .soon:not(.disabled) input[type=checkbox] + label:hover,
.sticky #program_filter .filters .dates .soon:not(.disabled) input[type=radio]:checked + label,
.sticky #program_filter .filters .dates .soon:not(.disabled) input[type=radio] + label:hover,
.sticky #program_filter .filters .dates .date:not(.disabled) input[type=checkbox]:checked + label,
.sticky #program_filter .filters .dates .date:not(.disabled) input[type=checkbox] + label:hover {
  /*  background-color: inherit; */
  /* font-weight: 700; */
  border: 1px solid transparent;
  color: black;
  z-index: 1;
}

.sticky #program_filter .filters .dates .date.disabled input[type=radio] + label,
.sticky #program_filter .filters .dates .date.disabled input[type=checkbox] + label,
.sticky #program_filter .filters .dates .soon.disabled input[type=checkbox] + label,
.sticky #program_filter .filters .dates .soon.disabled input[type=radio] + label,
.sticky #program_filter .filters .dates .date.disabled input[type=radio] + label:hover,
.sticky #program_filter .filters .dates .date.disabled input[type=checkbox] + label:hover,
.sticky #program_filter .filters .dates .soon.disabled input[type=checkbox] + label:hover,
.sticky #program_filter .filters .dates .soon.disabled input[type=radio] + label:hover {
  cursor: auto;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

#program_filter .filters .search-form {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  width: 100%;
  max-width: 218px; /* reduced 20% */
  float: right;
  height: 50px;
  align-items: center;
  background-color: #171717;
  transition: max-width 0.3s ease;
}

.sticky #program_filter .filters .search-form {
  background-color: white;
}

#program_filter .filters .search-form input[type=text] {
  background: transparent;
  border: none;
  outline: 0;
  color: white;
  text-align: right;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  padding-left: 30px; /* reduced */
  height: 26px; /* reduced */
  width: 100%;
  background-image: url("/includes/icons/search.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 15px; /* reduced */
}

#program_filter .filters .search-form input[type=text]::placeholder {
  opacity: 0.8;
}

.sticky #program_filter .filters .search-form input[type=text] {
  color: inherit;
  background-image: url("/includes/icons/search-black.svg");
}

#program_filter .filters .search-form.active {
  z-index: 1;
  max-width: 100%;
}

#program_filter .filters .search-form.active input[type=text] {
  width: calc(100% - 175px); /* reduced */
  text-align: left;
  margin-left: 0;
}

#program_filter .filters .search-form button {
  display: none;
  float: right;
  width: auto;
}

#program_filter .filters .search-form.active button {
  display: block;
}

#program_filter .filters .search-form.active #clear-term,
#program_filter .filters .search-form.active #clear-term:hover {
  border: 0;
  padding-right: 0;
}

#filter-toggle-mobile {
  display: none;
}

/* Checkboxes in dropdown */
#program_filter .filters .checks-in-dropdown {
  display: inline-block;
  margin-right: 15px; /* reduced */
}

#program_filter .filters .checks-in-dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  color: inherit;
  text-align: center;
  letter-spacing: 0.25px;
  padding-right: 15px; /* reduced */
  text-transform: none;
  position: relative;
}

#program_filter .filters > .checks-in-dropdown:first-child .dropdown-toggle {
  padding-left: 0;
}

#program_filter .filters .checks-in-dropdown .dropdown-menu {
  height: auto;
  padding-bottom: 48px; /* reduced */
  overflow: hidden;
  /* border: solid red 1px; */
}

#program_filter .filters .checks-in-dropdown .dropdown-menu .wrap {
  overflow: hidden;
  height: auto;
  max-height: 330px; /* reduced */
}

#program_filter .filters .checks-in-dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
  /*  border: solid white 1px; */
}

#program_filter .filters .checks-in-dropdown .dropdown-menu > button {
  position: absolute;
  width: calc(100% - 20px); /* reduced */
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#program_filter .filters.third_filters .sorting-view {
  display: flex;
  justify-content: flex-end;
}

#program_filter .filters.third_filters .sorting-view #show_stream {
  cursor: pointer;
  margin-right: 5px;
}

#program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  letter-spacing: 0.5px;
  /* White/Disabled */
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: baseline;
  height: 24px;
}

.sticky #program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle {
  color: black;
}

#program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle::after {
  background-image: url("/includes/icons/dd-down-grey.svg");
}

#program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle.show::after {
  background-image: url("/includes/icons/dd-up-grey.svg");
}

.sticky #program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle::after {
  background-image: url("/includes/icons/dd-down-black.svg");
}

.sticky #program_filter .filters.third_filters .checks-in-dropdown .dropdown-toggle.show::after {
  background-image: url("/includes/icons/dd-up-black.svg");
}

#program_filter .filters .checks-in-dropdown .dropdown-menu {
  width: 200px; /* reduced */
}

#program_filter .filters .checks-in-dropdown .dropdown-item {
  display: inline-block;
}

#program_filter .filters .checks-in-dropdown .dropdown-item.active::after {
  top: 6px; /* reduced */
}

#program_filter .filters .checks-in-dropdown input[type=radio],
#program_filter .filters .checks-in-dropdown input[type=checkbox] {
  position: absolute;
  display: none;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
  display: none;
}

#program_filter .filters .checks-in-dropdown input[type=radio] + label,
#program_filter .filters .checks-in-dropdown input[type=checkbox] + label {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  align-content: center;
  justify-content: left;
  align-items: center;
  font-size: 13px; /* reduced 20% */
  line-height: 20px; /* reduced 20% */
}

#program_filter .filters .checks-in-dropdown input[type=radio]:checked + label,
#program_filter .filters .checks-in-dropdown input[type=radio] + label:hover,
#program_filter .filters .checks-in-dropdown input[type=checkbox]:checked + label,
#program_filter .filters .checks-in-dropdown input[type=checkbox] + label:hover {
  z-index: 1;
}

#program_filter .filters .stream-check {
  display: inline-block;
  height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
  display: flex;
  align-items: center;
  height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}

.sticky #program_filter .filters .stream-check {
  color: black;
}

#program_filter .filters #filter-sorting {
  height: 24px;
  margin-right: 30px;
}

#program_filter .filters #filter-sorting.checks-in-dropdown .dropdown-menu {
  padding-bottom: 0;
}

#program_filter .filters #filter-sorting .dropdown-toggle {
  padding-left: 20px;
  position: relative;
  font-size: 13px; /* reduced 20% */
  line-height: 20px; /* reduced 20% */
}

#program_filter .filters #filter-sorting .dropdown-toggle::after {
  top: 2px;
}

#program_filter .filters #filter-sorting .dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("/includes/icons/sorting.svg");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.sticky #program_filter .filters #filter-sorting .dropdown-toggle::before {
  background-image: url("/includes/icons/sorting-black.svg");
}

/* Layout view radios */
#program_filter .filters .layout-view {
  display: inline-block;
  width: auto;
  height: 24px;
}

#program_filter .filters .layout-view .view {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -3px;
}

#program_filter .filters .layout-view #list-view {
  background-image: url("/includes/icons/list-view.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

#program_filter .filters .layout-view #list-view.active {
  background-image: url("/includes/icons/list-view-active.svg");
  background-size: 30px auto;
}

.sticky #program_filter .filters .layout-view #list-view {
  background-image: url("/includes/icons/list-view-active.svg");
  background-size: 30px auto;
  border-radius: 4px;
}

.sticky #program_filter .filters .layout-view #list-view.active {
  background-color: rgba(0, 0, 0, 0.8);
}

#program_filter .filters .layout-view #grid-view {
  background-image: url("/includes/icons/grid-view.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

#program_filter .filters .layout-view #grid-view.active {
  background-image: url("/includes/icons/grid-view-active.svg");
  background-size: 30px auto;
}

.sticky #program_filter .filters .layout-view #grid-view {
  background-image: url("/includes/icons/grid-view-active.svg");
  background-size: 30px auto;
  border-radius: 4px;
}

.sticky #program_filter .filters .layout-view #grid-view.active {
  background-color: rgba(0, 0, 0, 0.8);
}

#program_filter .filters .layout-view input[type=radio] {
  position: absolute;
  display: none;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
  display: none;
}

#program_filter .filters .layout-view input[type=radio] + label {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  color: transparent;
}

#program_filter .filters .layout-view input[type=radio]:checked + label,
#program_filter .filters .layout-view input[type=radio] + label:hover {
  z-index: 1;
}

#program .filter_selection,
.program_data .filter_selection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px 0 28px; /* reduced */
  max-width: 100%;
  position: relative;
}

#program .filter_selection > div,
.program_data .filter_selection > div {
  font-weight: 400;
  font-size: 13px; /* reduced 20% */
  line-height: 20px; /* reduced 20% */
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: black;
  padding: 3px 8px;
  width: auto;
  height: 22px; /* reduced */
  margin-right: 10px; /* reduced */
  margin-bottom: 10px; /* reduced */
  /* White/Disabled */
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  cursor: pointer;
}

#program .filter_selection > div > span,
.program_data .filter_selection > div > span {
  text-transform: uppercase;
  padding-left: 10px;
}

#program .filter_selection > div.clear_filters,
.program_data .filter_selection > div.clear_filters {
  background-color: transparent;
  color: white;
}

#program .filter_selection > div.clear_filters:hover,
.program_data .filter_selection > div.clear_filters:hover {
  text-decoration: underline;
}

/* Sticky filters */
.sticky-filter-toggle {
  position: absolute;
  top: 58px; /* reduced */
  right: -34px; /* reduced */
  width: 26px; /* reduced */
  height: 22px; /* reduced */
  background-image: url("/includes/icons/filter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: none;
}

.sticky .sticky-filter-toggle {
  display: block;
}

.sticky .sticky-filter-toggle.active,
.sticky .sticky-filter-toggle:hover {
  background-color: #FFEA00;
  border-radius: 4px;
}

.program-options {
  top: -200px;
  transition: top 1s ease;
  color: white;
}

.program-options.sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
  background-color: white;
  color: black;
  padding: 15px 0 0;
}

.sticky #program_filter .filters.second_filters,
.sticky #program_filter .filters.third_filters {
  display: none !important;
}

.sticky #program_filter .filters.second_filters.visible,
.sticky #program_filter .filters.third_filters.visible {
  display: flex !important;
  flex-wrap: wrap;
}

/* Film grid / Film list */
.view-tile {
  display: flex;
  padding: 0 2px;
}

.view-tile .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.view-tile .item .item {
  padding: 0 0px;
  margin-bottom: 0px;
}

.view-list .item {
  margin-bottom: 63px;
}

.view-list .item .poster {
  width: 250px;
  float: left;
}

.view-list .item > .details,
.view-list .item > .screenings,
.view-list .item > .button_row {
  width: calc(100% - 250px);
  position: relative;
  height: 100%;
  float: right;
  padding: 0 12px;
}

.view-list .item > .screenings {
  margin-top: 15px;
}

.view-list .item .poster-wrap {
  max-width: 220px;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.view-list .item .poster img {
  width: 100%;
}

.view-list .item .poster-wrap > a > img {
  position: absolute;
  top: 0;
  left: 0;
}

.view-tile .item .poster .media {
  position: relative;
  max-width: 270px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.view-tile .item .poster .media img {
  width: 100%;
}

.view-tile .item .poster .media img + img {
  position: absolute;
  top: 0;
  left: 0;
}

.view-tile .item .poster .media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.view-tile .item .poster .media:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.view-tile .item .poster .media .overlay > * {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.view-tile .item .poster .media:hover .overlay > * {
  opacity: 1;
  visibility: visible;
}

.view-tile .item .poster .media .overlay .placeholder-link {
  width: 100%;
  z-index: 4;
  position: relative;
  flex: 1 1 auto;
}

.view-list .item .button_row,
.heroBanner .button_row,
.film-infos .button_row,
.film-streams .button_row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.view-list .item .button_row {
  display: flex;
  position: relative;
  margin: 25px 0 10px;
}

.view-list .item .screenings + .button_row {
  margin-top: 10px;
}

.film-streams .button_row {
  margin: 10px 0 0;
}

.film-content .film-streams .wrap > div.button_row {
  margin: 20px 0 0; /* reduced */
}

.view-tile .item .poster .media .overlay > .btn,
.view-list .item .button_row > .btn,
.heroBanner .button_row > .btn,
.film-infos .button_row > .btn,
.film-streams .button_row > .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px; /* reduced 20% */
  line-height: 13px; /* reduced 20% */
  /* identical to box height, or 114% */
  letter-spacing: 1px; /* reduced */
  text-transform: uppercase;
  margin: 7px 0;
  position: relative;
}

.view-list .item .button_row > .btn.details {
  padding: 0;
}

.view-list .item .button_row > .btn,
.heroBanner .button_row > .btn,
.film-infos .button_row > .btn,
.film-streams .button_row > .btn {
  width: auto;
}

.view-tile .item .poster .media .overlay > .btn.trailer:before,
.view-tile .item .poster .media .overlay > .btn.streamingdate:before,
.view-list .item .button_row > .btn.trailer:before,
.view-list .item .button_row > .btn.streamingdate:before,
.heroBanner .button_row > .btn.trailer:before,
.heroBanner .button_row > .btn.streamingdate:before,
.film-infos .button_row > .btn.ticket-alarm:before,
.film-infos .button_row > .btn.tickets:before,
.film-infos .button_row > .btn.streamingdate:before,
.film-streams .button_row > .btn.streamingdate:before {
  position: relative;
  float: left;
  margin-right: 6px; /* reduced */
  content: "";
  width: 20px; /* reduced */
  height: 21px; /* reduced */
  background-image: url("/includes/icons/play-button-o.svg");
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 15px auto; /* reduced */
}

.view-tile .item .poster .media .overlay > .btn.trailer:hover:before,
.view-tile .item .poster .media .overlay > .btn.trailer:active:before,
.view-tile .item .poster .media .overlay > .btn.trailer:focus:before,
.view-tile .item .poster .media .overlay > .btn.streamingdate:hover:before,
.view-tile .item .poster .media .overlay > .btn.streamingdate:active:before,
.view-tile .item .poster .media .overlay > .btn.streamingdate:focus:before,
.view-list .item .button_row > .btn.trailer:hover:before,
.view-list .item .button_row > .btn.trailer:active:before,
.view-list .item .button_row > .btn.trailer:focus:before,
.view-list .item .button_row > .btn.streamingdate:hover:before,
.view-list .item .button_row > .btn.streamingdate:active:before,
.view-list .item .button_row > .btn.streamingdate:focus:before,
.heroBanner .button_row > .btn.trailer:hover:before,
.heroBanner .button_row > .btn.trailer:active:before,
.heroBanner .button_row > .btn.trailer:focus:before,
.heroBanner .button_row > .btn.streamingdate:hover:before,
.heroBanner .button_row > .btn.streamingdate:active:before,
.heroBanner .button_row > .btn.streamingdate:focus:before,
.film-infos .button_row > .btn.streamingdate:hover:before,
.film-infos .button_row > .btn.streamingdate:active:before,
.film-infos .button_row > .btn.streamingdate:focus:before,
.film-streams .button_row > .btn.streamingdate:hover:before,
.film-streams .button_row > .btn.streamingdate:active:before,
.film-streams .button_row > .btn.streamingdate:focus:before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.film-infos .button_row > .btn.tickets:before {
  background-image: url("/includes/icons/ticket.svg");
  background-position: center 4.5px;
}

.film-infos .button_row > .btn.tickets:hover:before,
.film-infos .button_row > .btn.tickets:active:before,
.film-infos .button_row > .btn.tickets:focus:before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.film-infos .button_row > .btn.ticket-alarm:before {
  background-image: url("/includes/icons/alarm.svg");
}

.film-infos .button_row > .btn.ticket-alarm:hover:before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.film-infos .button_row > .btn.ticket-alarm.subscribed {
  color: black;
  background-color: #FFEA00;
  border-color: #FFEA00;
}

.film-infos .button_row > .btn.ticket-alarm.subscribed::before,
.film-infos .button_row > .btn.ticket-alarm.subscribed::after,
.film-infos .button_row > .btn.ticket-alarm.subscribed:hover::before,
.film-infos .button_row > .btn.ticket-alarm.subscribed:active::before,
.film-infos .button_row > .btn.ticket-alarm.subscribed:focus::before,
.film-infos .button_row > .btn.ticket-alarm.subscribed:hover::after,
.film-infos .button_row > .btn.ticket-alarm.subscribed:active::after,
.film-infos .button_row > .btn.ticket-alarm.subscribed:focus::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(28%) hue-rotate(181deg) brightness(102%) contrast(101%);
}

.view-tile .item .poster .media .overlay > .btn.details:before,
.view-list .item .button_row > .btn.details:before,
.heroBanner .button_row > .btn.details:before {
  position: relative;
  float: left;
  margin-right: 6px; /* reduced */
  content: "";
  width: 14px; /* reduced */
  height: 16px; /* reduced */
  background-image: url("/includes/icons/template.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto; /* reduced */
}

.view-tile .item .poster .media .overlay > .btn.screenings:before,
.view-list .item .button_row > .btn.screenings:before,
.heroBanner .button_row > .btn.screenings:before {
  position: relative;
  float: left;
  margin-right: 6px; /* reduced */
  content: "";
  width: 20px; /* reduced */
  height: 21px; /* reduced */
  background-image: url("/includes/icons/time.svg");
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 15px auto; /* reduced */
}

.view-tile .item .poster .media .overlay > .btn.details:hover:before,
.view-tile .item .poster .media .overlay > .btn.details:active:before,
.view-tile .item .poster .media .overlay > .btn.details:focus:before,
.view-list .item .button_row > .btn.details:hover:before,
.view-list .item .button_row > .btn.details:active:before,
.view-list .item .button_row > .btn.details:focus:before,
.heroBanner .button_row > .btn.details:hover:before,
.heroBanner .button_row > .btn.details:active:before,
.heroBanner .button_row > .btn.details:focus:before,
.view-tile .item .poster .media .overlay > .btn.screenings:hover:before,
.view-tile .item .poster .media .overlay > .btn.screenings:active:before,
.view-tile .item .poster .media .overlay > .btn.screenings:focus:before,
.view-list .item .button_row > .btn.screenings:hover:before,
.view-list .item .button_row > .btn.screenings:active:before,
.view-list .item .button_row > .btn.screenings:focus:before,
.heroBanner .button_row > .btn.screenings:hover:before,
.heroBanner .button_row > .btn.screenings:active:before,
.heroBanner .button_row > .btn.screenings:focus:before,
.view-tile .item .poster .media .overlay > .btn.details:hover:after,
.view-tile .item .poster .media .overlay > .btn.details:active:after,
.view-tile .item .poster .media .overlay > .btn.details:focus:after,
.view-list .item .button_row > .btn.details:hover:after,
.view-list .item .button_row > .btn.details:active:after,
.view-list .item .button_row > .btn.details:focus:after,
.heroBanner .button_row > .btn.details:hover:after,
.heroBanner .button_row > .btn.details:active:after,
.heroBanner .button_row > .btn.details:focus:after,
.view-tile .item .poster .media .overlay > .btn.screenings:hover:after,
.view-tile .item .poster .media .overlay > .btn.screenings:active:after,
.view-tile .item .poster .media .overlay > .btn.screenings:focus:after,
.view-list .item .button_row > .btn.screenings:hover:after,
.view-list .item .button_row > .btn.screenings:active:after,
.view-list .item .button_row > .btn.screenings:focus:after,
.heroBanner .button_row > .btn.screenings:hover:after,
.heroBanner .button_row > .btn.screenings:active:after,
.heroBanner .button_row > .btn.screenings:focus:after {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.view-tile .item .poster > a {
  text-decoration: none;
  display: block;
}

.view-list .item .button_row > .btn,
.heroBanner .button_row > .btn,
.film-infos .button_row > .btn,
.film-streams .button_row > .btn {
  margin-right: 15px;
}

.view-list .item .button_row > .btn:last-child,
.heroBanner .button_row > .btn:last-child,
.film-infos .button_row > .btn:last-child,
.film-streams .button_row > .btn:last-child {
  margin-right: 0;
}

.view-tile .item .poster .media .overlay > .btn.trailer:after,
.view-tile .item .poster .media .overlay > .btn.streamingdate:after,
.view-list .item .button_row > .btn.trailer:after,
.view-list .item .button_row > .btn.streamingdate:after,
.heroBanner .button_row > .btn.trailer:after,
.heroBanner .button_row > .btn.streamingdate:after,
.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon:after,
.heroBanner .button_row > .btn:after,
.film-infos .button_row > .btn.ticket-alarm:after,
.film-infos .button_row > .btn.tickets:after,
.film-infos .button_row > .btn.streamingdate:after,
.film-streams .button_row > .btn.streamingdate:after,
.view-tile .item .poster .media .overlay > .btn.screenings:after,
.view-list .item .button_row > .btn.screenings:after,
.view-tile .item .poster .media .overlay > .btn:after,
.view-list .item .button_row > .btn:after {
  position: relative;
  float: left;
  margin-left: 6px; /* reduced */
  content: "";
  width: 8px;
  height: 13px;
  background-image: url("/includes/icons/button-go.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.view-tile .item .poster .media .overlay > .btn.trailer:hover:after,
.view-tile .item .poster .media .overlay > .btn.streamingdate:hover:after,
.view-list .item .button_row > .btn.trailer:hover:after,
.view-list .item .button_row > .btn.streamingdate:hover:after,
.heroBanner .button_row > .btn.trailer:hover:after,
.heroBanner .button_row > .btn.streamingdate:hover:after,
.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon:hover:after,
.film-infos .button_row > .btn.ticket-alarm:hover:after,
.film-infos .button_row > .btn.tickets:hover:after,
.film-infos .button_row > .btn.streamingdate:hover:after,
.film-streams .button_row > .btn.streamingdate:hover:after,
.view-tile .item .poster .media .overlay > .btn.screenings:hover:after,
.view-list .item .button_row > .btn.screenings:hover:after,
.heroBanner .button_row > .btn.screenings:hover:after,
.view-tile .item .poster .media .overlay > .btn.trailer:active:after,
.view-tile .item .poster .media .overlay > .btn.streamingdate:active:after,
.view-list .item .button_row > .btn.trailer:active:after,
.view-list .item .button_row > .btn.streamingdate:active:after,
.heroBanner .button_row > .btn.trailer:active:after,
.heroBanner .button_row > .btn.streamingdate:active:after,
.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon:active:after,
.film-infos .button_row > .btn.ticket-alarm:active:after,
.film-infos .button_row > .btn.tickets:active:after,
.film-infos .button_row > .btn.streamingdate:active:after,
.film-streams .button_row > .btn.streamingdate:active:after,
.view-tile .item .poster .media .overlay > .btn.screenings:active:after,
.view-list .item .button_row > .btn.screenings:active:after,
.heroBanner .button_row > .btn.screenings:active:after,
.view-tile .item .poster .media .overlay > .btn.trailer:focus:after,
.view-tile .item .poster .media .overlay > .btn.streamingdate:focus:after,
.view-list .item .button_row > .btn.trailer:focus:after,
.view-list .item .button_row > .btn.streamingdate:focus:after,
.heroBanner .button_row > .btn.trailer:focus:after,
.heroBanner .button_row > .btn.streamingdate:focus:after,
.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon:focus:after,
.film-infos .button_row > .btn.ticket-alarm:focus:after,
.film-infos .button_row > .btn.tickets:focus:after,
.film-infos .button_row > .btn.streamingdate:focus:after,
.film-streams .button_row > .btn.streamingdate:focus:after,
.view-tile .item .poster .media .overlay > .btn.screenings:focus:after,
.view-list .item .button_row > .btn.screenings:focus:after,
.heroBanner .button_row > .btn.screenings:focus:after {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.button_row > .btn > span {
  pointer-events: none;
}

.heroBanner .button_row > .btn.details:hover,
.heroBanner .button_row > .btn.details:active,
.heroBanner .button_row > .btn.details:focus {
  border-color: #FFEA00;
}

.view-tile .item h4,
.view-tile .item h5 {
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* identical to box height, or 120% */
  display: flex;
  align-items: center;
  letter-spacing: 0.1px; /* reduced */
  color: white;
  margin-top: 10px; /* reduced */
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.view-list .top_labels,
.view-tile .top_labels {
  font-weight: 400;
  font-size: 13px; /* reduced 20% */
  line-height: 13px; /* reduced 20% */
  /* identical to box height, or 150% */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.5px;
  /* White/Medium Emphasis */
  color: rgba(255, 255, 255, 0.74);
}

.view-list .middle_labels,
.view-tile .middle_labels,
.heroBanner .middle_labels,
.film-infos .middle_labels {
  font-weight: 400;
  font-size: 13px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  /* identical to box height, or 140% */
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: white;
}

.film-infos .middle_labels,
.screenings .middle_labels {
  flex-wrap: wrap;
}

.film-infos .middle_labels h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}

/* .view-list .top_labels span,
.view-tile .top_labels span {
    padding: 0 10px 0 0;
    margin-right: 10px;
    margin-bottom: 10px;
    border-right: 1px solid $color-white-medium;
}
.view-list .top_labels span:last-child {
    border-right: none;
} */
.view-list .middle_labels span,
.view-tile .middle_labels span,
.heroBanner .middle_labels span,
.film-infos .middle_labels span,
.screenings .middle_labels span {
  padding: 0 8px 0 0; /* reduced */
  margin-right: 5px; /* reduced */
  border-right: 1px solid white;
}

.view-list .content {
  margin-top: 6px; /* reduced */
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.view-list .content p {
  margin-bottom: 0.5rem;
}

.view-list .content * {
  line-height: 19px;
}

.view-list .middle_labels span:last-child,
.view-tile .middle_labels span:last-child,
.heroBanner .middle_labels span:last-child,
.film-infos .middle_labels span:last-child,
.screenings .middle_labels span:last-child {
  margin: 0;
  padding: 0;
  border-right: 1px solid transparent;
}

.view-list .details {
  padding: 0 12px; /* reduced */
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  /* identical to box height, or 140% */
  letter-spacing: 0.25px;
}

.view-list .item .title {
  text-decoration: none;
  margin-top: 6px; /* reduced */
  margin-bottom: 0; /* reduced */
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.view-list .item .title > h2 {
  margin-bottom: 5px;
}

/* Offcanvas screenings */
.screenings.offcanvas.offcanvas-end {
  background-color: black;
  max-width: 750px;
  min-width: 550px;
  width: auto;
  padding: 0;
  z-index: 1043;
}

.screenings .offcanvas-header {
  padding: 0;
}

.screenings .offcanvas-header .btn-close,
.screenings .offcanvas-header .btn-close:hover {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: block;
  opacity: 1;
  background-image: url("/includes/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.screenings .offcanvas-body {
  padding: 40px 50px 40px 90px; /* reduced */
  overflow-y: scroll !important;
}

.view-list .item .screenings .offcanvas-body,
.film-content .screenings .offcanvas-body {
  overflow-y: auto !important;
}

.screenings .offcanvas-body .screens-popup {
  /* display:inline-flex;
  flex-direction: column; */
  /*     display: block;
      width: 100%;
  */
  width: 100%;
}

.film-content .screenings .offcanvas-body {
  padding: 0;
}

.film-content #program .screenings .filter_selection {
  margin-bottom: -10px;
}

.screenings .offcanvas-body .details {
  width: auto;
  max-width: 500px;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 auto;
}

.screenings .offcanvas-body .details .poster {
  width: 70px;
  margin-right: 30px;
}

.screenings .offcanvas-body .details .info {
  width: auto;
}

.screenings .offcanvas-body .title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  letter-spacing: 0.15px;
  text-decoration: none;
}

.screenings .offcanvas-body .middle_labels {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 150% */
  display: inline;
  letter-spacing: 0.5px;
  margin-top: 12px;
}

.screenings .offcanvas-body .tickets {
  width: 100%;
  /* min-width: 575px; */
  display: flex;
  flex-direction: column;
  flex-shrink: 2;
  margin-top: 40px;
}

.screenings .offcanvas-body .tickets h3 {
  margin-bottom: 12px;
}

.offcanvas-body .playing_date {
  position: relative;
  padding-top: 12px;
}

.film-content .screenings .offcanvas-body .playing_date,
.view-list .item .screenings .offcanvas-body .playing_date {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.offcanvas-body .playing_date .day_date {
  position: absolute;
  top: 24px;
  left: -90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  padding: 11px 8px;
  gap: 2px;
  width: 88px;
  height: auto;
  min-height: 95px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  margin: 0;
}

.film-content .screenings .offcanvas-body .playing_date .day_date,
.view-list .item .screenings .offcanvas-body .playing_date .day_date {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 0px 15px;
  width: 66px;
  height: auto;
  min-height: 0;
}

.view-list .item .screenings .offcanvas-body {
  padding: 0; /* reduced */
}

.view-list .item .screenings .offcanvas-body .day_date {
  font-size: 13px;
}

.offcanvas-body .playing_date .day_date .day-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
  min-width: 40px;
}

.offcanvas-body .playing_date .day_date .day-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  min-width: 40px;
}

.screenings .offcanvas-body .other_play_time {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.film-content .screenings .offcanvas-body .other_play_time,
.view-list .screenings .offcanvas-body .other_play_time {
  width: calc(100% - 66px);
  position: relative;
}

.film-content .screenings .offcanvas-body .other_play_time + .other_play_time,
.view-list .screenings .offcanvas-body .other_play_time + .other_play_time {
  margin-left: 54px;
}

.screenings .offcanvas-body .other_play_time .ticket {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 2px;
  width: 115px; /* reduced 20% */
  height: auto;
  min-height: 95px; /* reduced 20% */
  min-height: auto;
  margin: 12px;
}

.screenings .offcanvas-body .other_play_time .ticket .wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 8px 12px; /* reduced 20% */
  gap: 2px;
  width: 115px; /* reduced 20% */
  height: 100%;
  min-height: 95px; /* reduced 20% */
  min-height: auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px; /* reduced 20% */
  line-height: 16px; /* reduced 20% */
  letter-spacing: 0.25px;
  position: relative;
}

.screenings .offcanvas-body .other_play_time .ticket .wrap.speciallabel {
  padding-bottom: 20px;
}

.screenings .offcanvas-body .other_play_time .ticket.selected .wrap,
.screenings .offcanvas-body .other_play_time .ticket:hover .wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  color: black;
}

.screenings .offcanvas-body .other_play_time .ticket span.zeit {
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
}

.screenings .offcanvas-body .other_play_time .ticket span.sprache {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.screenings .offcanvas-body .other_play_time .ticket span.lng {
  height: 12px;
  width: auto;
  padding: 0 3px;
  display: flex;
  float: left;
  line-height: 11px;
}

.screenings .offcanvas-body .other_play_time .ticket span._3d {
  background: url("/includes/icons/3d-white.svg") no-repeat center;
  background-size: auto 100%;
  height: 10px;
  width: 20px;
  display: block;
  float: left;
  border-radius: 0;
}

.screenings .offcanvas-body .other_play_time .ticket span.atmos {
  background: url("/includes/icons/dolby-atmos-white.svg") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: auto 12px;
  display: block;
  float: left;
  border-radius: 0;
  width: 100%;
}

.screenings .offcanvas-body .other_play_time .ticket:hover span._3d,
.screenings .offcanvas-body .other_play_time .ticket:hover span.atmos {
  /*     background-color: transparent;
      border: solid 1px #000; */
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%) hue-rotate(40deg) brightness(101%) contrast(105%);
}

.screenings .offcanvas-body .other_play_time .ticket span.vorpremiere {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  text-align: center;
  background: #FFEA00;
  color: #000;
  line-height: 18px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 12px;
}

.screenings .offcanvas-body .other_play_time .ticket.special {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.screenings .offcanvas-body .other_play_time .ticket span.special-note {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  width: calc(100% - 160px);
  position: absolute;
  left: 150px;
  top: auto;
}

.screenings .offcanvas-body .playing_dates .lang {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 60px 0;
}

.screenings .offcanvas-body .playing_dates .note {
  position: absolute;
  top: 25px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  /* White/Disabled */
  color: rgba(255, 255, 255, 0.8);
}

.screenings .offcanvas-body .playing_dates .note.shown {
  visibility: visible;
  opacity: 1;
}

/* Module HeroBanner - 4 variations */
.heroBanner {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 65px;
  max-width: 1920px;
  margin: auto;
  position: relative;
}

.heroBanner.small-padding {
  padding: 0 0 20px;
}

#goDownButton {
  position: absolute;
  z-index: 1;
  bottom: 98px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: 0px;
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  opacity: 1;
  transition: all 0.3s ease;
}

#goDownButton:hover {
  bottom: 93px;
}

.heroBanner .carousel-item {
  width: 100%;
  height: 663px;
  padding: 163px calc((100% - 1224px) / 2) 55px; /* 158 = header height (108) + 55px */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* background-color: $color-yellow-text;  */
}

.heroBanner .carousel-item.bgimage {
  padding: 0px;
}

.heroBanner .carousel-item.bgimage .preloadImgHero,
.heroBanner .carousel-item.plakat .preloadImgHero,
.heroBanner .carousel-item.trailer .preloadImgHero {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 663px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.carousel-control-prev,
.carousel-control-next {
  height: 100%;
  width: 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  margin-top: 108px;
}

.heroBanner .carousel-indicators {
  bottom: -26px;
  width: 100%;
  margin: 0;
  padding: 0 calc((100% - 1178px) / 2);
  justify-content: center;
}

.heroBanner .carousel-indicators [data-bs-target] {
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 0.25;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.heroBanner .carousel-indicators .active {
  opacity: 1;
}

/* Simple and bgimage */
.heroBanner .carousel-item.simple .image,
.heroBanner .carousel-item.bgimage .image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heroBanner .carousel-item.simple .carousel-caption,
.heroBanner .carousel-item.bgimage .carousel-caption {
  bottom: 111px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: auto;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  letter-spacing: 0.5px;
}

.heroBanner .carousel-item.bgimage .carousel-caption {
  bottom: 117px;
}

.heroBanner .carousel-item.simple .carousel-caption h1,
.heroBanner .carousel-item.bgimage .carousel-caption h1 {
  margin-bottom: 18px;
  text-shadow: 0.5px 0.5px 3px #343a40;
}

.heroBanner .carousel-item.bgimage .carousel-caption .content > * {
  text-shadow: 0.5px 0.5px 3px #343a40;
}

.heroBanner .carousel-item.simple .carousel-caption p,
.heroBanner .carousel-item.bgimage .carousel-caption p {
  text-shadow: 1px 1px 3px #343a40;
}

.heroBanner .carousel-item.bgimage .carousel-caption h1 {
  margin-bottom: 10px;
}

.heroBanner .carousel-item.bgimage .carousel-caption p.header {
  margin-bottom: 10px;
  text-shadow: 0.5px 0.5px 3px #343a40;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.5px;
  color: white;
}

.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin: 13px 0;
  position: relative;
}

.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon::before {
  position: relative;
  float: left;
  margin-right: 9px;
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("/includes/icons/menu-grid-r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon:hover::before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(23%) saturate(4301%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

/* Plakat & Trailer */
.heroBanner .carousel-item.plakat > .row,
.heroBanner .carousel-item.trailer > .row {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heroBanner .carousel-item.plakat > .row {
  background-color: var(--bs-body-bg);
}

.heroBanner .carousel-item.plakat .row div.details,
.heroBanner .carousel-item.trailer .row div.details {
  padding: 20px 20px;
  border-radius: 6px;
}

.heroBanner .carousel-item.plakat .row div.details {
  height: 100%;
}

.heroBanner .carousel-item.trailer .row div.details {
  background-color: rgba(0, 0, 0, 0.7);
}

.heroBanner .carousel-item.plakat .row div.details .wrap,
.heroBanner .carousel-item.trailer .row div.details .wrap {
  width: 100%;
  max-width: 470px;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}

.heroBanner .carousel-item.plakat .row div.details .wrap {
  max-width: 100%;
}

.heroBanner .carousel-item.plakat .row div.image,
.heroBanner .carousel-item.trailer .row div.image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.heroBanner .carousel-item.plakat .row div.image {
  align-items: center;
  padding: 20px 20px 15px;
  height: 100%;
}

.heroBanner .carousel-item.plakat .row div.image img {
  /*  max-width: 100%; */
  width: auto;
  height: 100%;
}

.heroBanner .carousel-item.plakat .row div.details .highlight,
.heroBanner .carousel-item.trailer .row div.details .highlight,
.heroBanner .carousel-item.bgimage .carousel-caption .highlight {
  margin-bottom: 40px; /* reduced */
  color: #FFD600;
  text-shadow: 0.5px 0.5px 3px #343a40;
  line-height: 27px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.12px;
  margin-top: 0;
}

.heroBanner .top_labels {
  margin-bottom: 0;
}

.heroBanner .middle_labels {
  margin-bottom: 15px;
}

.heroBanner .carousel-item:not(.bgimage) .button_row {
  position: absolute;
  bottom: 0;
}

.heroBanner .carousel-item.bgimage .button_row {
  margin-top: 5px;
}

.heroBanner .carousel-item.bgimage .button_row .btn,
.heroBanner .carousel-item.simple .btn {
  text-shadow: 1px 1px 5px #343a40;
}

.heroBanner .carousel-item.bgimage .button_row .btn,
.heroBanner .carousel-item.simple .btn {
  box-shadow: 1px 1px 4px #343a40;
}

.heroBanner .carousel-item.plakat .row div.details h1,
.heroBanner .carousel-item.trailer .row div.details h1 {
  margin-bottom: 15px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.heroBanner .carousel-item.plakat .row div.details .content,
.heroBanner .carousel-item.trailer .row div.details .content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.25px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.heroBanner .carousel-item.plakat .row div.image .wrap,
.heroBanner .carousel-item.trailer .row div.image .wrap {
  position: relative;
}

.heroBanner .carousel-item.plakat .row div.image .wrap img,
.heroBanner .carousel-item.trailer .row div.image .wrap img {
  width: auto;
  max-width: 100%;
}

.heroBanner .carousel-item.plakat .row div.image .wrap::before,
.heroBanner .carousel-item.trailer .row div.image .wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/includes/icons/play-button-o-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal .modal-content {
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: none;
  outline: 0;
}

.modal .btn-close,
.modal .btn-close:hover {
  position: absolute;
  right: -20px;
  top: 16px;
  background: transparent url("/includes/icons/close.svg") 50% no-repeat;
  opacity: 1;
}

/* Film Detail */
.film-header-images {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 65px;
  margin: auto;
  max-width: 1920px;
}

.film-header-images .carousel-item {
  width: 100%;
  height: 663px;
  padding: 128px calc((100% - 1280px) / 2) 20px; /* 128 = header height (108) + 20px */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.film-header-images .preloadImg {
  width: 100%;
  height: 663px;
  object-fit: cover;
  object-position: center top;
  padding: 0px;
}

.film-header-images.single .carousel-item {
  padding-bottom: 0;
}

.film-header-images .carousel-indicators {
  bottom: -26px;
  width: 100%;
  margin: 0;
  padding: 0 calc((100% - 1176px) / 2);
  justify-content: center;
}

.film-header-images .carousel-indicators [data-bs-target] {
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 0.25;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.film-header-images .carousel-indicators .active {
  opacity: 1;
}

/* .film-header-images .carousel-item {
    height: 793px;   
}
.film-header-images.single .carousel-item {
    height: 703px;   
} */
.film-header-images .carousel-item .image {
  width: 100%;
  height: 658px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.film-header-images .carousel-item .image img {
  display: none;
}

.film-header-caption {
  position: absolute;
  bottom: 135px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 1170px;
  margin: auto;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  letter-spacing: 0.5px;
}

.film-header-images.no-images {
  margin: 50px auto;
  min-height: 400px;
}

.film-header-caption h1 {
  margin-bottom: 8px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-shadow: 0.5px 0.5px 3px #343a40;
}

.film-header-caption p {
  text-shadow: 1px 1px 3px #343a40;
}

.film-header-caption .top_labels {
  margin-bottom: 0;
}

/* 
.top_labels > .spacer {
    display: none;
}

.top_labels > a + .spacer,
.top_labels > span + .spacer {
    display: inline-block;
    margin-right: 15px;
} */
.top_labels {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 150% */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.5px;
  /* White/Medium Emphasis */
  color: white;
}

.statuses {
  font-weight: 400;
  font-size: 12px; /* reduced 20% */
  line-height: 12px; /* reduced 20% */
  /* identical to box height, or 150% */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.5px;
  /* White/Medium Emphasis */
  color: white;
}

.statuses {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  align-content: flex-start;
  justify-content: flex-end;
}

.top_labels a,
.statuses a {
  display: inline-flex;
  text-decoration: none;
}

.top_labels span,
.top_labels a,
.statuses span,
.statuses a {
  padding: 0 8px;
  /*  border-left: 1px solid $color-white-medium; */
  font-size: 13px; /* reduced 20% */
  line-height: 16px; /* reduced 20% */
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: right;
}

.statuses a.status > span,
.top_labels a.status > span {
  padding: 0;
  margin: 0;
}

.top_labels span.status,
.top_labels a.status,
.statuses span.status,
.statuses a.status {
  border-radius: 16px;
  background-color: #FFEA00;
  color: black;
  display: block;
}

span.day-name,
span.day-number {
  padding: 0;
  margin: 0;
}

span.top_kino,
span.top_stream,
.top_labels span.context {
  /* Dark/Background */
  background: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 16px;
}

.top_labels span.context:hover {
  background: rgba(255, 255, 255, 0.74);
  color: black;
}

/* 
.top_labels span.top_kino,
.top_labels span.top_stream {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 10px;    
    text-shadow: 0.5px 0.5px 3px #343a40;
}


.top_labels span.top_stream.b-left {
    border-left: 1px solid $color-white-medium;
    padding: 0 10px 0 15px;   
    margin-left: 0;
}

.top_labels span.top_kino,
.top_labels span.top_stream {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
}
.film-header-caption .top_labels span.top_kino,
.film-header-caption .top_labels span.top_stream,
.carousel .top_labels span.top_kino,
.carousel .top_labels span.top_stream {
    margin-right: 5px;
} */
.film-header-caption .title {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 120px 0 0;
}

.film-header-caption .title > .action-links {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.film-header-caption .title > .action-links > a,
.film-header-caption .title > .action-links > div > button.share {
  width: 28px;
  height: 24px;
  background-position: center;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.film-header-caption .title > .action-links > div {
  line-height: 16px;
}

.film-header-caption .title > .action-links > a.favourite {
  background-image: url("/includes/icons/heart.svg");
}
.film-header-caption .title > .action-links > a.favourite:hover, .film-header-caption .title > .action-links > a.favourite.liked {
  background-image: url("/includes/icons/heart-yellow.svg");
}

.film-header-caption .title > .action-links > div > button.share {
  background-image: url("/includes/icons/share.svg");
  background-color: transparent;
  border: medium none;
  padding: 0px;
}
.film-header-caption .title > .action-links > div > button.share::after {
  display: none;
}
.film-header-caption .title > .action-links > div > button.share:hover {
  background-image: url("/includes/icons/share-yellow.svg");
}
.film-header-caption .title > .action-links > div > button.share.show {
  background-image: url("/includes/icons/share-yellow.svg");
}

.dropdown.shares .dropdown-menu.show {
  min-width: auto;
  display: flex;
  border-radius: 8px;
  margin-top: 5px !important;
}

.dropdown.shares .dropdown-menu.show li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

.film-content {
  max-width: 1190px;
}

.film-content .poster-image {
  width: auto;
  max-width: 100%;
}

/* Film Details Texts and Cast section */
.film-content .film-kurztext {
  margin-bottom: 26px;
}

.film-content .film-kurztext .darumgehts {
  /* height: 250px; */
  height: auto;
  min-height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  opacity: 1;
  /*     text-align: justify;
      text-justify: inter-word; */
  transition: height 0.3s ease, opacity 0.1s ease;
}

.film-content .film-kurztext .darumgehts.expandable {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  padding-bottom: 0;
  height: auto;
  opacity: 1;
  position: relative;
}

/* .film-content .film-kurztext.expandable:after {
    content: "(...)";  

    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;

    position: absolute;
    bottom: 0; 
    left: 100%; 
    width: 30px; 
    margin-left: -30px;
    padding-right: 5px;

    text-align: right;

    background-color: $body-bg;
} */
.film-content .film-cast {
  /* height: 140px; */
  height: auto;
  min-height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
  transition: height 0.3s ease, opacity 0.1s ease;
}

.film-content .film-cast.expandable:not(.expanded)::after {
  height: 40px;
}

.film-content .show-all-kurztext,
.film-content .show-all {
  position: relative;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: -16px;
  display: none;
}

.film-content .show-all-kurztext.shown,
.film-content .show-all.shown {
  display: block;
}

.film-content .film-cast span {
  font-weight: 700;
}

.film-content .film-kurztext .darumgehts:not(.expandable),
.film-content .film-kurztext .darumgehts .wrap,
.film-content .film-kurztext .darumgehts p {
  display: inline;
}

.film-content .film-specialinfos {
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.film-content .film-tags {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.film-content .film-tags > a {
  background-color: #D1D1D1;
  border-radius: 16px;
  text-align: center;
  color: black;
  text-decoration: none;
  padding: 3px 8px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.film-content .film-tags > a:hover {
  background-color: rgba(255, 255, 255, 0.74);
}

.film-content .film-awards {
  margin: 0;
  padding: 30px 0 34px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-awards > img {
  max-height: 120px;
  width: auto;
  margin: 0 15px 15px 0;
}

/* Film Details Critics section */
.film-content .film-critics {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-critics h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
  margin-bottom: 15px;
}

/* Film Details Trailers section */
.film-content .film-trailers {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 31px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-trailers h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-trailers .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
}

.film-content .film-trailers .items .item {
  /*     width: calc((100% - 90px) / 3);
      margin: 15px; */
  padding: 15px;
  text-decoration: none;
}

.film-content .film-trailers .item .wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-color: black;
}

.film-content .film-trailers .item .wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.film-content .film-trailers .item .wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url("/includes/icons/play-button-o-big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.film-content .film-trailers .item .wrap img {
  width: 100%;
}

.film-content .film-trailers .item p.caption {
  margin: 10px 0 0;
}

/* Film Details Tickets section */
.film-content .film-tickets {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 38px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-tickets h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-tickets #program {
  padding-top: 12px;
}

/* Film Details Streams section */
.film-content .film-streams {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 43px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-streams h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-streams .wrap {
  display: block;
  margin: 16px 0 0;
  width: 100%;
}

.film-content .film-streams .wrap > div {
  margin: 27px 0;
}

/* Film Details Records section */
.film-content .film-records {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 31px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-records h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-records .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
}

.film-content .film-records .items .item {
  /*  width: calc((100% - 90px) / 3);
   margin: 15px; */
  padding: 15px;
  text-decoration: none;
}

.film-content .film-records .item .wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-color: black;
}

.film-content .film-records .item .wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/includes/icons/play-button-o-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 50%;
  max-height: 50%;
}

.film-content .film-records .item .wrap img {
  width: 100%;
}

.film-content .film-records .item p.caption {
  margin: 10px 0 0;
}

/* Film Details personalfavorites */
.film-content .film-personalfavorites {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-personalfavorites h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-personalfavorites .wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.film-content .film-person {
  margin: 24px 0 0;
  min-width: 285px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.film-content .film-person h4 {
  width: 100%;
  margin-bottom: 30px;
}

.film-content .film-person .image-wrap {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.film-content .film-person .image-wrap img {
  width: 100%;
}

.film-content .film-person .name-wrap {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 70px);
}

.film-content .film-person .name-wrap p {
  margin: 0;
}

/* Film Details Shop */
.film-content .film-shop {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 31px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.film-content .film-shop h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.film-content .film-shop .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
}

.film-content .film-shop .items .item {
  /* width: calc((100% - 90px) / 3);
  margin: 15px; */
  padding: 15px;
  text-decoration: none;
}

.film-content .film-shop .items .item > a {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.film-content .film-shop .item img {
  width: 100%;
}

.film-content .film-shop .item p.caption {
  margin: 10px 0 0;
}

/* Film Details Related slider */
.film-content-related {
  padding: 30px 0;
}

.film-content-related h3 {
  margin-bottom: 23px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.12px;
  color: white;
}

.related-slider-wrapper {
  position: relative;
  width: 100%;
  padding-left: calc((100% - 1230px) / 2);
  overflow: hidden;
}

.related-slider-wrapper .customize-tools {
  width: calc(100% - (100% - 1190px) / 2);
  height: 50px;
  position: absolute;
  top: 127px;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
}

.related-slider-wrapper .customize-tools > ul {
  padding: 0;
}

.related-slider-wrapper .customize-tools > ul li.prev {
  position: absolute;
  left: 30px;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.related-slider-wrapper .customize-tools > ul li.next {
  position: absolute;
  right: 30px;
  cursor: pointer;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.related-slider-wrapper:hover .customize-tools > ul li {
  opacity: 1;
  pointer-events: all;
}

/* .related-slider-wrapper .tns-inner {
    max-width: 1176px;
    margin: 0 auto !important;
} */
.related-slider-wrapper > .view-tile {
  flex-wrap: wrap;
  height: 350px;
}

.related-slider-wrapper .view-tile .item {
  width: 20%;
}

.related-slider-wrapper .img-link {
  display: block;
  position: relative;
  max-width: 270px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.related-slider-wrapper .img-link img {
  width: 100%;
}

.related-slider-wrapper .img-link img + img {
  position: absolute;
  top: 0;
  left: 0;
}

.related-slider-wrapper .poster > a {
  text-decoration: none;
}

.related-slider-wrapper .poster .filmTitle {
  font-weight: 400;
  font-size: 16px; /* reduced */
  line-height: 19px; /* reduced */
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: white;
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.related-slider-wrapper .poster h6 {
  margin-top: 20px;
}

/* Film details content */
.film-content .film-plakat {
  padding-top: 15px;
}

/* .film-content .film-infos {
    padding-left: 78px;
}
.film-content .film-infos.full {
    padding: 0 78px;
} */
.film-content .meta-info {
  margin-bottom: 10px;
}

.film-content .meta-info .ratingimdb {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1px;
  width: auto;
  display: inline-block;
  color: #FFEA00;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 0px;
  margin-bottom: 0;
  background-image: url("/includes/icons/rating.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.film-infos .button_row {
  margin-bottom: 15px;
  margin-top: 15px;
}

.carousel-item .alter,
.film-content .meta-info .alter,
.view-list .middle_labels .alter,
.screenings .offcanvas-body .middle_labels .alter {
  display: flex;
  align-items: center;
}

.carousel-item .info-popover,
.film-content .meta-info .info-popover,
.view-list .middle_labels .info-popover,
.screenings .offcanvas-body .middle_labels .info-popover {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/includes/icons/info.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  margin: 0 5px;
}

/* One pager template */
.nav-menu-onepager {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
  padding: 0;
}

.nav-menu-onepager li {
  /* width: calc((100% - 90px) / 3);
  margin: 15px; */
  padding: 15px;
  text-decoration: none;
  height: 148px;
  min-width: 390px;
}

.nav-menu-onepager li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  gap: 10px;
  /* White/Disabled */
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.nav-menu-onepager li:hover > a,
.nav-menu-onepager li.active > a,
.nav-menu-onepager li > a.active {
  color: black;
  background-color: #FFEA00;
  border: 1px solid #FFEA00;
}

.nav-menu-onepager li > a > h5 {
  margin: 0;
}

/*

.nav-menu-onepager li > a > h5::before {
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;

    background-image: url('/includes/icons/ticket.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 22px auto;
}
.nav-menu-onepager li:hover > a > h5::before,
.nav-menu-onepager li.active > a > h5::before,
.nav-menu-onepager li > a.active > h5::before {
    background-image: url('/includes/icons/ticket-black.svg');
} */
.nav-menu-onepager li > a > p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.nav-menu-onepager li:hover > a > h5,
.nav-menu-onepager li.active > a > h5,
.nav-menu-onepager li > a.active > h5 {
  color: black;
}

.nav-menu-onepager li:hover > a > p,
.nav-menu-onepager li.active > a > p {
  color: rgba(0, 0, 0, 0.6);
}

#load-more {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px; /* reduced 20% */
  line-height: 13px; /* reduced 20% */
  letter-spacing: 1px; /* reduced */
  text-transform: uppercase;
  margin: 6px 0; /* reduced */
  position: relative;
  margin: auto;
}

.program-list .item {
  display: block;
  min-width: 20%; /* reduced 20% */
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease 0.3s;
}

.program-list .item.hidden {
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

#backToTop {
  position: fixed;
  z-index: 5;
  bottom: 20px;
  right: 42px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#backToTop:hover {
  opacity: 1;
}

#serveymonkey {
  position: fixed;
  z-index: 3;
  bottom: 13px;
  right: -44px;
  padding: 0px;
  width: 350px;
  height: auto;
  border: none;
  transform: rotate(330deg);
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

#serveymonkey.hidden {
  opacity: 0;
  visibility: hidden;
}

#serveymonkey img {
  width: 100%;
}

.serveymonkey-content {
  height: calc(100vh - var(--bs-modal-margin) * 2 - 35px);
}

.smcx-embed {
  width: 100%;
  height: 100% !important;
  border: none;
}

.smcx-embed > .smcx-iframe-container {
  width: 100%;
  height: calc(100% - 35px) !important;
}

/* Footer */
footer {
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.footer {
  color: white;
  margin: 35px 0;
  width: 100%;
}

.footer:last-child {
  margin: 0 0 25px;
}

.footer.heading {
  font-weight: 400;
  font-size: 16px; /* reduced 20% */
  line-height: 22px; /* reduced 20% */
  /* or 140% */
  letter-spacing: 0.25px;
  color: white;
  margin-bottom: 90px;
}

.footer .social-links {
  margin-top: 30px;
}

.footer .subscribe-form {
  margin-top: 20px; /* reduced */
}

.footer .subscribe-form input[type=text] {
  height: 34px; /* reduced */
  width: 100%;
  display: inline-block;
  margin-right: 20px;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  outline: 0;
  color: white;
  /*     padding-left: 20px; 
      background-image: url('/includes/icons/mail.svg');
      background-position: left center;
      background-size: 14px auto;  
      background-repeat: no-repeat; */
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px; /* reduced 20% */
  line-height: 19px; /* reduced 20% */
  letter-spacing: 0.15px;
}

.footer .subscribe-form input[type=submit] {
  height: 34px; /* reduced */
  width: 100%;
  display: inline-block;
  border: none;
  background: transparent;
  border: 1px solid white;
  border-radius: 4px;
  outline: 0;
  color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px; /* reduced 20% */
  line-height: 14px; /* reduced 20% */
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-align: center;
}

.footer .footer-text {
  color: rgba(255, 255, 255, 0.8);
}

.footer .hotline {
  margin-bottom: 50px;
}

.footer .hotline a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.74);
}

.footer .hotline a:hover {
  color: white;
}

.footer .social-links a {
  margin-right: 5px;
}

.footer ul.service-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0;
}

.footer ul.service-links li {
  margin-left: 30px;
}

.footer ul.service-links li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.footer ul.service-links li a:hover,
.footer ul.service-links li.selected a {
  color: white;
}

.footer .lists h4 {
  margin-bottom: 30px;
}

.footer .lists a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 8px;
}

.footer .lists a:hover {
  color: white;
}

.footer .app-links {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer .app-links .description {
  padding: 0 0 0 30px;
  width: calc(100% - 70px);
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.74);
}

.footer .app-links .app-store,
.footer .app-links .google-store {
  margin-right: 10px;
}

/* Registration form, Profile edit form */
.regform_div,
.contactform_div {
  max-width: 570px;
}

#profile-data .contactform_div {
  max-width: 100%;
}

.required-label {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.4;
}

.regform_div .form-control.is-invalid,
.contactform_div .form-control.is-invalid {
  background: none;
}

.regform_div .form-control.email ~ label,
.regform_div .form-control.password ~ label,
.regform_div .form-control.phone ~ label,
.regform_div .form-control.birthdate ~ label,
.contactform_div .form-control.email ~ label,
.contactform_div .form-control.password ~ label,
.contactform_div .form-control.phone ~ label,
.contactform_div .form-control.birthdate ~ label {
  padding-left: 42px;
}

.subscribe-form .form-control.email ~ label {
  padding-left: 32px;
  font-size: 13px;
  line-height: 19px;
  padding: 0.4rem 2.25rem;
}

.regform_div .form-control.email,
.contactform_div .form-control.email {
  padding-left: 34px;
}

.footer .subscribe-form input[type=text].form-control.email {
  padding-left: 24px;
  padding: 0.4rem 2.25rem;
}

.regform_div .icon-email,
.contactform_div .icon-email {
  background-image: url("/includes/icons/mail.svg");
  background-position: 12px calc(100% - 21px);
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.subscribe-form .icon-email {
  background-image: url("/includes/icons/mail.svg");
  background-position: 12px calc(100% - 10px);
  background-size: 14px auto;
  background-repeat: no-repeat;
}

.regform_div .form-control.password,
.contactform_div .form-control.password {
  padding-left: 34px;
}

.regform_div .icon-password,
.contactform_div .icon-password {
  background-image: url("/includes/icons/lastpass.svg");
  background-position: 12px calc(100% - 21px);
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.regform_div .form-control.phone,
.contactform_div .form-control.phone {
  padding-left: 34px;
  background-image: url("/includes/icons/home-screen.svg");
  background-position: left calc(100% - 15px);
  background-size: 14px auto;
  background-repeat: no-repeat;
}

.regform_div .form-control.birthdate,
.contactform_div .form-control.birthdate {
  padding-left: 34px;
  background-image: url("/includes/icons/calendar-dates.svg");
  background-position: left calc(100% - 19px);
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.regform_div .country,
.contactform_div .country {
  position: relative;
}

.regform_div .country select,
.contactform_div .country select {
  padding-left: 32px;
}

.regform_div .country::before,
.contactform_div .country::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 12px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("/includes/icons/globe-alt.svg");
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
}

#profile-data .form-floating > .form-select.is-invalid:focus,
#profile-data .form-floating > .form-select:focus {
  background-color: var(--bs-body-bg);
}

/* Offcanvas User Login */
.login.offcanvas.offcanvas-end {
  background-color: black;
  max-width: 835px;
  width: 100%;
  padding: 0;
}

.login .offcanvas-header {
  padding: 0;
}

.login .offcanvas-header .btn-close,
.login .offcanvas-header .btn-close:hover {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: block;
  opacity: 1;
  background-image: url("/includes/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.login-backdrop.show {
  opacity: 0;
}

.login .offcanvas-body {
  padding: 110px;
}

.film-streams .errorMessages,
.regform_div .errorMessages,
.contactform_div .errorMessages {
  color: #dc3545;
}

.film-content .film-streams .wrap > div.errorMessages {
  margin-bottom: 0;
}

.film-content .film-streams .wrap > div.errorMessages p {
  margin-bottom: 0;
}

.thankyou-label {
  display: none;
}

/* User profile tabs */
.whiterow {
  color: #000;
  margin-top: 3rem;
  margin-bottom: 3rem;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.whiterow .dates-wrapper {
  display: flex;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.whiterow div.date-cell {
  min-width: 62px;
  width: auto;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border-right: 2px solid #D1D1D1;
  padding-right: 3px;
  margin-right: 3px;
}

.whiterow div.date-cell:last-child {
  border-right: none;
}

.whiterow div.date-cell > a {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  color: white;
  text-decoration: none;
}

.whiterow div.date-cell:hover > a,
.whiterow div.date-cell.active > a {
  background-color: #FFEA00;
  border: 1px solid #FFEA00;
  color: black;
  z-index: 1;
}

.transaction-group .transaction div {
  float: left;
  width: 20%;
  color: #fcfcfc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 3px;
}

.transaction-group .transaction div:first-child,
.transaction-group .transaction div:nth-child(2),
.transaction-group .transaction div:nth-child(5) {
  color: #fff;
}

.transaction-group.my-tickets .transaction div {
  cursor: pointer;
}

.transaction-group .transaction div a.arrow-right {
  background-image: url("/includes/icons/arrow-right.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 100%;
  height: 20px;
  display: block;
}

.transaction-group .transaction hr {
  float: left;
  width: 80%;
  margin-left: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.reservations .reservation {
  cursor: pointer;
}

.reservations .reservation div {
  float: left;
  width: 23%;
  color: #fcfcfc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservations .reservation div:first-child {
  width: 8%;
  line-height: 2rem;
  padding-left: 0.5rem;
}

.reservations hr {
  float: left;
  width: 100%;
  border-top: 1px solid #777;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reservations div a.arrow-right {
  background-image: url("/includes/icons/arrow-right.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 100%;
  height: 24px;
  display: block;
}

#kinocards .card-number-amount {
  color: white;
}

#kinocards .card-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

#kinocards .card-item > span {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#new-card div.card-number-input {
  position: relative;
}

#new-card div.card-number-input span.prefilled-left {
  position: absolute;
  left: 23px;
  top: 8px;
}

#new-card div.card-number-input span.prefilled-right {
  position: absolute;
  left: 112px;
  top: 8px;
}

#new-card div.card-number-input input {
  padding-left: 32px;
  letter-spacing: 0;
}

#new-card div.card-number-input input::placeholder {
  letter-spacing: 3.5px;
}

#new-card input {
  color: white;
}

.nav.ticket-types {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
  padding: 0;
}

.nav.ticket-types li {
  padding: 15px;
  text-decoration: none;
  height: 68px;
  min-width: 25%;
}

.nav.ticket-types li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.nav.ticket-types li:hover > a,
.nav.ticket-types li.active > a,
.nav.ticket-types li > a.active {
  color: black;
  background-color: #FFEA00;
  border: 1px solid #FFEA00;
}

.nav.ticket-types li > a > h5 {
  margin: 0;
}

/* Offcanvas User Login */
.filter-mobile.offcanvas.offcanvas-end {
  background-color: black;
  max-width: 835px;
  width: 100%;
  padding: 0;
}

.filter-mobile .offcanvas-header {
  padding: 0;
}

.filter-mobile .offcanvas-header .btn-close,
.filter-mobile .offcanvas-header .btn-close:hover {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: block;
  opacity: 1;
  background-image: url("/includes/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  z-index: 1;
}

.login-backdrop.show {
  opacity: 0;
}

.filter-mobile .offcanvas-body {
  padding: 110px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

/* Image module */
.image_module {
  width: auto;
  max-width: 100%;
}

.image_module img {
  max-width: 100%;
  width: auto;
}

/***** Module Transformer *****/
div.transformer {
  display: inline-block;
  width: 100%;
  margin: 20px auto;
}

div.transformer-wrapper {
  display: inline-block;
  width: 100%;
}

div.transformer .col1 {
  padding: 0 15px 0 0;
  float: left;
}

div.transformer .col2 {
  padding: 0 0 0 15px;
  float: left;
}

div.transformer .col1:last-of-type {
  padding: 0;
}

div.transformer-image {
  width: 100%;
  margin: 0 auto;
}

div.transformer-image img {
  width: 100%;
}

div.transformer-text {
  width: auto;
  margin: 0 auto;
}

div.transformer-image + div.transformer-text {
  margin-top: 20px;
}

/***** Full content width   (.transformer3) *****/
div.transformer3 .transformer-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

/***** Half content width    (.transformer4) *****/
div.transformer4 .transformer-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

div.transformer4 .col1 {
  width: 50%;
}

div.transformer4 .col2 {
  width: 50%;
}

div.transformer4 .col1 .transformer-text {
  width: 100%;
  float: right;
}

div.transformer4 .col2 .transformer-text {
  width: 100%;
  float: left;
}

/***** 1 + 2 content width  (.transformer5) *****/
div.transformer5 .transformer-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

div.transformer5 .col1 {
  width: 33.3333333333%;
}

div.transformer5 .col2 {
  width: 66.6666666667%;
}

div.transformer5 .col1 .transformer-text {
  width: 100%;
  float: right;
}

div.transformer5 .col2 .transformer-text {
  width: 100%;
  float: left;
}

/***** 2 + 1 content width  (.transformer6) *****/
div.transformer6 .transformer-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

div.transformer6 .col1 {
  width: 66.6666666667%;
}

div.transformer6 .col2 {
  width: 33.3333333333%;
}

div.transformer6 .col1 .transformer-text {
  width: 100%;
  float: right;
}

div.transformer6 .col2 .transformer-text {
  width: 100%;
  float: left;
}

div.transformer .transformer-text.center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/*** End Transformer ***/
/* Video module */
.video-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  max-width: 640px;
  margin: 50px auto;
}

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

.stream_cards {
  margin-bottom: 10px;
}

.stream_cards label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.stream_cards input ~ label.selected {
  display: none;
}

.stream_cards input:checked ~ label.selected {
  display: block;
}

#add-voucher-container {
  margin-top: 20px;
}

#add-voucher-container #voucher_input {
  color: white;
  padding-left: 0px;
}

#add-voucher-container img#qr_code {
  cursor: pointer;
}

.voucher-remove {
  font-size: 18px;
  cursor: pointer;
}

.voucher-line {
  margin-left: 12px;
  width: calc(100% - 12px);
}

#sourceSelect {
  max-width: 800px;
  width: 800px;
  color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  display: inline-block;
  margin-bottom: 20px;
}

#sourceSelect:focus {
  color: rgb(255, 255, 255);
  border-bottom: solid 1px #FFEA00;
  background-color: black;
}

#sourceVideo {
  width: 800px;
  height: 450px;
  border: 1px solid white;
}

/* Module Content Teaser */
.content-teaser-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
}

.content-teaser-wrapper .items .item {
  padding: 15px;
  text-decoration: none;
}

.content-teaser-wrapper .items .item > a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}

.content-teaser-wrapper .item img {
  width: 100%;
}

.content-teaser-wrapper .item p.caption {
  margin: 10px 0 0;
}

.content-teaser-wrapper .item .image {
  width: 100%;
  max-height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.loading_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1111;
}
.loading_overlay img {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
}

.profileUpdated .modal-dialog .modal-content {
  width: 630px;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 30px;
  background-color: #FFEA00;
  color: black;
  border-radius: 4px;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.profileUpdated .btn-close,
.profileUpdated .btn-close:hover {
  position: absolute;
  right: 16px;
  top: 16px;
  background: transparent url("/includes/icons/close-black.svg") 50% no-repeat !important;
  opacity: 1;
}

.profileUpdated .modal-dialog .modal-content .modal-header {
  border: 0;
}

.profileUpdated .modal-dialog .modal-content h5,
.profileUpdated .modal-dialog .modal-content .h5 {
  font-weight: 700;
}

.profileUpdated .modal-dialog .modal-content .modal-footer {
  border: 0;
}

.profileUpdated .modal-dialog .modal-content .modal-footer button {
  background-color: black;
}

/* Module Textarea */
.textarea {
  display: block;
  width: 100%;
  margin: 20px 0 40px;
}

.textarea ul {
  list-style-type: disc;
  padding-left: 1rem;
}

/* Module Download */
.download-link {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.reg_success {
  display: none;
}

div.lazy_bg {
  background-image: url("/includes/pixie.png") !important;
}

@media screen and (max-width: 1260px) {
  /* Headline 1 */
  h1 {
    font-size: 34px;
    line-height: 1.1;
  }
  /* Headline 2 */
  h2 {
    font-size: 34px;
    line-height: 1.1;
  }
  /* Headline 3 */
  /* Headline 4 */
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  /* Headline 5 */
  /* Headline 6 */
  body.hidden-scroll {
    overflow-y: hidden;
  }
  .content_wrapper.simple {
    padding: 0 28px;
  }
  .heroBanner .carousel-item.bgimage .carousel-caption p.header {
    font-size: 34px;
    line-height: 1.1;
  }
  .related-slider-wrapper .customize-tools {
    width: 100%;
  }
  .menu .offcanvas-body,
  .login .offcanvas-body,
  .filter-mobile .offcanvas-body {
    padding: 60px;
  }
  .menu .offcanvas-body .nav-menu li a {
    font-size: 20px;
  }
  .heroBanner .carousel-item.plakat .row div.image,
  .heroBanner .carousel-item.trailer .row div.image {
    justify-content: flex-end;
  }
  .heroBanner .carousel-item.plakat .row div.details .content,
  .heroBanner .carousel-item.trailer .row div.details .content {
    font-size: 16px;
    line-height: 24px;
  }
  .heroBanner .carousel-item.simple .carousel-caption,
  .heroBanner .carousel-item.bgimage .carousel-caption {
    padding: 0 65px;
    bottom: 97px;
    font-size: 16px;
    line-height: 20px;
  }
  .heroBanner .carousel-item.plakat .row div.details .highlight,
  .heroBanner .carousel-item.trailer .row div.details .highlight,
  .heroBanner .carousel-item.bgimage .carousel-caption .highlight {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .heroBanner .carousel-item.plakat .row div.details,
  .heroBanner .carousel-item.trailer .row div.details {
    height: 100%;
  }
  #program_filter .filters.first_filters .dates {
    width: 100%;
    min-height: 76px;
    overflow: hidden;
    overflow-x: auto;
  }
  #program_filter .filters .search-form {
    position: relative;
    width: auto;
    max-width: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #program_filter .filters .search-form.active {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: static;
  }
  #program_filter .filters .search-form input[type=text] {
    text-align: left;
  }
  #program_filter .filters .search-form.active input[type=text] {
    width: calc(100% - 180px);
    text-align: left;
    margin-left: 0px;
  }
  .sticky-filter-toggle {
    right: 20px;
  }
  .film-content {
    padding: 0;
  }
  .film-content .film-critics h3,
  .film-content .film-trailers h3,
  .film-content .film-tickets h3,
  .film-content .film-records h3,
  .film-content .film-personalfavorites h3,
  .film-content .film-shop h3,
  .film-content .film-streams h3,
  .film-content-related h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .modal .btn-close, .modal .btn-close:hover {
    right: 30px;
    top: -16px;
  }
  .footer {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .film-header-caption {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1107px) {
  .footer .social-links {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  #login {
    margin: 0;
    margin-right: 0;
    padding: 0;
  }
  #login.in-account {
    padding: 0 28px 0 0;
  }
  #login > a {
    display: none;
  }
  #login .dropdown-toggle::after {
    background-image: url("/includes/icons/profile.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    top: 0;
    width: 20px;
    height: 20px;
  }
  #login .dropdown-toggle span,
  #login a.anmelden {
    text-indent: -9999px;
    display: block;
  }
  .sticky #program_filter .filters.third_filters.visible {
    display: flex !important;
    flex-direction: column;
  }
  .sticky #program_filter .filters.third_filters .sorting-view {
    margin: 6px 0;
  }
  .program-options {
    margin: 0;
    padding: 0;
  }
  .program-options:not(.sticky) > div {
    padding: 0;
  }
  .program-options.sticky {
    left: 0;
    right: 0;
  }
  .film-tickets .program_data {
    padding: 0;
  }
  .program-options:not(.sticky) ul.main-type-nav,
  .program-options:not(.sticky) #program_filter .filters {
    padding: 0 18px;
    flex-wrap: wrap;
  }
  .film-content .film-infos {
    padding: 0 0 0 12px;
  }
  .film-content .film-awards > img {
    margin: 15px;
  }
  .film-content .film-plakat {
    display: none !important;
  }
  .view-list .item {
    margin-bottom: 40px;
  }
  .view-list .item .poster {
    min-height: auto;
    width: 100px;
  }
  .view-list .item .details,
  .view-list .item > .screenings,
  .view-list .item > .button_row {
    width: calc(100% - 100px);
    padding-bottom: 0;
  }
  #program_filter .filters > .checks-in-dropdown .dropdown-toggle {
    padding-left: 0;
  }
  #program_filter .filters.third_filters .sorting-view {
    justify-content: space-between;
    margin-top: 10px;
  }
  div.transformer {
    overflow: hidden;
    padding: 0;
  }
  div.transformer3 .transformer-wrapper,
  div.transformer4 .transformer-wrapper,
  div.transformer5 .transformer-wrapper,
  div.transformer6 .transformer-wrapper {
    width: 100%;
  }
  .related-slider-wrapper > .view-tile {
    flex-wrap: wrap;
    height: 35.7142857143vw;
  }
  .related-slider-wrapper .view-tile .item {
    width: calc(25% - 10px);
  }
  footer > .max {
    padding: 0;
  }
  .footer ul.service-links {
    flex-wrap: wrap;
  }
  .footer ul.service-links li {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer.heading {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .app-links .description,
  .footer .app-links img {
    margin-bottom: 20px;
  }
  #sourceSelect {
    width: 100%;
  }
  #sourceVideo {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  /* Headline 1 */
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  /* Headline 2 */
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  /* Headline 3 */
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  /* Headline 4 */
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  /* Headline 5, 6 */
  h5, h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .btn, button {
    height: 30px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.25px;
  }
  header > .header-wrap {
    height: 54px;
  }
  header > .header-wrap > .row {
    width: 100vw;
  }
  #menu-toggle {
    margin-left: 0;
    margin-right: 10px;
  }
  #logo {
    height: 37px;
    padding-bottom: 2px;
  }
  #logo.cinu {
    padding-bottom: 6px;
  }
  #logo img {
    height: 27px;
    transition: height 0.3s ease;
  }
  #logo.zurich img {
    height: 32px;
  }
  #language_navigation {
    display: none;
  }
  #menu #language_navigation {
    display: block;
  }
  #language_navigation .dropdown-toggle.btn {
    font-size: 16px;
    line-height: 24px;
  }
  #city_navigation .dropdown-toggle {
    text-transform: initial;
  }
  .back-to {
    display: none;
  }
  .wrapper > .content {
    padding-top: 84px; /* header (54px) + additional (30px) */
  }
  .wrapper > .heroBanner ~ .content {
    padding-top: 0;
  }
  .content_wrapper.simple {
    padding: 0 18px;
  }
  .menu .offcanvas-body .nav-menu li {
    margin: 7px 0;
  }
  .menu .offcanvas-body .nav-menu li a {
    font-size: 16px;
  }
  .view-list .item .details .button_row,
  .heroBanner .button_row {
    margin-top: 10px !important;
    left: 0;
    bottom: 0;
  }
  .view-list .item .details .button_row > .btn,
  .heroBanner .button_row > .btn {
    margin: 5px 5px 5px 0 !important;
    height: 24px !important;
    font-size: 11px;
    line-height: 11px;
  }
  .view-list .item .details .button_row > .btn {
    width: 100%;
  }
  .heroBanner .button_row > .btn::before {
    margin-right: 0 !important;
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    background-image: none !important;
  }
  .heroBanner .carousel-item,
  .film-header-images .carousel-item {
    width: 100%;
    height: 334px;
    padding: 69px calc((100% - 1224px) / 2) 15px; /* 99 = header height (54) + 15px */
  }
  .film-header-images .preloadImg,
  .heroBanner .carousel-item.bgimage .preloadImgHero,
  .heroBanner .carousel-item.plakat .preloadImgHero,
  .heroBanner .carousel-item.trailer .preloadImgHero {
    height: 334px;
  }
  .heroBanner .carousel-item.plakat .row div.image {
    align-items: center;
  }
  .heroBanner .carousel-item.plakat .row div.details .highlight,
  .heroBanner .carousel-item.trailer .row div.details .highlight {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .heroBanner .carousel-item.bgimage .carousel-caption .highlight {
    font-size: 22px;
  }
  .heroBanner .carousel-item.simple .image,
  .heroBanner .carousel-item.bgimage .image {
    width: 100%;
    height: 100%;
  }
  .heroBanner .carousel-item.bgimage .carousel-caption p.header {
    font-size: 30px;
    line-height: 1.3;
  }
  .heroBanner .carousel-item.simple .carousel-caption,
  .heroBanner .carousel-item.bgimage .carousel-caption,
  .film-header-images .film-header-caption {
    margin: 0 12px;
    bottom: 40px;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .film-header-images .film-header-caption {
    bottom: 105px;
  }
  .film-header-caption h1,
  .film-header-caption .h1 {
    margin-bottom: 0;
  }
  .film-header-images .film-header-caption .title > .action-links {
    height: 100%;
  }
  .film-header-caption .title > .action-links > a.favourite {
    background-image: url("/includes/icons/heart.svg");
  }
  .film-header-caption .title > .action-links > a.favourite:hover {
    background-image: url("/includes/icons/heart.svg");
  }
  .film-header-caption .title > .action-links > a.favourite.liked {
    background-image: url("/includes/icons/heart-yellow.svg");
  }
  .film-header-caption .title > .action-links > a.favourite.liked:hover {
    background-image: url("/includes/icons/heart-yellow.svg");
  }
  .heroBanner .carousel-item.simple .carousel-caption .btn.menu-grid-icon {
    padding: 0;
    border: 0;
    font-size: 12px;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    margin-top: 54px;
  }
  #goDownButton {
    bottom: 70px;
    display: none;
  }
  #goDownButton:hover {
    bottom: 67px;
  }
  .film-header-images .carousel-indicators {
    bottom: -26px;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  .top_labels span,
  .statuses span {
    font-size: 12px;
  }
  .statuses span.day-name {
    display: none;
  }
  .film-content .film-infos,
  .film-content .film-infos.full {
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .view-tile .item .poster .media.active .overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .view-tile .item .poster .media.active .overlay > * {
    opacity: 1;
    visibility: visible;
  }
  .view-list .title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .view-list .title h2 {
    font-size: 16px;
  }
  .view-list .middle_labels {
    line-height: 1;
  }
  .view-list .content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    display: none;
  }
  .view-list .item .details .button_row {
    margin-top: 0;
  }
  .view-tile .item h4,
  .view-tile .item .h4,
  .view-tile .item h5,
  .view-tile .item .h5 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
  .top_labels,
  .view-list .middle_labels,
  .view-tile .middle_labels,
  .heroBanner .middle_labels,
  .film-infos .middle_labels {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .heroBanner .carousel-item.bgimage .button_row .btn:not(.details),
  .heroBanner .carousel-item.simple .btn:not(.details) {
    box-shadow: none;
  }
  .view-list .item .details .button_row,
  .heroBanner .button_row,
  .film-infos .button_row {
    margin-top: 0;
    position: relative;
  }
  .heroBanner .carousel-item:not(.bgimage) .button_row {
    position: relative;
    bottom: auto;
  }
  .heroBanner .carousel-item.plakat .row div.details .wrap,
  .heroBanner .carousel-item.trailer .row div.details .wrap {
    padding-bottom: 30px;
  }
  .view-list .middle_labels span,
  .view-tile .middle_labels span,
  .heroBanner .middle_labels span,
  .film-infos .middle_labels span,
  .screenings .middle_labels span {
    padding: 0 5px 0 0;
    margin-right: 5px;
  }
  .film-content .meta-info .ratingimdb {
    font-size: 16px;
    line-height: 24px;
  }
  .heroBanner .carousel-item.plakat .row div.details .content,
  .heroBanner .carousel-item.trailer .row div.details .content {
    font-size: 14px;
    line-height: 20px;
  }
  .heroBanner .middle_labels {
    margin-bottom: 10px;
  }
  .film-header-images.no-images {
    margin: 60px auto 0;
    min-height: 200px;
    padding: 0;
  }
  .film-header-images.no-images #goDownButton {
    bottom: 40px;
  }
  .film-header-images.no-images #goDownButton:hover {
    bottom: 36px;
  }
  #program_filter .filters {
    margin: 5px 0;
  }
  .program-options .col-12 .max {
    padding: 0;
  }
  .program-options:not(.sticky) ul.main-type-nav,
  .program-options:not(.sticky) #program_filter .filters {
    padding: 0 12px;
    flex-wrap: wrap;
  }
  .program-options:not(.sticky) ul.main-type-nav {
    margin-left: 0;
    margin-right: 0;
  }
  #program_filter .filters.first_filters .dates {
    min-width: auto;
  }
  .program-options.sticky #program_filter .filters.first_filters .dates {
    /* max-width: calc(100% - 66px); */
    max-width: 100%;
  }
  .sticky #program_filter .filters.third_filters,
  .sticky #program_filter .filters.second_filters.visible,
  .sticky #program_filter .filters.third_filters.visible {
    display: none !important;
  }
  .sticky #program_filter .filters .offcanvas-body .checks-in-dropdown .dropdown-toggle {
    color: white;
  }
  .sticky #program_filter .filters .checks-in-dropdown .dropdown-menu {
    background-color: black;
    color: white;
  }
  .sticky #program_filter .filters .offcanvas-body .dropdown-item.active,
  .sticky #program_filter .filters .offcanvas-body .dropdown-item:active,
  .sticky #program_filter .filters .offcanvas-body .dropdown-item:hover,
  .sticky #program_filter .filters .offcanvas-body .dropdown-item:focus {
    color: white;
  }
  .sticky #program_filter .filters #filter-sorting .dropdown-item.active,
  .sticky #program_filter .filters #filter-sorting .dropdown-item:active,
  .sticky #program_filter .filters #filter-sorting .dropdown-item:hover,
  .sticky #program_filter .filters #filter-sorting .dropdown-item:focus {
    color: black;
  }
  .sticky #program_filter .filters .offcanvas-body .btn {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  }
  .sticky #program_filter .filters .offcanvas-body .dropdown-item.active::after {
    background-image: url(/includes/icons/check.svg);
  }
  .sticky #program_filter .filters #filter-sorting.checks-in-dropdown .dropdown-menu {
    background-color: white;
    color: black;
  }
  .sticky .sticky-filter-toggle {
    display: none;
  }
  .program_data {
    padding: 0;
  }
  ul.main-type-nav li {
    font-size: 14px;
    line-height: 20px;
  }
  ul.main-type-nav li:first-child {
    margin-left: -4px;
  }
  #program_filter .filters .dates .date,
  #program_filter .filters .soon {
    font-size: 14px;
    line-height: 20px;
    min-width: 64px;
    width: auto;
    height: 56px;
  }
  #program_filter .filters .soon {
    width: auto;
    min-width: auto;
  }
  #program_filter .filters .soon > label {
    padding: 0 15px !important;
  }
  #program_filter .filters .dates {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  #program_filter .filters .date_calendar .datepicker:hover,
  #program_filter .filters .dates .date:not(.disabled):hover input[type=radio] + label,
  #program_filter .filters .dates .soon:not(.disabled):hover input[type=checkbox] + label,
  #program_filter .filters .dates .soon:not(.disabled):hover input[type=radio] + label,
  #program_filter .filters .dates .date:not(.disabled):hover input[type=checkbox] + label {
    background-color: black;
    border: 1px solid transparent;
    color: white;
    z-index: 1;
  }
  #program_filter .filters .date_calendar .datepicker.active,
  #program_filter .filters .dates .date:not(.disabled) input[type=radio]:checked + label,
  #program_filter .filters .dates .soon:not(.disabled) input[type=checkbox]:checked + label,
  #program_filter .filters .dates .soon:not(.disabled) input[type=radio]:checked + label,
  #program_filter .filters .dates .date:not(.disabled) input[type=checkbox]:checked + label {
    background-color: #FFEA00;
    border: 1px solid #FFEA00;
    color: black;
    z-index: 1;
  }
  #program_filter .filters .overflow-wrap {
    min-height: 0;
  }
  #program_filter .filters .search-form {
    position: relative;
    height: 40px;
    padding: 0;
    margin: 0;
    right: 0;
    position: relative;
    width: calc(100% - 100px);
    float: right;
  }
  #program_filter .filters .search-form.archive {
    margin-top: 15px;
  }
  #program_filter .filters .search-form input[type=text] {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    background-position: 2px 7px;
    background-size: auto 14px;
  }
  #program_filter .filters .search-form.active {
    z-index: 1;
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
  }
  #program_filter .filters .search-form.active input[type=text] {
    width: calc(100% - 185px);
    text-align: left;
    margin-left: 0;
  }
  #program_filter .filters .date_calendar {
    width: 64px;
    height: 56px;
    min-width: 50px;
  }
  #program_filter .filters .date_calendar .datepicker {
    width: 100%;
    height: 100%;
    background-image: url("/includes/icons/calendar-dates.svg");
    background-position: center 10px;
  }
  #program_filter .filters .date_calendar .datepicker::after {
    width: 100%;
    height: 100%;
    background-position: center 40px;
    background-size: 14px auto;
    bottom: 0;
  }
  #program_filter .filters.third_filters .sorting-view {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  #program_filter .filters .stream-check {
    width: 100%;
    margin-bottom: 10px;
  }
  #program_filter .filters #filter-sorting {
    width: 50%;
    margin-right: 0;
  }
  #program_filter .filters .layout-view {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
  }
  #program_filter .filters #filter-toggle-mobile {
    display: block;
    position: absolute;
    left: 14px;
    bottom: 3px;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background-image: url("/includes/icons/filter.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    text-transform: uppercase;
    text-decoration: none;
    filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(107%) contrast(101%);
  }
  .program-options.sticky #program_filter .filters #filter-toggle-mobile {
    color: black;
    filter: none;
  }
  .filter-mobile .offcanvas-body {
    padding: 20px;
  }
  #program_filter .filters .offcanvas-body .checks-in-dropdown {
    position: relative;
    width: 100%;
    margin: 10px 0;
  }
  #program_filter .filters .offcanvas-body .checks-in-dropdown .dropdown-toggle {
    padding-right: 40px;
  }
  #program_filter .filters .offcanvas-body .checks-in-dropdown .dropdown-toggle::after {
    background-position: center;
    background-size: 12px auto;
    width: 38px;
    height: 100%;
  }
  #program_filter .filters .offcanvas-body .checks-in-dropdown .dropdown-menu {
    width: 100%;
    max-width: 100%;
    transform: none !important;
    position: static !important;
  }
  #program_filter .filters .offcanvas-body .checks-in-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 12px;
  }
  #program_filter .filters .offcanvas-body .close-offcanvas {
    width: calc(100% - 24px);
    margin: 40px 12px;
  }
  .view-tile .item .poster .media .overlay {
    padding: 5px;
  }
  .menu .offcanvas-header .btn-close,
  .menu .offcanvas-header .btn-close:hover,
  .screenings .offcanvas-header .btn-close,
  .screenings .offcanvas-header .btn-close:hover,
  .login .offcanvas-header .btn-close,
  .login .offcanvas-header .btn-close:hover {
    right: 20px;
    top: 18px;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    z-index: 2;
  }
  .screenings .offcanvas-body .details {
    align-items: flex-start;
  }
  .screenings .offcanvas-body .middle_labels {
    font-size: 14px;
    line-height: 20px;
  }
  .view-list .item > .screenings,
  .view-list .item > .button_row {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  /* Ticket Boxes */
  .screenings .offcanvas-body {
    padding: 40px 20px;
  }
  .film-content .screenings .offcanvas-body,
  .view-list .item .screenings .offcanvas-body {
    padding: 0;
    margin-top: 10px;
  }
  .screenings .offcanvas-body .playing_date,
  .screenings .offcanvas-body .playing_date {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .film-content .screenings .offcanvas-body .playing_date .day_date,
  .offcanvas-body .playing_date .day_date,
  .view-list .item .screenings .offcanvas-body .playing_date .day_date {
    position: relative;
    left: 0;
    align-items: flex-start;
    padding: 8px 0;
    width: 12%;
    min-height: 0;
  }
  .film-content .screenings .offcanvas-body .other_play_time,
  .view-list .screenings .offcanvas-body .other_play_time,
  .screenings .offcanvas-body .other_play_time {
    display: flex;
    margin: 0;
    width: 87%;
    position: relative;
  }
  .film-content .screenings .offcanvas-body .other_play_time + .other_play_time,
  .view-list .screenings .offcanvas-body .other_play_time + .other_play_time,
  .screenings .offcanvas-body .other_play_time + .other_play_time {
    margin-left: 12%;
  }
  .view-list .item .screenings .offcanvas-body .day_date,
  .screenings .offcanvas-body .day_date {
    font-size: 13px;
    top: 0;
  }
  .screenings .offcanvas-body .other_play_time .ticket,
  .screenings .offcanvas-body .other_play_time .ticket.special .wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    margin: 5px;
    width: 115px;
  }
  .screenings .offcanvas-body .other_play_time .ticket .wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5px;
    gap: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    text-decoration: none;
    position: relative;
  }
  .screenings .offcanvas-body .other_play_time .ticket.special .wrap {
    margin: 5px 0;
    padding: 10px 5px 20px;
  }
  .view-list .item .screenings .offcanvas-body .other_play_time .ticket span.special-note,
  .screenings .offcanvas-body .other_play_time .ticket span.special-note {
    width: auto;
    top: auto;
  }
  .film-content {
    padding: 0;
  }
  .film-infos .button_row > .btn {
    width: 100%;
    margin-right: 0;
  }
  .film-infos .button_row > .btn::before {
    position: absolute;
    margin: 0;
  }
  .film-content .film-tags > a {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 5px;
    margin-right: 10px;
  }
  .film-content .film-trailers .items,
  .film-content .film-records .items {
    margin-top: 0;
  }
  #program .filter_selection, .program_data .filter_selection {
    margin: 15px 0 5px;
  }
  .nav-menu-onepager {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .film-content .film-cast.expandable {
    height: 100px;
  }
  .related-slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .related-slider-wrapper .poster .filmTitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
  div.transformer .transformer-wrapper {
    display: flex;
    flex-direction: column;
  }
  div.transformer .transformer-wrapper.reverse {
    flex-direction: column-reverse;
  }
  div.transformer .transformer-wrapper .col1,
  div.transformer .transformer-wrapper .col2 {
    width: 100%;
    padding: 0;
  }
  div.transformer .transformer-wrapper .col1 + .col2,
  div.transformer .transformer-wrapper.reverse .col1 {
    margin-top: 20px;
  }
  .nav-menu-onepager {
    flex-direction: column;
    margin: 0 0 30px;
    padding: 0;
  }
  .nav-menu-onepager li {
    min-height: auto;
    height: auto;
    min-width: 0;
    max-width: 100%;
    width: auto;
    padding: 5px 0;
  }
  .nav-menu-onepager li > a,
  .nav-menu-onepager li > a > h5,
  .nav-menu-onepager li > a > p {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .film-content .film-cast {
    margin-bottom: 0;
  }
  .film-content .film-specialinfos {
    margin: 10px 0;
  }
  .film-content .film-awards {
    padding: 10px 0 14px;
  }
  .film-content .film-critics {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .film-content .film-trailers {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .film-content .film-tickets {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .film-content .film-streams {
    padding-top: 10px;
    padding-bottom: 23px;
  }
  .film-content .film-records {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .film-content .film-personalfavorites {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .film-content .film-shop {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .film-content-related {
    padding: 10px 0;
  }
  .film-content .film-critics h3,
  .film-content .film-trailers h3,
  .film-content .film-tickets h3,
  .film-content .film-records h3,
  .film-content .film-personalfavorites h3,
  .film-content .film-shop h3,
  .film-content .film-streams h3,
  .film-content-related h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .related-slider-wrapper > .view-tile {
    flex-wrap: wrap;
    height: 70.4225352113vw;
    margin-bottom: 20px;
  }
  .related-slider-wrapper .view-tile .item {
    width: calc(50% - 2px);
  }
  footer {
    margin: 80px auto 0;
    padding: 0;
  }
  footer > .max {
    padding: 0;
  }
  .footer {
    padding: 0;
    max-width: 100%;
  }
  .footer > div {
    max-width: 100%;
  }
  .footer.heading {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer.heading h5 {
    font-size: 24px;
    line-height: 1.2;
  }
  .footer .hotline {
    margin-bottom: 30px;
  }
  .footer ul.service-links {
    justify-content: flex-start;
  }
  .footer ul.service-links li {
    width: calc(100% - 20px);
    margin: 4px 0;
  }
  .footer img {
    max-width: 100%;
    height: auto;
  }
  #backToTop {
    right: 10px;
    display: none !important;
  }
  #serveymonkey {
    width: 200px;
    bottom: 7px;
    right: -26px;
  }
  #serveymonkeyModal.modal .btn-close,
  #serveymonkeyModal.modal .btn-close:hover {
    right: 10px;
    top: -6px;
  }
  #serveymonkeyModal.modal .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  .profileUpdated .btn-close,
  .profileUpdated .btn-close:hover {
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 1;
  }
  .reg_success.active {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .screenings.offcanvas.offcanvas-end {
    width: 100%;
    min-width: auto;
  }
  .screenings .offcanvas-body .tickets {
    min-width: 0;
  }
  .screenings .offcanvas-body .other_play_time {
    align-items: stretch;
  }
  .screenings .offcanvas-body .other_play_time .ticket .wrap {
    height: 100%;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.25px;
  }
  .screenings .offcanvas-body .other_play_time .ticket {
    width: auto;
    min-width: calc(25% - 10px);
    height: auto;
    min-height: 0;
  }
  .screenings .offcanvas-body .other_play_time .ticket.special .wrap {
    width: auto;
    min-width: calc(25% - 10px);
  }
  .screenings .offcanvas-body .other_play_time .ticket span.zeit {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }
  .screenings .offcanvas-body .other_play_time .ticket span.vorpremiere {
    font-size: 8px;
    line-height: 8px;
    position: absolute;
  }
  .screenings .offcanvas-body .other_play_time .ticket span._3d {
    height: 9px;
  }
  .view-list .item .screenings .offcanvas-body .other_play_time .ticket span.special-note,
  .screenings .offcanvas-body .other_play_time .ticket span.special-note {
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    left: 27%;
    top: auto;
  }
  .view-list .middle_labels {
    flex-wrap: wrap;
  }
  #myModal .modal-body {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  #myModal .modal-dialog {
    margin: 0;
    height: 100%;
  }
  #myModal .modal-content {
    height: calc(100% - 20px);
    padding: 10px 0;
    background-color: black;
  }
}
@media screen and (max-width: 520px) {
  /* Headline 1 */
  h1 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Headline 2 */
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Headline 3 */
  /* Headline 4, 5, 6 */
  h4, h5, h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .nav-menu-onepager li > a > h5::before,
  .nav-menu-onepager li > a > .h5::befor {
    top: 0;
  }
  .heroBanner .carousel-item.plakat .row div.image img {
    /*  max-width: 100%; */
    width: 100%;
    height: auto;
  }
  .heroBanner .carousel-item.bgimage .carousel-caption p.header {
    font-size: 20px;
    line-height: 24px;
  }
  .heroBanner .carousel-item.plakat .row div.details .highlight,
  .heroBanner .carousel-item.trailer .row div.details .highlight,
  .heroBanner .carousel-item.bgimage .carousel-caption .highlight {
    font-size: 16px;
  }
  .program-options:not(.sticky) #program_filter .filters.third_filters > p {
    flex-wrap: wrap;
  }
  .screenings .offcanvas-body .other_play_time .ticket .wrap {
    padding-bottom: 10px;
  }
  .screenings .offcanvas-body .other_play_time .ticket .wrap.speciallabel {
    padding-bottom: 18px;
  }
  /* Only in flyout screenings */
  .screenings.offcanvas.offcanvas-end .other_play_time .ticket .wrap.speciallabel {
    padding-bottom: 18px;
  }
  .screenings .offcanvas-body .other_play_time .ticket span.lng {
    height: 10px;
    line-height: 11px;
  }
  .screenings .offcanvas-body .other_play_time .ticket span.atmos {
    height: 16px;
    background-size: 100% auto;
  }
  .film-content .screenings .offcanvas-body .playing_date .day_date,
  .offcanvas-body .playing_date .day_date,
  .view-list .item .screenings .offcanvas-body .playing_date .day_date,
  .view-list .item .screenings .offcanvas-body .day_date,
  .screenings .offcanvas-body .day_date {
    padding: 16px 0 8px;
  }
  .offcanvas-body .playing_date .day_date .day-name {
    font-size: 13px;
    line-height: 16px;
  }
  .offcanvas-body .playing_date .day_date .day-number {
    font-size: 10px;
    line-height: 12px;
  }
  .film-content .film-critics h3,
  .film-content .film-trailers h3,
  .film-content .film-tickets h3,
  .film-content .film-records h3,
  .film-content .film-personalfavorites h3,
  .film-content .film-shop h3,
  .film-content .film-streams h3,
  .film-content-related h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer {
    margin: 20px 0;
    padding: 0;
  }
  .footer .subscribe-form input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  .footer .subscribe-form input[type=submit] {
    width: 100%;
  }
  .footer.heading h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .view-list .middle_labels span {
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

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