*,
*::before,
*::after {
  box-sizing: border-box;
  overflow: hidden;
}

html,
body {
  height: 100vh;
  font-family: "Open Sans", sans-serif;
	
}

body {
  background: linear-gradient(50deg, #d0c75a, #77bbae);
}


@media only screen and (max-device-width: 768px) {
.content {
  /*top: 50%;*/
  /*margin-top: -313.797px;*/
  margin-top: 10vh;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 50px;
}

a, p {
  font-size: 30px;
}

.content img {
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

#impressum{
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;

}
}



@media only screen and (min-device-width: 769px) {
.content {
  left: 50%;
  /*top: 50%;*/
  margin-left: -230px;
  /*margin-top: -313.797px;*/
  margin-top: 10vh;
  position: absolute;
  width: 460px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 30px;
}

a, p {
  font-size: 15px;
}

.content img {
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

#impressum{
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;

}
}

