/*
 *  Stylesheet by eyepe.de
 */
/*
 	font-family:'Univers LT W01 45 Light';
	font-family:'UniversLTW01-67BoldCn';
*/
/* roboto-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
/* roboto-condensed-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

 * {
	 padding: 0;
	 border: 0;
	 margin: 0;
 }
 figure {
 	margin: 0;
 }
 *, *:before, *:after {
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 }
 img {
 	display: block;
     width: auto;
     max-width: 100%;
     height: auto !important;
     }
/* ==========================================================================
   Helper
   ========================================================================== */
.invisible {
	display: none;
}
.clearfix:after,
.mod_article .inside:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* ==========================================================================
   Formatierung
   ========================================================================== */
html {
	color: #00577F;
	font-size: 100%;
	/* font-family:'Univers LT W02 55 Roman', "Arial", sans-serif; */
	font-family:'Roboto', "Arial", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
#main h1 {
	color: #669AB2;
}
h2 {
	/* font-family:'Univers LT W01 45 Light';
	font-weight: normal; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.625rem;
	margin-bottom: 1.875rem;
}
h3 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
p.error {
	color: #a94442;
	margin-bottom: 0;
}
a {
	color: #5C93AD;
	text-decoration: none;
}
a:hover {
	color: #FFBF00;
}
p.more {
	margin-bottom: 0.625rem;
}
p.more a,
.more a,
a.more,
p.back a,
p.jobs a,
.enclosure a {
	display: inline-block;
	color: #00577F;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #639CB6;
	-webkit-transition:all 0.2s ease-in-out 0s;
	        transition:all 0.2s ease-in-out 0s;
}
	.teaser p.more a,
	.teaser a.more {
		color: #5C93AD;
		border: 1px solid #5C93AD;
	}
	#slider p.more a,
	#slider a.more {
		color: #FFF;
		border: 1px solid #FFF;
	}
p.more a:before,
.more a:before,
a.more:before,
p.back a:before,
p.jobs a:before,
.enclosure a:before {
	color: #FFF;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0rem !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 0px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	        transition: all 0.2s ease-in-out 0s;
}
	p.back a:before {
		content: "\f053";
	}
	.enclosure a:before {
		content: "\f1c1";
	}
p.more a:hover,
.more a:hover,
a.more:hover,
p.back a:hover,
p.jobs a:hover,
.enclosure a:hover,
#slider p.more a:hover,
#slider a.more:hover {
	color: #FFF !important;
	background-color: #FFBF00;
	border: 1px solid #FFBF00;
}
p.more a:hover:before,
.more a:hover:before,
a.more:hover:before,
p.back a:hover:before,
p.jobs a:before,
.enclosure a:hover:before {
	color: #FFF !important;
	font-size: 1rem !important;
	margin-right: 10px;
}
#main .ce_text p.jobs a,
#main .content-text p.jobs a{
	display: inline-flex;
}
#main .ce_text p.jobs a::before,
#main .content-text p.jobs a::before{
	content:'';
	display:inline-block;
	margin-right: 12px;
	width: 23.845px;
	height: 23.845px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.845' height='23.845'%3E%3Cg fill='%2323567C'%3E%3Cpath data-name='Pfad 113' d='M11.922 4.336a4.335 4.335 0 1 0 4.335 4.335 4.335 4.335 0 0 0-4.335-4.335Zm0 6.5a2.168 2.168 0 1 1 2.165-2.165 2.168 2.168 0 0 1-2.165 2.165Z'/%3E%3Cpath data-name='Pfad 114' d='M11.922 0a11.868 11.868 0 1 0 8.446 3.476A11.922 11.922 0 0 0 11.922 0ZM5.311 19.076a14.307 14.307 0 0 1 6.611-1.734 14.307 14.307 0 0 1 6.611 1.734 9.7 9.7 0 0 1-13.223 0ZM20 17.4a16.637 16.637 0 0 0-8.075-2.222A16.637 16.637 0 0 0 3.848 17.4a9.592 9.592 0 0 1-1.68-5.473 9.755 9.755 0 1 1 19.509 0A9.592 9.592 0 0 1 20 17.4Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
#main p.jobs a:hover::before{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.845' height='23.845'%3E%3Cg fill='%23fff'%3E%3Cpath data-name='Pfad 113' d='M11.922 4.336a4.335 4.335 0 1 0 4.335 4.335 4.335 4.335 0 0 0-4.335-4.335Zm0 6.5a2.168 2.168 0 1 1 2.165-2.165 2.168 2.168 0 0 1-2.165 2.165Z'/%3E%3Cpath data-name='Pfad 114' d='M11.922 0a11.868 11.868 0 1 0 8.446 3.476A11.922 11.922 0 0 0 11.922 0ZM5.311 19.076a14.307 14.307 0 0 1 6.611-1.734 14.307 14.307 0 0 1 6.611 1.734 9.7 9.7 0 0 1-13.223 0ZM20 17.4a16.637 16.637 0 0 0-8.075-2.222A16.637 16.637 0 0 0 3.848 17.4a9.592 9.592 0 0 1-1.68-5.473 9.755 9.755 0 1 1 19.509 0A9.592 9.592 0 0 1 20 17.4Z'/%3E%3C/g%3E%3C/svg%3E");
}
#main .ce_text a:not(.hofff-consent-show-privacy-settings):before,
#main .content-text a:not(.hofff-consent-show-privacy-settings):before,
.ce_kachel .content a:before {
	color: #5C93AD;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
#main .ce_text a:not(.hofff-consent-show-privacy-settings):hover:before,
#main .content-text a:not(.hofff-consent-show-privacy-settings):hover:before,
.ce_kachel .content a:hover:before {
	color: #FFBF00;
}
.bna_gelb { color:#FFBF00;}
.explanation {
	padding: 10px 0;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
p,
ul,
ol {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
table,
table p,
#footer ul {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
/* ==========================================================================
   Layout
   ========================================================================== */
#fixed_menu {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}
#wrapper {
	position: relative;
	z-index: 1;
	
	background-color: #ffffff;
}

.header {
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #e5eef2;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transition-property:*;
	        transition-property:*;
	-webkit-transition-duration:0.5s;
	        transition-duration:0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	-webkit-transition-delay:0s;
	        transition-delay:0s;
	will-change: transform;
}

body
	:is(
		.header
	){
    transition-property: width, transform, top;
    transition-duration: .4s;
    transition-timing-function: ease;
    z-index: 1;
}
body.mm-wrapper--opened 
	:is(
		.header
	){
	transform: translate3d(var(--mm-translate-horizontal),0,0);
}


@media (min-width: 760px) {
	.small .header {
		top: -50px;
	}
}
.header .inside {
	padding: 75px 0 30px 0;
	position: relative;
}
@media (min-width: 760px) {
	.small .header .inside {
		padding: 75px 0 13px 0;
	}
}
.header .inside:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
#topbuttons {
	display: block;
	position: absolute;
	top: 0;
}

nav strong
{
  font-weight: 200;
}

.mod_changelanguage {
	display: block;
	float: left;
}
.mod_changelanguage ul li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.mod_changelanguage ul li a,
.mod_changelanguage ul li strong {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #E5EEF2;
	text-align: center;
}
#search {
	display: block;
	float: left;
/* 	left: 123px; */
}
#search-button {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../images/icon_search.svg');
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#search-input {
	float: left;
	width: 0px;
	-webkit-transition-property:*;
	        transition-property:*;
	-webkit-transition-duration:0.3s;
	        transition-duration:0.3s;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-delay:0s;
	        transition-delay:0s;
}
#search-input.active {
	width: 300px;
}
#search input {
	width: 299px;
	background-color: #e5eef2;
	line-height: 20px;
	padding: 10px;
	outline: none;
}
#navi {
	/* background-image: url('../images/dev.png'); */
	float: left;
	line-height: 40px;
}
#navi ul li {
	display: inline;
	margin-right: 30px;
}
#navi ul li a,
#navi ul li strong {
	color: #00577F;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.125rem;
	padding-bottom: 5px;
	border-bottom: 3px solid #FFF;
    -webkit-transition: border 0.5s; /* For Safari 3.1 to 6.0 */
    transition: border 0.5s;
}
#navi ul li a:hover,
#navi ul li strong.active,
#navi ul li.trail a {
	border-bottom: 3px solid #FFBF00;
}
#m-navi-icon {
	display: none;
}
#logo {
	display: block;
	width: 240px;
	height: 40px;
	background-image: url('../images/bna_logo_@2x.jpg');
	background-repeat: no-repeat;
	background-size: 240px 40px;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -6px;
}
@media (min-width: 760px) {
	@keyframes logo
	{
		0%   {opacity: 1; width: 240px; }
		25% {opacity: 0; width: 240px;}
		50% {opacity: 0; width: 74px;}
		100% {opacity: 1; width: 74px;}
	}
	@-webkit-keyframes logo /* Safari and Chrome */
	{
		0%   {opacity: 1; width: 240px; }
		25% {opacity: 0; width: 240px;}
		50% {opacity: 0; width: 74px;}
		100% {opacity: 1; width: 74px;}
	}
	.small .header #logo {
		-webkit-animation-name: logo;
		        animation-name: logo;
		-webkit-animation-duration: 1s;
		        animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		-webkit-animation-delay: 0s;
		        animation-delay: 0s;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate;
		-webkit-animation-play-state: running;
		        animation-play-state: running;
		width: 74px;
	}
}
#breadcrumb {
	position: relative;
	padding-top: 145px;
	line-height: 50px;
}
/* #breadcrumb.small {

} */
#breadcrumb ul li {
	display: inline;
	font-size: 1rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
#breadcrumb ul li:after {
	content: "\f105";
	color: #649CB6;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0 0.5rem 0 0.75rem;
}
#breadcrumb ul li.last:after {
	content: none;
}
#breadcrumb,
#breadcrumb a {
	color: #00577F;
}
#breadcrumb a:hover {
	color: #FFBF00;
}
#banner {
	background-color: #649cb6;
	height: 500px;
}
#container {
	padding-bottom: 50px;
}
#footer {
	clear: both;
	color: #FFF;
	background-color: #005782;
}
#footer .inside {
	padding: 30px 0;
	min-height: 300px; /* ENTFERNEN ! */
}
#footer-logo {
	float: left;
	display: block;
	width: 70px;
	height: 40px;
	background-image: url('../images/bna_logo_footer_@2x.jpg');
	background-size: 70px 40px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#footer-adresse,
#footer-kontakt {
	float: left;
	font-weight: 300;
	margin-left: 30px;
	margin-bottom: 30px;
}
#footer-kontakt a {
	color: #FFF;
}
#footernavi {
	float: right;
	display: block;
	width: 380px;
/* 	height: 120px; */
}
#footernavi ul {
	margin-left: -30px;
}
#footernavi ul li {
	display: block;
	float: right;
	width: 175px;
	line-height: 1.25rem;
	vertical-align: middle;
	padding: 10px 0 9px 0;
	border-bottom: 1px dotted #99BCCD;
	margin-left: 30px;
}
#footernavi ul li a {
	color: #99BCCD;
}
#footernavi ul li a:hover {
	color: #FFF;
}
.bna-social-icons {
	clear: both;
	z-index: 10;
	padding-top: 20px;
	max-width: 300px;
}
@media (min-width: 1229px) {
	.bna-social-icons {
		position: relative;
		top: -50px;
		left: 100px;
	}
}
.bna-social-icons svg {
	max-width: 30px;
	margin-right: 20px;
}
.bna-social-icons svg path {
	fill: #FFFFFF !important;
}
.bna-youtube {
	position: relative;
	top: -3px;
}
/* ==========================================================================
   Container .inside for Center & Responsive
   ========================================================================== */
.header .inside,
#breadcrumb .inside,
#slider,
#footer .inside {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.grid1 { width: 380px; }
.grid2 { width: 790px; }
.grid3 { width: 1200px; }
*[class*="grid"] {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.grid3 + * {
	clear:both;
}
#main .mod_article > .inside,
.pagination {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/* ==========================================================================
   BNA Slider Header
   ========================================================================== */
.ce_bna_header {
	color: #FFF;
	height: 500px;
	margin: 0 15px; /* Besser über .grid3? */
}
.bna_header_image {
	width: 100%;
	height: 500px;
	background-color: #333;
}
.bna_header_image img {

}
.bna_header_slider ul li {
	list-style-type: none;
}
.bna_header_slider .slides {
	clear:both;
}
.bna_header_content {
	position: absolute;
	z-index: 98;
	width: 480px;
	height: 500px;
	background-image: url('../images/bna-slider-kachel.png');
	background-repeat: no-repeat;
	background-size: 480px 500px;
	padding: 50px;
}
.bna_header_content h2 {
	color: #FFF;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 1.2;
	text-transform: uppercase;
}
.bna_header_content p {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
.bna_header_content .back {
	position: absolute;
	bottom: 50px;
	margin-left: -50px;
	min-width: 200px;
	line-height: 50px;
	height: 50px;
	padding-left: 70px;
	font-size: 1.5rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	color: #FFF;
	background-image: url('../images/bna-icon-back@2x.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.bna_header_menu {
	position: absolute;
	bottom: 50px;
	list-style-type: none;
	margin-left: -50px;
}
.bna_header_menu li {

}
.bna_header_menu li a {
	display: block;
	position: relative;
	min-width: 200px;
	line-height: 50px;
	height: 50px;
	padding-left: 70px;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.5rem;
	color: #FFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.bna_header_menu li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	opacity: 0.5;
	font-size: 1.5rem;
	position: absolute;
	right: 0;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.bna_header_menu li a:hover:after {
	right: -10px;
	opacity: 1;
	font-size: 2rem;
}
.bna_header_menu li.wasser a { background-image: url('../images/bna-icon-wasser_@2x.jpg'); }
.bna_header_menu li.energie a { background-image: url('../images/bna-icon-energie_@2x.jpg'); }
.bna_header_menu li.industrie a { background-image: url('../images/bna-icon-industrie_@2x.jpg'); }
/* ==========================================================================
   Teaser
   ========================================================================== */
.mod_article.teaser {
	color: #5C93AD;
	background-color: #E5EEF2;
}
.mod_article.teaser h1 {
	font-size: 1.75rem;
	/* font-family:'UniversLTW01-67BoldCn';
	font-weight: normal; */
	font-family:'Roboto Condensed';
	font-weight: 700;
	margin-bottom: 1.875rem;
}
/*
.mod_article.teaser p:first-of-type {
	font-size: 1.25rem;
	font-family:'Univers LT W01 45 Light';
}
*/
.bna_einleitung {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
/* ==========================================================================
   Kacheln
   ========================================================================== */
.ce_kachel {
	float: left;
	background-color: #E5EEF2;
	position: relative;
	margin: 0 15px 30px 15px;
	cursor: pointer;
}
.ce_kachel_empty {
	cursor: inherit;
}
.ce_kachel_content:after,
.ce_kachel_empty:after {
	content: "";
	display: block;
	width: 61px;
	height: 61px;
	background-image: url('../images/kachel_ecke_1px.png');
	background-size: 61px 122px;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.ce_kachel_empty:after {
	background-image: url('../images/kachel_ecke_empty.png');
}
.ce_kachel_content.active:after {
	background-position: right bottom;
}
/* Separate Definition für Link-Kacheln, da Pseudoelement sonst über Link überlagert */
.ce_kachel_link .teaser:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../images/kachel_ecke_neu.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 0;
	bottom: 0;
}
	.ce_kachel_content .teaser:after {
		width: 0;
		height: 0;
	}
.ce_kachel .teaser {
	width: 380px;
	height: 380px;
	background-color: #333;
	margin: 0;
	position: relative;
	float: left;
	background-image: url('../images/kachel_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ce_kachel_content .teaser:hover,
.ce_kachel_link .teaser:hover {
	cursor: pointer;
}
.ce_kachel .teaser .info {
	color: #FFF;
	display: block;
	width: 100%;
	height: 150px;
	padding: 15px 20px 20px 20px;
	background-color: rgba(0,87,130,0.8);
	position: absolute;
	bottom: 0;

	/*transition-property*/
	-webkit-transition-property:all;
	   -moz-transition-property:all;
	     -o-transition-property:all;
	        transition-property:all;
	/*transition-duration*/
	-webkit-transition-duration:0.2s;
	   -moz-transition-duration:0.2s;
	     -o-transition-duration:0.2s;
	        transition-duration:0.2s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:ease-in-out;
	   -moz-transition-timing-function:ease-in-out;
	     -o-transition-timing-function:ease-in-out;
	        transition-timing-function:ease-in-out;
	/*transition-delay*/
	-webkit-transition-delay:0s;
	   -moz-transition-delay:0s;
	     -o-transition-delay:0s;
	        transition-delay:0s;
}
.ce_kachel_content .teaser:hover .info,
.ce_kachel_link .teaser:hover .info  {
	height: 160px;
}
.ce_kachel.kachel_wasser .teaser .info {background-color: rgba(0,155,198,0.8);}
.ce_kachel.kachel_energie .teaser .info {background-color: rgba(238,102,0,0.8);}
.ce_kachel.kachel_industrie .teaser .info {background-color: rgba(112,168,0,0.8);}
.ce_kachel_link .teaser .info {
	height: 100px;
}
.ce_kachel_link .teaser:hover .info {
	height: 110px;
}
.ce_kachel .teaser h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.ce_kachel_content:hover .teaser h3,
.ce_kachel_link:hover .teaser h3 {
	color: #FFBF00;
}
.ce_kachel .teaser .date {
	width: 340px;
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
	padding-right: 10px; /* Sicherheitsabstand für Ecke */
}
.ce_kachel .content {
	height: 380px;
	width: 0;
	padding: 0;
	margin: 0;
	float: left;

	/*transition-property*/
	-webkit-transition-property:width, padding;
	   -moz-transition-property:width, padding;
	     -o-transition-property:width, padding;
	        transition-property:width, padding;
	/*transition-duration*/
	-webkit-transition-duration:0.2s;
	   -moz-transition-duration:0.2s;
	     -o-transition-duration:0.2s;
	        transition-duration:0.2s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:ease-in-out;
	   -moz-transition-timing-function:ease-in-out;
	     -o-transition-timing-function:ease-in-out;
	        transition-timing-function:ease-in-out;
	/*transition-delay*/
	-webkit-transition-delay:0s;
	   -moz-transition-delay:0s;
	     -o-transition-delay:0s;
	        transition-delay:0s;
}
.ce_kachel .content * {
	visibility: hidden;
	opacity: 0;
	/*transition-property*/
	-webkit-transition-property:opacity;
	   -moz-transition-property:opacity;
	     -o-transition-property:opacity;
	        transition-property:opacity;
	/*transition-duration*/
	-webkit-transition-duration:0.1s;
	   -moz-transition-duration:0.1s;
	     -o-transition-duration:0.1s;
	        transition-duration:0.1s;
	/*transition-timing-function*/
	-webkit-transition-timing-function:linear;
	   -moz-transition-timing-function:linear;
	     -o-transition-timing-function:linear;
	        transition-timing-function:linear;
	/*transition-delay*/
	-webkit-transition-delay:0.2s;
	   -moz-transition-delay:0.2s;
	     -o-transition-delay:0.2s;
	        transition-delay:0.2s;
}
.ce_kachel.active {
	/* border-bottom: 3px solid #FF0000; */
}
.ce_kachel.active .content {
	width: 820px;
	padding: 30px;
	overflow: hidden;
	cursor: default;
}
.ce_kachel.active .content * {
	visibility: visible;
	opacity: 1;
}
/* ==========================================================================
   Kachel white (Kachel mit Logo)
   ========================================================================== */
.ce_kachel_white {
	float: left;
	height: 380px;
	background-color: #FFF;
	background-size: 380px 380px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 15px 30px 15px;
	border: 1px solid #E5EEF2;
	cursor: pointer;
}
.ce_kachel_white_plain {
	cursor: default;
}
.ce_kachel_white:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../images/kachel_white_ecke.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.ce_kachel_white_plain:after {
	background-image: url('../images/kachel_white_plain.png');
}
.ce_kachel_white:hover {
/*
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
*/
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
*/
}
.ce_kachel_white .content {
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,87,130,0.2);
	color: #FFF;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0;
}
.ce_kachel_white.active .content {
	height: 100%;
	padding: 30px 30px 30px 0;
	background-color: rgba(0,87,130,0.8);
	overflow: hidden;
}
.ce_kachel_white .content * {
	margin-left: 30px;
	opacity: 0;
	-webkit-transition: all 0.2s linear 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s linear 0.2s;
}
.ce_kachel_white.active .content * {
	opacity: 1;
}
.ce_kachel_white .content ul {
	margin-left: 20px;
	margin-bottom: 1rem;
}
.ce_kachel_white .content h2 {
	margin-bottom: 1.375rem;
}
/* ==========================================================================
   Module
   ========================================================================== */
.mod_article .inside {
	padding: 30px 0 50px 0;
	padding: 30px 0 0 0;
}
.pagination {
	padding: 0 15px 2rem 15px;
}
.pagination p {
	display: none;
}
.pagination ul li {
	display: block;
	float: left;
	margin: 0 1rem 0 0;
}
.pagination ul li a,
.pagination ul li strong {
	display: block;
	padding: 0.5rem 1rem;
	background-color: #E5EEF2;
}
#banner.mod_article .inside {
	padding: 0;
}
.ce_divider {
	/*float: left;*/
}
.ce_divider hr {
	width: 100%;
	height: 1px;
	background-color: #E5EEF2;
}
.ce_text,
.content-text,
.content-image,
.ccontent-gallery,
.content-table,
.content-form,
.ce_divider {
	margin-bottom: 1.875rem;
}
.content-list ul,
.ce_text ul,
.content-text ul,
.content-list ol,
.ce_text ol,
.content-text ol {
	padding-left: 30px;
	margin-bottom: 1.875rem;
}
.content-list ul li,
.ce_text ul li,
.content-text ul li,
.content-list ol li,
.ce_text ol li,
.content-text ol li,
.ce_kachel_white .content ul li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.ce_text ol li ol,
.content-text ol li ol {
	margin-top: 1rem;
}
/*
.ce_text ol li ol li {
	list-style-type: lower-latin;
	position: relative;
}
.ce_text ol li ol li:before {
	content: ") ";
	position: absolute;
	left: -9px;
}
*/
.ce_text ol ol,
.content-text ol ol {
	counter-reset: tobi;
}
.ce_text ol ol li,
.content-text ol ol li {
	list-style-type: none;
	position: relative;
}
.ce_text ol ol li:before,
.content-text ol ol li:before {
	content: counter(tobi, lower-alpha) ") ";
	counter-increment: tobi;
	position: absolute;
	left: -20px;
}
.ce_gallery ul {
	margin-right: -30px;
}
.ce_gallery ul li {
	margin-right: 30px;
}
.ce_gallery .caption {
	color: #00577F;
	font-size: 1rem;
	padding-top: 0.5rem;
	/* border-top: 3px solid #FFBF00; */
}
.ce_gallery .flexslider ul {
	margin-right: 0;
}
.ce_gallery .flexslider ul li {
	margin-right: 0;
  overflow: hidden;
}
.ce_gallery .flexslider ul li.col_first {
	clear: none;
}
.mod_article.flexslider > .inside
{
    max-height: 380px;
    overflow: hidden;
}
.mod_article.flexslider > .inside .ce_text:not(.first),
.mod_article.flexslider > .inside .content-text:not(.first)
{
    display: none;
}
.ce_image .caption {
	/* color: #E5EEF2; */
	font-size: 0.75rem;
	padding-top: 3px;
}
.ce_accordion {
	border-top: 1px solid #E5EEF2;
	margin-bottom: 0;
}
.ce_accordion .toggler {
	color: #669AB2;
	/* font-family:'Univers LT W01 45 Light';
	font-weight: normal; */
	font-family:'Roboto';
	font-weight: 300;
	font-size: 1.625rem;
	padding: 30px 0;
	cursor: pointer;
	position: relative;
	outline: none;
}
.ce_accordion .toggler:hover {
	color: #00577F;
}
.ce_accordion .toggler:after {
	content: "\f107";
	color: #FFBF00;
    font-family: FontAwesome;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	top: 30px;
	right: 0;
}
.ce_accordion .toggler.ui-state-active:after {
	content: "\f106";
}
.ce_accordion .accordion {
	max-width: 790px;
}
.content-table {
	overflow: auto;
	overflow-y: hidden;

}
.content-table.table-scrollable {
	-webkit-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
	box-shadow: inset -25px 0px 10px -25px rgba(0,0,0,0.2);
}
	.table-scrollable::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 14px;
	  height: 14px;
	}
	.table-scrollable::-webkit-scrollbar-thumb {
	  border-radius: 8px;
	  border: 3px solid #fff;
	  background-color: rgba(0, 0, 0, .3);
	}
.content-table table {
	border-spacing: 0;
	text-align: right;
}
#investor-relations-aktie-und-unternehmen-das-unternehmen .col_1 {
	text-align: left;
}
.content-table thead th {
	font-weight: normal;
	text-align: left;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.content-table tr th {
	font-weight: normal;
	padding-right: 10px;
	border-right: 1px solid #e4e4e4;
	text-align: left;
}
.content-table th.col_first {
	padding-left: 0;
}
.content-table th.col_last {
	border-right: 0;
}
.content-table td {
	/* font-size: 0.5rem; */
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #e4e4e4;
}
.content-table td.col_first {
	padding-left: 0;
}
.content-table tr:hover td {
	background-color: #f4f4f4;
}
.enclosure img {
	display: none;
}
p.news_category {
	font-size: 1.25rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
	margin-bottom: 0.25rem;
}
.mod_newslist {
	clear: both;
}
.mod_newsreader .ce_text,
.mod_newsreader .content-text {
	margin-bottom: 0;
}
.mod_newsreader .image_container {
	margin-top: 2rem;
	margin-bottom: 1.25rem;
}
.mod_newsreader p.back {
	padding-top: 1rem;
}
#slider .inside {
	padding-top: 0;
}
#slider.mod_article .ce_text,
#slider.mod_article .content-text,
.ce_rsce_ytElement .inside2 {
	color: #FFF;
	background-color: #639CB6;
	position: relative;
	margin-bottom: 0;
}
.ce_rsce_ytElement .text_container
{
	padding-bottom: 50px;
    z-index: 1;
}
#slider.mod_article .ce_text:after,
#slider.mod_article .content-text:after,
.ce_rsce_ytElement .text_container:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border: 1px dashed #e4e4e4;
	background-color: #FFF;
	position: absolute;
	right: -50px;
	bottom: -50px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ce_rsce_ytElement .text_container:after
{
	border: 0;
    /* z-index: 2; */
}

/* #slider.mod_article .image_container */
#slider.mod_article figure
{
    max-width: 600px;
    margin-right: 30px;
}

#slider.mod_article .ce_text h2,
#slider.mod_article .ce_text h3,
#slider.mod_article .ce_text p,
#slider.mod_article .content-text h2,
#slider.mod_article .content-text h3,
#slider.mod_article .content-text p,
.ce_rsce_ytElement h2,
.ce_rsce_ytElement h3,
.ce_rsce_ytElement p
{
	padding: 0 30px;
}
.hofff-consent-content.ce_rsce_ytElement .hofff-consent-placeholder.card p
{
    padding:0;
}
#slider.mod_article .ce_text h3,
#slider.mod_article .content-text h3,
.ce_rsce_ytElement h3 {
	margin-bottom: 1rem;
}
#slider.mod_article .ce_text *:nth-child(2),
#slider.mod_article .content-text .rte:nth-child(2),
.ce_rsce_ytElement h3
{
	padding-top: 30px;
}

.ce_rsce_ytElement
{
    margin-bottom: 30px;
    padding: 0 15px;
	clear: both;
}
.ce_rsce_ytElement .inner.ce_youtube
{
    margin:0 auto;
}
@media (max-width: 760px) {
    .ce_rsce_ytElement .inside2
    {
        flex-wrap: wrap;
    }
}
@media (min-width: 760px) {
    .ce_rsce_ytElement .inside2
    {
    	display: flex;
        /* flex-wrap: wrap; */
    }
    .ce_rsce_ytElement .image_container
    {
        max-width: 600px;
        /* margin-right: 30px; */
    }
}
.ce_rsce_ytElement .inside2 > *
{
	flex-grow: 1;
    flex-basis: 50%;
}

#slider {
	overflow: visible;
}
.ce_form {
/* 	border: 1px dashed #e4e4e4; */
}
.ce_form table td {
	border-bottom: 1px solid #E5EEF2;
}
.ce_form label {
	display: block;
	width: 100%;
	margin-bottom: 0.3125rem;
}
.ce_form .widget {
	margin-bottom: 1rem;
}
.ce_form input[type="text"],
.ce_form input[type="number"],
.ce_form input[type="email"],
.ce_form input[type="tel"],
.ce_form input[type="file"],
.ce_form select,
.mod_search input[type="search"],
.ce_form textarea,
.ce_dlh_googlemaps input[type="text"] {
	width: 100%;
	padding: 0.5rem;
	background-color: #e5eef2;
	outline: none;
	border-bottom: 2px solid #e5eef2;
	-webkit-transition: all 0.3s ease-in-out 0; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s ease-in-out 0;
	/* font-family:'Univers LT W02 55 Roman', "Arial", sans-serif;
	font-weight: 400; */
	font-family:'Roboto', "Arial", sans-serif;
	font-weight: 300;
}
.ce_dlh_googlemaps input[type="text"] {
	width: auto;
}
.ce_form input[type="file"] {
	color: #669AB2;
	font-size: 1rem;
}
.ce_form input[type="text"]:focus,
.ce_form input[type="number"]:focus,
.ce_form input[type="email"]:focus,
.ce_form input[type="tel"]:focus,
.mod_search input[type='search']:focus,
.ce_form textarea:focus {
	border-bottom: 2px solid #FFBF00;
}
.ce_form input[type="text"].error,
.ce_form input[type="number"].error,
.ce_form input[type="email"].error,
.ce_form input[type="tel"].error,
.ce_form textarea.error {
	border-bottom: 2px solid #a94442;
}
.ce_form .radio_container legend {
	margin-bottom: 0.5rem;
}
.ce_form .radio_container > span {
	padding-left: 0.125rem;
	margin: 0.5rem 0;
	clear: left;
	display: block;
}
.ce_form .radio_container > span input {
	float: left;
	margin-right: 0.5rem;
}
.ce_form .radio_container > span label {
	cursor: pointer;
}
.ce_form .checkbox {
	float: left;
	margin-right: 0.5rem;
	margin-top: 0.1rem;
}
.ce_form .condition_field {
	margin-left: 2rem;
}
.ce_form .captcha_text {
	display: block;
}
input[type="submit"]
, button[type="submit"]
, .hofff-consent-button
, .hofff-consent-button-close
{
	color: #00577F;
	background-color: #FFF;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #639CB6;
	-webkit-transition:all 0.2s ease-in-out 0s;
	        transition:all 0.2s ease-in-out 0s;
    font-size: 1rem;
}
input[type="submit"]:hover
, button[type="submit"]:hover
, .hofff-consent-button:hover
, .hofff-consent-button-close:hover
{
	cursor: pointer;
	color: #FFF;
	background-color: #FFBF00;
	border: 1px solid #FFBF00;
}
.dlh_googlemap {
	width: 100% !important;
}
.chart {

}
.legende {
	list-style-type: none;
	margin-bottom: 1rem;
}
.mod_search .formbody {
	border-bottom: 1px solid #e5eef2;
	padding-bottom: 1rem;
}
.mod_search input[type='search'] {
	-webkit-appearance: textfield;
}
.mod_sitemap a {
	display: block;
	padding: 1rem 0;
	/* border-bottom: 1px solid #e5eef2; */
}
.mod_sitemap ul {
	border-top: 1px solid #e5eef2;
	list-style-type: none;
}
.mod_sitemap ul li {
	border-bottom: 1px solid #e5eef2;
}
.mod_sitemap ul li.submenu {
	border-bottom: none;
}
.mod_sitemap ul li a {
	color: #00577F;
	padding-left: 0px;
	position: relative;
/*
	-webkit-transition: all 0.2s ease-in-out 0;
	transition: all 0.2s ease-in-out 0;
*/
}
.mod_sitemap ul li a:hover {
	color: #FFBF00;
/*
	background-color: #FFBF00;
	padding-left: 20px;
*/
}
.mod_sitemap ul li a:hover:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    position: absolute;

    right: 0;
}
.mod_sitemap ul.level_1 li a {
	/* font-family:'Univers LT W02 55 Roman'; */
	font-family:'Roboto';
	font-weight: 300;
}
.mod_sitemap ul.level_2 {

}
.mod_sitemap ul.level_2 li a {
	padding-left: 50px;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
.mod_sitemap ul.level_3 {

}
.mod_sitemap ul.level_3 li a {
	padding-left: 100px;
}
.mod_sitemap ul.level_4 {

}
.mod_sitemap ul.level_4 li a {
	padding-left: 150px;
}
/* ==========================================================================
   Seitenbezogene Formatierungen
   ========================================================================== */
#button_news {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 1rem;
	/* font-family:'Univers LT W01 45 Light'; */
	font-family:'Roboto';
	font-weight: 300;
}
#button_news a {
	display: block;
}
/* ==========================================================================
   Löschen
   ========================================================================== */
.kachel_box {
	/*padding-top: 210px;*/
	background: #000;
	position: relative;
	overflow: hidden;

}
.single_box {
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	height: 200px; width: 24%;
	background: #CCC;

}

.single_box.active,
.single_box.open {
	width: 99%;
	/*position: absolute; top: 0; left: 0;
	float: none;*/

	-webkit-transition: all 200ms ease-in  0;
    -moz-transition: all 200ms ease-in  0;
    -o-transition: all 200ms ease-in  0;
    transition: all 200ms ease-in  0;
}
.mod_newslist .ce_kachel .content p:last-of-type:after {
	content: " ...";
}
/* ==========================================================================
   Sprachspezifisch
   ========================================================================== */
body.lang-es .table-scrollable .col_0,
body.lang-en .table-scrollable .col_0 {
	min-width: 200px;
}
/* ==========================================================================
   Cookiebar
   ========================================================================== */
.cookiebar {
	background-color: #FFBF00;
}
.cookiebar__button {
	background-color: #639CB6
}
/* ==========================================================================
   youtube
   ========================================================================== */

.content-youtube
,.content-vimeo
{
     position: relative;
     padding-bottom: 56.25%; /* ratio 16x9 */
     height: 0;
     overflow: hidden;
     width: 100%;
     height: auto;
}
.content-youtube iframe
, .content-vimeo iframe
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
/* ratio 4x3 */
.content-youtube.ratio4x3
, .content-vimeo.ratio4x3
{
 padding-bottom: 75%;
}


/* ==========================================================================
   .ce_rsce_history
   ========================================================================== */

/* #main .mod_article .ce_rsce_history > .inside */
#main .mod_article .ce_rsce_history .item > .inside
{
    width: 100% !important;
}
#main .mod_article .ce_rsce_history .insidex
{
    overflow: visible;
}


@media (min-width: 760px){
    .ce_rsce_history
    {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1229px){
    .ce_rsce_history
    {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.ce_rsce_history .item
{
    border-left: 1px solid #669bb2;
}
@media (min-width: 770px) {
    .ce_rsce_history .item .insidex
    {
        display: flex;
        /* flex-wrap: wrap; */
    }
}
.ce_rsce_history .item .insidex
{
    padding-top:0;
}
.ce_rsce_history .item .insidex > *
{

}
.ce_rsce_history .item + .item
{
    padding-top: 30px;
}

.ce_rsce_history .insidex .image_container
{
    flex-grow: 0;
    flex-shrink: 0;
    width: 380px;
    flex-basis: 380px;
    padding-left: 20px;
}

.ce_rsce_history .insidex .text_container
{
    flex-grow: 1;
    /* flex-shrink: 2; */
    position: relative;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 100px;
}
@media (min-width: 770px) {
    .ce_rsce_history .insidex .text_container
    {
        padding-right: 50px;
    }
}
@media (min-width: 1230px) {
    .ce_rsce_history .insidex .text_container
    {
        padding-top: 12px;
        padding-left: 150px;
    }
}

.ce_rsce_history .year
{
    position: absolute;
    left: 0px;
    top:0;
    background-color: #669bb2;
    color: #fff;
    min-width: 100px;
    min-height: 60px;
    padding-right: 5px;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    /* font-family: 'UniversLTW01-67BoldCn';
    font-weight: bold; */
	font-family:'Roboto Condensed';
	font-weight: 700;
}
@media (min-width: 760px) {
    .ce_rsce_history .year
    {
        left: 0;
    }
}
.ce_rsce_history .year:after
{
    content:'';
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 20px solid white;
    border-left: 20px solid transparent;
}


/*------------------------------------*\
   Mmenu Strong fix
   ^3.0
   Version 3.0.2
\*------------------------------------*/

.mm-menu strong.active
{
    line-height: var(--mm-lineheight);
    padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
    padding-left: 20px;
    font-weight: bold;
}
.mm-menu .submenu.trail span
{
    display: block;
    font-weight: bold;
}
.mm-menu.mm-menu--opened {
	z-index: 3;
}
/* ==========================================================================
   EU Logo 2023-05-09
   ========================================================================== */
   
.eu-logo {
	float: left;
	display: block;
	width: 300px;
	margin-left: 20px;
}
@media (max-width: 760px) {
	.eu-logo {
		position: absolute;
		left: 140px;
		width: 200px;
		margin-left: 0;
	}
}

/* ==========================================================================
   PDF-Viewer
   ========================================================================== */
   
.ce_rsce_inlinePDF {
	
	margin-right: 15px;
	margin-left: 15px;
	
}