@font-face {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fileadmin/fonts/abhaya-libre-v5-latin-regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fileadmin/fonts/abhaya-libre-v5-latin-700.woff2) format('woff2');
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fileadmin/fonts/cabin-v14-latin-regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fileadmin/fonts/cabin-v14-latin-700.woff2) format('woff2');
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/fileadmin/fonts/cabin-400-italic.woff2) format('woff2');
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/fileadmin/fonts/cabin-700-italic.woff2) format('woff2');
}

/*
	font-family: 'Abhaya Libre', serif;
	font-family: 'Cabin', sans-serif;
*/

/*------------------------------------*\
  #Formate
\*------------------------------------*/

body{
	font-family: 'Abhaya Libre', serif;
}


body {
	font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	color: #cbae5e;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-family: 'Abhaya Libre', serif;
	font-size: 34px;
	color: #cbae5e;
	letter-spacing: 8px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 22px;
	color: #cbae5e;
	letter-spacing: 0;
	margin-bottom: 30px;
	padding: 10px 0px 5px;
	border: 1px solid #CAAD58;
	border-width: 1px 0px;
}
h4 {
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	color: #cbae5e;
	letter-spacing: 0;
}

h5 {
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CBAE5E;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h6 {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #CBAE5E;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

/*
.bh-bodytext a{
	color: #CBAE5E;
}
*/






/*------------------------------------*\
  #Ausblendungen
\*------------------------------------*/
.bh-touch-language-pane:before{
	display: none;
}





/*------------------------------------*\
  #Startseite Hintergrund
\*------------------------------------*/
.bh-femode .bh-touch-content.bh-touch-start{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}


.bh-touch-content.bh-touch-start:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
}

/*
.bh-touch-start.bh-touch-content{
	height: 100%;
}
*/


/*------------------------------------*\
  #Startseite Logo
\*------------------------------------*/

.bh-touch-start-logo{
	left: 200px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 10;
}




/*------------------------------------*\
  #Startseite Navigation
\*------------------------------------*/
.bh-touch-start .bh-navigation{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 105px;
	padding-top: 120px;
	background: rgba(255, 255, 255, 0.75);
	width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.bh-touch-start .bh-navigation ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}

.bh-touch-start .bh-navigation a{
	font-weight: normal;
	font-size: 16px;
    letter-spacing: 0.5px;
	color: #84795F;
	line-height: 35px;
}

.bh-navigation-item-icon{
	background-color: #CBAE5E;
	color: white;
	margin-right: 10px;
	font-size: 20px;
	width: 35px;
	height: 35px;
}





/*------------------------------------*\
  #Startseite Rechter Intro-Bereich
\*------------------------------------*/

.bh-touch-start-content-right {
    right: 0;
    /* breite von bh-navigation */
    width: calc( 100% - 400px );
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.bh-touch-start-content-right > .bhContainer{
/* 	max-width: 300px; */
	margin-left: auto;
	margin-right: auto;
}

.bh-touch-start-content-right h1{
	text-transform: uppercase;
}

.bh-touch-start-content-right h1,
.bh-touch-start-content-right h2,
.bh-touch-start-content-right h3,
.bh-touch-start-content-right h4,
.bh-touch-start-content-right h5,
.bh-touch-start-content-right .bh-styleclass-highlight{
	color: white;
	text-align: center;
}

.bh-touch-start-content-right .bh-styleclass-highlight {
	font-size: 24px;
	color: white;
	text-align: right;
}



/*------------------------------------*\
  #Startseite Banner unten
\*------------------------------------*/

.bh-touch-start-info{
	background-color: #84795F;
	color: white;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bh-touch-start-left,
.bh-touch-start-right{
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}


.bh-touch-start-left {
	-ms-flex-preferred-size: calc(100% - 400px);
	    flex-basis: calc(100% - 400px);
	border-right: none;
}
.bh-touch-start-right {
	position: relative;
	-ms-flex-preferred-size: 340px;
	    flex-basis: 340px;

	text-align: right;
}

.bh-touch-start-right p{
	margin-bottom: 10px;
}

.bh-touch-start-right .bh-font-{
	position: relative;
	top: 2px;
	padding-right: 5px;
}

.bh-touch-start-left .bhContainer.bhe-state-content-empty {
	width: 100%;
}



/*------------------------------------*\
  #Content Bereich
\*------------------------------------*/




/*------------------------------------*\
  #Unterseiten Top-Bar
\*------------------------------------*/

.bh-touch-top{
	background-color: #84795F;
	color: white;
}

.bh-touch-top-title{
	text-align: center;
	font-size: 24px;
	font-style: italic;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-right: 0;

}

.bh-touch-top-logo{
	background-size: 30px;
}


.bh-touch-language{
	margin-left: auto;
}


/*------------------------------------*\
  #Accordion
\*------------------------------------*/

.bhAccordeonItem .bh-accordion-toggler{
	border-bottom: 2px solid #cbae5e;
	color: #83795f;
	padding: 10px;
}

.bhAccordeonItem .bh-accordion-toggler-inner{
	position: relative;
	padding: 0;
}

.bhAccordeonItem .bh-accordion-toggler-inner:after {
    content: '\e908';
    width: 50px;
    height: auto;
    position: absolute;
    right: 0;
    color: #84795F;
    font-family: 'bakehouse-iconset';
    text-align: center;
    font-size: 23px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.bhAccordeonItem .bh-accordion-active .bh-accordion-toggler-inner:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.bhAccordeonItem .bh-accordion-element-inner{
	padding-top: 20px;
}




/*------------------------------------*\
  #Tab-Element
\*------------------------------------*/

.bhTabElement{
	background: transparent;
	font-size: 16px;
	color: #83795f;
	padding: 0 14px;
}

 .bh-tabtogglers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bh-tab-togglers{
	margin-bottom: 20px;
}

.bhTabElement.bh-tabtoggler-active{
	background: #CBAE5E;
	color: white;
	font-weight: normal;
}


/*
@media only screen and ( max-height: 700px ) {
	.bh-touch-start-logo{
		width: 120px;
		height: 80px;
	}
}
*/
/*
@media only screen and (max-width : 1024px)  {
	.bh-touch-start-logo{
		width: 120px;
		height: 80px;
		top: 0;
	}

}
*/


@media only screen and (max-width : 1023px) {

	.bh-touch-start-content-right{
		width: 300px;
	}


}


/*------------------------------------*\
  #Anfrage
\*------------------------------------*/
/*
	ANFRAGE TEMPLATE
*/



/* form input general */
.bh-form-field input[type="text"],
.bh-form-field input[type="number"],
.bh-form-field textarea,
.bh-form-field-checkbox-wrapper,
.bh-form-field select {
	font-family: 'Cabin', sans-serif;

	border: 1px solid #9E9484;
	font-size: 16px;
	padding: 9px 20px;
	border-radius: 2px;
	line-height: 18px;
	width: 100%;
	box-sizing: border-box;
/* 	background: #DED8D6; */
}



.bh-form-submit {
	display: inline-block;
}

.style-button, a.style-button, input.style-button {
    font-family: 'Cabin', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #cbae5e;
    border-radius: 2px;
    padding: 10px 20px;
    border: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

/*
.bh-form-submit input {

	border:none;

	font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #5B3E30;
    background: #FFE6AB;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
}
*/



/*------------------------------------*\
  #Touchgallery
\*------------------------------------*/
.el-touchgallery .swiper-navigation{
	display: none;
}

.el-touchgallery .swiper-pagination-bullet-active{
	background: #cbae5e;
}



/*------------------------------------*\
  #Mobilversion
\*------------------------------------*/

@media only screen and (max-width : 767px), screen and (max-height: 700px)  {

	/*------------------------------------*\
	  #Formate
	\*------------------------------------*/
	body{
		font-size: 14px;
	}

	h1 {
		font-size: 12px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}

	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 12px;
		letter-spacing: 1px;
	}

	h6 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.bh-touch-content{
		height: auto !important;
	}





	/*------------------------------------*\
	  #Startseite
	\*------------------------------------*/



	.bh-touch-content.bh-touch-start {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    position: relative !important;
	    height: auto;
	}

/*
	.bh-touch-content.bh-touch-start:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background: rgba(255, 255, 255, 0.85);
	}
*/

	.bh-touch-start-logo{
		background-image: url("/fileadmin/templates/ext/bh_touch/images/logo_start_white.svg");
		background-color: #83795f;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
/* 		margin-bottom: 15px; */
	}

	.bh-touch-content.bh-touch-start > *.bh-touch-start-logo {
	    -ms-flex-preferred-size: auto;
	        flex-basis: auto;
	    width: 100%;
	    background-position: center center;
	    height: 100px;
	    background-size: 90px;
	}

	.bh-touch-start .bh-touch-language {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}

	.bh-touch-start-content-right{
		display: none;
	}


	.bh-touch-start .bh-navigation,
	.bh-touch-start .bh-touch-start-content-right,
	.bh-touch-start .bh-touch-start-info {
	    position: relative;
	    left: inherit;
	    right: inherit;
	    top: inherit;
	    bottom: inherit;
	    -webkit-box-ordinal-group: 2;
	        -ms-flex-order: 1;
	            order: 1;
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.bh-touch-start .bh-navigation{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding-top: 15px;
		padding-bottom: 15px;
/* 		background: none; */
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		        height: auto;
	}

	.bh-touch-start .bh-navigation a{
		font-size: 15px;
	}

/*
	.bh-touch-content.bh-touch-start .bh-touch-start-content-right{
		margin-bottom: 30px;
	}

*/
	.bh-touch-content.bh-touch-start .bh-touch-start-info{
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.bh-touch-start-left,
	.bh-touch-start-right{
		padding-left: 0;
		padding-right: 0;
	}

	.bh-touch-start-info > div{
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.bh-touch-content.bh-touch-start > *.bh-touch-start-info {
	    display: block;
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
	        padding-bottom: 30px;
	}








	/*------------------------------------*\
	  #Unterseite Top-Bereich
	\*------------------------------------*/


	.bh-touch-top-title {
	    white-space: nowrap;
	    font-size: 0px;
	}
	.bh-touch-top a.bh-touch-top-back-text {
	    display: none;
	}






	/*------------------------------------*\
	  #Scrollbox
	\*------------------------------------*/

	.el-scrollbox-wrapper {
	    padding-top: 0;
    	padding-bottom: 0;
   	    height: auto;
   		overflow: auto;
    }

    .el-scrollbox-pane{
	    padding: 30px 15px;
    }





    /*------------------------------------*\
      #Tab-Element
    \*------------------------------------*/
    .bhTabElement{
	    font-size: 14px;
	    margin-bottom: 5px;
	    padding: 0 10px;
    }


	/* Massage & Wellness-Behandlungen */
	body[data-page="125"] .bhTabElement{
		padding: 0 6px;
		font-size: 13px;
	}


}
