*{box-sizing:border-box}::selection{background:rgb(var(--accent-color));color:rgb(var(--image-text-color));text-shadow:none}body{--accent-color:32,176,48;--text-color:255,255,255;--light-text-color:170,170,170;--header-background:14,14,14;--background:30,30,30;--light-background:46,46,46;--footer-background:14,14,14;--image-text-color:255,255,255;--image-background:0,0,0}body,html{background:rgb(var(--background));color:rgb(var(--text-color));font-family:Roboto,sans-serif;margin:0;padding:0;scroll-behavior:smooth}div#root{display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}main{flex:1 1;margin-top:60px;width:100%}article{margin:0 auto;max-width:1250px;width:100%}h1{font-size:2.5rem}h1,h2{font-weight:500;margin:0}h2{font-size:2rem}h3{font-size:1.75rem;font-weight:500}h3,hr{margin:0}hr{background:rgb(var(--light-text-color));border:none;height:2px}code,ol,p,span,table,ul{font-size:1.25rem;margin:0}p{line-height:1.5}a{color:inherit;font-size:1.25rem;margin:0;text-decoration:none;-webkit-user-select:none;user-select:none}code{font-size:1rem}img{color:#0000;height:auto;-webkit-user-select:none;user-select:none}@media screen and (max-width:600px){article{padding:20px}h1{font-size:2rem}h2{font-size:1.5rem}a,p,span{font-size:1.125rem}}@media screen and (min-width:2800px){article{max-width:2000px}}footer.footer{background:rgb(var(--footer-background));display:flex;flex:0 1;flex-direction:column;width:100%}footer.footer div.links{border-bottom:2px solid rgb(var(--background));color:rgb(var(--text-color));display:none;flex-direction:row;gap:16px;justify-content:center;padding:1.25rem 40px;width:100%}footer.footer div.links a{line-height:0}footer.footer div.links svg{fill:rgb(var(--text-color));height:32px;width:32px}footer.footer div.links svg:hover,footer.footer div.links svg:target{fill:rgb(var(--accent-color))}footer.footer article{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:2rem 40px}footer.footer article div.links{border-bottom:none;color:rgb(var(--text-color));display:flex;flex-direction:row;gap:16px;justify-content:center;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer.footer article div{display:flex;flex-direction:row;gap:20px;justify-content:flex-end;width:230px}footer.footer div.copyright{font-size:1rem;justify-content:flex-start}footer.footer article a{font-size:1rem}footer.footer article a:active,footer.footer article a:hover,footer.footer article a:target{color:rgb(var(--accent-color))}@media screen and (max-width:800px){footer.footer div.links{display:flex;padding:1.25rem 20px}footer.footer article{padding:1.25rem 20px}footer.footer article div.links{display:none}}@media screen and (max-width:600px){footer.footer article{gap:1rem;justify-content:center}footer.footer article div{justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer.footer article div.copyright{display:block;text-align:center;width:100%}}header.header{background:rgb(var(--header-background));box-shadow:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;display:flex;flex-direction:column;max-height:60px;overflow:hidden;position:fixed;top:0;transition:background .5s linear,max-height .5s;-webkit-user-select:none;user-select:none;width:100%;z-index:5}header.header.transparent{background:linear-gradient(rgba(var(--image-background),.8),rgba(var(--image-background),0));box-shadow:none;color:rgb(var(--image-text-color))}header.header div.bar{display:flex;flex-direction:row;height:60px;justify-content:space-between}header.header div.bar-item{align-items:center;display:flex;flex-direction:row;padding:0 4px}header.header a{font-size:1.25rem;margin:.75rem;padding:.25rem}header.header a.logo,header.header a:hover,header.header a:target{color:rgb(var(--accent-color))}header.header a.logo{font-size:1.5rem;font-weight:600;margin:.5rem 12px}header.header a.logo svg{fill:rgb(var(--accent-color));display:block;height:1.75rem}header.header a.logo:hover,header.header a.logo:target{color:rgb(var(--accent-color))}header.header nav.navigation{display:none;flex-direction:column;justify-content:center;padding:8px;text-align:center}header.header nav.navigation a{margin:4px 0}header.header div.menu{cursor:pointer;display:none;margin:.75rem;padding:.25rem}header.header div.menu-bar1,header.header div.menu-bar2,header.header div.menu-bar3{background-color:rgb(var(--text-color));height:3px;margin:8px 0;transition:background .25s,transform .25s,opacity .25s;width:35px}header.header.transparent div.menu-bar1,header.header.transparent div.menu-bar2,header.header.transparent div.menu-bar3{background-color:rgb(var(--image-text-color))}header.header.open div.menu-bar1{background-color:rgb(var(--text-color));transform:translateY(11px) rotate(225deg)}header.header.open div.menu-bar2{background-color:rgb(var(--text-color));opacity:0}header.header.open div.menu-bar3{background-color:rgb(var(--text-color));transform:translateY(-11px) rotate(-225deg)}@media screen and (max-width:600px){header.header div.bar a{display:none}header.header div.bar a.logo,header.header div.menu{display:block}header.header nav.navigation{display:flex}header.header.open{max-height:100%}}img.loading{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff14,#0000);background-position:-400% 0;background-repeat:no-repeat;background-size:80% 100%}main.about article{padding:40px}main.about div.image{height:500px;line-height:0;overflow:hidden;width:100%}main.about div.image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}main.about h1,main.about p{margin-bottom:2rem}@media screen and (max-width:600px){main.about article{padding:20px}}main.equipment{display:flex;flex-direction:column;gap:2rem;padding:20px}main.equipment div.bar{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:2rem}main.equipment div.grid{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));min-height:400px}main.equipment div.card{background-color:rgb(var(--light-background));border-radius:1rem;display:flex;flex-direction:column;overflow:hidden}main.equipment div.card div.image{aspect-ratio:3/2;line-height:0;overflow:hidden}main.equipment div.card img{aspect-ratio:3/2;display:block;height:100%;overflow:hidden;transition:transform .5s;width:100%}main.equipment div.card:active img,main.equipment div.card:hover img,main.equipment div.card:target img{transform:scale(1.1)}main.equipment div.card div.text{padding:20px}main.equipment div.card h2{display:block;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}main.equipment div.card span{color:rgb(var(--accent-color));font-size:1rem;text-transform:uppercase}main.equipment div.card p{color:rgb(var(--light-text-color));font-size:1.125rem}@media screen and (max-width:600px){main.equipment div.grid{grid-template-columns:1fr}main.equipment div.card h2{font-size:1.25rem}main.equipment div.card p{color:rgb(var(--light-text-color));font-size:1rem}}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.yarl__slide_captions_container{background:#00000080;background:var(--yarl__slide_captions_container_background,#00000080);left:0;left:var(--yarl__slide_captions_container_left,0);padding:16px;padding:var(--yarl__slide_captions_container_padding,16px);position:absolute;right:0;right:var(--yarl__slide_captions_container_right,0);-webkit-transform:translateZ(0)}.yarl__slide_title{color:#fff;color:var(--yarl__slide_title_color,#fff);font-size:125%;font-size:var(--yarl__slide_title_font_size,125%);font-weight:bolder;font-weight:var(--yarl__slide_title_font_weight,bolder);max-width:100%;max-width:calc(100% - var(--yarl__toolbar_width, 0px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yarl__slide_title_container{top:0;top:var(--yarl__slide_title_container_top,0)}.yarl__slide_description{-webkit-box-orient:vertical;-webkit-line-clamp:3;-webkit-line-clamp:var(--yarl__slide_description_max_lines,3);color:#fff;color:var(--yarl__slide_description_color,#fff);display:-webkit-box;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;text-align:start;text-align:var(--yarl__slide_description_text_align,start)}.yarl__slide_description_container{bottom:0;bottom:var(--yarl__slide_description_container_bottom,0)}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .25s ease;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:9999;z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:#000;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:contain;overscroll-behavior:var(--yarl__controller_overscroll-behavior,contain);position:absolute;right:0;top:0;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:1;opacity:var(--yarl__pull_opacity,1);transform:translate(0);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*100%);width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*0*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-webkit-touch-callout:none;max-height:100%;max-width:100%;object-fit:contain;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);user-select:none;-webkit-user-select:none}@media screen and (min-width:800px){.yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:#fffc;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,#fffc))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:red;color:var(--yarl__slide_icon_error_color,red);height:48px;height:var(--yarl__slide_icon_error_size,48px);width:48px;width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:none 0s ease 0s;transition:initial}.yarl__slide_loading,.yarl__slide_loading line{animation:none 0s ease 0s 1 normal none running;animation:initial}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:8px;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:32px;height:var(--yarl__icon_size,32px);width:32px;width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background-color:initial;background-color:var(--yarl__button_background_color,#0000);border:0;border:var(--yarl__button_border,0);color:#fffc;color:var(--yarl__color_button,#fffc);cursor:pointer;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:0;margin:var(--yarl__button_margin,0);outline:none;padding:8px;padding:var(--yarl__button_padding,8px)}.yarl__button:focus{color:#fff;color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:#fffc;color:var(--yarl__color_button,#fffc)}.yarl__button:focus-visible{color:#fff;color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:#fff;color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:#fff6;color:var(--yarl__color_button_disabled,#fff6);cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:24px 16px;padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:auto;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:auto;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}main.gallery{display:flex;flex-direction:column;gap:2rem;padding:20px}main.gallery .hidden{display:none}main.gallery div.bar{align-items:center;gap:16px;justify-content:space-between;margin-bottom:2rem}main.gallery div.bar,main.gallery div.filter{display:flex;flex-direction:row;flex-wrap:wrap}main.gallery div.filter{gap:8px;justify-content:flex-start}main.gallery div.filter div.tag{background-color:rgb(var(--light-background));border-radius:100px;cursor:pointer;font-size:1rem;padding:.5rem 1rem;-webkit-user-select:none;user-select:none}main.gallery div.filter div.tag.active,main.gallery div.filter div.tag:active,main.gallery div.filter div.tag:hover,main.gallery div.filter div.tag:target{background-color:rgb(var(--accent-color));color:rgb(var(--background))}main.gallery div.filter div.option.tag{padding:.375rem .5rem}main.gallery div.filter div.option svg{fill:rgb(var(--text-color));display:block;line-height:0;margin:0;padding:0}main.gallery div.filter.search{flex-wrap:nowrap}main.gallery div.filter input[type=text]{background-color:rgb(var(--light-background));border:none;border-radius:100px;color:inherit;font-size:1rem;outline:none;padding:.5rem 1rem}main.gallery div.filter div.dropdown{position:relative}main.gallery div.filter div.dropdown-content{background-color:rgb(var(--light-background));border-radius:1rem;color:rgb(var(--text-color));margin-top:4px;overflow:hidden;position:absolute;right:0;-webkit-user-select:none;user-select:none;z-index:1}main.gallery div.filter div.dropdown-content div{background-color:rgb(var(--light-background));border:none;cursor:pointer;display:block;padding:.5rem 1rem;white-space:nowrap}main.gallery div.filter div.dropdown-content div.active,main.gallery div.filter div.dropdown-content div:hover{background-color:rgb(var(--accent-color));color:rgb(var(--background))}main.gallery div.image{background:rgb(var(--light-background));border-radius:1rem;cursor:pointer;overflow:hidden;position:relative}main.gallery div.image img{display:block;height:100%;left:0;position:absolute;top:0;transition:transform .5s;width:100%}main.gallery div.image:active img,main.gallery div.image:hover img,main.gallery div.image:target img{transform:scale(1.05)}main.gallery div.image div.loading{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff14,#0000);background-position:-400% 0;background-repeat:no-repeat;background-size:80% 100%;height:100%;width:100%}main.gallery div.image div.caption{background-image:linear-gradient(rgba(var(--image-background),0),rgba(var(--image-background),.8));bottom:0;max-height:0;opacity:0;overflow:hidden;padding:0;position:absolute;text-align:center;transition:opacity .25s,max-height 1.5s;width:100%}main.gallery div.image:active div.caption,main.gallery div.image:hover div.caption,main.gallery div.image:target div.caption{max-height:100%;opacity:1}main.gallery div.image div.caption span{color:rgb(var(--image-text-color));display:block;font-size:1.125rem;padding:.5rem}button.yarl__button,button.yarl__icon{fill:rgb(var(--image-text-color));color:rgb(var(--image-text-color));filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8))}button.yarl__button:focus,button.yarl__button:focus:not(:focus-visible){fill:inherit;color:inherit}button.yarl__button:focus:hover,button.yarl__button:focus:not(:focus-visible):hover,button.yarl__button:hover{fill:rgb(var(--accent-color));color:rgb(var(--accent-color))}button.yarl__button:disabled{fill:rgb(var(--light-text-color));color:rgb(var(--light-text-color))}:-webkit-full-screen button.yarl__button{display:none}:fullscreen button.yarl__button{display:none}:-webkit-full-screen button.yarl__button[aria-label="Exit Fullscreen"],:-webkit-full-screen button.yarl__button[aria-label=Next],:-webkit-full-screen button.yarl__button[aria-label=Previous]{fill:#0000;color:#0000;display:inherit;filter:none}:fullscreen button.yarl__button[aria-label="Exit Fullscreen"],:fullscreen button.yarl__button[aria-label=Next],:fullscreen button.yarl__button[aria-label=Previous]{fill:#0000;color:#0000;display:inherit;filter:none}:-webkit-full-screen button.yarl__button[aria-label="Exit Fullscreen"]:hover,:-webkit-full-screen button.yarl__button[aria-label=Next]:hover,:-webkit-full-screen button.yarl__button[aria-label=Previous]:hover{fill:rgb(var(--image-text-color));color:rgb(var(--image-text-color));filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8))}:fullscreen button.yarl__button[aria-label="Exit Fullscreen"]:hover,:fullscreen button.yarl__button[aria-label=Next]:hover,:fullscreen button.yarl__button[aria-label=Previous]:hover{fill:rgb(var(--image-text-color));color:rgb(var(--image-text-color));filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8))}:-webkit-full-screen div.yarl__slide_title_container{display:none}:fullscreen div.yarl__slide_title_container{display:none}@media screen and (max-width:600px){main.gallery div.filter{gap:6px}main.gallery div.filter div.tag{font-size:.875rem;padding:.375rem .75rem}main.gallery div.filter div.option.tag{padding:.3rem .375rem}main.gallery div.filter div.option svg{height:1.25rem}main.gallery div.filter div.dropdown-content div,main.gallery div.filter input[type=text]{font-size:.875rem;padding:.375rem .75rem}main.gallery div.image div.caption span{font-size:.875rem;padding:.375rem}button.yarl__button{display:none}button.yarl__button[aria-label=Close],button.yarl__button[aria-label=Next],button.yarl__button[aria-label=Previous]{display:inherit}:-webkit-full-screen button.yarl__button[aria-label="Exit Fullscreen"]{display:inherit}:fullscreen button.yarl__button[aria-label="Exit Fullscreen"]{display:inherit}}@keyframes skeleton-loading{to{background-position:500% 0}}div.hero img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}div.hero div.title{color:rgb(var(--image-text-color));left:50%;max-width:1000px;position:absolute;text-align:center;text-shadow:rgba(var(--image-background),1) 0 0 24px;top:50%;transform:translate(-50%,-50%);width:80%}div.hero div.title h1{display:block;font-size:4rem;font-weight:600;margin:1.5rem auto;width:100%}div.hero div.title svg{fill:rgb(var(--image-text-color));display:block;height:4rem;margin:1.5rem auto}div.hero div.title p{display:block;font-size:1.5rem;line-height:1.5;margin:.5rem 0;width:100%}div.hero div.links{bottom:36px;color:rgb(var(--image-text-color));display:flex;gap:16px;left:50%;position:absolute;transform:translate(-50%)}div.hero div.links a{line-height:0}div.hero div.links svg{fill:rgb(var(--image-text-color));height:40px;width:40px}div.hero div.links svg:hover,div.hero div.links svg:target{fill:rgb(var(--accent-color))}@media screen and (max-width:600px){div.hero div.title h1{font-size:3rem}div.hero div.title svg{height:3rem}div.hero div.title p{font-size:1.25rem}div.hero div.links{bottom:16px}}@media screen and (max-width:300px){div.hero div.title h1{font-size:2.5rem;margin:1rem auto}div.hero div.title svg{height:2.5rem;margin:1rem auto}div.hero div.title p{font-size:1rem}div.hero div.links{bottom:12px;gap:8px}div.hero div.links svg{height:32px;width:32px}}main.imprint article{padding:40px}main.imprint h1{margin-bottom:2rem}main.imprint h2{margin-bottom:1.5rem}main.imprint p{margin-bottom:2rem}@media screen and (max-width:600px){main.imprint article{padding:20px}}div.nopage img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}div.nopage div.title{color:rgb(var(--image-text-color));left:50%;max-width:800px;position:absolute;text-align:center;text-shadow:rgba(var(--image-background),1) 0 0 24px;top:50%;transform:translate(-50%,-50%);width:80%}div.nopage div.title h1{display:block;font-size:4rem;font-weight:600;margin:1.5rem auto;width:100%}div.nopage div.title p{display:block;font-size:1.5rem;line-height:1.5;margin:.5rem 0;width:100%}@media screen and (max-width:600px){div.nopage div.title h1{font-size:3rem}div.nopage div.title p{font-size:1.25rem}}@media screen and (max-width:300px){div.nopage div.title h1{font-size:2.5rem;margin:1rem auto}div.nopage div.title p{font-size:1rem}}
/*# sourceMappingURL=main.420f1fff.css.map*/