
<-- !Style-CSS für neue Elemnte -->


  .early-bird-ticket {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .grayinfoButton {
    margin-top: 12px;
    font-weight: 600;
    border-radius: 12px;
    padding: 10px 30px;
    text-align: center;
    background-color: #707070;
    display: inline-block;
  }
  .timeticketbutton {
        color: #000;
        background: linear-gradient(180deg, #fbde82 0, #e39e36);
    display: block;
    border-radius: 15px;
    max-width: 150px;
  }
  .shortinfo {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    color: #fff;
}
  .shortinfoevent {
    display: flex;
    flex: 70%;
    align-items: center;
  }
  .shortinfoevent h2 {
    font-size: 1.625rem;
  }
  .shortinfoevent h3 {
    font-size: 1rem;
  }
  
  .datum {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 0;
    border-bottom: solid #ffffff80 2px;
    align-items: center;
  }
  .datum:last-child {
    border-bottom: none;
  }
  
.essentialinfo {
        display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 15px;
    width: 100%;
    color: #fff;
    }

  .hotline-infobox {
    flex: 40%; padding: 12px; border-left: solid #ffffff80 2px;
  }  
  
  
  .datecontainer{
    flex: 0 0 40%; padding: 12px 12px 12px 0;
  }
  
  .timecontainer{
    font-weight: 500;
    flex: 0 0 20%;
    padding: 14px 1%;
    text-align: center;
    margin: 0;
  }
     .timecontainer .timeticketbutton {
        margin: 0;
       padding: 0.2rem;
       color:#000;
    }
.datecontainer  .timeticketbutton {
    margin: 0;
  }  
  
  .datecontainer h2 {
    font-size: 1.2rem;
}
@media (max-width: 919px) {
 
  .early-bird-ticket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .shortinfoevent h2 {
    font-size: 1.25rem;
  }
  .shortinfoevent h3 {
    font-size: 1rem;
  }
  
    .essentialinfo {
        
        flex-direction: column;
    }
  .hotline-infobox {
    border-left: none;
    text-align: center;
  }  
  .datecontainer h2 {
    font-size: 1rem;
}
  .essentialinfo, .timecontainer, .datecontainer {
    
   padding: 0 ;
  }
  
     .timecontainer .timeticketbutton {
        font-size: 0.8rem;
       }
  
  .shortinfoevent {
    display:block;
  }
  
  
}  



<-- !Style CSS für neue Elemnte Ende -->


<!-- Sprachauswahl-Dropdown fix -->



.m-header-cavalluna-1__language-wrapper {
    min-width: 73px;
}
  
@media (max-width: 919px) {  
ul.m-header-cavalluna-1__language-list {
    white-space: pre-wrap;
}
  }


  <!-- Slider und Footer Fix Ende -->

  <!--   -->


  .m-slider-special-cavalluna-1__go-to {
    overflow: hidden;
}
  
@media (max-width: 919px) {
  
  .m-footer-cavalluna-1__meta img {
    width: 100%;
}
}

<!-- Slider und Footer Fix Ende -->


<!-- Zitat-Slider Anpassungen -->


  .m-slider-review-cavalluna-1__dots {
        display: none;
    }
  

  .m-slider-review-cavalluna-1 {
    padding: 25px 0 11px 0;
  
     }
    
@media (max-width: 1120px) {
    .m-slider-review-cavalluna-1 {
        padding: 25px 0 25px 0;
      }
  }
  
 <!-- Zitat-Slider Anpassungen Ende -->

<!-- eigener Zitat-Slider extra Textanpassung -->


 .c-teaser-quote-1__quotesources {
    font-size:0.7rem;
   font-weight: 600;
      margin-top:-1.3rem;
}
  
  .c-teaser-quote-1__quotesources i {
    
      font-weight: 200;
     
}

<!-- eigener Zitat-Slider extra Textanpassung Ende -->
