@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.oblique-rectangle,
.oblique-rectangle.secondary-gradient,
.second .oblique-rectangle-fix {
  padding: 30px 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381c56), to(#902667));
  background: linear-gradient(to right, #381c56, #902667);
  height: auto;
  position: relative;
}

.oblique-rectangle.oblique-rectangle-transition {
  -webkit-animation: rotaterectangle 1.5s ease forwards;
          animation: rotaterectangle 1.5s ease forwards;
  position: relative;
}

@-webkit-keyframes rotaterectangle {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  to {
    transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
  }
}

@keyframes rotaterectangle {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  to {
    transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
  }
}

.oblique-rectangle.oblique-rectangle-transition .normalize-psytrance,
.oblique-rectangle .normalize-rectangle {
  -webkit-animation: normalize 1.5s ease forwards;
          animation: normalize 1.5s ease forwards;
  position: relative;
}

@-webkit-keyframes normalize {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    height: auto;
  }

  to {
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -o-transform: skewY(5deg);
  }
}

@keyframes normalize {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    height: auto;
  }

  to {
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -o-transform: skewY(5deg);
  }
}

.oblique-rectangle.oblique-rectangle-transition .normalize-rectangle-title {
  -webkit-animation: normalizetitle 1.5s ease forwards;
          animation: normalizetitle 1.5s ease forwards;
  position: relative;
}

@-webkit-keyframes normalizetitle {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  to {
    transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -o-transform: skewX(5deg);
  }
}

@keyframes normalizetitle {
  from {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  to {
    transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -o-transform: skewX(5deg);
  }
}

@font-face {
  font-family: Cachet-Medium;
  src: url(/themes/festivalkult/assets/fonts/Cachet/Cachet-Medium.ttf);
}

@font-face {
  font-family: Cachet-Book;
  src: url(/themes/festivalkult/assets/fonts/Cachet/Cachet-Book.ttf);
}

@font-face {
  font-family: Cachet-Bold;
  src: url(/themes/festivalkult/assets/fonts/Cachet/Cachet-Bold.ttf);
}

.color-primary {
  color: #381c56;
}

.color-tertiary {
  color: #ffdd00;
}

.info-banner {
  margin-top: 4em;
  max-width: 180px;
}

.info-banner a {
  float: right;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Cachet-Medium', 'Georgia', sans-serif;
}

body :focus {
  outline: transparent;
}

main {
  background-color: #fff;
  font-size: 1.1rem;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  main {
    font-size: 1rem;
  }
}

a {
  font-size: 1.1rem;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  a {
    font-size: 1rem;
  }
}

.fk-container {
  max-width: 1200px;
  margin: 0 auto;
}

.mitmachzentrale-intro {
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

h1.major-title {
  font-size: 7rem;
  color: #381c56;
}

h1.major-title.major-title-secondary {
  color: #ffdd00;
  margin: 120px 0 0 0;
  -webkit-transform: skewX(5deg);
}

@media screen and (max-width: 1023px) {
  h1.major-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 719px) {
  h1.major-title {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 7rem;
}

h2.title-secondary {
  color: #ffdd00;
  margin-bottom: 0;
  margin-top: 50px;
}

h2.title {
  color: #381c56;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  h2.title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 4rem;
}

h3.title-third {
  color: #381c56;
}

@media screen and (max-width: 1023px) {
  h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 719px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 3.5rem;
}

h4.co-title {
  color: #381c56;
}

@media screen and (max-width: 1023px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
  h5 {
    font-size: 1.125rem;
  }
}

h5 .error-page {
  color: #fff;
}

@media screen and (max-width: 719px) {
  h5 {
    font-size: 0.6875rem;
  }
}

h6 {
  font-size: 1.25rem;
}

.primary-text {
  color: #381c56;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #381c56;
}

a:hover {
  text-decoration: none;
}

button {
  font-family: 'Cachet-Medium', SansSerif;
  background-color: #381c56;
  color: #902667;
  border: none;
  font-size: 1.125rem;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  button {
    height: 40px;
  }
}

button i.fa {
  font-size: 1rem;
  margin-right: 5px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  button i.fa {
    font-size: 1rem;
  }
}

button a {
  color: #902667;
  line-height: 15.5px;
}

button a.no-background {
  background-color: transparent;
  color: #902667;
  padding: 0;
}

button.no-background {
  background-color: transparent;
  color: #902667;
  padding: 0;
}

u {
  text-decoration: none;
}

.cta-central .call-to-action-button,
.timetable-page .call-to-action-button {
  width: 300px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .cta-central .call-to-action-button,
  .timetable-page .call-to-action-button {
    width: 280px;
  }
}

.timetable-page .call-to-action-button {
  margin-top: 3.5rem;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 40px;
  margin: 20px 0;
  padding: 10px;
  color: #00644c;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 160, 117, 0.2)), to(rgba(174, 204, 82, 0.2)));
  background: linear-gradient(to right, rgba(0, 160, 117, 0.2) 0%, rgba(174, 204, 82, 0.2) 100%);
}

.form-group input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: 20px;
  font-size: 1.1rem;
  color: #00644c;
}

.alert-success {
  text-align: center;
  font-size: 1.5rem;
  color: #00644c;
}

.login {
  margin-top: 200px;
  margin-left: 800px;
}

.reset {
  display: none;
}

.resetoff {
  display: block;
}

.custom-icon {
  font-size: 28px;
}

.dj-desc {
  font-family: "Cachet-Book", "Georgia", sans-serif;
  font-size: 0.8rem;
  color: #fff;
}

.button-container {
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .button-container {
    max-width: 100%;
  }
}

.button-container .call-to-action-button {
  margin: 0;
}

.call-to-action-button {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
  background-color: #381c56;
  color: #ffdd00;
  border: none;
  font-size: 1.125rem;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 15.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.call-to-action-button.no-background {
  background-color: transparent;
  color: #ffdd00;
  padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .call-to-action-button {
    height: 40px;
  }
}

.call-to-action-button i.fa {
  font-size: 1rem;
  margin-right: 5px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .call-to-action-button i.fa {
    font-size: 1rem;
  }
}

.call-to-action-button.no-background {
  background-color: transparent;
  color: #902667;
  padding: 0;
}

.input-send {
  font-family: 'Cachet-Medium', SansSerif;
  background-color: #381c56;
  color: #ffdd00;
  border: none;
  font-size: 1.125rem;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .input-send {
    height: 40px;
  }
}

.background {
  background-color: transparent;
  color: #ffdd00;
  padding: 0;
}

ul {
  padding-left: 0;
}

.img-resp {
  width: 100%;
}

.small li a {
  font-size: 1.3rem;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .small li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .small li a {
    font-size: 0.8rem;
  }
}

.normal li a {
  font-size: 2.275rem;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .normal li a {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .normal li a {
    font-size: 1rem;
  }
}

.big li a {
  font-size: 3rem;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .big li a {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .big li a {
    font-size: 1.25rem;
  }
}

.separator {
  height: 50px;
}

.navigation {
  width: 100%;
  background-color: #381c56;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation a {
  font-size: 1.2rem;
}

.navigation i {
  font-size: 1.5rem;
}

.navigation.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
}

.navigation .mobile-toggle-button i {
  color: #ffdd00;
}

.navigation .flex-navigation {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-height: 60px;
}

.navigation .flex-navigation .brand {
  width: 15%;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .navigation .flex-navigation .brand {
    width: 20%;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .navigation .flex-navigation .brand {
    width: 30%;
  }
}

.navigation .flex-navigation .brand .brand-logo {
  max-width: 100%;
}

.navigation .flex-navigation .menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

.navigation .flex-navigation .menu li a {
  padding: 0 15px;
}

@media screen and (min-width: 720px) {
  .navigation .flex-navigation .menu li a {
    padding: 0 5px;
  }
}

.navigation .flex-navigation .menu .social-icons a {
  padding: 0 3px;
}

.navigation .flex-navigation .menu .social-icons a:first-child {
  padding-left: 15px;
}

@media screen and (min-width: 720px) {
  .navigation .flex-navigation .menu .social-icons a:first-child {
    padding-left: 10px;
  }
}

.navigation .flex-navigation .menu .active {
  color: #fff;
}

.navigation .flex-navigation .menu .active a {
  color: #fff;
}

.navigation .flex-navigation .menu a {
  color: #ffdd00;
}

.navigation .flex-navigation .menu a:hover,
.navigation .flex-navigation .menu a:active,
.navigation .flex-navigation .menu a:focus {
  color: #fff;
}

.navigation .flex-navigation .mobile-toggle {
  display: none;
  position: absolute;
  background-color: #381c56;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  width: 100%;
  left: 0;
  margin: -1px auto;
  padding: 0 30px;
  max-height: calc(100vh - 60px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.navigation .flex-navigation .mobile-toggle li {
  padding: 10px;
}

.navigation .flex-navigation .mobile-toggle li:first-child {
  padding-top: 10px;
}

.navigation .flex-navigation .mobile-toggle li:nth-child(7) {
  border-bottom: 2px solid #ffdd00;
}

.navigation .flex-navigation .mobile-toggle li:last-child {
  text-align: center;
}

.navigation .flex-navigation .mobile-toggle li:last-child i {
  font-size: 1.8rem;
  margin: 0 5px;
}

.navigation .flex-navigation .mobile-toggle li a {
  color: #ffdd00;
}

.navigation .flex-navigation .mobile-toggle li a:hover,
.navigation .flex-navigation .mobile-toggle li a.active,
.navigation .flex-navigation .mobile-toggle li a:focus {
  color: #fff;
}

.navigation .flex-navigation .mobile-toggle-button {
  cursor: pointer;
}

.navigation .flex-navigation .mobile-toggle-button .fa {
  font-size: 2rem;
}

.youtube-fk-aftermovie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.youtube-fk-aftermovie .header-title {
  position: absolute;
  width: 100%;
  top: -185px;
  z-index: 3;
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381c56), to(#902667));
  background: linear-gradient(to right, #381c56, #902667);
  position: relative;
  overflow: hidden;
  -webkit-transform: skewY(-5deg);
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix .hd-title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix .hd-title .header-logo {
  -webkit-transform: skewX(5deg);
          transform: skewX(5deg);
  width: 70%;
  margin-top: 180px;
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix .date-header {
  display: none;
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix .fk-container {
  position: relative;
}

.youtube-fk-aftermovie .header-title .oblique-rectangle-fix .fk-container .sun-header {
  position: absolute;
  width: 600px;
  left: -180px;
  top: 200px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .youtube-fk-aftermovie .header-title .oblique-rectangle-fix .fk-container .sun-header {
    width: 350px;
  }
}

.youtube-fk-aftermovie .video {
  width: 100%;
  height: 100vh;
}

.youtube-fk-aftermovie .video .aftermovie {
  width: 100%;
  height: 100%;
  position: absolute;
}

.youtube-fk-aftermovie .video .aftermovie iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: -1px;
}

.header-oblique-rectangle-fix {
  height: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381c56), to(#902667));
  background: linear-gradient(to right, #381c56, #902667);
  position: relative;
  -webkit-transform: skewY(-5deg);
  margin-top: -300px;
  padding: 400px 0 30px 0;
  background: linear-gradient(to right, #381c56, #902667);
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .header-oblique-rectangle-fix {
    padding: 300px 0 30px 0;
  }
}

.header-oblique-rectangle-fix .fk-container {
  position: relative;
}

.header-oblique-rectangle-fix .fk-container .sun-header {
  position: absolute;
  width: 600px;
  left: -180px;
  top: -50px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .header-oblique-rectangle-fix .fk-container .sun-header {
    width: 250px;
    left: -50px;
    top: 50px;
  }
}

.oblique-background {
  height: auto;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  padding: 30px 0 30px 0;
  background-color: #fff;
}

.oblique-background .normalize-rectangle-bg {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  position: relative;
}

.first-anchor {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

.second-anchor {
  display: block;
  position: relative;
  top: 480px;
  visibility: hidden;
}

.third-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.oblique-rectangle.secondary-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#df7d00), to(#ffdd00));
  background: linear-gradient(to right, #df7d00, #ffdd00);
}

.oblique-rectangle.third {
  padding: 30px 0 60px 0;
}

.second {
  margin-bottom: 90px;
}

.second .oblique-rectangle-fix {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381c56), to(#902667));
  background: linear-gradient(to right, #381c56, #902667);
  position: relative;
  -webkit-transform: skewY(-5deg);
  margin-top: 0;
  padding-top: 250px;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .second .oblique-rectangle-fix {
    padding-top: 300px;
  }
}

.second .oblique-rectangle-fix .title-secondary {
  -webkit-transform: skewX(5deg);
}

.second .oblique-rectangle-fix .fk-container {
  position: relative;
}

.second .oblique-rectangle-fix .fk-container .sun-header {
  position: absolute;
  width: 600px;
  left: -180px;
  top: -200px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .second .oblique-rectangle-fix .fk-container .sun-header {
    width: 250px;
    left: -50px;
    top: -60px;
  }
}

.second .oblique-rectangle-fix .fk-container .title-secondary {
  position: relative;
}

.third .fk-container {
  position: relative;
}

.third .fk-container .sun-header {
  position: absolute;
  width: 600px;
  left: -180px;
  top: -200px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .third .fk-container .sun-header {
    width: 400px;
  }
}

.line-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.line-up .title {
  margin-top: 0;
}

.line-up .title.techno-title {
  margin-top: 3rem;
}

.line-up .band-box {
  position: relative;
  border: 15px #fff solid;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up .band-box {
    border: 10px #fff solid;
  }
}

.line-up .band-box img {
  max-width: 100%;
}

.line-up .band-box .bandname {
  position: absolute;
  height: calc(100% - 3px);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.7;
}

.line-up .band-box .record-name {
  position: absolute;
  height: calc(100% - 3px);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffdd00;
}

.line-up .band-box .record-name p {
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .line-up .band-box .record-name p {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .line-up .band-box .record-name p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up .band-box .record-name p {
    font-size: 0.625rem;
  }
}

.line-up .band-box .overlay {
  position: absolute;
  height: calc(100% - 3px);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.line-up .band-box .overlay:hover,
.line-up .band-box .overlay:active,
.line-up .band-box .overlay:focus {
  cursor: pointer;
}

.line-up .band-box .overlay i {
  display: none;
}

@media screen and (min-width: 1024px) {
  .line-up .band-box .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(174, 204, 82, 0)), to(rgba(0, 160, 117, 0)));
    background: linear-gradient(to right, rgba(174, 204, 82, 0), rgba(0, 160, 117, 0));
  }

  .line-up .band-box .overlay:hover,
  .line-up .band-box .overlay:active,
  .line-up .band-box .overlay:focus {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left top, right top, from(rgba(144, 38, 103, 0.7)), to(#381c56));
    background: linear-gradient(to right, rgba(144, 38, 103, 0.7) 0%, #381c56 100%);
  }

  .line-up .band-box .overlay i {
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }

  .line-up .band-box .overlay:hover i,
  .line-up .band-box .overlay:active i,
  .line-up .band-box .overlay:focus i {
    opacity: 1;
  }
}

.line-up.center-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-up.center-button.normalize-psytrance {
  -webkit-transform: skewX(5deg);
          transform: skewX(5deg);
}

.line-up.psytrance {
  max-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px auto;
}

.line-up.psytrance.normal .modal,
.line-up.psytrance.small .modal {
  bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance.normal .modal,
  .line-up.psytrance.small .modal {
    bottom: 60px;
  }
}

.line-up.psytrance li {
  border-right: 2px solid #fff;
  padding: 0 5px;
  position: relative;
}

.line-up.psytrance li:last-child {
  border-right: none;
}

.line-up.psytrance li .band-hover-hide,
.line-up.psytrance li a {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.line-up.psytrance li .band-hover-hide:hover,
.line-up.psytrance li a:hover {
  color: #381c56;
}

.line-up.psytrance li .band-hover-hide.active,
.line-up.psytrance li a.active {
  color: #381c56;
}

.line-up.psytrance li .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance li .modal {
    bottom: 60px;
    left: -35px;
  }
}

.line-up.psytrance li .modal .modal-container {
  background-color: #381c56;
  display: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance li .modal .modal-container {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

.line-up.psytrance li .modal .modal-container .hover-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance li .modal .modal-container .hover-band {
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.line-up.psytrance li .modal .modal-container .hover-band img {
  width: 40%;
  height: 40%;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance li .modal .modal-container .hover-band img {
    width: 100%;
    height: 100%;
  }
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-headline p {
  width: 100%;
  color: #fff;
  margin: 0;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer .band-socials {
  width: 60%;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer .band-details {
  vertical-align: super;
  margin-right: 0.5em;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer a {
  display: inline-block;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer a span {
  display: inline;
}

.line-up.psytrance li .modal .modal-container .hover-band .hover-band-social .modal-footer a i {
  display: inline;
}

.line-up.psytrance li .modal .modal-container .hover-band a {
  color: #fff;
  font-size: 0.75rem;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.line-up.psytrance li .modal .modal-container .modal-arrow {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 180px;
  bottom: -40px;
  border: 20px solid;
  border-color: #381c56 transparent transparent #381c56;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .line-up.psytrance li .modal .modal-container .modal-arrow {
    left: 55px;
  }
}

.news-section.oblique-rectangle-fix {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381c56), to(#902667));
  background: linear-gradient(to right, #381c56, #902667);
  position: relative;
  -webkit-transform: skewY(-5deg);
}

.news-section.oblique-rectangle-fix.fourth {
  padding: 0;
  margin-top: -20px;
  margin-bottom: -1px;
}

.news-section.oblique-rectangle-fix .img-btn-box {
  position: relative;
  -webkit-transform: skewY(10deg);
  overflow: hidden;
}

.news-section.oblique-rectangle-fix .img-btn-box .img-resp {
  -webkit-transform: skewY(-5deg);
  margin-top: -150px;
  margin-bottom: 150px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .news-section.oblique-rectangle-fix .img-btn-box .img-resp {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}

.news-section.oblique-rectangle-fix .come-on-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #381c56;
  color: #ffdd00;
  position: absolute;
  right: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 100px;
  -webkit-transform: skewY(-5deg) rotate(-15deg);
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .news-section.oblique-rectangle-fix .come-on-btn {
    height: 180px;
    width: 180px;
    right: calc(50% - 90px);
    left: calc(50% - 90px);
    bottom: 90px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .come-on-btn {
    height: 160px;
    width: 160px;
    right: calc(50% - 80px);
    left: calc(50% - 80px);
    bottom: 80px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .news-section.oblique-rectangle-fix .come-on-btn {
    height: 120px;
    width: 120px;
    right: calc(50% - 60px);
    left: calc(50% - 60px);
    bottom: 0;
  }
}

.news-section.oblique-rectangle-fix .come-on-btn h4 {
  margin: 0;
  margin-top: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .news-section.oblique-rectangle-fix .come-on-btn h4 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .come-on-btn h4 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .news-section.oblique-rectangle-fix .come-on-btn h4 {
    font-size: 1.3rem;
  }
}

.news-section.oblique-rectangle-fix .work-central {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 300px 0 50px 0;
  margin-top: -400px;
}

.news-section.oblique-rectangle-fix .work-central .cta-central {
  position: relative;
  -webkit-transform: skewY(5deg);
}

.news-section.oblique-rectangle-fix .work-central .cta-central h4 {
  margin-bottom: 2rem;
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text {
    max-width: 100%;
  }
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item {
    width: 100%;
  }
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item .primary-text {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item p {
  font-family: "Cachet-Book", "Georgia", sans-serif;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item.item-left {
  padding-left: 0;
}

@media screen and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item.item-left {
    padding: 0;
  }
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item.item-right {
  padding-right: 0;
}

.news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item.item-right p {
  line-height: 1.4rem;
}

@media screen and (max-width: 1023px) {
  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item.item-right {
    padding: 0;
  }
}

.news-section.oblique-rectangle-fix .work-central .cta-central .button-left {
  max-width: 80%;
  margin: 0 auto;
}

.news-section.oblique-rectangle-fix .title-secondary {
  margin-top: 0;
  -webkit-transform: skewX(5deg);
}

.news-section.oblique-rectangle-fix .slick-slider,
.news-section.oblique-rectangle-fix .blog-container {
  font-size: 1rem;
  color: #fff;
  -webkit-transform: skewY(5deg);
  margin-top: 60px;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .news-section.oblique-rectangle-fix .slick-slider,
  .news-section.oblique-rectangle-fix .blog-container {
    margin-top: 30px;
  }
}

.news-section.oblique-rectangle-fix .slick-slider small,
.news-section.oblique-rectangle-fix .blog-container small {
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

.news-section.oblique-rectangle-fix .slick-slider a,
.news-section.oblique-rectangle-fix .blog-container a {
  color: #fff;
}

.news-section.oblique-rectangle-fix .slick-slider p,
.news-section.oblique-rectangle-fix .slick-slider button,
.news-section.oblique-rectangle-fix .blog-container p,
.news-section.oblique-rectangle-fix .blog-container button {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
}

.news-section.oblique-rectangle-fix .slick-slider .background,
.news-section.oblique-rectangle-fix .blog-container .background {
  color: #ffdd00;
  text-transform: uppercase;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-prev,
.news-section.oblique-rectangle-fix .blog-container .slick-prev {
  left: 0;
  height: 30px;
  width: 30px;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-next,
.news-section.oblique-rectangle-fix .blog-container .slick-next {
  right: 0;
  height: 30px;
  width: 30px;
}

.news-section.oblique-rectangle-fix .slick-slider .slider-item,
.news-section.oblique-rectangle-fix .blog-container .slider-item {
  margin: 1%;
}

.news-section.oblique-rectangle-fix .slick-slider .slider-item img,
.news-section.oblique-rectangle-fix .blog-container .slider-item img {
  width: 100%;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-prev:before,
.news-section.oblique-rectangle-fix .slick-slider .slick-next:before,
.news-section.oblique-rectangle-fix .blog-container .slick-prev:before,
.news-section.oblique-rectangle-fix .blog-container .slick-next:before {
  color: #fff;
  font-size: 2rem;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-dots,
.news-section.oblique-rectangle-fix .blog-container .slick-dots {
  left: 0;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-dots .slick-active button:before,
.news-section.oblique-rectangle-fix .blog-container .slick-dots .slick-active button:before {
  color: #fff;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-dots li button,
.news-section.oblique-rectangle-fix .blog-container .slick-dots li button {
  color: #fff;
}

.news-section.oblique-rectangle-fix .slick-slider .slick-dots li button:before,
.news-section.oblique-rectangle-fix .blog-container .slick-dots li button:before {
  color: #fff;
  font-size: 1rem;
}

.news-section .oblique-rectangle-fix {
  width: 100%;
  position: relative;
  -webkit-transform: skewY(5deg);
}

.news-section .no-background {
  text-transform: uppercase;
}

.fk-footer {
  background-color: #381c56;
  padding-bottom: 200px;
}

.fk-footer .footer {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  background-color: #381c56;
  width: 100%;
  padding: 50px 0 100px 0;
}

.fk-footer .footer .flex-footer {
  -webkit-transform: skewY(5deg);
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}

.fk-footer .footer .flex-footer ul {
  width: 25%;
  padding-left: 5px;
}

.fk-footer .footer .flex-footer ul li:first-child {
  font-family: "Cachet-Bold", "Georgia", sans-serif;
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.fk-footer .footer .flex-footer ul a {
  color: #fff;
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

.fk-footer .footer .flex-footer-mobile ul {
  -webkit-transform: skewY(5deg);
  display: none;
}

.fk-footer .footer .sponsoring {
  -webkit-transform: skewY(5deg);
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .fk-footer .footer .sponsoring {
    margin-top: 20px;
  }
}

.fk-footer .footer .sponsoring .sponsors-partner {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}

.fk-footer .footer .sponsoring .sponsors-partner .logo-box {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 10px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .fk-footer .footer .sponsoring .sponsors-partner .logo-box {
    width: 48%;
  }
}

.fk-footer .footer .sponsoring .sponsors-partner .logo-box .img-resp {
  max-width: 80%;
}

.timetable-page .timetable-container {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .timetable-page .timetable-container {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .timetable-page .timetable-container h3 {
    font-size: 1.2rem;
  }
}

.timetable-page .timetable-container h5,
.timetable-page .timetable-container p {
  margin: 0;
}

.timetable-page .timetable-container .title-third {
  text-align: center;
}

.timetable-page .timetable-container .fa {
  margin: 0 20px;
}

@media screen and (max-width: 1023px) {
  .timetable-page .timetable-container .fa {
    margin: 0 5px;
  }
}

.timetable-page .timetable-container .day-2,
.timetable-page .timetable-container .day-3 {
  display: none;
}

.timetable-page .timetable-container .day-1,
.timetable-page .timetable-container .day-2,
.timetable-page .timetable-container .day-3 {
  margin: 50px;
}

@media screen and (max-width: 1023px) {
  .timetable-page .timetable-container .day-1,
  .timetable-page .timetable-container .day-2,
  .timetable-page .timetable-container .day-3 {
    margin: 20px 0;
  }
}

.timetable-page .timetable-container .day-1 .fa,
.timetable-page .timetable-container .day-2 .fa,
.timetable-page .timetable-container .day-3 .fa {
  font-size: 4.563rem;
}

@media screen and (max-width: 1023px) {
  .timetable-page .timetable-container .day-1 .fa,
  .timetable-page .timetable-container .day-2 .fa,
  .timetable-page .timetable-container .day-3 .fa {
    font-size: 3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .timetable-page .timetable-container .day-1 .fa,
  .timetable-page .timetable-container .day-2 .fa,
  .timetable-page .timetable-container .day-3 .fa {
    font-size: 1.5rem;
  }
}

.timetable-page .timetable-container .stages-day-2,
.timetable-page .timetable-container .stages-day-3 {
  display: none;
}

.timetable-page .timetable-container .prev-day-1,
.timetable-page .timetable-container .prev-day-2,
.timetable-page .timetable-container .prev-day-3,
.timetable-page .timetable-container .next-day-1,
.timetable-page .timetable-container .next-day-2,
.timetable-page .timetable-container .next-day-3 {
  cursor: pointer;
}

.timetable-page .timetable-container .stage-flex {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  height: 50px;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .stage-flex {
    display: none;
  }
}

.timetable-page .timetable-container .mobile-stage {
  width: 85%;
  display: none;
  margin: 0 auto 20px auto;
  text-align: center;
}

.timetable-page .timetable-container .mobile-stage h4 {
  font-size: 1.2rem;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .mobile-stage h5 {
    font-size: 1rem;
  }
}

.timetable-page .timetable-container .mobile-stage .prev-1,
.timetable-page .timetable-container .mobile-stage .prev-2,
.timetable-page .timetable-container .mobile-stage .prev-3,
.timetable-page .timetable-container .mobile-stage .prev-4,
.timetable-page .timetable-container .mobile-stage .prev-5,
.timetable-page .timetable-container .mobile-stage .next-1,
.timetable-page .timetable-container .mobile-stage .next-2,
.timetable-page .timetable-container .mobile-stage .next-3,
.timetable-page .timetable-container .mobile-stage .next-4,
.timetable-page .timetable-container .mobile-stage .next-5 {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .mobile-stage.stage-tab-1 {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .timetable-page .timetable-container .mobile-stage.stage-tab-1,
  .timetable-page .timetable-container .mobile-stage.stage-tab-2,
  .timetable-page .timetable-container .mobile-stage.stage-tab3,
  .timetable-page .timetable-container .mobile-stage.stage-tab-4,
  .timetable-page .timetable-container .mobile-stage.stage-tab-5 {
    display: none;
  }
}

.timetable-page .timetable-container .mobile-stage .first-stage,
.timetable-page .timetable-container .mobile-stage .second-stage,
.timetable-page .timetable-container .mobile-stage .third-stage,
.timetable-page .timetable-container .mobile-stage .fourth-stage,
.timetable-page .timetable-container .mobile-stage .fifth-stage {
  margin: 0 auto;
  width: 100%;
}

.timetable-page .timetable-container .first-stage {
  color: #381c56;
  width: 20%;
}

.timetable-page .timetable-container .first-stage .fa {
  color: #381c56;
}

.timetable-page .timetable-container .second-stage {
  color: #902667;
  width: 20%;
}

.timetable-page .timetable-container .second-stage .fa {
  color: #902667;
}

.timetable-page .timetable-container .third-stage {
  color: #8f0362;
  width: 20%;
}

.timetable-page .timetable-container .third-stage .fa {
  color: #8f0362;
}

.timetable-page .timetable-container .fourth-stage {
  color: #999;
  width: 20%;
}

.timetable-page .timetable-container .fourth-stage:hover {
  color: #ed6b24;
  cursor: pointer;
}

.timetable-page .timetable-container .fourth-stage .deactivate {
  display: none;
}

.timetable-page .timetable-container .fourth-stage.active {
  color: #ed6b24;
}

.timetable-page .timetable-container .fourth-stage.active .deactivate {
  display: block;
}

.timetable-page .timetable-container .fourth-stage.active .activate {
  display: none;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .fourth-stage {
    color: #ed6b24;
  }
}

.timetable-page .timetable-container .fourth-stage .fa {
  color: #ed6b24;
}

.timetable-page .timetable-container .fifth-stage {
  color: #902667;
  width: 20%;
}

.timetable-page .timetable-container .fifth-stage .fa {
  color: #902667;
}

.timetable-page .timetable-container .timeline {
  position: relative;
  height: 1100px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline {
    position: relative;
    height: 1050px;
    overflow: hidden;
    margin: 0;
  }
}

.timetable-page .timetable-container .timeline.timeline-days {
  height: 1600px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline.timeline-days {
    height: 1250px;
  }
}

.timetable-page .timetable-container .timeline.timeline-pa-active {
  height: 1100px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline.timeline-pa-active {
    height: 1950px;
  }
}

.timetable-page .timetable-container .timeline.timeline-pa-active-days {
  height: 2500px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline.timeline-pa-active-days {
    height: auto;
  }
}

.timetable-page .timetable-container .timeline .timeline-box {
  position: absolute;
  width: 100%;
  top: -1750px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline .timeline-box {
    position: absolute;
    width: 100%;
    top: -1175px;
  }
}

.timetable-page .timetable-container .timeline .timeline-box.timeline-box-days {
  top: -1250px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline .timeline-box.timeline-box-days {
    top: -950px;
  }
}

.timetable-page .timetable-container .timeline .timeline-box.timeline-box-pa-active {
  top: -1750px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline .timeline-box.timeline-box-pa-active {
    top: -275px;
  }
}

.timetable-page .timetable-container .timeline .timeline-box.timeline-box-pa-active-days {
  top: -350px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline .timeline-box.timeline-box-pa-active-days {
    position: relative;
  }
}

.timetable-page .timetable-container .timeline .timeline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

@media (max-width: 1024px) {
  .timetable-page .timetable-container .timeline .timeline-flex {
    height: 75px;
  }
}

.timetable-page .timetable-container .timeline .timeline-flex span {
  width: 85%;
  border-bottom: 1px solid #381c56;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .timeline-flex span {
    width: 70%;
  }
}

.timetable-page .timetable-container .timeline .timeline-flex .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.timetable-page .timetable-container .timeline .timeline-flex .flex-item .time {
  color: #381c56;
  margin: 0 0 -12.5px 0;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .timeline-flex .flex-item .time {
    margin: 0 0 -9px 0;
    font-size: 1rem;
  }
}

.timetable-page .timetable-container .timeline .act {
  width: calc(17% - 8px);
  position: absolute;
  margin: 4px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act {
    width: calc(60%);
  }
}

.timetable-page .timetable-container .timeline .act .time-center .band-time {
  color: #fff;
  margin: 0;
  word-break: break-all;
  /* hyphens */
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act .time-center .band-time {
    font-size: 1rem;
  }
}

.timetable-page .timetable-container .timeline .act.stage-wb-color {
  background: -webkit-gradient(linear, left top, right top, from(#902667), to(#381c56));
  background: linear-gradient(to right, #902667, #381c56);
  left: 7.5%;
  padding: 5px;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act.stage-wb-color {
    left: calc(20% - 5px);
    right: calc(20% - 5px);
  }
}

.timetable-page .timetable-container .timeline .act.stage-bd-color {
  background: -webkit-gradient(linear, left top, right top, from(#ffe500), to(#d9525e));
  background: linear-gradient(to right, #ffe500, #d9525e);
  left: calc(7.5% + 17%);
  padding: 5px;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act.stage-bd-color {
    display: none;
    left: calc(20% - 5px);
    right: calc(20% - 5px);
  }
}

.timetable-page .timetable-container .timeline .act.stage-os-color {
  background: -webkit-gradient(linear, left top, right top, from(#8f0362), to(#571565));
  background: linear-gradient(to right, #8f0362, #571565);
  left: calc(7.5% + 17% + 17%);
  padding: 5px;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act.stage-os-color {
    display: none;
    left: calc(20% - 5px);
    right: calc(20% - 5px);
  }
}

.timetable-page .timetable-container .timeline .act.stage-pa-color {
  background: -webkit-gradient(linear, left top, right top, from(#f0da00), to(#df7d00));
  background: linear-gradient(to right, #f0da00, #df7d00);
  left: calc(7.5% + 17% + 17% + 17%);
  padding: 5px;
}

@media screen and (min-width: 1024px) {
  .timetable-page .timetable-container .timeline .act.stage-pa-color {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
  }
}

.timetable-page .timetable-container .timeline .act.stage-pa-color.colored {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act.stage-pa-color {
    display: none;
    left: calc(20% - 5px);
    right: calc(20% - 5px);
  }
}

.timetable-page .timetable-container .timeline .act.stage-ta-color {
  background: -webkit-gradient(linear, left top, right top, from(#8f0362), to(#571565));
  background: linear-gradient(to right, #8f0362, #571565);
  left: calc(7.5% + 17% + 17% + 17% + 17%);
  padding: 5px;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act.stage-ta-color {
    display: none;
    left: calc(20% - 5px);
    right: calc(20% - 5px);
  }
}

.timetable-page .timetable-container .timeline .act .band-medium {
  font-size: 1.05rem;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act .band-medium {
    font-size: 0.8rem !important;
  }
}

.timetable-page .timetable-container .timeline .act .band-small {
  font-size: 0.9rem;
}

@media (max-width: 1023px) {
  .timetable-page .timetable-container .timeline .act .band-small {
    font-size: 0.7rem !important;
  }
}

.timetable-page .timetable-container .btn-center {
  margin: 50px auto 0 auto;
}

.timetable-page .timetable-container .btn-center .fa {
  margin: 0 20px 0 0;
}

.festival-abc-page .festival-abc-container,
.festival-abc-page .mitmachzentrale-container,
.mitmachzentrale-page .festival-abc-container,
.mitmachzentrale-page .mitmachzentrale-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .festival-abc-page .festival-abc-container,
  .festival-abc-page .mitmachzentrale-container,
  .mitmachzentrale-page .festival-abc-container,
  .mitmachzentrale-page .mitmachzentrale-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.festival-abc-page .festival-abc-container .collapsible,
.festival-abc-page .mitmachzentrale-container .collapsible,
.mitmachzentrale-page .festival-abc-container .collapsible,
.mitmachzentrale-page .mitmachzentrale-container .collapsible {
  border-top: 2px #902667 solid;
  cursor: pointer;
  color: #381c56;
}

.festival-abc-page .festival-abc-container .collapsible.active .open-info i,
.festival-abc-page .mitmachzentrale-container .collapsible.active .open-info i,
.mitmachzentrale-page .festival-abc-container .collapsible.active .open-info i,
.mitmachzentrale-page .mitmachzentrale-container .collapsible.active .open-info i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-header,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-header,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-header,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-header {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-body,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body {
  margin: 0;
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-body .collapsed-body-infos,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .collapsed-body-infos,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .collapsed-body-infos,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .collapsed-body-infos {
  margin-bottom: 50px;
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-body .collapsed-body-infos:last-child,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .collapsed-body-infos:last-child,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .collapsed-body-infos:last-child,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .collapsed-body-infos:last-child {
  margin-bottom: 20px;
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-body .sub-text,
.festival-abc-page .festival-abc-container .collapsible .collapsible-body .sub-text-list li,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text-list li,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .sub-text,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .sub-text-list li,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text-list li {
  font-family: "Cachet-Book", "Georgia", sans-serif;
  max-width: 98%;
  line-height: 25px;
}

.festival-abc-page .festival-abc-container .collapsible .collapsible-body .sub-text a,
.festival-abc-page .festival-abc-container .collapsible .collapsible-body .sub-text-list li a,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text a,
.festival-abc-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text-list li a,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .sub-text a,
.mitmachzentrale-page .festival-abc-container .collapsible .collapsible-body .sub-text-list li a,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text a,
.mitmachzentrale-page .mitmachzentrale-container .collapsible .collapsible-body .sub-text-list li a {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
}

.festival-abc-page .festival-abc-container .cta-button-start,
.festival-abc-page .mitmachzentrale-container .cta-button-start,
.mitmachzentrale-page .festival-abc-container .cta-button-start,
.mitmachzentrale-page .mitmachzentrale-container .cta-button-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0;
}

.festival-abc-page .festival-abc-container .cta-button-end,
.festival-abc-page .mitmachzentrale-container .cta-button-end,
.mitmachzentrale-page .festival-abc-container .cta-button-end,
.mitmachzentrale-page .mitmachzentrale-container .cta-button-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.employment-list h4 {
  text-align: center;
  margin-bottom: .6rem;
  margin-top: 1.5rem;
}

.employment-list .times-slider .slick-prev:before,
.employment-list .times-slider .slick-next:before {
  color: #381c56;
}

.employment-list .times-slider .slick-next {
  right: 0;
  top: 2.3rem;
  z-index: 99;
}

.employment-list .times-slider .slick-prev {
  left: 0;
  top: 2.3rem;
  z-index: 99;
}

.employment-list .times-slider .timebox h5 {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .employment-list .times-slider .timebox h5 {
    font-size: 1rem;
  }
}

.employment-list .times-slider .timebox div {
  width: calc(100% - 4rem);
  margin: 1rem 2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: .5rem;
}

.employment-list .times-slider .timebox div.full {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.employment-list .times-slider .timebox.timebox-first h5 {
  color: #381c56;
}

.employment-list .times-slider .timebox.timebox-first div {
  background: -webkit-gradient(linear, left top, right top, from(#902667), to(#381c56));
  background: linear-gradient(to right, #902667, #381c56);
}

.employment-list .times-slider .timebox.timebox-second h5 {
  color: #902667;
}

.employment-list .times-slider .timebox.timebox-second div {
  background: -webkit-gradient(linear, left top, right top, from(#ffe500), to(#d9525e));
  background: linear-gradient(to right, #ffe500, #d9525e);
}

.employment-list .times-slider .timebox.timebox-third h5 {
  color: #8f0362;
}

.employment-list .times-slider .timebox.timebox-third div {
  background: -webkit-gradient(linear, left top, right top, from(#8f0362), to(#571565));
  background: linear-gradient(to right, #8f0362, #571565);
}

.employment-list .times-slider .timebox.timebox-fourth h5 {
  color: #ed6b24;
}

.employment-list .times-slider .timebox.timebox-fourth div {
  background: -webkit-gradient(linear, left top, right top, from(#f0da00), to(#df7d00));
  background: linear-gradient(to right, #f0da00, #df7d00);
}

.band-page .addReadMore.showlesscontent .SecSec,
.band-page .addReadMore.showlesscontent .readLess {
  display: none;
}

.band-page .addReadMore.showmorecontent .readMore {
  display: none;
}

.band-page .addReadMore .readMore,
.band-page .addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: grey;
  cursor: pointer;
}

.band-page .addReadMoreWrapTxt.showmorecontent .SecSec,
.band-page .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.band-page .band-flex {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .band-page .band-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.band-page .band-flex .band-flex-item1 {
  width: 50%;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .band-page .band-flex .band-flex-item1 {
    width: 100%;
  }
}

.band-page .band-flex .band-flex-item1 .band-image-slider {
  width: 100%;
  margin-top: 20px;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slider-item img {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .draggable {
  padding: 0 !important;
}

.band-page .band-flex .band-flex-item1 .band-image-slider button .slick-prev:before,
.band-page .band-flex .band-flex-item1 .band-image-slider button .slick-next:before {
  color: #381c56;
  font-size: 2rem;
}

.band-page .band-flex .band-flex-item1 .band-image-slider button .slick-prev.slick-arrow,
.band-page .band-flex .band-flex-item1 .band-image-slider button .slick-next.slick-arrow {
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 1023px) {
  .band-page .band-flex .band-flex-item1 .band-image-slider button .slick-prev.slick-arrow,
  .band-page .band-flex .band-flex-item1 .band-image-slider button .slick-next.slick-arrow {
    display: none;
  }
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slick-next {
  right: 0;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slick-prev {
  left: 0;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slick-dots {
  left: 0;
  bottom: -40px;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slick-dots .slick-active button:before {
  color: #381c56;
  opacity: 1;
}

.band-page .band-flex .band-flex-item1 .band-image-slider .slick-dots li button:before {
  color: #381c56;
  font-size: 1rem;
  opacity: .5;
}

.band-page .band-flex .band-flex-item2 {
  width: 50%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .band-page .band-flex .band-flex-item2 {
    width: 100%;
    margin: 0;
  }
}

.band-page .band-flex .band-flex-item2 h2 {
  font-size: 1.8rem;
  margin-top: .9rem;
  margin-bottom: .5rem;
}

.band-page .band-flex .band-flex-item2 p.color-tertiary {
  margin: 0;
}

.band-page .band-flex .band-flex-item2 .textblock .limited-text-overlay {
  display: none;
}

.band-page .band-flex .band-flex-item2 .textblock .limited-text-btn {
  display: none;
}

.band-page .band-flex .band-flex-item2 .textblock .limitless-text-btn {
  display: none;
}

.band-page .band-flex .band-flex-item2 .primary-text p {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
  font-size: 1.2rem;
}

.band-page .band-flex .band-flex-item2 p {
  font-family: "Cachet-Book", "Georgia", sans-serif;
  line-height: 1.3rem;
}

.band-page .band-flex .band-flex-item2 .limited-textblock {
  height: 380px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .band-page .band-flex .band-flex-item2 .limited-textblock {
    height: 350px;
    margin-bottom: 20px;
  }
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limited-text-btn {
  display: none;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limited-text-overlay {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, white 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limited-text-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limited-text-btn .open-text {
  cursor: pointer;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limited-text-btn .open-text .fa {
  color: #381c56;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limitless-text-btn {
  display: none;
  width: 100%;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limitless-text-btn .close-text {
  cursor: pointer;
}

.band-page .band-flex .band-flex-item2 .limited-textblock .limitless-text-btn .close-text .fa {
  color: #381c56;
}

.band-page .band-flex .band-flex-item2 .link-color {
  color: #902667;
  font-weight: bold;
}

.band-page .band-flex .band-flex-item2 .band-page-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.band-page .band-flex .band-flex-item2 .band-page-social .bp-social-icons a {
  margin-right: 5px;
}

.band-page .band-flex .band-flex-item2 .band-page-social .bp-button {
  height: 50px;
}

.band-page .timetable-page .timetable-container .mobile-stage {
  display: none;
}

.band-page .timetable-page .timetable-container .act {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.band-page .timetable-page .timetable-container .act.timetable-height {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.band-page .timetable-page .timetable-container .fourth-stage {
  color: #ed6b24;
}

.band-page .timetable-page .timetable-container .fourth-stage small {
  display: none;
}

.imprint-container,
.constitution-container,
.contact-container,
.contactformular-container,
.partner-container,
.blog-container,
.history-container {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .imprint-container,
  .constitution-container,
  .contact-container,
  .contactformular-container,
  .partner-container,
  .blog-container,
  .history-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.imprint-container h6,
.constitution-container h6,
.contact-container h6,
.contactformular-container h6,
.partner-container h6,
.blog-container h6,
.history-container h6 {
  margin: 20px 0;
}

.imprint-container .sub-headline,
.constitution-container .sub-headline,
.contact-container .sub-headline,
.contactformular-container .sub-headline,
.partner-container .sub-headline,
.blog-container .sub-headline,
.history-container .sub-headline {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
  margin: 10px 0;
}

.imprint-container p,
.constitution-container p,
.contact-container p,
.contactformular-container p,
.partner-container p,
.blog-container p,
.history-container p {
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

.imprint-container a,
.constitution-container a,
.contact-container a,
.contactformular-container a,
.partner-container a,
.blog-container a,
.history-container a {
  font-family: "Cachet-Medium", "Georgia", sans-serif;
  color: #000;
}

.imprint-container .call-to-action-button,
.constitution-container .call-to-action-button,
.contact-container .call-to-action-button,
.contactformular-container .call-to-action-button,
.partner-container .call-to-action-button,
.blog-container .call-to-action-button,
.history-container .call-to-action-button {
  color: #ffdd00;
}

.imprint-container .privacy_check,
.constitution-container .privacy_check,
.contact-container .privacy_check,
.contactformular-container .privacy_check,
.partner-container .privacy_check,
.blog-container .privacy_check,
.history-container .privacy_check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.imprint-container .privacy_check input[type=“checkbox”],
.constitution-container .privacy_check input[type=“checkbox”],
.contact-container .privacy_check input[type=“checkbox”],
.contactformular-container .privacy_check input[type=“checkbox”],
.partner-container .privacy_check input[type=“checkbox”],
.blog-container .privacy_check input[type=“checkbox”],
.history-container .privacy_check input[type=“checkbox”] {
  zoom: 1.5;
  width: 80px !important;
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.imprint-container a,
.constitution-container a,
.contact-container a {
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.constitution-container h6:before {
  content: '\A7';
  font-family: 'Asap', SansSerif;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-container .flex-item1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-container .flex-item1 .flex-1 {
  width: 50%;
  padding: 30px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .contact-container .flex-item1 .flex-1 {
    width: 100%;
  }
}

.contact-container .flex-item1 .flex-2 {
  width: 50%;
  padding: 30px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .contact-container .flex-item1 .flex-2 {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .contact-container .flex-item1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-container .flex-item2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-container .flex-item2 .ap-box {
  position: relative;
  width: 25%;
  padding: 30px;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .contact-container .flex-item2 .ap-box {
    width: 30%;
    padding: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .contact-container .flex-item2 .ap-box {
    width: 50%;
    padding: 20px;
  }
}

.contact-container .flex-item2 .ap-box .ap-img {
  width: 100%;
  margin: 30px auto 0 auto;
}

.contact-container .flex-item2 .ap-box .ap-img img {
  width: 100%;
}

.contact-container .flex-item2 .ap-box .ap-name {
  width: 100%;
  margin-left: 0;
}

.contact-container .flex-item2 .ap-box .ap-name p {
  margin: 10px 0;
}

.contactformular-container .input-field,
.contact-container .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
  margin: 20px 0;
  padding: 10px;
  color: #381c56;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 28, 86, 0.2)), to(rgba(144, 38, 103, 0.2)));
  background: linear-gradient(to right, rgba(56, 28, 86, 0.2) 0%, rgba(144, 38, 103, 0.2) 100%);
}

.contactformular-container .input-field input,
.contact-container .input-field input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: 20px;
  font-size: 1.1rem;
  color: #381c56;
}

.contactformular-container .input-send,
.contact-container .input-send {
  cursor: pointer;
}

.contactformular-container button a,
.contact-container button a {
  color: #902667;
}

.contactformular-container .send-btn,
.contact-container .send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contactformular-container .center-button,
.contact-container .center-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btn-box {
  margin-bottom: -300px;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .contact-btn-box {
    margin-bottom: -250px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .contact-btn-box {
    margin-bottom: -200px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .contact-btn-box {
    margin-bottom: -50px;
  }
}

.partner-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .partner-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.partner-container .flex-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner-container .flex-gallery .flex-item {
  width: 33.3%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .partner-container .flex-gallery .flex-item {
    width: 50%;
    padding: 15px;
  }
}

.partner-container .flex-gallery .flex-item-sm {
  width: 25%;
  padding: 30px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .partner-container .flex-gallery .flex-item-sm {
    width: 50%;
    padding: 0 20px;
  }
}

.partner-container .flex-gallery .flex-item-sm li {
  color: #381c56;
  padding: 5px 0;
}

.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #381c56;
}

.blog-container p {
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

.blog-container .no-background {
  color: #902667;
}

.blog-container .blog-item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

.blog-container .blog-item .small-info {
  font-family: "Cachet-Book", "Georgia", sans-serif;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .blog-container .blog-item {
    width: 50%;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .blog-container .blog-item {
    width: 100%;
  }
}

.blog-container .blog-item img {
  width: 100%;
}

.top-top-sun {
  position: absolute;
  right: -50%;
  top: 5%;
  opacity: 0.5;
  width: 150%;
}

.top-sun {
  position: absolute;
  left: -120%;
  top: 25%;
  opacity: 0.5;
  width: 220%;
}

.center-sun {
  position: absolute;
  right: -50%;
  top: 50%;
  opacity: 0.5;
  width: 150%;
}

.bottom-sun {
  position: absolute;
  left: -80%;
  top: 75%;
  opacity: 0.5;
  width: 180%;
}

.history {
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline .hide-on-mobile {
    display: none;
  }
}

.history .timeline ul {
  position: relative;
}

.history .timeline ul li {
  width: 6px;
  height: 450px;
  margin: 0 auto;
  background: #381c56;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .history .timeline ul li {
    height: 350px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li {
    margin: 0;
  }
}

.history .timeline ul li:first-child:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #381c56;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li:first-child:before {
    left: 3px;
  }
}

.history .timeline ul li:last-child:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #381c56;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li:last-child:after {
    left: 3px;
  }
}

.history .timeline ul li .tl-flex {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history .timeline ul li .tl-flex div h2 {
  margin: 10px 0;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex div p {
    display: none;
  }
}

.history .timeline ul li .tl-flex img {
  height: 450px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .history .timeline ul li .tl-flex img {
    height: 350px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex img {
    height: 350px;
  }
}

.history .timeline ul li .tl-flex span {
  width: 56px;
  background-color: #381c56;
  height: 6px;
  position: relative;
  z-index: 0;
}

.history .timeline ul li .tl-flex span.left-line {
  margin-left: 56px;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex span.left-line {
    position: absolute;
    left: -25px;
    top: 50%;
  }
}

.history .timeline ul li .tl-flex span.left-line:after {
  content: '';
  position: absolute;
  right: -26px;
  top: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #381c56;
}

@media screen and (max-width: 1023px) {
  .history .timeline ul li .tl-flex span.left-line {
    width: 31px;
    margin-left: 25px;
  }
}

.history .timeline ul li .tl-flex span.right-line {
  margin-left: -56px;
}

.history .timeline ul li .tl-flex span.right-line:before {
  content: '';
  position: absolute;
  left: -6px;
  top: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #381c56;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex span.right-line:before {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex span.right-line:after {
    content: '';
    position: absolute;
    right: -26px;
    top: calc(50% - 10px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid #381c56;
  }
}

@media screen and (max-width: 1023px) {
  .history .timeline ul li .tl-flex span.right-line {
    width: 31px;
    margin-left: -25px;
    top: 50%;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex span.right-line {
    position: absolute;
    left: 25px;
  }
}

.history .timeline ul li .tl-flex .left {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex .left {
    width: 80%;
    margin: 0 2.5% 0 5%;
    z-index: 10;
  }
}

.history .timeline ul li .tl-flex .left.in-view {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

.history .timeline ul li .tl-flex .left.after {
  text-align: right;
  display: block;
  margin: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex .left.after {
    text-align: center;
    margin: 0 2.5% 0 5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.history .timeline ul li .tl-flex .right {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex .right {
    width: 80%;
    margin: 0 2.5% 0 5%;
    z-index: 10;
  }
}

.history .timeline ul li .tl-flex .right.in-view {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

.history .timeline ul li .tl-flex .right.before {
  text-align: left;
  display: block;
  margin: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .history .timeline ul li .tl-flex .right.before {
    text-align: center;
    margin: 0 2.5% 0 5%;
  }
}

@media screen and (min-width: 1440px) {
  .navigation .mobile-toggle-button {
    display: none;
  }

  .navigation .mobile-toggle {
    display: none;
  }

  .line-up .band-box {
    width: 16.667%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .fk-container {
    padding: 0 30px;
  }

  .navigation {
    padding: 0 30px;
  }

  .navigation .mobile-toggle-button {
    display: none;
  }

  .navigation .mobile-toggle {
    display: none;
  }

  .line-up .band-box {
    width: 16.667%;
  }

  .news-section.oblique-rectangle-fix .img-resp {
    margin-top: -50px;
  }

  .news-section.oblique-rectangle-fix .work-central {
    padding: 150px 0 50px 0;
    margin-top: -300px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .fk-container {
    padding: 0 30px;
  }

  .navigation .flex-navigation {
    padding: 0 30px;
  }

  .navigation .flex-navigation .menu {
    display: none;
  }

  .navigation .flex-navigation .mobile-toggle-button {
    display: block;
  }

  .line-up {
    max-width: 80%;
    margin: 0 auto;
  }

  .line-up.psytrance {
    max-width: 80%;
  }

  .line-up .band-box {
    width: 25%;
  }

  .news-section.oblique-rectangle-fix .img-resp {
    margin-top: -40px;
  }

  .news-section.oblique-rectangle-fix .work-central {
    padding: 100px 0 50px 0;
    margin-top: -250px;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central {
    position: relative;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item {
    width: 100%;
    padding: 0;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .button-left {
    max-width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .fk-container {
    padding: 0 20px;
  }

  .navigation .flex-navigation {
    padding: 0 20px;
  }

  .navigation .flex-navigation .menu {
    display: none;
  }

  .navigation .flex-navigation .mobile-toggle {
    padding: 0 20px;
  }

  .line-up {
    max-width: 100%;
    margin: 0 auto;
  }

  .line-up.psytrance {
    max-width: 80%;
  }

  .line-up .band-box {
    width: 33.33%;
  }

  .news-section.oblique-rectangle-fix .img-resp {
    margin-top: -30px;
  }

  .news-section.oblique-rectangle-fix .work-central {
    padding: 50px 0 50px 0;
    margin-top: -50px;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central {
    position: relative;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .flex-text .flex-item {
    width: 100%;
    padding: 0;
  }

  .news-section.oblique-rectangle-fix .work-central .cta-central .button-left {
    max-width: 100%;
  }

  .fk-footer .footer {
    padding: 20px;
  }

  .fk-footer .footer .flex-footer {
    display: none;
  }

  .fk-footer .footer .flex-footer-mobile .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    margin: 30px auto 20px auto;
  }

  .fk-footer .footer .flex-footer-mobile .footer-nav a {
    color: #ffdd00;
  }

  .fk-footer .footer .flex-footer-mobile .social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }

  .fk-footer .footer .flex-footer-mobile .social-footer .social-icons a {
    padding: 0 3px;
  }

  .fk-footer .footer .flex-footer-mobile .social-footer .social-icons a i {
    color: #ffdd00;
  }
}

@media screen and (max-width: 414px) {
  .news-section.oblique-rectangle-fix .work-central {
    padding: 50px 0 50px 0;
    margin-top: -50px;
  }
}

.error-page-div {
  text-align: center;
  margin-bottom: 200px;
}

.error-heading {
  margin-top: 150px;
}

