<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ganzbayern {
    position: absolute;
    left: 300px;
    top: 20px;
    width: 80px;
    heigth: auto;
    z-index: 300;
}

#ganzbayern:hover {
    cursor:pointer;	
}
@media only screen and (max-width: 840px) {
    #ganzbayern {
        top: 100px;
    }
}

@media only screen and (max-width: 600px) {
    #ganzbayern {
        left: 270px;
    }
}

.branche{
    display: none;
}

span.label {
    display: inline-block;
    width: 30px;
}	</pre></body></html>