body {
  	  background-color: #585858;
  	  background-image: url("https://beeimg.com/images/v69822399592.gif");
  	  background-repeat: repeat;
  	  display: flex;
  	  justify-content: center;
  	  align-items: center;
  	  height: 100vh;
  	  margin: 0;
	}
        /* Grundlegender Stil für den Button */
.button-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 400px; /* Hier kannst du die Breite des Buttons anpassen */
  margin: 0 auto;
}
.tooltip-container {
    position: relative;
    z-index: 1;
}
@font-face {
    font-family: 'Volter (Goldfish)';
    src: url('Volter.ttf');
    font-family: '000webfont';
    src: url('webfont.ttf');
}
.tooltip {
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 2px solid #1C1C1C;
  border-radius: 6px;
  padding: 4px 10px 6px 30px;
  font-size: 9px;
  font-family: 'Volter (Goldfish)';
  bottom: 125%;
  left: 50%;
  transform: translateX(-20%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  margin-bottom: 5px;
  z-index: 1;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: auto;
  text-align: left;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.055);
}
.tooltip-image {
    position: absolute;
    z-index: 2;
    right: 100%;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #000000;
}
.tooltip:nth-child(n+2) {
    bottom: calc(125% + 30px * (n - 1));
}
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}
p.tooltipdate {
    color: #000;
    font-family: "000webfont";
    font-size: 16px;
    text-align: left;
    margin: 0px 0px -10px 0px;
    font-weight: bold;
}
.tooltip-image {
    position: absolute;
    z-index: 100;
}
.show-tooltip {
    visibility: visible;
    opacity: 1;
}
.tt_furni {
    border-bottom: 1px dotted orange !important;
    border-left: none;
    border-right: none;
    border-top: none;
    color: orange !important;
}
.tt_furni:hover {
    border-bottom: 1px dotted #81BEF7 !important;
    color: #81BEF7 !important;
    cursor: zoom-in;
}
.verify {
  vertical-align: middle;
  margin-left: 2px;
}
