﻿/*@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:800');*/


/* alegreya-sans-800 - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 800;
  src: url('alegreya-sans-v21-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('alegreya-sans-v21-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('alegreya-sans-v21-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('alegreya-sans-v21-latin-800.woff') format('woff'), /* Modern Browsers */
       url('alegreya-sans-v21-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('alegreya-sans-v21-latin-800.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}



body {
	font-family: 'Alegreya Sans', latin, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
}

.nav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	background-color: #111;
	opacity: 0.80;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.7s;
}

.nav a {
	display: block;
	padding: 15px 20px;
	font-size: 2.5vmin;
	text-decoration: none;
	color: #ccc;
	z-index: 8;
}

.nav a:hover {
	color: #fff;
	transition: 0.4s;
	z-index: 8;
}

.nav .close {
	position: absolute;
	top: 10px;
	right: 22px;
	margin-left: 50px;
	font-size: 30px;
	z-index: 8;
}

.slide a {
	color: #000;
	font-size: 36px;
	z-index: 8;
}

#content {
	padding: 20px;
	transition: margin-left 0.7s;
	overflow: hidden;
	z-index: 8;
}

#hintergrund {
	position:absolute;
	position: fixed;
	top: 0;	
	width:100%;
	height:auto;
	z-index:1;
}

#bild {
	float:left;
	width: 20%;
	z-index: 8;
}

#scrollbereich {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index: 6;
}

#textbereich {
	position: absolute;
	overflow: auto;
	width: 100vw;
	height:60vh;
	top: 20vh;
	background:#bfbf00;/*#FFFFEE;*/
    border:none;
    text-align: center;
    z-index: 7;
}

h1 {
	font-size: 6vmin;
	}
h2 {
	font-size: 5vmin;
	}
h3 {
	font-size: 4vmin;
	}
h4 {
	font-size: 3vmin;
	}
h5 {
	font-size: 1vmin;
	}
p {
	font-size: 3.5vmin;
	}









