.li-widgets--akkordeon-menu {
    position: relative;
}


.li-widgets--akkordeon-menu img:nth-child(2) {
    width: 1800px;
    object-fit: contain;
    position: relative;
}


.accent-image {
    position: absolute;
    z-index: 99;
    width: 145px;
    height: 125px;
}


.produktkategorien {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #eb661c;
    text-align: center;
    padding: 21px 0;
    font-size: 2rem;
    font-family: var(--e-global-typography-secondary-font-family), Arial, sans-serif;
    width: 15.75rem;

}

.akkordeon-punkt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    filter: drop-shadow(0 0 35px rgba(0,0,0,0.6));
    line-height: 1.5;
}

.akkordeon-titel {
    padding-top: 35px;
    padding-bottom: 10px;
    border-radius: 0;
    background-color: #fff;
    border: none;
    text-align: center;
    width: 260px;
    min-height: 88px;
    font-family: var(--e-global-typography-secondary-font-family), Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
        margin-top: -25px;
}

.akkordeon-button {
    height: 60px;
    width: 60px;
    margin-left: 100px;
    border-radius: 0;
    border: none;
    background-image: url("kreuzerl.png");
}

.akkordeon-panel {
    display: none;
    width: 260px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}

.akkordeon-panel ul {
    padding: 0 0 15px 0 ;
    border-left: solid white 30px;
    border-right: solid white 30px;
}

.akkordeon-panel li {
    border-radius: 0;
    list-style: none;
    line-height: 0.9;
}

.akkordeon-panel li:not(:last-child) {
    border-bottom: dashed black 1px ;
    padding-bottom: 0.5rem;
}


.akkordeon-panel li a {
    color: black;
    font-size: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
}

.active {
    z-index: 99999;
}
