<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#left {
    min-width: 0;
    width: 30px;
    background-position: 30px 0;
}

#right {
    min-width: 200px;
    width: calc(100% - 30px);
    margin-left: 30px;
}

#topnav ul {
    flex-wrap: wrap;
    margin-top: 0;
}

#topnav ul li {
    min-width: 75px;
    width: 75px;
    height: 72px;
    font-size: 8pt;
    font-weight: 600;
    margin: 1em 0 0 0;
}

#topnav li a {
    background-position: -280px -100px;
}
#topnav li.active a, #topnav li a:hover, #topnav li a:focus {
    background-position: -280px -180px;
}
#topnav ul li.webshop span {
    background-position: -360px -100px;
}
#topnav ul li.webshop {
    display: block;
}

#topnav li a span {
    width: 53px;
}

#mobile-menu {
    padding-top: 1em;
    font-size: 3.5vw;
}

#content {
    padding: 1em;
}

#content h1 {
    font-size: 9vw;
}

#contact-footer {
    justify-content: center;
}


</pre></body></html>