body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; 
	font-style: italic;
	font-size:33px;
	line-height:0.95;
	padding:0px;
	margin:0px;
}


h1 {
	font-style: italic;
	font-weight:bold;
}

h2 {
	font-style: italic;
	font-weight:bold;
	text-align:center;
}


.mother {
	width: 100%;
	margin: auto;
	margin-top: -9px;
	padding:auto;
	position:relative; /* braucht es für die Footer Position*/
    height:auto !important; 
    height:100%; 
    min-height:100vh;
	background-color : transparent;
}


section {
	width:96%;
	max-width:1200px;
	height:auto;
	min-height:100vh;
	padding:10px 25px;
	margin:0px auto;
	z-index:2;
	background-color : transparent;
}

.frame {
	width: 100%;
	height: 105vh;
	z-index: 1;
	position: fixed;
	background-image: url("images/hintergrund.png");
	background-repeat: no-repeat;
	margin: auto;
	background-size: 100% 105vh;
	background-position: center;
	pointer-events: none;
}

nav {
	width:100%;
	font-size: 75px;
	vertical-align:bottom;
	position: fixed;
	line-height:0.8;
   height:183px;   /* Height of the footer */	
	margin: auto;
	bottom:10px;
	z-index:9;
	margin-left:-5px;
}

footer {
	width:100%;
	vertical-align:bottom;
	position: fixed;
	height:200px;   /* Height of the footer */	
	margin: auto;
	bottom:0px;
	z-index:0;
	background-image: url(images/white.png);
	background-size: contain;
} 

nav a:link, nav a:visited {
	color:rgb(0,0,0);
	text-decoration:none;
}

nav a:hover, nav a:active {
	font-weight:bold;
	line-height:0.7;
}



.logo {
	width:150px;
	margin:auto;
	padding-top:15vh;
}


@media (max-width: 1000px) { 
.mother {
	width: 100%;
}

.frame {
	background-size: 100% 105vh;
}

nav {
	width:100vw;
}
}