@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ.ttf) format('truetype');
}
/* breakpoints
// Mobile phones only
@media only screen and (max-width: 576px) {}
// Tablets only
@media (min-width: 577px) and (max-width: 992px) {}
*/
body {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 9rem;
  background-color: black;
  background-image: url(../img/header.jpg);
  background-size: auto 9rem;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 7rem;
    background-size: auto 7rem;
  }
}
#content-container {
  display: block;
  height: auto;
  max-width: 100vw;
  margin: auto;
  overflow-x: hidden;
}
.main-content {
  padding: 0;
  background-image: url(../img/wall.jpg);
  background-size: auto 786px;
  background-position: top;
}
/* General */
.primary-font {
  font-family: 'Roboto Condensed', sans-serif;
}
.headers-font {
  font-family: 'Roboto Condensed', sans-serif;
}
.active-color {
  color: #f5c15c;
}
.white {
  color: white;
}
.grey {
  color: grey !important;
}
.bold {
  font-weight: 900;
}
.light {
  font-weight: 300;
}
.linethrough {
  text-decoration: line-through;
}
.list-style-none {
  list-style: none;
}
.bg-red {
  background-color: #c93d46 !important;
}
.bg-red * {
  color: white !important;
}
.bg-red:is(a):hover {
  background-color: #f5c15c !important;
}
.bg-red:is(a):hover * {
  color: black !important;
}
.bg-yellow {
  background-color: #f5c15c !important;
}
.bg-yellow * {
  color: black !important;
}
.bg-yellow:is(a):hover {
  background-color: #c93d46 !important;
}
.bg-yellow:is(a):hover * {
  color: white !important;
}
.bg-dark-gray {
  background-color: #231f20 !important;
}
.bg-dark-gray * {
  color: white !important;
}
.bg-dark-gray:is(a):hover {
  background-color: white !important;
}
.bg-dark-gray:is(a):hover * {
  color: black !important;
}
.bg-white {
  background-color: white !important;
}
.bg-white * {
  color: black !important;
}
.bg-white:is(a):hover {
  background-color: #231f20 !important;
}
.bg-white:is(a):hover * {
  color: white !important;
}
.info-href {
  font-size: 13px;
}
h1,
.h1 {
  color: white;
  font-size: 3.25rem;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 3rem;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
}
h1.bg-yellow,
.h1.bg-yellow {
  background-color: #f5c15c;
}
h1.bg-blue,
.h1.bg-blue {
  background-color: #f5c15c;
}
@media only screen and (max-width: 576px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
h1.massive {
  font-size: 40px !important;
  margin-top: 3rem;
}
h2,
.h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 3rem;
  font-weight: 700;
  color: #f5c15c;
  font-family: 'Roboto Condensed', sans-serif;
}
h3 {
  font-size: 2rem;
  margin-top: 3rem;
  color: #f5c15c;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
}
.initial-letter {
  color: #f5c15c;
  font-weight: 900;
  margin-right: 10px;
}
a {
  color: white;
}
.label {
  background-color: #f5c15c;
  color: white;
}
hr {
  background-color: #c2c2c2;
}
ul {
  list-style: none;
  padding-left: 0 !important;
}
/* Buttons, cards, badges */
.btn {
  text-transform: uppercase;
}
.card {
  width: 20rem;
  padding: 0.5rem;
  margin: 0.5rem;
  background: none;
  border: none;
}
.card h3 {
  margin-top: 1rem;
}
.card .fitted-img {
  max-width: 17.9rem;
  object-fit: cover;
}
.card .card-thumb {
  display: block;
  width: 19rem;
  height: 19rem;
  background-size: cover;
  background-position: center;
}
.card .card-body {
  padding: 0 0 2rem 0;
}
.card:hover {
  background-color: white;
}
.card:hover * {
  color: black;
}
.card:hover a h3 {
  color: #f5c15c;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-blue {
  background-color: #4a83b2;
}
.badge-active {
  background-color: #f5c15c;
  color: white;
}
.badge-blue {
  background-color: #4a83b2;
  color: white;
}
.badge-dark-green {
  background-color: #145040;
  color: white;
}
/* Header, nav, filters */
.top-nav__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-nav__group {
  display: flex;
  align-items: flex-end;
}
.top-nav__group--sm {
  align-items: center;
  margin-left: 1rem;
}
@media only screen and (max-width: 992px) {
  .top-nav__group--sm {
    margin-left: 0;
    margin-right: 1rem;
  }
}
.top-nav__group--sm .lang_change {
  margin-left: 0.5rem;
}
.top-nav__group--sm .lang_change:first-child {
  margin-left: 0;
}
.top-nav__group--justify-end {
  justify-content: flex-end;
}
.top-nav__menu {
  text-align: center;
}
.top-nav__social-img {
  width: 1.5rem;
}
.top-nav a {
  color: white;
}
.top-nav a:hover {
  color: #f5c15c;
}
.navbar-nav {
  font-size: 15px;
  font-weight: 700;
}
.navbar-nav img.nav-divider {
  height: 40px;
  width: 10px;
  float: right;
  margin-left: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: white !important;
}
.navbar {
  color: white !important;
  text-transform: uppercase;
  margin-left: auto;
}
@media only screen and (min-width: 993px) {
  .navbar .active > a {
    border: 1px solid;
  }
}
.navbar a {
  font-size: 1.4em;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar a:hover {
  color: #f5c15c;
}
.navbar .h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 2rem 0 0;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .navbar .h1 {
    font-size: 1rem;
  }
}
.navbar .h1 a {
  font-weight: bold;
}
.navbar .h1:hover > a {
  color: #f5c15c !important;
}
.navbar .h1.active {
  border: none;
}
.navbar .h1.active > a {
  color: #f5c15c !important;
}
.navbar img.social {
  width: 66px;
  height: 38px;
}
.navbar .program-filters .h1.active {
  border: none;
}
.navbar .program-filters .h1.active > a {
  color: #f5c15c !important;
}
.navbar-secondary .active {
  border-bottom: 0.5rem dashed #f5c15c;
}
.navbar-secondary a {
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.nav {
  max-width: 1800px;
  height: 47px;
  display: flex;
  justify-content: center;
}
.nav__elwrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nav__elwrap--sm-right {
  justify-content: flex-end;
}
.nav a {
  white-space: nowrap;
}
.nav a:hover {
  color: #f5c15c;
}
.nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  border-bottom: 0.5rem dashed white;
}
.nav__menu--social {
  display: flex;
  width: 80px;
  height: 46px;
}
.nav__menu--active {
  border-bottom: 0.5rem dashed #f5c15c;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  header {
    padding: 0.5rem;
  }
}
header .main-logo {
  z-index: 1;
}
header .main-logo img {
  max-width: 10rem;
}
header .navbar-toggler {
  padding: 0;
  font-size: 1rem;
  z-index: 1;
}
header .navbar-toggler:focus,
header .navbar-toggler:active {
  border: none;
  box-shadow: none;
  outline: none;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/bars-solid.svg);
  background-size: 100% auto;
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../img/x-solid.svg);
  background-size: 100% auto;
}
@media only screen and (max-width: 576px) {
  header .navbar .active {
    animation: none;
    background: none;
    border: none;
  }
  header .navbar .active .dropdown-menu {
    background: none;
  }
  header .navbar .active .dropdown-menu a {
    color: white;
  }
}
@media only screen and (max-width: 992px) {
  header .navbar .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2rem;
    padding-top: 8rem;
    background-image: url(../img/wall.jpg);
    background-size: auto 786px;
    background-position: top;
  }
  header .navbar .navbar-collapse .navbar-nav {
    max-height: 100%;
    overflow: auto;
  }
  header .navbar .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  header .navbar .dropdown-menu a {
    color: white;
  }
}
.artists-search input,
.artists-search button {
  display: block;
  line-height: 3rem;
  height: 3rem;
}
.artists-search input:focus,
.artists-search button:focus,
.artists-search input:active,
.artists-search button:active {
  outline: none;
  box-shadow: none;
}
.artists-search input {
  color: #f5c15c;
  padding: 0 1rem;
  width: 20rem;
  border: 1px solid #f5c15c;
  background: none;
}
.artists-search .btn-submit {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1rem;
  border: none;
  background-color: #f5c15c;
}
.artists-search .btn-outline-light {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .artists-search {
    justify-content: start !important;
  }
}
/* footer */
.footer {
  text-align: center;
  padding: 4rem 2rem;
  padding-top: 7rem;
  margin-top: -6rem;
  background-image: url(../img/footer.jpg);
  background-position: top;
  background-size: auto 100%;
}
.footer p {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
.footer > div {
  text-align: left;
  padding: 1rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer > div:last-child {
  border-right: none;
}
.footer > div a {
  margin-right: 2rem;
}
.footer > div a:last-child {
  margin-right: 0;
}
.footer > div a .logo-img {
  display: block;
  height: 2rem;
  width: auto !important;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 1rem;
    padding-top: 13rem;
    justify-content: start !important;
  }
  .footer > div {
    padding: 0.5rem 1rem 0.5rem 0;
    border: none;
  }
  .footer > div .flex-nowrap {
    flex-wrap: wrap !important;
  }
  .footer > div a {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
  .footer > div a:last-child {
    margin-right: 0;
  }
}
/* Home page  */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.home-wrapper .scroll-notif {
  display: none;
  animation: pulse 1s infinite;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .home-wrapper .scroll-notif {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    margin-left: -3rem;
    z-index: 3;
    display: block;
    height: 6rem;
    width: 6rem;
    color: white;
    background-image: url(../img/scrollwheel.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.home-wrapper .kavc-floor-nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  .home-wrapper .kavc-floor-nav {
    display: block;
  }
}
.home-wrapper .kavc-floor-nav .kavc_window-prev,
.home-wrapper .kavc-floor-nav .kavc_window-next {
  position: fixed;
  top: 50%;
  z-index: 3;
  margin-top: -1.5rem;
  height: 3rem;
  width: 3rem;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: pulse 1s infinite;
}
.home-wrapper .kavc-floor-nav .kavc_window-prev {
  left: 0;
  background-image: url(../img/prev-solid.svg);
}
.home-wrapper .kavc-floor-nav .kavc_window-next {
  right: 0;
  background-image: url(../img/next-solid.svg);
}
.kavc-floor {
  max-width: 100vw;
  overflow-x: auto;
}
.kavc-floor.floor-1,
.kavc-floor.floor-0 {
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  background-image: url(../img/wall-floor-1.jpg);
  background-size: auto 786px;
  background-position: 0 0;
  background-repeat: repeat-x;
  overflow-y: hidden;
}
.kavc-floor.floor-1 .floor-wrap,
.kavc-floor.floor-0 .floor-wrap {
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
}
.floor-0 {
  padding-bottom: 5rem;
  box-sizing: content-box;
}
.kavc-window {
  position: relative;
  text-align: center;
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  background-image: url(../img/window.jpg);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.kavc-window > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 8rem;
}
.kavc-window > div .btn {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.kavc-window > div .kavc-window-open {
  position: absolute;
  top: 24%;
  right: 20%;
  bottom: 22%;
  left: 20%;
  display: block;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .kavc-window > div .kavc-window-open {
    display: block;
  }
}
.kavc-window > div:hover .btn {
  color: black;
  background-color: white;
}
.kavc-window > div:hover .btn:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.kavc-window > div:hover .kavc-window-open {
  display: block;
}
.kavc-window.glasba .kavc-window-open {
  background-image: url(../img/window-open-glasba.png);
}
.kavc-window.teater .kavc-window-open {
  background-image: url(../img/window-open-teater.png);
}
.kavc-window.druzine .kavc-window-open {
  background-image: url(../img/window-open-druzine.png);
}
.kavc-window.live .kavc-window-open {
  bottom: 4% !important;
  background-image: url(../img/window-open-live.png);
}
.kavc-window.live:hover .btn:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.kavc-window.live {
  top: 0px;
  left: 70%;
  height: 655px;
  max-height: 655px;
  min-height: 655px;
  background-image: url(../img/window.jpg);
}
.kavc-window h1 {
  text-shadow: 6px 6px 6px black;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.kavc-concept {
  position: absolute;
  top: 0;
  text-align: center;
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
}
.kavc-concept.klub {
  left: 50%;
  margin-left: -200px;
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  background-image: url(../img/door-floor-0.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.kavc-concept.klub .btn {
  position: absolute;
  left: 31%;
  top: 36%;
  z-index: 7;
}
.kavc-concept.klub .btn:hover {
  color: white;
  background-color: #4a83b2 !important;
  border-color: #4a83b2 !important;
}
.kavc-concept.halo {
  top: auto;
  bottom: -130px;
  left: 50%;
  margin-left: -1304px;
  z-index: 1;
  height: 786px;
  max-height: 786px;
  min-height: 786px;
  width: 1304px;
  max-width: 1304px;
  min-width: 1304px;
  background-image: url(../img/van-floor-0.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.kavc-concept.halo .wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
}
.kavc-concept.halo .wrapper .btn:hover {
  color: white;
  background-color: #c93d46;
  border-color: #c93d46;
}
.kavc-concept:hover {
  filter: grayscale(0%);
}
/* Details page */
.hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  .hero-img {
    height: 50vh;
  }
}
.hero-img h1 {
  text-shadow: 0 0 1rem black;
  max-width: 600px;
  margin: 0;
  padding: 0;
  font-size: 4rem;
}
@media only screen and (max-width: 992px) {
  .hero-img h1 {
    padding: 1rem;
    font-size: 2rem;
  }
}
.profile-wrapper,
.program-wrapper {
  padding: 2rem 2rem 9rem 2rem;
  margin: 0 !important;
}
@media only screen and (max-width: 576px) {
  .profile-wrapper,
  .program-wrapper {
    padding: 1rem 1rem 9rem 1rem;
  }
  .profile-wrapper .col-12,
  .program-wrapper .col-12,
  .profile-wrapper .col-md-6,
  .program-wrapper .col-md-6 {
    padding: 0 !important;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .profile-wrapper,
  .program-wrapper {
    padding: 1rem 1rem 9rem 1rem;
  }
}
.profile-wrapper .program .linethrough,
.program-wrapper .program .linethrough {
  color: gray !important;
}
.profile-wrapper .program .linethrough *,
.program-wrapper .program .linethrough * {
  color: gray !important;
}
.karte-icon-img {
  width: 30px;
}
/* Icon in program lists - for event type (music, perf, children) */
.show-type {
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-position: center;
  background-size: auto 1rem;
  background-repeat: no-repeat;
}
.show-type__music {
  background-image: url(../img/music-regular.svg);
}
.show-type__for_families {
  background-image: url(../img/family-light.svg);
}
.show-type__performative_arts {
  background-image: url(../img/masks-theater-regular.svg);
}
.show-type__workshops {
  border-left: solid 5px #C22184;
  margin-right: 5px;
}
.show-type__site-specific {
  border-left: solid 5px #EC5800;
  margin-right: 5px;
}
.page-intro {
  padding: 1rem;
  /* Legend in .page-intro - for event type (music, perf, children) */
}
.page-intro * {
  color: black !important;
}
.page-intro *:last-child {
  margin-bottom: 0 !important;
}
.page-intro p {
  margin-bottom: 0;
}
.page-intro h1,
.page-intro h2,
.page-intro h3,
.page-intro h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
}
.page-intro .genre_legend {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.page-intro .genre_legend:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-position: center;
  background-size: auto 1.25rem;
  background-repeat: no-repeat;
}
.page-intro .genre_legend span {
  text-wrap: nowrap;
}
.page-intro .genre_legend__for_families:before {
  background-image: url(../img/family-light-bw.svg);
}
.page-intro .genre_legend__music:before {
  background-image: url(../img/music-regular-bw.svg);
}
.page-intro .genre_legend__performative_arts:before {
  background-image: url(../img/masks-theater-regular-bw.svg);
}
.page-intro .page-intro-notif {
  width: 70%;
}
.page-intro .page-intro-legend {
  width: 30%;
}
@media only screen and (max-width: 992px) {
  .page-intro .page-intro-notif {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0 !important;
  }
  .page-intro .page-intro-legend {
    width: 100%;
  }
  .page-intro .page-intro-legend > div {
    padding-right: 1rem;
  }
}
.iframe-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Program and line up pages */
.program-container {
  max-width: 600px;
}
.program-container h3 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
}
.info-list li {
  margin: 0.5rem !important;
}
.info-list li a {
  border: 0.5rem dashed white;
}
@media only screen and (max-width: 576px) {
  .info-list {
    width: 100% !important;
  }
  .info-list h2,
  .info-list .h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .day-wrapper {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .day-wrapper {
    width: 50% !important;
  }
}
@media only screen and (max-width: 576px) {
  .lineup-wrapper {
    padding: 0;
    margin: 0;
  }
  .lineup-wrapper > .card {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .lineup-wrapper > .card:focus,
  .lineup-wrapper > .card:active {
    background: none;
  }
  .lineup-wrapper > .card .card-body {
    padding: 0 1rem 2rem 1rem;
  }
  .lineup-wrapper > .card .card-thumb {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .lineup-wrapper {
    padding: 0 2rem;
  }
  .lineup-wrapper > .card {
    width: 50%;
    margin: 0;
  }
  .lineup-wrapper > .card .card-thumb {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */