/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: 'sofia-pro', sans-serif; 
	color:#333;
	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: 'sofia-pro', sans-serif;
	color: #616d2c;
	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: #99918A;
	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 0;
	width:100%;
}
.header_logo img{
	height:auto;
	width:300px;
}
.header_logo a{
	width:100%;
	height:auto;
	display: block;
}
.header_title{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#99918A;
	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;
	display: inline-block;
	vertical-align: middle;
	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, .menu_box a{
	display:block;
	border: 3px solid #99918A;
	color:#99918A;
	width:100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
	position: relative;
}
.menu_link:hover, .menu_box a:hover{
	color:#fff;
	background-color:#ccc;
}
.menu_box_title{
	width:100%;
	margin-bottom: 15px;
}
.menu_icon{
	width:100%;
	height:130px;
	position: absolute;
	left: 0px;
	bottom: 15px;
}
.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 #99918A;
	color:#99918A;
	width: calc(100% - 2px);
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding: 20px 10px;
}
.cat_link:hover{
	color:#ccc;
}
.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;
}
.begrenzung_stern{
	position: absolute;
	right: 18px;
	top: calc(50% - 15px);
	line-height: 1;
	width: 30px;
	height: 30px;
	z-index: 999;
}
.special_box{
	width: 30px;
	margin:  0 auto;
}
.begrenzung_spezial{
	position: absolute;
	left: 18px;
	top: calc(50% - 18px);
	line-height: 1;
}
.special_icon{
	fill:#878787;
}
.active_acc .special_icon{
	fill:#fff;
}
.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: #333;
	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: 'sofia-pro', sans-serif;
	font-weight: lighter;
}
.filter_block .accordion{
	width: 100%;
	float: none;
}
.active_acc{
	background-color: #99918A;
}
.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;
}
.active_panel{
	max-height: 1000px;
	transition: max-height 0.2s ease-out;
}
.margin_box{
	margin: 20px auto;
}
.titel, .jahrgang{
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size:18px;
}
.active_acc .jahrgang{
	color: #fff;
}
.preis{
	width: 100%;
	color: #99918A;
}
.active_acc .titel, .active_acc .preis{
	color:#fff;
}
.produkt_box{
	width: 100%;
	display: block;	
	border-bottom: 2px solid #99918A;
	margin: 0 auto;
}
.titel_ohne_accordeon{
	padding: 18px;
	position: relative;
}
.cpt_titel_box{
	background-color: #EDEDED;
	padding: 20px;
	color: #99918A;
	font-size: 25px;
	text-align: left;
}
.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: #99918A;
	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 #99918A;
}
.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{
	border-top: 2px solid #99918A;
}
.allergene_overlay{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0, 0.8);
	z-index: 9;
	display: none;
	text-align: center;
	color: #fff;
	height: 100vh;
	overflow: scroll;
}
.table_div{
	display: table;
	position: relative;
	height: 100vh;
	width: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 20px;
}
.allergene_overlay.open{
	display: block;
}
.block_overflow_scroll{
	overflow: hidden;
}
.close_allergene{
	cursor: pointer;
	line-height: 1;
	width: 40px;
	margin: 0 auto 30px;
}
.allergene_box{
	font-size: 20px;
	margin-bottom: 10px;
}
.inhaltstoffe_link{
	margin-top: 10px;
	color: #999;
	cursor: pointer;
	font-size: 15px;
}

.sub_term_box{
	text-transform: uppercase;
	font-weight: 600;
	color: #99918A;
	margin: 0 auto;
	padding:20px 0;
	background-color:#ededed;
}


.produkt_bild{
    height: 300px;
	width: 100%;
    background-size: cover;
    background-position: center;
}
.kategory_bild{
	height: 200px;
	width: 100%;
    background-size: cover;
    background-position: center;
}
.kategorie_text_box{
	color: #99918A;
	font-weight: normal;
	padding: 20px 0px;
}
.verzierung {
    height: 30px;
    width: 100%;
    background-size: 35px;
}
.inner_text{
	padding: 30px 0px;
}


.icons_kategorie{
	
}
.icon_box{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 35px;
}
.icon_box:last-child{
	margin-right: 0 auto;
}
.icon_box img{
	max-height: 100%;
	line-height: 0;
}

.icons_kategorie {
		margin-top: 20px;
}


.stern_normal{fill:none;stroke:#99918A;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.active_acc .stern_normal{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.stern_active{
	fill:#99918A;
}
.active_acc .stern_active{
	fill:#fff;
}
.simplefavorite-button, .simplefavorite-button.active{
	opacity: 1;
	background-color: none !important;
}

.simplefavorites-clear{
	margin: 40px 0 30px 0;
	width: auto;
	height: auto;
	padding: 10px 20px;
	border: 2px solid #99918A;
	background-color: #fff;
	font-family: 'sofia-pro', sans-serif;
	font-size: 16px;
}

/* //////////////////////////////////// FAVORiTE PIZZA //////////////////////////////////// */
.einleitung{
	color: #99918A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 20px;
}
.basispizza{
	border: 1px solid #99918A;
	padding: 25px 30px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	margin-bottom: 40px;
}
.plus{
	color: #99918A;
	position: absolute;
	background-color: #fff;
	width: 80px;
	text-align: center;
	font-size: 40px;
	bottom: -14px;
	left: 50%;
	margin-left: -40px;
	font-weight: normal!important;
	line-height: 1;
}
.zutaten_wrap{
	padding-top:50px;
}
.zutaten_wrap h2{
	color:#000;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
}

.beschreibung{
	margin: 10px auto;
}
.active_acc .beschreibung{
	color: #fff;
}
/* //////////////////////////////////// PIZZA BROTE //////////////////////////////////// */
.glas{
	border: 1px solid #99918A;
	padding: 40px 15px;
	text-align: center;
	color: #000;
	font-size: 20px;
	position: relative;
	margin-top: 70px;
}
.glastitel{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	background-color: #fff;
	width: 200px;
	text-align: center;
	top: -30px;
	left: 50%;
	margin-left: -100px;
}
.glas .produkt_box:last-child{
	border: 0;
}
.bild_beschreibung{
	margin: 20px auto 0;
	max-width: 100%;
	width: auto;
}