body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #4A4A4A;
	line-height: 25px;
	min-height: 100%;
}

/* ----- SCHRIFTEN ---- */
a{
	color: inherit;
	text-decoration: none;
}

h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 44px;
	font-weight: 300;
	color: #005495;
	letter-spacing: 0.65px;
	text-align: center;
}
h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	color: #005495;
	letter-spacing: 0.54px;
}
h3{
	color: #005495;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
h4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #4A4A4A;

}


.bhBox .bh-bodytext ul {
	padding-left: 0;
}

.bh-bodytext ul li{
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}
.bh-bodytext ul li:before{
	content: '';
	top: 0;
	left: 0%;
	position: absolute;
	height: 6px;
	background-color: #e9a400;
	border-radius: 3px;
	width: 6px;
	margin-top: 10px;
	
}

.bakehousefont{
	font-family: 'bakehouse-iconset' !important;
	font-size: 20px;
	color: #EDA000;
}
.blau{
	color: #005495;
}
.grau{
	color: #4A5457;
}
.headerformat{
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	color: #005495;
	letter-spacing: 0.54px;
	line-height: 48px;
	background-color: white;
	display: inline-block;
	margin-bottom: 0 !important;
	padding: 5px 8px;
/* 	border-radius: 5px; */
}

.gelb_unterstrichen .bh-bodytext{
	padding-bottom: 2px;
	border-bottom: 2px solid #e9a400;
	display: inline-block;
}
.bh-styleclass-linkbutton{
	display: inline-block;
	background-color: #1d4d97;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
	padding-right: 15px;
	line-height: 40px;
}
.bh-styleclass-linkbutton:before{
	content: '';
	background-color: #e9a400;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	height: 6px;
	border-radius: 3px;
	width: 6px;
}

.bh-styleclass-linkbutton a:hover {
	border-bottom: none !important;
	color: inherit !important;
	
}
.bh-styleclass-linkbutton:hover{
	background-color: #173e7a;
}

main .bh-styleclass-linkbutton a{
	color: inherit;
	border-bottom: none;
}

/* grauer Button */
.grey .bh-styleclass-linkbutton {
	background-color: #4A5457 !important;
}
.grey .bh-styleclass-linkbutton:hover {
	background-color: #5A6366 !important;
}

.textalign_right {
	text-align: right; 
}

.bh-styleclass-highlight {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #5D5D5D;
	letter-spacing: 0.26px;
	line-height: 28px;
}

.bh-styleclass-highlight2 {
	color: #EDA000;
}





#Page{
	position: relative;
	z-index: 1;
	left: 0;
	width: 100%;
}
.bh-bemode #Page{
	padding-top: 50px;
}

/* ----- TOPOUTER ----- */



#TopOuter{
	background-color: #f1f1f1;
	height: 120px;
/* 	position: relative; */
	position: fixed;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 100;
}
.bh-bemode #TopOuter{
	top: 50px;
}
#TopLeft{
	margin-left: 20px;
}

#Logo {
	background: url(../images/logo.svg) no-repeat center center;
	background-size: contain;
	width: 247px;
	height: 112.16px;
	position: absolute;
	top: 50%;
	margin-top: -56.08px; /* halbe Höhe zur vertikalen Zentrierung */
	transition: all 0.3s ease;
	display: block;
	cursor: pointer;
	font-size: 0;
	z-index: 10000;
}

#Logo a{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
#TopRight{
	position: absolute;
	right: 20px;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
/* 	transition: all 1s; */
}

#HeaderButtons .bh-button{
	background-color: #e9a400;
	height: 40px;
	width: 40px;
	margin: 4px;
	font-size: 24px;
	box-sizing: border-box;
	color: white;
}
#HeaderButtons .bh-button span{
	line-height: 40px;
}
#HeaderButtons .bh-button:first-child{
	border-radius: 20px 0 0  20px;
	
	padding-left: 10px;
}
#HeaderButtons .bh-button:last-child{
	border-radius: 0 20px 20px 0;
	
	padding-left: 5px;
}

/* ------ Sticky Header ------- */
.header-small #TopOuter{
	height: 60px;
}
.header-small #Navigation{
	height: 60px;
}
.header-small #Logo {
	background: url(../images/logo_small.svg) no-repeat center center;
	background-size: contain;
	width: 91px;
	height: 26px;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	margin-top: -13px; /* Vertikale Zentrierung (halb von 26px Höhe) */
}

/* ----- NAVIGATION---- */
#Navigation{
	color: #4A5457;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	height: 120px;
	-webkit-transition: all 1s;
	transition: all 1s;
/*
	position: absolute;
	top: 50%;
	margin-top: -14px;
*/
}
#Navigation .hnavi_box{
	position: absolute;
	margin-top: 35px;
	text-align: center;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header-small #Navigation .hnavi_box{
	margin-top: 15px;
}
li.hnavi_item{
	display: inline-block;
	padding: 15px 24px;
	-webkit-transition: all .4s;
	transition: all .4s;1
/* 	line-height: 120px; */
}
.header-small li.hnavi_item{
	padding-top: 0;
}

li.hnavi_item:first-child{
	border-left: none;
}
li.hnavi_item{
	border-left: 1px solid #d3d3d3;
}
li.hnavi_item > a{
	letter-spacing: 0.5px;
}
li.hnavi_item > a:active {
	font-weight: bold;
}


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


ul.navi.hsnavi_box,
ul.navi.hssnavi_box {
	pointer-events: none;
	background-color: #fff;
	position: absolute;
	text-align: left;
	border-radius: 7px;
	border: 3px solid #fff;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
ul.navi.hsnavi_box{
	top: 55px;
	width: 300px;
}
.header-small ul.navi.hsnavi_box{
	top: 40px;
}
ul.navi.hssnavi_box{
	width: 250px;
}
ul.navi.hsnavi_box:before {
	content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    display: block;
    left: 15px;
    opacity: 0;
    border-style: solid;
	border-width: 0 10px 7px 10px;
	border-color: transparent transparent #ffffff transparent;
}
li.hnavi_item:focus-within ul.navi.hsnavi_box,
li.hnavi_item:hover ul.navi.hsnavi_box {
	pointer-events: auto;
	margin-top: 0px;
	opacity: 1;
}
li.hnavi_item:focus-within ul.navi.hsnavi_box:before,
li.hnavi_item:hover ul.navi.hsnavi_box:before{
	opacity: 1;
}
li.hsnavi_item,
li.hssnavi_item {
	border-bottom: 1px solid rgba(0,0,0,.07);
	box-sizing: border-box;
}
li.hsnavi_item.has-submenu:after {
	width: 30px;
    height: 40px;
    display: block;
    content: '\e906';
    position: absolute;
    right: 0;
    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;
}
li.hsnavi_item > a,
li.hssnavi_item > a {
	font-weight: 600;
	color: #000;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: .1em;
	line-height: 3.3em;
}
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:focus-within,
li.hsnavi_item > a:hover {
	background: rgba(0,0,0,.05);
}
ul.navi.hssnavi_box {
	position: absolute;
	width: 260px;
	margin-left: 270px;
	margin-top: -2.8em;
	background-color: rgba(0,0,0,.7);
	border: none;
}
li.hsnavi_item:focus-within ul.navi.hssnavi_box,
li.hsnavi_item:hover ul.navi.hssnavi_box {
	pointer-events: auto;
	opacity: 1;
	margin-left: 303px;
}
li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:focus-within,
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 {
	pointer-events: none;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}

/* ----- HEADER ----- */

header{
	min-height: 650px;
	padding-top: 120px;
	position: relative;
}
/*
header .bhContainer{
	min-height: 720px;
}
.bhe-state-dragging header .bhe-container-dropzone.bhe-state-dropzone-nearest{
	height: 720px;
}
*/
/* ----- CONTENT ----- */
main{
/* 	background-color: orange; */
	padding-bottom: 310px;
	padding-top: 40px;
}


/* ------ PRE-FOOTER ------- */
#PreFooter{
	background-color: white;
	display: block;
	box-sizing: border-box;
	padding: 50px 0;
}
.bhe-state-editing #PreFooter {
	background-color: rgba(212,42,10,0.1);
}
#PreFooter h4{
	margin-bottom: 10px;
}
#PreFooter .bhCols{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	position: relative;
}
#PreFooter .bhCols:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
}


/* ----- FOOTER ----- */
footer{
	background-color: #4A5457;
	box-sizing: border-box;
	height: auto;
	color: white;
	position: relative;
	bottom: 0;
	padding: 20px 0;
	padding-top: 50px;
	width: 100%;
}
footer .bhText a{
	color: white;
}


#FooterService .servnavi_box li{
	display: list-item;
}

li.servnavi_item{
	position: relative;
	padding-left: 20px;
}
li.servnavi_item:before {
    content: '';
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    height: 6px;
    border-radius: 3px;
    width: 6px;
}

#FooterLogo {
	max-width: 100%;
	padding-bottom: 1rem;
	text-align: left; /* oder 'center', je nach Wunsch */
	padding-left: 1rem;
}

#FooterLogo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 8px; /* feinjustiert, damit es nicht zu hoch sitzt */
}

@media screen and (max-width: 1319.98px) {
	
	#FooterLogo {
		padding-left: 0rem;
	}
	
	.footer-cols {
		display: flex !important;
		flex-wrap: wrap;
		gap: 2rem;
		margin-left: 3rem !important;
	}

	.footer-col1,
	.footer-col2 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-col3 {
		flex: 0 0 calc(65% - 1rem);
		max-width: calc(65% - 1rem);
	}
	
	.footer-col4 {
		flex: 0 0 calc(35% - 1rem);
		max-width: calc(35% - 1rem);
	}
	
	.footer-col3,
	.footer-col4 {
		box-sizing: border-box;
		align-self: flex-start;
	}
}

/* ----- bhText ------- */

.bhText a{
	text-decoration: none;
	color: RGBA(29, 77, 151, 1.00);
	border-bottom: 1px solid RGBA(29, 77, 151, .3);
}
.bhText a:hover{
	border-bottom: 1px solid #e9a400;
	color: #e9a400;
}
.bhText a[href^="tel:"] {
	color: inherit;
	border-bottom: 0;
}
.bhText a[href^="tel:"]:hover {
    border-bottom: 0;
    color: inherit;
}

/* ---- bhPicture -------- */

.bhPicture.bhElement {
	margin-bottom: 20px;
}
a.bhPicture{
	box-sizing: border-box;
	position: relative;
	
}
a.bhPicture:after{
	position: absolute;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	content: '';
	height: 5px;
	width: 100%;
	bottom: 0;
	background-color: #e9a400;
	z-index: -1;
}
a.bhPicture[data-link]:hover{
    color: #e9a400;
}
a.bhPicture[data-link]:hover:after{
	bottom: -5px;
}



/* ---- Hintergrundbild mit Text ---- */
.HintergrundbildmitText{
	position: relative;
	display: block;
}
.HintergrundbildmitText .bhBackgroundImage {
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
}

/*
.HintergrundbildmitText .bhBackgroundImage > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;  
}
*/
.HintergrundbildmitText .bildText{
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 20;
	color: white;
	line-height: 28px;
}
.bildabdunkeln .bhBackgroundImage:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(171, 121, 0, 0.2);
	pointer-events: none;
	z-index: 10;
}


.HintergrundbildmitText div[data-property="text"] {
	z-index: 100;
}
/* ---- Hintergrundbild ohne Text ---- */

.HintergrundbildohneText .bhBackgroundImage {
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
}
.backgroundPositionCC .bhBackgroundImage  {
	background-position: center center;	
}
.backgroundPositionLC .bhBackgroundImage  {
	background-position: left center;
}
.backgroundPositionRC .bhBackgroundImage  {
	background-position: right center;	
}
.backgroundPositionCT .bhBackgroundImage  {
	background-position: center top;	
}
.backgroundPositionCB .bhBackgroundImage  {
	background-position: center bottom;	
}
.backgroundPositionLT .bhBackgroundImage  {
	background-position: left top;	
}
.backgroundPositionRT .bhBackgroundImage  {
	background-position: right top;	
}
.backgroundPositionLB .bhBackgroundImage  {
	background-position: left bottom;	
}
.backgroundPositionRB .bhBackgroundImage  {
	background-position: right bottom;	
}
.HintergrundbildohneText figcaption{
	background: rgba(0, 84, 148, 0.7);
	font-family: 'Titillium Web', sans-serif;
	font-style: inherit;
	font-size: 13px;
	line-height: 50px;
	color: white;
	letter-spacing: 1px;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	min-height: 50px;
}
.HintergrundbildohneText figcaption ul{
	margin: 0;
	padding: 0;
	
}
.HintergrundbildohneText figcaption li{
	position: relative;
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.HintergrundbildohneText figcaption li:before{
	position: absolute;
	left: 0;
	top: 0px;
	line-height: inherit;
	vertical-align: middle;
	
	content: '|';	
}
.HintergrundbildohneText figcaption li.file-seo{
	font-weight: bold;
}
.HintergrundbildohneText figcaption li:first-child:before{
	display: none;
}

/* ---- VIDEO in HINTERGRUNDBILDER-BOXEN ---- */

.HintergrundbildohneText .videowrapper,
.HintergrundbildmitText .videowrapper {
	position: absolute;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
}
.HintergrundbildohneText .videowrapper video,
.HintergrundbildmitText .videowrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---- Fifty Fifty Box ---- */

.fiftyfifty {
	background: #f3f3f3;
	margin-top: -1px;
}
/*Fifty Fifty blau abgerundete Ecken */
.fiftyfifty.blau {
	background-color: #005495; 
	border-radius: 5px;
	color: #fff;
}
.fiftyfifty.blau .bh-styleclass-highlight {
	color: #fff;
}
.fiftyfifty.grau{
	background-color: #f4f4f4;
}
.fiftyfifty.dunkelgrau{
	background-color: #4A5457;
	border-radius: 5px;
	color: #fff;
}
.fiftyfifty.with-border{
	border: 1px solid #e9e9e9;
	background: none;
}

.fiftyfifty .bhBackgroundImage {
	width: 50%;
	position: absolute;
	left: 0px;
	height: 100%;
	background-position: center center;
	box-sizing: border-box;
}

.fiftyfifty .contentbereich { 
	left: 50%;	
}

.fiftyfifty .bhBackgroundImage {
	height: 100%;
	background-size: cover;
}

.fiftyfifty .contentbereich {
/* 	padding: 50px; */
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 50%;
    padding: 20px;
    box-sizing: border-box;

}
.fiftyfifty .contentbereich .bhElement{
	max-width: 700px;
}

.fiftyfifty div[data-section="groupcontainer"] {
	width: 100%;
}

.keinAbstand {
	margin-bottom: 0px !important;
}

.fiftyfifty.leftfifty .bhBackgroundImage {
	width: 50%;
	left: 50%;
}

.fiftyfifty.leftfifty .contentbereich {
	margin-right: 50%;
	margin-left: 0%;
}
.fiftyfifty{
	position: relative;
}

.fiftyfifty.blech{
	background-image: url(../images/illu/Illu_blechzuig.svg);
	background-size: 40%;
	background-position: right -15% bottom 80%;
	background-repeat: no-repeat;
}
.fiftyfifty.kaminhut{
	background-image: url(../images/illu/Illu_kaminhut.svg);
	background-size: 40%;
	background-position: right -15% bottom 80%;
	background-repeat: no-repeat;
}
.fiftyfifty.metalldruck{
	background-image: url(../images/illu/Illu_metalldruck.svg);
	background-size: 40%;
	background-position: right -15% bottom 80%;
	background-repeat: no-repeat;
}
.fiftyfifty.behaelter{
	background-image: url(../images/illu/Illu_behaelterbau.svg);
	background-size: 30%;
	background-position: right -15% bottom 0%;
	background-repeat: no-repeat;
}
.fiftyfifty.leftfifty.blech{
	background-position: left -15% bottom 80%;	
}
.fiftyfifty.leftfifty.kaminhut{
	background-position: left -15% bottom 80%;	
}
.fiftyfifty.leftfifty.behaelter{
	background-position: left -15% bottom 0%;		
}
.fiftyfifty.leftfifty.metalldruck{
	background-position: left -15% bottom 80%;
}
.fiftyfifty .contentbereich {
	padding: 40px;
}


/* ------- bhCols ------- */
.breitSchmal .col1.bhCol {
	width: 66%;
}

.breitSchmal .col2.bhCol {
	width: 30%;
}

.schmalBreit .col1.bhCol {
	width: 30%;
}

.schmalBreit .col2.bhCol {
	width: 66%;
}




/* ---- Inhaltsbox ----- */
.bhBox{
	background-color: #f3f3f3;
}
.bhBox[data-link]:hover{
	background-color: #dddddd;
}
.bhBox .boxTitle{
	text-align: center;
}
.bhBox .boxTitle p{
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #e9a400;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	color: #005495;
	font-weight: normal;
}
.bhBox .boxTitle,
.bhBox .boxContent{
	padding: 20px;
}
.bhBox.ohneTitel .boxTitle{
	display: none;
}
.bhBox.ohneBild .boxBild{
	display: none;
}
.bhBox.ohneText .boxContent{
	display: none;
}


/* ------ Accordion ---- */
.bhAccordeonItem.bhElement{
	border-bottom: 1px solid #eebf39;
	margin-bottom: 0;
}

.bhAccordeonItem.accordeon-first{
	border-top: 1px solid #eebf39;
}
.bh-accordion-toggler{
	
	line-height: 60px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	color: #005495;
	letter-spacing: 0.32px;
	position: relative;
}
.bh-accordion-toggler:after{
	color: #9B9B9B;
	content: "arrow-simple-down";
	font-family: 'bakehouse-iconset' !important;
	
	width: 24px;
	height: 24px;
	right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	
}
.bh-accordion-toggler:hover{
	background-color: #dddddd;
}
.bh-accordion-element-inner{
	padding-bottom: 20px;
}
.bh-accordion-active.bh-accordion-toggler:after{
	content: "arrow-simple-up";
}

/*Accordon im 3-Spalter */
.cols3 .bh-accordion-toggler-inner {
	padding-left: 0;
}
.cols3 .bh-accordion-toggler-inner p {
	font-size: 18px;
	line-height: 28px;
}



/* ------ Tab  --------- */
.bhTabs{
	border-bottom: 1px solid #EDA000;
	padding-bottom: 20px;
}

.bh-tab-togglers{
	margin-bottom: 20px;
}
.bh-tabtogglers{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bhTabElement{
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #EDA000;
	border-bottom: 1px solid #EDA000;
	box-sizing: border-box;
	background: none;
	border-left: 1px solid #eeb923;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
}
.bhTabElement:hover{
	background-color: #dddddd;
}
.bh-tabtogglers .bhTabElement.bh-tabtoggler-active{
	background: #005495;	
	color: white;
	border-top: 1px solid #EDA000;
	border-bottom: 1px solid #005495;
	border-left: 0;
	border-right: 0;
}
.bh-tabtogglers .bhTabElement:first-child{
	border-radius: 5px 0 0 5px;
}
.bh-tabtogglers .bhTabElement:last-child{
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #eeb923;
}



/* ---------- Fader --------------- */
.bhFadecontainer{
	position: relative;
}
.cssFaderMenuPoint{
	position: absolute;
	bottom: 20px;
	top: auto;
	height: 20px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX( -50% );
	        transform: translateX( -50% );
}
.cssFaderMenuPointItem{
/*
	background: none;
	border: 1px solid white;
	border-radius: 10px;
	padding: 4px;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
*/
	background: url(../images/icons/menuItem.svg) no-repeat center center;
	background-size: contain;
	border-color: transparent;
	width: 24px;
	height: 24px;
	
}
.cssFaderMenuPointItem.current{
	background: url(../images/icons/menuItemCurrent.svg) no-repeat center center;
	background-size: contain;
	border-color: transparent;
	width: 24px;
	height: 24px;
}
main .cssFaderMenuPointItem{
	background: url(../images/icons/menuItemGrey.svg) no-repeat center center;
	background-size: contain;
}
main .cssFaderMenuPointItem.current{
	background: url(../images/icons/menuItemCurrentGrey.svg) no-repeat center center;
	background-size: contain;
}

/* ------------ bhGroup ------------ */
.bhGroup.grau{
	background-color: #f4f4f4;
}

/* ---------- bhLinkbox ------------ */
.bhLinkbox .bhImageInner{
	min-height: 70px;
}


/* -------- bhAnfrage ---------- */
.bh-form-field input,
.bh-form-field textarea,
.bh-form-field select {
	border: 1px solid rgba(0,0,0,0.2) !important;
}
.bh-form-field input[type="submit"]{
/* 	width: 100%; */
	border: 0;
	background-color: #1d4d97;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;
	position: relative;
	padding: 0 15px;
	cursor: pointer;
	line-height: 40px;
	width: auto;
}
.errorBox{
	border: 1px solid #1d4d97;
	color: #1d4d97;
}


/* ---------- TABLE ---------- */
#Content tr:nth-child(odd) { 
	background-color: #F1F1F1;
}

#Content tr:nth-child(1),
#Content tr:nth-child(2)
 {
  background-color: #005495;
  color: #fff;
}

#Content td {
	padding: 10px;
	border-right: 1px solid rgba(0,0,0,.05);
}

#Content .blechzuig_tabelle {
	border:  1px solid rgba(0,0,0,.05);
}

#Content .blechzuig_tabelle tr:nth-child(2){
	background-color: #fff;
	color: inherit;
}

#Content .blechzuig_tabelle tr {
	border-bottom: 1px solid rgba(0,0,0,.05);
}

#Content .blechzuig_tabelle tr:nth-child(odd) {
	background-color: #fff;
}

#Content .blechzuig_tabelle tr:nth-child(1)
{  
	background-color: #005495;
	color: #fff;
}


/* ----------- bhTrenner ---------- */

.bhTrenner {
	min-height: 40px;
}
.bhTrenner.bhElement.line-trenner .bh-trenner-inner:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,.2);
	top: 50%;
	left: 0;
	position: absolute;
}


/* ------------ Preloader --------- */

#Preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
/*
	opacity: 1;
	pointer-events: none;
	transition: all 1s;
*/
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1d4d97;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}




/* -------- RESPONSIVE --------- */

@media screen and (max-width: 1050px){
	.headerformat{
		font-size: 28px;
	}
	li.hnavi_item{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1330px){
	#Logo {
		background: url(../images/logo_small.svg) no-repeat center center;
		width: 91px;
		height: 26px;
		margin-top: -13px; /* Vertikal zentrieren, wenn top: 50% gesetzt ist */
		background-size: contain;
		flex-shrink: 0; /* falls du es in einer flexbox nutzt */
		position: absolute;
		top: 50%;
		transition: all 0.3s ease;
		display: block;
		cursor: pointer;
		font-size: 0;
		z-index: 10000;
	}
}

/* ----- IPAD PORTRAIT ----- */

/* ----- 960px ----- */

/*
@media screen and (max-width : 960px) {
	#TopCenter{
		position: fixed;
		left: 0;
		top: 0;
	}
}
*/


/* --------------------------------------------- */
/* ------- COOKIES WARNING WEST EDITION -------- */
/* --------------------------------------------- */

.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: rgb(30, 77, 151) !important;
	color: white;	
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
}
.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%;
}
.bh-state-mobile .bh-cookies-warning {
    left: 0px;
    bottom: 42px;
}

#bh-accessibility-widget {
    --accessibility-color-primary: #005495;
}
