DEMO CSS Kulturserver Ein paar Zeilen CSS Code um die Funktion des Kalenders zu verdeutlichen Page BG von Color Slider eingestellt -> #6E6B6B ----------------------------------------------------------------------- .calendar-overview * { font-family: fantasy !important; } .calendar-overview .calendar-header{ border-radius: 35px; } @media screen and (min-width: 1024px) { .calendar-overview .event-col { margin-bottom: 10px; } } .calendar-overview .picture-container { border-radius: 50px; } .calendar-overview .event-bg { width: 95%; border: 0px solid #D8D8D8; border-radius: 50px; height: 270px !important; } .calendar-overview .event-info-container{ border: none !important; border-radius: 35px !important; } .calendar-overview .picture-container .event_img_copyright { border-radius: 20px; } .calendar-overview .date-day { font-size: 35px !important; color: #000f65; /* text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); */ margin: 10px 15px; background: rgba(255, 255, 255, 0.65); padding: 0px 15px; border-radius: 50px; } .calendar-overview .category-label { background-color: #042a75 !important; font-size: 13px !important; letter-spacing: 4px; padding: 2px 20px; border-radius: 12px; }