<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav strong {
    font-weight: 100;
}
#headernav .mod_customnav ul {
    list-style-type:none;
}
#headernav .mod_customnav ul li {
    display:inline-block;
}
#hauptnav ul.level_1 &gt; li &gt; strong {
    display:inline-block;
    background-color:#4d94c4;
}
#hauptnav ul.level_1 &gt; li &gt; strong {
    padding:10px 12px;
    color:#fff;
    text-transform:uppercase;
    font-weight: 100;
    transition: all 200ms linear;
}
#hauptnav ul.level_1 ul li strong {
    width:220px;
    float:left;
    clear:both;
    display:inline-block;
    padding:10px 12px;
    color:#fff;
    transition: all 200ms linear;
}
.mod_customnav ul li &gt; strong {
    font-size:12px;
    color:#fff;
    font-weight: 100;
}
#left .mod_navigation .level_1 li strong {
    border-top:1px solid #fff;
    font-weight: 400;
}
#left .mod_navigation ul li strong {
    width:230px;
    display:block;
    padding:10px;
    background-color:#00665d;
    color:#fff;
    transition: all 200ms linear;
}
#left .mod_navigation .level_1 &gt; li &gt; strong:after,
#left .mod_navigation .level_2 &gt; li &gt; strong:after {
    width:7px;
    height:11px;
    right:20px;
    position:absolute;
    display:inline-block;
    margin-top:2px;
    background-image:url("files/src/img/submenu_arrow.png");
    background-repeat:no-repeat;
    content: ' ';
}
#left .mod_navigation .level_2 li &gt; strong {
    padding:7px 0 7px 35px;
    border-top:0px dotted #fff;
    font-weight: 100;
}
#left .mod_navigation .level_4 li &gt; strong {
    padding:7px 0 7px 45px;
    border-top:0px dotted #fff;
    font-weight: 100;
}
.mm-menu .mm-listview&gt;li.mm-selected&gt;strong {
    background-color:rgba(255,255,255,.5);
}
.mm-listview&gt;li&gt;strong {
    overflow:hidden;
    display:block;
    margin:0;
    padding:10px 10px 10px 20px;
    white-space:nowrap;
    text-overflow: ellipsis;
    color: inherit;
}
.gallery_creator figure.image_container {
    margin-right:5px;
}
</pre></body></html>