/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.backimg {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: auto;
  height: 100%;
  z-index: -9;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.ueber1 {
  font-family: 'Fredoka One', Helvetica, Tahoma, sans-serif;
  color: #fff;
  text-shadow: 1px 2px 0 #5b3f25;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  padding: 0px 0;
  padding-bottom: 0px 0;
  font-weight: normal;
  text-align: center;
}

.ueber2 {
  font-family: 'Fredoka One', Helvetica, Tahoma, sans-serif;
  color: #fff;
  text-shadow: 1px 2px 0 #5b3f25;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0px 0;
  padding-bottom: 0.7em;
  font-weight: normal;
  text-align: center;
}

.ueber3 {
  font-family: 'Fredoka One', Helvetica, Tahoma, sans-serif;
  color: #fff;
  text-shadow: 1px 2px 0 #5b3f25;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0px 0;
  padding-bottom: 0px 0;
  font-weight: normal;
}
/* stock list header row */
.gutListHeader1 {
  background-color: #BA8353 !important;
  padding: 8px 0;
  color: white;
  height: 36px;
}
.gutListHeader2 {
  background: #caccf7 url('bg.png') !important;
  padding: 8px 0;
  color: white;
  font-weight: bold;
  height: 36px;
}

.gutCellEven {
  height: 40px;
  border-bottom: 1px solid #d7dbe0;
  background-color: #ffffff;
  padding-left: 4px;
}
.gutCellOdd {
  height: 40px;
  border-bottom: 1px solid #d7dbe0;
  background-color: #F2EBCE;
  padding-left: 4px;
}
/* stock list flex table */
.gutList {
  border: 2px solid #BA8353;
  box-shadow: 10px 10px 5px #888888; 
  margin: 0 auto;
  margin-top: 15px;
  border-spacing: 0; 
  padding: 0;
  width: 600px;
}
.gutList th, td {
  padding: 0px 5px 0px !important;
  border-radius: 0px !important;
}	
/* Numeric Column */
.gutListNumericColumn {
  text-align: right;
  width:8em;
  padding-right: 1em;
}

/* Image */
.centerImage {
  text-align: center;
}

/* Mengenfeld Output */
.numericValue {
    text-align: center;
    border: 2px solid #BA8353;
    padding: 10px 10px 10px 10px;
    font-weight: bolder;
    border-radius: 10px;
}
/* Euro Output */
.euroValue {
    color: black;
    font-weight: bolder !important;
    text-align: center;
    border: 2px solid #bfbf00;
    background-color: #e6e600;
    padding: 3px 10px 3px 10px;
    font-weight: bolder;
    border-radius: 10px;
}
.counterValue {
    color: white;
    font-weight: bolder !important;
    text-align: center;
    border: 2px solid #5b3f25;
    background-color: #BA8353;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
}
/* stock list flex table */
.brotbraun {
  background-color: #BA8353 !important;
  color: white !important;
}
