/* CSS Document */
.cc_container .cc_btn {
background-color: #00395e !important; /* Farbe des Buttons */
color: #FFFFFF !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #FFFFFF !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #9a9a9a !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #00395e !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_container a:hover {
color: #000000 !important; /* Textlink-Farbe "Mehr Infos" */
}
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");

.naviga {
	background-color: #00395e;
	padding: 0 5% 0 10%;
	box-sizing: border-box;
	width: 100%;
	min-height: 70px;
	max-height: 70px;
}
.logo {
	width: 15%;
	float: left;
	margin-right: 10%;	
}
.navigationlinks {
	width: 75%;	
	float: left;
}
#logo {
	width: 100%;
	margin: 0.5em 0; 
}
.linavi {
	padding: 0;
}
.link {
	color: #E0E0E0;
	font-size: 19px;
}
.link:hover {
	color: #FFFFFF;
}
.linkf {
	color: #E0E0E0;
	font-size: 19px;
	font-weight: 600;
}
.linkf:hover {
	color: #FFFFFF;
}
.linkset {
	color: #F0F0F0;
	font-size: 19px;
	border-bottom: 1px solid #FFF;
}
.linkset:hover {
	color: #FFFFFF;
}
.linksetf {
	color: #F0F0F0;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	border-bottom: 1px solid #FFF;
}
.linksetf:hover {
	color: #FFFFFF;
}
.home {
	width: 35%;	
}
.klein {
	display: none;	
}
.stern {
	color: #FF0;
	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-right: 1.2em;
		}

			#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; 
					}
		.unterpunktred {
			display: inline-block;
			font-size: 2em;	
			font-weight: 400;	
		}	
			.unterpunktred a {
				color: #C00;	
			}
				.unterpunktred a:hover {
					color: #300; 
				}
			.unterpunktredset {
				font-size: 2em;
				font-weight: 400;
					display: inline-block;	
			}
				.unterpunktredset a {
					color: #600;	
				}
					.unterpunktredset a:hover {
						color: #300; 
					}

#navPanel {
	display: none
}

@media screen and (max-width: 1800px) {
	#logo {
		margin-top: 0.7em;	
	}
}

@media screen and (max-width: 1630px) {	
	.home {
		width: 25%;	
	}
	.logo {
		width: 18%;
		float: left;
		margin-right: 3%;	
	}
	.navigationlinks {
		width: 79%;	
		float: left;
	}
	#nav {
	}
		#nav > ul > li {
			display: inline-block;
			margin-right: 0.8em;
		}
			#nav > ul > li > span, #nav > ul > li > a {
				text-decoration: none;
				outline: 0;
				border: 0;
				border: solid 1px rgba(255, 255, 255, 0);
				padding: 0.3em 0.9em;
				-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;
			}
}

@media screen and (max-width: 1540px) {	
	.home {
		width: 27%;	
	}
	#nav {
	}
		#nav > ul > li {
			display: inline-block;
			margin-right: 0.3em;
		}

			#nav > ul > li > span, #nav > ul > li > a {
				text-decoration: none;
				outline: 0;
				border: 0;
				border: solid 1px rgba(255, 255, 255, 0);
				padding: 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;
			}
}

@media screen and (max-width: 1440px) {
	.logo {
		margin-top: 0.3em;	
	}
	.home {
		width: 35%;	
	}
	#nav {
	}
		#nav > ul {
			margin: 0;
		}
		#nav > ul > li {
			display: inline-block;
			margin-right: 0.4em;
		}
			#nav > ul > li > ul {
				display: none;
			}
			#nav > ul > li > span, #nav > ul > li > a {
				text-decoration: none;
				outline: 0;
				border: 0;
				padding: 0.3em;
				-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;
			}
}

@media screen and (max-width: 1360px) {
	#logo {
		width: 100%;
		height: 100%;
	}
	.logo {
		margin-top: 0.4em;	
	}
	.home {
		width: 28%;	
	}
	.link {
		font-size: 18px;
	}
	.linkf {
		font-size: 18px;
	}
	.linkset {
		font-size: 18px;
	}
	.linksetf {
		font-size: 18px;
	}	
	#nav {
	}
		#nav > ul {
			margin: 0;
		}
			#nav > ul > li {
				display: inline-block;
				margin-right: 0em;
			}
				#nav > ul > li > ul {
					display: none;
				}
				#nav > ul > li > span, #nav > ul > li > a {
					text-decoration: none;
					outline: 0;
					border: 0;
					border: solid 1px rgba(255, 255, 255, 0);
					padding: 0.3em;
					-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;
				}
}

@media screen and (max-width: 1280px) {
	.naviga {
		min-height: 8em;
		max-height: 8em;
		padding: 0 0.2em;
	}
	.logo {
		float: none;
		width: 20%;	
		margin: 0 40%;
	}
	.navigationlinks {
		width: 86%;	
		float: none;
		margin: 0 7%;
	}
	.linavi {
		padding-right: 0;
	}
	.link {
		font-size: 17px;
	}
	.linkf {
		font-size: 17px;
	}
	.linkset {
		font-size: 17px;
	}
	#logo {
	}

		#logo a {
			height: 3em;
			line-height: 3em;
		}
	#nav {
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > span, #nav > ul > li > a {
					text-decoration: none;
					outline: 0;
					border: 0;
					border: solid 1px rgba(255, 255, 255, 0);
					padding: 0.3em 1em 0.3em 1em;
					-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:first-child {
					margin-left: 0;
				}

				#nav > ul > li.break {
					margin-left: 20em;
				}
}

@media screen and (max-width: 1080px) {
	#logo {
		width: 80%;
		height: 80%;
	}
	.logo {
		float: none;
		width: 26%;	
		margin: 0 38%;
	}
	.navigationlinks {
		width: 100%;	
		float: none;
		margin: 0;
	}
	.naviga {
		padding: 0.5em 2% 0 2%;	
	}
	#nav {
		padding: 0.7em 0 0.8em 0;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > span, #nav > ul > li > a {
					text-decoration: none;
					outline: 0;
					border: 0;
					border: solid 1px rgba(255, 255, 255, 0);
					padding: 0.3em 1em 0.3em 1em;
					-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:first-child {
					margin-left: 0;
					margin-right: -1em;
				}

				#nav > ul > li.break {
					margin-left: 20em;
				}
}

@media screen and (max-width: 900px) {
	.naviga {
		min-height: 6em;
		max-height: 6em;
	}
	#logo {
		width: 100%;
		height: 100%;
	}
	.logo {
		width: 30%;	
		margin: 0 35%;
	}
	.link {
		font-size: 16px;
	}
	.linkf {
		font-size: 16px;
	}
	.linkset {
		font-size: 16px;
	}
	.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(-600vh);
		-webkit-transform: translateY(-600vh);
		-ms-transform: translateY(-600vh);
		transform: translateY(-600vh);
		-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.2em;
			border: 0;
			border-top: dotted 1px #00597e;
		}

			#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(68vh);
		-webkit-transform: translateY(68vh);
		-ms-transform: translateY(68vh);
		transform: translateY(68vh);
	}

	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: 34%;	
		margin: 0 33%;
	}
}

@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 {
		-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: 25%;
		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: 40%;
				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(-140vh);
		-webkit-transform: translateY(-140vh);
		-ms-transform: translateY(-140vh);
		transform: translateY(-140vh);
		-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: 20%;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 60%;
		text-align: center;
		z-index: 10002;
		box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
		font-size: 1em;
		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.2em;
			border: 0;
			border-top: dotted 1px #43a0a2;
		}
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 400px) {
	.naviga {
		min-height: 6em;
		max-height: 6em;
	}
	.logo {
		width: 60%;	
		margin: 0.5em 20% 0 20%;
	}
	#navPanel {
		width: 90%;
		left: 5%;
	}
	#navButton .toggle {
		left: 0;
	}
}