body {
  font-family: Arial, "Hiragino Kaku Gothic Pro W3", Meiryo, sans-serif;
  color: #efefef;
  text-align: right;
}
body a, body a:visited {
  font-size: 2em;
  color: #444444;
  text-decoration: none;
}
body a:hover {
  cursor: pointer;
  color: #AA4444;
}
body footer{
	position: relative;
  padding: 10px;
  bottom: -10em;
  left: 0;
  right: 0;
}
body img{
		
}

html {
   background: url(./Bilder/gr2018.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
}

.backgroundimage{
	position: relative;
	width: 100%;
	max-width: 50em;
	border: 4px solid #efefef;
}

.buttonlink {
  padding-top: 1em;
  width: 15em;
  height: 15em;
}
body div {
  position: relative;
  bottom: -5em;
}

body h1 {
	position: absolute;
	bottom: 0.5em;
  font-size: 6em;
  font-weight: bold;

}

body h2 {
position: absolute;
bottom: 0;
  font-size: 3em;
  font-weight: bold;

}

