/* General */

* {
    padding: 0;
    margin: 0;
    background-color: #1d1d1f;
    color-scheme: dark;
}

h1, h2, h3 {
    text-align: center;
    color: white;
    text-shadow: 2px 2px black;
    text-decoration: underline;
    font-family: 'Noto Serif', serif;
}

h3 {
    text-decoration: none;
}

#homeicon {
    padding: 5px;
    margin: 5px;
    top: 0;
    left: 0;
    cursor: pointer;   
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
}

#homeicon:hover {
    background: radial-gradient(ellipse at center,rgba(92, 92, 92, 0.411) 0%,rgba(92, 92, 92, 0.411) 0%,rgba(92, 92, 92, 0.411) 67%,rgba(0,0,0,0) 70%);
}


.mainbtn {
    margin: auto;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(0, 255, 234);
    background: linear-gradient(100deg, rgb(0, 255, 234) 0%, rgb(0, 162, 255) 100%);  
    text-shadow: 1.5px 1px black, 2.5px 2px rgb(77, 77, 77);
    width: 90%;
    max-width: 700px;
    height: 15vh;
    margin-bottom: 10px;
    border: 2px solid gray;
    font-family: 'Noto Serif', serif;
    font-size: 150%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
} 

.btn {
    margin: auto;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgb(0, 255, 234);
    background: linear-gradient(100deg, rgb(0, 255, 234) 0%, rgb(0, 162, 255) 100%);
    text-shadow: 1px 1px black;
    width: 80%;
    border: 1px solid white;
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    color: white;
    box-sizing: content-box;
    height: fit-content; 
    min-height: 80px;
}

.btn:disabled {
    background-color: gray;
    color: darkgray;
    border-color: darkgray;
    background: gray;
    cursor: not-allowed;
    box-sizing: content-box;
}

.deletebtn {
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgb(185, 0, 0);
}

.sel {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    color: white;
    font-size: 150%;
    width: 80%;
    height: 80px;
    border: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
}

.inp {
    border: 1px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-bottom: 30px;
    resize: vertical;
    font-size: 150%;
    color: white;
    width: 80%;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.inp:disabled {
    color: darkgray;
    border-color: darkgray;
    background: #5b5f69;
    background-color: #4d5058;
    cursor: not-allowed;
}

.label {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: white;
    font-size: 150%;
}

.rng {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: white;
    width: 80%;
}

#errorlabel {
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    text-align: center;
}

.checkbox {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 40px;
    height: 40px;
    margin-left: 10%;
}
.outofstock:before {
    content: 'Nicht auf Lager';
    white-space: nowrap;
    margin-left: 50px;
    margin-top: 6px;
    display: inline-block;
    font-size: 200%;
}

#generateid {
    height: 30px; 
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
    margin-top: -1px; 
    background: linear-gradient(100deg, rgba(0, 255, 234, 0.836) 0%, rgba(0, 162, 255, 0.788) 100%); 
    cursor: pointer; 
    text-shadow: 1px 1px black; 
    box-sizing: content-box;
}


.checkboxlabel {
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    font-size: 200%;
    vertical-align: top;
}

/* Menukarte */


.menu-item {
    display: table;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100px;
    color: white;
    font-family: 'Noto Serif', serif;
    font-size: 140%;
    text-shadow: 1px 1px black;
    border-radius: 10px;
    box-shadow: 0px 0px 10px aqua;
}

.menu-item h3, p {
    background: transparent;
    padding-top: 10px
}

.menuoverviewbtn {
    width: 80%;
    max-width: 400px;
    height: 40px;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}



.imgbtn {
    border-radius: 10px;
    padding: 3.5rem 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;

    /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6); */
    text-shadow: 0 2px 2px rgba(33, 33, 33, 0.2), 0 3px 10px rgba(33, 33, 33, 0.2), 0 3px 20px rgba(33, 33, 33, 0.4);
    color: #f8f8ff;
    background: none;
}

.imgbtn p {
    text-shadow: 1px 2px 2px rgb(0, 0, 0);
    font-size: 1.75rem;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #f8f8ff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Serif', serif;
    z-index: 1;
    position: relative;
}
.imgbtn:hover {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.15);
    text-decoration: none;
}


.text-grow {
    transition: all .3s ease-in-out;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    width: 85%;
    max-width: 700px;
}

.text-grow:hover {
    transform: scale(1.15);
}

.btnbg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3px);
    transition: all 0.3s ease-in-out;
}


.imgbtn:hover .btnbg {
    filter: none;
}


.mainbtncontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}