:root{--text:#05151a;--background:#fff;--primary:#59c7eb;--secondary:#a6e1f4;--accent:#00a9e0;--line-color:#e1e2e5;--standard-box-shadow:0 0 182px 0px #0003;--positive:#00a9e0;--negative:#e33467;--neutral:#424242;--normal-weight:300;--bold-weight:600;--border-radius:5px;--seperator:1px solid var(--line-color);font-size:21px}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu/Ubuntu-Regular.ttf);font-weight:400}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu/Ubuntu-Bold.ttf);font-weight:700}@font-face{font-family:Ubuntu;src:url(/fonts/Ubuntu/Ubuntu-Italic.ttf);font-style:italic}@font-face{font-family:Ubuntu;src:local(Ubuntu),url(/fonts/Ubuntu/Ubuntu-BoldItalic.ttf);font-weight:700;font-style:italic}*{box-sizing:border-box}body{background-color:var(--background);min-height:100vh;color:var(--text);flex-direction:column;justify-content:space-between;align-items:center;gap:4px;margin:0;padding:0;font-family:Ubuntu,sans-serif;display:flex}footer{text-align:center;padding:1em;bottom:0;left:0;right:0}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word;text-overflow:ellipsis;text-wrap:wrap;margin:0;overflow-x:hidden}h1~:not(h2),h2~:not(h3),h3~:not(h4),h4~:not(h5),h5~:not(h6){margin-top:1.4em}p,a,button,h1,h2,h3,h4,h5,h6,li,span{color:var(--text)}p~h1,p~h2{margin-top:3em;margin-bottom:.8em}p~h3,p~h4{margin-top:2em;margin-bottom:.5em}p~h5,p~h6{margin-top:1em;margin-bottom:.2em}h1~p,h2~p{margin-top:.8em}h3~p,h4~p{margin-top:.5em}h5~p,h6~p{margin-top:.2em}p{text-overflow:ellipsis;overflow:hidden}p,ul,li,a{max-width:1000px;line-height:1.5}a{text-decoration:none}.highlight{background-color:var(--secondary);border:none;padding:4px;font-weight:700}a.pill{background-color:var(--primary);z-index:9999;border:none;border-radius:5px;margin:0 5px;padding:2px 5px;font-weight:700}a.pill.left{border-right:1px solid var(--text);border-top-right-radius:0;border-bottom-right-radius:0}a.pill.right{border-top-left-radius:0;border-bottom-left-radius:0}i{color:var(--text);margin:0 .5em;font-size:1.2em}img{max-width:100%;height:auto}video{max-width:100%;max-height:70vh}a,button{font-weight:var(--bold-weight);border:none;border-bottom:2px solid var(--accent)}a:hover,button:hover{background-color:var(--primary)}button,a,p{margin-bottom:1em}a.more{font-weight:var(--bold-weight);background-color:var(--primary);border-radius:4px;margin:2em 0;padding:1em 2em}a.more:hover{box-shadow:inset 0 0 180px #ffffff1a}a.icon{background-color:#0000;border:none}a.icon:hover{background-color:#0000}.uni-logo{width:100%;height:auto}.link-block{background-color:var(--primary);font-weight:var(--bold-weight);text-align:center;border:none;width:100%;padding:.3em .5em;line-height:1.5;transition:background-color .1s;display:block}.link-block:hover{background-color:var(--secondary)}form{flex-direction:column;justify-content:center;align-items:flex-start;margin:2em 1em;display:flex}form *{width:100%}form input[type=submit]{margin-top:1em}.timeline_container{flex-direction:column;max-height:60vh;display:flex;position:sticky;top:0;overflow:auto}table.timeline{border-spacing:1px;background:#fff;width:100%;display:table;overflow:scroll auto}table.timeline th,table.timeline td.room{border:var(--seperator);background-color:#fff;padding:4px}table.timeline>tbody>tr>:first-child{z-index:400;text-align:center;position:sticky;left:0}table.timeline>thead,table.timeline>thead>tr>th{background-color:var(--background);z-index:401;position:sticky;top:0}table.timeline>tbody>td:not(:first-child),table.timeline>thead th.time{width:100px;min-width:100px;max-width:100px}table.timeline td.event-group{height:fit-content;padding:2px;position:relative}table.timeline td.event-group div.event{white-space:nowrap;background-color:var(--background);border:var(--seperator);border-radius:2px;height:100%;padding:4px;position:absolute;top:0;overflow:hidden}table.timeline td.event-group div.event span{width:max-content;display:inline-block}table.timeline td.event-group div.event.freiraum{background-color:var(--primary);opacity:1;border:none}table.timeline td.event-group div.event.freiraum span{background-color:var(--primary);color:var(--text)}#timeline #indicator{border-right:2px solid var(--negative);z-index:1000;height:100%;position:absolute;transform:translate(-2px)}#map{width:100vw;max-width:100%;height:80vh}#rooms:not(.hide){flex-flow:wrap;justify-content:flex-start;display:flex}#rooms .room{max-width:400px;margin-left:24px}#rooms .room table{border-spacing:12px 0;margin-top:0}tr.closed{opacity:.1}#ok,#error,#loading{max-width:100%}#loading-container:not(.hide){flex-direction:column;align-items:center;display:flex}#loading{border:8px solid var(--line-color);border-top:8px solid var(--accent);border-radius:50%;width:120px;height:120px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hide{display:none}@media screen and (width<=900px){:root{font-size:16px}}.site-header[data-astro-cid-nen7h5rs]{background-color:var(--background);z-index:9000;flex-direction:column;width:100%;display:flex}.site-header[data-astro-cid-nen7h5rs] [data-astro-cid-nen7h5rs]{user-select:none}.site-header[data-astro-cid-nen7h5rs] .banner[data-astro-cid-nen7h5rs] .title[data-astro-cid-nen7h5rs]{font-size:2em;font-weight:var(--bold-weight)}.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner{border-bottom:var(--seperator);flex-direction:row;justify-content:space-between;align-items:center;padding:1em;display:flex}.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner a[data-astro-cid-nen7h5rs],.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner p[data-astro-cid-nen7h5rs]{margin:0}.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner p[data-astro-cid-nen7h5rs]{font-size:1em}.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner>.header-title[data-astro-cid-nen7h5rs]>a[data-astro-cid-nen7h5rs],.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner>#header-logo[data-astro-cid-nen7h5rs]{border:none;font-size:1.5em}.logo-large[data-astro-cid-nen7h5rs]{width:8em;padding:8px;display:block}a[data-astro-cid-nen7h5rs]#header-logo:hover{background-color:#0000}@media screen and (width<=800px){.site-header[data-astro-cid-nen7h5rs] #header-logo[data-astro-cid-nen7h5rs]{content:"";background-color:var(--primary);width:50px;min-width:50px;max-width:50px;height:50px;min-height:50px;max-height:50px}.site-header[data-astro-cid-nen7h5rs] div[data-astro-cid-nen7h5rs].banner .title[data-astro-cid-nen7h5rs]{font-size:1.5rem}.site-header[data-astro-cid-nen7h5rs] #header-logo[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs],.site-header[data-astro-cid-nen7h5rs] #header-logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{display:none}}#popup-overlay[data-astro-cid-sxuty7bd]{visibility:hidden;z-index:9998;background-color:#0006;width:100vw;height:100vh;position:fixed;top:0}#popup[data-astro-cid-sxuty7bd]{background-color:var(--secondary);z-index:9999;border-radius:2px;min-width:100px;min-height:100px;padding:8px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#popup[data-astro-cid-sxuty7bd] h3{background-color:var(--primary);padding:1px 4px}#popup[data-astro-cid-sxuty7bd] .room_id{width:min-content;margin-bottom:4px}#popup[data-astro-cid-sxuty7bd] .room_id~h3{margin-top:0}main[data-astro-cid-prdc47d4]{flex-direction:column;align-items:center;width:100%;height:100%;padding:0 2em;display:flex;position:relative}@media screen and (width<=1200px){main[data-astro-cid-prdc47d4]{width:100%;padding:0}}footer[data-astro-cid-jo6i4kqk]{text-align:center;box-shadow:var(--standard-box-shadow);flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:2rem;padding:1rem 1rem 2rem;display:flex}footer[data-astro-cid-jo6i4kqk] .contact[data-astro-cid-jo6i4kqk]{flex-direction:row;justify-content:center;gap:1rem;display:flex}footer[data-astro-cid-jo6i4kqk] div[data-astro-cid-jo6i4kqk].links{flex-direction:row;justify-content:center;gap:.5rem;display:flex}#toolbar[data-astro-cid-acty5a5o]{flex-direction:row;justify-content:flex-start;display:flex}.card[data-astro-cid-yk4hkwyg]{flex-direction:column;margin:1em;display:flex}.card-body[data-astro-cid-yk4hkwyg]{border-radius:var(--border-radius);width:100%;min-height:60vh;max-height:100%;box-shadow:var(--standard-box-shadow);flex-direction:column;padding:2em;display:flex;overflow:hidden auto}.card-body[data-astro-cid-yk4hkwyg]>h1[data-astro-cid-yk4hkwyg],.card-body[data-astro-cid-yk4hkwyg]>h2[data-astro-cid-yk4hkwyg],.card-body[data-astro-cid-yk4hkwyg]>h3[data-astro-cid-yk4hkwyg],.card-body[data-astro-cid-yk4hkwyg]>h4[data-astro-cid-yk4hkwyg],.card-body[data-astro-cid-yk4hkwyg]>h5[data-astro-cid-yk4hkwyg],.card-body[data-astro-cid-yk4hkwyg]>h6[data-astro-cid-yk4hkwyg]{margin-top:0}@media screen and (width<=900px){.card-body[data-astro-cid-yk4hkwyg]{margin:0;padding:1em}}@media screen and (width<=1200px){.card[data-astro-cid-yk4hkwyg]{margin-left:0;margin-right:0}}.holder[data-astro-cid-gtv44u5l]{justify-content:center;display:flex}.item[data-astro-cid-gtv44u5l]{z-index:100;cursor:pointer;user-select:none;border-radius:8px 8px 0 0;flex-direction:row;margin:0 16px;display:flex}.item[data-astro-cid-gtv44u5l],.item[data-astro-cid-gtv44u5l]:before,.item[data-astro-cid-gtv44u5l]:after{background:#cceef9}.content[data-astro-cid-gtv44u5l]{padding:4px}.item[data-astro-cid-gtv44u5l]:before,.item[data-astro-cid-gtv44u5l]:after{z-index:99;content:"";width:16px;height:100%;display:block;position:relative}.holder[data-astro-cid-gtv44u5l].selected>.item[data-astro-cid-gtv44u5l],.holder[data-astro-cid-gtv44u5l].selected>.item[data-astro-cid-gtv44u5l]:before,.holder[data-astro-cid-gtv44u5l].selected .item[data-astro-cid-gtv44u5l]:after{background:#fff}.item[data-astro-cid-gtv44u5l]:before{border-radius:8px 0 0;transform:skew(-20deg)translate(-50%)}.item[data-astro-cid-gtv44u5l]:after{border-radius:0 8px 0 0;transform:skew(20deg)translate(50%)}#content[data-astro-cid-66s3zwgs]{flex-direction:column;height:100%;display:flex;overflow:hidden}
