.timetable__row{padding:2.5rem 0}.timetable__col,.timetable__row{display:flex;flex-direction:column}.timetable__row--tag{width:100%}.timetable__col--tag{background-color:var(--secondary-color);border-radius:90px;color:var(--primary-color);display:inline-block;font-size:14px;font-weight:var(--font-weight-base);margin-bottom:1rem;padding:6px 20px;width:max-content;&.ankommen,&.vortrag{background-color:var(--secondary-color)}&.pause{background-color:var(--link-color)}&.kundenpanel{background-color:var(--background-color)}&.extra_ride_time{background-color:var(--error-color);color:var(--white-color)}}.timetable__col--module,.timetable__col--time{width:100%}.timetable__speaker{display:flex;flex-direction:row;gap:.75rem;margin-top:1rem}.timetable__speaker--img{align-items:center;display:flex;justify-content:flex-start}.timetable__speaker--img img{border-radius:50%;height:70px;object-fit:cover;width:70px}.timetable__speaker--info{display:flex;flex-direction:column;justify-content:center}.timetable__divider{display:flex;line-height:0;width:100%}.timetable__divider--svg{display:block;height:var(--divider-height,3px);width:var(--divider-width,100%)}.timetable__divider--svg line{stroke:currentColor;stroke-dasharray:var(--divider-dash,4) var(--divider-gap,30);stroke-linecap:round;stroke-width:var(--divider-height,3px);vector-effect:non-scaling-stroke}@media screen and (min-width:1200px){.timetable__row{flex-direction:row;flex-wrap:wrap}.timetable__col--time{width:25%}.timetable__col--module{width:75%}}@media screen and (max-width:1199px){.timetable__col--time h3{font-size:28px}}