#content_menu{transition:height .5s;margin:0;overflow:hidden}.menu-collapsed{height:0;overflow:hidden}#content_button{position:absolute;right:0;top:0;color:var(--color-button-text);background-color:var(--color-button);width:2.5rem;height:2.5rem;padding:0;align-items:center;justify-content:center;display:flex;font-size:1.25rem}#content_button:hover{text-decoration:none;background-color:var(--color-button-hover)}.navigation{display:flex;gap:4rem;margin:2rem 0;flex-wrap:wrap}.navigation .next{flex:1;display:flex;text-align:right;align-items:center}.navigation .prev{flex:1;display:flex;text-align:left;align-items:center}.navigation .prev a{position:relative;padding-left:1.5rem;display:flex;align-items:center}.navigation .prev a::before{content:'\2039';color:var(--color-grey);position:absolute;left:0;font-size:4rem;line-height:1;margin-top:-.5rem}.navigation .next a{position:relative;padding-right:1.5rem;display:flex;align-items:center}.navigation .next a::before{content:'\203A';color:var(--color-grey);position:absolute;right:0;font-size:4rem;line-height:1;margin-top:-.5rem}.view{display:flex;flex-flow:column;text-align:left}.view .block{margin-bottom:.5rem}.view .file{display:flex;align-items:center;margin-bottom:1rem}.view .file svg{width:3rem;min-width:3rem;stroke:var(--color-button);fill:transparent}.view .file svg text{font-size:5px;stroke-width:0;fill:var(--color-button)}.view .file svg.pdf{stroke:#da0000}.view .file svg.pdf text{fill:#da0000}.view .title h1,.view .title h2,.view .title h3,.view .title h4{margin-top:0;text-align:left}.view img{width:100%;border-radius:1rem}.view .avatar{width:3rem;min-width:3rem;height:3rem;stroke:var(--color-font-grey);fill:#fff;border-radius:1.5rem;stroke-width:1px}.view .avatar text{stroke-width:0}.view .buttons-panel{display:flex;flex-flow:row;flex-wrap:wrap;gap:1rem}.view .buttons-panel span{margin-left:auto}.view .text{text-align:left}.view .columns{display:flex;flex-wrap:wrap;margin:.5rem 0;gap:1rem;border-radius:var(--border-radius)}.view .column{flex:1;min-width:200px!important;min-height:1rem}.view .column-1{flex:1;min-width:200px}.view .column-2{flex:2;min-width:200px}.view .column-3{flex:3;min-width:200px}.view .column-4{flex:4;min-width:200px}.view .answer{padding:1rem;background-color:var(--color-grey);border-radius:1.5rem;margin:1rem 0}.view .paragraph{text-align:left}.view .paragraph h1:first-child,.view .paragraph h2:first-child,.view .paragraph h3:first-child{margin-top:0}.view .paragraph h2{margin-top:2rem;margin-bottom:.5rem;text-align:left}.view .paragraph h3{margin-top:1.5rem;margin-bottom:.5rem}.view .paragraph p{margin-top:0}.view .paragraph ul,.view .paragraph ol{margin-top:0;margin-left:1rem;padding-left:0}.view .paragraph li{margin-bottom:.5rem}.view .video{position:relative;height:0;padding-bottom:56.25%;background-position:center;background-size:cover;background-color:var(--color-bg-grey);background-repeat:no-repeat;border-radius:var(--border-radius);overflow:hidden}.view .video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.mad-slide picture,.mad-slide img{width:100%;height:auto}.view .imagesize-1,.view .imagesize-2,.view .imagesize-3{width:100%;display:block}.view .imagesize-4{width:50%}.view .justifyRight{margin-right:0;margin-left:auto}.view .justifyCenter{margin-right:auto;margin-left:auto}.view .justifyLeft{margin-right:auto;margin-left:0}@media screen and (min-width:768px){.view .imagesize-2{width:50%}.view .imagesize-3{width:25%}.view .imagesize-4{width:10%}}.presentaion-navigation{display:flex;justify-content:space-between}.presentation-prev{text-align:left;position:relative;margin-left:1rem}.presentation-prev::before{content:'\0ab';margin-left:-1rem;position:absolute}.presentation-next{text-align:right;position:relative;margin-right:1rem}.presentation-next::before{content:'\0bb';right:-1rem;position:absolute}.presentation-counter{text-align:center;white-space:nowrap;display:flex;align-items:center;font-weight:bold}