/* CSS Document */
.cc_container .cc_btn {
background-color: #00b5a3 !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: #00b5a3 !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_container a:hover {
color: #000000 !important; /* Textlink-Farbe "Mehr Infos" */
}
@import url("font-awesome.min.css");

.linavi {
	padding: 0;
}

.link {
	color: #666666;
	font-size: 19px;
}
.link:hover {
	color: #333333;
}
.linkf {
	color: #666666;
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: solid; 
	text-decoration-color: #00b5a3;
}
.linkf:hover {
	color: #333333;
	font-weight: 400;
	text-decoration-color: #50b1c2;
}
.linkset {
	color: #00b5a3;
	font-size: 19px;
}
.linkset:hover {
	color: #009381;
}
.linksetf {
	color: #00b5a3;
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
}
.linksetf:hover {
	color: #009381;
	font-weight: 400;
}

#logo {
	width: 90%;
	height: 90%;
	margin-top: 0.9em;
}

.naviga {
	background-color: #FFFFFF;
	padding: 0.5em 0 0.2em 0;
}

#nav {
	text-align: left;
	top: 0;
	width: 100%;
	padding-top: 6.5%;
}

	#nav > ul {
		margin: 0;
	}

		#nav > ul > li {
			display: inline-block;
			margin-right: 1em;
		}

			#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:first-child {
				margin-right: 1em;
			}

			#nav > ul > li.break {
				margin-left: 20em;
			}

#navPanel {
	display: none
}

@media screen and (max-width: 1630px) {	
	#nav {
		padding-top: 6.5%;
	}

		#nav > ul > li {
			display: inline-block;
		}

			#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;
			}

}

@media screen and (max-width: 1540px) {	
	#nav {
		padding-top: 6.5%;
	}

		#nav > ul > li {
			display: inline-block;
		}

			#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;
			}
}

@media screen and (max-width: 1440px) {
	#logo {
		width: 80%;
		height: 80%;
	}
	
	#nav {
		padding-top: 6%;
	}

		#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;
				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:first-child {
				margin-right: 1em;
			}

			#nav > ul > li.break {
				margin-left: 20em;
			}
}

@media screen and (max-width: 1360px) {
	#logo {
		width: 80%;
		height: 80%;
	}
	
	#nav {
		padding-top: 6%;
	}

		#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: 1280px) {
	.linavi {
		padding-right: 0;
	}
	.link {
		font-size: 17px;
	}
	.linkf {
		font-size: 17px;
	}
	.linkset {
		font-size: 17px;
	}
	#logo {
		width: 75%;
		height: 75%;
		margin-top: -0.1em;
	}

		#logo a {
			height: 3em;
			line-height: 3em;
		}
	#nav {
		padding-top: 3%;
	}

		#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) {
	.linavi {
		padding-right: -1em;
	}
	#logo {
		width: 80%;
		height: 80%;
	}
	
	#nav {
		padding-top: 3%;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				margin-right: -1em;
			}

				#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) {
	#logo {
		width: 100%;
		height: 100%;
	}
	.link {
		font-size: 20px;
	}
	.linkf {
		font-size: 20px;
	}
	.linkset {
		font-size: 20px;
	}
	.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(-60vh);
		-webkit-transform: translateY(-60vh);
		-ms-transform: translateY(-60vh);
		transform: translateY(-60vh);
		-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: 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.5em;
			border: 0;
			border-top: dotted 1px #43a0a2;
		}

			#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(21.3vh);
		-webkit-transform: translateY(21.3vh);
		-ms-transform: translateY(21.3vh);
		transform: translateY(21.3vh);
	}

	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: 60%;
		height: 60%;
	}
}

@media screen and (max-width: 736px) {
	#logo {
		width: 80%;
		height: 80%;
	}
}

@media screen and (max-width: 600px) {
	#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(-60vh);
		-webkit-transform: translateY(-60vh);
		-ms-transform: translateY(-60vh);
		transform: translateY(-60vh);
		-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.5em;
			border: 0;
			border-top: dotted 1px #43a0a2;
		}

	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(20.3vh);
		-webkit-transform: translateY(20.3vh);
		-ms-transform: translateY(20.3vh);
		transform: translateY(20.3vh);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0vh);
	}
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 400px) {
	#navPanel {
		width: 90%;
		left: 5%;
	}
	#navButton .toggle {
		left: 0;
	}
	body.navPanel-visible #navButton {
		-moz-transform: translateY(20vh);
		-webkit-transform: translateY(20vh);
		-ms-transform: translateY(20vh);
		transform: translateY(20vh);
	}
}