/* global */

.error{
    color: rgb(255,0,0);
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}

.absatz{
    
    margin-bottom: 3em;
    
}


/* index.php */
#right {
    float: right;
    width: 15%;
}

#left {
    float: left;
    width: 85%;
}

/* suche.php */

.while {
    margin-top: 20px;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    position: relative;
    left: 40%;
    width: 40%;
}

.while a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.while a:hover {
    text-decoration: underline;
}

.anzeige {
    background-color: #EAEAEA;
    margin-top: 20px;
    text-align: center;
    width: 70%;
    position: relative;
    left: 20%;
}
.k0 {
    background-color: #00E4FF;
}

.k1 {
    background-color: #308030;
}

.k2 {
    background-color: #4AB94A;
}

.k3 {
    background-color: #DFBB16;
}

.k4 {
    background-color: #F54646;
}

.k5 {
    background-color: #C80A0A;
}

.bio0 {
    color: gray;
}

.bio1 {
    color: darkgreen;
    font-weight: bold;
}

.allergie0 {
    color: gray;
}

.allergie1 {
    color: red;
    font-weight: bold;
}

#eingabe {
    background-color: lightgray;
    text-align: center;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    left: 50%;
    position: relative;
}


/* login.php */

.login {
    text-align: center;
    margin-top: 2em;
}

/* insert.php */

/*.eingabe{
    text-align: center;
    margin-top: 2em;
}*/

.eingabe label, .eingabe input, .eingabe textarea, .eingabe select {
    float: left;
    margin-bottom: 5px;
}

.bio label, .bio input, .bio select {
    float: left;
    margin-bottom: 5px;
}

.allergie label, .allergie input, .allergie select {
    float: left;
    margin-bottom: 5px;
}

.kind label, .kind input, .kind select {
    float: left;
    margin-top: 5px;
}

.eingabe label, .bio label, .allergie label, .kind label, .absenden{
    clear: left;
    width: 150px;
    padding-left: 1em;
    
}

.absenden {
    text-align: center;
}

.biooben {
    margin-top: 3em;
}

.erfolgreich {
    background-color: rgb(78, 255, 0);
    width: 18em;
    padding-left: 1em;
}

/* ---------------------------------- */




.index {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: white;

}

#dataremove {
    background-color: red;
    color: white;
    
}

#datainfo {
    color: red;
    
}

#dataid {
    color: darkgreen;
}

/*
#login {
    float: center;
}
*/




