*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
} 

/* ******************************** Grundlayout **************** */

header,
footer{
    display: block;
}

body{
    height: 100vh;
    background-color: #f0e115;
}


#wrapper{
    width: 600px;    /*  360px;    98%;    360px */
    height: auto;
    margin: 0 auto;
}

h1 {
    color: #220ac2;
    margin-bottom: 20px;
    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-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;
}

.SeitenKopf {
    color: #f5f5f8;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
.SeitenKopf1 {
    color: #790808;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}

.ciao{
    width: 400px;
    height: 150px;
    border-radius: 10px;
    background-image: linear-gradient(rgb(216, 230, 158), rgb(173, 143, 8));
    margin-left:auto;
    margin-right: auto;
    margin-top: 100px;
}

.abschied{
    font-size: 30px;
    float: left;
    color: #0d0d7e;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 40px;
}


/* ******************************** Haupt-Navigation bzw. header **********************/

header{
    padding: 20px 2rem;
    height: auto;
}

.navbar{
    height: 30px;
    width: 100%;
    display: flex;
}

li{
    list-style: none;
}

.navbar a {
    text-decoration: none;
    color: #b30e0e;
    font-size: 1rem;
    background-color: #f0e115;
} 

.navbar a:hover{
    color: #000;
}

.navbar .links{
    display: flex;
    gap: 1rem; 
    align-items: first baseline;
}

.kopfbild {
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 30px;
    float: left;  
}   

.start p{
    margin-top: 40px;
    user-select: none;
    margin-left: 90px;
    color: #000;
    font-size: 30px;
}

/* ---------------------------------------------------------------- */

.dropdown-content {
    display: none;
    position: absolute;
}

.dropdown-content li {
    display: block; /* Untermenüpunkte vertikal */
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

.dropdown-content li a {
    color: rgb(13, 16, 197);
    padding-left: 12px;
    font-size: 12px;
}

/* Untermenü beim Hovern anzeigen */
.dropdown:hover .dropdown-content {
    display: block;
    padding-top: 5px;
}

/* Hover-Effekt für Links */
.dropdown:hover .dropdown-content li a:hover {

 background-color: rgb(241, 233, 233);
 margin-top: 10px;
}

.links li a:hover{
  color: rgb(8, 8, 8);
 }


/*   ------------------ Login ----------------------------------*/

#signup-form{
    height: 150px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.li-btn{
    margin-top: 35px;
    width: 100px;
    height: 35px;
    background: #c0141d;
    border: none;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
 }

 .input-box{
    margin-top: 20px;
    height: 30px;
}

.label_login{
    float: left;
    width: 400px;
    margin-bottom:20px;
}

.select_login{
    margin-right: 20px;
    float: left;
    width: 100px;
    color: #000;
}

.select_id{
    
    float: center;
    width: 140px;
}

.kopfcontainer{
    display: flex;
}

.EKW-Nutzer{
    width: 140px;
    height: 50px;
    text-align: center;
}

.hallo{
    color: #b30e0e;
    font-size: 20px;
}

.logout{
    width: 140px;
    text-align: center;
}

.logout_btn{
    font-size: 15px;
    text-decoration: none;
}

/*   ------------------ Daten- Eingabe- Formulare ----------------------------------*/
/* Neu begonnen am 13.05.26   */

.cont_wt{    /*Warentransfer */
    background-color: #2b1edf;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}

.cont_rt{    /*Geldentnahme */
    background-color: #d4a91a;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}

.cont_h{    /*Erfassung von Produktionen (Trocknen) */
    background-color: #6b8a6f;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}

.cont_e{    /*Erfassung von Produktionen (Verpacken) */
    background-color: #518858;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}

.cont_v{    /*Warentransfer */
    background-color: #0f6339;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}

.cont_g{    /*Erfassung von Produktionen */
    background-color: #991616;
    width: 100%;
    padding: 10px;   /*Innenabstand des Containers */
    border: 3px solid rgb(209, 136, 136);
    margin: 0px auto;
    margin-top: 50px;
    color: white;
    border-radius: 10px;
}


.form_wt{
    display: flex;
    flex-direction: column;
}

.cajaIM{
    display: flex;
    margin: 5px 0px;
}

.cajaIM label{
    flex-basis: 70px;  /* unverständlich, ggf. nachsehen */
}

.cajaIM input{
    flex: .5;
}

.cajaH{
    display: flex;
    margin: 5px 0px;
}    

.cajaH textarea{
    font-size: 12px;
}

.cajaIM textarea{
    font-size: 12px;
}

.cajaH label{
    flex-basis: 100px;  /* unverständlich, ggf. nachsehen */
}

.cajaH input{
    flex: .5;
}


.SendeKnopf{
    background-color: #f1e289;
    margin-top: 10px;
    padding: 5px;
    color: #000000; 
    border-color: #020000;
    font-size: 16px;
    border-radius: 10px;
}

.SendeKnopf:hover{
    cursor: pointer;
    background-color: #978310;
}

.Hinweis {
    color: #9ead94;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
}


.box { 
    margin: 20px;
}
.box label{
    color: red;
    border: 2px solid rgb(209, 136, 136);
    width: 40px;
    margin-bottom: 5px;
}

.box input{
    width: 60px;
}

/*   ************** Grid-Layout für die Zusammenfassungen *********** */

.ResUES{
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: #4736e4;
    text-align: center;
    font-size: 1.5rem;
    color: #f1ee0d;
    padding: 5px;
    border-radius: 7px;
}


.gridMat{
    font-size: 1rem;
    display: grid;
    color: black;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 50px 50px 50px;
    place-items: center;
}

.gridTrans{
    font-size: 1rem;
    display: grid;
    color: black;
    grid-template-columns: 2fr 1fr 1fr 1fr 3fr;
    grid-template-rows: 50px auto;
    place-items: center;
}

.gridDin{
    font-size: 1rem;
    display: grid;
    color: rgb(163, 12, 12);
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 50px 50px 50px;
    place-items: center;
}

.gridEK{
    font-size: 1rem;
    display: grid;
    color: rgb(163, 12, 12);
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 50px 50px 50px;
    place-items: center;
}

.gridVK{
    font-size: 1rem;
    display: grid;
    color: rgb(163, 12, 12);
    grid-template-columns: 2fr 3fr 1fr 1fr 1fr 1fr 1fr 2fr 3fr;
    grid-template-rows: 50px auto;
    place-items: center;
}


.gridRT{
    font-size: 1rem;
    display: grid;
    color: rgb(163, 12, 12);
    grid-template-columns: 1fr 1fr 3fr;
    grid-template-rows: 50px auto;
    place-items: center;
}

.flexItem{
    padding: 3px;
    color: rgb(0, 0, 0);
}

.Det a{
    text-decoration: none;
    color: #000;
}

.Det a p {
    display:none;
}
.Det a:hover p {
    display:block;
    margin-top: 5px;
    font-size: 10px;
}
