.ProfileTitle {
  text-align: center;
  font-size: 4vh;
  color: #aab900; }

.ProfileLeft {
  float: left;
  margin-left: 2vh; }

.ProfileRight {
  float: right;
  margin-right: 2vh; }

.ProfileName {
  color: #f2930d;
  font-size: 3.5vh; }

.InfoProfile {
  font-weight: bold;
  font-size: 2.5vh; }

.Bestellungen {
  color: #f2930d;
  font-size: 3.5vh;
  text-align: center; }

.BestellungsBox {
  font-size: 2vh;
  border-top: 0.1vh solid grey;
  border-bottom: 0.1vh solid grey;
  min-height: 10vh;
  margin-top: 2vh;
  width: 40vh;
  padding: 1vh;
  border-left: 1vh solid #f2930d;
  border-right: 1vh solid #f2930d; }

.BestellungsBox:hover {
  margin-top: 1vh;
  box-shadow: 5px 10px 18px #888888;
  min-height: 15vh; }

.BestellungLeft {
  float: left;
  color: #aab900;
  font-weight: bold; }

.BestellungRightNotReady {
  float: right;
  color: red;
  font-weight: bold; }

.BestellungRightReady {
  float: right;
  color: orange;
  font-weight: bold; }

.BestellungRightBekommen {
  float: right;
  color: green;
  font-weight: bold; }

.KostenProfil {
  margin-top: 2vh;
  float: right;
  color: #f2930d;
  font-weight: bold; }

.BestellungsBox:hover .KostenProfil {
  margin-top: 7vh; }

.hide {
  color: black;
  margin-top: -3vh;
  display: none;
  white-space: nowrap;
  outline: none; }

.BestellungsBox:hover .hide {
  display: block;
  margin-top: 0;
  text-indent: 1px; }

.hideDate {
  display: none;
  float: right;
  color: grey;
  margin-top: -3vh;
  white-space: nowrap;
  outline: none; }

.BestellungsBox:hover .hideDate {
  display: block;
  margin-top: 0;
  text-indent: 1px; }

/*# sourceMappingURL=Profil.css.map */
