/*! from cache !*/
/* Current mode: LIVE */

#page-header {
background-image: url(//img.ui-portal.de/p.gif);
}


#page-nav-dropdown { display: none; }
@media (min-width: 1000px) {
.page-nav-opener:after {
content: '';
display: block;
position: absolute;
left: 0px;
right: 0px;
background: #F5F5F5;
height: 116px;
top: 120px;
z-index: 0;
}
#page-content {
background: #FFFFFF;
}
#page-nav-dropdown {
cursor: pointer;
position: absolute;
right: -5px;
top: 0;
font-size: 12px;
font-weight: bold;
display: block;
width: 16px;
height: 26px;
color: #687282;
webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}
.list.nav-content li {
width: 33%;
display: block;
float: left;
}
@media (max-width: 999px) {
.list.nav-content li {
width: 50%;
}
}
@media (max-width: 679px) {
.list.nav-content li {
width: 100%;
}
}
