@charset "utf-8";
@import url(https://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}


body {
    background: #2c3338;
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
}

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

p {
    line-height: 1.5em;
}

after { clear: both; }

#login {
    margin: 50px auto;
    width: 320px;
}

#login form {
    margin: auto;
    padding: 22px 22px 22px 22px;
    width: 100%;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#login form span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

#login form input[type="email"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 235px;
    height: 50px;
}

#login form input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 235px;
    height: 50px;
}
#login form select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 265px;
    height: 50px;
}

#login form input[type="submit"] {
    background: #b5cd60;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
#login form input[type="submit"]:hover {
    background: #16aa56;
}
.err{
    margin: 4px;
}

#userformular {
    margin: 20px ;
    width: 440px;
    display: inline-block;
}

#status{
    display: inline-block;
    margin-left: 10px;
}

#userformular_p {
    margin: auto;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    height: 300px;
}

#userformular_p span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}

#userformular_p input[type="email"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#userformular_p input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#userformular_p select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 180px;
    height: 25px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type='number'] {
    -moz-appearance:textfield;
}
#userformular_p input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}

#infofeld {
    margin: 20px 20px 20px 15px;
    width: 440px;
    display: inline-block;
    padding-left: 30px;
    position: absolute;


}
#userinfofeld {
    margin-top: 20px ;
    margin-left: 550px;
    width: 285px;
    display: inline-block;
    padding-left: 30px;
    position: absolute;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    height: 300px;


}
#userinfofeld input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}

#infofeld form {

    margin: auto;
    padding: 20px 20px 20px 20px;
    width: 100%;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    height: 300px;
}


#artikelfeld {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1300px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}
#artikel_einfuegenfeld {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1145px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#artikel_einfuegenfeld span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#artikel_einfuegenfeld select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 140px;
    height: 25px;
}
#artikel_einfuegenfeld input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 80px;
    height: 25px;
    text-align: center;

}
#artikel_einfuegenfeld input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 100px;
    height: 25px;
    text-align: center;

}
#artikel_updatenfeld {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1145px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#artikel_updatenfeld span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#artikel_updatenfeld select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 140px;
    height: 25px;
}
#artikel_updatenfeld input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 80px;
    height: 25px;
    text-align: center;

}
#artikel_updatenfeld input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 100px;
    height: 25px;
    text-align: center;

}
#umsatz_filter {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1035px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#umsatz_filter span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#umsatz_filter select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 140px;
    height: 25px;
}
#umsatz_filter input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 90px;
    height: 25px;
    text-align: center;

}
#umsatz_filter input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 100px;
    height: 25px;
    text-align: center;

}
#dia_anzeigen {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1035px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}
#daten_anzeigen {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1035px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}
#artikel_anzeigen {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1145px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}
#artikel_anzeigen span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#artikel_anzeigen select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 140px;
    height: 25px;
}
#artikel_anzeigen input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 90px;
    height: 25px;
    text-align: center;

}
#artikel_anzeigen input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 100px;
    height: 25px;
    text-align: center;

}
#artikel_anzeigen input[type="checkbox"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    -webkit-appearance: checkbox;
    vertical-align: middle;
    display: inline-block;
}

#artikel_anzeigen table thead tr th{
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 10px;    
    height: 25px;
    table-layout: fixed;
}

#artikel_anzeigen table tbody tr td{
    background-color: #363b41;
    border-radius: 0px 3px 3px 0px;
    color: #bbbbbb;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    text-align: center;   
}
#artikel_anzeigen table tbody tr td div{
    width:60px; 
    overflow: hidden;
}

#artikel_anzeigen table tfoot tr td{
    visibility: hidden;
    background-color: #a9a9a9;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    color: #282e33;
    font-weight: bold;
    text-align: center;    

}
#csv_anzeigen table thead tr th{
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 10px;    
    height: 25px;
    table-layout: fixed;
}

#csv_anzeigen table tbody tr td{
    background-color: #363b41;
    border-radius: 0px 3px 3px 0px;
    color: #bbbbbb;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    text-align: center;   
}
#csv_anzeigen table tbody tr td div{
    width:60px; 
    overflow: hidden;
}

#csv_anzeigen table tfoot tr td{
    visibility: hidden;
    background-color: #a9a9a9;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    color: #282e33;
    font-weight: bold;
    text-align: center;    

}
#vorrauszahlung_generieren {
    margin: 20px ;    
    display: block;
    padding: 20px 20px 20px 20px;
    width: 1035px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}
#vorrauszahlung_generieren span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#vorrauszahlung_generieren select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 140px;
    height: 25px;
}
#vorrauszahlung_generieren input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 90px;
    height: 25px;
    text-align: center;

}
#vorrauszahlung_generieren input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 100px;
    height: 25px;
    text-align: center;

}
.unsichtbar{
    visibility: hidden;
}
.artikel_anzeigen_checkbox{
    margin-left: 15px;
    margin-right: 5px;

}
.filiale_checkbox{
    margin-left: 15px;
    margin-right: 5px;  

}
.filiale_checkbox-div{   
    display: inline-block;

}
#filiale_box{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    position: absolute;
    height: 130px;

}

#artikelfeld span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#artikelfeld select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    padding: 0 16px;
    width: 100px;
    height: 25px;
}
#artikelfeld input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;    
    width: 40px;
    height: 25px;
    text-align: center;

}
#scanner {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#bemerkungen {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;   
    padding: 0 16px;
    width: 120px;
    height: 25px;
}
#baronia_bemerkungen {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;   
    padding: 0 16px;
    width: 70px;
    height: 25px;
}
#stueckzahl {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;   
    padding: 0 16px;
    width: 40px;
    height: 25px;
}
#gesamtpreis {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;   
    padding: 0 16px;
    width: 80px;
    height: 25px;
}
#artikelfeld input[type="checkbox"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
#preis_in {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    border: darkgray solid 1px;
    width: 100px;
    height: 23px;
    text-align: center;
    font-size: 14px;
}
#va_div {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    border: darkgray solid 1px;
    width: 45px;
    height: 23px;
    text-align: center;
    font-size: 14px;
}
#preisart{
    display: inline-block;
    margin-left: 10px;
}
#infofeld form span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#infofeld form select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 180px;
    height: 25px;
}
#infofeld form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#infofeld form input[type="checkbox"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox;
    vertical-align: middle;
    display: inline-block;
}
.img-ppep{
    width: 150px;
    margin-left: 20px;
    margin-top: 20px;
}
nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}
nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 20px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
    margin-left: 20px;


}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li {
    float: left;
}
nav ul li:hover {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
nav ul li:hover a {
    color: #fff;
}

nav ul li a {
    display: block; padding: 10px 40px;
    color: #757575; text-decoration: none;
}
nav ul ul {
    background: #5f6975; border-radius: 0px; padding: 0;
    position: absolute; top: 100%;
}
nav ul ul li {
    float: none; 
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}
nav ul ul li a {
    padding: 15px 40px;
    color: #fff;
}	
nav ul ul li a:hover {
    background: #4b545f;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

#visited{
    background: #4b545f;

}
#adresse{
    display: inline-block;
    margin-left: 10px;
}
#userdaten{
    display: inline-block;
}
#user_btn{
    position: relative;
    right: -350px;
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
}
#h_season_div{
    display: inline-block;
    margin-bottom: 15px;
	margin-right: 15px;
}
#h_kunden_div{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
#h_hersteller_div{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
#h_prozent_div{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
#h_messe_div{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;

}
#daten_hohlen_btn{
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#daten_inDB_btn{
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#scanner{
    display: inline-block;

}
#fehler_artikel, #fehler_scanner{
    color: red;
}
#form_ppep{
    display: inline-block;

}
#form_baronia{
    display: inline-block;

}
#artikel_ppep{
    display: inline-block;
}
#farbe_ppep{
    display: inline-block;
}
#artikel_baronia{
    display: inline-block;
}
#farbe_baronia{
    display: inline-block;
}
#spedition_ppep{
    padding-top: 160px;

}
#spedition_baronia{
    padding-top: 160px;

}
#preis{
    width: 100px;
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;   
    padding: 0 16px;
    width: 60px;
    height: 25px;

}
#user_form_fehler{
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
    position: absolute;
    
}

#bestellungen  {

    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    min-width: 1300px;
    margin: 20px ;
    width: auto;
    display: block;
    position: absolute;
}
#bestellungen input[type="checkbox"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    -webkit-appearance: checkbox;
    vertical-align: middle;
    display: inline-block;
}
#bestellungen input[type="nummber"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 5px;
    width: 25px;
    height: 15px;    
    vertical-align: middle;
    display: inline-block;
}

#bestellungen table thead tr th{
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 10px;    
    height: 25px;
    table-layout: fixed;
}

#bestellungen table tbody tr td{
    background-color: #363b41;
    border-radius: 0px 3px 3px 0px;
    color: #bbbbbb;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    text-align: center;   
}
#bestellungen table tbody tr td div{
    width:60px; 
    overflow: hidden;
}

#bestellungen table tfoot tr td{
    visibility: hidden;
    background-color: #a9a9a9;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;    
    height: 25px;
    color: #282e33;
    font-weight: bold;
    text-align: center;    

}
.unsichtbar{
    visibility: hidden;
}
.bestellungen_checkbox{
    margin-left: 15px;
    margin-right: 5px;

}

#bestell_btn{
    position: relative;
    right: -1175px;
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#b_bestell_btn{
    position: relative;
    right: -1210px;
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#filter_btn{   
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#einfuegen_btn{
    position: relative;
    right: -1065px;
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#speichern_btn{
    position: relative;
    right: -1055px;
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;

}
#h_suchen_btn{   
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;    
    display: inline-block;
}
#h_aendern_btn{   
    padding: 4px 10px 4px 10px;
    background: #CC0000;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;    
    display: inline-block;
    margin-bottom: 15px;
}
#aendern_btn{
    display: inline-block;    
    margin-top: 15px;
}
#v_generator_btn{
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    display: inline-block;    
    margin-top: 15px;
}
#produkte_anzeigen {

    height: 200px;
    overflow-y: scroll;


    padding: 10px;
}
#entf_btn{
    border: solid orangered 1px;
    position: relative;    
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px; 
    border-color: red;

}
#fertig_btn{
    border: solid green 1px;
    position: relative;    
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;
    margin-left: 10px;

}
#update_btn{
    border: solid yellow 1px;
    position: relative;    
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-top: 15px;
    margin-left: 10px;

}
#container-ppep{
    display: inline-block;
    margin-left: 15px;
}
#container-baronia{
    display: inline-block;
    margin-left: 15px;
}
.auswahl{
    display: inline-block;
    margin-right: 15px;
}
#div_hersteller{
    display: inline-block;
    margin-left: 10px;
}
#div_artikel{
    display: inline-block;
}
#div_form{
    display: inline-block;
}
#div_farbe{
    display: inline-block;
}
#div_va{
    display: inline-block;
}
#div_passform{
    display: inline-block;
}
#versandart_erstellen{
    margin: auto;
    padding: 20px;
    width: 350px;
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    height: 300px;
    display: inline-block;
    position: absolute;
    margin-top: 20px;
}
#versandart_erstellen select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 180px;
    height: 25px;
}
#versandart_erstellen input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#userformular_div {
    margin: 20px ;
    width: 440px;
    display: inline-block;     
    padding: 20px;   
    border-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
    height: 300px;
}
#userformular_div span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}

#userformular_div input[type="email"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#userformular_div input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#userformular_div select {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 180px;
    height: 25px;
}
#userformular_div input[type="number"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 150px;
    height: 25px;
}
#v_art_btn{
    position: relative;    
    padding: 4px 10px 4px 10px;
    background: #4b545f;
    border-radius: 3px 3px 3px 3px;
    color: #a9a9a9;
    margin-left: 25px;
}
#interne_nachricht{
    display: inline-block;
    position: absolute;
    margin-left: 50px;
}
#interne_nachricht textArea{
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 10px 16px;

}
#scanner_div{
    display: inline-block;
}
.logout{
    background-color: red;
}
.a_logout{
    color: white;
}