/*
	font-family: 'Crimson Text', serif;
	font-family: 'Montserrat', sans-serif;
*/





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


body,
h5 {
	font-family: 'Crimson Text';
}

h1,
h2,
h4,
.bh-touch-start .bh-navigation a{
	font-family: 'Montserrat';
}


body {
	font-size: 18px;
	color: #634C43;
	line-height: 1.4;
}




h1{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;

}
h2{
	font-size: 32px;
	line-height: 1.4;
	color: #892579;
	font-weight: bold;
	text-align: center;
}
h3{
	font-weight: 600;
	font-size: 28px;
	color: #892579;
	text-align: center;
	font-style: italic;
}
h4 {
	font-size: 18px;
	color: #634C43;
	line-height: 36px;
}

h5 {
    font-size: 18px;
    color: #634C43;
    line-height: 26px;
    margin-bottom: 0px;
}


.bh-styleclass-highlight {
	font-size: 22px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
}





/*------------------------------------*\
  #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, #FFFFFF 0%, rgba(255, 255, 255, 0) 57.42%);
}
*/

/*
.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: #892579;
	line-height: 35px;
}

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



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

.bh-touch-start-content-right {
    width: 550px;
    top: 120px;
    bottom: auto;
}

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


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










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

.bh-touch-start-info{
	background: #624c43;
	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;
	font-size: 20px;
}
.bh-touch-start-right {
	position: relative;
	-ms-flex-preferred-size: 260px;
	    flex-basis: 260px;

	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-right:before {
    content: '';
    border-top: 1px solid #8a8f93;
    display: block;
    position: absolute;
    top: 57px;
    width: 100%;
    left: 0px;
}
*/






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

/*
	intermaps karte 100% height
*/

body.bh-femode #intermaps-skimap-2{
/* 	height: calc( 100vh - 75px ); */
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
.bh-touch-content{
    background-image: linear-gradient(0deg, rgba(137,36,120,0.00) 0%, #892579 100%);
}
*/







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

.bh-touch-top{
	background-color: #624C43;
	color: white;
}

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

}


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

.bh-touch-top a.bh-touch-top-back-text{
	font-style: italic;
	font-size: 18px;
}

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


.bh-touch-language-pane{
	font-family: 'Montserrat';
}


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

.bhAccordeonItem .bh-accordion-toggler{
/* 	border-bottom: 2px solid #624c43; */
	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: #624c43;
    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;
	margin-bottom: 15px;
}

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

.bhTabElement.bh-tabtoggler-active{
	background: #892579;
	color: white;
}









/*------------------------------------*\
  #Anfrage
\*------------------------------------*/


.bh-fieldblock {
	margin:40px 0px;
}

.bh-fieldblock-label {
	font-family: 'Montserrat';
	font-size: 26px;
	color: #634C43;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	    line-height: normal;
}

.bh-fieldblock-sub-label {
	font-size: 22px;
	margin-bottom: 20px;
	color: #634C43;
}

.bh-fieldblock .bh-margin-bottom {
	margin-bottom: 40px;
}

.bh-field {
	float: left;
	padding: 1%;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bh-field:last-child {
	margin-right: 0px;
}

.field-width-50 {
	width: 50%;
}

.field-width-33 {
	width: 33.3333%;
}

.bh-field input, .bh-field textarea, .bh-field select,
.bh-field input[type="checkbox"] + .checkbox-icon {
	-webkit-appearance: none;
	background: #FFFFFF;
	border: 1px solid #634C43;
	border: 1px solid #A1948E;
	border-radius: 2px;
	padding:0px 10px;
	height: 40px;
	line-height: 40px;
	margin:0px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.bh-field  input:invalid, .bh-field  textarea:invalid, .bh-field  select:invalid {
	border: 1px solid #634C43;
}

.bh-field textarea {
	padding:10px;
	height: 100px;
	line-height: normal;
}
.bh-field input[type="submit"] {
	border: none;
	background: #872A7B;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 14px;
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.bh-field input[type="checkbox"]  {
	display: none;
}

.bh-field input[type="checkbox"] + .checkbox-icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 15px;
	float:left;
	position: relative;
}
.bh-field input[type="checkbox"] + .checkbox-icon:after {
	content: ' ';
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #614C43;
}
.bh-field input[type="checkbox"]:checked + .checkbox-icon:after  {
	display: block;
}

.bh-field span {
	display: block;
}
.checkbox-label {
	line-height: 30px;
}

.field-width-sub-50 input {
	float: left;
	width: 48%;
}
.field-width-sub-50 input:first-child {
	margin-right: 4%;
}


/*
@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;
	}


}







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

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


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

	h2{
		font-size: 22px;
	}

	h3{
		font-size: 20px;
	}

	.bh-styleclass-highlight{
		font-size: 16px;
	}


	.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: #892579;
		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: 100px;
	}

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

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

	.bh-touch-start-content-right{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bh-touch-start-content-right h2{
		text-align: left;
	}


	.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-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;
	}

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






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

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

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





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


    body[data-page="120"] .bhTabElement{
	    margin-bottom: 5px;
    }

    /* 128 = Bar-karte */
    body[data-page="128"] .bh-tabtogglers{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 30px;
    }

    body[data-page="128"] .bhTabElement.bh-tabtoggler-active{
	    background: #892579;
/* 	    color: #892579; */
		font-weight: normal;
    }

    body[data-page="128"] .bhTabElement{
	    font-size: 14px;
	    padding: 0 5px;
	    line-height: 30px;
	    width: 50%;
	    margin-bottom: 0;
	    box-sizing: border-box;
	    text-align: center;
	    background: #e8e4e3;
    }





    /*------------------------------------*\
      #Swiper
    \*------------------------------------*/
    .swiper-button-next,
    .swiper-container-rtl
    .swiper-button-prev,
    .swiper-container-rtl ~ .swiper-button-prev{
	    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23892579'%2F><%2Fsvg>");
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-container-rtl ~ .swiper-button-next{
	    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23892579'%2F%3E%3C%2Fsvg%3E");
    }
}
