*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
} 

/* ******************************** Grundlayout **************** */

header,
footer{
    display: block;
}



body{
    height: 100vh;
    background-color: #e0bc17;
   /* background-color: #fff;*/
}


#wrapper{
    width: 95%;
    height: auto;
    margin: 0 auto;
 /*  background-color: #129423;      */
}

h1 {
    color: #4736e4;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1600 - 320)));
    text-align: center;
}

h2 {
    color: #4736e4;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16pt;
}

h3 {
    color: #0d0d7e;
    margin-left: 20px;
    margin-top: 30px;
    font-size: 20pt;
}

h4 {
    color: #0d0d7e;
    /*margin-left: 20px;*/
    margin-top: 10px;
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1600 - 320)));
}

h5 {
    color: #c0141d;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16pt;
    text-align: center;
}

h6 {
    color: #129423;
    padding-left: 0px;
    padding-top: 5px;
    font-size: 12pt;
    text-align: center;
}

/* ******************************** Haupt-Navigation bzw. header **********************/

header{
    /*background-color: #129423;*/
    position: relative;
    padding: 20px 2rem;
    height: auto;
}

.navbar{
    height: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li{
    list-style: none;
}

.navbar a {
    text-decoration: none;
    color: #fdfcfd;
    font-size: 1.5rem;
} 

.navbar a:hover{
    color: #000;
}

.navbar .links{
    display: flex;
    gap: 6rem;
}


/* ******************************** Start- Seite **********************/

#Startseite {    
    height: auto;
    width: 100%;
    float: right;
    color: #000; 
    color: rgb(85, 59, 12);
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 110%; 
    text-align: justify;
}


.SendeKnopf{
    margin-top: 20px;
    width: 100px;
    height: 30px;
    background-color: #f1e289;
    color: #000000; 
    border-color: #020000;
    font-size: 16px;
    border-radius: 10px;
}

.ek_liste{
    color: #000;
    font-size: 14px;
    width: 100px;
}



.ekl{
    width: 200px;
    height: auto;
    background-color: #129423;
}

.li-btn{
   margin-top: 20px;
   margin-left: 20px;
   width: 200px;
   height: 45px;
   background: #c0141d;
   border: none;
   outline: none;
   border-radius: 10px;
   cursor: pointer;
   font-size: 15px;
   color: #fff;
}

.setzenLabel{
    font-size: 15px;
    width: 150px;
    color: #000;
    border: #000;
    border-style: dotted;
    border-width: 1px;
    border-radius: 5px;
}

.tabL{
    float: left;
}

.tabR{
    float: left;
    margin-left: 80px;
}

.ganttZeit{
    width: 50px;
    background-color: #e0bc17;
}

/*    ************************** Responsive Design ****************************** */


@media (max-width: 990px) {
    .navbar .links,
    .konto_btn,
    .EKW-Nutzer
    {
        display: none;
    }
    
    .navbar .toggle_btn{
        display: block;
    }
    .dropdown_menu {
        display: block;
        z-index: 1;
    }
}    

@media (max-width: 570px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
}

@media (max-width: 1185px) {
    .IngredientesFeld{
        max-width: 300px;
    }
    #Produktfoto {
        width: 50%; 
    }
}