<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--rub-blue:#003560;--rub-green:#8dae10;--rub-light-gray:#e6e4e4;--rub-gray:#c1bab9;--rub-darker-gray:#3c3c3b;--rub-white:#f2f1f1;--rub-dark-gray:#7c7c7b;--header:var(--rub-blue);--primary:var(--rub-blue);--secondary:var(--rub-darker-gray);--tertiary:var(--rub-dark-gray);--inverse:var(--rub-white);--accent:var(--rub-green);--primary-background:#f6f6f5;--secondary-background:#fff;--secondary-distinct-background:var(--tertiary-background);--tertiary-background:var(--rub-light-gray);--tertiary-distinct-background:var(--rub-gray);--font-size:18px;--smaller-font-breakpoint:400px;--compact-layout-breakpoint:400px;--padding:1.2em;--sidebar-width:12em;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--primary:#b4bed5;--secondary:var(--rub-light-gray);--tertiary:var(--rub-white);--inverse:var(--rub-white);--accent:var(--rub-green);--primary-background:#272727;--secondary-background:black;--secondary-distinct-background:#151515;--tertiary-background:#111;--tertiary-distinct-background:var(--rub-darker-gray)}}html{min-height:100%;min-width:200px;background-color:var(--primary-background);color:var(--primary);font-size:var(--font-size);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial;box-sizing:border-box;overflow-x:hidden}body{margin:0;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;padding:0}footer,header{width:100%;margin:0}#main,footer #footer,header #header{max-width:60em;margin:auto;padding:0;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}header{background-color:var(--header);flex:0;padding-left:var(--padding);padding-right:var(--padding);padding-top:1.1em;padding-bottom:.5em;box-sizing:border-box}header #header{margin:auto;display:flex;justify-content:space-between;align-items:center;padding-bottom:0;flex-wrap:wrap}header #language-select,header #rub-logo{font-size:.8em}header #header&gt;*{margin-top:1.5em;margin-bottom:1.5em;flex:0 1}header #header&gt;* a,header #header&gt;* img{width:100%;height:auto}header #header&gt;#rub-logo{flex-basis:calc(var(--sidebar-width) + 2 * var(--padding))}header #header&gt;#eitm-logo{flex-basis:calc(1.8 * var(--sidebar-width) + 2 * var(--padding))}@media (max-width:500px){footer #footer #eitm-logo,footer #footer div.logo.eitm-logo,header #header #eitm-logo,header #header div.logo.eitm-logo{align-self:flex-end;flex-basis:calc(var(--sidebar-width) + 2 * var(--padding))}}header #language-select{justify-content:center;align-self:flex-start;display:flex}header #language-select a{transition:font-weight 250ms ease-in-out}header #language-select a.active,header #language-select a.selected,header #language-select a:hover{font-weight:700}header #language-select a,header #language-select li{text-decoration:none;color:var(--secondary);list-style:none}header #language-select li{margin-right:1em}header #language-select li:last-child{margin-right:0}footer{background-color:var(--header);flex:0;border-top:.3em solid var(--accent)}footer #footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:var(--inverse);flex-wrap:wrap;padding-top:0}footer #footer a,footer #footer a:hover{color:var(--inverse);text-decoration:none;padding:var(--padding)}footer #footer:first-child a{padding:var(--padding) 0}footer #footer{display:flex;align-items:center;justify-content:space-between;gap:.5em}footer #footer .logo{flex:0 1 40%}footer #footer .logo a,footer #footer .logo a img{width:100%;height:auto}footer #footer .logo.eitm-logo{flex-basis:24em}footer #footer .logo.rub-logo{flex-basis:var(--sidebar-width)}footer #footer .logo.lde-logo{flex-basis:12em}footer #footer a{flex-grow:0;box-sizing:border-box;display:inline-block}footer #footer a:after{display:block;content:'';padding-top:.3em;border-bottom:.3em solid var(--accent);transform:scaleY(0);transition:transform 250ms ease-in-out}a:active:after,footer #footer .links a:hover:after{transform:scaleY(1);transform-origin:0 100%}#main{flex:1;background-color:var(--primary-background);margin:auto;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:var(--padding)}#main main{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;align-self:flex-start;padding-top:0}article{background-color:var(--secondary-background);color:var(--secondary)}main&gt;*{padding:var(--padding)}main a,main a:visited{text-decoration:none;color:var(--secondary);transition:border .2s ease-in-out,color .2s ease-in-out}main a:hover{border-bottom:.15em var(--accent) solid;color:var(--primary)}#content-header{flex:1 1;margin:auto;margin-bottom:1em;flex-direction:column;display:flex;color:var(--primary)}#content-header .subheadline{text-transform:uppercase;color:var(--accent);font-weight:700;font-size:1em;margin:0;padding:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}#content-header h1.headline{margin-top:.1em;color:var(--primary);font-size:1.5em;-webkit-margin-before:.4em;margin-block-start:.4em;-webkit-margin-after:.4em;margin-block-end:.4em}.sidebar{width:var(--sidebar-width);overflow:hidden;max-height:100vh;position:sticky;position:-webkit-sticky;top:0;flex:0 0 var(--sidebar-width);padding:var(--padding);padding-bottom:0;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.sidebar #menu{display:none;justify-content:stretch;align-items:center;width:100%;text-transform:uppercase}.sidebar #menu .title{flex:1;font-weight:700}.sidebar #menu a.lang-button{display:flex;justify-content:center;align-items:center;font-size:.667em;margin:.2em;background-color:var(--primary-background);color:var(--secondary)}.sidebar #menu a.lang-button,.sidebar #menu a.lang-button:hover,.sidebar #menu a.lang-button:visited{text-decoration:none}#menu a.lang-button,#menu button.menu-button{flex:0 0 2em;height:2em;border:none;text-decoration:none;text-transform:uppercase;text-align:center;transition:font-weight 250ms ease-in-out;box-sizing:border-box}#menu a.lang-button:hover,#menu button.menu-button:hover{font-weight:700}.sidebar.closed #menu .menu-button{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Menu%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%2303274d%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20d%3D%22M16.4%2C9H3.6C3.048%2C9%2C3%2C9.447%2C3%2C10c0%2C0.553%2C0.048%2C1%2C0.6%2C1H16.4c0.552%2C0%2C0.6-0.447%2C0.6-1C17%2C9.447%2C16.952%2C9%2C16.4%2C9z%20M16.4%2C13%0D%0A%09H3.6C3.048%2C13%2C3%2C13.447%2C3%2C14c0%2C0.553%2C0.048%2C1%2C0.6%2C1H16.4c0.552%2C0%2C0.6-0.447%2C0.6-1C17%2C13.447%2C16.952%2C13%2C16.4%2C13z%20M3.6%2C7H16.4%0D%0A%09C16.952%2C7%2C17%2C6.553%2C17%2C6c0-0.553-0.048-1-0.6-1H3.6C3.048%2C5%2C3%2C5.447%2C3%2C6C3%2C6.553%2C3.048%2C7%2C3.6%2C7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.sidebar #menu .menu-button{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Cross%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23003560%22%3E%0D%0A%3Cpath%20d%3D%22M14.348%2C14.849c-0.469%2C0.469-1.229%2C0.469-1.697%2C0L10%2C11.819l-2.651%2C3.029c-0.469%2C0.469-1.229%2C0.469-1.697%2C0%0D%0A%09c-0.469-0.469-0.469-1.229%2C0-1.697l2.758-3.15L5.651%2C6.849c-0.469-0.469-0.469-1.228%2C0-1.697c0.469-0.469%2C1.228-0.469%2C1.697%2C0%0D%0A%09L10%2C8.183l2.651-3.031c0.469-0.469%2C1.228-0.469%2C1.697%2C0c0.469%2C0.469%2C0.469%2C1.229%2C0%2C1.697l-2.758%2C3.152l2.758%2C3.15%0D%0A%09C14.817%2C13.62%2C14.817%2C14.38%2C14.348%2C14.849z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-color:unset;background-position:center center}.sidebar .items{min-height:0}.sidebar .items .lde{margin-left:-.5%}.sidebar .items .lde img{width:100%;max-height:2.5em}.sidebar .items,.sidebar .items ul{list-style:none;padding:0;margin:0}.sidebar .items li{margin-bottom:.2em;text-align:left}.sidebar .items li a{color:var(--primary);padding:.2em;width:100%;text-decoration:none;transition:font-weight 250ms ease-in-out}.sidebar .items li a.active,.sidebar .items li a:active,.sidebar .items li a:hover{font-weight:700}.sidebar .items li ul{margin-left:1em;color:var(--tertiary-background)}.sidebar .items li ul a{color:var(--secondary)}.sidebar .items li.rub-homepage{display:none;color:var(--secondary);padding-top:.4em;padding-bottom:.4em;border-top:1px solid var(--tertiary-background);border-bottom:1px solid var(--tertiary-background)}.sidebar .items li.rub-homepage a{color:var(--secondary);margin-top:.4em;margin-bottom:.4em;padding-left:1.4em;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Home%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%233c3c3b%22%3E%0D%0A%3Cpath%20d%3D%22M18.672%2C11H17v6c0%2C0.445-0.194%2C1-1%2C1h-4v-6H8v6H4c-0.806%2C0-1-0.555-1-1v-6H1.328c-0.598%2C0-0.47-0.324-0.06-0.748L9.292%2C2.22%0D%0A%09C9.487%2C2.018%2C9.743%2C1.918%2C10%2C1.908c0.257%2C0.01%2C0.513%2C0.109%2C0.708%2C0.312l8.023%2C8.031C19.142%2C10.676%2C19.27%2C11%2C18.672%2C11z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-repeat:no-repeat;background-size:.85em .85em;background-position:left 50%}@media only screen and (max-width:750px){html{font-size:12px}}@media only screen and (max-width:520px){#main{flex-direction:column;align-items:flex-start;justify-content:baseline;padding:0}.sidebar{width:100%;border-top:.3em solid var(--accent);border-bottom:.3em solid var(--secondary);background-color:var(--primary-background);padding-top:0;padding-bottom:0;justify-content:stretch;box-sizing:border-box;flex:0;padding-left:var(--padding)}.sidebar #menu{display:flex}.sidebar.closed .items{display:none}.sidebar .items .lde img{height:2em;margin-left:0;margin-right:auto;width:auto}.sidebar .items .title img{display:none}.sidebar .items li.rub-homepage{display:block}header #language-select{display:none}header{padding-bottom:0}footer #footer{padding:0 var(--padding)}}main figure{width:100%;margin-top:1em;margin-bottom:2em;margin-left:0;margin-right:0;box-sizing:border-box}#content-header figure{margin-top:0}main figure img,main figure video{width:100%;max-width:55.5em;max-height:37em;height:auto}main figure figcaption{color:var(--secondary)}main h2{color:var(--primary);font-size:1.5em;font-weight:700;font-style:normal}main h3{color:var(--secondary);font-size:1.2em;font-weight:700;font-style:normal}main h4{color:var(--secondary);font-size:1em;font-weight:700;display:inline}main h4::before{margin-top:1.2em;display:block;content:" "}main{color:var(--secondary)}main .teaser-text,main .teaser-text a{color:var(--primary)}main a.teaser{background-color:var(--secondary-background);display:flex;flex-direction:row;flex-wrap:wrap;text-decoration:none;color:var(--secondary);border-bottom:.5em solid var(--tertiary-distinct-background);margin-top:1em;margin-bottom:1em;transition:none}.teaser .teaserImage{flex:1 1;justify-content:stretch;align-items:stretch}.teaser .teaserImage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.teaser .teaserDetails{flex:1 1;padding:var(--padding)}.teaser .teaserDetails .description{font-size:.8em}.teaser .teaserDetails .title{color:var(--primary);font-weight:700;margin-bottom:var(--padding);text-decoration:none}.teaser:hover .teaserDetails .title{color:var(--accent)}.teaser:hover{border-color:var(--accent)}.teaser .teaserDetails .subtitle{color:var(--accent);font-weight:700;text-transform:uppercase;font-size:.9em;margin-bottom:.5em}.teaser a:hover{color:var(--accent);text-decoration:none}.teaserA1 h3,.teaserB1 h3,.teaserB4 h3{display:none}.teaserA1 .teaser .teaserImage{min-width:12em}.teaser .teaserImage img{max-height:12em}.teaserB1,.teaserB4{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;justify-items:stretch;margin-left:calc(-1*var(--padding));margin-right:calc(-1*var(--padding))}.teaserB1 .teaser{flex-direction:column;flex:1 1 8em}.teaserB1 .teaser,.teaserB4 .teaser,.teaserC .teaser,.teaserD .teaser{margin-left:var(--padding);margin-right:var(--padding)}.teaserB4 .teaser{flex:1 1 10em}.teaserB4 .teaser .teaserImage{max-width:50%}.teaserB4 .teaser .teaserImage img,.teaserC .teaser .teaserImage img{width:100%;height:auto}.teaserB4 .teaser .teaserImage,.teaserC .teaser .teaserImage{display:flex;justify-content:center;align-items:center;justify-self:center;align-self:flex-start;margin:1em}.teaserB4 .teaser .description,.teaserD .teaser .description{display:none}.reference,.teaserC,.teaserD{background-color:var(--secondary-distinct-background);display:flex;flex-wrap:wrap;padding-top:1em;padding-bottom:1em;margin-top:1em;margin-bottom:1em}.teaserC h3,.teaserD h3{margin-top:0;margin-bottom:0;flex:0 0 calc(100% - 2 * var(--padding));padding-left:var(--padding);padding-right:var(--padding)}.teaserC .teaserImage,.teaserD .teaserImage{max-height:5em}.teaserC .teaser{border:none;flex:1 1 10em}.teaserC .teaser .teaserImage{flex:0 1 6em;max-height:50%}.teaserD .teaser{border:none;flex:1 1 8em;flex-direction:column}.teaserD .teaser .title{margin-bottom:0}#main .sidebar .logo,.teaser .teaserImage.logo{width:100%}#main .sidebar .logo img.logo,.teaser .teaserImage.logo img.logo{-o-object-fit:contain;object-fit:contain;box-sizing:border-box}#main .sidebar .logo img.logo.logo-whitespace,.teaser .teaserImage.logo img.logo.logo-whitespace{padding:var(--padding)}#main .sidebar .logo img.logo.full-width,.teaser .teaserImage.logo img.logo.full-width{width:100%;height:auto}#main .sidebar .logo .logo.logo-whitespace,#main .sidebar .logo .logo.logo-whitespace img{padding:0;padding-right:var(--padding)}@media (prefers-color-scheme:dark){.logo.logo-darkmode-background{background-color:var(--inverse)}}.more-information{padding:.5em;background-color:var(--header);color:var(--inverse);text-transform:uppercase;font-weight:700;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Chevron_right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0D%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%238dae10%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23f2f1f1%22%20d%3D%22M9.163%2C4.516c0.418%2C0.408%2C4.502%2C4.695%2C4.502%2C4.695C13.888%2C9.43%2C14%2C9.715%2C14%2C10s-0.112%2C0.57-0.335%2C0.787%0D%0A%09c0%2C0-4.084%2C4.289-4.502%2C4.695c-0.418%2C0.408-1.17%2C0.436-1.615%2C0c-0.446-0.434-0.481-1.041%2C0-1.574L11.295%2C10L7.548%2C6.092%0D%0A%09c-0.481-0.533-0.446-1.141%2C0-1.576C7.993%2C4.08%2C8.745%2C4.107%2C9.163%2C4.516z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-repeat:no-repeat;background-size:auto 100%;padding-left:3em;background-position:0 center}a .more-information,a.more-information{text-decoration:none}.more-information .path{fill:var(--accent)}.more-information:hover,a:hover .more-information{background-color:var(--accent)}.reference{flex-direction:column;justify-content:space-around;align-items:flex-start;height:5em;padding:1em;flex-wrap:nowrap}.reference.default{padding-left:8em;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22News%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%238dae10%22%2F%3E%0D%0A%3Cpath%20transform%3D%22translate(2%2C%202)%20scale(0.8)%22%20fill%3D%22%23f2f1f1%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%2C5h-4v2h4V5z%20M14%2C8h-4v1h4V8z%20M9%2C5H6v4h3V5z%20M9%2C11h5v-1H9V11z%20M12%2C13h2v-1h-2%0D%0A%09V13z%20M14%2C14H6v1h8V14z%20M11%2C12H6v1h5V12z%20M8%2C10H6v1h2V10z%20M17%2C1H3C2.447%2C1%2C2%2C1.447%2C2%2C2v16c0%2C0.552%2C0.447%2C1%2C1%2C1h14%0D%0A%09c0.553%2C0%2C1-0.448%2C1-1V2C18%2C1.448%2C17.553%2C1%2C17%2C1z%20M16%2C17H4V3h12V17z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-repeat:no-repeat;background-size:auto 100%}main a.reference{text-decoration:none;border-bottom:none;transition:none}.reference .title{font-size:1.8em;color:var(--primary);font-weight:700}.reference:hover .title{color:var(--accent)}main .links{padding:0}main .text-information{margin-top:1.5em;margin-bottom:1.5em;background-color:var(--tertiary-background);color:var(--primary);padding:1.5em}main .text-information a{color:var(--primary)}main .text-information h3{margin-top:0;color:var(--primary)}.slideshow{background-color:var(--tertiary-background);width:100%}.slideshow figure{display:flex;flex-direction:column;width:100%;margin-bottom:0;flex-wrap:wrap}.slideshow figure.active{display:flex}.slideshow figure.inactive{display:none}.slideshow.side-by-side figure{flex-direction:row}.slideshow.side-by-side figure figcaption,.slideshow.side-by-side figure img{flex:1 1 12em;width:50%;display:inline-block;min-width:12em}.slideshow.side-by-side figure figcaption p{margin:0}.slideshow.side-by-side figure img{-o-object-fit:contain;object-fit:contain}.slideshow figcaption{padding:1em}.slideshow figcaption,.slideshow figcaption a{color:var(--primary)}.slideshow .slideshow-footer{display:flex;flex-direction:row;width:100%;height:1.5em}.slideshow .slideshow-footer button{flex:1 1 4em;background-color:var(--rub-dark-gray);color:var(--rub-white);border:none;font:inherit;cursor:pointer;outline:inherit;height:100%;padding:0;margin:0;display:block}.slideshow .slideshow-footer .slideshow-pager{flex:1 1 2em;display:flex;padding:0 2em;background-color:var(--tertiary-distinct-background);flex-direction:row;align-items:center;justify-content:center}.slideshow .slideshow-footer .slideshow-pager button.page{flex:0 1 .75em;background-color:var(--tertiary);height:.75em;width:.75em;margin:0 .25em}.slideshow .slideshow-footer .slideshow-pager button.page.active{background-color:var(--accent)}
/*# sourceMappingURL=style-min.css.map */</pre></body></html>