.menu {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 5rem;
    padding: 10px max(0px, 1rem);
    font-size: 25px;
    transition: grid-template-column 0.5s;
}

.menu img {}

/* .menu ul{
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    width: 580px;
    float: right;
    padding: 2rem 0px;
} */

/* .menu li:nth-child(3){
   width: auto;
} */

.menu_tele {
    text-decoration: none;
    color: white;
    background-color: #F64C72;
    position: relative;
    padding: 30px 20px 10px 20px;
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    margin-left: auto;

}

.menu article {
    margin-top: 2rem;
    margin-inline: auto;
}

.menu article a:nth-child(1) {
    color: #5D5D5D;
    margin-right: 20px;

}

#kategorie:hover {
    cursor: pointer;
}

.menu article a:nth-child(2) {
    color: #5D5D5D;
    margin-right: 20px;

}

.menu article a:nth-child(3) {
    color: #5D5D5D;

}

/**/
.x_zu {
    display: none;
}

@media(max-width:1025px) {

    .menu {
        grid-template-columns: auto auto;
    }

    .menu_tele {
        font-size: 20px;
    }
}

@media(max-width:850px) {

    /**/
    .x_zu {
        display: unset;
    }

    /**/
    .menu {
        grid-template-columns: 100%;
    }

    .menu a {
        margin-top: 10px;
    }

    .menu article a {
        font-size: 20px;
    }

    /**/
    .menu_item {
        /**/
        background-image: url("/icon/hamburger.png");
        background-size: cover;
        position: absolute;
        right: 35px;
        top: -10px;
        z-index: 15;
        width: 50px;
        height: 50px;
        display: grid;
        grid-template-columns: auto;

    }

    .item_zu {
        display: none;
    }

    .item_open {
        display: grid;
        row-gap: 0px;
        position: absolute;
        right: 10px;
        background-color: white;
        padding-left: 10px;
    }

    .menu_tele {
        text-decoration: none;
        color: #F64C72;
        background-color: white;
        padding-bottom: 50%;
        padding: 20px 0px 10px 0px;
        height: 40px;
        width: 100%;
        position: relative;
        margin-top: 50px;
        text-align: center;
        font-size: 25px;
        font-weight: bolder;
        box-shadow: inset #dadada -5px -5px 10px;

    }

    /**/
    .logo img {
        width: 180px;
    }

    /**/
    .x {
        position: absolute;
        top: 21px;
        right: 35px;
        z-index: 17;
        width: 25px;
        background-color: white;
        text-align: left;
    }




}

/* DAS IST NICHT ERST ======================== */
@media(max-width:300px) {
    .menu_tele {
        font-size: 25px;
        height: 40px;
    }
}