:root {
		--emg-color--white: #FFFFFF;
		--emg-color--peach: #F3994B;
		--emg-color--white-peach: #F0E6E1;
		--emg-color--darkwhite: #FBF9F7;

		--emg-border-radius--none: 0px;
		--emg-border-radius--s: 5px;
		--emg-border-radius--m: 10px;
		--emg-border-radius--l: clamp(16px, 4vw, 20px);
		--emg-border-radius--xl: clamp(30px, 8vw, 40px);

		--emg-shadow: 0px 3px 40px 0px #0000000D;

		--emg-font-main: "NeuePlakDisplay", sans-serif;
		--emg-font-highlight: "MilkandBallsRegular", sans-serif;
}

body {
	font-family: var(---emg-font-main);
}

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

.bh-touch-page {
	background-color: var(--emg-color--darkwhite);
}

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

.bh-touch-start .bh-navigation {
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: var(--emg-color--white-peach);
	backdrop-filter: blur(3px);
	padding-left: 58px;
	box-sizing: border-box;
	max-width: 447px;
	padding-top: 120px;
}

.bh-touch-start .bh-navigation a {
	color: #1E1E1E;
	font-family: var(--emg-font-highlight);
    text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 1vh;
	padding-top: 1vh;
}

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

}

.bh-touch-top-logo,
.bh-touch-top-back-text {
	background-color: var(--emg-color--white-peach);
	background-size: 55%;
	color: #1E1E1E;
	font-family: var(--emg-font-main);
}

.bh-touch-top-logo {
	background-image: none !important;
	border-left: 20px solid var(--emg-color--white-peach);
	display: block !important;
	position: relative;

	width: 60px;
	height: 60px;
}

.bh-touch-top-logo::before {
	content: "\e900";
	font-family: "bakehouse-iconset" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #1E1E1E;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bh-touch-top a {
	flex-basis: 75px;
	cursor: pointer;
	height: var(--top-height);
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.bh-tabcontent {
	position: relative;
	z-index: 1;
}

.bh-touch-top-back-text {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	white-space: nowrap;
	visibility: hidden;
}

.bh-touch-top-back-text::before {
	content: "Menu";
	position: absolute;
	left: 0;
	text-indent: 0;
	white-space: nowrap;
	color: var(--color-text-main);
	font-family: var(--emg-font-main);
	font-size: 16px;
	text-transform: none;
}

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

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

.bh-touch-page .bh-touch-content.bh-touch-subpage {
	padding-left: 2rem;
	padding-right: 2rem;
}

.bh-touch-page .bh-touch-content.bh-touch-subpage .el-weather {
	margin-top: 4rem;
}

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

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

.bh-touch-top {
	padding-left: 0px;
	background: var(--emg-color--white-peach);
}

.bh-touch-start-right .bh-bodytext p  {
	padding: 0px;
	color: #1E1E1E;
	font-family: var(--emg-font-main);
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0px;
	cursor: pointer;
}
.bh-touch-start-right {
	flex-basis: calc(100% - 80px);
}
.bh-touch-start-right a {
	text-decoration: none;
}

.bh-touch-language-toggler,
.bh-touch-top-back {
	/* display: none; */
	color: var(--emg-color--peach);
}

.bh-touch-language-pane {
	position: absolute;
	background: white;
	width: 63px;
	left: calc(-4px);
	top: 65px;
	overflow: hidden;
	border-radius: 3px;
	max-height: 5rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	transition: 0.5s ease all;
	text-align: center;
	opacity: 0;
	margin-top: 30px;
	pointer-events: none;
}

.bh-touch-start .bh-touch-language-toggler {
	color: var(--emg-color--peach);
}

.bh-touch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bh-touch-top-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  line-height: normal;
  color: #1E1E1E;
  font-family: var(--emg-font-highlight);
  white-space: nowrap;
}

h1 {
	color: var(--emg-color--peach);
	line-height: 110%;
	letter-spacing: 0.02em;
	font-family: var(--emg-font-main);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h2 {
	color: #1E1E1E;
	font-family: var(--emg-font-highlight);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 40px !important;
}

h3 {
	font-family: var(--emg-font-highlight);
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1E1E1E;
}

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

/* Track */
::-webkit-scrollbar-track {
background: var(--emg-color--darkwhite);
}

/* Handle */
::-webkit-scrollbar-thumb {
background: var(--emg-color--darkwhite);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--emg-color--darkwhite);
}

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: var(--emg-color--white-peach);
	padding: 45px;
	margin-bottom: 92px;
}

.touchformText p {
	font-family: var(--emg-font-main);
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #1E1E1E;
}

.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: var(--emg-color--white-peach);
	padding-left: 20px;
	font-family: var(--emg-font-main);
}
.bh-fieldblock textarea {
	padding-top: 15px;
	height: 100px;
}

.bh-fieldblock [type="submit"] {
	content: "send";
	background: var(--emg-color--peach);
	border: 0px;
	color: var(--emg-color--white);
	text-transform: uppercase;
	width: 154px;
	padding-left: 0px;
	cursor: pointer;
	border-radius: 0px;
}

html .el-scrollbox-pane {
	max-width: 100%;
	background-color: var(--emg-color--darkwhite);
    background-size: auto;
    background-position: bottom left 27px;
    background-repeat: no-repeat;
	padding: 0 40px 40px 40px;
}

.bh-tabtogglers {
	position: relative;
	background-color: var(--emg-color--white);
	z-index: 1;
	margin-top: 2rem;
}

.bh-tabtogglers::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: var(--emg-color--white);
	z-index: -1;
}

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

}

.bh-style-color-green {
	color: var(--emg-color--peach);
}

.bh-styleclass-teaser {
	font-family: var(--emg-font-main);
    font-size: 30px;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: 0.68px;
}

.bhTabElement {
	font-family: var(--emg-font-main);
	padding: 13px 13px;
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-align: center;

	background: none;
	border: 0px;
	margin-bottom: 10px;
}
.bhTabElement .bh-bodytext p {
	color: var(--emg-color--peach);
	font-weight: 600;
}

.bhTabElement.bh-tabtoggler-active .bh-bodytext p {
	font-family: var(--emg-font-main);
	font-weight: 600;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	position: relative;
}

.bhTabElement.bh-tabtoggler-active .bh-bodytext p::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 150%;
	height: 2px;
	background-color: currentColor;
	transform: translateX(-50%);
}

.bh-tabtogglers {
	font-family: var(--emg-font-main);
	font-weight: 600;
	font-size: 18px;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}


.bh-bodytext p {
	font-family: var(--emg-font-main);
	font-size: 18px;
	line-height: 180%;
	color: #1A1A1A;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.72px;
}

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

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

/* Editor Styles */

.email-style {
	color: var(--emg-color--peach);
	text-align: center;
	font-family: var(--emg-font-main);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 300%; /* 25.6px */
	letter-spacing: 0.32px;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1.5rem !important;
}

.email-style::before {
  content: "\e91e";
  font-family: "bakehouse-iconset";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--emg-color--peach);
  margin-right: 0.5rem;
  font-weight: 400 !important;
}

.phone-style {
	color: var(--emg-color--peach);
	text-align: center;
	font-family: var(--emg-font-main);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 300%;
	letter-spacing: 0.32px;
	position: relative;
	padding-left: 3rem;
	margin-top: 1.5rem !important;
}

.phone-style::before {
  content: "\e91b";
  font-family: "bakehouse-iconset";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--emg-color--peach);
  margin-right: 0.5rem;
  font-weight: 400 !important;
}



@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-font-globe2:before {
		display: none;
	}
	
	.bh-touch-start .bh-navigation {
		right: 0px;
		max-width: 100%;
		width: 100%;
	}
	
	.bh-touch-top-title {
		padding-right: 0;
		font-size: 20px;
	}
	
	.bh-touch-start-info {
		width: 100%;
	}
	.bh-touch-start .bh-navigation {
		padding-left: 30px;
	}
	.bh-touch-start-logo {
		display: block;
		margin: 0 auto;
		height: 200px;
	}
	html .el-scrollbox-pane {
		padding: 20px;
	}
	h1 {
		font-size: 16px !important;
	}
	.bh-touch-start .bh-navigation {
		height: 100vh;
		box-sizing: border-box;
		padding-top: 300px;
		justify-content: flex-start;
		align-items: flex-start;

	}
	.bh-touch-start-right {
		padding-right: 0px;
		padding-left: 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;
	}
	
	.touchformCols > * {
		width: 100%;
		margin-bottom: 2rem;
	}
}




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