/*------------------------------------------------------------
# Global classes
------------------------------------------------------------*/
.flex {
  display: flex;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  /* color: #ff7420; */
  color: #03070c;
}
.msss {
  /* padding: 50px; */
  margin: 0;
  font-family: mountains;
  font-size: 12px;
}

@font-face {
  font-family: "mountains";
  src: url(fonts/beyond_the_mountains.ttf);
  src: url(fonts/beyond_the_mountains.otf);
  font-weight: 400;
}

.d-col-n {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.float-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-image: url(top-grafik-12.jpg);

  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/

.site-header {
  position: sticky;
  top: 0;
  z-index: 998;
  width: 100%;
}

.site-header figure {
  margin: 0;
  padding: 0;
}

.site-header figure img {
  max-width: 100%;
}

/*------------------------------------------------------------
## header-bar
------------------------------------------------------------*/
.site-header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 40px 0;
  background-color: #514b56;
  opacity: 0.88;
}

.header-bar .site-branding {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
}

.header-bar .site-branding a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.header-bar .site-branding a:hover {
  color: #ff7420;
  text-decoration: none;
}

/*------------------------------------------------------------
### site-navigation
------------------------------------------------------------*/
/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
  position: relative;
  width: 100%;
  max-width: 24px;
  height: 22px;
  margin-left: auto;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 10px;
}

.hamburger-menu span:nth-child(4) {
  top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.site-navigation {
  position: absolute;
  top: -11px;
  right: 15px;
  z-index: 9999;
  width: 100%;
  height: 22px;
  overflow: hidden;
  list-style: none;
  transition: all 0.35s;
  color: hsl(0, 0%, 100%);
}

.site-navigation.show {
  height: auto;
}

.site-navigation ul {
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 9999;
  width: 320px;
  height: 100vh;
  overflow-x: scroll;
  padding: 30px;
  margin: 0;
  background: #050505;
  transition: all 0.35s;
}

.site-navigation.show ul {
  left: 0;
}

.site-navigation ul li {
  display: block;
  padding: 15px 0;
}

.site-navigation ul li a {
  display: block;
  color: #fff;
  transition: all 0.35s;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
}

@media screen and (min-width: 992px) {
  .header-bar .site-branding {
    margin-left: 35px;
  }

  .site-navigation {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding-right: 35px;
    background: transparent;
  }

  .site-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: auto;
    background: transparent;
  }

  .site-navigation ul li {
    padding: 0;
  }

  /* .site-navigation ul li:nth-last-of-type(1) {
    padding-left: 60px;
  } */

  .site-navigation ul li a {
    color: #fff;
  }
}

/*------------------------------------------------------------
# site-footer
------------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 50px 0 30px;
  /* background: url(images/footer-cover.jpg) no-repeat; */
  /* background-size: cover; */
}

.site-footer::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  z-index: 3;
  background: hsla(22.6, 100%, 56.3%, 0.9);
  top: 0;
  left: 0;
}

.site-footer .footer-cover-title {
  min-height: 325px;
  width: 100%;
}

.site-footer .footer-cover-title h2 {
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  color: hsl(0, 0%, 100%);
  mix-blend-mode: overlay;
  z-index: 2;
}

/*------------------------------------------------------------
## .site-footer footer-content-wrapper
------------------------------------------------------------*/
.footer-content-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 4;
  top: 50px;
  left: 0;
  padding: 6px 0;
  text-align: center;
}

.footer-content-wrapper .flex {
  flex-direction: column;
}

.footer-content-wrapper .entry-title {
  text-align: center;
  margin-top: 25px;
}

.footer-content-wrapper .entry-title a {
  font-size: 52px;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  text-decoration: none;
}
.footer-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: hsl(0, 0%, 90%);
}
.footer-h2 span {
  /* padding: 50px; */
  margin: 0;
  font-family: mountains;
  font-size: 120px;
}
.footer-h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: hsl(0, 0%, 90%);
}

@media screen and (min-width: 576px) {
  .footer-content-wrapper .entry-title a {
    font-size: 100px;
  }
}
@media screen and (min-width: 576px) {
  .bkm-logo {
    max-width: 100px;
  }
}

.footer-content-wrapper .entry-mail {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
}

.footer-content-wrapper .entry-mail a {
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}

.footer-content-wrapper .copyright-info {
  margin-top: 20px;
  font-size: 12px;
  color: hsl(0, 0%, 100%);
}

.footer-content-wrapper .footer-social {
  margin-top: 32px;
}

.footer-content-wrapper .footer-social .flex {
  flex-direction: row !important;
}

.footer-content-wrapper .footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-content-wrapper .footer-social ul a {
  padding: 5px 16px;
  font-size: 34px;
  color: hsl(0, 0%, 100%);
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/

/*------------------------------------------------------------
## Page Header
------------------------------------------------------------*/
.page-header {
  min-height: 520px;
  padding-top: 280px;
  background-size: cover;
}
.page-header-faq {
  min-height: 520px;
  padding-top: 280px;
  background: url("images/PicFAQ.jpg") no-repeat;
  background-size: cover;
  width: 100%;
}
.page-header-fun {
  min-height: 520px;
  padding-top: 280px;
  background: url("images/PicFunding.jpg") no-repeat;
  background-size: contain;
  width: 100%;
}
.page-header-tickets {
  min-height: 520px;
  padding-top: 280px;
  background: url("images/picTickets2.jpg") no-repeat;
  background-size: contain;
  width: 100%;
}
.page-header-news {
  min-height: 520px;
  padding-top: 280px;
  background: url("images/picTickets2.jpg") no-repeat;
  background-size: contain;
  width: 100%;
}
.page-header-new-index {
  padding-top: 280px;
  background: url("images/Header_Startseite.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  /* color: #ff7420; */
  width: 100%;
  min-height: 520px;
}
.page-header-program {
  /* min-height: 520px;
  padding-top: 280px;
   background: url("images/picTickets2.jpg") no-repeat; */
  background-size: cover;
  width: 100%;
}
.page-header-artists {
  min-height: 520px;
  padding-top: 280px;
  background: url("images/Header_Program.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

.page-header .entry-title {
  font-size: 72px;
  color: white;
  margin: 0;
  padding: 0;
}

.page-header .breadcrumbs {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  list-style: none;
}

.page-header .breadcrumbs li {
  position: relative;
  padding-right: 14px;
}

.page-header .breadcrumbs li::after {
  content: "/";
  position: absolute;
  top: 3px;
  right: 0;
  height: 20px;
  width: 14px;
  font-size: 12px;
  text-align: center;
}

.page-header .breadcrumbs li:nth-last-of-type(1)::after {
  display: none;
}

.page-header .breadcrumbs li a {
  text-decoration: none;
  color: #fff;
}

.main-content {
  margin: 120px 0;
}

.main-content .entry-header .entry-title p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #7a7a7a;
}

.main-content .entry-header .entry-title h2 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 600;
  color: #040608;
}

/*------------------------------------------------------------
# tickets-page
------------------------------------------------------------*/
.tickets-page {
  background: url("images/elements-total-background.jpg") no-repeat;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
# Page Header
------------------------------------------------------------*/
.tickets-page .page-header {
  background: url("images/tickets-page-header-background.jpg") no-repeat;
}

.tickets-page .tabs {
  margin-top: 80px;
}

.tickets-page .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tickets-page .tabs .active {
  background: -webkit-linear-gradient(#00d0ff, #25ffbf) !important;
}

.tabs .tab-nav {
  padding: 10px 10px;
  margin-right: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #040608;
  cursor: pointer;
}

.tabs .tab-nav:hover {
  background: -webkit-linear-gradient(#00d0ff, #25ffbf) !important;
}

.tickets-page .tabs .tabs-container {
  margin-top: 5px;
  box-shadow: 13px 26px 139px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tickets-page .tabs .tab-content {
  padding: 48px 15px;
  color: #989898;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (min-width: 576px) {
  .tabs .tab-nav {
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .tabs .tab-content {
    padding: 48px;
  }

  .tabs .tab-nav {
    padding: 20px 60px;
    margin-right: 10px;
    font-size: 15px;
  }
}

.tickets-page .single-event-details-row {
  margin-bottom: 30px;
}

.tickets-page .single-event-details-row:nth-last-of-type(1) {
  margin-bottom: 0;
}

.single-event-details,
.single-event-details a,
.single-event-details label {
  font-size: 18px;
  font-weight: 500;
  color: #040608;
}

.single-event-details label {
  display: block;
  margin-bottom: 0;
  color: #232127;
}

.single-event-details p,
.single-event-details a {
  color: #989898;
}

.single-event-details-row p.sold-out {
  color: #040608;
}

.single-event-details-row p.sold-out span {
  color: #ff0000;
}

.single-event-map {
  width: 100%;
  margin-top: 30px;
}

.single-event-map iframe {
  width: 100%;
  height: 460px;
}

@media screen and (min-width: 768px) {
  .tickets-page .single-event-heading {
    width: auto;
  }

  .single-event-details {
    width: 220px;
  }

  .single-event-map {
    width: calc(100% - 220px);
    margin: 0;
  }

  .event-tickets {
    padding: 40px;
  }
}

@media screen and (min-width: 992px) {
  .single-event-details {
    width: 340px;
  }

  .single-event-map {
    width: calc(100% - 340px);
    margin: 0;
  }

  .event-tickets .ticket-row {
    margin-bottom: 15px;
  }

  .ticket-type {
    width: calc(100% - 400px);
    margin-bottom: 0;
  }

  .event-tickets .number-of-ticket {
    margin-bottom: 0;
  }
}

.tickets-page .event-tickets {
  padding: 72px 48px;
  background: #fff;
  box-shadow: 13px 26px 139px rgba(0, 0, 0, 0.1);
}

.tickets-page .event-tickets .ticket-row {
  background: #f4f6f7;
  margin-bottom: 15px;
}

.tickets-page .event-tickets .ticket-row .ticket-type {
  padding: 15px 24px;
  margin-right: 15px;
}

.tickets-page .event-tickets .ticket-row .entry-title {
  font-size: 18px;
  font-weight: 500;
  color: #03070c;
  width: 235px;
  margin: 0;
  padding: 0;
}

.tickets-page .main-content .event-tickets .ticket-type span {
  font-size: 16px;
  font-weight: 500;
  color: #989898;
  margin: 0;
  padding: 0;
  width: 300px;
}

.tickets-page .main-content .event-tickets .ticket-price {
  font-size: 18px;
  font-weight: 500;
  color: #03070c;
  width: 50px;
}

.tickets-page .event-tickets .number-of-tickets {
  width: 120px;
  padding: 15px 24px;
  margin-right: 25px;
}

.tickets-page .number-of-tickets .increase-ticket,
.tickets-page .number-of-tickets .decrease-ticket {
  font-size: 18px;
  font-weight: 500;
  color: #03070c;
  cursor: pointer;
}

.tickets-page .number-of-tickets .ticket-count {
  font-size: 18px;
  font-weight: 400;
  color: #03070c;
  width: 32px;
  border: 0;
  text-align: center;
  background: #f3f8f9;
}

.tickets-page .clear-ticket-count {
  font-size: 16px;
  font-weight: 500;
  color: #989898;
  margin-right: 60px;
  cursor: pointer;
}

.tickets-page .ticket-row .btn {
  background: #f3f8f9;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #ff2630;
}

/*------------------------------------------------------------
# contact-page
------------------------------------------------------------*/
.contact-page {
  /* background: url("images/middle-cover.jpg") no-repeat; */
  background-color: white;
  /* background-size: cover; */
}

.contact-page .entry-header h2 {
  /* padding: 50px;
  margin: 0; */
  /* font-family: mountains; */
  text-align: center;
  font-size: 100px;
  /* mix-blend-mode: overlay; */
  /* background: -webkit-linear-gradient(#46023c, #b052e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.contact-page img {
  width: 100%;
  height: auto;
}

.bkm-logo {
  max-width: 200px;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/

.contact-page .page-header {
  background: url("images/Header_Info.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.contact-page .page-header-fun {
  background: url("images/PicFunding.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.contact-page .page-header-faq {
  background: url("images/PicFAQ.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.contact-page .page-header-tickets {
  background: url("images/Header_Tickets.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.contact-page .page-header-news {
  background: url("images/NEWS_Header_Website.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.contact-page .page-header-program {
  /* background: url("images/picProgram.jpg") no-repeat; 
  background-size: cover;*/
  width: 100%;
}

.contact-page .main-content {
  background: #fff;
  /* box-shadow: 13px 14px 68px rgba(0, 0, 0, 0.1); */
}

.contact-page-map {
  width: 100%;
}

.contact-page-map iframe {
  width: 100%;
  height: 660px;
}

.contact-page .contact-details {
  margin-top: 70px;
}

.contact-page .contact-details .contact-medium {
  padding: 0 20px;
}

.contact-page .contact-details .contact-medium .contact-icon {
  padding: 0;
  margin-right: 20px;
}

.contact-page .contact-details .contact-medium .contact-icon img {
  max-width: 100%;
  height: auto;
}

.contact-page .contact-details .contact-medium .entry-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #040608;
}

.contact-page .contact-details .contact-medium .entry-content {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #989898;
}

.contact-page .get-in-touch {
  margin-top: 115px;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .contact-page .get-in-touch {
    padding: 0 100px;
  }
}

.contact-page .get-in-touch .entry-header {
  text-align: center;
}

.contact-page .get-in-touch .entry-title p {
  font-size: 14px;
  font-weight: 500;
  color: #989898;
  margin: 0;
}

.contact-page .get-in-touch .entry-title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #050505;
  margin: 5px 0 0;
}

.contact-page .get-in-touch .entry-content {
  margin-top: 45px;
}

.contact-page .get-in-touch .entry-content p {
  font-size: 15px;
  color: #989898;
  line-height: 2;
  text-align: center;
}

.contact-page .main-content .get-in-touch .contact-form {
  margin-top: 120px;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea {
  width: 100%;
  padding: 14px 22px;
  margin-bottom: 30px;
  border: 0;
  background: #f4f6f7;
  color: #050505;
  outline: none;
}

.contact-page .contact-form input[type="text"]::placeholder,
.contact-page .contact-form input[type="email"]::placeholder,
.contact-page .contact-form textarea::placeholder {
  color: #7f7f7f;
  font-style: italic;
}

.contact-page .contact-form label {
  color: #050505;
  font-size: 20px;
}
.contact-page .contact-form .form-subline {
  color: #050505;
  font-size: 30px;
}

.contact-page .contact-form .submit {
  margin-top: 15px;
  margin-bottom: 120px;
}

.contact-page .contact-form .submit .btn {
  padding: 15px 30px;
  margin-right: 20px;
  border-radius: 15px;
  font-weight: 600;
  background: -webkit-linear-gradient(#ff6600, #ffa825);
}

/* TIMETABLE */
table {
  /* table-layout: fixed; */
  width: 100%;
  border-collapse: collapse;
}
.table-responsive {
  color: #03070c;
  max-width: 100%;
  overflow-x: scroll;
}

th {
  color: #ff7420;
}

td {
  word-wrap: break-word;
}
.td_tenne {
  background-color: #ffd966;
}
.td_heuboden {
  background-color: #b6d7a8;
}
.td_coc {
  background-color: #3c78d8;
}

.td_annex {
  background-color: #e06666;
}
.td_hof {
  background-color: #a4c2f4;
}
tr {
  line-height: 1.5rem;
}

/* Youtubevideo Startseite */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
