.bh-search input {
	background: none;
	appearance: none;
	outline: none;
	border: 0px;
	border-bottom: 2px solid rgba(52, 58, 85, 0.200);
	width: 300px;
	font-size: 18px;
	line-height: 35px;
    padding-left: 10px;
    text-align: left;	
}

.bh-search input:focus {
	border-bottom: 2px solid rgba(52, 58, 85, 1.000);
	background: rgba(255,255,255,0.4);
}

.bh-search-wrapper-input:before {
	font-size: 23px;
	line-height: 60px;
	content: "\e98b";
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    margin-bottom: 0px;
    color: rgba(95, 67, 19, 1.000);
    cursor: pointer;
}

.bh-search-wrapper-input {
	margin-bottom: 0px;
}

.bh-search-result {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin-right: 35px;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	margin-bottom: 20px;
	border-bottom: 0px;
	padding: 15px;
}

.bh-search-result:hover {
	background: rgba(52, 58, 85, 0.020);
}

.bh-search-result-title {
    text-align: center;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(139, 168, 32, 1.000);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
}

.bh-search-result-url {
	color: rgba(140, 98, 47, 1.000);
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.bh-search-result-context {
	padding-top: 5px;	
	font-size: 12px;
	line-height: 16px;	
}
	
	
.bh-search-wrapper-result {
	margin-left: 0px;
	margin-top: 20px;
	overflow-y: scroll;
	height: calc(100% - 50px);
}

.bh-search-inner{
	position: absolute;
	right: 180px;
	width: 350px;
	float: right;
}

.bh-search-query {
	width: 650px;
	line-height: 35px;
	background: none;
	border: 0px;
	border-bottom: 2px rgba(139, 97, 43, 1.000) solid;
	margin-left: 10px;
	font-size: 18px;
	color: rgba(95, 67, 19, 1.000);
}

.bh-search-inner:before {
	content: 'Webseite durchsuchen';
	font-family: 'Montserrat', sans-serif;
	font-size: 1.143rem;
	color: var(--brown);
	letter-spacing: 0.07143rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px !important;
	text-align: center;
	margin-bottom: 30px;	
	display: block;
	padding-right: 35px;	
}
[data-activelang="1"] .bh-search-inner:before {
	content: 'Search website';
}
[data-activelang="2"] .bh-search-inner:before {
	content: 'Search website';
}
[data-activelang="3"] .bh-search-inner:before {
	content: 'Ricerca sul sito';
}
[data-activelang="4"] .bh-search-inner:before {
	content: 'Explorar el sitio web';
}
[data-activelang="5"] .bh-search-inner:before {
	content: 'Parcourir le site Web';
}
[data-activelang="6"] .bh-search-inner:before {
	content: 'Szukaj na stronie internetowej';
}
[data-activelang="7"] .bh-search-inner:before {
	content: 'Zoeken op de website';
}
.bh-search-inner {
	z-index: 100;
	background: rgba(240, 242, 239, 1.000);
	top: -100vh;
	position: fixed;
	width: 800px;
	padding: 50px;
	padding-right: 0px;
	padding-top: 0px;
	height: 80vh;
	box-sizing: border-box;
	padding-top: 30px;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
	transition: .5s ease all;
	right: calc(50vw - 400px);

}
.bh-femode .bh-search-inner {

}

.bh-search-inner.active {
	top: 10vh;
}

.searchtoggler {
	color: rgba(140, 98, 47, 1.000);
	font-size: 25px;
	line-height: 60px;
	position: absolute;
	right: 180px;
	border-left: 1px solid white;
	padding-left: 20px;
	cursor: pointer;
}



body.searching .content,
body.searching .menuebar {
	opacity: 0.3;
}

.bh-search.bhElement .bh-search-inner {
	position: relative;
	top: 0px;
	height: auto;
	background: none;
	box-shadow: none;
}
.bh-search.bhElement input {
	width: calc(100% - 80px) !important;
}














