#menue_links::before {
    background-color:rgb(30,69,161);
    background-image: url("/var/www/vhosts/501484.landwehr-hosting.de/htdocs/gfx/schwarzl_logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 150px;
    left: 0;
    padding: 10px;
    position: center;
    top: 0;
  	width: 100%;
}
#menue_links {
    padding-top: 150px;
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    background-color: rgb(30,69,161);
}
a {
    color: rgb(30,69,161);
    text-decoration: none;
}
.alert-info {
    background-color: rgb(30,69,161);
    border-color: #bdeef2;
    color: white;