@font-face {
  font-family: "FavoritRegular";
  src: url("../Fonts/favorit-regular.woff") format("woff");
}
@font-face {
  font-family: "FavoritBold";
  src: url("../Fonts/favorit-bold.woff") format("woff");
}
@font-face {
  font-family: "FavoritRegularItalic";
  src: url("../Fonts/favorit-regular-italic.woff") format("woff");
}
/* merriweather-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'MerriweatherItalicLight';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/merriweather-v30-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: url('../Fonts/merriweather-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/merriweather-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/merriweather-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/merriweather-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/merriweather-v30-latin-300italic.svg#Merriweather') format('svg');
  /* Legacy iOS */
}
/* merriweather-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'MerriweatherItalicRegular';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/merriweather-v30-latin-italic.eot');
  /* IE9 Compat Modes */
  src: url('../Fonts/merriweather-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/merriweather-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/merriweather-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/merriweather-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/merriweather-v30-latin-italic.svg#Merriweather') format('svg');
  /* Legacy iOS */
}
.font_favorit_reg {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.font_favorit_bold {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.font_merriweather_italic_reg {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font_merriweather_reg {
  font-family: 'MerriweatherItalicRegular', sans;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font_merriweather_italic_light {
  font-family: 'MerriweatherItalicLight', serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
img {
  width: 100%;
  height: auto;
}
html {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
html .text-serif {
  font-family: 'MerriweatherItalicRegular', sans;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.class_h1 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .class_h1 {
    font-size: 72px;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.class_h2 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .class_h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.class_h3 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .class_h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
.class_h4 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 28px;
  line-height: 32px;
}
.class_p {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .class_p {
    font-size: 26px;
    line-height: 32px;
  }
}
.class_p_small {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.class_p_large {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
}
.class_p_extrasmall {
  font-family: 'FavoritRegular', sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-weight: 400 !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 16px;
  line-height: 20px;
  font-variant: slashed-zero;
}
.class_info {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.class_info_small {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
a {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #FEED00;
  text-decoration: underline;
}
b,
.bold {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  letter-spacing: -0.5px;
}
h1 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 72px;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
h1.page-title {
  text-transform: uppercase;
}
h2 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
h2.has-border {
  border-bottom: 3px solid #000;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0px;
  }
}
h3 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-variant: slashed-zero;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
h3.has-border {
  border-bottom: 3px solid #000;
}
h4 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 28px;
  line-height: 32px;
}
h4.has-border {
  border-bottom: 3px solid #000;
}
.is-content h4 {
  margin-top: 50px;
}
p,
ul,
blockquote {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
}
p.serif,
ul.serif,
blockquote.serif {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p.small,
.p_small {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  font-variant: slashed-zero;
}
p.extrasmall,
.p_extrasmall {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-variant: slashed-zero;
}
p.large,
.p_large {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
}
p.large.serif,
.p_large_serif {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 28px;
  line-height: 32px;
}
ul,
blockquote {
  margin-bottom: 32px;
}
p.small,
small {
  font-size: 18px;
  line-height: 24px;
}
ul li {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
blockquote {
  border-left: 3px solid #000;
  font-style: italic;
  padding-left: 30px;
}
.navbar {
  padding-top: 20px;
  z-index: 999;
}
.navbar.bg-light {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.meta-nav {
  display: none;
  width: 0;
}
@media only screen and (min-width: 992px) {
  .meta-nav {
    display: block;
    width: auto;
    font-size: 13px;
  }
  .meta-nav .link-secondary {
    color: #000 !important;
  }
  .meta-nav a {
    text-decoration: none;
  }
  .meta-nav a:hover {
    text-decoration: underline;
  }
}
.navbar-brand {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    margin-right: 0px;
  }
}
.navbar-brand .logo-image {
  width: 50px;
  display: inline-block;
  padding-right: 10px;
  margin-left: -5px;
}
@media only screen and (min-width: 992px) {
  .navbar-brand .logo-image {
    display: none;
    padding-right: 20px;
    margin-left: 0px;
  }
}
.navbar-brand .logo-text {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  line-height: 20px;
  display: inline-block;
  padding-left: 0px;
  margin-left: 0px;
}
.navbar-brand .logo-text:hover {
  text-decoration: none !important;
}
.nav-search {
  display: inline-block;
  margin-top: 20px !important;
}
.nav-search a {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #444 !important;
  font-size: 18px;
  vertical-align: middle;
}
.nav-search img {
  vertical-align: inherit;
  width: 27px;
}
@media only screen and (min-width: 992px) {
  .nav-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px !important;
  }
  .nav-search img {
    vertical-align: inherit;
    width: auto;
  }
  .nav-search span {
    display: none;
  }
}
.me-auto {
  margin-left: auto;
}
.dropdown-toggle::after {
  border: none;
  margin-left: 0;
}
.navbar-expand-lg .navbar-collapse {
  flex-grow: 4;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'FavoritBold', sans-serif;
  font-weight: normal;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #444 !important;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link:first-of-type {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 32px;
    letter-spacing: -1px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:first-of-type {
    margin-top: 0px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #FEED00 !important;
}
ul.navbar-nav li {
  margin-top: 5px;
  line-height: inherit;
}
.navbar-toggler {
  border-radius: 0;
  border-color: #000;
  padding: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  /*display: block;*/
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu,
  .dropdown:focus-within > .dropdown-toggle {
    display: block;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 400px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    margin-top: 0px;
    box-shadow: -1px 13px 21px 11px rgba(0, 0, 0, 0.25);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-family: 'FavoritBold', sans-serif;
    font-weight: normal;
    font-family: 'FavoritRegular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 32px;
    letter-spacing: -1px;
    padding: 20px 10px 18px 30px;
    white-space: inherit;
    background-color: #fff;
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active,
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #FEED00;
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:first-child {
    padding-top: 20px;
    border-top: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-lg.nav-fixed {
  position: fixed;
  width: 100%;
}
.navbar-expand-lg.nav-fixed .meta-nav {
  width: 100px;
}
.navbar-expand-lg.nav-fixed .navbar-brand {
  margin-right: 0;
}
.navbar-expand-lg.nav-fixed .navbar-brand .logo-image {
  border-right: none;
  width: 60px;
  display: block !important;
}
.navbar-expand-lg.nav-fixed .navbar-brand .logo-text {
  display: block;
}
.navbar-expand-lg.nav-fixed .navbar-nav .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-expand-lg.nav-fixed .meta-nav {
  width: 80px;
}
.navbar-expand-lg.nav-fixed .hide-sticky-menu {
  display: none !important;
}
.content-spacer {
  height: 20px;
}
@media only screen and (min-width: 992px) {
  .content-spacer {
    height: 100px;
  }
}
.content-spacer.fixed-header-content {
  height: 200px;
}
.navbar-collapse {
  flex-grow: 0;
}
/*

.flyout {
    position: relative;
    .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .15) !important;
    }
    .flyout-menu {
        display: none;
        width: 200px;
    }
    &:hover .flyout-menu {
        display: block;
    }
}
.flyout-menu {
    position: absolute;
    border: 1px solid  rgba(0,0,0,.15);
    left: 198px;
    top: 0;
    background-color: #fff;

}
.flyout-menu .dropdown-item:first-child {
    border-top: none !important;
}

 */
/* sub menu */
.sub-menu {
  margin: 70px 0 90px 0;
}
.sub-menu .nav-item a.nav-link {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin-right: 25px;
}
.sub-menu .nav-item a.nav-link:hover,
.sub-menu .nav-item a.nav-link.active {
  border-bottom: 1px solid #000;
}
.theatre-footer-logos-text {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  max-width: 200px;
}
.footer-address {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
}
.footer-impress-nav {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
  text-align: right;
  font-size: 12px;
}
.social-footer-icons {
  width: 40px;
  display: inline-block;
  margin-left: 20px;
}
a.footer-meta-link {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
/* mp4 loop on start page */
.teaser-loop-card {
  position: relative;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .teaser-loop-card {
    margin-bottom: 80px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.teaser-loop-card .teaser-loop-card-film {
  position: relative;
}
.teaser-loop-card .teaser-loop-card-text {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .teaser-loop-card .teaser-loop-card-text {
    top: 40px;
    left: 40px;
  }
}
.teaser-loop-card .teaser-loop-card-text .teaser-loop-card-title {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .teaser-loop-card .teaser-loop-card-text .teaser-loop-card-title {
    font-size: 72px;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.teaser-loop-card .teaser-loop-card-text p {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .teaser-loop-card .teaser-loop-card-text p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.teaser-loop-card .teaser-loop-card-text .teaser-loop-card-logo {
  width: 32px;
}
@media only screen and (min-width: 992px) {
  .teaser-loop-card .teaser-loop-card-text .teaser-loop-card-logo {
    width: 71px;
  }
}
.teaser-loop-card .teaser-loop-card-text.color-white .teaser-loop-card-title,
.teaser-loop-card .teaser-loop-card-text.color-white p {
  color: #fff;
}
.sb-teaser {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .sb-teaser {
    padding: 60px 0;
  }
}
.sb-teaser a {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.sb-teaser a:hover {
  text-decoration: none;
}
.sb-teaser .sb-teaser-title {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .sb-teaser .sb-teaser-title {
    font-size: 60px;
    line-height: 60px;
  }
}
.sb-teaser .sb-teaser-title-large {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .sb-teaser .sb-teaser-title-large {
    font-size: 72px;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.sb-teaser .sb-teaser-text p {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .sb-teaser .sb-teaser-text p {
    font-size: 26px;
    line-height: 32px;
  }
}
.sb-teaser .sb-teaser-text p a {
  display: inline-block;
  padding-top: 20px;
}
.sb-teaser .sb-teaser-addon {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin: 30px 0;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.sb-teaser .sb-teaser-addon.sb-teaser-addon-top {
  margin-top: 0;
}
.sb-teaser .sb-teaser-addon .sb-teaser-addon-item {
  text-align: right;
}
.sb-teaser .sb-teaser-addon .sb-teaser-addon-item-small {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.sb-teaser .sb-teaser-image {
  margin-top: 40px;
}
.sb-teaser .sb-teaser-info-large {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .sb-teaser .sb-teaser-info-large {
    margin-top: 0px;
  }
}
.sb-teaser .sb-teaser-info {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.sb-teaser .sb-teaser-info a {
  text-transform: uppercase;
}
.is-content-gallery .grid-item {
  width: 33.333%;
  width: 50%;
}
.sb-imageheader.color-white h1 {
  color: #fff;
}
.sb-imageheader h1 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .sb-imageheader h1 {
    font-size: 72px;
    line-height: 75px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.sb-imageheader .sb-imageheader-logo {
  width: 75px;
}
.sb-imageheader .sb-imageheader-image {
  position: relative;
}
.sb-imageheader .sb-imageheader-content {
  position: absolute;
  top: 50px;
  left: 80px;
}
.sb-accordeon {
  margin: 40px 0;
}
.sb-accordeon .sb-accordeon-header {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 28px;
  line-height: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.sb-accordeon .sb-accordeon-element {
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
.sb-accordeon .sb-accordeon-element .sb-accordeon-element-header {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sb-accordeon .sb-accordeon-element .sb-accordeon-element-content {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  display: none;
  margin-top: 15px;
}
.sb-accordeon .sb-accordeon-element .sb-accordeon-element-content p,
.sb-accordeon .sb-accordeon-element .sb-accordeon-element-content ul,
.sb-accordeon .sb-accordeon-element .sb-accordeon-element-content li {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.sb-carddeck-card {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.modal.sb-modal .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0;
}
.modal.sb-modal .modal-content p {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.ce-person-textlist {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.ce-person-textlist a {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.person-image-list {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.person-image-list .person-image-function {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.person-image-list .image-copy {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 5px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
}
.productionview {
  font-size: 26px;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.productionview .sb-imageheader {
  margin-bottom: 50px;
}
.productionview .sb-imageheader .sb-imageheader-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .productionview .sb-imageheader .sb-imageheader-content {
    display: block;
  }
}
.productionview .production-title-large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .productionview .production-title-large {
    display: block;
  }
}
.productionview .production-title-mobil {
  display: block;
}
@media only screen and (min-width: 768px) {
  .productionview .production-title-mobil {
    display: none;
  }
}
.productionview .production-introtext {
  margin-top: 30px;
  margin-bottom: 30px;
}
.productionview .production-introtext p {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.productionview .production-productiontext {
  margin-bottom: 80px;
}
.productionview .production-productiontext p {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.productionview .production-castlist {
  margin-bottom: 80px;
}
.productionview .castlist-spacer-top,
.productionview .castlist-spacer-bottom {
  border-bottom: 1px solid #000;
  margin: 30px 0;
}
.productionview .castlist-casts {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.productionview .castlist-casts.castlist-right {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .productionview .castlist-casts.castlist-right {
    padding-left: 50px;
    padding-top: 0px;
  }
}
.productionview .castlist-casts a {
  font-family: 'MerriweatherItalicRegular', sans !important;
  font-style: italic !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.productionview .production-review {
  margin-bottom: 40px;
}
.productionview .production-review-text p {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.productionview .production-review-footer p {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.productionview .production-audio {
  padding-top: 70px;
  margin-bottom: 30px;
}
.productionview .production-audio .production-audiobox {
  /*background-color: #f5f5f5;*/
  border: 1px solid #ccc;
  padding: 15px 20px;
}
.productionview .production-audio .production-audiotitle {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.productionview-gallerystage {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}
.productionview-gallerystage .grid-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .productionview-gallerystage .grid-item {
    width: 33.333%;
  }
}
.singleproduction-banner-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.singleproduction-banner-row .production-banner-place {
  max-width: 152px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.singleproduction-banner-row .production-banner-place img {
  filter: grayscale(100);
  opacity: 0.8;
}
.singleproduction-banner-row .production-banner-place img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.production-eventlist {
  margin-top: 30px;
}
.production-eventlist h4 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
.production-eventlist .production-eventlist-item {
  border-bottom: 1px solid #000;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
}
.production-eventlist .production-eventlist-item-row {
  display: flex;
  justify-content: space-between;
}
.production-eventlist .production-eventlist-item-row a,
.production-eventlist .production-eventlist-item-row a:hover {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.production-eventlist .production-eventlist-date {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.production-eventlist .production-eventlist-location {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.production-eventlist .production-eventlist-title {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px;
}
.production-eventlist .event_label {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  background-color: #FEED00;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  /*margin-left: -10px;*/
}
.production-eventlist .production-eventlist-text {
  font-family: 'FavoritRegular', sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  font-variant: slashed-zero;
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
}
.production-eventlist .production-eventlist-prodlink {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
.next-events {
  margin-bottom: 120px;
}
.next-event-item {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 30px 10px;
  font-variant: slashed-zero;
  background-color: #fff;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.next-event-item.is-first {
  margin-top: -20px;
}
.next-event-item.is-last {
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
}
.next-event-item:hover {
  background-color: #FEED00;
}
.next-event-item:hover .next-event-item-addon .next-event-item-addon-text {
  opacity: 0;
}
.next-event-item:hover .next-event-item-info {
  opacity: 1 !important;
}
.next-event-item .next-event-item-date {
  margin-right: 35px;
  margin-top: -3px;
  min-width: 60px;
  max-width: 60px;
  flex-grow: 1;
}
.next-event-item .next-event-item-date .next-event-item-date-day {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-size: 32px;
  line-height: 28px;
  padding-top: 8px;
}
.next-event-item .next-event-item-date .next-event-item-date-time {
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
}
.next-event-item .next-event-item-text {
  margin-right: 25px;
  flex-grow: 2;
  position: relative;
}
.next-event-item .next-event-item-text .next-event-item-text-title {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
}
.next-event-item .next-event-item-text p {
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 1s;
}
.next-event-item .next-event-item-addon {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.next-event-item .next-event-item-addon span {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.next-event-item .next-event-item-addon .next-event-item-addon-text {
  opacity: 1;
  text-align: right;
}
.next-event-item .next-event-item-info {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
.next-event-item .next-event-item-tickets {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.next-event-item .next-event-item-tickets .btn-outline-dark {
  min-width: 101px;
}
.next-event-item .next-event_label {
  font-size: 24px;
  letter-spacing: -0.5px;
  background-color: #FEED00;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  /*margin-left: -10px;*/
}
.btn-outline-dark {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.btn-outline-dark div {
  margin-right: 8px;
}
.nextevent-section {
  width: 100%;
}
.nextevent-section .nextevent-section-header {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.nextevent-section .nextevent-item {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px 0;
}
.nextevent-section .nextevent-item:hover {
  background-color: #FEED00;
}
.nextevent-section .nextevent-addon {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-variant: slashed-zero;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 10px 0;
}
.nextevent-section .nextevent-addon a.nextevent-addon-link {
  font-family: 'FavoritRegular', sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-weight: 400 !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 16px;
  line-height: 20px;
  font-variant: slashed-zero;
}
.nextevent-section .nextevent-addon a.nextevent-addon-link:hover {
  color: #fff;
  text-decoration: none;
}
.nextevent-section a:hover {
  color: #000;
  text-decoration: none;
}
.nextevent-section a .nextevent-title {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
}
.nextevent-section a .nextevent-subtitle {
  font-family: 'FavoritRegular', sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  font-variant: slashed-zero;
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
}
.nextevent-section .next-event_label {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  background-color: #FEED00;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  /*margin-left: -10px;*/
}
.repertoire-navi-section {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-top: -40px;
}
.repertoire-navi-section a {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
}
.repertoire-navi-section a.active {
  text-decoration: underline;
}
.sb-repcard {
  margin-bottom: 60px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-radius: 0;
}
.sb-repcard:hover {
  background-color: #FEED00;
  border-color: #FEED00;
}
.sb-repcard:hover .sb-repcard-image {
  filter: grayscale(0.8);
}
.sb-repcard:hover .sb-repcard-border {
  margin-left: -10px;
  margin-right: -10px;
}
.sb-repcard .sb-repcard-border {
  border-top: 1px solid #000;
}
.sb-repcard-addon {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.sb-repcard-addon .sb-repcard-addon-left {
  margin-left: 20px;
}
.sb-repcard-addon .sb-repcard-addon-right {
  text-align: right;
}
.sb-repcard-title {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  hyphens: auto;
  hyphenate-limit-chars: auto 6;
  hyphenate-limit-lines: 2;
}
@media only screen and (min-width: 992px) {
  .sb-repcard-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.sb-repcard-text {
  font-family: 'MerriweatherItalicRegular', sans;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000 !important;
}
@media only screen and (min-width: 992px) {
  .sb-repcard-text {
    font-size: 26px;
    line-height: 32px;
  }
}
.sb-repcard-image {
  transition: ease;
  margin-top: 30px;
  filter: grayscale(0%);
  transition: all 0.5s ease;
}
.production-banner-row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  border-top: 1px solid #000;
}
.production-banner-row .production-banner-place {
  max-width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.production-banner-row .production-banner-place img {
  filter: grayscale(100);
  opacity: 0.8;
}
.production-banner-row .production-banner-place img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.hide-mobil {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobil {
    display: flex;
  }
}
footer {
  background-color: #FEED00 !important;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* grid */
@media only screen and (min-width: 1200px) {
  .container-fluid {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) {
  .main-col-left {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .main-col-right {
    margin-left: 10px;
  }
}
.nextevent-section {
  /*position: fixed;
    height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
*/
}
.nextevent-section::-webkit-scrollbar,
.main-home-content::-webkit-scrollbar {
  display: none;
}
/* Spielplan */
.monthnavi-year {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-right: 10px;
  display: block;
}
.event-list-day {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  font-variant: slashed-zero;
}
@media only screen and (min-width: 768px) {
  .event-list-day {
    flex-direction: row;
  }
}
.event-list-day:first-of-type {
  border-top: 1px solid #000;
}
.event-list-day .event-list-day-date {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -2px;
  min-width: 200px;
  max-width: 200px;
  padding-top: 40px;
}
.event-list-item-row {
  border-bottom: 1px solid #000;
  position: relative;
}
.event-list-item-row:last-of-type {
  border-bottom: none;
}
.event-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 40px 0 40px 0px;
  background-color: #fff;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 768px) {
  .event-list-item {
    flex-direction: row;
  }
}
.event-list-item:last-of-type {
  padding: 40px 0 40px 10px;
  border-bottom: none;
}
.event-list-item:hover {
  background-color: #FEED00;
  color: #000;
  text-decoration: none;
}
.event-list-item .event-list-item-time {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1px;
  min-width: 280px;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .event-list-item .event-list-item-time {
    font-size: 32px;
    line-height: 36px;
  }
}
.event-list-item .event_label {
  font-size: 24px;
  letter-spacing: -0.5px;
  background-color: #FEED00;
  padding: 0 10px;
  /*margin-left: -10px;*/
}
.event-list-item h3 {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .event-list-item h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .event-list-item h3 {
    margin-top: -8px;
    margin-bottom: 2px;
  }
}
.event-list-item .event-list-item-subtitle {
  font-family: 'MerriweatherItalicRegular', sans;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 5px;
}
.event-list-tickets {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 50px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 10px;
}
.event-list-tickets .btn-outline-dark {
  max-width: 130px;
  min-width: 130px;
  font-size: 20px;
}
.event-list-tickets .btn-outline-dark.large {
  max-width: 155px;
  min-width: 155px;
}
.event-list-tickets a:hover {
  color: #fff;
  text-decoration: none;
}
.sub-menu .nav-link {
  color: #000;
  font-size: 32px;
}
.sub-menu .nav-link:hover,
.sub-menu .nav-link.active {
  text-decoration: none;
  color: #FEED00;
}
/* teaser cards on home */
.teaser-card {
  margin-bottom: 120px;
}
.teaser-card.teaser-card-brand {
  background-color: #EFD12E;
}
.teaser-card.teaser-card-brand .teaser-card-header {
  padding: 25px;
}
.teaser-card.teaser-card-brand .teaser-card-body {
  padding: 25px;
}
.teaser-card.teaser-card-brand .teaser-card-link:hover {
  color: #000 !important;
}
.teaser-card .teaser-card-header {
  display: flex;
  padding: 25px 0 10px 0;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.teaser-card .teaser-card-header .teaser-card-header-text {
  flex-grow: 2;
}
.teaser-card .teaser-card-header .teaser-card-header-text h3 {
  margin-bottom: 0;
}
.teaser-card .teaser-card-header .teaser-card-header-text .teaser-card-header-details.bold {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.teaser-card .teaser-card-header .teaser-card-header-addon .teaser-card-header-addon-date {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  font-variant: slashed-zero;
}
.teaser-card .teaser-card-header .teaser-card-header-addon .teaser-card-header-addon-datetime {
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
}
.teaser-card .teaser-card-body {
  padding: 25px 0;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.teaser-card .teaser-card-body .teaser-card-link {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  cursor: pointer;
}
.teaser-card .teaser-card-body .teaser-card-link:hover {
  text-decoration: underline;
  color: #FEED00;
}
/* news*/
.news-home {
  margin-bottom: 120px;
}
.news-home .news-read-more {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  cursor: pointer;
}
.news-home .news-read-more:hover {
  text-decoration: underline;
  color: #FEED00;
}
.project-sponsors img {
  filter: grayscale(100%);
}
/* repertoire*/
.repertoire-card {
  border: 10px solid #fff;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.repertoire-card .repertoire-card-title {
  font-family: 'FavoritBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-size: 28px;
  display: block;
  padding-top: 15px;
}
.repertoire-card:hover {
  border-color: #FEED00;
  background-color: #FEED00;
  text-decoration: none !important;
  color: #000 !important;
}
.repertoire-navi-section {
  margin-top: 0px;
  margin-bottom: 70px;
}
.repertoire-navi {
  margin-left: 5px;
  padding: 2px 5px;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.repertoire-navi:hover {
  text-decoration: none;
  background-color: #FEED00;
  color: #000;
}
.repertoire-navi.active {
  background-color: #FEED00;
}
.teaser-content p {
  font-size: 26px;
  padding: 0 200px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.press-text-item {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.press-text-item .press-text-item-date {
  display: inline-block;
  width: 135px;
}
.press-text-item a {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.kitchensink-label {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #ccc;
  letter-spacing: 0;
}
.form-control {
  border-radius: 0;
}
.sb-form {
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.sb-form .form-check-label {
  margin-top: 2px;
}
.search-results {
  margin-bottom: 20px;
}
.search-results a:hover {
  text-decoration: none;
  color: #000;
  background-color: #FEED00;
}
.search-result {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.search-result .result-image {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  margin-right: 25px;
}
.search-result .result-text h4 {
  margin-top: 0;
}
.sponsorcard-allsponsors {
  border: 1px solid #ccc;
  padding: 50px;
  margin-bottom: 25px;
}
.event-banner-row {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  border-bottom: 1px solid #000;
}
.event-banner-row .event-banner-place {
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .event-banner-row .event-banner-place {
    max-width: 140px;
  }
}
.event-banner-row .event-banner-place:nth-of-type(3),
.event-banner-row .event-banner-place:nth-of-type(4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .event-banner-row .event-banner-place:nth-of-type(3),
  .event-banner-row .event-banner-place:nth-of-type(4) {
    display: block;
  }
}
.event-banner-row .event-banner-place img {
  filter: grayscale(100);
  opacity: 0.8;
}
.event-banner-row .event-banner-place img:hover {
  filter: grayscale(0);
  opacity: 1;
}
p.lightbox-caption em {
  font-style: normal !important;
  font-family: 'FavoritRegular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  font-variant: slashed-zero;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.form-floating > textarea.form-control {
  height: auto;
}
