@import url(https://fonts.googleapis.com/css?family=Cookie|Open+Sans:300italic,600italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

.page {
	width: 1096px;
	margin: 0 auto;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.bh-bemode .page {
	margin-top: 30px;
}

.logo {
	top: 0px;
	margin: 0 auto;
	position: relative;
	width: 174px;
	margin-bottom: 20px;
	z-index: 400;
	-webkit-transition:  0.3s ease all;
	width: 170px;
}

.logo img {
	width: 170px;	
}

.bhe-state-editing .logo {
	top: -60px;
}


.header {
	background: url('../images/header.jpg') center top no-repeat;
	height: 150px;
	padding: 20px;
}

.header > .bhContainer {
	background: white;
	height: 100%;
	box-shadow: 4px 4px 10px black;
}

h1, h2, h3, h4 {
	font-family: 'Cookie', cursive;
}
h1 {
	color: #5d9721;
	font-size: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 100%;
}
h2, h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 22.5px;
	color: #623c2e;
}
h3 {
	font-size: 17px;
	line-height: 120%;
	margin-bottom: 5px;
}
.hnavi_item a {
	font-family: 'Cookie', cursive;
	font-size: 50px;
	line-height: 60px;
	color: #623c2e;
}

ul.navi.hnavi_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

li.hnavi_item {
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 16px;
}

li.hnavi_item.active a {
	color: #5d9721;
}

.navigation, .contentwrapper {
	width: 990px;
	margin: 0 auto;
}

.submenue {
	width: 120px;
	float: left;
	position: relative;
	margin-right: 40px;
}

.content {
	width: 830px;
	float: left;
	position: relative;
}

.snavi_item a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #623c2e;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	background: url('../images/subnaviBG.png') top left no-repeat;
}

ul.snavi_box {
	background: url('../images/subnaviBG.png') bottom left no-repeat;
	padding-bottom: 4px;
}

.bh-bodytext {
	font-size: 16px;
	line-height: 20px;
	font-weihgt: 'Open Sans', sans-serif;
	color: #623c2e;
}

.bhImageInner {
	background: none;
}

.bhe-state-editing .bhImageInner {
	background: url('/typo3/sysext/bh/Resources/Public/Css/Editing/img/imgbg.png') no-repeat #e5e5e5;
}


.footer {
	background: url('../images/footer.png') center center repeat;
	height: 30px;
	margin-top: 35px;
}

.header .bhCol {
	margin: 0px;
	width: 33.333333333%;
}

.Unterschrift {
	display: inline-block;
	margin-bottom: -10px;
	margin-left: 2px;
}

.ssnavi_item a {
	font-size: 16px;
	margin-left: 5px;
	background: none;
	line-height: 25px;
}

.ssnavi_item:last-child {
	margin-bottom: 10px;
}

.bh-bodytext a {
	color: #5d9721;
	font-style: italic;
	font-weight: bold;
}
.bh-bodytext a:visited {
	color: #8bb460;
}

.footer iframe {
	display: none;
}



.print {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

.footer {
	text-align: center;
	height: 122px;
	background: white !important;
}

.footer img {
	margin: 0 auto;
}



.footer {
	background: none;
}


.footer iframe {
	display: block;
}


.footer iframe {
	width: 1090px;
	position: relative;
	margin: 0 auto;
	display: block;
}


@media print {
	body, .hnavi_box, .header {
		background: none;
	}

	#band, .navigation, .header, .submenue, .footer  {
		display: none;
	}

	.logo {
		height: 150px;
	}

	#Page {
		background: none;
		box-shadow: none;
		top: 0px;
	}

	.print, #Navigation, #Lang {
		display: none;
	}

	#PageInner {
		padding-left: 0px;
	}

	#Page {
		width: 720px;
	}

	#Main {
		height: 120px;
	}

	.contentwrapper, .page {
		width: 830px;
		padding-left: 20px;
		padding-right: 20px;
	}
}



/* TRENNER */
.bhTrenner .bh-trenner-inner{
	background-image: url('/fileadmin/images/subnavi-trenner.png');
	background-repeat: repeat-x;
	height: 20px;
	background-position: center center;
}
/* LINKBOX */
.bhLinkbox.linkbox-img-none .l.linkbox_bild{
	display: none;
}



/**************
* Cookies
**************/
.bh-cookies-warning-accept,
.bh-cookies-warning-link {
    color: white;
    background-color: rgb(93, 151, 33) !important;
    font-size: 14px;
}
.bh-state-desktop .bh-cookies-warning {
	margin-bottom: 0px;
	width: 300px;
	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;	
}
.bh-state-desktop .bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}






























