/* Stundenplan Responsive */
@media(max-width:768px){
  .mac-calendar{
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  .mac-day-block{
    margin-bottom:2px;
  }
  .mac-reviews{
    grid-template-columns:1fr !important;
  }
  .mac-gruppen{
    gap:8px !important;
  }
  .mac-gruppen > div{
    padding:8px 12px !important;
    font-size:.8rem !important;
  }
  .mac-stundenplan h1{
    font-size:1.5rem !important;
  }
  .mac-cta-buttons{
    flex-direction:column !important;
    align-items:center !important;
  }
}
