@charset "ISO-8859-1";

html,body { 
	background-color: grey;
	font-family: Arial; 
	font-size:14px; 
}
	
h1 {
	margin: 20px;
	font-size: 20px;
}

a {
	text-decoration: none;
}

div#body {
	width: 940px;
	background-image: url("../images/hintergrund.jpg");
	background-size: cover;
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	position:relative;
	top: 1%;
	margin: auto;
}

div#bodyblend {
	background-color: hsla(0, 0%, 100%, 0.3);	
	padding: 1px 0px;	
}
	
#header {
	margin: 20px 20px 20px 20px; 
	padding-top: 20px;
	border: 1px solid white;
	width: 900px;
	height: 150px;
	background-color: hsla(132, 6%, 83%, 0.4);
}
	
#header p {
	margin-top: 112px;
	margin-right: 440px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

#header p::first-line {
  text-align: center; 
}

	
#logo {
	float: right;
	height: 135%;
	width: auto;
}
	
.framebox {
	margin: 20px 20px 20px 20px ; 
	border: 1px solid white;
	width: 900px;
	background-color: hsla(132, 6%, 83%, 0.4);
}	

.framebox p {
	margin: 20px;
}

#viewpdful {
	list-style: none;
}
	
#viewpdful li {	
	display: inline-block;
	width: 270px;
	height: 390px;
	margin: 20px 70px;
}
	
.container {
	position: relative;
}

.image {
  width: 100%;
  height: auto;
}

.overlay-nonhover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	opacity: 0.6;
	background-color: white;
}

div.text-nonhover {
	color: black;
	opacity: 0.6;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	text-decoration: none;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	opacity: 0;
	transition: .8s ease;
	background-color: #1d1d86;
}

.container:hover .overlay {
	opacity: 0.5;
}

.overlay-text {
	color: white;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}	






	
	