#menue_links::before {
    background-color: #fff;
    background-image: url(../custom/bilder/neues%20Logo.jpg);
    background-origin: content-box;
    background-position: 0 center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ccc;
    content: "";
    height: 50px;
    left: 0;
    padding: 0px;
  	padding-left: 35px;
    position: absolute;
    top: 0;
    width: 85%;
}
#menue .menue_block_kopf {
    font-weight: bold;
    padding: 12px 0 12px 45px;
}
.ocollection, .cart_container, .tile-panel .image, #menue .menue_block_kopf {
    position: relative;
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    background-color: #A9D000;
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    color: #fff;
}
#menue_links .menue_block_kopf.verwaltung::after {
    content: "";
}
.ocollection::after, .cart_container::after, .tile-panel .image::after, #menue .menue_block_kopf::after {
    color: #A9D000;
}
#menue a {
    display: block;
    padding: 5px 0 5px 45px;
}
a {
    color: black;
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    box-sizing: border-box;
}

#menue_links::before {
    background-position: center center;
    background-size: 95% auto;
    height: 123px;
}
.alert-info {
    background-color: rgb(175,182,1);
    border-color: rgb(105,108,113);
    color: black;