/*
Theme Name: Dampfzentrale
Theme URI: http://dampfzentrale.ch
Author: SRSLY
Author URI: https://srsly.ch/
Text Domain: dampfzentrale
*/

#section-program-main.init-static #calendar-month-section-first {
    padding: 33px 0 !important;
}

.festival-button {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
}

.event-wrapper.abgesagt, .event-wrapper.abgesagt .event--details--series, .event-wrapper.abgesagt .event--details--spitzmarke {
    color: #9b9b9b !important;
}

@media (min-width: 1100px) {
    .festival-button {
        width: 275px !important;
        height: 275px !important;
        top: -100px !important;
    }
}

@media (min-width: 768px) {
    .festival-button {
      border-radius: 50%;
      display: flex;
      width: 200px;
      height: 200px;
      background-color: black;
      color: white;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      filter: drop-shadow(0 0 10px white);
      transform: rotate(20deg);
      text-decoration: none;
      position: absolute;
      top: -60px;
      left: 20%;
    }
    
    .festival-button:hover {
      background-color: white;
      color: black;
    }
    
}

@media (max-width: 767px) {
 body.term-1970 .festival-archive--nav-infos {
        padding-top: 20px;
    }   
}

@media (min-width: 576px) {
    #section-program-main.init-static #calendar-month-section-first {padding: 24px 0 !important;}
}