/* -------------------- FONTS --------------------- */
/*@import 'https://fonts.googleapis.com/css?family=Oswald|Quattrocento';*/
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Parko';
	src: url('fonts/parko_3.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face{
	font-family: 'Quattrocento';
	src: url('fonts/Quattrocento-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'OpenSans', sans-serif;
	line-height: 1.8em;
}
#top, h1, h2, h3, h4{
  font-family: 'Parko', sans-serif;
}
h4{
	line-height: 2em;
}
#top{
  text-transform: uppercase;
}

/* -------------------- COLORS -------------------- */
body{
  background-color: #fff; /* vorher ffffe5 */
}
#top{
  color: white;
}

/* -------------------- BASICS -------------------- */
*{
  margin: 0;
  padding: 0px;
}
a{
  text-decoration: none;
  color: inherit;
}
.active{
  text-decoration: underline;
}

/* -------------------- TOP ----------------------- */
#top{
	width: 90%;
	height: 4.1em;
  padding: 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#top .logo{
	float: left;
	font-size: 1.5em;
	margin-top: 1em;
}


/* -------------------- NAVI ---------------------- */
div.navi{
  display: inline;
  float: right;
}
ul.navi{
	list-style:none;
}
img.navi{
	margin-top: 0.6em;
	height: 3em;
	cursor: pointer;
}
@media screen and (min-width: 700px) {
	img.navi{
		display: none;
	}
	ul.navi{
	  display: inline-block;
		margin-top: 1.25em;
		margin-right: -1.5em;
	}
	li.navi{
  		float: left;
	}
	a.navi{
		padding: 1.25em 1.5em;
	}
}
@media screen and (max-width: 699px) and (min-width: 301px) {
	ul.navi{
		position: fixed;
		top: 2em;
		right: 0;
		font-size: 2em;
		text-align: right;
		padding: 0.5em 5%;
	}
	li.navi{
		line-height: 1.8em;
	}
}
@media screen and (max-width: 300px) {
	ul.navi{
		position: fixed;
		top: 2em;
		right: 0;
		left: 0;
		font-size: 2em;
		text-align: right;
		padding: 0.2em 5%;
	}
	li.navi{
		line-height: 1.8em;
	}
}

/* -------------------- MAIN ---------------------- */
#main{
	text-align: center;
	margin: 4.1em 0;
}
.content{
	display: inline-block;;
	max-width: 1000px;
	text-align: center;
	margin: 0 5%;
}
.module{
	margin: 2em 0;
}

/* -------------------- TEXTILE ------------------- */
.textile{
	display: inline-block;
	max-width: 600px;
	text-align: justify;
}
.textile p img{
	width: 20em;
}
.textile p img:nth-of-type(odd){
	float: right;
	margin: 1em 0 1em 1em;
}
.textile p img:nth-of-type(even){
	float: left;
	margin: 1em 1em 1em 0;
}
.textile-spacer{
	height: 0px;
	padding: 0;
	margin: 0;
	line-height: 0;
	word-break: break-all;
	overflow: hidden;
}

/* -------------------- IMAGE --------------------- */
img.image{
	width: 100%;
}




/* -------------------- BIGIMAGE ------------------ */
.bigimage{
	width: 100%;
	height: 92vh;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.headerimage{
	width: 80%;
	height: 80%;
	display: inline-block;
	margin-top: 5%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* -------------------- BIGVIDEO ------------------ */
.bigvideo{
	width: 100%;
	height: 91vh;
	position: relative;
}
.bigvideo iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------- NOIMAGE -------------------- */
.noimage{
	height: 2em;
}

/* -------------------- CONTENT ------------------- */
.module p{
 	margin: 1em 0;
}
.module h2{
  margin-bottom: 0.5em;
}


/* -------------------- NEWSLETTER ----------------- */
.hidden{
	display: none;
}
