body {
	margin: 0;
	margin-top: 23%;
	font-family: Frygia-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 131.25%;
}
@media screen and (min-width: 800px) {
	body {
		margin-top: 14%;
	}
}
.wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: SolitasSlab-NorDem;
	font-weight: normal;
	font-style: normal;
}
a {
	background: rgba(114,255,80,1);
	font-family: SolitasSlab-NorBoo;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: black;
}
q {
	font-family: SolitasSlab-NorDem;
	font-weight: normal;
	font-style: normal;
}
cite {
	font-family: SolitasSlab-NorDemIt;
	font-weight: normal;
	font-style: normal;
}
address {
	font-family: SolitasSlab-NorBooIt;
	font-weight: normal;
	font-style: normal;
}
nav {
	position: fixed;
	width: 100%;
	background-color: rgba(114, 255, 80, 0.95);
	top: 0;
	left: 0;
}
nav .wrapper {
	overflow: hidden;
}
nav a {
	display: block;
	float: left;
	margin-left: 10%;
	background: none;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
nav a.programm {
	width: 25%;
}
nav a.astra-stube-ev {
	width: 37%;
}
nav a.kontakt {
	width: 18%;
}
@media screen and (min-width: 800px) {
	nav a {
		margin-left: 5%;
	}
	nav a {
		width: 30%!important;
	}
}
nav a:hover {
	background: none;
}
nav a:first-child {
	margin-left: 0; /* reset */
}
.navlink {
	width: 100%;
	height: auto;
	display: block;
	
}
.headline {
	max-width: 100%;
	height: auto;
	background-color: rgba(114, 255, 80, 1);
}
.content a {
	word-wrap: break-word;
}

/* classes for web fonts */

.Frygia-Italic { 
	font-family: Frygia-Italic;
	font-weight: normal;
	font-style: normal;
}
.Frygia-Medium { 
	font-family: Frygia-Medium;
	font-weight: normal;
	font-style: normal;
}
.Frygia-MediumItalic { 
	font-family: Frygia-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.Frygia-Regular { 
	font-family: Frygia-Regular;
	font-weight: normal;
	font-style: normal;
}
.SolitasSlab-NorBoo { 
	font-family: SolitasSlab-NorBoo;
	font-weight: normal;
	font-style: normal;
}
.SolitasSlab-NorBooIt { 
	font-family: SolitasSlab-NorBooIt;
	font-weight: normal;
	font-style: normal;
}
.SolitasSlab-NorDem { 
	font-family: SolitasSlab-NorDem;
	font-weight: normal;
	font-style: normal;
}
.SolitasSlab-NorDemIt { 
	font-family: SolitasSlab-NorDemIt;
	font-weight: normal;
	font-style: normal;
}