
.containerflex{
  align-content: flex-start;
  display:flex;
  flex-wrap: nowrap;
  gap: 3px;
  justify-content: center;
  align-items: center;
  
 }
.hoverpic{ 
  opacity: 1 !important;
}


.hoverpic:hover{
  opacity: 0.8 !important;
}
.dropareaclass{
  max-width: 70%;
  width: auto;
  height: auto;
  max-height: 70%;
  align-items: center;
 
}

.cookie{
  opacity: 0.1;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}


.droparea {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  border: 4px dashed grey;
  border-radius: 15px;  
}
.dropbereich {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 384px;
  max-width: 100%;
  height: 160px;
  border: 4px dashed grey;
  border-radius: 15px;
}

.droparea i {
  font-size: 3rem;
  flex-grow: 1;
  padding-top: 1rem;
  margin: auto;
}

.green-border {
  border-color: green;
}

.rahmen { 
  border-style: dotted; 
}

.balkenfarbe {
  color:#fff!important;
  background-color:#4CAF50!important;
  transition: width 1s ease-in-out;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: -30%;
  left: 50%;
  margin-left: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: -0%;
  margin-left: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}