/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
	   url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/open-sans-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
	   url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/open-sans-v29-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
	   url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/open-sans-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
	   url('../fonts/open-sans-v29-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/open-sans-v29-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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


body {
	text-align: left;
	font-family: 'Merriweather', serif;
}

.topheader {
	background: #422B20;
	line-height: 48px;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 620px;
	background: white;
	position: relative;
}
.header .inner {
	width: auto;
	max-width: 1680px;
}
.header .bhImageInner {
	height: 618px !important;
}

.header:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 160px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.header .bhImageInner:before, .header .bhImageInner:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 160px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	pointer-events: none;
}

.header .bhImageInner:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 160px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	pointer-events: none;
}



.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
	line-height: 80px;
	background: #1e73af;
	background: url('../images/menubg.png') center center no-repeat;
	margin-top: -140px;
	position: relative;
	z-index: 100;
}

.hnavi_box {
	text-align: center;

}

.hnavi_box li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}

.hnavi_box li a {
	padding-left: 26px;
	padding-right: 28px;
	font-size: 20px;
	color: white;
	text-shadow: 1px 0px 1px rgba(0,0,0,0.5);
	font-weight: 500;
	background: url('../images/naviTrenner.png') right center no-repeat;
}
.hnavi_box li:last-child a {
	background: none;
}

.hnavi_box li.active {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.3) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.3) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=0 );
}

.header .ui-resizable-s {
	display: none;
}

.subnavigation {
	width: 230px;
	float: left;
	position: relative;
	min-height: 10px;
}

.content {
	float: left;
	width: 720px;
	margin-left: 50px;
	padding-bottom: 50px;
}

.main {
	position: relative;
	padding-top: 90px;
	min-height: 450px;
}

.subnavigation .borderright {
	background: #ada19c;
	width: 2px;
	height: 800px;
	position: absolute;
	right: 0px;
	top: -100px;
	background: #cbc4c0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(170,159,153,1) 0%, rgba(170,159,153,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(170,159,153,1)), color-stop(100%,rgba(170,159,153,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(170,159,153,1) 0%,rgba(170,159,153,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(170,159,153,1) 0%,rgba(170,159,153,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(170,159,153,1) 0%,rgba(170,159,153,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(170,159,153,1) 0%,rgba(170,159,153,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa9f99', endColorstr='#00aa9f99',GradientType=1 );
}

.snavi_item a {
	padding-right: 17px;
	text-align: right;
	height: 55px;
	line-height: 55px;
	color: #816051;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/snaviBorder.png') right bottom no-repeat;
}

.snavi_item.active a {
	font-weight: bold;
}

.footer {
	position: relative;
	background: url('../images/footer.jpg') #422e24 center center;
	height: 380px;
}

.footer .bh-bodytext a {
	color: #b9afaa;
}

h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
	color: #1e74b1;
	font-weight: normal;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.bh-styleclass-highlight {
	font-size: 18px;
}

.bh-bodytext p {
	line-height: 150%;
}
.bh-bodytext {
	color: #474747;
	font-size: 14px;
}

.cols2 .bhCol {
	width: 48%;
	margin-right: 4%;
}
.cols3 .bhCol {
	width: 30.666666666%;
	margin-right: 4%;
}

.content .bhPicture {
	border: 10px solid white;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 4px;
}

.bhTrenner {
	background: url('../images/trenner.png') center center no-repeat;
	height: 50px;
}

.content ul li {
	line-height: 190%;
}

.content ul li {
	list-style-image: url('../images/li.png');
	padding-left: 7px;
}

.content ul  {
	padding-left: 20px;
	margin-top: 0px;
}

.logo {
	position: absolute;
	z-index: 100;
	top: 120px;
	left: 50%;
	margin-left: -135px;
}

.logo img {
	width: 270px;
}

.footer .logo {
	position: relative;
	top: 0px;
	opacity: 0.6;
	margin-left: -95px;
	padding-top: 10px;
	width: 190px;
}

.footer .logo img {
	width: 190px;
}

.footer .bh-bodytext, .footer a {
	color: #b7aeaa;
	font-family: 'Open Sans';
	font-size: 16px;
}

.footer .bh-bodytext strong {
	color: #b7aeaa;
	font-family: 'Open Sans';
	font-size: 18px;
}

.box {
	background: #d7d1cf;
	transition: 0.5s ease all;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.box:hover {
	box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}
.box .boxTitle {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #422b20;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.box .bh-bodytext {
	font-size: 16px;
	font-weight: 400;
}
.box h2, .box h1, .box h3 {
	color: #422b20;
	margin-bottom: 0px;
}

.box .boxContent {
	padding-top: 0px;
}

.contenttable caption {
	font-family: 'Open Sans', sans-serif;
	color: #1e74b1;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}
h2.bh-styleclass-highlight2 {
	color: #d5b137;
}

.contenttable td {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 38px;
	padding-left: 10px;
}

.contenttable tr:nth-child(odd) td {
	background: #f4f2f2;
}

.contenttable tr .td-2 {
	text-align: left;
}

.bh-bodytext p {
	margin-bottom: 10px;
}

.linkbox {
	background: #2076b2;
}

.linkbox .bh-bodytext p {
	margin-bottom: 0px;
}

.linkbox .bh-bodytext p {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 20px;
}

.linkbox .linkbox_bild {
	display: none;
}

.linkbox_content {
	min-height: 20px;
}

.linkbox_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.4) url('../images/linkboxarrow.png') center center no-repeat;
}

.bhLinkbox {
	margin-bottom: 10px;
}

.bhAnfrage input, .bhAnfrage textarea {
	border-radius: 5px;
	border: 1px solid #b2b2b2;
	line-height: 25px;
	padding-left: 10px;
	width: 200px;
	font-size: 13px;
	margin-bottom: 5px;
}

.bhAnfrage textarea {
	margin-top: 0px;
	height: 100px;
	width: 400px;
}

.bh-fieldblock-label {
	color: #1e74b1;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.bhAnfrage input[type="submit"] {
	background: #1e74b1;
	color: white;
	border: 0px;
}

#CDSWIDPER {
	margin-left: 90px;
	margin-top: 30px;
}

body #CDSWIDPER.widPER .widPERLINK a {
	text-decoration: none;
}

.topheader .bh-navigation {
	width: 200px;
	display: inline-block;
	position: relative;
	margin-left: 80px;
}

.topheader .bh-navigation a {
	color: white;
	font-family: 'Open Sans', sans-serif;
	margin-right: 15px;
	font-size: 14px;
	color: #a78a7d;
}

.topheader .tel {
	display: inline-block;
	font-size: 14px;
	color: #a78a7d;
}

.topheader .tel:before, .topheader .bh-navigation:before {
	content: '';
	background: url('../images/tele.png') center center no-repeat;
	width: 30px;
	height: 50px;
	position: absolute;
	left: -35px;
	top: -2px;
}

.topheader .bh-navigation:before {
	background: url('../images/lang.png') center center no-repeat;
}

a.bakehouse img {
	width: 100px;
	opacity: 0.5;
}

a.bakehouse {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.green {
	color: #4b8439;
}

.green .linkbox {
	background: #4b8439;
}

.bh-bodytext a {
	color: #1772af;
}

.chronik .td-1 {
	line-height: 140%;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	padding: 10px;
	color: #535353;
}

.chronik .td-0 {
	color: #1772af;
	vertical-align: top;
	padding-right: 5px;
}

.lang {
	display: inline-block;
}

.content .fadePrev, .content  .fadeNext {
	opacity: 0;
	width: 25px;
	background: url(/typo3/sysext/bh/Resources/Public/Css/Lightbox/images/next.png) no-repeat center center;
}
 .content .bhFader:hover .fadePrev,  .content .bhFader:hover  .fadeNext{
	opacity: 1;
}

.content .fadePrev {
	background: url(/typo3/sysext/bh/Resources/Public/Css/Lightbox/images/prev.png) no-repeat center center;
	width: 40px;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* WIDGET */
.cdsROW.narrow {
	width: 180px !important;
	box-sizing: border-box;
	margin-top: 30px;
	float: right;
}

.cdsComponent img {
	display: inline !important;
}

.cdsComponent span {
	display: block;
}

.cdsROW.narrow .logo {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 0px;
}

.bh-state-desktop .bh-cookies-warning {
	width: 300px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.9) !important;
	border-top-left-radius: 5px;
	right: 0px;
	left: auto;
}

.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;	

}

.bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	background: #3281b1 !important;
	color: white;	
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
}

.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.bh-state-mobile .bh-cookies-warning {
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	text-align: center;
}

.bh-state-mobile .bh-cookies-buttons {
	width: 100%;
}

form.dw-quickfind {
	display: block;
	margin: 0 auto !important;
	margin-left: 40px !important;
	margin-top: 40px !important;
}

.dw .dw-button .dw-button-type1 {
	background: #2f1e17 !important;
	cursor: pointer;
}




















