 .column {
  display: none; /* Hide columns by default */
}
.show {
  display: block;
}
.typeday1{
}
.typeday2{
}
.typeday3{
}
/*----- Lineup--- */
section.lineup{
  width: 100%;
}
section.lineup ul.whatson-dates{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.lineup ul.whatson-dates li{ 
  padding: 5px;
  margin: 0;
  width: 330px;
}
section.lineup ul.whatson-dates li h3{
  padding: 0;
  margin: 0;
  font-size: 1em;
  width: 100%;
}
section.lineup ul.whatson-dates li h3 button,
section.lineup ul.whatson-dates li h3 a{
  padding: 10px;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  /*border: 0px solid rgba(0,0,0,0);*/
  font-weight: 400;
  font-size: 0.9em;
  opacity: 0;
}
section.lineup ul.whatson-dates li span{
    font-size: 1.43em;
    display: block;
    width: 100%;
    font-weight: 700;
    padding-bottom: 3px;
}
section.lineup ul.whatson-dates li.show-all-button{
  width: 40px;
  margin-right: -40px;
}
section.lineup ul.whatson-dates li h3 button.all-button{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;    
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
section.lineup ul.whatson-dates li h3 button.all-button svg{
  transform: rotate(45deg);
  width: 100%;
  fill: rgba(255, 255, 255, 0.1);
}
section.lineup ul.whatson-acts{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0 0 30px;
  margin: 0;
  flex-wrap: wrap;
}
section.lineup ul.whatson-acts li{ 
  width: calc((100% / 4) - 10px);
  margin: 5px;
  background: #ccc;
  position: relative;
}
section.lineup ul.whatson-acts li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
section.lineup ul.whatson-acts li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.lineup ul.whatson-acts li a article{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
section.lineup ul.whatson-acts li a article img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.lineup ul.whatson-acts li a article header{
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease-in-out 0.4s;
}
section.lineup ul.whatson-acts li:hover a article header{
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.lineup .all-acts{
  width: 100%;
  text-align: center;
}
section.lineup .all-acts a{
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  background: #ccc;
  color: #333;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}
section.lineup .all-acts a:hover{
  background: #333;
  color: #fff;
}

section.lineup ul.whatson-acts li.headline-act.showing,
section.lineup ul.whatson-acts li.showing{ 
  width: calc((100% / 5) - 10px);
}
section.lineup ul.whatson-acts li.headline-act.showing{
  position: relative;
}
section.lineup ul.whatson-acts li.headline-act .headline-star{
  mix-blend-mode: difference;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: none;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.2);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  position: absolute;
}
section.lineup ul.whatson-acts li.headline-act.showing .headline-star svg{
  fill: #fff;
  width: 20px;
  height: auto;
}
section.lineup ul.whatson-acts li.headline-act.showing .headline-star{
  display: flex;
}

section.lineup ul.whatson-acts li.headline-act.headliner2{ 
  width: calc((100% / 2) - 10px);
}

section.lineup ul.whatson-acts li.headline-act.headliner3,
section.lineup ul.whatson-acts li.headline-act.headliner6,
section.lineup ul.whatson-acts li.headline-act.headliner9,
section.lineup ul.whatson-acts li.headline-act.headliner12,
section.lineup ul.whatson-acts li.headline-act.headliner15,
section.lineup ul.whatson-acts li.headline-act.headliner18,
section.lineup ul.whatson-acts li.headline-act.headliner21,
section.lineup ul.whatson-acts li.headline-act.headliner24,
section.lineup ul.whatson-acts li.headline-act.headliner27,
section.lineup ul.whatson-acts li.headline-act.headliner30{ 
  width: calc((100% / 3) - 10px);
}
section.lineup ul.whatson-acts li.headline-act.headliner4,
section.lineup ul.whatson-acts li.headline-act.headliner8,
section.lineup ul.whatson-acts li.headline-act.headliner12,
section.lineup ul.whatson-acts li.headline-act.headliner16,
section.lineup ul.whatson-acts li.headline-act.headliner20,
section.lineup ul.whatson-acts li.headline-act.headliner28,
section.lineup ul.whatson-acts li.headline-act.headliner32{ 
  width: calc((100% / 4) - 10px);
}
section.lineup ul.whatson-acts li.headline-act.showing,
section.lineup ul.whatson-acts li.showing{ 
  width: calc((100% / 5) - 10px);
}
@media screen and (max-width: 1050px){
  section.lineup ul.whatson-acts li {
    width: calc((100% / 4) - 10px);
  }
}
@media screen and (max-width: 900px){
  section.lineup ul.whatson-acts li {
    width: calc((100% / 3) - 10px);
  }
  section.lineup ul.whatson-acts li.headline-act .headline-star{
    display: flex;
  }
}
@media screen and (max-width: 600px){
  section.lineup ul.whatson-acts li,
  section.lineup ul.whatson-acts li.headline-act.headliner4,
  section.lineup ul.whatson-acts li.headline-act.headliner8,
  section.lineup ul.whatson-acts li.headline-act.headliner12,
  section.lineup ul.whatson-acts li.headline-act.headliner16,
  section.lineup ul.whatson-acts li.headline-act.headliner20,
  section.lineup ul.whatson-acts li.headline-act.headliner28,
  section.lineup ul.whatson-acts li.headline-act.headliner32,
  section.lineup ul.whatson-acts li.headline-act.headliner3,
  section.lineup ul.whatson-acts li.headline-act.headliner6,
  section.lineup ul.whatson-acts li.headline-act.headliner9,
  section.lineup ul.whatson-acts li.headline-act.headliner15,
  section.lineup ul.whatson-acts li.headline-act.headliner18,
  section.lineup ul.whatson-acts li.headline-act.headliner21,
  section.lineup ul.whatson-acts li.headline-act.headliner24,
  section.lineup ul.whatson-acts li.headline-act.headliner27,
  section.lineup ul.whatson-acts li.headline-act.headliner30{ 
    width: calc((100% / 2) - 10px) !important;
  }
  section.lineup ul.whatson-acts li.headline-act .headline-star{
    display: flex;
  }
}
@media screen and (max-width:1000px){
    section.lineup ul.whatson-dates li {
        width: 50%;
    }
    section.lineup ul.whatson-dates {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:750px){
    section.lineup ul.whatson-dates li {
        width: calc(100% - 50px);
    }
}
@media screen and (max-width:450px){
    section.lineup ul.whatson-dates li h3 button{
      font-size: 0.8em;
    }
   section.lineup ul.whatson-dates li span {
    font-size: 1.13em;
  }
}
@media screen and (max-width: 320px){
  section.lineup ul.whatson-acts li {
    width: calc((100% / 1) - 10px) !important;
  }
}