/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
body{
	background-color: #000;
	font-family: 'sofia-pro', sans-serif;
	color: #fff;
	line-height:1.5!important;
	font-size:23px;
	margin: 0px;
	overflow-x: hidden;	
	font-weight: 300;
	position: relative;
	height: 100%; 
	width : 100%;  
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'sofia-pro', sans-serif;
	color: #B15C3D;
	font-size: 35px;
	line-height:1.2;
	margin: 0px 0px 40px 0px;
}
h2{
	font-size:42px;
	font-weight: 300;
	text-transform: uppercase;
}
h3{
	margin-bottom:25px;
}
.runde_bilder_text h2{
	font-weight:700;
}
p{
	margin: 0px auto 15px;
	line-height: 1.5!important;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding-left:0px;
}
html a{
	color: #B15C3D;
	text-decoration: none;
}
html a:active, html a:hover {
	color: #c06a4b;
}
.textcenter{
	text-align:center;
}
button, input, select, textarea{
	border:0;
	background-color:#e6e6e6;
	padding:10px;
	font-weight:300;
	width:100%;
}
textarea{
	height:100px;
}
svg{
	max-width: 100%;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1920{
	max-width:1920px;
	margin: 0 auto;
	position:relative;
}
.main_wrapper .w1920{
	padding: 0px 50px;
}
.main_wrapper .start_bild{
	padding-right: 0px;
}
.margin_oben{
	margin-top: 100px;
}
.margin_unten{
	margin-bottom: 80px;
}
.w1280{
	max-width:1280px;
	margin:0 auto;
	position:relative;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w650{
	max-width:650px;
	margin:0 auto;
	position:relative;
}
.w500{
	max-width:500px;
	margin:0 auto;
	position:relative;
}
.h600{
	height: 600px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}

/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.input_box{
	margin: 0px 0px 20px 0px;
}
.input_box input {
    background-color: transparent;
    border-bottom: 2px solid #B15C3D;
    color: #fff;
    padding-left: 0 !important;
	font-size: 17px;
}
textarea{
	font-size: 17px;
}
.bemerkung{
	margin-top: 20px;
}
.bemerkung textarea{
	background-color: transparent;
	color: #fff;
	border: 2px solid #B15C3D;
}
.half{
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
}
.last{
	margin-right: 0px;
	float: right;
}

::placeholder { 
   color:#fff; 
   opacity: 1;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color:#fff !important; 
   opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff !important; 
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff !important; 
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#fff !important; 
   opacity: 1;
}
.dsgvo_kontaktformular{
	margin: 30px auto;
	font-size: 17px;
}
.check_anfrage{
    height: auto;
    clear: both;
    display: inline-block;
    margin-right: 10px;
	vertical-align: top;
}
.check_anfrage_text {
    display: inline-block;
    width: calc(100% - 30px);
}
.check{
	width: 13px;
	margin: 0 auto;
}
span.wpcf7-list-item{
	margin:  0 auto;
}

.wpcf7-submit:disabled, .wpcf7-submit:disabled:hover{
	background-color: #ccc;
	border: none;
	color: #fff;
}
.wpcf7-submit {
    background-color: transparent;
	border: 1px solid #B15C3D;
	width: auto;
	display: inline-block;
	color: #B15C3D;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 17px;
}
.wpcf7-submit:hover{
    background-color: #B15C3D;
	color: #fff;
	cursor: pointer;
}
.wpcf7-form{
	text-align: left;
}
/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slider_big{
	margin-bottom: 50px;
}
.slick-slider{
	width: 100%;
	height: auto;
	position: relative;
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slider_big .slick-slide{
	height: 800px;
	width: 100%;
	display: block;
	opacity: 1;
}
.slick-list{
	padding: 0px !important;
	padding-right: 300px !important;
}
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button{
	padding: 0px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-prev {
    top: -50px;
    right: 80px;
	background-image: url('http://www.ganischger.com/wp-content/themes/ganis_web/loox_neu/images/pfeil-links.png');
	width: 40px;
	height: 21px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.slick-next{
	top: -50px;
    right: 20px;
	background-image: url('http://www.ganischger.com/wp-content/themes/ganis_web/loox_neu/images/pfeil-rechts.png');
	width: 40px;
	height: 21px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.main_wrapper .event_slider_box .w1920{
	padding-right: 0px;
}
.event_slider_box .slick-slide{
	margin-right: 50px;
}
.event_slider_box .datum_box{
	color: #B15C3D;
	margin-top: 20px;
}
.event_slider_box h3{
	color: #fff;
}
.slider_abstand_oben{
	margin-top: 60px;
}
/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	font-family: 'Montserrat', sans-serif;
	line-height:0.5;
	color:#ccc;
}
.fehler span{
	font-size:150px;
}
.fehlermeldung{
	text-align:center;
	padding-top:30px;
}

/* //////////////////////////////////// HEADER //////////////////////////////////// */
#header{
	text-align: center;
	padding: 70px 0px 30px;
}
.telefon_box{
	position: absolute;
	left: 50px;
	top: 22px;
}
.telefon_box a, .header_link_box a{
	display: block;
	color: #fff;
}
.telefon_box svg, .telefon_box span{
	display: inline-block;
	vertical-align: middle;
}
.header_logo{
	
}
.later_header_link_box, .later_telefon_box{
	display: none;
}
.header_link_box{
	position: absolute;
	right: 50px;
	top: 28px;
}
.header_link_box svg{
	width: 40px;
}
.header_link_box svg, .header_link_box span{
	display: inline-block;
	vertical-align: middle;
}


.menu{
	background-color: #000;
	border-top: 1px solid #fff;
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 20px;
	z-index: 9999;
	bottom: -200px;
}
.menu_visible{
	display: block;
	transition: all .5s ease-in-out;
	bottom: 0px;
}



#menu_loox_de{
	margin: 0 auto;
}

#menu_loox_de li{
	text-transform: uppercase;
	display: inline-block;
	margin: 0px 20px;
}
#menu_loox_de li a{
	color: #fff;
	line-height: 1;
	font-size: 23px;
	padding: 0;
}
#menu_loox_de li.current_page_item a, #menu_loox_de ul li a:hover{
	color: #B15C3D;
}

.menu_booking{
	padding: 5px 10px;
	color: #B15C3D !important;
	background-color: transparent;
	border: 1px solid #B15C3D;
	margin-bottom:10px;
	display:inline-block !important;
	text-align: center;
}
.menu_booking:hover{
	color: #fff !important;
	background-color: #B15C3D;
}
.onlymobile{
	display:none;
}

.social_box, .menu-menu-loox-de-container, .menu-menu-loox-it-container, .menu-menu-loox-en-container{
	display: inline-block;
	vertical-align: middle;
}
.social_box{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	line-height: 1;
	text-align: center;
	padding: 0px 10px;
}
.social_box a{
	margin: 0px 10px;
}

#languages{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	line-height: 1;
}
#languages a{
	text-transform: uppercase;
	color: #fff;
}
#languages a.active_lang{
	display: none;
}



#open_menu, #close_menu{
	display: none;
}
#open_menu span, #close_menu span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #B15C3D;
	border-radius: 9px;
	opacity: 1;
	left: 0;
}

#open_menu span:nth-child(1) {
	top: 0px;
}

#open_menu span:nth-child(2) {
	top: 12px;
}

#open_menu span:nth-child(3) {
	bottom: 0px;
}
#close_menu span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 13px;
}

#close_menu span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 13px;
}


/* //////////////////////////////////// INHALT //////////////////////////////////// */
.start_bild{
	text-align: right;
	margin-bottom: 100px;
}
.startbild_box{
	background-position: center bottom;
	height: calc(100vh - 330px);
	width: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
}
.start_bild img{
	
}
.text_startbild {
    position: absolute;
	right: 50px;
	text-align: right;
    font-size: 100px;
    bottom: 0px;
}
.text_ganz h1, .text_ganz h2{
	color: #fff;
	font-size:42px;
	font-weight: 300;
	margin-bottom: 100px;
}


.spruch{
	font-size: 50px;
}
.button{
	display: inline-block;
}
.button a{
	display: block;
	font-size: 20px;
	color: #B15C3D;
}
.button a span{
	margin-right: 10px;
}
.button a span, .button a svg{
	display: inline-block;
	vertical-align: middle;
}
.check_anfrage_text a{
	color: #B15C3D;
}

.runde_bild_box_1{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 500px;
	height: 500px;
	border-radius: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}
.runde_bild_box_2{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 500px;
	height: 500px;
	border-radius: 250px;
	float: right;
	margin-top: 150px;
	position: relative;
	z-index: 99;
}
.runde_bilder_text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-width: 450px;
	z-index: 9;
}
.runde_bilder_text h2{
	text-transform: uppercase;
	font-size: 70px;
	margin-bottom: 10px;
	color: #000;
    text-shadow:  1px  1px 1px #fff,
                  1px -1px 1px #fff,
                 -1px  1px 1px #fff,
                 -1px -1px 1px #fff;
}
.runde_bilder_kreis {
    position: absolute;
    right: -70px;
    top: -70px;
}
.runde_bilder_kreis svg{
	width: 100%;
}

.main_wrapper .quadratisch_bilder_block .w1920{
	padding-left: 0px;
}
.quadratisch_bild_box_1{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	height: 400px;
	float: left;
}
.quadratisch_rechts{
	float: right;
	width: 50%;
	padding: 40px 0px 0px 70px;
}
.quadratisch_bild_box_2{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.qudratisch_bild_verzierung{
	float: left;
	padding: 20px;
	background-size: 200px;
	background-repeat: no-repeat;
}
.quadratisch_bild_box_3{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 450px;
	height: 400px;
}
.runde_bild_box_3{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 450px;
	height: 450px;
	border-radius: 250px;
	float: right;
}
.verzierung_1{
	background-position: left top;
}
.verzierung_2{
	background-position: right top;
}
.verzierung_3{
	background-position: right bottom;
}
.verzierung_4{
	background-position: left bottom;
}




.text_bild_block.Links .w1920{
	padding-right: 0px;
}
.text_bild_block.Rechts .w1920{
	padding-left: 0px;
}
.text_bild_box{
	width: 100%;
}
.bild_box{
	width: 50%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
}
.text_box{
	width: 50%;
	text-align: center;
	padding: 0px 110px 0px 0px;
}
.text_box h1, .text_box h2{
	font-size: 50px;
}
.Links .text_box, .Rechts .bild_box{
	float: left;
}
.Rechts .text_box, .Links .bild_box{
	float: right;
}




.auflistung_box{
	width: 50%;
	text-align: center;
	padding: 0px 80px;
	margin-bottom: 100px;
}
.auflistung_box:nth-child(2){
	margin-top: 100px;
}
.zahl_box{
	font-size: 80px;
	color: #000;
    text-shadow:  1px  1px 1px #fff,
                  1px -1px 1px #fff,
                 -1px  1px 1px #fff,
                 -1px -1px 1px #fff;
}
.auflistung_box_text{
	
}
#auflistungs_block .alm-btn-wrap{
	display: none !important;
}
.alm-btn-wrap .done{
	display: none !important;
}
.auflistung_kreis {
    position: absolute;
    left: -100px;
    top: -60px;
}
.auflistung_striche {
	position: absolute;
	left: -50px;
	bottom: 0px;
    width: 250px;
    height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




.event_auflistung_box{
	width: 50%;
	margin-bottom: 60px;
	padding: 0px 40px;
}
.event_auflistung_box:nth-child(2){
	margin-top: 90px;
}
.event_auflistung_box a{
	display: block;
}
.event_auflistung_box img{
	margin-bottom: 20px;
}
.datum_box{
	font-size: 30px;
}
.event_titel h2{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.alm-btn-wrap {
	text-align: center;
}
.alm-btn-wrap button{
	display: inline-block;
	background-color: #000;
	color: #B15C3D;
	border: 1px solid #B15C3D;
	width: auto;
	font-size: 20px;
	text-transform: uppercase;
}
.alm-btn-wrap button:hover{
	background-color: #B15C3D;
	color: #fff;
	cursor: pointer;
}
.auflistung_events_striche{
	position: absolute;
	left: -50px;
	top: 50px;
    width: 200px;
    height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.auflistung_events_kreis{
	position: absolute;
	right: -100px;
	top: 50%;
}



.single_event_box{
	margin-top: 80px;
}
.single_event_title{
	width: 400px;
	float: left;
}
.single_datum{
	font-size: 40px;
	color: #B15C3D;
}
.single_event_title h1{
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}
.single_event_text{
	width: calc(100% - 400px);
	float: right;
	padding-left: 40px;
}
.single_event_kreis{
	position: absolute;
	left: -100px;
	top: 50%;
}



.main_wrapper .auflistung_artists .w1920{
	padding: 0px;
}
.artist_auflistung_box{
	margin-bottom: 100px;
	z-index: 9 !important;
	display: block;
}
.artist_auflistung_box:hover{
	cursor: pointer;
}
.artist_auflistung_box a{
	display: block;
}
.artist_auflistung_box svg{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}
.artist_auflistung_box_1{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
}
.artist_auflistung_box_2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    padding: 50px 90px 50px 90px;
}
.artist_auflistung_box_3{
	width: 50%;
	padding: 0px 60px;
}
.artist_auflistung_box_3_inner{
    width: 100%;
	background-size: 200px;
    background-repeat: no-repeat;
	padding: 20px;
	line-height: 1;
}
.artist_auflistung_box_3 h2{
	padding-left: 20px;
}
.artist_auflistung_box_4{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	padding: 0px 60px;
}
.artist_auflistung_box_4_inner{
	position: relative;
	width: 100%;
	padding-top: 100%; /* 8:5 Aspect Ratio */
	
}
.artist_auflistung_box_4_rund{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}
.titel_box_artists_auflistung{
	margin-top: 20px;
}
.titel_box_artists_auflistung h2{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0px 0px;
	font-weight: normal;
	font-size: 30px;
}

.audio_box{
	margin-top: 30px;
}
.audio_box audio{
	width: 100%;
}

.social_box_single_artists{
	text-align: center;
	margin-top: 30px;
}
.facebook{
	display: inline-block;
	vertical-align: middle;
}
.instagram{
	display: inline-block;
	vertical-align: middle;
}
.facebook a, .instagram a{
	display: block;
	margin: 0px 10px;
}



.code_abfrage_input{
	max-width: 200px;
	margin: 0 auto 30px;
}
.code_abfrage_input input{
	text-transform: uppercase;
	text-align: center;
}
.button_zurueck{
	background-color: transparent;
	border: 1px solid #B15C3D;
	width: auto;
	display: inline-block;
	margin: 0 auto;
}
.button_zurueck a{
	text-transform: uppercase;
	font-size: 17px;
	color: #B15C3D;
	display: block;
	padding: 10px 15px;
}
.button_zurueck a:hover{
	background-color: #B15C3D;
	color: #fff;
}
/* //////////////////////////////////// Footer //////////////////////////////////// */
.footer{
	text-align: center;
}
.footer_kreis{
	position: absolute;
	left: -154px;
	bottom: 10px;
}
.oeffnungzeiten_block{
	font-size: 30px;
	margin: 100px 0 50px;
}
.oeffnungzeiten_block span {
    display: block;
    text-transform: uppercase;
    color: #B15C3D;
    margin-bottom: 20px;
	font-size: 20px;
}
.kontakt_box{
	padding: 20px;
}
.inner_kontakt_box{
	background-color: #000;
	padding: 20px;
}
.tel_box_footer{
	display: inline-block;
	vertical-align: middle;
	margin-right: 100px;
}
.tel_box_footer a{
	display: block;
	color: #fff;
}
.tel_box_footer a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
}
.tel_box_footer a svg{
	display: inline-block;
	vertical-align: middle;
}

.mail_box{
	display: inline-block;
}
.mail_box a{
	display: block;
	color: #fff;
}
.mail_box a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
}
.mail_box a svg{
	display: inline-block;
	vertical-align: middle;
}
.adresse{
	margin: 50px auto 80px;
	font-size: 25px;
}
.logo_block{
	margin-bottom: 50px;
}

.logo_block .logo_box{
	vertical-align: middle;
	display: inline-block;
	margin: 0px 20px;
	max-width: 170px;
}

.impressum_box{
	margin-bottom: 150px;
}
.impressum_box a{
	color: #fff;
}
.mwst{
	vertical-align: middle;
	display: inline-block;
	margin: 0px 20px;
}
.impressum{
	vertical-align: middle;
	display: inline-block;
	margin: 0px 20px;
}


.booktable{
	position:absolute;
	width: 182px;
	height: 182px;
	z-index: 99;
	right: 150px;
	top: -30px;
}
.booktablebutton{
	width: 30%;
	margin: 0 1%;
	display:inline-block;
	padding:5px 10px;
	border:1px solid #966;
	background-color:transparent;
	color:#fff;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
}
.ccw_plugin button{
	width: 30%;
	margin: 0 1%;
	display:inline-block;
	padding:5px 10px;
	border:1px solid #966;
	background-color:transparent;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.container_beschreibung{
	display:none;
}
.show-item-beschreibung{
	display:inherit;
}



#expandandable-header {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
	color: #4c4c4c;
}
#expandandable-header.show-item {
    display: inherit;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99999;
    transition: all .5s ease-in-out 0s;
    text-align: center;
    padding: 40px;
    height: 100%;
    opacity: 1;
    overflow-y: scroll;
}
#expandandable-header a {
    text-transform: uppercase;
    color: 
    #7f7f7f;
    padding: 0;
    opacity: 0;
    height: 100%;
    display: block;
}
.close_link {
    float: right;
    padding: 0 !important;
    opacity: 1 !important;
    display: block !important;
    height: 28px;
    width: 28px;
}
#expandandable-header ul {
    max-width: 801px;
    width: 801px;
    margin: 16px auto;
    padding: 0 !important;
}
.header_ganischgerhof {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_ganischgerhof.png);
    background-size: 100% auto;
     margin: 0 18px 18px;
}
.header_eggentalclassic_neu {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_eggental.png);
    background-size: 100% auto;
     margin: 0 18px 18px;
}
.header_loox {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_loox.png);
    background-size: 100% auto;
     margin: 0 18px 18px;
}
.header_platzl_neu {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_platzl_neu.png);
    background-size: 100% auto;
    margin: 0 18px 18px;
}
.header_gardone {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_gardone.png);
    background-size: 100% auto;
     margin: 0 18px 18px;
}
.header_ganischgeralm {
    width: 358px;
    height: 240px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(https://www.ganischger.com/wp-content/themes/ganis_web/images/logo_ganischgeralm.png);
    background-size: 100% auto;
    margin: 0 18px 18px;
}
#expandandable-header li {
    padding-bottom: 0;
    display: inline-block;
    position: relative;
	vertical-align: top;
}

#expandandable-header .seiteninfo {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}
#expandandable-header .seitentitel {
    font-family: Merriweather, serif;
    font-size: 40px;
    font-weight: lighter;
    color: 
    #6f2b15;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}



#expand {
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: calc(50% - 75px);
    z-index: 9999;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #6f2b15;
	color: #fff;
    width: 290px;
    margin-left: -70px;
}

#expandandable-header .menu {
    background-color: transparent;
	border-top: 0px;
    position: relative;
    width: 801px;
    text-align: center;
    padding: 0px;
    z-index: 9;
    bottom: auto;
}


.grid {
  max-width: 100%;
}
.grid-item {
  float: left;
  width: 46%;
}
.grid-item{
	float:left;
}
.button-group{
	width:100%;
	text-align: center;
	margin-bottom: 50px;
}
.button_month{
	border:1px solid #6f2b15;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	max-width: 120px;
}
.is-checked{
	border:1px solid #6f2b15;
	background-color: #6f2b15;
	color: #fff;
}


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