#menue_links::before {
    background-color: #fff;
    background-image: url("/var/www/vhosts/401378.landwehr-hosting.de/htdocs/gfx/Albrecht_logo.jpg");
    background-origin: content-box;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ccc;
    content: "";
    height: 150px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
  	width: 100%;
}
#menue_links {
    padding-top: 150px;
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    background-color: rgb(0,85,128);
}
a {
    color: rgb(0,85,128);
    text-decoration: none;
}