/* PROXIMA NOVA FONT */

@font-face {
	font-family: "proxima-nova";
	src: url("/fileadmin/fonts/proxima-nova-w02-regular.woff2") format("woff2"),
		url("/fileadmin/fonts/proxima-nova-w02-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/fileadmin/fonts/proxima-nova-w02-italic.woff2") format("woff2"),
		url("/fileadmin/fonts/proxima-nova-w02-italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "proxima-nova";
	src: url("/fileadmin/fonts/proxima-nova-w02-semibold-italic.woff2")
			format("woff2"),
		url("/fileadmin/fonts/proxima-nova-w02-semibold-italic.woff")
			format("woff");
	font-style: italic;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "proxima-nova";
	src: url("/fileadmin/fonts/proxima-nova-w02-semibold.woff2") format("woff2"),
		url("/fileadmin/fonts/proxima-nova-w02-semibold.woff") format("woff");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "proxima-nova";
	src: url("/fileadmin/fonts/proxima-nova-w02-bold.woff2") format("woff2"),
		url("/fileadmin/fonts/proxima-nova-w02-bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

/* BODONI FONT */

@font-face {
	font-family: "ltc-bodoni-175";
	src: url("/fileadmin/fonts/bodoni-book-italic.woff2") format("woff2"),
		url("/fileadmin/fonts/bodoni-book-italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "ltc-bodoni-175";
	src: url("/fileadmin/fonts/bodoni-book.woff2") format("woff2"),
		url("/fileadmin/fonts/bodoni-book.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "ltc-bodoni-175";
	src: url("/fileadmin/fonts/bodoni-roman-italic.woff2") format("woff2"),
		url("/fileadmin/fonts/bodoni-roman-italic.woff") format("woff");
	font-style: italic;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "ltc-bodoni-175";
	src: url("/fileadmin/fonts/bodoni-roman.woff2") format("woff2"),
		url("/fileadmin/fonts/bodoni-roman.woff") format("woff");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

body {
	font-family: "proxima-nova";
}

.bh-touch-language-toggler,
.bh-touch-top-back {
	color: inherit;
	color: #656665;
}

.bh-touch-start .bh-touch-language {
	left: 0px;
	top: 0px;
}
.bh-touch-language-pane {
	left: 10px;
	width: 60px;
}

.bh-touch-language-pane:before{
	display: none;
}

.bh-touch-content.bh-touch-start {
	color: white;
}

.bh-touch-start .bh-navigation a {
	color: white;
	font-weight: 600;
	font-size: 21px;
}

.bh-touch-start .bh-navigation .bh-navigation-item-icon {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.7);
	width: 50px;
	height: 50px;
}

html  .bh-touch-top-back-text,
html .bh-touch-top-title {
	display: none;
}

.bh-touch-page .bh-touch-top-logo {
	order: 2;
	flex-basis: 100%;
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-size: 145px;
	background-position: center center;
}
.bh-touch-page .bh-touch-top-back {
	order: 3;
}

.bh-touch-start h1 {
	font-family: 'ltc-bodoni-175';
	font-size: 42px;
	line-height: 48px;
	text-align: right;
	color: #F8F8F8;
	font-weight: normal; 
	text-transform: none;
}

.bh-touch-start h2 {
	font-weight: bold;
	font-size: 25px;
	text-transform: none;
	line-height: 48px;
}

.bh-touch-start h2:before {
	content: url('../images/baer.svg');
	display: block;
}


.bh-touch-start .bh-touch-start-content-right {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.bh-touch-start-left {
	flex-basis: calc(100% - 290px);
	justify-content: flex-start;
	padding-left: 60px;
	border: 0px;
}

.bh-touch-start-right:before {
	content: '';
	width: 1px;
	background: #b29b86;
	display:block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.bh-touch-start-right:after {
	content: '';
	height: 1px;
	background: #b29b86;
	display:block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50%;
}

.bh-touch-start-right {
	flex-basis: 290px;
	position: relative;
	font-size: 17px;
	line-height: 24px;
}

.bh-touch-start-right .bhText p:first-child {
	margin-bottom: 30px !important;
}

.bh-touch-start-info {
	background: #9f8268;
	background-position: center center;
	background-size: cover;
	font-size: 17px;
	line-height: 140%;
}



.bh-touch-start-logo {
	background: #f3f4ed;
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-size: 175px;
	background-position: center center;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 75px;
}

.bh-width-small {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.el-scrollbox-pane .bhText {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	color: #27333C;
}

.el-scrollbox-pane h1,
.el-scrollbox-pane h2,
.el-scrollbox-pane h3 {
	font-family: ltc-bodoni-175, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0em;
	color: #383838;
}

.el-scrollbox-pane h2 {
	font-size: 25px;
}
.el-scrollbox-pane h3 {
	font-size: 20px;
}

.bh-touch-start .bh-touch-language-pane {
	left: 10px;
	right: auto;
}

.bh-navigation-item-icon {
	cursor: pointer;
}

.bh-touch-start .bh-navigation a {
	font-family: ltc-bodoni-175, serif;
	font-weight: normal;
	font-size: 21px;
}

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

@media only screen and (max-width : 767px), screen and (max-height: 700px)  {
	.bh-touch-content.bh-touch-start {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	    position: relative;
	}
	
	.bh-touch-start .bh-touch-language-pane {
		left: 10px;
		right: auto;
	}
	
	.bh-touch-content.bh-touch-start > *:not(.bh-touch-language) {
	    position: relative;
	    left: inherit;
	    right: inherit;
	    top: inherit;
	    bottom: inherit;
	    order: 1;
	    flex-basis: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	.bh-touch-content.bh-touch-start .bh-navigation {
		order: 2;
		padding-bottom: 50px;
	}
	.bh-touch-content.bh-touch-start .bh-touch-start-info {
		order: 3;
	}
	
	.bh-touch-content.bh-touch-start > *.bh-touch-start-info {
	    display: block;
	    flex-basis: 100%;
	}
	
	.bh-touch-top-title {
	    white-space: nowrap;
	    font-size: 0px;
	}
	.bh-touch-top a.bh-touch-top-back-text {
	    display: none;
	}
	.bh-touch-start .bh-touch-start-content-right {
		padding-top: 60px;
		padding-bottom: 40px;	
	}
	
	.bh-touch-start .bh-touch-start-content-right * {
		text-align: left !important;
	}
	
	.bh-touch-start .bh-touch-start-content-right h1 {
		font-size: 36px;
		line-height: 41px;
		text-transform: none;
	}
	
	.bh-touch-start .bh-touch-start-content-right {
		font-size: 13px;
		line-height: 23px;
	}
	
	.bh-touch-start .bh-touch-start-content-right p br {
		display: none;
	}
	
	.bh-femode .bh-touch-page {
		height: auto;
	}
	
	/*------------------------------------*\
	  #Scrollbox
	\*------------------------------------*/
	
	.el-scrollbox-wrapper {
	    padding-top: 0;
    	padding-bottom: 0;
   	    height: auto;
   		overflow: auto;
    }
    
    .el-scrollbox-pane{
	    padding: 15px;
    }
	.bh-touch-start-right {
		padding-top: 0px !important;


		padding-left: 0px;
		padding-right: 0px;
	}
	/* .bh-touch-start-right .bh-bodytext p {
		display: inline-block;
		width: 50%;
	} */
	.bh-touch-start-left {
		padding-left: 0px;
		font-size: 16px;
		line-height: 140%;
	}
	.bh-touch-start-right:after {
		bottom: 55%;
	}
	
	.bh-touch-start-right:before {
		display: none;
	}
	
	.el-scrollbox-pane {
		margin: 10px;
		min-height: calc(100vh - 95px);
	}
	.bh-touch-start-left br {
		display: none;
	}
	.bh-touch-start-logo,
	.bh-touch-top-logo {
		background-image: url(../images/menulogo.svg) !important;
	}
	.bh-touch-language,
	.bh-touch-top-back {
		flex-shrink: 0;
	}
	
}

/*** STARTSEITE LOGO REPARIEREN ***/
@media only screen and (min-width : 768px) and (min-height: 701px) {
	.bh-touch-start-logo {
		width: 284px;
		height: 134px;
		left: calc(50% - 284px / 2);
		background-size: 200px;
	}
	
	.bh-touch-start .bh-touch-language-toggler {
		color: white;
	}
	
}