#menue_links::before {
  content: "" !important;
  background-image: url(../custom/bilder/TA.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 100% !important;
  height: 120px !important;
  padding: 0 !important;
}

.bg-primary {
    background-color: #A3C626;
}
 
a {
    color: #A3C626;
    text-decoration: none;
}
 
.ocollection:after, .cart_container:after, #menue .menue_block_kopf:after {
    color: #A3C626;
}
 
a:hover {
  color: #000;
}
 
.bewerber_bewerbung .bewerbung_stagebar a.bewerbung_stagebar_button_down {
    margin-bottom: -3px;
    color: #A3C626;
}
 
.tab-panel a, .bewerber_bewerbung .bewerbung_stagebar a {
    color: #A3C626;
}
 
.bewerber_bewerbung .bewerbung_sub_stagebar .bewerbung_stagebar_sub_button_down {
    background-color: #A3C626;
    color: #FFF;
}
 
.btn-primary, #mobile-nav {
    color: #fff;
    background-color: #A3C626;
    border-color: #A3C626;
}
 
.panel-primary {
    border-color: #A3C626;
}
 
.tile-panel .tile:hover {
    cursor: pointer;
    color: #A3C626;
}
 
legend {
    border-left: 15px solid #A3C626;
    border-bottom: 1px solid #A3C626;
}