/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: 'Inter', sans-serif; 
	color:#4C4C4C;
	line-height:1.5;
	font-size:18px;
	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: 'Inter', sans-serif;
	color: #4C4C4C;
	font-size: 30px;
	font-weight: bold;
	line-height:1.2;
	margin: 0px 0px 40px 0px;
}
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: #4C4C4C;
	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 20px 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:#4C4C4C;
	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: #EEEDEC;
	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: #E4DCC6;
	color:#4C4C4C;
	width:100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
}
.menu_link:hover{
	background-color:#d6d8d1;
}
.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;
}


/*//////////////////// CONTENT SEITE ////////////////////*/
.accordeon_button_box{
	position: relative;
	height: auto;
}
.begrenzung_stern{
	position: absolute;
	right: 18px;
	top: calc(50% - 15px);
	line-height: 1;
	width: 30px;
	height: 30px;
	z-index: 999;
}
.accordion {
	background-color: transparent;
	color: #4C4C4C;
	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: 'tenon', sans-serif;
	font-weight: lighter;
}
.active_acc{
	background-color: #4C4C4C;
}
.moreinfo{
	margin: 0 auto; 
	width: 20px; 
	height: auto;
}
.active_acc .moreinfo .st0{
	stroke:#fff!important;
}
.panel {
	padding: 0 20px;
	background-color: white;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.2s ease-out;
	text-align: center;
	color: #4C4C4C;
}
.panel p{
	margin: 0 auto 15px;
}
.panel a{
	font-weight: 400;
	text-decoration: underline;
}
.panel a:hover{
	color: #999;
}
.active_panel{
	max-height: inherit;
	transition: max-height 0.2s ease-out;
}
.margin_box{
	margin: 20px auto;
}
.titel{
	width: 100%;
	color: #4C4C4C;
	font-weight: bold;
	font-size:18px;
}
.active_acc .titel{
	color:#fff;
}
.produkt_box{
	width: 100%;
	display: block;	
	border-bottom: 2px solid #4C4C4C;
	margin: 0 auto;
}
.titel_ohne_accordeon{
	padding: 18px;
	position: relative;
}

.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: 'tenon', 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;
}
.text_block.active_acc .titel{
	color: #4C4C4C;
}
.textleft .margin_box{
	margin-top: 0px;
}





.einleitung{
	color: #4C4C4C;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: center;
}

.touren_box{
	margin-bottom: 50px;
}
.embed-action-link{
	display: none !important;
	color: #E4DCC6 !important;
}
.js-scrollable a{
	color: #E4DCC6 !important;
}


.text_template{
	font-size: 16px;
}
.text_template strong{
	font-weight: bold;
}
.text_template h2{
	font-size: 23px;
	margin-bottom: 20px;
}