/* ------------------------ */
/* ----- KID A DESIGN ----- */
/* ------------------------ */

/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lora Regular'), local('Lora-Regular'),
       url('../fonts/lora-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v13-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lora Bold'), local('Lora-Bold'),
       url('../fonts/lora-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v13-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

a:focus {
	outline: none;
}

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-size: 16px;
	/*background: #f4f1e9;*/
}

/* ----- DEFAULT HTML STYLES ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
td,
th {
	padding: 0;
	text-align: left;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}

/* ----- BH-BEMODE ----- */

.bh-bemode.bhe-state-editing #Page {
	padding-top: 30px;
}

/* ----- COOKIES NOTIFICATION ----- */

#CookiesNotificaton {
	position: fixed;
	z-index: 3;
	bottom: 0px;
	width: 100%;
	background-color: #fafafa;
	border-top: 1px solid rgba(0,0,0,.1);
	height: 120px;
	display: none;
}

/* ----- SPALTEN ----- */

.bhColcontainer.cols4 .bhCol {
    margin-bottom: 20px;
}

.el-cols,
.el-cols.bh-col-gaps-normal {
	padding-left: 20px;
	padding-right: 20px;
}
.el-cols.bh-col-gaps-large {
	padding-left: 40px;
	padding-right: 40px;
}
.el-cols.bh-col-gaps-small,
.el-cols.bh-col-gaps-special-pfeifer-1 {
	padding-left: 10px;
	padding-right: 10px;
}
.el-cols.bh-col-gaps-none {
	padding-left: 0px;
	padding-right: 0px;
}
.el-cols.bh-col-gaps-special-pfeifer-2 {
	padding-left: 1px;
	padding-right: 1px;
}
/* ----- PAGE ----- */

#Page {
	z-index: 1;
	left: 0px;
	position: relative;
	width: 100%;
}

/* ----- TOP ----- */

#TopWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
	transition: all .4s;
	/*background: #dfd1ad;*/
	background: #ffffff;
}
#TopWrapperInner.bh-state-sticked {
	bottom: auto;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item > a {
    color: #A2936D;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item.active > a {
    border-bottom: none;
}
#TopWrapperInner.bh-state-sticked {
	background: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,.1);
}
#TopWrapperInner {
	max-width: 1200px;
	position: relative;
    width: 100%;
	margin: 0 auto;
}
#Top {
	position: relative;
	height: 130px;
	margin: 0 auto;
	transition: .5s;
	/*float: right;*/
	width: 100%;
}
#Logo {
	z-index: 120;
	position: absolute;
	/*left: 50%;*/
	/*margin-left: -65px;*/
	width: 190px;
	height: 130px;
	/*top: 55px;*/
	left: 20px;
	margin: 0;
	top: 0;
	transition: .5s;
}
#LogoInner {
	width: 100%;
	height: 100%;
	background: url(/fileadmin/images/logo.png) left center no-repeat;
	background-size: 190px;
	/*transition: .5s;*/
}
/*.nottop #Logo {*/
	/*width: 190px;*/
	/*height: 70px;*/
	/*transition: .5s;*/
/*}*/
/*.nottop #Top {*/
	/*height: 70px;*/
	/*transition: .5s;*/
/*}*/
/*.nottop li.hnavi_item > a {*/
	/*padding: 9px 0;*/
	/*transition: .5s;*/
/*}*/
/*.nottop #LogoInner {*/
	/*background: url(/fileadmin/images/logo-small.png) left center no-repeat;*/
	/*background-size: 165px;*/
	/*!*transition: .5s;*!*/
/*}*/
#Language {
	position: absolute;
	width: 50px;
	left: auto;
	right: 0px;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	line-height: 50px;
}
#Language .bh-navigation {
	display: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.6em;
	background: #fff;
	width: 150px;
	margin-left: -50px;
	position: absolute;
	border-radius: 5px;
	border: 2px solid #fff;
}
#Language .bh-navigation:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -7px;
	display: block;
	left: 65px;
	border-style: solid;
	border-width: 0 10px 7px 10px;
	border-color: transparent transparent #ffffff transparent;
}
html[lang="de-DE"] #Language a:nth-child(1),
html[lang="en-EN"] #Language a:nth-child(2) {
		background: rgba(0,0,0,.04);
}
#Language a:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#Language a:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#Language a {
	display: block;
	line-height: 3em;
	color: #000;
}
#Language a:hover {
	background: #000 !important;
	color: #fff;
}
#Language:hover .bh-navigation {
	display: block;
}

/* ----- HAUPTNAVIGATION ----- */

#Mainmenubutton {
	display: none;
}
nav#Mainmenu {
	width: 100%;
	position: absolute;
}
nav#Mainmenu .bh-navigation {
	text-align: center;
}
li.hnavi_item {
	display: inline-block;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	width: 100px;
	line-height: 1.5;
}
li.hnavi_item > a {
	font-size: 15px;
	color: #272727;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: .5s;
	padding: 2px 12px;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	margin: 52px 0;

}
li.hnavi_item.active > a {
	border-bottom: 1px solid rgba(255,255,255,.45);
}
li.hnavi_item > a:hover {
	border-bottom: 1px solid rgba(255,255,255,.25);
}

li.hsnavi_item.active > a,
li.hnavi_item.active > a {
	color: #ba8410;
}

/* ----- UNTERMENÜ 1 und 2 ----- */


ul.navi.hsnavi_box {
	width: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease opacity;
    transform: perspective(500px) rotate3d(1,0,0,-10deg);
    transform-origin: top;
    -webkit-transform: perspective(500px) rotate3d(1,0,0,-10deg);
    -webkit-transform-origin: top;
    transition: 0.4s;
    box-sizing: border-box;
	text-align: left;
}
li.hnavi_item:hover ul.navi.hsnavi_box {
	opacity: 1;
    pointer-events: all;
    max-height: 1000px;
    transform: perspective(500px) rotate3d(0,0,0,0);
    -webkit-transform: perspective(500px) rotate3d(0,0,0,0);
}
li.hsnavi_item,
li.hssnavi_item {
	border-bottom: 1px solid rgba(0,0,0,.07);
}
li.hsnavi_item.has-submenu:after {
	width: 30px;
	height: 40px;
	display: block;
	content: '\e906';
	position: absolute;
	right: 10px;
/* 	float: right; */
	margin-top: -41px;
	line-height: 40px;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
	transition: ease all 0.8s
}
li.hsnavi_item > a,
li.hssnavi_item > a {
	font-weight: 600;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: .1em;
	line-height: 3.3em;
	white-space: nowrap;
	width: auto;
	transition: ease all 0.8s;
}
li.hsnavi_item.has-submenu > a,
li.hssnavi_item.has-submenu > a {
	padding-right: 40px;
}
li.hsnavi_item:last-child,
li.hssnavi_item:last-child {
	border-bottom: none;
}
li.hsnavi_item:last-child > a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
li.hsnavi_item:first-child > a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
li.hssnavi_item:last-child > a {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
li.hssnavi_item:first-child > a {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
li.hsnavi_item > a:hover {
	background: rgba(0,0,0,.05);
	transition: ease all 0.8s;
}
li.hsnavi_item.has-submenu > a:hover {
	padding-left: 25px;
	padding-right: 30px;
	transition: ease all 0.8s;
}
.hsnavi_item > a:hover li.hsnavi_item.has-submenu:after {
	right: 0px;
	transition: ease all 0.8s
}
ul.navi.hssnavi_box.right {
	position: absolute;
	width: 100%;
	left: 100%;
	right: auto;
 	margin-top: -2.7em;
	background-color: rgba(0,0,0,.7);
	border: none;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s ease opacity;
	transform: perspective(500px) rotate3d(0,1,0,10deg);
    transform-origin: left;
	-webkit-transform: perspective(500px) rotate3d(0,1,0,10deg);
    -webkit-transform-origin: left;
    transition: 0.4s;
    box-sizing: border-box;
}
ul.navi.hssnavi_box.left {
	position: absolute;
	width: 100%;
	right: 100%;
	left: auto;
 	margin-top: -2.7em;
	background-color: rgba(0,0,0,.7);
	border: none;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s ease opacity;
	transform: perspective(500px) rotate3d(0,1,0,-10deg);
    transform-origin: right;
	-webkit-transform: perspective(500px) rotate3d(0,1,0,-10deg);
    -webkit-transform-origin: right;
    transition: 0.4s;
    box-sizing: border-box;
}
li.hsnavi_item:hover ul.navi.hssnavi_box.right,
li.hsnavi_item:hover ul.navi.hssnavi_box.left {
	pointer-events: all;
	opacity: 1;
	transform: perspective(500px) rotate3d(0,0,0,0);
	-webkit-transform: perspective(500px) rotate3d(0,0,0,0);
}
li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:hover {
	background: rgba(0,0,0,.8);
}

/* ----- MENÜ SIMPLE DROPDOWN ----- */

nav#Mainmenu.bhm-simpledropdown li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}

/* ----- MENÜ BIG BUTTONS ----- */

nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover {
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover:not(.has-submenu) {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box {
	width: 1200px;
	text-align: center;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item {
	width: 296px;
	border: none;
	margin: 2px;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item > a {
	border-radius: 0 !important;
	background-color: rgba(0,0,0,.05);
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hssnavi_box {
	display: none;
}
nav#Mainmenu.bhm-bigbuttons li.hsnavi_item > a {
	line-height: 6em;
	padding: 0;
}
nav#Mainmenu.bhm-bigbuttons ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-bigbuttons li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}

/* ----- MENÜ SITEMAP ----- */

nav#Mainmenu.bhm-sitemap li.hnavi_item:hover {
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover:not(.has-submenu) {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	width: 1200px;
	text-align: left;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item {
	width: 280px;
	border: none;
	margin: 10px;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	border-radius: 0 !important;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu > a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-sitemap	ul.navi.hssnavi_box {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: transparent;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	padding-left: 10px;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a {
	color: #9f9f9f;
	padding-left: 10px;
	line-height: 2.5em;
	border-radius: 0;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a:hover {
		background-color: rgba(0,0,0,.05);
}

/* ----- HEADER ----- */

header {
	background-color: #A2936D;
	min-height: 20vh;
	position: relative;
}

/* ----- TO TOP ----- */

#ToTop {
	position: fixed;
	bottom: 0;
	right: 0;
}
#ToTop .totopbutton {
	width: 50px;
	height: 50px;
	color: #a4a4a4;
	font-size: 1.75em;
	line-height: 50px;
	text-align: center;
}

/* ----- MAIN ----- */

main {
	padding-top: 65px;
	position: relative;
}
main .bhElement,
aside#RelatedContent .bhElement {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
main {
	hyphens: auto;
}

/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font-weight: bold;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: uppercase;
	column-span: all;
	-webkit-column-span: all;
	letter-spacing: 1px;
}
main h1 {
	font-size: 35px;
	margin-bottom: 12px !important;
	margin-top: 20px;
	/*color: #ba8410;*/
	color: rgba(186, 132, 16, 0.8);
}
.bh-bodytext > h2:last-child,
h2 {
	font-weight: bold;
	font-size: 26px;
	text-transform: none;
	margin-bottom: 48px !important;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
h4 {
	font-weight: normal;
	font-size: 1.4em;
}
h5 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #b5b5b5;
}
h6 {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.bh-bodytext {
	font-size: 16px;
	color: #787878;
	line-height: 26px;
}
.bh-bodytext a,
.bh-bodytext a:visited {
	color: #ba8410;
	text-decoration: none;
	border-bottom: 1px solid #d4c194;
}
main .bh-bodytext ul {
	list-style: none;
	padding: 0;
}
main .bh-bodytext ul li:before {
	content: '\e902';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 16px;
	padding-right: 10px;
	line-height: 1;
}
main .bh-bodytext a:hover {
	background-color: rgba(0,0,0,.03);
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	color: #fff;
}

/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-small {
	font-size: 75%;
}
.bh-bodytext .bhe-big {
	font-size: 125%;
}
.bh-bodytext .bhe-teaser {
	font-size: 25px;
	line-height: 30px;
}
.bh-bodytext .bhe-button {
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #ba8410;
	border: 1px solid #ba8410;
	text-transform: uppercase;
	/*padding: 5px 30px;*/
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	/*padding-top: 9px;*/
	/*padding-bottom: 9px;*/
	transition: .3s;
	padding: 0;
	display: block;
}

.bh-bodytext .bhe-button a {
	color: #ba8410;
	display: block;
	padding: 9px;
}

.bh-bodytext .bhe-button:hover {
	background: #ba8410;
	color: #ffffff;
	transition: .3s;
}

.bh-bodytext .bhe-button:hover a {
	color: #ffffff;
	transition: .3s;
}
.bh-bodytext .bhe-button a {
	/*color: #000;*/
	border-bottom: none;
}
.bh-bodytext .bhe-button a:hover {
	background: none;
}
.bh-bodytext .bhe-uppercase {
	text-transform: uppercase;
}
.bh-bodytext .bhe-highlight {
	background-color: #fff94d;
	font-style: italic;
	padding: 1px 5px;
}
.bh-bodytext .bhe-color {
	color: #00c9ed;
}
.bh-bodytext .gt-color-grey {
	color: #8A8A8A;
}
.bh-bodytext .gt-color-darkbrown {
	color: #A2936D;
}
.bh-bodytext .gt-color-lightbrown {
	color: #D3C194;
}
.bh-bodytext .gt-color-white {
	color: #fff;
}

/* ----- RELATED CONTENT ----- */

aside#RelatedContent {
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 80px;
}

/* ----- AFTER CONTENT ----- */

#AfterContent {
	background-color: #f6f6f6;
}
#Breadcrumb {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8125em;
	letter-spacing: 1px;
	text-align: center;
	color:#bfbfbf;
	margin-bottom: 30px;
}
#Breadcrumb .breadcrumbArrow,
#Breadcrumb .breadcrumbLink {
	display: inline-block;
	padding: 0px 5px
}
#Breadcrumb .breadcrumbArrow {
	font-size: 1.2em;
}
#Breadcrumb a {
	color: #000;
}

/* ----- SOCIAL ----- */

#SocialLinks {
	font-size: 1.5em;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#SocialLinks:before {
	display: block;
}
#SocialLinks .socialIcon {
	display: inline-block;
	opacity: 0;
	overflow: hidden;
	padding: 0px 10px;
	line-height: 2em;
	transition: opacity .3s;
}
#SocialLinks:hover .socialIcon {
	display: inline-block;
	opacity: 1;
}

/* ----- FOOTER ----- */

footer {
	background-color: #dcc187;
	color: #fff;
	position: relative;
}
address {
	font-style: normal;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 2em;
}
address .bh-font- {
	font-size: 1.3em;
}
li.servnavi_item {
	display: inline-block;
	padding-right: 15px;
}
#Footnote {
	text-align: center;
	font-size: 12px;
}
#Servicemenu {
	width: 1920px;
	position: relative;
	text-align: left;
	bottom: auto;
	max-width: 100%;
	margin: 0 auto;
}
footer li.servnavi_item {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
footer #Logo {
    z-index: 120;
    position: relative;
    top: 0px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.Footercontent-left {
	min-height: 40px;
}
/* ----- BRANDING ----- */

.bh-brand {
	width: 111px;
	margin: 0 auto;
	display: inline-block;
}
#BakehouseBrand {
	text-align: right;
	margin-top: 20px;
}
.bh-brand .bh-brand-logo,
.bh-brand .bh-brand-text {
	fill: #fff;
	fill-opacity: .4;
}

/* ----- CONTENTELEMENTE ----- */


/*------ BILDERGALERIE ------*/

.el-gallery .swiper-button-prev,
.el-gallery .swiper-button-next {
	font-size: 50px;
	text-shadow: -1px 0 #474747, 0 1px #474747, 1px 0 #474747, 0 -1px #474747;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 80px;
}
.el-gallery .swiper-button-prev {
	left: 20px;
}
.el-gallery .swiper-button-next {
	right: 20px;
}
.el-gallery .swiper-button-prev,
.el-gallery .swiper-button-next {
	background: none;
	opacity: 1;
}

/* ----- ALLGEMEINE STYLES ----- */
.bhElement.bhNoMargin {
	margin-bottom: 0 !important;
}
a.bhElement {
	color: #000;
}
/* ----- TABS ----- */
.bhTabs.bhElement .bh-tabtogglers {
	display: inline-block;
	margin-bottom: 30px;
}
.bhTabs.bhElement .bhTabElement {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-right: none;
	padding: 0 20px;
	margin-bottom: 0px;
	text-align: center;
}
.bhTabs.bhElement .bhTabElement:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.bhTabs.bhElement .bhTabElement:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-right: 1px solid #E6E6E6;
}
.bhTabs.bhElement .bhTabElement.bh-tabtoggler-active {
	background-color: rgba(0,0,0,.1);
}

/* ----- TABS ZENTRIERT ----- */
.bhTabs.bhElement.tabcenter .bh-tab-togglers {
	text-align: center;
}
.bhTabs.bhElement.tabcenter .bh-tabtogglers {
	display: inline-block;
}
/* ----- TABS GANZE BREITE ----- */
.bhTabs.bhElement.tabstretch .bh-tabtogglers {
	display: flex;
}
.bhTabs.bhElement.tabstretch .bhTabElement {
	flex-grow: 1;
	width: 50px;
}
/* ----- TABS VERTIKAL ----- */
.bhTabs.bhElement.tabvertical .bh-tab-togglers {
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.bhTabs.bhElement.tabvertical .bh-tabcontent {
	width: 70%;
	float: right;
}
.bhTabs.bhElement.tabvertical .bh-tabcontent .bhElement {
	margin-left: 5%;
}
.bhTabs.bhElement.tabvertical .bhTabElement {
	width: 80%;
	padding: 0 10%;
	border: 1px solid #E6E6E6;
	border-bottom: none;
	text-align: left;
}
.bhTabs.bhElement.tabvertical .bhTabElement:first-child {
	border-bottom-left-radius: 0;
}
.bhTabs.bhElement.tabvertical .bhTabElement:last-child {
	border-radius: 0;
	border-bottom-left-radius: 6px;
	border-bottom: 1px solid #E6E6E6;
}
.bhTabs.bhElement.tabvertical .bhElementInner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ----- TABS MEHRZEILIG ----- */
.bhTabs.bhElement.tabmultilines .bhTabElement {
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #E6E6E6;
}

/* ----- ACCORDION ----- */
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	padding: 0; margin: 0;
	border-top: 1px solid #E6E6E6;
}
.bh-accordion-element-inner {
	overflow: initial;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #a4a4a4;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #000;
}

.bhAccordeonItem.bhElement {
	margin-bottom: 15px !important;
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	/*padding: 0; */
	margin: 0;
	border: 1px solid #ba8410;
	padding: 12px 32px 12px 12px;
	background: #ffffff;
	transition: 0.3s;
	cursor: pointer;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler:hover {
	transition: 0.3s;
	/*background: #000;*/
}
.bhAccordeonItem.bhElement .bh-accordion-toggler p {
	margin-bottom: 0;
}
.bh-accordion-element {
	padding: 28px 12px 12px 12px;
}
.bh-accordion-element .el-cols.bhElement {
	padding: 0;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after,
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowUp:after {
	content: '\e907';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ba8410;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowDown:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ba8410;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #ba8410;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	color: #ba8410;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}
/* ----- INVIEW ANIMATION ----- */

body:not(.bhe-state-editing) .bh-animation-fade,
body:not(.bhe-state-editing) .bh-animation-top,
body:not(.bhe-state-editing) .bh-animation-bottom,
body:not(.bhe-state-editing) .bh-animation-left,
body:not(.bhe-state-editing) .bh-animation-right,
body:not(.bhe-state-editing) .bh-animation-zoom {
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
body:not(.bhe-state-editing) .bh-animation-top {
	top: -100px;
}
body:not(.bhe-state-editing) .bh-animation-bottom {
	top: 100px;
}
body:not(.bhe-state-editing) .bh-animation-left {
	left: -100px;
}
body:not(.bhe-state-editing) .bh-animation-right {
	left: 100px;
}
body:not(.bhe-state-editing) .bh-animation-zoom {
	transform: scale(0.8);
}
body:not(.bhe-state-editing) .inviewactive {
	opacity: 1;
	top: 0; left: 0; bottom: 0; right: 0;
	transform: scale(1);
}

/* ----- TABELLE ----- */

#Page .bh-bodytext table {
	margin-bottom: 20px;
}
#Page .bh-bodytext table tr td {
	border-right: 1px solid #dddddd;
	padding: 7px;
}
#Page .bh-bodytext table tr td:last-child {
	border-right: none;
}
#Page .bh-bodytext table tr:nth-child(odd) {
	background-color: rgba(0,0,0,.04);
}
#Page .bh-bodytext table tr:first-child {
	font-weight: 600;
}
#Page .bh-bodytext table tr:last-child {
	border-bottom: 1px solid #dddddd;
}

/* ----- BEREICH ----- */

.bhNewsliste.bhElement {
	max-width: 100%;
}
.bhNewsliste.bhElement .newslist {
	max-width: 1200px;
	margin: 0 auto;
}
.bhNewsliste a.newslist_box {
	color: #000;
}
.bhNewsliste .newslist_headline h1 {
	font-size: 30px;
	margin-bottom: 0px;
}
.bhNewsliste .newslist_text p {
	margin-bottom: 0;
}
.bhNewsliste .newslist_morelink {
	background-color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding-top: 2px;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0px 20px;
}
/* ----- NEWSBEREICH OPTIK STORY ----- */
.bhNewsliste .newsstylestory {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
}
.bhNewsliste .newsstylestory .newslist_datum {
	padding: 20px 20px 0px 20px
}
.bhNewsliste .newsstylestory .newsitem {
	width: 370px;
	margin-right: 20px;
}
.bhNewsliste .newsstylestory .newslist_headline h1 {
	padding: 0px 20px 10px 20px;
}
.bhNewsliste .newsstylestory .newslist_text {
	padding: 20px;
}
.bhNewsliste .newsstylestory .newslist_pic img {
	width: 100%;
	height: auto;
}
.bhNewsliste .newsstylestory .newsitem {
	background: rgba(0,0,0,.05);
	margin-bottom: 20px;
	border-radius: 7px;
	padding: 0px;
	padding-bottom: 20px;
}
/* ----- NEWSBEREICH OPTIK DATUM ----- */
.bhNewsliste .newsstyledate .newsitem {
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
	padding: 20px 0px;
	clear: both;
	height: 250px;
}
.bhNewsliste .newsstyledate .newsitem:first-child {
	padding-top: 0;
}
.bhNewsliste .newsstyledate .newsitem:last-child {
	border-bottom: none;
}
.bhNewsliste .newsstyledate .bh-font-calendar {
	float: left;
	font-size: 24px;
	padding-right: 10px;
}
.bhNewsliste .newsstyledate .newslist_datum {
	margin-bottom: 20px;
}
.bhNewsliste .newsstyledate .newslist_pic {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 200px;
	margin-right: 20px;
}
.bhNewsliste .newsstyledate .newslist_pic img {
	height: 100%;
	width: auto;
}
.bhNewsliste .newsstyledate .newslist_headline h1 {
	font-size: 40px;
	line-height: 32px;
	margin-bottom: 20px;
}
.bhNewsliste .newsstyledate .newslist_headline,
.bhNewsliste .newsstyledate .newslist_text {
	float: left;
	width: 65%;
}
.bhNewsliste .newsstyledate .newslist_morelink {
	float: right;
	font-size: 24px;
	background: none;
	margin: 0;
}
/* ----- NEWSBEREICH OPTIK BILD ----- */
.bhNewsliste .newsstylepicture a.newslist_box {
    position: relative;
    display: block;
}
.bhNewsliste .newsstylepicture .newsitem {
	width: 33.33333%;
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	overflow: hidden;
	height: 365px;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
}
.bhNewsliste .newsstylepicture .newslist_pic {
	height: 365px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	transition: all 5s;
}
.bhNewsliste .newsstylepicture .newslist_headline {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #a2936d;
	background-color: rgba(255,255,255,.85);
	height: 85px;
	text-align: center;
	transition: all .5s;
}
.bhNewsliste .newsstylepicture .newsitem:hover .newslist_headline {
	height: 100px;
}
.bhNewsliste .newsstylepicture .newslist_headline h2 {
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 28px;
	padding-top: 20px;
	margin-bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
}
.bhNewsliste .newsstylepicture .newslist_headline h3 {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	color: #6f6241;
}
.bhNewsliste .newsstylepicture .newslist_pic:hover {
	transform: scale(1.2);
}
/* ----- NEWSBEREICH OPTIK LISTE ----- */
.bhNewsliste .newsstylelist .newsitem {
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
	clear: both;
	padding-top: 4px;
	height: 30px;
}
.bhNewsliste .newsstylelist .newsitem:first-child {
	padding-top: 0;
}
.bhNewsliste .newsstylelist .newsitem:last-child {
	border-bottom: none;
}
.bhNewsliste .newsstylelist .newslist_headline h1 {
	line-height: 30px;
	font-size: 20px;
}
.bhNewsliste .newsstylelist .newslist_datum {
	line-height: 30px;
	padding-right: 10px;
}
.bhNewsliste .newsstylelist .newslist_datum,
.bhNewsliste .newsstylelist .newslist_headline {
	float: left;
}
.bhNewsliste .newsstylelist .newslist_morelink {
	float: right;
	font-size: 20px;
	background: transparent;
}
/* ----- NEWSBEREICH FADER ----- */
.newslist .swiper-gallery-container .newsbox {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 580px;
	top: 0px !important;
}
.newslist .swiper-gallery-container .newsbox, .newslist .swiper-gallery-container, .newslist .swiper-wrapper {
	height: 580px !important;
	max-height: none !important;
}
.bh-bemode .newslist .swiper-gallery-container .newsbox, .bh-bemode .newslist .swiper-gallery-container, .bh-bemode .newslist .swiper-wrapper {
	height: 580px !important;
	max-height: none !important;
}
.newslist .swiper-slide {
	opacity: 0;
	transition-property: transform,-webkit-transform,opacity;
}
.newslist .swiper-slide.swiper-slide-active,
.newslist .swiper-slide.swiper-slide-prev,
.newslist .swiper-slide.swiper-slide-next {

	opacity: 1;
}
.fadertexte {
	position: absolute;
	bottom: 75px;
	left: 0px;
	color: white;
	opacity: 0;
	transition: 1s ease all;
	font-weight: normal;
	width: calc(100% - 80px);
}
.swiper-slide-active .fadertexte {
	opacity: 1;
	left: 40px;
}
.swiper-slide-prev .fadertexte {
	opacity: 1;
	left: 0px;
}
.swiper-slide-next .fadertexte {
	opacity: 1;
	left: 80px;
}
.fadertexte h3 {
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing: 0;
	font-weight: normal;
}
.fadertexte .subtext {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
	margin-top: 5px;
}
.fadertexte .fadertexte-left {
	width: 70%;
	float: left;
}
.fadertexte .fadertexte-right {
	width: 30%;
	bottom: 0;
	right: 0;
	position: absolute;
}
.fadertexte .fadertexte-right .fadertexte-button {
	border: 2px solid #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.newslist .swiper-container .newsbox:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+55,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.newslist.el-fader .cssFaderArrow {
	display: none;
}
.newslist.el-fader .cssFaderMenuPoint {
    left: 33px;
    bottom: 26px;
    text-align: left;
}

.newslist.el-fader .swiper-button-prev,
.newslist.el-fader .swiper-button-next {
	font-size: 50px;
	text-shadow: -1px 0 #474747, 0 1px #474747, 1px 0 #474747, 0 -1px #474747;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 80px;
	z-index: 10;
}
.newslist.el-fader .swiper-button-prev {
	left: 20px;
}

.newslist.el-fader .swiper-button-next {
	right: 20px;
}

.newslist.el-fader .swiper-button-prev,
.newslist.el-fader .swiper-button-next {
	background: none;
}

/* ----- NEWS DETAILSEITE ----- */
#CooNewsLeft {
	width: 50%;
	float: left;
}
#CooNewsRight {
	width: 50%;
	float: left;
}
#CooNewsRightInner {
	padding-left: 45px;
	padding-right: 45px;
	max-width: 600px;
}
.NewsDetail h1,
.NewsDetail h2,
.divideheader {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: none;
	font-weight: 300;
	font-size: 28px;
	color: #A2936D;
	letter-spacing: 0;
	display: inline-block;
}
.NewsDetail h3 {
	font-size: 17px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.divideheader {
	padding-left: 10px;
	padding-right: 10px;
}
.NewsDetail .newslist_datum {
	text-align: center;
}
.NewsDetail .bhPictureNews {
	max-width: 100%;
	height: 75vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.NewsDetail .newsdetail_text .newsdate {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 15px;
}
.NewsDetail .newsdetail_text .subtext {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #D3C194;
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 55px;
}
.NewsDetail .newsdetail_text .newstext {
	margin-bottom: 35px;
}
.NewsDetail .newsdetail_gallery {
	margin: 0 auto;
	margin-top: 3px;
}
.NewsDetail .newsdetail_gallery .mediabox_infotext {
	display: none;
}
.NewsDetail .newsdetail_gallery .newsdetail_gallerypic {
    width: 33.333333%;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
.NewsDetail .newsdetail_gallery .newsdetail_gallerypic img {
    width: 100%;
    height: auto;
}

/* ----- PHOTOSWIPE ----- */

.pswp__ui {
	display: none;
}


.bh-cookies-buttons {
    font-weight: 600;
    text-transform: uppercase;
}






li.servnavi_item.bh-login-link {
	display: none !important;
}











.footerInner {
	min-height: 50px;
	padding: 24px 0 32px 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 14px;
}

nav#Servicemenu {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
}

nav#Servicemenu .bh-navigation {
	padding: 0 20px;
}

.footerInner .el-picture.bhElement .bhImageHover {
	display: none !important;
}

.footerInner img {
	max-width: 100%;
	width: 200px;
	height: auto;
	margin: 0 auto !important;
}

.footerInner a.el-picture {
	margin-bottom: 0;
}

li.servnavi_item a,
.footerInner a,
.footerInner p {
	color: #272727 !important;
}

footer .bh-bodytext {
	font-size: 14px;
	line-height: 22px;
}


.socilaIconsOuter {
	min-height: 50px;
	background: #272727;
	margin-top: 0;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
}

.socilaIcons {
	position: relative;
	bottom: 0;
	right: 20px;
}

.socilaIconsInner {
	width: 282px;
	text-align: center;
	margin: 0 auto;
}


.socilaIcons img,
.socilaIcons span {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 0px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-right: 8px;
	filter: brightness(90%);
	transition: .3s;
}
.socilaIcons img:hover,
.socilaIcons span:hover {
	filter: brightness(100%);
	transition: .3s;
}

.socilaIcons img {
	padding: 9px;
	height: 32px;
	width: 32px;
	margin-right: 0;
}




.footerPraxi {
	position: absolute;
	bottom: 18px;
	left: 20px;
	filter: brightness(50%);
	transition: .3s;
}

.footerPraxi:hover {
	filter: brightness(100%);
	transition: .3s;
}

.footerPraxi img {
	width: 80px;
}


footer .el-picture img {
	margin: 0;
}



.languagemenuOuter {
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.languagemenu {
	position: fixed;
	top: 150px;
	right: 0;
	box-shadow: -1px 0px 4px rgba(220, 193, 135, 0.2);
	z-index: 2;
}

.languagemenu a {
	background: #dcc187;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	/*font-weight: bold;*/
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	/*border: 1px solid #ba8410;*/
	/*border-radius: 100%;*/
	margin-right: 0;
}

html[lang="en-EN"] .languagemenu a:first-of-type,
html[lang="de-DE"] .languagemenu a:last-of-type {
	background: #fff;
	color: rgba(186, 132, 16, 0.5);
	transition: .3s;
}

html[lang="en-EN"] .languagemenu a:first-of-type:hover,
html[lang="de-DE"] .languagemenu a:last-of-type:hover {
	background: #ba8410;
	color: #ffffff;
	transition: .3s;
}




header .picturesection-picture .bh-bodytext {
	text-align: center;
	font-size: 30px;
	padding: 24px 0;
	background: rgba(186, 132, 16, 0.5);
	font-family: 'Lora', serif;
}



.infoLeiste {
	background: #ba8410;
	color: #FFFFFF;
	border-bottom: 1px solid white;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	font-size: 18px;
}

.infoLeiste span {
	display: block;
	text-transform: none;
	font-size: 16px;
}


@media (max-width: 1300px) {
	main .bhElement,
	aside#RelatedContent .bhElement {
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px);
	}

	/*main .bh-cols .bhElement {*/
		/*max-width: calc(100% - 40px) !important;*/
		/*width: calc(100% - 40px);*/
	/*}*/

	main .el-cols,
	main .el-cols.bh-col-gaps-normal {
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden;
	}

	.bh-col, .bhCol {
		padding-left: 0;
		padding-right: 0;
	}
}





@media (max-width: 1200px) {

	ul.navi {
		margin-right: 17px;
		/*float: right;*/
	}

	li.hnavi_item {
		padding: 5px 3px;
		margin: 0;
		width: 85px;
	}
	li.hnavi_item a {
		font-size: 14px;
	}
}


li.hnavi_item {
	padding: 0;
	margin: 0;
	width: auto;
}



li.hnavi_item:first-of-type a{
	border-left: none;
}


.nottop #Top {
	height: 70px;
}
.nottop #LogoInner {
	background: url(/fileadmin/images/logo-small.png) left center no-repeat;
	background-size: 180px;
}
.nottop #Logo {
	width: 180px;
	height: 70px;
}

.nottop li.hnavi_item > a {
	padding: 2px 12px;
	/*border-right: 1px solid rgba(0, 0, 0, 0.3);*/
	margin: 21px 0;
}

@media (max-width: 992px) {

	div#headerContent {
		margin-top: 70px;
	}

	#Top {
		height: 70px;
	}
	#LogoInner {
		background: url(/fileadmin/images/logo-small.png) left center no-repeat;
		background-size: 115px !important;
	}
	#Logo {
		width: 180px;
		height: 70px;
	}

	li.hnavi_item > a {
		padding: 2px 12px;
		margin: 21px 0;
	}

	.topBtns {
		top: 14px !important;
	}

	/*#Top {*/
		/*height: 70px;*/
	/*}*/
	/*#LogoInner {*/
		/*background: url(/fileadmin/images/logo-small.png) left center no-repeat;*/
		/*background-size: 115px;*/
	/*}*/
	/*#Logo {*/
		/*width: 115px;*/
		/*height: 70px;*/
	/*}*/
	/*li.hnavi_item > a {*/
		/*padding: 22px 0;*/
	/*}*/

	#LogoInner {
		background: url(/fileadmin/images/logo-small.png) left center no-repeat;
		background-size: 115px;
	}
	#Logo {
		width: 115px;
		height: 70px;
	}
}








.topBtns {
	position: absolute;
	top: 44px;
	right: 20px;
	transition: .5s;
}

.nottop .topBtns {
	top: 14px;
	transition: .5s;
}

.topBtns a {
	display: block;
	margin-right: 8px;
	float: left;
	padding: 8px;
	border: 1px solid #ba8410;
	text-transform: uppercase;
	color: #ba8410;
	transition: .3s;
}

.topBtns a:hover {
	background: #ba8410;
	color: #ffffff;
	transition: .3s;
}



main .el-fiftfifty.bhElement {
	background: rgba(186, 132, 16, 0.5) !important;
}

.el-fiftfifty.bhElement .bh-bodytext {
	color: #272727 !important;
}

.el-fiftfifty.bhElement .bhElement {
	width: auto !important;
}





main .bh-bodytext p {
	text-align: justify;
}

div#headerContent {
	margin-top: 130px;
}

.fiftyfifty-content h3,
.fiftyfifty-content p {
	text-align: left !important;
}


.bh-femode header {
	min-height: 24px;
	background: transparent;
}




iframe#chat-application-iframe {
	/*background: rgba(0, 0, 0, 0.52) !important;*/
	/*border-radius: 20px 20px 0 0;*/
}



/*Buchen & Anfrage*/
li.hnavi_item[data-pid="49"] {
	display: none;
}





.bh-cookies-warning {
	width: 400px;
	border: 1px solid #dcc187;

	max-width: 100%;
}

.bh-cookies-buttons {
	width: 100%;
	text-align: center;
}




@media (max-width: 1366px) {
	.el-picturesection.paralaxing .bhBackgroundImage {
		background-attachment: initial !important;
	}
}







/**************
* Cookies
**************/
.bh-cookies-warning-accept,
.bh-cookies-warning-link {
	color: white;
	background-color: #ba8410 !important;
	font-size: 14px;
}
.bh-state-desktop .bh-cookies-warning {
	margin-bottom: 50px;
	width: 310px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background-color: #ffffff;
	color: rgb(101, 101, 101);
}
.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;
	font-size: 12px;
}
.bh-state-desktop .bh-cookies-buttons > * {
	width: 110px;
	text-align: center;
	font-size: 13px;
	margin: 4px 0 8px 0;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}









div#headerContent .el-swiper {
	width: 1920px !important;
	max-width: 100% !important;
}

.bh-femode .footerInner .bh-cols .bh-cols .bhImageInner {
	overflow: visible;
}


.bh-femode .footerInner .bh-cols .col2 img {
	width: 140px;
}






.bh-femode .backendText {
	display: none !important;
}

.sliderButton {
	position: absolute;
	top: -220px;
	height: 180px;
	width: 180px;
	background: #ba8410 url(/fileadmin/images/button_berge.png) center center no-repeat;
	background-size: contain;
	border-radius: 100%;
	z-index: 1;
	transition: .3s;
}

.sliderButtonInner {
	text-align: center;
	padding: 50px 20px;
}

.sliderButtonInner span {
	display: block;
	color: #ffffff;
}

.sliderButtonInner span.btnTextOne {
	font-size: 22px;
	font-family: 'Lora', serif;
}

.sliderButtonInner span.btnTextTwo {
	font-size: 30px;
	text-transform: uppercase;
}

.sliderButton:hover {
	background: #dcc187 url(/fileadmin/images/button_berge.png) center center no-repeat;
	background-size: contain;
}







body[data-page="82"] main {
	padding-top: 140px;
}



body[data-page="82"].nottop div#TopWrapper {
	height: 70px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

body[data-page="82"].bh-femode #Logo {
	left: 50%;
	transform: translateX(-50%);
	background-position: center center !important;
}

body[data-page="82"].bh-femode #LogoInner {
	background-position: center center !important;
}

@media (max-width: 992px) {
	body[data-page="82"] main {
		padding-top: 70px;
	}
}

body[data-page="82"].bh-state-mobile main {
	padding-top: 0;
}
body[data-page="82"].bh-state-mobile #TopWrapper {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	height: 70px;
}
body[data-page="82"].bh-state-mobile .bhm-header {
	display: none !important;
}





.bh-bemode .popupOuter {
	display: block;
	position: static;
	height: 100% !important;
}

.bh-bemode .popupInner {
	display: block;
	position: static;
	transform: none;
}

.popupOuter {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	/*background: rgba(255,255,255,.7);*/
	background: rgba(218,218,218,.7) url(/fileadmin/images/schneefall_shutterstock_755673370.png) repeat 0 0;
	-webkit-animation: slide 280s linear infinite;
	z-index: 130;
}

@-webkit-keyframes slide {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}

.popupInner {
	display: none;
	position: relative;
	top: 50vh;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
}

.popup {
	position: relative;
	background: #ffffff;
	border: 2px solid #ba8410;
	padding: 24px;
	text-align: center;
	border-radius: 12px;
}

.popupText1 {
	font-size: 28px;
	text-transform: uppercase;
	color: #ba8410;
	font-family: 'Lora',serif;
	font-weight: bold;
}

.popupText2 {
	font-size: 18px;
	margin: 6px 0 24px 0;
	font-family: 'Lora',serif;
}

.popup a {
	background: #ba8410;
	border: 4px solid #ba8410;
	color: #ffffff;
	font-weight: bold;
	padding: 12px 24px;
	margin-top: 12px;
	display: inline-block;
	font-size: 18px;
	border-radius: 25px;
	transition: .3s;
}

.popup a:hover {
	background: white;
	color: #ba8410;
}

.popupClose {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 24px;
	box-sizing: border-box;
}

.popupClose span {
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	background: #ba8410;
	border: 4px solid #ba8410;
	border-radius: 100%;
	padding: 6px;
	vertical-align: middle;
	cursor: pointer;
	transition: .3s;
}

.popupClose span:hover {
	color: #ba8410;
	background: #ffffff;
}

.bh-state-mobile .popupClose {
	top: 70px;
	padding: 6px;
}

@media (max-width : 767px) {

	.popupInner {
		width: 280px;
	}
	.popup {
		border: 2px solid #ba8410;
		padding: 12px;
	}
	.popupText1 {
		font-size: 22px;
	}

}





/*** HolidayCheck Bild Footer ***/
div#c1552 img {
	height: 152px  !important;
	width: 140px !important;
}






@media (max-width: 1400px) {
	.gallery-wrapper.swiper-gallery-container,
	.swiper-wrapper,
	.bh-image-background.bh-background-image-responsive > div {
		min-height: 600px !important;
	}
}
@media (max-width: 1200px) {
	.gallery-wrapper.swiper-gallery-container,
	.swiper-wrapper,
	.bh-image-background.bh-background-image-responsive > div {
		min-height: 500px !important;
	}
}
@media (max-width: 992px) {
	.gallery-wrapper.swiper-gallery-container,
	.swiper-wrapper,
	.bh-image-background.bh-background-image-responsive > div {
		min-height: 400px !important;
	}
}

.el-gallery-item .bh-image-background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



/* siteminder ibe (deprecated) */

/* body[data-page="44"] .ibe iframe.ibe {
	max-width: unset !important;
} */



.rg-request {
    font-family: 'Open Sans', sans-serif;
    color: #787878;
    margin-bottom: 50px;
    font-size: 16px;
}
.rg-request .btn-primary {
    background: #a37917;
    border-color: #a37917;
}
#hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-carousel .splide__pagination__page.is-active, #hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-primary-theme, #hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-primary-theme-active.hm-active, #hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-primary-theme-after::after, #hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-primary-theme-before::before, #hub-messenger-widget .hm-main-widget-content.hm-blue-theme .hm-primary-theme-on-hover:hover:not([disabled],.hm-inactive) {
    background-color: #ba8410 !important;
    border-color: #ba8410 !important;
}
#hub-messenger-widget .hm-main-widget-content.custom-style .hm-hub-sidebar.hm-secondary-theme .hm-btn.hm-btn-secondary {
    background-color: #ba8410 !important;
}