.schnitzeljagd-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  backdrop-filter:  blur(4px);
}

.schnitzeljagd-popup {
  position: relative;
  width: 800px;
  height: 564px;
  background-image: url("/kwextra/schnitzeljagd.png");
  border: 1px solid lightblue;
  border-radius: 10px;
  box-shadow: #00000011 5px 5px;
}

.schnitzeljagd-text-container {
  position: absolute;
  top: 50px;
  right: -180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schnitzeljagd-fett {
	font-weight: bold;
	text-decoration: underline;
}

.schnitzeljagd-link {
	font-weight: bold;
	color: unset;
}

.schnitzeljagd-link-extern {
	color: unset;
}

.schnitzeljagd-text {
  color: #401a6b;
  background-color: #cebde1;
  opacity: .8;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
}

.schnitzeljagd-stern {
  font-size: 1.2rem;
}

.schnitzeljagd-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -12px;
  top: -12px;
  background-color: white;
  border: 2px solid black;
  content: '❌';
  border-radius: 12px;
  cursor: pointer;
}
