/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: 'Source Sans Pro', sans-serif; 
	color:#aaaaaa;
	line-height:1.5;
	font-size:18px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #A01F15;
	font-size: 30px;
	font-weight: normal;
	line-height:1.2;
	margin: 0px 0px 20px 0px;
}
p{
	margin: 0 auto 15px;
}
div p:last-child, p:last-child {
    margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding-left:20px;
	margin: 0;
}
html a{
	color: #A9B177;
	text-decoration: none;
}

.textcenter{
	text-align:center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	padding: 0 20px;
	position:relative;
	background-color: #fff;
}
.w500{
	max-width:500px;
	margin:0 auto;
	position:relative;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* //////////////////////////////////// HEADER //////////////////////////////////// */
#header{
	width: 100%;
	margin: 0 auto;
}
#header .w1280{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover
}
.header_logo {
    text-align: center;
	padding: 20px;
	width:100%;
}
.header_logo img{
	height:auto;
	width:200px;
}
.header_logo a{
	width:100%;
	height:auto;
	display: block;
}
.header_title{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#A01F15;
	padding: 20px;
	line-height: 1;
}
.header_title a{
	
}
svg{
	max-width: 100%;
}

/* //////////////////////////////////// LANGUAGES //////////////////////////////////// */
#languages {
    text-align: center;
	position: relative;
	float: left;
}
#languages a{
	color:#5F5350;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	padding: 8px 0;
	width: 36px;
	height: 36px;
	border: 1px solid #5F5350;
	border-radius: 100px;
	float: left;
	margin-right: 10px;
}
.active_lang{
	display: none !important;
}


/* //////////////////////////////////// FOOTER //////////////////////////////////// */
.copyright_effekt{
	text-align: center;
	margin: 20px auto;
	font-size: 15px;
}
.copyright_effekt a{
	color:#999;
}
.copyright_effekt a:hover{
	color:#000;
}
.footer{
	position: fixed;
	bottom: 0px;
	color: #333;
	text-align: center;
	background-color: #ccc;
	padding: 0px 20px;
	z-index: 999;
}
.platzhalter_footer{
	height: 56px;
}
.footer .w500{
	padding: 10px 0;
}
.footer a{
	display: block;
	line-height:0;
}
.footer_back{
	float:left;
	margin: 0px 10px 0px 0px;
}
.footer_home{
	float:left;
	margin: 0px 10px 0px 0px;
}
.footer_merk{
	float:right;
	margin: 0px 0px 0px 0px;
}
.footer img{
	width:36px;
	height:auto;
}


/* //////////////////////////////////// Seite Content //////////////////////////////////// */
.menu_box{
	width: 240px;
	margin: 0px 10px 20px 0px;
	float: left;
	height: 240px;
}
.menu_box:nth-child(2n){
	margin: 0px 0px 20px 10px;
	float: right;
}
.menu_link{
	display:block;
	background-color: #f7e5e5;
	color: #AE0001;
	width:100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
}
.menu_link:hover{
	background-color:#faecec;
}
.menu_box_title{
	width:100%;
	margin-bottom: 15px;
}
.menu_icon{
	width:100%;
	height:150px;
}
.menu_icon img{
	max-width:100%;
	max-height: 100%;
}
.noicon{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	margin: 0 auto !important;
}
.noicon .menu_box_title{
	width:100%;
	height:auto;
	margin:  0 auto;
}

.cat_box{
	width: 240px;
	margin: 0px 10px 20px 0px;
	float: left;
	height: 240px;
}
.cat_box:nth-child(2n){
	margin: 0px 0px 20px 10px;
	float: right;
}
.cat_link{
	display:table;
	background-color: #fff;
	border: 1px solid #f7e5e5;
	color: #A01F15;
	width: calc(100% - 2px);
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding: 20px 10px;
}
.cat_link:hover{
	color:#A01F15;
}
.cat_box_title{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
}



/*//////////////////// CONTENT SEITE ////////////////////*/
.accordeon_button_box{
	position: relative;
	height: auto;
}
.accordeon_button_box .begrenzung_titel{
	width: calc(100% - 30px);
	padding: 0 0 0 10px;
	margin: 0 0 0 30px;
}
.begrenzung_titel{
	width: calc(100% - 60px);
	padding: 0px 10px;
	margin: 0 auto;
}
.accordion {
	background-color: transparent;
	color: #DCE2C2;
	cursor: pointer;
	padding: 18px 0 18px 18px;
	width: calc(100% - 66px);
	border: none;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	text-align: center;
	position: relative;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
}
.active_acc{
	background-color: #f7e5e5;
}
.moreinfo{
	margin: 0 auto; 
	width: 20px; 
	height: auto;
}
.active_acc .moreinfo .st0{
	stroke: #A01F15 !important;
}
.active_acc .titel{
	color: #A01F15;
}
.panel {
	padding: 0 20px;
	background-color: white;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.2s ease-out;
	text-align: center;
	color: #aaaaaa;
}
.active_panel{
	max-height: 1000px;
	transition: max-height 0.2s ease-out;
}
.margin_box{
	margin: 20px auto;
}
.titel{
	width: 100%;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 20px;
}
.produkt_box{
	width: 100%;
	display: block;	
	border-bottom: 1.5px solid #707070;
	margin: 0 auto;
}
.titel_ohne_accordeon{
	padding: 18px;
	position: relative;
}
.cpt_titel_box{
	background-color: #f7e5e5;
	padding: 20px;
	color: #A01F15;
	font-size: 25px;
	text-align: center;
}
.filter_block{
	background-color: #fff;
	line-height: 1;
}
.zurueck_button{
	margin-top: 50px;
}
.filter_block .accordion{
	text-align: left;
	padding: 10px 20px;
}
.titel_links{
	color: #565446;
	font-size: 17px;
	float: left;
	line-height: 20px;
}
.filter_bild{
	float: right;
	width: 20px;
	height: 20px;
	line-height: 1;
}
.filter_block .accordion.active_acc .titel_links{
	color: #fff;
}
.filter_block .accordion.active_acc .filter_bild .cls-3{
	fill: #fff;
}
.filter_block .active_panel, .filter_block .panel{
	padding: 0px;
}
/* ---------- required CSS start ------------ */
#result [class*="hidden-"]{
	display: none;
}

.filter_box{
	border-bottom: 2px solid #DCE2C2;
}
.filter_box:last-child{
	border-bottom: 0px;
}
.filter_box label{
	float: left;
	text-align: left;
	display: block;
	width: 100%;
	padding: 10px 20px
}
.filter_box input{
	float: right;
	margin: 0 auto;
	width: 13px;
}
#result{
	
}
.sub_term_box{
	text-transform: uppercase;
	font-weight: 600;
	color: #565446;
	margin: 0 auto;
	padding:20px 0;
	background-color:#ededed;
}
.accordion_subcat{
	background-color: transparent;
	color: #333;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	text-align: center;
	position: relative;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
}
.accordion_subcat.active_acc .moreinfo .st0 {
    stroke: #575756 !important;
}
.panel_subcat{
	padding: 0.1px !important;
}

.text_block{
	padding: 18px;
	text-align: center;
}
.textleft .panel{
	text-align: center;
}
.textleft .margin_box{
	margin-top: 0px;
}

.einleitung{
	color: #aaaaaa;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px 0;
}
.beschreibung{
	margin: 10px auto;
}