@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.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/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.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/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'FestivoLC';
  font-weight: bold;
  src: url("/static/kavc2023/fonts/Ahmet.Altun_Festivo.LC.Basic.otf") format("opentype");
}
.primary-font {
  font-family: 'Roboto Condensed', sans-serif;
}
.headers-font {
  font-family: 'FestivoLC', serif !important;
}
.active-color {
  color: #d21034;
}
.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;
}
.event-explanation {
  color: #d21034;
  font-style: italic;
  margin-left: 5px;
}
.badge-active {
  background-color: #d21034;
  color: white;
}
.badge-blue {
  background-color: #0F4279;
  color: white;
}
.badge-dark-green {
  background-color: #145040;
  color: white;
}
.label {
  background-color: #d21034;
  color: white;
}
body {
  background-color: #f2f1ef;
  color: black font-family: 'Roboto Condensed', sans-serif;;
}
h1 {
  color: white;
  background-color: #145040;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  display: inline-block;
  font-family: 'FestivoLC', serif !important;
}
h1.bg-yellow {
  background-color: #f0ae4d;
}
h1.bg-blue {
  background-color: #0F4279;
}
h1.massive {
  font-size: 40px !important;
}
h2 {
  font-size: 30;
  text-transform: uppercase;
  font-weight: 700;
  color: #d21034;
  font-family: 'Roboto Condensed', sans-serif;
}
h3 {
  font-size: 20px;
  color: #d21034;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
}
.initial-letter {
  color: #d21034;
  font-weight: 900;
  margin-right: 10px;
}
a {
  color: black;
}
hr {
  background-color: #c2c2c2;
}
.card {
  width: 18rem;
}
.card .fitted-img {
  max-width: 17.9rem;
  object-fit: cover;
}
.group-details-img {
  max-width: 700px;
  margin: auto;
  display: block;
}
.group-details-team-members {
  text-align: center;
}
.info-href {
  font-size: 13px;
}
#content-container {
  max-width: 1024px;
  display: block;
  margin: auto;
  height: 100%;
}
ul {
  list-style: none;
  padding-left: 0 !important;
}
.footer {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 80px;
}
.footer .logo-img {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  height: auto;
}
.top-nav__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-nav__group {
  display: flex;
  align-items: flex-end;
  height: 20px;
}
.top-nav__group--sm {
  width: 50px;
}
.top-nav__group--border-bottom {
  border-bottom: 1px solid grey;
}
.top-nav__group--justify-end {
  justify-content: flex-end;
}
.top-nav__menu {
  width: 100px;
  text-align: center;
}
.top-nav__social-img {
  width: 30px;
}
.top-nav a {
  color: black;
}
.top-nav a:hover {
  color: #d21034;
}
.navbar-nav {
  font-size: 15px;
  font-weight: 700;
}
.navbar-nav img.nav-divider {
  height: 40px;
  width: 10px;
  float: right;
  margin-left: 5px;
}
.navbar-nav .nav-item a {
  color: #000000 !important;
}
.navbar-nav,
.mr-auto {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
}
.navbar {
  color: black !important;
  max-width: 1024px;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}
.navbar .active {
  border-bottom: 8px solid #0F4279;
}
.navbar a {
  font-size: 1.4em;
  white-space: nowrap;
  font-family: 'FestivoLC', serif !important;
}
.navbar a:hover {
  color: #d21034;
}
.navbar img.social {
  width: 66px;
  height: 38px;
}
.navbar-secondary .active {
  border-bottom: 8px solid #f0ae4d;
}
.navbar-secondary a {
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.nav {
  max-width: 1024px;
  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: #d21034;
}
.nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  border-bottom: 10px solid white;
}
.nav__menu--social {
  display: flex;
  width: 80px;
  height: 46px;
}
.nav__menu--active {
  border-bottom: 10px solid #d21034;
}
.show-type__music {
  border-left: solid 5px #106152;
  margin-right: 3px;
}
.show-type__for_families {
  border-left: solid 5px #f0ae4d;
  margin-right: 5px;
}
.show-type__performative_arts {
  border-left: solid 5px #dd2942;
  padding-right: 5px;
}
.show-type__workshops {
  border-left: solid 5px #C22184;
  margin-right: 5px;
}
.show-type__site-specific {
  border-left: solid 5px #EC5800;
  margin-right: 5px;
}
.genre_legend {
  margin: 5px;
  padding-left: 10px;
}
.genre_legend:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 5px;
}
.genre_legend__workshops:before {
  background-color: #C22184;
}
.genre_legend__for_families:before {
  background-color: #f0ae4d;
}
.genre_legend__music:before {
  background-color: #106152;
}
.genre_legend__performative_arts:before {
  background-color: #dd2942;
}
.genre_legend__site-specific:before {
  background-color: #CF894D;
}
.karte-icon-img {
  width: 30px;
}
