:root {
    --red: #dc0a0a;
}

.stickyx-container {
    display:none;
}

@media (max-width: 767px) {


.stickyx-container {
        background-color: var(--red);
        position: fixed;
        bottom: 0;
        display: grid;
        width: 100%;
        z-index: 5;
    }


    .stickyx-container .item-0,
    .stickyx-container .item-1,
    .stickyx-container .item-2,
        .stickyx-container .item-3 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;

    }

    .stickyx-container .item-1 {
        border-left: 0px solid #fff;
        border-right: 1px solid #fff;
    }
                .stickyx-container .item-2 {
                    border-left: 0px solid #fff;
                    border-right: 1px solid #fff;
                }

  .stickyx-container .item-0 {
                    border-left: 0px solid #fff;
                    border-right: 1px solid #fff;
                }

   .stickyx-container li:last-child{
                    border-left: 0px solid #fff;
                    border-right: 0px solid #fff;
                }





ul.stickyx {
    display: flex;
    text-align: center;
    margin: auto;
    width: 100%;
}

.stickyx .imageblack {
    margin: auto;
}

.stickyx-container ul { list-style:none; }
.stickyx-container ul li {
    list-style: none;
}
.stickyx-container li span { display:none; }




}


@media (min-width: 768px) {
    /* STICKY SIDEBAR */

.stickyx-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: 0;
        top: 40vh;
        width: 55px;
        z-index: 5;
        background: none;
        display:block;
    }

    .stickyx li {
        list-style-type: none;
        /*background-color:#00163b;*/
        background-color: var(--red);
        color: #efefef;
        height: 60px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        display: flex;
        align-self: center;
        align-items: center;
        line-height: 1rem;
    }
    .stickyx li a {
        text-decoration: none;
    }
    .stickyx li a img {
        filter: invert(0);
    }

    .stickyx li span {
        color: #fff;
    }

    .stickyx li a i {
        color: #000;
    }




    /* Dropdown auf Touch (oder Tastatur) via Focus */
.stickyx li:focus-within,
    .stickyx li:hover {
        margin-left: -180px;
        background-color: var(--red);
    }


    a.disabled {
  pointer-events: none; /* Klicks blockieren */
  cursor: default; /* Kein Zeiger */
   text-decoration: none;
}



    .stickyx li:hover img {
        filter: invert(0);
    }

    .stickyx li:hover i {
        color: #fff;
    }

    .stickyx li a:hover {
        color: #fff;
    }


    .stickyx li i {
        float: left;
        margin: 5px 5px;
        margin-right: 7px;
        font-size: 2rem;
        width: 32px;
        text-align: center;

    }

    .stickyx li p {
        padding-top: 0;
        margin: 0px;
        line-height: 16px;
        font-size: 1rem;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .stickyx li p a {
        text-decoration: none !important;
        color: #fff !important;
    }

    .stickyx li p a:hover {
        text-decoration: none;
        color: #fff !important;
    }

        .stickyx li .imageblack {
            margin-right:5px;
        }
    /* STICKY SIDEBAR */
    /* STICKY SIDEBAR */
}



@media (min-width: 1381px) {



    a.disabled {
  pointer-events: all; /* Klicks blockieren */
  cursor: pointer; /* Kein Zeiger */
   text-decoration: none;
}

}



@media (min-width: 1921px) {
    .stickyx-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: calc((100vw / 2) - 967px);
        top: 40vh;
        width: 55px;
        z-index: 5;
        background: none;
        display: block;
    }
}