#c245 h1 {
	color: #DF3400;
	margin-bottom: 10px;
	margin-top: 0px;
}

.tx-indexedsearch-searchbox-button {
	display: none;
}

body {
	font-family: 'DIN Next W01 Regular', sans-serif;
	font-size: 18px;
	position: relative;
	overflow-y: scroll;
	min-width: 320px;
	background-color: white;
	min-height: 100vh;
}

.grau-dunkel a {
	color: white;
	text-decoration: none;
}

.ce-above {
	margin-top: 30px;
}

ul {
	padding-left: 16px;
}

legend {
	border-bottom: 0px;
}

.csc-form-element-submit .col-sm-offset-3 {
	margin: 0;
}

.ce-table {
	width: 100%;
	overflow-y: scroll;
	margin-bottom: 50px;
}

.ce-table td:not(:first-child) {
	text-align: right;
}

.ce-table td {
	padding: 10px;
}

.control-label {
	display: none;
}

.ce-table tr:nth-child(odd) {
	background-color: #E4E4E4;
}

.ce-table tr:first-child {
	background-color: #009EDF;
	color: white;
    /*! font-weight: bold; */;
}

.headersearch,
.navsearch {
	width: 200px;
	float: left;
    /*! margin-left: auto; */
	margin-top: 21px;
}

.navsearch {
	padding: 0 10px;
	width: 100%;
	display: none;
}

.headersearch .submit,
.navsearch .submit {
	display: none;
}

.menutitle {
	margin: 0 10px;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 80px;
}

.csc-mailform h4 {
	margin-top: 50px;
}

.form-horizontal .control-label {
	text-align: left;
}

hr {
	margin-top: 0px;
}

/*.ce-gallery */

img {
	max-width: 100%;
	height: auto;
}

.ce-gallery div {
	width: 100%;
}

.closewrapper {
	background-color: #525250;
	height: 50px;
	color: white;
	padding: 15px;
	cursor: pointer;
}

.close {
	width: 20px;
	height: 20px;
	float: left;
	border: 3px solid white;
	border-right: 0px;
	border-bottom: 0px;
	transform: rotate(-45deg);
	opacity: 1;
}

.closetext {
	position: relative;
	top: -3px;
	margin-left: 10px;
	font-weight: 300;
	font-size: 20px;
}

/* embed youtube */

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.ce-column.youtube {
	float: none;
}

a:focus {
	outline: none;
	outline: auto auto;
	outline-offset: auto;
}

.headerContainer {
	padding-bottom: 23px;
}

section.mainContent {
	margin-top: 50px;
}

section.mainContent p {
	line-height: 1.5;
	font-size: 18px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.tx-owl-slider p,
.carousel p {
	margin: 0;
}

p {
	margin: 20px 0px;
}

.tx-owl-slider .item div > *,
.carousel .item div > *,
.margin {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.ce-menu ce-menu-1 {
	padding-left: 0px;
	!important;
}

.tx-owl-slider a,
.carousel a {
	color: white;
}

.tx-owl-slider .item a,
.carousel .item a {
	color: #131212;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

h2 {
	color: #009EDF;
}

h3 {
	color: #76B82B;
}

.headerLogo a,.headerLogo img {
	margin-left: auto;
	width: 100%;
	display: block;
	max-width: 230px;
	position: relative;
}

.nav a:hover {
	color: black;
}

.mainContent a:hover {
	text-decoration: underline;
	color: #525251cc;
}

a {
	color: #525251;
	text-decoration: underline;
}

.shortcuts_home a {
	text-decoration: none;
}

.purplebg {
	background-color: #FFCC00;
	color: white;
	padding: 1px 15px;
}

.tx-owl-slider img,
.carousel img {
	width: 100%;
	height: auto;
}

.tx-owl-slider h3,
.carousel h3 {
	padding-bottom: 15px;
}

.tx-owl-slider .item div,
.carousel .item div {
	background-color: rgb(255, 255, 255);
	padding: 30px 0;
}

.imagetile {
	background-color: #EDEDED;
	overflow: auto;
	display: table;
	margin-top: 30px;
}

.imagetile>* {
}

.imagetile img {
	width: 100%;
	height: auto;
}

.imagetile .ce-bodytext {
	margin: 0px 25px;
}

.imagetile .ce-gallery {
	margin: 0;
}

#languageMenu {
	position: absolute;
    /*! bottom: 10px; */
	z-index: 60;
}

#languageMenu .active {
	background: #e8e8e8;
}

div#languageMenu li {
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-top: 7px;
}

div#languageMenu li a {
	color: #575755;
	text-transform: uppercase;
	padding: 12px 8px 23px 8px;
}

div#languageMenu li a:hover {
	text-decoration: none;
}

.ce-bodytext p:first-child {
	margin-top: 0px;
}

.hamburger {
	padding: 10px 5px 3px;
	float: none;
	margin-bottom: 5px;
	position: relative;
}

.headernav .hamburger {
	float: right;
	z-index: 200;
}

.headernav .hamburger-inner,
.headernav .hamburger-inner:after,
.headernav .hamburger-inner:before {
	background: white;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	background-color: white;
	width: 40px;
	height: 3px;
	background: grey;
}

.hamburger-box {
	height: 20px;
	width: 30px;
}

.headerContainer {
	position: relative;
	padding-bottom: 0px;
}

.header {
	background-color: white;
	padding-top: 20px;
	position: sticky;
	top: 0px;
	z-index: 20;
	height: 100px;
}

body.scrolled .header {
	box-shadow: 0 0 5px #00000099;
}

.hamburgerwrapper {
	padding-top: 20px;
	margin-bottom: 0px;
	position: relative;
}

.headernav {
	margin-left: -300px;
	float: left;
	width: 300px;
	transition: margin 0.3s;
	z-index: 59;
	background-color: white;
	overflow: hidden;
	min-height: 100%;
	position: absolute;
}

.level2 {
	margin-left: -315px;
	float: left;
	width: 300px;
	transition: margin 0.3s;
	z-index: 175;
	background-color: white;
	height: 100vh;
	overflow: hidden;
	min-height: 100%;
	top: 0;
	position: absolute;
	border-right: 10px solid rgba(0,0,0,0.3);
	background-clip: content-box;
}

.menuactive .headernav {
	margin-left: 0;
}

.overlaywrapper {
	position: absolute;
	min-height: calc(100%);
	left: 0;
	width: 100%;
	z-index: 132;
	pointer-events: none;
    /*! top: 0; */;
}

.languageMenu {
	position: absolute;
	top: 120px;
	left: -200px;
	z-index: 20;
	transition: left 1s;
}

.menuactive .languageMenu {
	left: 15px;
}

.languageMenu ul {
	list-style-type: none;
	padding: 0;
}

.languageMenu li {
	float: left;
	margin: 0;
	color: white !important;
}

.languageMenu a,
.languageMenu a:visited,
.languageMenu a:hover {
	color: white;
	padding: 10px;
	display: block;
	margin-right: 5px;
	background-color: #FFCC00;
	width: 40px;
	text-align: center;
}

.shortcuts_home {
	background: white;
	border: 1px solid #9d9d9d;
	padding: 50px 0px 30px 0px;
	text-align: center;
	min-height: 380px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shortcuts_home h2 {
	font-size: 18px;
	font-weight: bold;
	color: #575755;
}

.shortcuts_home img {
	margin-left: auto;
	margin-right: auto;
}

.overlay {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	transition: all 1s;
	cursor: pointer;
}

.menuactive .overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.menuactive .overlaywrapper {
	pointer-events: all;
}

nav a,
nav a:active,
nav a:hover,
nav a:focus {
	color: #FFF;
	font-size: 20px;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	padding-left: 10px;
	text-transform: uppercase;
	position: relative;
	font-weight: 100;
	padding: 10px;
}

nav li:hover>a,
nav .active>a,
nav .selected>a {
	text-decoration: none;
}

nav li:hover .expandicon,
nav .active .expandicon,
nav .selected .expandicon {
}

.open>.level2 {
	overflow: hidden;
	margin-left: 0px;
}

.open .level2 {
}

nav .open .expand {
}

.expandicon {
	border-right: 2px solid #FFF;
	border-top: 2px solid #fff;
	pointer-events: none;
	box-sizing: content-box;
	width: 10px;
	height: 10px;
	display: block;
	transform: rotate(45deg);
}

.open .expand {
}

nav .expand {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	position: absolute;
	top: 0px;
	right: 0;
	transition: transform 0.5s;
	height: 100%;
	width: 50px;
	padding: 18px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav li {
	line-height: 30px;
}

nav .level1>li:last-child {
	border-bottom: 1px solid white;
}

nav li {
	font-weight: 500;
	border-bottom: 1px solid white;
	background-color: #76B82B;
}

nav .level2 li {
	background-color: #009EDF;
}

.headernav .level2 a {
}

.footer {
	border-top: 1px solid #9d9d9d;
	font-size: 12px;
	padding: 0 0;
	padding-top: 15px;
	margin: 0 0;
	min-height: 180px;
	margin-top: 70px;
	padding-top: 15px;
	width: 100%;
}

.footerFrame {
	font-size: 14px;
	width: 100%;
}

.footer a {
	color: #525251;
	text-decoration: none;
}

body {
	color: #525251;
}

.headernav .hamburgerwrapper {
	right: 0;
	width: auto;
	height: 50px;
	background: #525250;
	padding-right: 25px;
	padding-top: 5px;
}

#languageMenu {
	display: none;
	bottom: 5px;
	right: 0;
}

.menuactive #languageMenu {
	display: block;
}

.headerLogo {
	z-index: 131;
	position: relative;
	width: 250px;
	float: right;
	margin-bottom: 13px;
}

.headerLogo a {
	display: block;
	float: right;
	display: inline-block;
	display: inline;
}

.menuactive .headerLogo {
	visibility: hidden;
}

.headerLogo a {
	max-width: 300px;
	display: block;
	width: 200px;
}

.headersearch {
	display: none;
}

.navsearch {
	display: none;
}

.faq-holder .panel {
	width: 100%;
}

.faq-holder .panel-default > .panel-heading {
	color: #fff;
	background-color: #009cde;
	background-image: -webkit-linear-gradient(top, #009cde 0%, #009cde 100%);
	background-image: -o-linear-gradient(top, #009cde 0%, #009cde 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009cde), to(#009cde));
	background-image: linear-gradient(to bottom, #009cde 0%, #009cde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009cde', endColorstr='#ff009cde', GradientType=0);
}

.faq-holder .panel-heading a,
.faq-holder .panel-heading a:hover {
	color: #fff;
	text-decoration: none;
}

.faq-holder .faq-image {
	margin: 0 0 6px;
}

@media screen and (min-width:600px) {
	.header {
		height: 110px;
	}
	
	.headersearch {
		display: none;
	}
	
	.navsearch {
		display: none;
	}
	
	.headerLogo {
		z-index: 131;
		position: relative;
		width: 500px;
		float: right;
		margin-bottom: 13px;
	}
	
	.headerLogo a {
		max-width: 300px;
		display: block;
		width: 280px;
	}
	
	.faq-holder .faq-image {
		float: left;
		margin: 20px 6px 6px 0;
	}
}

@media screen and (min-width:1000px) {
	.csc-mailform>div {
		display: flex;
		flex-wrap: wrap;
	}

	.csc-mailform>div>div {
		width: 100%;
	}

	.csc-mailform>div>div.csc-form-element-fieldset {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}

	.fullwidth .col-sm-9 {
		width: calc(100% - 30px);
	}

	.csc-form-element-fieldset .notitle {
		padding-top: 50px;
	}
	
	.frame-type-form_formframework fieldset div:first-child {
		margin-top: 50px;
	}
}

@media screen and (min-width:1200px) {
	body:not(.menuactive)  .hamburger:after {
		content: "INHALT";
		display: block;
		color: gray;
		font-size: 13px;
	}

	.menuactive .headerLogo {
		visibility: visible;
		pointer-events: all;
	}

	#languageMenu {
		right: 0px;
		bottom: 5px;
		display: block;
	}
	
	.important {
		display: inline-block;
		margin-left: 5px;
	}

	.owl-theme .owl-controls {
		margin: 0;
	}

	.owl-theme .owl-controls .owl-buttons div,
	.carousel .carousel-control span.control {
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		left: 15px;
		width: 30px;
		height: 30px;
		transform: rotate(-45deg);
		color: transparent;
		background-color: transparent;
		border: 0px solid black;
		border-color: rgba(255, 255, 255, 0.5);
		border-style: solid;
		border-radius: 0px;
		border-left-width: 4px;
		border-top-width: 4px;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next,
	.carousel .carousel-control.right span.control	{
		transform: rotate(135deg);
		left: auto;
		right: 15px;
	}

	.tx-owl-slider .item div,
	.carousel .item div {
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		bottom: 100px;
		width: 391px;
		font-size: 18px;
		left: 417px;
		-webkit-box-shadow: 0 5px 25px 1px #000000;
		box-shadow: 0 5px 25px 1px rgba(0, 0, 0, 0.19);
	}

	.overlaywrapper {
	}

	.overlay, .menuactive .overlay {
	}

	.gridelement.0.row.four li {
		color: white;
	}

	.level2 ul {
	}

	.header {
	}

	nav .level1 > li:last-child {
		border: 0;
	}

	.header {
	}

	.open .level2 {
	}

	.languageMenu {
		right: 30px;
		left: auto;
		top: 134px;
	}
}