body {
	font-family: 'freight-display-pro', serif;
}

.bh-touch-language-toggler{
	color: inherit;
}

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

.bh-touch-start .bh-navigation {
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: #95be2dc0;
	backdrop-filter: blur(3px);
	padding-left: 58px;
	box-sizing: border-box;
	max-width: 447px;
	padding-top: 120px;
}

.bh-touch-start .bh-navigation a {
	color: white;
	font-family: 'freight-display-pro', serif;
	font-size: 36px;
	line-height: 1;
	padding-bottom: 1vh;
	padding-top: 1vh;
}

.bh-touch-start-logo {
	max-width: 447px;
	width: 100%;
	z-index: 100;
	left: 0px;
	top: 71px;

}

.bh-touch-top-logo,
.bh-touch-top-back-text {
	background-color: #96be2d;
	background-size: 55%;
	color: white;
	font-family: 'Proxima-Nova';
}

.bh-touch-top-logo {
	border-left: 20px solid #96be2d;
}

.bh-touch-top a.bh-touch-top-back-text {
	padding-left: 0px;
	text-transform: uppercase;
}

.bh-touch-top a {
	justify-content: flex-start;
}

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

.bh-touch-start-info  {
	width: 447px;
	background: none;
}

.bh-touch-start-info .bh-touch-start-left {
	display: none;
}

.bh-touch-top {
	padding-left: 0px;
}

.bh-touch-start-right .bh-bodytext p  {
	padding: 0px;
	color: white;
	font-family: 'Proxima-Nova';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0px;
}
.bh-touch-start-right {
	flex-basis: calc(100% - 80px);
}

.bh-touch-page .bh-touch-language-pane a {
	font-family: 'Proxima-Nova';
}

.bh-touch-language-toggler,
.bh-touch-top-back {
	color: #8d776b;
}

.bh-touch-start .bh-touch-language-toggler {
	color: white;
}

.bh-touch-top-title {
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	color: #8d796a;
	font-family: 'Proxima-Nova';
}

h1 {
	color: #96be2d;
	font-weight: 600;
	font-size: 52px;
	line-height: 110%;
	letter-spacing: 0.02em;
}

h2 {
	color: #96be2d;
	font-family: "Proxima-Nova";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3 {
	font-family: "Proxima-Nova";
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7D6657;
}

/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #96be2d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #5c751e;
}

iframe[name="contewisemaps"] {
	height: calc( var(--content-height) );
}

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

.touchformCols {
	display: flex;
	gap: 30px;
}
.touchformCols > * {
	flex-basis: 50%;
}

.touchformText {
	display: flex;
	background: white;
	padding: 45px;
	margin-bottom: 92px;
}

.touchformText p {
	font-family: "Proxima-Nova";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #1A1A1A;
}

.bh-fieldblock input, 
.bh-fieldblock textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d1c8c4;
	border-radius: 2px;
	margin-bottom: 18px;
	height: 50px;
	padding: 0px;
	font-size: 14px;
	color: #7D6657;
	padding-left: 20px;
	font-family: 'Proxima-Nova';
}
.bh-fieldblock textarea {
	padding-top: 15px;
	height: 100px;
}

.bh-fieldblock [type="submit"] {
	background: #96be2d;
	border: 0px;
	color: white;
	text-transform: uppercase;
	width: 154px;
	padding-left: 0px;
	cursor: pointer;
	border-radius: 0px;
}

html .el-scrollbox-pane {
	max-width: 100%;
	background: #faf9f8;
	background-image: url(/fileadmin/images/bg-logo.svg);
    background-size: auto;
    background-position: bottom left 27px;
    background-repeat: no-repeat;
}

html .el-scrollbox-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.bh-style-color-green {
	color: #96be2d;
}

.bh-styleclass-teaser {
	font-family: 'freight-display-pro', serif;
    font-size: 30px;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: 0.68px;
}

.bhTabElement {
	font-family: 'Proxima-Nova';
	padding: 0px 8px;
	font-size: 18px;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	
	background: none;
	border: 0px;
	font-weight: 400;
	margin-bottom: 10px;
}
.bhTabElement .bh-bodytext p {
	color: #96BE2D;
}

.bhTabElement.bh-tabtoggler-active .bh-bodytext p {
	font-weight: 600;
	font-size: 48px;
	line-height: 35px;
}

.bh-tabtogglers {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #96be2d;
	margin-bottom: 40px;
	flex-wrap: wrap;
}


.bh-bodytext p {
	font-family: 'Proxima-Nova';
	font-size: 18px;
	line-height: 180%;
	color: #1A1A1A;
	font-weight: 300;
	margin-bottom: 50px;
}



@media only screen and (max-height: 700px) {
	.bh-touch-start .bh-navigation a {
		font-size: 25px;
	}
	.bh-touch-start-logo {
		top: 30px;
	}
	.bh-touch-start-right .bh-bodytext p {
		font-size: 15px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.bh-touch-start .bh-navigation {
		right: 0px;
		max-width: 100%;
		width: 100%;
	}
	.bh-touch-start-info {
		width: 100%;
	}
	.bh-touch-start .bh-navigation {
		padding-left: 30px;
	}
	.bh-touch-start-logo {
		height: 100px;
	}
	html .el-scrollbox-pane {
		padding: 20px;
	}
	h1 {
		font-size: 30px;
	}
	.bh-touch-start .bh-navigation {
		height: 100vh;
		box-sizing: border-box;
		padding-top: 240px;
		justify-content: flex-start;
		align-items: flex-start;
		
	}
	.bh-touch-start-right {
		padding-right: 0px;
	}
	.bh-touch-top-back-text {
		display: none !important;
	}
	.bh-touch-top a {
		border-left: 0px !important;
	}
	.touchformCols { 
		display: block;
	}
	a.bh-touch-top-back {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}




/*------------------------------------*\
  #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-content.bh-touch-start > *.bh-touch-start-logo {
		flex-basis: auto;
		width: 100%;
		background-position: left 20px center;
		height: 100px;
	}
	
	.bh-touch-start .bh-touch-language {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	.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-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;
	}


	
	.el-scrollbox-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		   height: auto;
		   overflow: auto;
	}
	
	.el-scrollbox-pane{
		padding: 15px;
	}
} */
