/*********** FARBEN * *********
 * Textfarbe: #585857
 * Rot: #a72920
 * Hellgrau: #e4e4e2
 *
 * https://fonts.googleapis.com/css?family=Cabin:400,700
*/

*, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
img, embed, object, video{
	max-width:100%;
	height: auto;
	width: auto;
}

body, nav, a, p  {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #585857;
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
	padding: 0;
    font-family: 'Cabin', sans-serif;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}

caption {
	color: #e4e4e2;
	font-size: 12px; 
}
legend {
	display: none;
}
iframe {
	max-width: 100%;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}
label {
        display: inline-block;
        max-width: 100%;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.corona {
	padding: 40px;
	background-color:#585857;
	color: #fff;;
	text-align: center;
	width: 100%;
	font-size: 28px;

	max-width: 600px;
	line-height: 130%;
}
.corona i{
	font-size: 60px;
	padding-bottom: 25px;
}


/***********************************  Loader  ***********************************  */
#preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}
#preloader .preloadericon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	border-left: 2px solid rgba(0,0,0,.1);
	border-right: 2px solid rgba(0,0,0,.1);
	border-top: 2px solid rgba(0,0,0,.1);
	border-bottom: 2px solid #a72920;
	-webkit-animation: rotation 0.8s infinite linear;
	-moz-animation: rotation 0.8s infinite linear;
	-ms-animation: rotation 0.8s infinite linear;
	-o-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/***********************************  Cookibar *********************************** */
.cc_container {
	background: #e4e4e2 !important;
	color: #585857 !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	background: #585857 !important;
	color: #fff !important;

}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background: #a72920 !important;
	color: #fff !important;
}
.cc_more_info{
	color: #585857 !important;
}
.cc_more_info:hover{
	color: #a72920!important;
}
/*********************************** Headers *********************************** */
h1, h4 {
	margin: 0;
	padding: 0;
	color: #a72920;
	font-size: 34px;
	line-height: 120%;
	text-align: left;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 25px;
}	

h2, h5{
	margin: 0;
	padding: 0;
	font-weight: 400;
	color:#585857 ;
	text-align: left;
	width: auto;
	font-size: 21px;
	clear: both;
	font-weight: 400;
	padding-bottom: 30px;
}

h3 {
	width: 100%;
	clear: both;
	font-weight: 400;
	margin-bottom: 25px;
	
}

h4 {

}
h5 {
	
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #a72920;
}
a:focus, a:hover {
    color: #a72920;	
    text-decoration: none;
}
a:focus {
    outline: none;
}
/* #Content */
#content a{
	color: #fff;
	text-decoration: underline;
}
#content a:hover {
	color: #a72920;
}
#content a:focus, #content a:hover {
    color: #a72920;	
}


b{
	font-weight: 700;
}
.clear, .clearfix {clear: both;}

/*********************************** Flexboxen  *********************************** */
.flexContainer {
	display: -webkit-box !Important;
	display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.spaceBetween{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.spaceAround{
	-ms-flex-pack: distribute;
    justify-content: space-around;
}
.justifyCenter{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.itemsCenter{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
/*********************************** Accordion  *********************************** */
#content .ui-state-default, #content .ui-widget-content .ui-state-default, #content  .ui-widget-header .ui-state-default {
    border: 0px solid #888278;
    background: #585857;
    color: #fff;
	padding: 8px 5px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 21px;
	text-align: center;
}
#content .ui-state-active, #content .ui-widget-content .ui-state-active, #content .ui-widget-header .ui-state-active {
    border: 0px solid #888278;
    background: #585857;
    color: #fff;
	margin: 0px;
	margin-bottom: 0px;
	font-size: 21px;
	text-align: center;
}
#content .ui-widget-content {
    border: 0px solid #3f3f3e;
    background: #e4e4e2;
    color: #585857;
}
#content .ui-accordion .ui-accordion-content {
    padding: 20px;
	padding-top: 10px;
    border-top: 0;
	font-size: 15px!important;
	line-height: 140% !important;
	background: #e4e4e2 !important;
	text-align: left;
}
#content .ui-accordion .ui-accordion-content a {
	 color: #a72920;
}
#content .ui-accordion-header span{
	padding-right: 5px;
	font-size: 21px;
}

/*********************************** Layouts *********************************** */
#containerTop{
	width: 100%;
	float: left;
	position: fixed;
	z-index: 999999;
	background: #302d2b;
	height: auto;
	border-bottom: 1px solid #302d2b;
}

#mainTop{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
}
#top{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
	float: none;
}
/*
#logo {
	width: 100%;
	float: left;
	max-width: 145px;
	-webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
}
#logo img {
	display: block;
	float: left;
}
#logo img a:active, #logo a:active {
	outline: none;
}
#logo.smaller{
	max-width: 77px;
}
*/
#logo {
	width: 100%;
	top: 0px;
	float: left;
	max-width: 77px;
	-webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	 margin: 0px !important;
}
#logo img {
	display: block;
	float: left;
}
#logo img a:active,
#logo a:active {
	outline: none;
}

#sloganTop {
	width: auto;
	font-size: 16px;
	float: left;
	text-align: center;
	margin-top: 48px;
	margin-left: 8px;
	color: #fff;
}

/*********************************** Header *********************************** */
#header_container{
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1800px;*/
	width: 100%;
	position: relative;
}

#headerImage{
	float: left;
	width: 100%;
	/*max-width: 1800px;*/
	position: relative;
	z-index: 444;
	border-bottom: 0px solid #585857;
	padding-top: 78px;
}
#headerImage .slide{
	float: left;
	width: 100%;
	/*max-width: 1800px;*/
	position: relative;
}
#headerImage .slick-prev, #headerImage .slick-next {
    background-color: transparent !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 80px;
    opacity: 0.6;
    position: absolute;
    text-indent: -50000px;
    top: calc(50% - 40px);
    width: 47px;
    z-index: 545;
}
#headerImage .slick-prev {
    background-image: url("/fileadmin/templates/images/arrow_left2.png");
    left: 20px;
}
#headerImage .slick-next {
    background-image: url("/fileadmin/templates/images/arrow_right2.png");
    right: 20px;
}
#headerImage .slick-prev:hover, #headerImage .slick-next:hover {
    opacity: 0.9;
}
/*********************************** Main *********************************** */
#wrap{
	width: 100%;
	float: left;
	background-color:  #a08f83;
}
#main{
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1200px;*/
	padding-left: 3%;
	padding-right: 3%;
	width: 100%;
}
/* Video Seite */
#page-16 #main {
    max-width: 1200px;
}
#content{
	float: left;
	width: 100%;
	min-height: 400px;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #fff;
}

.divider hr {
	border-color: #585857 -moz-use-text-color -moz-use-text-color;
	border-width: 1px 0 0;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	margin-top: 30px;
}
#content ul{

}
#content li{
	list-style-position: inside;
}
/*********************************** quickinfos *********************************** */
#wrap_quickinfos{
	width: 100%;
	border-bottom: 2px solid #fff;
	float: left;
}
#main_quickinfos{
	width: 100%;
	float: left;
}
#quickinfos{
	width: 100%;
	float: left;
}

/*********************************** Shortcuts *********************************** */
#wrap_shortcuts{
	width: 100%;
	background-color:  #564e47;
	float: left;
}
#main_shortcuts{
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
	color: #fff;
}
#shortcuts{
	float: left;
	width: 100%;
}
/*********************************** News *********************************** */
#wrap_news{
	width: 100%;
	background-color:#564e47;
	background-image: url(/fileadmin/templates/images/wurzel.png);
	background-position: right top;
    background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
#page-17 #wrap_news{
	display: none;
}
#main_news{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#news{
	float: left;
	width: 100%;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#news h4 {
	color: #fff;
}
#c173 {
    width: 100%;
    float: left;
    margin-top: 40px;
}
/*********************************** Footer *********************************** */
#wrap_footer{
	width: 100%;
	background-color:  #302d2b;
	float: left;
}
#wrap_footer.red {
	background-color: #a72920;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	color: #fff;
}
#footer a:focus, #footer a:hover {
    color: #fff;	
    text-decoration: underline;
}


#footer .ce-column {
	margin-right: 20px;
}

#clickpath{
	float: left;
	width: auto;
}
#clickpath ul{
	padding: 0px;
}
#imprint{
	float:right;
	width: auto;
}
#clickpath, #imprint{
	font-size: 12px;
	color: #fff;
}
#clickpath a, #imprint a{
	color: #fff;
}

#contact{
	float: left;
	width: calc(50% - 1px);
	border-right: 1px solid #fff;
	margin-bottom: 40px;
	margin-top: 30px;
	padding-bottom: 15px;
}
#partner{
	float: left;
	width: 50%;
	margin-bottom: 40px;
	margin-top: 30px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#partner .partner {
     float: left;
     width: 100%;
}
#partner .partner img {
	width: 100%;
}
#partner .partner .ce-intext.ce-right .ce-gallery,
#partner .partner.ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0px;
}
#partner .partner .ce-center .ce-outer {
    width: 100%;
    float: left;
	right: auto;
}
#partner .partner .ce-center .ce-inner {
    width: auto;
    float: left;
	right: auto;

}
#partner .partner .ce-row {
     float: left;
     width: calc(33.3333% - 5px);
	 margin-bottom: 0px;
	 margin-right: 5px;
}

/*********************************** Meta *********************************** */
#wrap_meta{
	width: 100%;
	float: left;
	display: none !important;
}
#meta{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
#created{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 10px;
	color: #585857;
}
#created a {
	color: #585857;
}
#created a:hover {
	color: #a72920;
}
/*********************************** Main Navi*********************************** */
#mobile-menu, #menu-button{
	display: none !important;
}
#mainNavi{
	float: right;
	width: auto;
	/*margin-top: 80px;*/
	margin-top: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#mainNavi.scroll{
	
}
#mainNavi li {
	width: auto;
	float: left;
	font-size: 21px;
	/*padding-bottom: 31px;*/
	padding-bottom: 24px;
}
#mainNavi li.scrollNavi {
	padding-bottom: 24px;
}

#mainNavi li a:hover {
	background: none;
}
#mainNavi li a {
	padding: 4px 25px;
	border-right: 1px solid #fff;
	color: #fff;
}
#mainNavi li:last-child a {
	border-right: 0px solid #fff;
}
#mainNavi li a:hover {

}

#mainNavi ul li ul li{
	width: 100%;
	float: left;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 17px;
}
#mainNavi ul li ul li:last-child{
	margin-bottom: 0px;
}
#mainNavi ul li ul li a {
	border-right: 0px solid #a72920;
}

#mainNavi ul li ul li.scrollNavi {
	padding-bottom: 0px;
}
#mainNavi a {
	color: #fff;
}
#mainNavi .caret{

}
#mainNavi .hvr-underline-from-center::before {
    background: #a72920;
    height: 1px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px;
}
ul.dropdown-menu  {
	padding-top: 0px;
    padding-bottom: 0px;
}
ul.dropdown-menu li {
	width: 100% !important;
    text-align: left;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 2px;
}
ul.dropdown-menu li:hover,
ul.dropdown-menu li.active {
	background:  #564e47;
    color: #fff !important;
}
ul.dropdown-menu > .active > a,
ul.dropdown-menu > .active > a:focus,
ul.dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}
ul.dropdown-menu > a:focus,
ul.dropdown-menu > a:hover {
    color: #fff !important;
}
ul.dropdown-menu li a {
    padding: 0px;
    background-image: none;
}

ul.dropdown-menu li:hover a {
    color: #fff !important;
}


ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #a08f83;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu:last-child{
	right: 0px !important;
	left: auto;
}
#mainNavi .dropdown-menu:last-child a {
    text-align: right!important;
}
/*********************************** Gridelements *********************************** */
.col-container{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 45px;
}
.two-cols-left{
	float: left;
	width: 48%;
}
.two-cols-right{
	float: right;
	width: 48%;
}


.frame-layout-2 .ce-center .ce-inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	justify-content: space-between;
}
.frame-layout-2 .ce-center .ce-inner .ce-row{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.frame-layout-2 .ce-center .ce-inner .ce-row img{
	width: 100%;
}


/*********************************** 1800 *********************************** */
@media screen and (max-width: 1800px) {

}
/*********************************** 1201 *********************************** */
@media screen and (max-width: 1201px) {
	#main, #footer, #main_news, #mainTop{
		padding-left: 3%;
		padding-right: 3%;
	}
}
/*********************************** 1100 *********************************** */
@media screen and (max-width: 1100px) {
	
}
/*********************************** 1024 *********************************** */
@media screen and (max-width: 1024px) {
	#mainNavi li {
		font-size: 17px;
	}
	#mainNavi li a {
		padding: 4px 15px;
	}
}
/*********************************** 960 *********************************** */
@media screen and (max-width: 960px) {
	
}
/*********************************** 860 *********************************** */
@media screen and (max-width: 860px) {
	#mainNavi, #metaNavi{
		display: none !important;
	}
	#mobile-menu, #menu-button{
		display: block !important;
	}
	#menu-button{
		height: 50px;
		width: 130px;
		float: right;
		position: relative;
		z-index: 9999;
		text-align: center;
		margin-top: 15px;
	}
	#menu-button a {
		display: block;
		height: 50px;
		position: absolute;
		color: #fff;
		text-decoration:none;
		width: 100%;
		text-align: left;
	}
	#menu-button .mobile-menu-text{
		float: left;
		width: auto;
		padding-top: 15px;
	}
	#logo{
		max-width: 77px;
	}
	#headerImage{

	}
	#headerImage .slick-prev, #headerImage .slick-next {
		display: none !important;
	}
}
/*********************************** 780 *********************************** */
@media screen and (max-width: 780px) {
	.two-cols-left{
		float: left;
		width: 100%;
	}
	.two-cols-right{
		float: left;
		width: 100%;
	}
	#contact {
		width: 100%;
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 0px;
		margin-top: 30px;
		padding-bottom: 15px;
	}
	#partner {
		width: 100%;
		margin-bottom: 40px;
		margin-top: 30px;
		padding-bottom: 15px;
		padding-left: 0px;
	}
	.csc-sitemap ul li {
		width: 100%;
	}

	.frame-layout-2 .ce-center .ce-inner .ce-row{
		width: 100%;
	}

}
/*********************************** 640 *********************************** */
@media screen and (max-width: 640px) {
	h1, h4 {
		font-size: 30px;
	}	
	#clickpath{
		display: none;
	}
	#imprint{
		text-align: center;
		width: 100%;
	}
	#sloganTop {
		display: none !important;
	}
	
}
/*********************************** 480 *********************************** */
@media screen and (max-width: 480px) {
	
}
