.gesuch {
	background:#ebebeb;
	width: 80% !important;
    color: #000;
    font-family: 'Red Hat Display';
    display: flex;
    margin: auto;
    min-width: 500px;
}

.gesuchinhalt {
	position: relative;
	width:100%; 
	margin:0; 
	padding: 0px;
}

.gesuchheaderbild {
	object-fit:cover;
	width:100%;
	text-align: center;
}

.gesuchheaderschrift {
	position:absolute;
	top:100px;
	width:100%;
	font-family:'Alex Brush'; 
	font-size:42px; 
	text-align:center;
}

.gesuchwappen {
	position:absolute;
	top:200px;
	left:42%;
	border:'2px solid black';
	border-radius:50%;
	width:100px;
	height:100px;
}

.gesuchuebersicht {
	padding:10px;
	padding-top:50px;
	text-align:justify;
	font-size:12px;
}

.gesuchbigtext {
	text-align:center; 
	padding:10px;
	font-weight:bold;
	font-size:36px;
	font-family: 'Alex Brush';
}

.gesuchtext {
	overflow-y: scroll;
	padding-right:10px;
	height:200px;
	font-size:12px;
}

.minigesuch {
  position: relative;
  width: 250px;
  height: 150px;
  margin: auto;
}

.minigesuchtitel {
	text-align: center;
    font-family: Cinzel;
}

.minigesuch .content-overlay {
  /*background: rgba(0, 0, 0, 1);*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;

}

.minigesuch .vergeben {
	background: rgb(1,1,1,0.5);
	padding: 10px;
	text-align:center;
}

.minigesuch:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
	position: absolute;
  top: 0;
  left: 0;
}

.content-details {
  position: absolute;
  text-align: center;
  background: #000;
  padding: 0px 0px;
  width: 100%;
  bottom: -50%; /* Start at the bottom */
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%); /* Adjust to translate upwards */
  transition: all 0.3s ease-in-out 0s;
	overflow-y: scroll;
	 pointer-events: none;
}

.minigesuch:hover .content-details {
  top: 50%; /* Move to the center on hover */
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%); /* Center the text */
  pointer-events: auto;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
  margin-top: 0; /* Ensure the paragraph starts at the top */
}

.content-details p div {
  text-align: center;
}

.content-text {
	background: #000;
}

.content-stats {
	background: #000;
	padding: 5px;
}

.fadeIn-bottom{
  top: 0;
}



