body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("/img/bg2.png");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_bereich {
 	position: absolute;
	right: 25px;
	top: 29px;
	width: 50px;
	height: 50px;
}

.login_bereich:hover {
	border: 4px solid #548235;
	background-color: #000;
	cursor: pointer;
	transition: 400ms;
}
