/* Umrandung und HG Thumbs unten in Einstellungen */
.imageTD {
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-color: #2D2D2E;
  }
.no-img img {
  width: 80px;
  height: 80px;
  background-color: #211f1b;
  border-radius: 8px;
}

.thumbs {
 opacity:0.4;
 filter:alpha(opacity=40);
 border: 0px solid #717070;
 
  }

.thumbs:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  }

.imageholderuploaded {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -19px;
  border: 0px solid rgb(54, 54, 57);
  border-radius: 5px;
  background-color: #211f1b;
}

@media screen and (max-width: 600px) {

  .thumbs {
    transform: scale(0.8);
    max-height: 45px;
    max-width: 45px;
  }
  .imageTD {
    width: 50px;
    height: 50px;
  }

  .no-img img {
    width: 50px;
    height: 50px;
  }
  

}

/* Text der Laborkontakte unten */
.pageFoot {
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 0;
  color:#dadada;
}

.inactiveText {
  color: #b4bbbb;
  

}
.activeText
{
  color: #ea7400;
  }
  
  
/* umrandung und HG um hoehe,breite,aufloesung-bildeinstellungen */

/* nach Veränderung des Randes zB. */
/*.readAndWrite {
 font-size: 11px;
  background: none repeat scroll 0 0 rgba(69, 72, 78, 0.45);
    border: 1px solid #333333;
    color: #ea7400;
    margin: 0 5px 0px 0px;

}  */
/* Abstände Pulldownmenü bei bildeinstellungen */
.tdPadding {
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}



/* umrandung schritt 3 your order unter dem eintagen der email*/
.bold {
 font-weight: bold;
}
/* nicht klar */
.pushButton {
  background-color: #c4cccc;
  padding: 0 20px 0 20px;
}


/* Dicke überschriften oben */
.preHeader {
  color: #ea7400;
  
}
/* Dicke überschriften 2.Teil oben */
.postHeader {
  color: #dadada;
}


