body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

		/*	mediaboxAdvanced Black theme	*/
		/*	version 2.1 - August 2010		*/
		/*	for mediaboxAdvanced v.1.3.1	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	cursor: pointer;
}

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent url("../../files/boerger_jaeckle/images/80.png") repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: visible;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	xx-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	xx-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	xx-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	xxbox-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #fff url("/assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	overflow:visible;
	background-position: center center;
	background-repeat: no-repeat;
	padding:10px 10px 0;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
  position:relative;
	min-height: 30px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 25px 0;
	background:#fff;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;	
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: #eee;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #fff;
}


		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}


#mbPrevLink {
  position:absolute;
  top:9px;
  right:60px;
  display:block;
  width:6px;
  height:12px;
  text-indent:-999em;
  background:url('../../files/boerger_jaeckle/bilder/mediabox_arrow_left.gif') no-repeat;
}
#mbNextLink {
  position:absolute;
  top:9px;
  right:45px;
  display:block;
  width:6px;
  height:12px;
  text-indent:-999em;
  background:url('../../files/boerger_jaeckle/bilder/mediabox_arrow_right.gif') no-repeat;
}
#mbCloseLink {
  position:absolute;
  top:10px;
  right:25px;
  display:block;
  width:9px;
  height:9px;
  text-indent:-999em;
  background:url('../../files/boerger_jaeckle/bilder/mediabox_close.gif') no-repeat;  
}
#mbTitle {
  font:bold 14px/14px Calibri;
  color:#4d4d4d;
}

.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}
#wrapper{word-wrap:break-word;}*{margin:0;padding:0;border:0;outline:none;}h1,h2,h3,h4,h5,p,ul,li{padding:0;margin:0;}img{display:block;}ul{list-style-type:none;}a{text-decoration:none;}a:hover{text-decoration:underline;}body{overflow-y:scroll;background:silver;}* + html body{overflow-y:auto;}#header{margin-bottom:0;}#header.fixed{margin-bottom:90px;}#subheader{width:100%;background:url('../../files/boerger_jaeckle/bilder/bg_subheader.png') center top no-repeat;z-index:100;}#subheader .inside{margin:0 auto;width:880px;height:90px;background:url('../../files/boerger_jaeckle/bilder/bg_subheader_inside.png') center top no-repeat;}#subheader.fixed{position:fixed;top:0;}.standard #subheader,.profil #subheader,.leistungen #subheader{position:fixed;top:0;}.standard #container,.profil #container,.leistungen #container{margin-top:90px;}#footer{height:70px;background:#4f4f4f;}#footer .inside{margin:0 auto;max-width:880px;}.om_header_navigation ul{display:block;margin:45px 0 0;}.om_header_navigation ul li{display:inline;padding:0 12px 0 0;}.om_header_navigation ul li a,.om_header_navigation ul li span{font:16px/20px Calibri;color:#a7a7a7;text-transform:uppercase;-webkit-transition:color 300ms ease;-moz-transition:color 300ms ease;-ms-transition:color 300ms ease;-o-transition:color 300ms ease;transition:color 300ms ease;}.om_header_navigation ul li a:hover,.om_header_navigation ul li a.selected{color:white;text-decoration:none;}.om_footer_navigation{position:absolute;top:25px;right:0;}.om_footer_navigation ul{display:block;}.om_footer_navigation ul li{display:inline;padding:0 12px 0 0;}.om_footer_navigation ul li a,.om_footer_navigation ul li span{font:16px/20px Calibri;color:#a7a7a7;}.om_footer_navigation ul li a:hover,.om_footer_navigation ul li span.active{color:white;text-decoration:none;}.mod_article{position:relative;}.mod_article .inside{margin:0 auto;width:880px;height:100%;}.mod_article.parallax{z-index:4;}.mod_article.parallax .inside{width:1000px;}.mod_article.map .inside{width:100%;}.mod_article.references .inside{width:100%;}.mod_article.kategorien-leistungen .inside{width:100%;}.mod_article .article_anchor{position:absolute;top:-90px;}.mod_newslist{margin:0 0 35px 0;}.mod_newslist .layout_latest{display:block;float:left;margin:0 20px 20px 0;width:160px;}.mod_newslist .layout_latest a{display:block;}.mod_newslist .layout_latest a .image_container{position:relative;width:160px;height:120px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background:#a7a7a7;}.mod_newslist .layout_latest a .image_container img{position:absolute;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_newslist .layout_latest a h2{padding:4px 0 0 10px;font:bold 11px/14px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;white-space:nowrap;background:#4f4f4f;}.mod_newslist .layout_latest a .info{padding:0 0 2px 10px;font:11px/15px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;background:#4f4f4f;}.mod_newslist .layout_latest a:hover{text-decoration:none;}.mod_newslist .layout_latest a:hover img.grayscale{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_newslist .layout_latest:nth-child(5n+5){margin:0 0 20px 0;}.mod_om_buj_services .column{float:left;margin:0 24px 35px 0;width:202px;}.mod_om_buj_services .column:nth-child(4n+4){margin:0;}.mod_om_buj_services .column li{padding:6px 0 0 0;text-align:center;background:url('../../files/boerger_jaeckle/bilder/services_separator_blue.png') center top no-repeat;}.mod_om_buj_services .column li.first{padding:0 0 4px 0;background:url('../../files/boerger_jaeckle/bilder/services_separator_top_blue.png') center bottom no-repeat;}.mod_om_buj_services .column li span,.mod_om_buj_services .column li a{display:block;padding:0.1875rem 1.5rem;font:14px/18px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#4f4f4f;letter-spacing:-0.5pt;-webkit-border-radius:6px;border-radius:6px;background:#a7a7a7;}.mod_om_buj_services .column li.first span{font:14px/30px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;text-transform:uppercase;background:#006ec8;}.mod_om_buj_services .column li a{background:url('../../files/boerger_jaeckle/bilder/Plus_B+J_Leistungen_2017.svg') right 4px center no-repeat #a7a7a7;background-size:12px;}.mod_om_buj_services .column li a:hover{color:white;text-decoration:none;background-image:url('../../files/boerger_jaeckle/bilder/Plus_B+J_Leistungen_2017_aktiv.svg');}.mod_om_buj_categories{margin:0 0 35px;}.mod_om_buj_categories .category{display:block;float:left;margin:0 20px 20px 0;width:160px;}.mod_om_buj_categories .category a{display:block;}.mod_om_buj_categories .category a .image_container{position:relative;width:160px;height:120px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background:#a7a7a7;}.mod_om_buj_categories .category a .image_container img{position:absolute;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_categories .category a h3{padding:1px 0 0 9px;font:bold 11px/24px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;text-transform:uppercase;white-space:nowrap;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;background:#4f4f4f;}.mod_om_buj_categories .category a:hover{text-decoration:none;}.mod_om_buj_categories .category a:hover img.grayscale{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_categories .category:nth-child(5n+5){margin:0 0 20px 0;}.mod_om_buj_references .category .inside{margin:0 auto;max-width:880px;}.mod_om_buj_references .category .inside .anchor{position:absolute;top:-89px;}.mod_om_buj_references .category .inside .references{min-height:350px;}.mod_om_buj_references .category .inside .references .reference{display:block;float:left;margin:0 20px 20px 0;width:160px;}.mod_om_buj_references .category .inside .references .reference a{display:block;}.mod_om_buj_references .category .inside .references .reference a .image_container{position:relative;width:160px;height:120px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background:#a7a7a7;}.mod_om_buj_references .category .inside .references .reference a .image_container img{width:100%;position:absolute;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_references .category .inside .references .reference a h3{padding:4px 0 3px 11px;font:bold 11px/14px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;height:28px;white-space:nowrap;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;background:#4f4f4f;}.mod_om_buj_references .category .inside .references .reference a:hover{text-decoration:none;}.mod_om_buj_references .category .inside .references .reference a:hover img.grayscale{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_references .category .inside .references .reference:nth-child(5n){margin:0 0 20px 0;}.mod_om_buj_references .category .inside .references .clear{clear:both;}.mod_om_buj_references h2{padding:36px 0 22px;font:300 42px/42px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;text-transform:uppercase;}.mod_om_buj_references .even{background:#e6e6e6;}.mod_om_buj_references .even h2{color:#a7a7a7;}.mod_om_buj_references .odd{background:#006ec8;}.mod_om_buj_references .odd h2{color:#80b6e3;}.mod_om_buj_references .selectBox{position:absolute;top:39px;left:540px;width:160px;}.mod_om_buj_categories_services .categoryServices .inside{margin:0 auto;max-width:880px;}.mod_om_buj_categories_services .categoryServices .inside .anchor{position:absolute;top:-90px;}.mod_om_buj_categories_services .categoryServices .inside .text{float:left;width:320px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;}.mod_om_buj_categories_services .categoryServices .inside .text p,.mod_om_buj_categories_services .categoryServices .inside .text ul{padding:0 0 18px;}.mod_om_buj_categories_services .categoryServices .inside .text ul li{padding:0 0 0 12px;background:url('../../files/boerger_jaeckle/bilder/bg_list_gray70.png') 0 6px no-repeat;}.mod_om_buj_categories_services .categoryServices .inside .references{float:right;width:520px;}.mod_om_buj_categories_services .categoryServices .inside .references .reference{display:block;float:left;margin:0 20px 20px 0;width:160px;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a{display:block;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a .image_container{position:relative;width:160px;height:120px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background:#a7a7a7;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a .image_container img{position:absolute;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a h3{padding:4px 0 3px 11px;font:bold 11px/14px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;height:28px;white-space:nowrap;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;background:#4f4f4f;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a:hover{text-decoration:none;}.mod_om_buj_categories_services .categoryServices .inside .references .reference a:hover img.grayscale{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_categories_services .categoryServices .inside .references .reference:nth-child(3n){margin:0 0 20px 0;}.mod_om_buj_categories_services .categoryServices .inside .references .clear{clear:both;}.mod_om_buj_categories_services h2{padding:36px 0 22px;font:300 42px/32px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;text-transform:uppercase;}.mod_om_buj_categories_services .even{background:#e6e6e6;}.mod_om_buj_categories_services .even .text{color:#4f4f4f !important;}.mod_om_buj_categories_services .even .text a{color:#a7a7a7 !important;}.mod_om_buj_categories_services .even h2{color:#a7a7a7;}.mod_om_buj_categories_services .odd{background:#006ec8;}.mod_om_buj_categories_services .odd .text{color:#d4e3f2 !important;}.mod_om_buj_categories_services .odd .text a{color:#80b6e3 !important;}.mod_om_buj_categories_services .odd .text ul li{background:url('../../files/boerger_jaeckle/bilder/bg_list_blue20.png') 0 6px no-repeat !important;}.mod_om_buj_categories_services .odd h2{color:#80b6e3;}.mod_om_buj_categories_services .selectBox{position:absolute;top:30px;left:540px;width:160px;}.mod_om_buj_public_relations .inside{margin:0 auto;max-width:880px;}.mod_om_buj_public_relations .inside .anchor{position:absolute;top:-90px;}.mod_om_buj_public_relations .inside .text{float:left;width:320px;font:13px/18px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#4f4f4f;}.mod_om_buj_public_relations .inside .text p{padding:0 0 18px;}.mod_om_buj_public_relations .inside .subCategories{float:right;width:520px;}.mod_om_buj_public_relations .inside .subCategories .subCategory{display:block;float:left;margin:0 20px 20px 0;width:160px;}.mod_om_buj_public_relations .inside .subCategories .subCategory a,.mod_om_buj_public_relations .inside .subCategories .subCategory span{display:block;}.mod_om_buj_public_relations .inside .subCategories .subCategory a .image_container,.mod_om_buj_public_relations .inside .subCategories .subCategory span .image_container{position:relative;width:160px;height:120px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background:#a7a7a7;}.mod_om_buj_public_relations .inside .subCategories .subCategory a .image_container img,.mod_om_buj_public_relations .inside .subCategories .subCategory span .image_container img{position:absolute;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_public_relations .inside .subCategories .subCategory a h3,.mod_om_buj_public_relations .inside .subCategories .subCategory span h3{padding:4px 0 3px 11px;font:bold 13px/28px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;height:28px;text-transform:uppercase;white-space:nowrap;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;background:#4f4f4f;}.mod_om_buj_public_relations .inside .subCategories .subCategory a:hover,.mod_om_buj_public_relations .inside .subCategories .subCategory span:hover{text-decoration:none;}.mod_om_buj_public_relations .inside .subCategories .subCategory a:hover img.grayscale,.mod_om_buj_public_relations .inside .subCategories .subCategory span:hover img.grayscale{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_public_relations .inside .subCategories .subCategory:nth-child(3n){margin:0 0 20px 0;}.mod_om_buj_public_relations .inside .subCategories .clear{clear:both;}.mod_om_buj_locations.big{position:relative;margin:0 auto 50px;width:520px;height:711px;background:url('../../files/boerger_jaeckle/bilder/standortkarte.png') no-repeat;background-size:cover;}.mod_om_buj_locations.big .location{position:absolute;display:block;width:20px;height:20px;}.mod_om_buj_locations.big .location .details{position:relative;width:20px;height:20px;}.mod_om_buj_locations.big .location .details .title{position:absolute;font:14px/18px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#4f4f4f;}.mod_om_buj_locations.big .location .details .text{opacity:0;position:absolute;min-width:260px;padding:24px 24px 4px;width:auto;height:auto;font:14px/18px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;border-radius:10px;background:rgba(33,33,33,0.8);z-index:8;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_locations.big .location .details .text.open{opacity:1;z-index:18;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.mod_om_buj_locations.big .location .details .text p{padding:0 0 20px 0;}.mod_om_buj_locations.big .location .details .text a{color:white;}.mod_om_buj_locations.big .location .details .point{position:absolute;top:0;left:0;display:block;width:14px;height:14px;cursor:pointer;background:url('../../files/boerger_jaeckle/bilder/Plus_B+J_Standorte_2017.svg') 0 0 no-repeat;z-index:10;}.mod_om_buj_locations.big .location .details .point:hover,.mod_om_buj_locations.big .location .details .point.open{background:url('../../files/boerger_jaeckle/bilder/Plus_B+J_Standorte_2017_aktiv.svg') 0 0 no-repeat;z-index:20;}.mod_om_buj_locations.small{position:relative;margin:0 0 50px;width:100%;height:400px;background:url('../../files/boerger_jaeckle/bilder/b-j_standorte_2017_klein_blau.svg') no-repeat;background-size:cover;}.mod_om_buj_locations.small a{display:block;width:100%;height:100%;z-index:20;}.mod_om_buj_locations.small .location{position:absolute;display:none;width:7px;height:7px;z-index:10;}.mod_om_buj_locations.small .location .details{position:relative;width:7px;height:7px;}.mod_om_buj_locations.small .location .details .title{position:absolute;font:10px/10px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#006ec8;}.mod_om_buj_locations.small .location .details .text{display:none;}.mod_om_buj_locations.small .location .details .point{position:absolute;top:0;left:0;display:block;width:7px;height:7px;background:url('../../files/boerger_jaeckle/bilder/standortkarte_punkte_klein.png') 0 0 no-repeat;}.mod_changelanguage{display:none;position:absolute;top:25px;left:0;}.mod_changelanguage ul{list-style-type:none;}.mod_changelanguage ul li{display:block;float:left;padding:0 12px 0 0;}.mod_changelanguage ul li a,.mod_changelanguage ul li span{display:block;opacity:0.4;width:23px;height:20px;font:16px/20px Calibri;color:#a7a7a7;text-transform:uppercase;text-indent:-999em;}.mod_changelanguage ul li a.lang-de,.mod_changelanguage ul li span.lang-de{background:url('../../files/boerger_jaeckle/bilder/sprites.png') -21px 0 no-repeat;}.mod_changelanguage ul li a.lang-en,.mod_changelanguage ul li span.lang-en{background:url('../../files/boerger_jaeckle/bilder/sprites.png') -44px 0 no-repeat;}.mod_changelanguage ul li a:hover,.mod_changelanguage ul li span.active{opacity:1;color:white;text-decoration:none;}.mod_om_structure{width:100%;min-height:290px;background:url('../../files/boerger_jaeckle/bilder/bg_structure.png') no-repeat;}.mod_om_structure a{color:white;}.mod_om_structure .box1c{margin:0 0 73px;font:18.2px/42px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;text-align:center;border-radius:10px;background:#808080;}.mod_om_structure .box2c{box-sizing:border-box;position:relative;width:430px;height:100px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#808080;text-align:center;border-radius:10px;border:2px solid #808080;}.mod_om_structure .box2c.first{float:left;}.mod_om_structure .box2c.second{float:right;}.mod_om_structure .box2c .top{position:absolute;top:8px;left:0;width:430px;}.mod_om_structure .box2c .bottom{position:absolute;bottom:8px;left:0;width:430px;}.mod_om_structure .box2c .bottom a{color:#808080;}.mod_om_structure .box4c{box-sizing:border-box;position:relative;display:block;float:left;margin:75px 20px 50px 0;width:205px;height:100px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#808080;text-align:center;letter-spacing:-0.5pt;border-radius:10px;border:2px solid #808080;}.mod_om_structure .box4c.fourth{margin:75px 0 50px;color:white;background:#808080;}.mod_om_structure .box4c.fourth .bottom a{color:white;}.mod_om_structure .box4c .top{position:absolute;top:5px;left:0;width:205px;}.mod_om_structure .box4c .bottom{position:absolute;bottom:5px;left:0;width:205px;}.mod_om_structure .box4c .bottom a{color:#808080;}.mod_om_buj_publications{margin-bottom:50px;}.mod_om_buj_publications .head{border-top-left-radius:4px;border-top-right-radius:4px;}.mod_om_buj_publications .head .column{float:left;padding:5px 10px;font:bold 14px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_publications .head .column.first{border-top-left-radius:4px;}.mod_om_buj_publications .head .column.last{border-top-right-radius:4px;border-bottom-left-radius:8px;}.mod_om_buj_publications .omToggler{clear:both;cursor:pointer;}.mod_om_buj_publications .omToggler .column{float:left;padding:5px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_publications .omToggler .line{clear:both;height:4px;background:#4f4f4f;}.mod_om_buj_publications .omToggler.last{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.mod_om_buj_publications .omToggler.ui-state-active.last{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.mod_om_buj_publications .omAccordion{padding:5px 8px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_publications .omAccordion:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:4px;}.mod_om_buj_publications .image{opacity:0;position:absolute;top:90px;right:0;width:280px;-webkit-transition:opacity 400ms ease-in-out;-moz-transition:opacity 400ms ease-in-out;-ms-transition:opacity 400ms ease-in-out;-o-transition:opacity 400ms ease-in-out;}.mod_om_buj_publications .image.active{opacity:1;}.mod_om_buj_publications .image img{border-radius:10px;-webkit-border-radius:10px;}.mod_om_buj_publications.blau .head{height:30px;border-right:4px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_publications.blau .head .column{color:white;background:#4f4f4f;}.mod_om_buj_publications.blau .omToggler{border-right:4px solid #4f4f4f;background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_publications.blau .omToggler.ui-state-active{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_publications.blau .omToggler:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_publications.blau .omToggler.ui-state-active:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_publications.blau .omToggler .column{color:#4f4f4f;}.mod_om_buj_publications.blau .omToggler .line{border-left:4px solid #006ec8;}.mod_om_buj_publications.blau .omAccordion{color:#e6e6e6;border-left:4px solid #006ec8;border-right:2px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_publications.blau .omAccordion .pdf{padding:12px 0 5px 0;}.mod_om_buj_publications.blau .omAccordion .pdf a{padding:0 0 0 20px;color:#e6e6e6;background:url('../../files/boerger_jaeckle/bilder/pdf.gif') no-repeat;}.mod_om_buj_job{margin-bottom:50px;}.mod_om_buj_job .head{border-top-left-radius:4px;border-top-right-radius:4px;}.mod_om_buj_job .head .column{float:left;padding:5px 10px;font:bold 14px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_job .head .column.first{border-top-left-radius:4px;}.mod_om_buj_job .head .column.last{border-top-right-radius:4px;border-bottom-left-radius:4px;}.mod_om_buj_job .omToggler{clear:both;cursor:pointer;}.mod_om_buj_job .omToggler .column{float:left;padding:5px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_job .omToggler .line{clear:both;height:4px;}.mod_om_buj_job .omToggler.last{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.mod_om_buj_job .omToggler.ui-state-active.last{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.mod_om_buj_job .omAccordion{padding:5px 8px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_job .omAccordion:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:4px;}.mod_om_buj_job .image{opacity:0;position:absolute;top:90px;right:0;width:280px;-webkit-transition:opacity 400ms ease-in-out;-moz-transition:opacity 400ms ease-in-out;-ms-transition:opacity 400ms ease-in-out;-o-transition:opacity 400ms ease-in-out;}.mod_om_buj_job .image.active{opacity:1;}.mod_om_buj_job .image img{border-radius:10px;-webkit-border-radius:10px;}.mod_om_buj_job.blau .head{height:30px;border-right:2px solid #80b6e3;background:#80b6e3;}.mod_om_buj_job.blau .head .column{color:white;background:#80b6e3;}.mod_om_buj_job.blau .omToggler{border-right:2px solid #2773bc;background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus.svg') right bottom no-repeat white;}.mod_om_buj_job.blau .omToggler.ui-state-active{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus.svg') right bottom no-repeat white;}.mod_om_buj_job.blau .omToggler:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus_aktiv.svg') right bottom no-repeat white;}.mod_om_buj_job.blau .omToggler.ui-state-active:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus_aktiv.svg') right bottom no-repeat white;}.mod_om_buj_job.blau .omToggler .column{color:#4f4f4f;}.mod_om_buj_job.blau .omToggler .line{border-left:2px solid #006ec8;background:#2773bc;}.mod_om_buj_job.blau .omAccordion{color:white;border-left:2px solid #006ec8;border-right:2px solid #2773bc;background:#2773bc;}.mod_om_buj_job.blau .omAccordion .pdf{clear:both;padding:12px 0 5px 0;}.mod_om_buj_job.blau .omAccordion .pdf a{color:white;}.mod_om_buj_job.blau .omAccordion .pdf a.pdf{padding:0 0 0 20px;background:url('../../files/boerger_jaeckle/bilder/pdf.gif') no-repeat;}.mod_om_buj_job.grau .head{height:30px;border-right:4px solid #006ec8;background:#006ec8;}.mod_om_buj_job.grau .head .column{color:white;background:#006ec8;}.mod_om_buj_job.grau .omToggler{border-right:4px solid #4f4f4f;background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_job.grau .omToggler.ui-state-active{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_job.grau .omToggler:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_job.grau .omToggler.ui-state-active:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_job.grau .omToggler .column{color:#4f4f4f;}.mod_om_buj_job.grau .omToggler .line{border-left:4px solid #e6e6e6;background:#4f4f4f;}.mod_om_buj_job.grau .omAccordion{color:#e6e6e6;border-left:4px solid #e6e6e6;border-right:2px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_job.grau .omAccordion h3{padding:0 0 4px;color:#e6e6e6;}.mod_om_buj_job.grau .omAccordion .profile,.mod_om_buj_job.grau .omAccordion .knowledge,.mod_om_buj_job.grau .omAccordion .contact{display:inline-block;float:left;}.mod_om_buj_job.grau .omAccordion .profile ul,.mod_om_buj_job.grau .omAccordion .knowledge ul,.mod_om_buj_job.grau .omAccordion .contact ul{padding:0 0 0 16px;list-style-type:disc;}.mod_om_buj_job.grau .omAccordion .profile{margin:0 20px 0 0;width:150px;}.mod_om_buj_job.grau .omAccordion .knowledge{margin:0 20px 0 0;width:200px;}.mod_om_buj_job.grau .omAccordion .contact{width:157px;}.mod_om_buj_job.grau .omAccordion .contact a{color:white;}.mod_om_buj_job.grau .omAccordion .pdf{clear:both;padding:20px 0 5px 0;}.mod_om_buj_job.grau .omAccordion .pdf a{padding:0 0 0 20px;color:white;background:url('../../files/boerger_jaeckle/bilder/pdf.gif') no-repeat;}.mod_om_buj_job.grau .omAccordion .clear{clear:both;}.mod_om_buj_contact{margin-bottom:50px;}.mod_om_buj_contact .head{border-top-left-radius:4px;border-top-right-radius:4px;}.mod_om_buj_contact .head .column{float:left;padding:5px 10px;font:bold 14px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_contact .head .column.first{border-top-left-radius:4px;}.mod_om_buj_contact .head .column.last{border-top-right-radius:4px;border-bottom-left-radius:4px;}.mod_om_buj_contact .omToggler{clear:both;cursor:pointer;}.mod_om_buj_contact .omToggler .column{float:left;padding:5px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_contact .omToggler .line{clear:both;height:4px;}.mod_om_buj_contact .omToggler.last{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.mod_om_buj_contact .omToggler.ui-state-active.last{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.mod_om_buj_contact .omAccordion{padding:5px 8px 10px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.mod_om_buj_contact .omAccordion:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:4px;}.mod_om_buj_contact .image{opacity:0;position:absolute;top:90px;right:0;width:280px;-webkit-transition:opacity 400ms ease-in-out;-moz-transition:opacity 400ms ease-in-out;-ms-transition:opacity 400ms ease-in-out;-o-transition:opacity 400ms ease-in-out;}.mod_om_buj_contact .image.active{opacity:1;}.mod_om_buj_contact .image img{border-radius:10px;-webkit-border-radius:10px;}.mod_om_buj_contact.blau .head{height:30px;border-right:4px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_contact.blau .head .column{color:white;background:#4f4f4f;}.mod_om_buj_contact.blau .omToggler{border-right:4px solid #4f4f4f;background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_contact.blau .omToggler:last-child{background:red !important;border-bottom-left-radius:4px !important;border-bottom-right-radius:4px !important;}.mod_om_buj_contact.blau .omToggler.ui-state-active{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_contact.blau .omToggler:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_contact.blau .omToggler.ui-state-active:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus_aktiv.svg') right -1px bottom 3px no-repeat white;background-size:17px;}.mod_om_buj_contact.blau .omToggler .column{color:#4f4f4f;}.mod_om_buj_contact.blau .omToggler .line{border-left:4px solid #006ec8;background:#4f4f4f;}.mod_om_buj_contact.blau .omToggler a{color:#4f4f4f;}.mod_om_buj_contact.blau .omAccordion{color:white;border-left:4px solid #006ec8;border-right:2px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_contact.blau .omAccordion h3{padding:0 0 4px;color:#e6e6e6;}.mod_om_buj_contact.blau .omAccordion .manager,.mod_om_buj_contact.blau .omAccordion .fax,.mod_om_buj_contact.blau .omAccordion .address{display:inline-block;float:left;color:#e6e6e6;}.mod_om_buj_contact.blau .omAccordion .manager{width:270px;}.mod_om_buj_contact.blau .omAccordion .fax{width:100px;}.mod_om_buj_contact.blau .omAccordion .address{width:160px;}.mod_om_buj_contact.blau .omAccordion .address a{color:#e6e6e6;}.mod_om_buj_contact.grau .head{height:30px;border-right:2px solid #a7a7a7;background:#a7a7a7;}.mod_om_buj_contact.grau .head .column{color:#4f4f4f;background:#a7a7a7;}.mod_om_buj_contact.grau .omToggler{border-right:2px solid #4f4f4f;background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus.svg') right bottom no-repeat white;}.mod_om_buj_contact.grau .omToggler.ui-state-active{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus.svg') right bottom no-repeat white;}.mod_om_buj_contact.grau .omToggler:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Plus_aktiv.svg') right bottom no-repeat white;}.mod_om_buj_contact.grau .omToggler.ui-state-active:hover{background:url('../../files/boerger_jaeckle/bilder/B+J_Akkordeon_Minus_aktiv.svg') right bottom no-repeat white;}.mod_om_buj_contact.grau .omToggler .column{color:#4f4f4f;}.mod_om_buj_contact.grau .omToggler .line{border-left:2px solid #e6e6e6;background:#4f4f4f;}.mod_om_buj_contact.grau .omAccordion{color:white;border-left:2px solid #e6e6e6;border-right:2px solid #4f4f4f;background:#4f4f4f;}.mod_om_buj_contact.grau .omAccordion h3{padding:0 0 4px;color:white;}.mod_om_buj_contact.grau .omAccordion .clear{clear:both;}h1{padding:36px 0 22px;font:300 42px/32px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#a7a7a7;text-transform:uppercase;}h2{padding:0 0 16px;font:20px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#d4e3f2;}.bg_color_gray10 h2{color:#4f4f4f;}h3{padding:0 0 16px;font:bold 14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#d4e3f2;}.bg_color_gray10 h2{color:#4f4f4f;}.ce_text{font:14px/18px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.ce_text a{color:#a7a7a7;}.ce_text p{padding:0 0 16pt;}.ce_text .image_container img{border-radius:10px;}.ce_text table{width:100%;border-spacing:0;border-collapse:separate;}.ce_text table.publications{width:580px;}.ce_text table thead{font:bold 13px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:white;}.ce_text table thead td,.ce_text table thead th{padding:5px 10px;background:#80b6e3;}.ce_text table thead td:first-child,.ce_text table thead th:first-child{border-top-left-radius:4px;}.ce_text table thead td:last-child,.ce_text table thead th:last-child{border-top-right-radius:4px;}.ce_text table tbody tr.myToggler{cursor:pointer;font:13px/14px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;}.ce_text table tbody tr.myToggler td{padding:5px 10px;color:#4f4f4f;border-bottom:2px solid #2773bc;background:white;}.ce_text table tbody tr.myToggler td:last-child{border-right:2px solid #2773bc;background:url('../../files/boerger_jaeckle/bilder/tables_blue_plus.gif') right bottom no-repeat white;}.ce_text table tbody tr.myToggler.open td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_blue_minus.gif') right bottom no-repeat white;}.ce_text table tbody tr.myToggler:hover td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_blue_plus_hover.gif') right bottom no-repeat white;}.ce_text table tbody tr.myToggler.open:hover td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_blue_minus_hover.gif') right bottom no-repeat white;}.ce_text table tbody tr.myAccordion td{padding:5px 10px;color:white;background:#2773bc;}.ce_text table tbody tr.myAccordion td a.pdf{padding:0 0 0 20px;background:url('../../files/boerger_jaeckle/bilder/pdf.gif') no-repeat;}.ce_text table tbody tr.myAccordion td tr{display:table-row !important;}.ce_text table tbody tr.myAccordion td img{position:absolute;top:90px;right:0;width:280px;border-radius:10px;-webkit-border-radius:10px;}.ce_text table tbody tr.myAccordion:last-child td:first-child{border-bottom-left-radius:4px;}.ce_text table tbody tr.myAccordion:last-child td:last-child{border-bottom-right-radius:4px;}.bg_color_blue85 .ce_text{color:#d4e3f2;}.bg_color_blue85 .ce_text a{color:#e6e6e6;}.bg_color_blue85 .ce_text .myToggler a{color:#006ec8;}.bg_color_blue85 .ce_text .myAccordion td{padding:5px 10px !important;}.bg_color_blue85 .ce_text .myAccordion td:first-child{padding:5px 10px 5px 8px !important;border-left:2px solid #006ec8;}.bg_color_blue85 .ce_text .myAccordion td table{width:100%;border-spacing:0;}.bg_color_blue85 .ce_text .myAccordion td table td{padding:5px 10px 5px 0 !important;}.bg_color_blue85 .ce_text .myAccordion td table td:first-child{border:none;}.bg_color_blue85 .ce_text .myAccordion td a{color:#e6e6e6;}.bg_color_gray10 .ce_text{color:#4f4f4f;}.bg_color_gray10 .ce_text table thead{color:#4f4f4f;}.bg_color_gray10 .ce_text table thead td,.bg_color_gray10 .ce_text table thead th{background:#a7a7a7;}.bg_color_gray10 .ce_text tr.myToggler td{border-bottom:2px solid #4f4f4f;}.bg_color_gray10 .ce_text tr.myToggler td:last-child{border-right:2px solid #4f4f4f;background:url('../../files/boerger_jaeckle/bilder/tables_gray_plus.gif') right bottom no-repeat white;}.bg_color_gray10 .ce_text tr.myToggler.open td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_gray_minus.gif') right bottom no-repeat white;}.bg_color_gray10 .ce_text tr.myToggler:hover td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_gray_plus_hover.gif') right bottom no-repeat white;}.bg_color_gray10 .ce_text tr.myToggler.open:hover td:last-child{background:url('../../files/boerger_jaeckle/bilder/tables_gray_minus_hover.gif') right bottom no-repeat white;}.bg_color_gray10 .ce_text .myAccordion li{padding:0 0 0 12px;background:url('../../files/boerger_jaeckle/bilder/bg_list_white.png') 0 6px no-repeat;}.bg_color_gray10 .ce_text .myAccordion td{padding:5px 10px !important;background:#4f4f4f;}.bg_color_gray10 .ce_text .myAccordion td:first-child{padding:5px 10px 5px 8px !important;border-left:2px solid #e6e6e6;}.bg_color_gray10 .ce_text .myAccordion td table{width:auto;border-spacing:0;}.bg_color_gray10 .ce_text .myAccordion td table td{padding:5px 10px 5px 0 !important;}.bg_color_gray10 .ce_text .myAccordion td table td:first-child{border:none;}.bg_color_gray10 .ce_text .myAccordion td a{color:#e6e6e6;}.ce_list ul li,.ce_list ol li{padding:0 0 0 12px;font:13px/20px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#4f4f4f;list-style-type:circle;background:url('../../files/boerger_jaeckle/bilder/bg_list_gray70.png') 0 7px no-repeat;}.ce_gallery li{margin:0 23px 20px 0;}.ce_gallery li.col_last{margin:0 0 20px 0;}.ce_gallery li .image_container img{border-radius:10px;}.ce_hyperlink.unternehmen,.ce_hyperlink.struktur{position:absolute;width:520px;}.ce_hyperlink.unternehmen a,.ce_hyperlink.struktur a{float:right;}.ce_hyperlink.standorte{float:right;}.ce_dlh_googlemaps a{color:#006ec8;}.ce_dlh_googlemaps .routinglink{padding:16px 0 8px 0;}.ce_dlh_googlemaps .routinglink form{padding:4px 0 0 0;}.ce_dlh_googlemaps .routinglink form input[type=text]{padding:3px 5px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;border:1px solid #4f4f4f;}.ce_dlh_googlemaps .routinglink form input[type=submit]{margin:0 0 0 1px;padding:3px 6px;font:14px/18.2px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#e6e6e6;cursor:pointer;background:#4f4f4f;border:1px solid #4f4f4f;}.ce_dlh_googlemaps .routinglink form input[type=submit]:hover{color:white;}.cookiebar{background:#4f4f4f;}.cookiebar .cookiebar__text{margin:0;padding:0 0 0.5rem;font-size:0.875rem;line-height:1.125rem;font-family:Calibri;}.cookiebar .cookiebar__text a{color:white;text-decoration:underline;}.cookiebar .cookiebar__button{margin:0 1rem;background:#006ec8;}.cookiebar .cookiebar__button:hover{background:#00447b;}.pdf_link{float:right;margin:38px 0 0;}.pdf_link a{display:block;float:right;margin:0 0 0 10px;width:24px;height:24px;background:url('../../files/boerger_jaeckle/bilder/sprites.png') no-repeat;}.pdf_link a.print{background-position:0 -40px;}.pdf_link a.print:hover{background-position:0 -64px;}.pdf_link a.pdf{background-position:-24px -40px;}.pdf_link a.pdf:hover{background-position:-24px -64px;}.pdf_link a.facebook{background-position:-96px -40px;}.pdf_link a.facebook:hover{background-position:-96px -64px;}.pdf_link a.twitter{background-position:-72px -40px;}.pdf_link a.twitter:hover{background-position:-72px -64px;}.pdf_link a.gplus{background-position:-48px -40px;}.pdf_link a.gplus:hover{background-position:-48px -64px;}.cover{width:100%;background:url('../../files/boerger_jaeckle/bilder/bg_cover.jpg') 50% 0%;background-size:cover !important;}.om_header_logo{position:absolute;top:22px;right:0;display:block;width:280px;height:45px;background:url('../../files/boerger_jaeckle/bilder/logo_ibb.svg') no-repeat;background-size:280px 45px;}.om_footer_copyright .ce_text{padding:0 100px;height:70px;}.om_footer_copyright .ce_text p{display:table-cell;vertical-align:middle;width:680px;height:70px;font:16px/20px Calibri;color:#a7a7a7;text-align:center;}.om_link_navi{position:absolute;left:430px;bottom:20px;width:21px;height:13px;background:url('../../files/boerger_jaeckle/bilder/sprites.png') 0 0 no-repeat;}.om_link_navi:hover{background-position:0 -13px;}.parallax{height:320px;}.parallax.team{background:url('../../files/boerger_jaeckle/inhalt/Bilder/Parallax/Panorama_Mitarbeiter_ibb_2_1600x530_parallax.jpg') center center no-repeat;background-size:cover;}.parallax.team .inside{max-width:880px;}.parallax.team .inside .ce_text{position:absolute;bottom:0.625rem;left:0;font-size:1rem;font-style:italic;color:white;text-shadow:0 0 8px #000;}.parallax.team .inside .ce_text p{padding:0;}.parallax.team2014{background:url('../../files/boerger_jaeckle/inhalt/Bilder/Parallax/Panorama_Mitarbeiter_ibb_1_1600x530_parallax.jpg') center center no-repeat;background-size:cover;}.parallax.bridge{background:url('../../files/boerger_jaeckle/inhalt/Bilder/Parallax/Panorama_Pavillon_1600x530_parallax.jpg') center center no-repeat;background-size:cover;}.parallax.schiene{background:url('../../files/boerger_jaeckle/inhalt/Bilder/Parallax/Bruecke_Bornaer_Str_DSCN3926_1600x530_parallax.jpg') center center no-repeat;background-size:cover;}.om_accordion .sort .arrows{margin:0 0 0 10px;line-height:20px;text-indent:-999em;background:url('../../files/boerger_jaeckle/bilder/arrows.png') 0 0 no-repeat;}.site_navigation{position:fixed;top:180px;left:50%;margin:0 0 0 460px;z-index:10000;}.site_navigation ul li{position:relative;display:block;margin:0 0 10px;width:15px;height:15px;}.site_navigation ul li .pointer{position:absolute;top:0;left:0;width:15px;height:15px;cursor:pointer;border-radius:2px;background:rgba(255,255,255,0.5);}.site_navigation ul li:hover .pointer,.site_navigation ul li.selected .pointer{background:white;}.site_navigation ul li .title{position:absolute;top:2px;right:2px;display:none;padding:2px 24px 2px 4px;font:bold 12px Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;color:#006ec8;text-transform:uppercase;white-space:nowrap;border-radius:3px;background:#d4e3f2;}.site_navigation ul li:hover .title{display:block;}.homepage .site_navigation{opacity:0;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.homepage .site_navigation.show{opacity:1;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;-moz-backface-visibility:hidden;}.bg_color_gray10{background:#e6e6e6;}.bg_color_blue85{background:#006ec8;}.bg_color_blue85 h1{color:#80b6e3;}.profil_unternehmen{width:520px;}#article_profil .ce_hyperlink a{display:block;width:24px;height:24px;text-indent:-999em;background:url('../../files/boerger_jaeckle/bilder/Plus_in_Quadrat_24px.svg');}#article_profil .ce_hyperlink a:hover{background:url('../../files/boerger_jaeckle/bilder/Plus_in_Quadrat_24px_aktiv.svg');}.more-locations{color:#80b6e3 !important;}
