.impressum {
	color: var(--dark);
	background: #ffffff;
	position: relative;
}

.close {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 10px;
  right: 70px;
}

.x {
  width: 25px;
  height: 25px;
}

.x:hover {transform: rotate(180deg);}

.x:active, .x:target {transform: rotate(360deg);}

@media screen and (max-width: 768px) {
	.close {
		right: 30px;
	}
}