/* CSS Document */
/* Standard */
/* Reset */
html, body, div, span, applet, object, iframe, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p {
	font-size: 16px;
	line-height: 1.5em;
}
strong, b {
	font-weight: 400;
}
em, i {
	font-style: italic;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
.center {
	text-align: center;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.75em;
	font-size: 14pt;
}
	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
section, article {
	margin-bottom: 3em;
}
section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}
.row > section, .row > article {
	margin-bottom: 0;
}
header {
	margin-bottom: 1.5em;
}
	header > p {
		display: block;
		color: #f35858;
		padding: 0.75em 0 1em 0;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	header.major {
		text-align: center;
	}
ul.actions {
	padding-top: 1em;
}
	ul.actions.major {
		text-align: center;
	}
	ul.actions li {
		display: inline-block;
		margin-left: 1em;
	}
		ul.actions li:first-child {
			margin-left: 0;
		}
ul.divided li {
	border-top: solid 1px #d2d7dc;
	padding-top: 2em;
	margin-top: 2em;
}
	ul.divided li:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}
ul.icons li:before {
	display: inline-block;
	color: #fff;
	background: #61666b;
	width: 2em;
	height: 2em;
	border-radius: 0.35em;
	text-align: center;
	line-height: 2em;
	margin-right: 0.75em;
}
ul.menu li {
	display: inline-block;
	padding-left: 1em;
	margin-left: 1em;
}
	ul.menu li:first-child {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
	ol.default li {
		padding-left: 0.25em;
	}
form .formerize-placeholder {
	color: #999 !important;
}
form ::-webkit-input-placeholder {
	color: #999 !important;
}
form :-moz-placeholder {
	color: #999 !important;
}
form ::-moz-placeholder {
	color: #999 !important;
}
form :-ms-input-placeholder {
	color: #999 !important;
}
form ::-moz-focus-inner {
	border: 0;
}

/* Navigation */
.naviga {
	background-color: #F0F0F0;
	padding: 0.2em 15% 0.2em 15%;
	min-height: 4.5em;
	max-height: 4.5em;
}
.logo {
	width: 20%;
	float: left;
	padding-top: 7px;
	margin-right: 10%;	
}
.navigationlinks {
	width: 70%;	
	float: left;
}
#logo {
	width: 100%;
	margin: 0.6em 0 0; 
}
.linavi {
	padding: 0;
}
.link {
	color: #6b6b6b;
	font-size: 19px;
}
.link:hover {
	color: #222;
}
.linkf {
	color: #6b6b6b;
	font-size: 19px;
	font-weight: 600;
}
.linkf:hover {
	color: #222;
}
.linkset {
	color: #6b6b6b;
	font-size: 19px;
	padding-bottom: 3px;
	border-bottom: 1px solid #512e64;
}
.linkset:hover {
	color: #222;
}
.linksetf {
	color: #6b6b6b;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 3px;
	border-bottom: 1px solid #512e64;
}
.linksetf:hover {
	color: #222;
}
.home {
	width: 35%;	
}
.klein {
	display: none;	
}
.stern {
	color: #FC0;
	font-size: 25px;
}
	.stern:hover {
		color: #EE0;	
	}
#nav {
	text-align: left;
	top: 0;
	width: 100%;
	padding: 1em 0 1em 0;
}
	#nav > ul {
		margin: 0;
	}
		#nav > ul > li {
			display: inline-block;
			margin: 0 0.5em;
		}
			#nav > ul > li > ul {
				display: none;
			}
			#nav > ul > li > span, #nav > ul > li > a {
				text-decoration: none;
				outline: 0;
				border: 0;
				padding: 0.3em 0.5em 0.3em 0.5em;
				-moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				-webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				-o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				-ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			}
			#nav > ul > li.active > span, #nav > ul > li.active > a {
				border-color: rgba(255, 255, 255, 0.75);
				background-color: rgba(255, 255, 255, 0.15);
			}
			#nav > ul > li.break {
				margin-left: 20em;
			}			
		.dropotron {
			text-align: left;
			line-height: 2em;
			background: #fff;
			line-height: 1em;
			padding: 0 0 0.5em 0;
			box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
			margin-top: 2em;
			display: none;
		}	
			.dropotron a, .dropotron span {
				display: block;
				padding: 0em 1em 0.65em 1em;
				border-bottom: 0;
			}	
			.dropotron li:first-child > a, .dropotron li:first-child > span {
				border-top: 0;
				font-size: 1em;
			}	
			.dropotron li.active > a, .dropotron li.active > span {
				color: #f35858;
			}	
			.dropotron.level-0 {
				font-size: 0.5em;
				padding-top: 2em;
			}	
				.dropotron.level-0:before {
					content: '';
					position: absolute;
					top: -1em;
					width: 2em;
					height: 1em;
					border-bottom: solid 1em #fff;
					border-left: solid 1em rgba(255, 255, 255, 0);
					border-right: solid 1em rgba(255, 255, 255, 0);
				}	
				.dropotron.level-0.center:before {
					left: 50%;
					margin-left: -0.5em;
				}	
				.dropotron.level-0.left:before {
					left: 1em;
				}	
				.dropotron.level-0.right:before {
					right: 1em;
				}
		.unterpunkt {
			display: inline-block;
			font-size: 2em;	
		}		
			.unterpunkt a {
				color: #888;	
			}
				.unterpunkt a:hover {
					color: #333; 
				}
			.unterpunktset {
				font-size: 2em;
				font-weight: 400;
					display: inline-block;	
			}
				.unterpunktset a {
					color: #666;	
				}
					.unterpunktset a:hover {
						color: #333; 
					}
#navPanel {
	display: none
}

@media screen and (max-width: 1800px) {
	.logo {
		width: 23%;
		float: left;
		padding-top: 5px;
		margin-right: 7%;	
	}	
}
@media screen and (max-width: 1630px) {	
	.home {
		width: 25%;	
	}
	.naviga {
		padding: 0.5em 4% 0.2em 8%;
	}
	.logo {
		width: 18%;
		float: left;
		margin-right: 7%;	
	}
	.navigationlinks {
		width: 75%;	
		float: left;
	}
	#nav > ul > li {
		margin-right: 0.8em;
	}
		#nav > ul > li > span, #nav > ul > li > a {
			padding: 0.3em 1em 0.3em 1em;			
		}
}

@media screen and (max-width: 1540px) {	
	.home {
		width: 27%;	
	}
	.logo {
		width: 23%;
		margin-right: 2%;	
	}	
	#nav > ul > li {
		margin-right: 0.3em;
	}
}

@media screen and (max-width: 1440px) {
	#logo {
		width: 90%;
	}
	.home {
		width: 35%;	
	}
	.naviga {
		padding: 0.5em 3% 0.2em 3%;
	}
	#nav > ul {
		margin: 0;
	}
	#nav > ul > li {
		margin-right: 1em;
	}
		#nav > ul > li > ul {
			display: none;
		}
		#nav > ul > li > span, #nav > ul > li > a {
			padding: 0.3em 0.5em 0.3em 0.5em;
		}
		#nav > ul > li.active > span, #nav > ul > li.active > a {
			border-color: rgba(255, 255, 255, 0.75);
			background-color: rgba(255, 255, 255, 0.15);
		}
		#nav > ul > li.break {
			margin-left: 20em;
		}
}

@media screen and (max-width: 1360px) {
	.home {
		width: 28%;	
	}
	.link {
		font-size: 18px;
	}
	.linkf {
		font-size: 18px;
	}
	.linkset {
		font-size: 18px;
	}
	.linksetf {
		font-size: 18px;
	}
	#nav > ul > li {
		margin-right: 0em;
	}
		#nav > ul > li > span, #nav > ul > li > a {
			padding: 0.3em 1em 0.3em 1em;
		}
}

@media screen and (max-width: 1280px) {
	.logo {
		width: 25%;
		margin-right: 0;	
	}
	.navigationlinks {
		width: 75%;	
	}
	.naviga {
		padding: 0.5em 1% 0.2em 3%;
	}
	.linavi {
		padding-right: 0;
	}
	.link {
		font-size: 17px;
	}
	.linkf {
		font-size: 17px;
	}
	.linkset {
		font-size: 17px;
	}
	#logo a {
		height: 3em;
		line-height: 3em;
	}
	#nav > ul > li > span, #nav > ul > li > a {
		padding: 0.3em 0.7em;
	}
}

@media screen and (max-width: 1080px) {
	.logo {
		padding-top: 10px;	
	}
	#nav > ul > li {
		margin: 0 0.2em 0 0;
	}
		#nav > ul > li:first-child {
			margin-left: 0;
			margin-right: -1em;
		}
}

@media screen and (max-width: 900px) {
	.naviga {
		min-height: 6em;
		max-height: 6em;	
	}
	.gross {
		display: block;	
	}
	.klein {
		display: block;	
	}
	#logo {
		width: 100%;
		height: 100%;
	}
	.logo {
		width: 40%;	
		margin: 0 30%;
	}
	.link,
	.linkf,
	.linkset {
		font-size: 16px;
		color: #F0F0F0;
	}
		.link:hover,
		.linkf:hover,
		.linkset:hover {
			color: #FFF;
			text-shadow: 1px 1px 1px #000;	
		}
	.naviga {
		padding: 1em 0 0.8em 0;
	}
	#nav {
		display: none;
	}
	#navButton {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
	}
		#navButton .toggle {
			position: absolute;
			left: 5%;
			top: 0;
			width: 30%;
			height: 30%;
			border: 0;
			outline: 0;
		}
			#navButton .toggle:before {
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				content: '\f0c9';
				color: #fff;
				font-size: 18px;
				text-align: center;
				display: block;
				width: 80px;
				height: 30px;
				line-height: 30px;
				position: absolute;
				left: 50%;
				background: rgba(128, 132, 136, 0.35);
				border-top: 0;
				border-radius: 0 0 0.4em 0.4em;
			}
	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateY(-400vh);
		-webkit-transform: translateY(-400vh);
		-ms-transform: translateY(-400vh);
		transform: translateY(-400vh);
		-moz-transition: -moz-transform 0.3s ease;
		-webkit-transition: -webkit-transform 0.3s ease;
		-ms-transition: -ms-transform 0.3s ease;
		transition: transform 0.4s ease;
		display: block;
		left: 5%;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 40%;
		text-align: center;
		z-index: 10002;
		box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
		font-size: 	0.8em;
		background-color: #45474a;
		background-size: 128px 128px, 100% 100%, 100% 100%;
	}
		#navPanel .link {
			position: relative;
			z-index: 1;
			display: block;
			text-decoration: none;
			padding: 0.5em;
			border: 0;
			border-top: dotted 1px #F0F0F0;
		}
			#navPanel .link.depth-0 {
				color: #fff;
				font-weight: 400;
			}
		#navPanel .indent-1 {
			display: inline-block;
			width: 1em;
		}
		#navPanel .indent-2 {
			display: inline-block;
			width: 2em;
		}
		#navPanel .indent-3 {
			display: inline-block;
			width: 3em;
		}
		#navPanel .indent-4 {
			display: inline-block;
			width: 4em;
		}
		#navPanel .indent-5 {
			display: inline-block;
			width: 5em;
		}
		#navPanel .depth-0 {
			color: #fff;
		}
	body.navPanel-visible #page-wrapper {
		-moz-transform: translateY(0vh);
		-webkit-transform: translateY(0vh);
		-ms-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	body.navPanel-visible #navButton {
		-moz-transform: translateY(60vh);
		-webkit-transform: translateY(60vh);
		-ms-transform: translateY(60vh);
		transform: translateY(60vh);
	}
	body.navPanel-visible #navPanel {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0vh);
	}
}

@media screen and (max-width: 820px) {
	.logo {
		width: 50%;	
		margin: 0 25%;
	}
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 600px) {
	.naviga {
		min-height: 7em;
		max-height: 7em;	
	}
	.logo {
		width: 50%;	
		margin: 1em 25% 0 25%;
	}
	#navButton {
		left: 25%;
	}
		#navButton .toggle:before {
			left: 40%;
		}
	#navPanel {
		-moz-transform: translateY(-100vh);
		-webkit-transform: translateY(-100vh);
		-ms-transform: translateY(-100vh);
		transform: translateY(-100vh);
		left: 20%;
		width: 60%;
		font-size: 1em;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		width: 70%;	
		margin: 0.5em 15% 0 15%;
	}

}

@media screen and (max-width: 400px) {
	.naviga {
		min-height: 6em;
		max-height: 6em;	
	}
	.logo {
		width: 80%;	
		margin: 0.5em 10% 0 10%;
	}
	#navPanel {
		width: 90%;
		left: 5%;
	}
	#navButton .toggle {
		left: 0;
	}
}