/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: "new-order", sans-serif;
	color:#000;
	line-height:1.5;
	font-size: 1.15rem;
	font-weight: 300;
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "new-order", sans-serif;
	color: #6c1318;
	font-size: 1.15rem;
	font-weight: bold;
	line-height:1.2;
	margin: 0px 0px 40px 0px;
}
div 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 0 15px 0;
}
html a{
	color: #6c1318;
	text-decoration: none;
}
.textcenter{
	text-align:center;
}
strong{
	font-weight: 600;
}
/* //////////////////////////////////// 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;
}


/* //////////////////////////////////// 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: 25px;
	width:100%;
}
.header_logo svg{
	height: auto;
	width: 300px;
}
.header_logo a{
	width:100%;
	height:auto;
	display: block;
	line-height: 0;
}
.header_title{
	width:100%;
	text-align:center;
	font-size:1.6rem;
	padding: 20px;
	line-height: 1;
	color: #6c1318;
}
svg{
	max-width: 100%;
}

/* //////////////////////////////////// LANGUAGES //////////////////////////////////// */
#languages {
    text-align: center;
	position: relative;
	float: left;
}
#languages a{
	color:#fff;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	border-radius: 100px;
	float: left;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.active_lang{
	display: none !important;
}


/* //////////////////////////////////// FOOTER //////////////////////////////////// */
.copyright_effekt{
	text-align: center;
	margin: 20px auto;
	font-size: 0.9rem;
}
.copyright_effekt a{
	color:#999;
}
.copyright_effekt a:hover{
	color:#000;
}
.footer{
	position: fixed;
	bottom: 0px;
	color: #333;
	text-align: center;
	background-color: #6c1318;
	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 //////////////////////////////////// */
.flex_box{
	display: flex;
	justify-content: flex-start;
	 align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}

.menu_box{
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 20px; /* Vertikaler Abstand */
	margin-right: 20px; /* Horizontaler Abstand */
}
.menu_box:nth-child(2n){
	margin-right: 0;
}
.menu_link{
	background-color: #f4f0ea;
	color:#6c1318;
	width:100%;
	height: 100%;
	text-align: center;
	font-size: 1.15rem;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.menu_link:hover{
	background-color:#6c1318;
	color: #ffffff;
}
.menu_link:hover .hover_fill{
	fill:#ffffff;
}
.menu_link:hover .hover_stroke{
	stroke: #ffffff;
}
.menu_box_title{
	width:100%;
}
.menu_icon{
	width:100%;
}
.menu_icon svg{
	max-width:100%;
	max-height: 99px;
}
.noicon{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	margin: 0 auto !important;
}
.noicon .menu_box_title{
	width:100%;
	height:auto;
	margin:  0 auto;
}




/*//////////////////// CONTENT SEITE ////////////////////*/
.produkt_box{
	width: 100%;
	display: block;	
	border-bottom: 2px solid #6c1318;
	margin: 0 auto;
}
.produkt_box_normal{
	text-align: center;
	padding: 18px;
}

.accordion {
	background-color: transparent;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	text-align: center;
	position: relative;
	float: left;
	font-family: "new-order", sans-serif;
}
.moreinfo{
	margin: 0 auto; 
	width: 20px; 
	height: auto;
}
.panel {
	padding: 0 20px;
	background-color: #fff;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.2s ease-out;
	text-align: center;
}
.panel ul, .panel ol{
	text-align: left;
}
.panel a{
	text-decoration: underline;
}
.active_panel{
	max-height: 3000px;
}
.panel p{
	margin: 0 auto 15px;
}
.margin_box{
	margin: 0 auto 20px auto;
}
.titel{
	width: 100%;
	font-weight: bold;
	font-size:18px;
}
.vorschautext{
	color: #000;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
}


.einleitung{
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.titel_ohne_accordeon{
	padding: 18px;
}
.titel_ohne_accordeon a{
	text-decoration: underline;
}


.wanderungen_box{	
	width: 50%;
	float: left;
	padding-right: 10px;
}
.wanderungen_box:nth-child(2n){
	padding-left: 10px;
	padding-right: 0;
}
.wanderungen_box div:last-child{
	display: none;
}
.oax-embed-widget{
	margin:  0 auto;
}




/* //////////////////////////////////// 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) */
}