#header-and-menu{display:flex;flex-direction:column}@media only screen and (min-width: 900px){#header-and-menu{flex-direction:row;align-items:center;position:relative}}.language-select{background:none;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:inherit;font:inherit;padding:6px 8px;cursor:pointer;transition:all .2s ease}.language-select:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.language-select:focus{outline:2px solid hsla(0,0%,100%,.7);outline-offset:2px}.language-select option{background:#fff;color:#333;padding:4px 8px}.nav-item-language{margin:auto}*{box-sizing:border-box}html{position:relative;font-family:"Helvetica","sans serif","arial";font-size:1.1em}html,body{margin:0;padding:0;min-height:100vh;min-width:100%}body{margin:0;padding:0;width:100%;display:flex;flex-direction:column}header{margin:0;text-align:center;background-color:#222;padding:10px;border-radius:0}@media only screen and (max-width: 900px){header{display:none}}@media only screen and (min-width: 900px){header{text-align:left;flex-shrink:0;padding:10px 20px;position:absolute;left:20px;top:10px}}header h1{margin:0;padding:0;background-color:#222}header h1 a{color:#fff;text-decoration:none}header h1 a:hover,header h1 a:visited,header h1 a:active{text-decoration:none}nav{text-decoration:none;background-color:#222;color:#fff;display:flex;flex-direction:row;min-height:74px}@media only screen and (max-width: 900px){nav{flex-grow:1}}@media only screen and (min-width: 900px){nav{flex-grow:1}}nav ol{display:flex;padding:0;margin:0;list-style-type:none}nav ol li{margin:4px;padding:0}nav ol li a{display:inline-block;height:100%;padding:20px;font-size:1.2em;margin-top:auto;font-weight:bold;text-decoration:none;color:#fff;user-select:none}nav ol li a:hover,nav ol li a:visited,nav ol li a:active{text-decoration:none}nav ol li a:hover,nav ol li a:active{background-color:#fff;color:#222}footer{background-color:#222;color:#fff;display:flex;flex-direction:column;padding:10px;width:100%}footer div{display:flex;flex-direction:row}footer a{color:#fff;text-decoration:none}footer a:hover{text-decoration:underline}main{--max-content-width: 80ch;--breakout-difference: 0.2;--breakout-grid-width: calc( var(--max-content-width) + (var(--max-content-width) * var(--breakout-difference)) );margin:0 auto 100px;max-width:var(--breakout-grid-width);min-height:100%;flex-grow:1}main article,main .text-content{display:grid;grid-template-columns:[grid-start] 1fr [content-start] minmax(min(100% - 2ch, var(--max-content-width)), 1fr) [content-end] 1fr [grid-end];width:min(100%,var(--breakout-grid-width));row-gap:1.1ch;margin:0 auto}main article>*:not(.breakout),main .text-content>*:not(.breakout){grid-column:content}main article>.breakout,main .text-content>.breakout{grid-column:grid}main article>:where(*),main .text-content>:where(*){margin:0}main article>h1,main .text-content>h1{margin:1.1ch 0 .4ch}main article>h2,main .text-content>h2{margin:.9ch 0 .3ch}main article>h3,main .text-content>h3{margin:.8ch 0 .2ch}main article>h2+h3,main .text-content>h2+h3{margin-top:0}main article>.images,main .text-content>.images{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 15px}main article>.images.images-column,main .text-content>.images.images-column{flex-direction:column}main article>.images.images-end,main .text-content>.images.images-end{align-items:end}main article>.images>.image,main .text-content>.images>.image{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;max-width:100%;column-gap:2px}main article>.images>.image>img,main .text-content>.images>.image>img{object-fit:contain;contain:none;max-width:100%}main article>.images>.image>p,main .text-content>.images>.image>p{font-size:.8em;color:#222;text-align:center;margin:0;padding:0}@media(max-width: 500px){main article>.images:is(.images-has-big,.images-big)>.image,main .text-content>.images:is(.images-has-big,.images-big)>.image{margin:0 0 10px}}.flex-spacer{flex-grow:1}pre{overflow-x:scroll;overflow:auto}.hidden{display:none}button{min-height:44px;min-width:44px}.address{font-family:"monospace"}.address>p{margin:1px 0}body>.image-popup{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:rgba(100,100,100,.3921568627)}body>.image-popup .image-popup-close{border:1px solid #000;border-radius:5px;margin:3px;text-justify:center}body>.image-popup>.image-popup-element{background-color:#fff;max-width:82ch;max-height:100vh}body>.image-popup>.image{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}body>.image-popup>.image>img{flex-grow:1;width:100%;height:auto;object-fit:contain;contain:none}