/* ------------------------ */
/* ----- KID A DESIGN ----- */
/* ------------------------ */


/*dunkelbraun #50463c*/
/*braun #715b44*/
/*hellgrau #b5a99d*/
/*orange #b2a59f*/


#bh-accessibility-widget {
	--accessibility-offset-vertical: calc(64px + 20px);
}

.bh-state-mobile #bh-accessibility-widget {
	--accessibility-offset-vertical: calc(54px + 20px);
}

/*@ import url('https://fonts.googleapis.com/css?family=EB+Garamond|Lato:400,700,700i,900,900i|Merriweather:300,400,400i,700|Raleway:400,500,600,900');*/
/*@ import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');*/


/* lato-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local(''),
	url('/fileadmin/fonts/lato/lato-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/lato/lato-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cinzel-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cinzel-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/cinzel/cinzel-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


a:focus {
	outline: none;
}

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	font-size: 16px;
}

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

main.bh-centered.bh-width-full.bh-clearfix {
	max-width: 100%;
}


/* ----- 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: 10px;
	padding-right: 10px;
}
.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: absolute;
	width: 100%;
	font-family: 'Lato', sans-serif;
	z-index: 100;
	bottom: 70px;
	top: auto;
	transition: all .4s;
}
#TopWrapperInner.bh-state-sticked {
	bottom: auto;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item > a {
    color: #ffffff;
}
#TopWrapperInner.bh-state-sticked li.hnavi_item.active > a {
    border-bottom: none;
}
#TopWrapperInner.bh-state-sticked {
	background: #fff;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1);
}
#TopWrapperInner {
	max-width: 1920px;
    width: 100%;
}
#Top {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#Logo {
	z-index: 120;
	position: fixed;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: 100px;
	top: 40px;
	background: #50463c;
	transition: 0.4s;
}
#LogoInner {
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) center center no-repeat;
	background-size: 208px;
	transition: 0.4s;
}
/*html.svg #LogoInner {*/
	/*background: url(../images/logo.svg) left center no-repeat;*/
/*}*/
#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-family: 'Lato', sans-serif;
	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;
	line-height: 50px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0;
}
li.hnavi_item > a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	letter-spacing: .1em;
	transition: color .4s;
}
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.hnavi_item,
li.hsnavi_item {
	transition: .4s;
}

li.hnavi_item:hover,
li.hsnavi_item:hover {
	background: #b2a59f;
	transition: .4s;
}
li.hnavi_item.active,
li.hsnavi_item.active {
	border-bottom: 5px solid #aec33a;
	height: 45px;
}
li.hnavi_item.active a,
li.hsnavi_item.active a {
	color: #ffffff;
}


/* ----- UNTERMENÜ 1 und 2 ----- */


ul.navi.hsnavi_box {
	width: auto;
    position: absolute;
    background: #50463c;
    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;
	min-width: 180px;
	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: #ffffff;
	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 {
	/*min-height: 70vh;*/
	min-height: 0;
	position: relative;
	background-color: #ffffff;
}

.bh-bemode header {
	background-color: #cccccc;
	min-height: 50vh;
}

/* ----- 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: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
main {
	hyphens: auto;
}

/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font-weight: normal;
	font-size: 2.25em;
	line-height: 1.2em;
	text-transform: none;
	column-span: all;
	-webkit-column-span: all;
	letter-spacing: 1px;
	font-family: 'Cinzel', serif;
}
main h1 {
	font-size: 42px;
	color: #b2a59f;
	margin-bottom: 21px !important;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	/*text-transform: uppercase;*/
	color: #b5a99d;
}
h3 {
	font-weight: normal;
	font-size: 25px;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a59f;
}
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: 18px;
	color: #50463c;
	line-height: 1.8;
}
.bh-bodytext a,
.bh-bodytext a:visited {
	color: #1b1713;
	text-decoration: none;
	border-bottom: 1px solid #aec33a;
}
main .bh-bodytext ul {
	list-style: none;
	padding: 0 0 0 24px;
	line-height: 1.5;
}
main .bh-bodytext ul li::before {
	content: "\2022";
	color: #b2a59f;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}


/*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-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	padding: 5px 30px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.bh-bodytext .bhe-button a {
	color: #000;
	border-bottom: none;
	display: block;
}
.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: #50463c;
}
.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-family: 'Lato', sans-serif;
	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: #50463c;
	color: #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
}
footer .bh-bodytext {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8;
}
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 {
	position: absolute;
	text-align: left;
	bottom: 20px;
}
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-family: 'brandon_grotesque';
	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;
}
.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: 12px !important;
	margin-top: 12px !important;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	/*padding: 0; */
	margin: 0;
	border-top: 1px solid #E6E6E6;
	padding: 12px 32px 12px 12px;
	background: #b2a59f;
	transition: 0.3s;
	cursor: pointer;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler:hover {
	transition: 0.3s;
	background: #b2a59f;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler p {
	margin-bottom: 0;
}
.bh-accordion-element {
	padding: 12px;
}
.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-family: 'Lato';
	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: #ffffff;
}

.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: #ffffff;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	color: #1b1713;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}


/* ----- 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;
	font-family: 'Lato', sans-serif !important;
	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;
	font-family: 'Lato', sans-serif;
	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: #50463c;
	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-family: 'Lato';
	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;
	font-family: 'Lato';
	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: #50463c;
	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-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 15px;
}
.NewsDetail .newsdetail_text .subtext {
	text-align: left;
	font-family: 'Lato';
	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-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}





div#Logo.nichtOben {
	height: 70px;
	transition: 0.4s;
}
div#Logo.nichtOben #LogoInner {
	background-size: 130px;
	transition: 0.4s;
}



header.bh-centered.bh-width-full {
	max-width: 100%;
	margin-top: 140px;
}

#TopWrapper {
	bottom: 0 !important;
}

#TopWrapperInner {
	max-width: 100%;
}

div#Top {
	max-width: 100%;
	background: #50463c;
}

div#Top.menuBoxenFixed {
	position: fixed;
	top: 110px;
	width: 100%;

}






.langmenue {
	position: absolute;
	right: 24px;
	top: 0;
	height: 100%;
}

.langmenue a {
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	border-right: 1px solid rgba(118, 0, 0, 0.1);
	transition: .4s;
}

.langmenue a:hover {
	background: #b2a59f;
	transition: .4s;
}

.langmenue a:first-child {
	padding-left: 0;
}

html[lang="de-DE"] .langmenue a:nth-child(1) {
	font-weight: 400;
	background: #aec33a;
}

html[lang="en-EN"] .langmenue a:nth-child(2) {
	font-weight: 400;
	background: #aec33a;
}



.topInner,
.logoInner {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}






.kopfInfo {
	position: fixed;
	left: 0;
	top: 0;
	color: #1b1713;
	transition: .4s;
	z-index: 120;
	background: #b5a99d;
	height: 40px;
	width: 100%;
}

.kopfInfoInner {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.kontaktKopf {
	margin-left: 24px;
}

.kontaktKopf a {
	line-height: 40px;
	margin-right: 12px;
}


.kontaktKopf a span {
	margin-right: 6px;
}



.kopfInfo .langmenue a {
	height: 40px;
	line-height: 40px;
	color: #1b1713;
}




span.bhe-button a {
	padding: 4px 12px !important;
	display: inline-block;
}

span.bhe-button {
	padding: 0 !important;
	position: relative;
	display: inline-block;
}




footer {
	padding: 48px 12px !important;
	overflow: hidden;
}

footer.bh-padding-normal .bh-bodytext > h5 {
	color: #b2a59f;
	text-align: center;
	margin-bottom: 32px !important;
	text-transform: none;
	font-size: 25px;
}

footer .bh-bodytext a,
footer .bh-bodytext a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


footer .bh-col img {
	height: 50px;
	width: auto;
	margin-bottom: 8px;
}


footer span.bhe-button {
	border: none !important;
	width: 100%;
	display: block;
}

footer span.bhe-button a {
	/*border: 2px solid white !important;*/
	color: #1b1713 !important;
	width: 100%;
	border-radius: 5px;
	transition: .4s;
	padding: 6px 0 !important;
}


footer span.bhe-button a:hover {
	background: #b2a59f !important;
	transition: .4s;
}





.footerLeiste {
	width: 100%;
	background: #b2a59f;
	/*text-align: center;*/
}

.footerLeisteInner {
	padding: 4px;
	position: relative;
}

.footerLeiste p,
.footerLeiste a {
	font-size: 14px;
}

.footerPraxi {
	position: absolute;
	right: 24px;
	top: 4px;
}

.footerPraxi img {
	height: 20px;
	width: auto;
}



.socialIconLeiste {
	background: #b2a59f;
}
.socialIconLeisteInner {
	text-align: center;
	padding: 10px;
}
.socialIconLeisteInner span {
	line-height: 52px;
	font-size: 32px;
	text-align: center;
	color: #b2a59f;
	background: #ffffff;
	margin-right: 12px;
	padding: 10px;
	border-radius: 100%;
	transition: .4s;
}
.socialIconLeisteInner a:hover span {
	color: #ffffff;
	background: #b2a59f;
	transition: .4s;
}


.socialIconLeisteDesktop .socialIconLeisteInner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
	padding: 24px 10px;
}

.socialIconLeisteDesktop a {
	display: block;
	float: left;
	width: calc(25% - 1px);
	color: #1b1713;
	cursor: pointer;
	border-right: 1px solid #50463c;
}

.socialIconLeisteDesktop a:last-of-type {
	border-right: none;
}

.socialIconLeisteDesktop span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 8px auto;
	font-size: 35px;
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}







.cooRouteLocation {
	background: #50463c !important;
}

input.cooRouteLocationInput[type="text"]:focus {
	background: #ffffff !important;
}

.cooRouteRoot input.cooRouteSubmit {
	background: #b2a59f !important;
	margin: 12px 0;
}



.hc-widget {
	margin: 24px auto;
}



header .el-swiper {
	width: 100% !important;
	max-width: 100%;
}





.anfrageLeisteOuter {
	height: 64px;
	background: #50463c;
}
.anfrageLeiste {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	border-top: 1px solid #b2a59f;
	border-bottom: none;
	background: #50463c;
	max-width: 100%;
	padding: 12px 0;
	transition: .3s;
}

.anfrageLeiste.nichtFixed {
	position: relative;
	transition: .3s;
	border-bottom: 1px solid #b2a59f;
}
.anfrageLeisteInner {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
.schnellAnfrageFormDiv {
	float: left;
	width: calc(33.33% - 24px);
	padding: 0 12px;
	text-align: center;
}
.schnellAnfrageFormDiv input {
	text-align: center;
	padding: 1px !important;
}
.schnellAnfrageFormDiv input:focus {
	background: #e9e9e9 !important;
}
.schnellAnfrageFormDiv button {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 39px;
	background: #aec33a;
	color: #1b1713;
	border: none;
	transition: .3s;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.schnellAnfrageFormDiv button:hover {
	opacity: .7;
	transition: .3s;
}




/* Anfrage & Buchen */
/*.topInner li.hnavi_item[data-pid="50"],*/
.topInner li.hnavi_item[data-pid="51"] {
	display: none !important;
}





.bh-cookies-warning {
	bottom: 88px;
	left: 24px;
	max-width: 100%;
	width: 450px;
	border: 1px solid #b2a59f;
}
.bh-cookies-buttons {
	width: 100%;
	text-align: center;
}


.bh-swiper {
	background: #ffffff;
}




.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-container-rtl ~ .swiper-button-next {
	background-image: url(/fileadmin/images/pfeil.png);
	transform: rotate(180deg);
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl ~ .swiper-button-prev {
	background: url(/fileadmin/images/pfeil.png) center center no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 100%;
}



.bh-bodytext .bhe-button {
	width: 100%;
	background: #aec33a;
}






body[data-page="56"] .el-cols {
	border-bottom: 1px solid #b2a59f;
	padding-bottom: 20px;
}

.anfrageLeiste input[type="text"],
.anfrageLeiste input[type="number"],
.anfrageLeiste textarea,
.anfrageLeiste input[type="submit"],
.anfrageLeiste select {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 0;
	line-height: 35px;
	font-size: 20px;
	width: 98%;
	padding-left: 10px;
	padding-right: 1%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}



/* Anfrage & Buchen */
body[data-page="50"] .bhT3.bhElement,
body[data-page="51"] .bhT3.bhElement {
	padding: 0 12px !important;
}



.casa-wdg button.btn.btn-default {
	padding: 0 12px;
	height: 39px;
	background: #aec33a;
	color: #1b1713;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}


footer .bh-bodytext .bhe-button {
	height: 40px !important;
}




@media (max-width: 1200px) {
	/*ul.navi.hnavi_box {*/
		/*text-align: left;*/
	/*}*/
	li.hnavi_item > a {
		font-size: 14px;
	}

	.el-picturesection.paralaxing .bhBackgroundImage {
		background-attachment: initial !important;
	}
	main .el-picturesection.bhElement .picturesection-picture {
		min-height: 100px !important;
		max-height: 220px !important;
	}
	.picturesection-content h5 {
		font-size: 16px;
	}

	.bh-femode main .bh-cols .el-picture img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.socialIconLeisteDesktop .socialIconLeisteInner {
		padding: 24px 0;
		width: 100%;
	}

}


.casa-wdg {
	padding: 0 15px;
}


.casablancaLegende {
	background: url(/fileadmin/images/legende-casablanca-bergfrieden.PNG) center left no-repeat;
	background-size: contain;
	height: 55px;
	margin-left: 15px;
}



html[lang="en-EN"] .casablancaLegende {
	background: url(/fileadmin/images/legende-casablanca-bergfrieden-en.PNG) center left no-repeat;
	background-size: contain;
	height: 55px;
}



header .bhT3.bhElement {
	margin: 0 !important;
}


.bh-femode .covidBtn {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 24px;
	height: 150px;
	width: 150px;
	background: #aec33a;
	border: 1px solid #aec33a;
	color: #000000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 100%;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
.bh-femode .covidBtn:hover {
	background: #ffffff;
}
.bh-femode .covidBtn .covidBtnTextOben {
	margin-bottom: 4px;
}
.bh-femode .covidBtn .covidBtnTextUnten {
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.bh-femode .covidBtn {
		display: block;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.bh-femode .covidBtn .covidBtnTextOben {
		padding: 12px 12px 0 12px;
	}
	.bh-femode .covidBtn .covidBtnTextUnten {
		padding: 0 12px 12px 12px;
	}
}




div#mpcDatenschutz {
	padding: 0 12px;
	box-sizing: border-box;
}
div#mpcDatenschutz * {
	box-sizing: border-box;
}

