body {
  font-family: Bahnschrift, system-ui;
  font-size: 1.1rem;
  text-align: center;
}

form {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

form div {
    display: flex;
    align-items: baseline;
    width: 600px;
}

label {
    font-weight: bold;
    width: 1640px;
    margin-right: 13px;
    text-align: left;
}

.unit {
	width: 20px;
}

h2 {
    padding-left: 25px;
    background-color: #00529C;
    color: white;
    font-weight: bold;
}

input[type=text] {
    text-align: right;
    border-radius: 0;
    background-color: #00529C;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
    color: white;
    display: block;
	font-family: Lucida Sans Typewriter;
    /* font-family: inherit; */
    font-size: inherit;
    height: 2.0555555556rem;
    margin: 0 0 .8888888889rem;
    padding: .4444444444rem;
    width: 100%;
    /* -webkit-box-sizing: border-box; */
    /* -moz-box-sizing: border-box; */
    /* -webkit-transition: border-color .15s linear, background .15s linear; */
    /* -moz-transition: border-color .15s linear, background .15s linear; */
    /* -ms-transition: border-color .15s linear, background .15s linear; */
    /* -o-transition: border-color .15s linear, background .15s linear; */
    transition: border-color .15s linear, background .15s linear;
}



input[type=text]:focus {
    background: #fafafa;
    border-color: #999;
	color: black;
    outline: none; 
}

input[type=text]:disabled {
    background-color: #B1CAE1;
	color: #00529C;
    cursor: default; 
}

.button {
    text-align: center;
    border-radius: 0;
    background-color: #00529C;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 8px;
    color: white;
    display: block;
	font-family: Bahnschrift, system-ui;
    /* font-family: inherit; */
    font-size: inherit;
    height: 3.0555555556rem;
    margin: 0 0 0;
    padding: .4444444444rem;
    width: 50%;
    /* -webkit-box-sizing: border-box; */
    /* -moz-box-sizing: border-box; */
    /* -webkit-transition: border-color .15s linear, background .15s linear; */
    /* -moz-transition: border-color .15s linear, background .15s linear; */
    /* -ms-transition: border-color .15s linear, background .15s linear; */
    /* -o-transition: border-color .15s linear, background .15s linear; */
    /*transition: border-color .15s linear, background .15s linear;*/
}


.highlights {
	border: 2px solid red;
	border-color: red;
	color: red;
	font-weight: bolder;
}

button {
  background-color: #00529C;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

button:hover {
  background-color: #1163AD;
}

.output {
    background-color: white;
	color: black
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

#file-input {
    display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

th, td {
  width: 25%;
  border: 1px solid #ddd;
  padding: 8px;
}

th {
  text-align: left;
  background-color: #f2f2f2;
}
td#sumb, td#markupb, td#totalb{
  background-color: #B1CAE1;
}

th.ziffer, th.anzahl, th.wert {
  width: 10%
}
th.eur{
  width: 15%
}
th.aktiv {
  width: 5%; 
}

.parent-row {
	background-color: #B1CAE1;
	
}
.subparent-row {
	background-color: #C1DAF1;
	display: none; 
	
}
.child-row {
	 /* display: table-row;  */
	 display: none; 
}


.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

div.sticky-footer {
  margin: 2% 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 6px;
  transition: 0.3s;
}

