:root {
    --template-color-basic: black;
    --template-color-primary: #FF3D0D;
    --template-color-grey: #C7C6C6;
    --template-color-black: black;
    --template-font-color-basic: var(--template-color-basic);
    --template-font-color-primary: var(--template-color-primary);
    --template-font-color-secondary: var(--template-color-grey);
    --template-font-color-invert: #FFF;
    /* --template-font-color-black-100: #2D2D32;
    --template-font-color-black-80: #5F5F64;
    --template-font-color-black-60: #D5D5D6;
    --template-font-color-black-40: #E2E2E2;
    --template-font-color-black-20: #EFEFEF; */
    --template-bodytext-color: var(--template-font-color-basic);
    --template-bodytext-headline-color: var(--template-font-color-primary);
    --template-link-color: var(--template-font-color-primary);

    --template-cursor-color: var(--template-color-primary);

    /* --template-swiper-arrow-color: var(--template-font-color-primary);
    --template-swiper-arrow-color-disabled: #9A9A9A; */

    --template-font-family-primary: 'aktiv-grotesk',sans-serif;
    --template-font-family-secondary: 'span', serif;
    --template-font-family-body: var(--template-font-family-primary);
    /* --template-font-family-special: var(--template-font-family-primary); */
    --template-bgcolor-body: #f9f6f4;
    --template-bgcolor-primary: var(--template-color-primary);
    --template-bgcolor-secondary: var(--template-color-grey);
    --template-bgcolor-black: var(--template-color-basic);
    --template-bgcolor-invert: #FFFFFF;

    --template-top-height: clamp(56px, 12vw, 120px);
    --template-top-offset: 0;
    --template-top-offset-scrolled: 0;
    --template-top-box-shadow: none;
    --template-top-background: transparent;

    --template-top-box-shadow-scrolled: 0px 4px 35px 0px rgba(0, 0, 0, 0.10);
    --template-top-background-scrolled: transparent;
    --template-top-gap-full: clamp(1.5rem, 2vw, 3rem);

    --template-button-bg-color: transparent;
    --template-button-bg-color-hover: var(--template-font-color-primary);
    --template-button-border: 1px solid var(--template-font-color-primary);
    --template-button-border-radius: 100px;
    --template-button-font-size: 20px;
    --template-button-line-height: 1.28;
    --template-button-font-weight: 300;
    --template-button-padding: 7px 30px;
    --template-button-font-color: var(--template-font-color-primary);
    --template-button-font-color-hover: var(--template-font-color-invert);

    /* --template-tabtoggler-deco: url('/fileadmin/images/stroke-vertical-primary.svg');
    --template-tabtoggler-color: var(--template-font-color-basic); */

    --template-waterfall-padding: clamp(5rem, 7vw, 9rem);

    --template-list-border: rgba(138, 128, 116, 0.2);
    --template-list-border-invert: rgba(255, 255, 255, 0.5);

    --datepicker-color-highlight: var(--template-font-color-primary);
    --datepicker-color-selected: var(--template-font-color-primary-50);


    /* Form Manager */
    /* Input - Basic */
    --bh-form-manager-highlight-color: var(--template-font-color-primary);
    --bh-form-manager-input-text: var(--template-font-color-basic);
    --bh-form-manager-input-border: none;
    --bh-form-manager-input-border-radius: 2px;
    --bh-form-manager-input-bg: #FDFDFD;
    --bh-form-manager-input-font-size: 16px;
    --bh-form-manager-input-padding: 22px 28px;
    --bh-form-manager-textarea-height: 150px;
    --bh-form-manager-placeholder-text: var(--template-color-grey);

    /* Submit */
    --bh-form-manager-submit-border: var(--template-button-border);
    --bh-form-manager-submit-padding: var(--template-button-padding);
    --bh-form-manager-submit-bg: var(--template-button-bg-color);
    --bh-form-manager-submit-hover-bg: var(--template-button-bg-color-hover);
    --bh-form-manager-submit-font-family: inherit;
    --bh-form-manager-submit-font-weight: var(--template-button-font-weight);
    --bh-form-manager-submit-text: var(--template-button-font-color);
    --bh-form-manager-submit-hover-text: var(--template-button-font-color-hover);
    --bh-form-manager-submit-font-size: var(--template-button-font-size);
    --bh-form-manager-submit-border-radius: var(--template-button-border-radius);

}

body {
	font-family: var(--template-font-family-primary);
}

.bh-touch-page {
    background-color: #FAF9F8;
}

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

.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: #000000;
	backdrop-filter: blur(3px);
	padding-left: 50px;
	box-sizing: border-box;
	max-width: 447px;
	padding-top: 120px;
}

.bh-touch-start .bh-navigation a {
	color: white;
	font-family: var(--template-font-family-secondary);
	font-size: 28px;
	line-height: 1;
    letter-spacing: 0.02em;
	padding-bottom: 1vh;
	padding-top: 1vh;
}

.bh-touch-start-logo {
	max-width: 260px;
	width: 100%;
	z-index: 100;
	left: 50px;
	top: 71px;
}

.bh-touch-top {
    position: relative;
    z-index: 10;
    background: #FAF9F8;
    box-shadow: 0px 2px 30px 0px #0000001A;
}

.bh-touch-top-logo,
.bh-touch-top-back-text {
	background-color: transparent;
	background-size: 55%;
	color: var(--template-font-color-primary);
    font-weight: 700;
	font-family: var(--template-font-family-primary);
}

.bh-touch-top-logo {

}

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

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

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

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

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

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

.bh-touch-start-right {
    padding-left: 50px;
}

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

.bh-touch-page .bh-touch-language-pane a {
	font-family: var(--template-font-family-secondary);
}

.bh-touch-language-toggler,
.bh-touch-top-back {
	color: var(--template-bodytext-headline-color);
}

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

.bh-touch-top-title {
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	font-weight: 800;
	font-family: var(--template-font-family-primary);
    color: var(--template-bodytext-headline-color);
}

h1 {
	color: var(--template-bodytext-color);
	font-family: var(--template-font-family-primary);
    font-weight: 800;
	font-size: 22px;
	line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: none;
}

h2 {
	color: var(--template-bodytext-headline-color);
	font-family: var(--template-font-family-primary);
	font-style: normal;
	font-weight: normal;
    font-weight: 800;
	font-size: 44px;
    letter-spacing: 0.02em;
	line-height: 1.2;
}

h3 {
	color: var(--template-bodytext-color);
	font-family: var(--template-font-family-secondary);
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
}

h4 {
	color: var(--template-bodytext-color);
	font-family: var(--template-font-family-secondary);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
}

h5 {
	color: var(--template-bodytext-color);
	font-family: var(--template-font-family-secondary);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

/* 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: var(--template-font-family-secondary);
}
.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: url(/fileadmin/templates/ext/bh_touch/images/background.svg);
    background-size: 600px 310px;
    background-position: bottom left 27px;
    background-repeat: no-repeat;
}

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

}

.bh-style-color-lachs {
	color: var(--template-bodytext-headline-color);
}

.bh-styleclass-teaser {
	font-family: var(--template-font-family-primary);
    font-size: 30px;
    line-height: 1.6;
}

.bhTabElement {
	font-family: var(--template-font-family-secondary);
    padding: 0;
	font-size: 13px;
	line-height: 35px;
	display: flex;
	align-items: center;
    justify-content: center;
	text-align: center;

	background: none;
	font-weight: 400;
	margin-bottom: 10px;
    height: 32px;
    width: 32px;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 50%;
    transition: background 0.3s, border 0.3s;
}

.bhTabElement:first-child {
    border: 1px solid black;
}

.bhTabElement .bh-bodytext p {
	color: var(--template-bodytext-color);
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
    transition: color 0.3s;
}

.bhTabElement.bh-tabtoggler-active {
    background: var(--template-bgcolor-primary);
    color: white;
    border: 1px solid var(--template-bgcolor-primary);
}

.bhTabElement.bh-tabtoggler-active .bh-bodytext p {
    color: white;
}

.bh-tabtogglers {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--template-bodytext-headline-color);
	margin-bottom: 40px;
	flex-wrap: wrap;
    gap: 3px;
}


.bh-bodytext p {
	font-family: var(--template-font-family-primary);
	font-size: 20px;
	line-height: 140%;
	color: var(--template-bodytext-color);
	font-weight: 400;
	margin-bottom: 50px;
}

.bh-bodytext a {
	font-family: var(--template-font-family-primary);
}



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