<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====---- WEB STANDARD ----==== */

/******** GENERAL ********/
body{font-family:'Nunito Sans',sans-serif;font-display:swap;font-size:14px;font-weight:400;background:#fff;color:#5d5d5d;line-height:1.5;-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}
html{height:100%}
ul, ol{list-style:none}

/******** BUTTON ********/
.btn-sidebox{color:#fff;background:#f0542c}
.btn-sidebox:hover, 
.btn-sidebox:active, 
.btn-sidebox:focus{color:#fff;background:#d4370f}

/******** LINKS ********/
a{color:#f0542c;text-decoration:none}
a:hover{color:#d4370f}
a:focus, a:active{color:#d4370f;text-decoration:underline}
a, a:hover, a:focus, a:active{transition:all 0.3s}

/******** IMAGES ********/
img{max-width:100%;height:auto}
.img-fullwidth{width:100% !important}
/*img[data-u='image']{max-height:550px;width:100%;object-fit:cover}*/

/******** POSTER ********/
.capX{position:absolute;top:0px;padding:0;width:100%;height:100%;--alpha:0;background:rgba(0,0,0, var(--alpha))}
.imgCapture{position:relative;index:1101;width:100%;height:100%}

/******** ROW ********/
.row.center &gt; div {display:ruby;float:left;padding-left:3px;padding-right:3px}
.row3p{margin-left:15px;margin-right:15px}

/******** WEB 100% width ********/
.fullscrene .container{margin-left:auto;margin-right:auto;width:100%;padding:0 40px}
.fullscrene .navbar-collapse{padding-right:0;padding-left:0}

/******** WEB RESPONSIVE ********/
@media screen and (max-width:767px){.container{margin-left:10px;margin-right:10px}}

/******** ANKER ********/
.startY{position:absolute;margin-top:-50px}
.startP{position:absolute;margin-top:-50px}
.startYoN{position:absolute;margin-top:30px}
.startPoN{position:absolute;margin-top:30px}

/******** H-TAGS ********/
H1, h1, H2, h2, H3, h3, H4, h4, H5, h5, H6, h6{margin:0;margin-bottom:5px}

/******** LINES ********/
.line1{border-top:2px solid #d4370f}
.line2{border-top:2px solid #d4370f}
.line3{border-top:2px solid #d4370f}
.line4{border-top:2px solid #d4370f}
.line5{border-top:2px solid #d4370f}
.line6{border-top:2px solid #d4370f}

/******** FOOTER | FOO ********/
footer{background:#152029}
footer .foo5 a{font-size:12px;color:#ccc;text-decoration:none}
footer .foo5 a:focus, footer .foo5 a:hover, footer .foo5 a:active{color:#fff;text-decoration:none}
footer ul, ol{list-style:none;margin:0;padding:0}
footer .list-inline{padding-left:0;list-style:none}
.foo5{margin-top:10px}
.foo5a{padding:10px 0 20px 0;color:#ccc;font-size:12px;text-align:left}
.foo5b{padding:10px 0 20px 0;color:#ccc;font-size:12px;text-align:right}
@media only screen and (max-width:767px){
.foo5a{display:none}
.foo5b{text-align:center}
}
@media only screen and (max-width:419px){
footer .list-inline &gt; li{padding-right:3px;padding-left:3px}
}

/******** LAW ********/
.imprint-title{font-size:16px;font-weight:600;text-decoration:underline}

/******** ARROW-BACK ********/
#back-top{position:fixed;z-index:5000;display:block;bottom:8px;right:6px;text-align:right}
#back-top span{display:block;width:42px;height:42px;background:transparent url("./../../img/icons/arrow1.png") no-repeat scroll center center;opacity:0.5;border-radius:50%}
#back-top span:hover,#back-top &gt; a:focus{color:#000;opacity:.9}
</pre></body></html>