body {
  background-image: url("../images/background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #8A96C8;
  background-attachment: fixed;
  font-family: Arial;
}
@media only screen and (max-width: 600px) {
  body {
  background-image: url("../images/background_klein.jpg");
  }
}

header {
 margin: auto;
 font-size: 1em:
}
header > h1 {
	text-align:center;
	font-weight: bold;
	color: white;
	font-size: 8vw;
	font-size: 2.5em;	
	padding-top: 2vmin;
	line-height: 1em;
}
header > h2 {
	text-align:center;
	font-weight: normal;
	color: white;
	font-size: 1em;
	margin-top: -1em;
}

#main {
	margin: auto;
  max-width: 600px;
}
#content {
  color: black;
  padding: 0.5em;
  padding-top: 0;
  margin-top: 0.5em;
  font-size: 1em;
  background-color: rgba(138,150,200, 0.7);
  max-height: 60vh;
  border-radius: .5em;
  overflow: auto;  
}
#content > h3 {
	line-height: 1.2em;
	  padding-bottom: 0.5em;
}
#content > div {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#content > div > h4 {
	margin-bottom: 0.2em;
	font-size: 0.8em;
	font-weight: normal;
}
#content > div > i {
	font-style: normal;
	opacity: 0.7;
}

footer {
 width: 95%;
 margin: auto;
 font-size: 1em;
 font-size: 1em;
 text-align: center;
 margin-top: 1em;
}
#zurueck {
  position: fixed;
  top: 50%;
  margin-top: 40px;
  right: 0;
  stroke: white;
  opacity: 0.7;
  width: 70px;   
  display: none;
}
#lupe {
  position: fixed;
  top: 50%;
  margin-top: 40px;
  right: 0;
  stroke: white;
  width: 70px;
  display: none;  
}
#menu {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -30px;
  stroke: white;
  width: 70px;
}
#home {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -100px;
  stroke: white;
  padding-top: 10px;
}
#lupe:hover, #menu:hover, #home:hover, #zurueck:hover {
	stroke: black;
  background-color: rgba(101,115,182, 0.7);
	cursor: pointer;	
}

div[id^=lnk] {
	text-align:center;
	padding: 8px;
  background-color: rgba(101,115,182, 0.4);
  border-radius: 5px;
  cursor: pointer;
  margin: auto;

}
div[id^=lnk]:hover {
  background-color: #455394;
 }
div[id^=container] {
	display: none;
}