header{position:sticky;top:0;background-color:#fff;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ccc;z-index:1000;height:3rem;padding:.5rem 0;overflow-y:hidden}@media (min-width: 768px){header{padding:.5rem 1rem}}@media (max-width: 768px){header h1{font-size:1.4rem}header>span{font-size:1.4rem}}@media (max-width: 480px){header h1{font-size:1.2rem;text-align:center}header>span{margin-top:1rem}header>span>span{font-size:1.2rem}header>span>span:nth-child(2){transform:scale(.7)}}header h1{display:flex;flex-direction:row;align-items:center;justify-content:center;height:2.5rem;gap:2rem;margin:0}header>span{display:flex;flex-direction:column;align-items:center;justify-content:start;font-size:1.6rem;font-weight:400;height:2.5rem;padding-top:.5rem;transition:all .4s ease-in-out;animation:jump 5s ease-in infinite}header:hover>span{transform:translateY(-65%);animation:none}@keyframes jump{0%{transform:translateY(0)}10%{transform:translateY(-20%)}20%{transform:translateY(0)}}.activity-header{background-color:var(--light-blue);padding:1rem;font-size:1.2rem;display:flex;flex-direction:row;justify-content:left;align-items:center;gap:1rem}.activity-header>img{height:2rem}.activity{margin:.5rem .5rem 2rem;border:1px solid lightgray;transition:all .4s ease-in-out}.activity:hover{box-shadow:0 0 3px 3px #d3d3d3}.activity-body{padding:1rem}.activity-description{padding:1rem 0}.activity-teacher:before{content:"Lehrpersonen: "}.activity-meeting:before{content:"Treffpunkt: "}.table-2{margin-top:1rem;display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 560px){.table-2{grid-template-columns:repeat(2,1fr)}}.column>div{padding:.5rem}.column>.col-header{text-align:center;padding:.25rem;font-weight:700}.alert{display:flex;margin:1rem;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.timetable{margin:0}.timetable>h2{margin-bottom:0}.timetable>ul{margin:0;padding:0}.time-entry{display:grid;align-items:center;grid-template-columns:repeat(3,1fr);height:3rem;border-bottom:1px solid #ccc}.time-entry:nth-child(2n){background-color:#f5f5f5}.arrival-departure{display:flex;flex-direction:column;justify-content:center;align-items:left;gap:.5rem}.spacer{margin:2rem auto;border:1px solid lightgrey;height:0px;width:15rem;border-radius:5px}.downhill-times{margin:1rem auto;display:flex;flex-direction:column}.downhill-col:nth-child(2n){background-color:#d3d3d3}.downhill-col{padding:.25rem;display:grid;grid-template-columns:2fr repeat(5,1fr)}.downhill-col>span{text-align:center}.downhill-col>span:first-child{font-weight:700;text-align:left}.traincomposition-row{display:grid;grid-template-columns:1fr 4fr;padding:.25rem;align-items:center}.traincomposition-row:nth-child(2n){background-color:#d3d3d3}.waggon-composition{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-content:space-evenly}.class-and-lp{display:flex;flex-direction:column;align-items:center;justify-content:center}.class-and-lp>span:first-child{font-weight:700}.inset{margin:1rem 4rem 1rem 0rem}aside{position:fixed;top:3.5rem;right:10px;width:80px;height:calc(100% - 4rem);padding:0;overflow-y:hidden;display:flex;flex-direction:column;justify-content:space-between;scrollbar-width:none}aside>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}aside>ul>li{height:80px;width:80px;border-radius:50%;background-color:#d5e9f6cc;display:flex;justify-content:center;align-items:center}aside>ul>li:hover{background-color:#c5d9f6}aside>ul>li>a{display:flex;justify-content:center;align-items:center;flex-direction:column;text-decoration:none;font-weight:700;font-size:.8rem;color:#000}aside>ul>li>a>img{height:30px;padding-bottom:.5rem}aside>ul.jura>li{background-color:#f64020cc}aside>ul.jura>li:hover{background-color:#f63010}@media (min-width: 768px){aside{right:20px;width:100px}aside>ul>li{height:100px;width:100px}aside>ul>li>a>img{height:40px}}.jura-container{display:flex;flex-direction:column;align-items:left;justify-content:center;gap:1rem}.center{margin-top:2rem;text-align:center}.center img{width:80%}.rule{border:1px solid #eF5930;border-radius:.25rem;margin:1rem 0}.rule-header{text-align:center;font-size:1.5rem;background-color:#ef5930}.rule-body{padding:.5rem}.time-table{display:flex;flex-direction:column;align-items:left;justify-content:space-between;font-size:.8rem}.time-column{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:1rem;width:100%}.time-column:nth-child(odd){background-color:#d3d3d3}.time-column:first-child{background-color:#fff}.time-column>.time-cell{padding:.25rem}.emergency-table{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.emergency-header{background-color:#ff4500;text-align:center;color:#fff;font-size:2rem;padding:.75rem;font-weight:700}.emergency-body{padding:1rem}.emergency-entry{box-shadow:#ff4500 0 5px 15px}.emergency-numbers{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem;gap:1rem}.emergency-numbers>div{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:1rem}body{padding:0;margin:0}:root{--light-blue: #D5E9F6cc}*,*:before,*:after{box-sizing:border-box}body{background-color:#d3d3d3;text-align:justify}.container{display:flex;flex-direction:column;justify-content:center;width:clamp(340px,100%,960px);margin:0 auto;background-color:#fff;padding:.5rem 2rem}
