*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd{margin:0;padding:0}h1{text-align:center;font-size:var(--font-size-heading);font-weight:900;width:100%;text-transform:uppercase;padding:var(--spacing-md) 0;flex-shrink:0;letter-spacing:.05em}.timetable{display:flex;flex-direction:column;width:100%;height:100%;margin:0;padding:0}.timetable__nextmatch{flex:1 1 auto;display:flex;flex-direction:column;padding:0 var(--spacing-lg);min-height:0;overflow:hidden}.timetable__list{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-evenly;overflow:hidden;counter-reset:waitlist}.timetable__item{display:grid;grid-template-columns:clamp(100px,12vw,300px) 1fr;gap:clamp(16px,2vw,40px);align-items:center;padding:0;margin:0;font-size:var(--font-size-list);line-height:1.3rem}.timetable__item:last-child{border-bottom:none}.timetable__konkurrenz{font-weight:700;white-space:nowrap}.timetable__match{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.timetable__teams{flex:1 1 auto}.timetable__platz{flex-shrink:0;min-width:clamp(60px,8vw,140px);text-align:right;font-weight:700}.timetable__waitlist{flex-shrink:0;min-width:clamp(60px,8vw,140px);text-align:right;counter-increment:waitlist;font-style:italic;color:#666;padding-right:6px}.timetable__waitlist:before{content:"Warteliste " counter(waitlist)}.timetable__sponsors{flex:0 0 var(--sponsor-height);width:100%;margin:1rem 0;overflow:hidden;position:relative;background:#fff}.sponsor-container{display:flex;height:100%;align-items:center;animation:scroll 180s linear infinite;white-space:nowrap}.sponsor-container img{background:#fff;box-shadow:0 0 clamp(5px,.5vh,10px) 0 #0000001a;border:1px solid #ccc;width:auto;height:var(--sponsor-img-height);max-height:calc(var(--sponsor-height) - 1.5vh);-o-object-fit:contain;object-fit:contain;padding:clamp(6px,.8vh,16px);margin:clamp(4px,.5vh,10px)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-700%)}}
