/****** Webfonts ******/

@font-face {
  font-family: 'BundesSansWeb';
  src: url('../../webfonts/bundessansweb-regular.eot');
  src: url('../../webfonts/bundessansweb-regular.eot?#iefix') format('embedded-opentype'), url('../../webfonts/bundessansweb-regular.woff') format('woff'), url('../../webfonts/bundessansweb-regular.ttf') format('truetype'), url('../../webfonts/bundessansweb-regular.svgz#BundesSansWebRegular') format('svg'), url('../../webfonts/bundessansweb-regular.svg#BundesSansWebRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BundesSansWebBold';
  src: url('../../webfonts/bundessansweb-bold.eot');
  src: url('../../webfonts/bundessansweb-bold.eot?#iefix') format('embedded-opentype'), url('../../webfonts/bundessansweb-bold.woff') format('woff'), url('../../webfonts/bundessansweb-bold.ttf') format('truetype'), url('../../webfonts/bundessansweb-bold.svgz#BundesSansWebBold') format('svg'), url('../../webfonts/bundessansweb-bold.svg#BundesSansWebBold') format('svg');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'BundesSerifWeb';
  src: url('../../webfonts/bundesserifweb-regular.eot');
  src: url('../../webfonts/bundesserifweb-regular.eot?#iefix') format('embedded-opentype'), url('../../webfonts/bundesserifweb-regular.woff') format('woff'), url('../../webfonts/bundesserifweb-regular.ttf') format('truetype'), url('../../webfonts/bundesserifweb-regular.svgz#BundesSerifWebRegular') format('svg'), url('../../webfonts/bundesserifweb-regular.svg#BundesSerifWebRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* *********************************************************************************************************************
        ------------- CONTENT -----------

        RESET
        GENERAL
        MAIN LAYOUT
        JS Plugins
        ----------------------------------
********************************************************************************************************************* */


/* *********************************************************************************************************************
=== RESET ===
********************************************************************************************************************* */

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 85%;
  color: #333;
  margin: 0 auto;
  padding: 0;
  font: 85% 'BundesSansWeb', Arial, helvetica, sans-serif;
  background: #fff;
}

body.home {
  background: #fff;
}


/**********************************************************************************************************************
 === GENERAL ===
**********************************************************************************************************************/

input,
select,
textarea,
label {
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

option {
  line-height: 1.2em;
  margin: 3px 6px;
}

strong {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-weight: normal;
}

#header,
#footer,
#article,
.sectionArticle,
#hgroup,
#nav,
#figure {
  display: block;
}

.accessibility,
.aural,
.sidr-class-accessibility,
.sidr-class-aural {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.skipLinks {
  height: 0;
  top: 0;
}

.skipLinks a {
  left: -4000px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.skipLinks a:focus {
  background: none repeat scroll 0 0 #EDEFF2;
  display: block;
  font-size: 1em;
  left: 0px;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  top: 0px;
  width: 150px;
  z-index: 2;
}


/* Hyperlink Styles: */

a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
  color: #004f80;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: underline;
}

a img,
map,
img {
  border: none;
}

#exposeMask {
  background: none repeat scroll 0 0 #485B69 !important;
}


/* The clearfix hack to clear the floats: */

.cf:after,
.clear:after,
.clearfix:after,
#aside .portletCoverflowWithText ul.photoList li:after,
.mapOverlay ul.links li:after,
.singleView >.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0!important;
  height: 0!important;
  font-size: 0em;
}

.clear,
.clearfix,
.cf,
.mapOverlay ul.links li,
.singleView >.row {
  display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .cf {
  display: block;
}

* html .clearfix,
* html .cf {
  height: 1%;
}

.clearer {
  clear: both;
}

h1,
h2,
h3,
h4 {
  font: 79% 'BundesSansWeb', Arial, helvetica, sans-serif;
}

h1 {
  font-size: 3.5em;
  padding: 0.5em 0 0;
}

h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 1em;
}

h2 {
  font-size: 2.2em;
  font-weight: normal;
  color: #4C5A6D;
}

p {
  line-height: 1.4em;
  padding-bottom: 1em;
}


/* DEBUG Styles*/

span.logging {
  color: #ff5a00!important;
}


/**********************************************************************************************************************
 === MAIN LAYOUT ===
**********************************************************************************************************************/

#main {
  width: 981px;
  padding: 0 0;
  margin: 0 auto;
  text-align: left;
}


/*Head Bereich*/

#header {
  background: #ffffff;
  text-align: left;
  height: 182px;
}

#logo {
  float: left;
  height: 100px;
  width: 160px; /*183px;*/
  margin-top: 20px;
  overflow: hidden;
}
/* html[lang=en] #logo {
  width:160px;
} */

#logoTwo {
  float: left;
  height: 100px;
  width: 250px;
  margin-top: 20px;
  overflow: hidden;
}

#sublogo {
  float: right;
  height: 115px;
  margin: 13px 10px 0 10px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 449px;
}

#sublogo .title {
  display: none;
}

#header .contact {
  display: none;
}

#headNavi {
  float: right;
  text-align: right;
  width: 100%;
  margin: 0px 0 20px 0;
  background: #ffffff;
}

.serviceNavi {
  text-align: left;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.serviceNavi li {
  float: left;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

.serviceNavi li .iconYT {
  background: #fff url(../../img/cluster/icon_yt.gif) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

.serviceNavi li .iconFB {
  background: #fff url(../../img/cluster/icon_fb.gif) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: block!important;
}

.serviceNavi li .iconGooglePlus {
  background: #fff url(../../img/cluster/icon_g_plus.gif) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

.serviceNavi li .iconTwitter {
  background: #fff url(../../img/cluster/icon_twitter.gif) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

.serviceNavi li .iconX {
  background: #fff url(../../img/icon_x.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

.serviceNavi li#navServiceRSS {
  background: #fff url(../../img/cluster/icon_rss.gif) no-repeat 0 0;
  width: 30px;
  height: 30px;
}

.serviceNavi li#navServiceRSS a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.serviceNavi li#navServiceGebaerdensprache {
  background: url(../../img/cluster/icon_dgs.gif) no-repeat scroll 0 0 #fff;
  height: 30px;
  width: 30px;
}

.serviceNavi li#navServiceLeichteSprache {
  background: url(../../img/cluster/icon_leichte_sprache.gif) no-repeat scroll 0 0 #fff;
  height: 30px;
  width: 30px;
}

.serviceNavi li#navServiceGebaerdensprache a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.serviceNavi li#navServiceLeichteSprache a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.serviceNavi li.search {
  margin-right: 0px;
  position: relative;
  width: 227px;
  z-index: 9999;
}

.serviceNavi li.languageSwitch {
  background: #fff url(../../img/cluster/bg_servicenavi_0.gif) no-repeat center right;
  padding: 0 14px 0 0;
  position: relative;
}

.serviceNavi li a {
  display: block;
  font: 107% 'BundesSansWeb', Arial, helvetica, sans-serif;
  padding-top: 7px;
}

.serviceNavi li ul {
  display: none;
  width: 10em;
  background: #e5edf2;
  list-style: none;
  position: absolute;
}

.serviceNavi li ul li {
  display: block;
  float: none;
}


/*Schnellsuche*/

.inputsearch {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-appearance: none;
  background: #e5edf2;
  border: 0;
  padding: 1px 9px 0px 9px;
  z-index: 1;
  margin: 0;
  width: 180px;
  height: 30px;
  font-size: 1.1em;
  font-weight: normal;
  display: inline-block;
  color: #004f80;
  top: -1px;
  position: absolute;
}

.search .over {
  background: #003663 url(../../img/cluster/bg_input.gif) repeat-x 0 0!important;
  color: #fff!important;
}

.search .sb {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-appearance: none;
  background: #e5edf2 url(../../img/cluster/bg_btn_quicksearch.gif) no-repeat center center;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 50px;
  width: 3em;
  margin-left: -0.5em;
  height: 31px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: -1px;
  right: 0;
}

.search .oversb {
  background: #003663 url(../../img/cluster/bg_btn_quicksearch_1.gif) repeat-x -11px 0;
}


/*Volltextsuche*/


/*Volltextsuche Filter*/

.searchView #aside .boxWrapper {
  background: #e4edf2;
  padding: 26px 17px;
  margin-top: 4.15em;
}

#aside .boxWrapper h3 {
  font-size: 1.5em;
}

.box .bigBox {
  margin: 0;
  padding: 0;
}

.box .bigBox h4 {
  color: #4c5a6d;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.box .bigBox ul {
  list-style: none;
  margin: 10px 0 12px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccd5db;
}

.box .bigBox ul li {
  display: block;
}

.box .bigBox ul li a {
  color: #000000;
}

.box .bigBox ul li {
  display: block;
}

.box .bigBox ul li a {
  padding: 2px 0 2px 20px;
  display: block;
  background: url(../../img/cluster/icon_filter_tree_0.gif) no-repeat 0 3px;
}

.box .bigBox ul li.selectedFacet {
  display: block;
  color: #000000;
}

.box .bigBox ul li.selectedFacet a {
  padding: 2px 0 2px 20px;
  display: block;
  background: url(../../img/cluster/icon_filter_tree_1.gif) no-repeat 0 3px;
}

.box .bigBox ul li li {
  padding: 0 0 0 20px;
}

.box .bigBox ul li.selectedFacet li a {
  background: url(../../img/cluster/icon_filter_tree_0.gif) no-repeat 0 3px;
}

.box .bigBox ul li.deselectAll {
  padding: 15px 0 2px 0;
  background: none;
}

.box .bigBox ul li.deselectAll a {
  color: #004f80;
}

.box .bigBox ul li ul {
  margin: 2px 0 0 0;
  padding: 0;
  border: none;
}


/*Volltextsuche Filter*/

#aside .boxWrapper {
  margin-top: 26px;
  padding: 26px 17px;
  background-color: #e4edf2;
}

#aside .teaser.events .boxWrapper {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}

#aside .boxWrapper h3 {
  font-size: 1.5em;
}

.box .bigBox {
  margin: 0;
  padding: 0;
}

.box .bigBox h4 {
  color: #4c5a6d;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.box .bigBox ul {
  list-style: none;
  margin: 10px 0 12px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccd5db;
}

.box .bigBox ul li {
  display: block;
}

.box .bigBox ul li a {
  color: #000000;
}

.box .bigBox ul li {
  display: block;
}

.box .bigBox ul li a {
  padding: 2px 0 2px 20px;
  display: block;
  background: url(../../img/cluster/icon_filter_tree_0.gif) no-repeat 0 3px;
}

.box .bigBox ul li.selectedFacet {
  display: block;
  color: #000000;
}

.box .bigBox ul li.selectedFacet a {
  padding: 2px 0 2px 20px;
  display: block;
  background: url(../../img/cluster/icon_filter_tree_1.gif) no-repeat 0 3px;
}

.box .bigBox ul li li {
  padding: 0 0 0 20px;
}

.box .bigBox ul li.selectedFacet li a {
  background: url(../../img/cluster/icon_filter_tree_0.gif) no-repeat 0 3px;
}

.box .bigBox ul li.deselectAll {
  padding: 15px 0 2px 0;
  background: none;
}

.box .bigBox ul li.deselectAll a {
  color: #004f80;
}

.box .bigBox ul li ul {
  margin: 2px 0 0 0;
  padding: 0;
  border: none;
}


/*Brotkrumennavigation **/

#breadcrumb {
  border-bottom: 1px solid #e1e3e6;
}

.breadcrumbWrapper {
  padding: 10px 0;
}

#breadcrumb strong {
  color: #555;
  font-weight: normal;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#breadcrumb ol {
  display: inline;
  margin: 0;
  padding: 0;
}

#breadcrumb ol li {
  display: inline-block;
}

#breadcrumb ol li a,
#breadcrumb ol li strong {
  display: block;
  background: url(../../img/cluster/icon_breadcrumb.gif) no-repeat 12px 5px;
  padding: 0 3px 0 22px;
}


/****INHALTSBEREICH*****/

#content {
  margin: 17px 0 28px 0;
  clear: both;
  width: 981px;
}

#content h1 {
  color: #4C5A6D;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 2.2em;
  margin-bottom: 21px;
  font-weight: normal;
  padding: 0.2em 0 0;
}

#content .containerText h1 {
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 2.0em;
  margin-bottom: 35px;
}

#content #section .topTeaser h2 {
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 2.0em;
  margin-bottom: 15px;
}

#content .containerText .listview h1 {
  margin-bottom: 35px;
}

#content.searchView .listview h1 {
  margin-bottom: 24px;
}

#content .documentsList ol.contentLinkNavi {
  list-style: none outside none;
  margin-left: 0;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 20px;
}

#content .documentsList ol.contentLinkNavi li {
  background: url(../../img/cluster/navi_1_2.gif) no-repeat scroll 7px 8px rgba(0, 0, 0, 0);
  margin: 0;
  padding: 5px 0 4px 25px;
}

#content .documentsList ol.contentLinkNavi li.current {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#content .documentsList ol.contentLinkNavi li .pfeil img {
  display: none;
}


/*Marginalspalte*/

#aside {
  width: 317px;
  float: left;
  padding-top: 6px;
}

#aside h2,
#aside h3 {
  color: #6B7581;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0px 0 15px 0px;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
}

#aside .teaser {
  width: 317px;
  padding: 6px 0 18px 0;
  margin-bottom: 9px;
  display: block;
  float: none;
  clear: both;
  border-bottom: 1px solid #e1e3e6;
}

#aside .teaser.meldungen {
  border-top: none;
}

#aside .teaser.meldungen {
  border-top: none;
}

#aside .teaser .kurztext {
  float: none;
  width: auto;
  margin-top: 8px;
}

#aside .teaser h4 {
  font-size: 1.1em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 8px;
}

#aside .teaserhead h3 {
  color: #4c5a6d;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0px 0 15px 0px;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  padding: 0.2em 0 0;
}

#aside .teaser .kurztext p {
  padding: 0;
}

#aside .teaser .kurztext .label,
#aside .teaser .kurztext .editor-heading {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#aside .teaser .kurztext .label,
#aside .teaser .kurztext .value {
  float: none;
  width: auto;
  line-height: 1.3em;
}

#aside .teaser .register {
  margin-top: 8px;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#aside .teaser .kurztext .contact-title {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#aside .teaser .kurztext .phone,
#aside .teaser .kurztext .address {
  margin-top: 0.6em;
}

#aside .teaser .kurztext .address .address {
  margin-top: 0;
}

#aside .teaser .kurztext .mail {
  margin-top: 0.6em;
}

#aside .teaser ul {
  margin-bottom: 1em;
}

#aside .teaser ul ul {
  margin-bottom: 0;
}

#aside .teaser ul li {
  margin-left: 1em;
}

#aside .teaser ul li li {
  margin-left: 0;
}

#aside .videoWrapper,
#aside .videoWrapper .projekktor {
  min-width: 100%;
  height: 178px;
}

#aside .videoWrapper .projekktor .ppcontrols {
  z-index: 99999;
}

.newsletterForm fieldset p {
  display: inline-block;
  width: 100%;
}

.newsletterForm fieldset .formFieldcheckbox {
  font-size: 0.9em;
}

.newsletterForm fieldset .formField input {
  width: 300px;
}

.newsletterForm .formHandle {
  text-align: right;
}

.newsletterForm .formError {
  display: block;
  color: red;
  padding: 2px 0;
  font-size: 1.0em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

.newsletterForm .formFieldcheckbox .formError {
  font-size: 1.15em;
}

.newsletterForm .sb,
button.sb {
  background: url("../../img/cluster/bg_input.gif") repeat-x scroll 0 0 #003764;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.0em;
  margin: 0 0 0 5px;
  padding: 4px 7px;
  position: static;
}


/*Einzelsicht*/

#content .containerText h2,
#content .dossier h2 {
  font-size: 1.4em;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  color: #333;
  margin-bottom: 16px;
}

#content .containerText h3,
#content .dossier h3 {
  font-size: 1.1em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 12px;
  color: #333;
}

#content .containerText h4,
#content .dossier h4 {
  font-size: 1.0em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 12px;
  color: #333333;
}

#content .containerText h5,
#content .dossier h5 {
  font-size: 0.9em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 0px;
  color: #333333;
}

#content .containerText ul.toc {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0;
  clear: both;
}

#content .containerText ul.toc ul {
  list-style: none;
}

#content .containerText ul.toc li a {
  background: url("../../img/cluster/link_icon_toc.png") no-repeat scroll left 10px;
  color: #004F80;
  display: block;
  font-size: 1em;
  padding: 6px 7px 6px 15px;
}

p.navToTop {
  text-align: right;
  padding: 6px 15px 6px 0px;
  background: url("../../img/cluster/link_icon_top.png") no-repeat scroll right 11px;
}

#content .containerText blockquote {
  margin: 20px;
  position: relative;
  clear: both;
  font-size: 1em;
}

blockquote:before {
  display: block;
  content: '"';
  font-size: 20px;
  line-height: 14px;
  position: absolute;
  left: -15px;
  top: 3px;
  color: #333;
  height: 15px;
}

blockquote:after {
  display: block;
  content: '"';
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #333;
  height: 15px;
}

.typeCategory {
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.4em;
  margin-bottom: 6px;
  color: #4C5A6D;
}

.abstract {
  font-size: 1.0em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#content .containerText .date {
  color: #4C5A6D;
  font-size: 1.25em;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

.subheadline {
  color: #4C5A6D;
  font-size: 1.2em;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#content .containerText h2.subheadline,
#content .containerText .subheadline h2 {
  color: #4C5A6D;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: -35px;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#content .containerText ul,
#content .containerText ol,
#content .singleview ul {
  margin-left: 8px;
  overflow: hidden;
  padding-left: 20px;
  zoom: 1;
}

#content .containerText ul,
#content .singleview ul {
  list-style-image: url(../../img/cluster/list_icon.gif);
}

#content .containerText ul li,
#content .containerText ol li,
#content .singleview ul li {
  margin-bottom: 4px;
}

#content .containerText ul li p,
#content .containerText ol li p,
#content .singleview ul li p {
  margin: 0;
  padding: 0;
}

#content .containerText .ExternalLink {
  background: url("../../img/cluster/icon_linkextern.gif") no-repeat 0 center;
  padding: 0 0 0 20px;
  display: inline-block;
}

#content .containerText ul li p.downloadLink,
#content .containerText ol li p.downloadLink {
  margin: 20px 0 12px 0px;
  display: inline-block;
}

#content .containerText table {
  margin-bottom: 20px;
  border-collapse: collapse;
}

#content .containerText table caption {
  font-size: 1.1em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 16px;
  color: #333333;
  text-align: left;
}

#content .containerText table tr th {
  background: #e4e5e8 url(../../img/cluster/bg_table_th.png) repeat-x left bottom;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

#content .containerText table tr th.right,
#content .containerText table tr td.right {
  text-align: right;
}

#content .containerText table tr th p {
  margin: 0;
  padding: 0;
}

#content .containerText table tr td {
  background: #e4edf2;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.cluster-map {
  float: left;
  width: 60%;
  margin-top: 20px;
}

.cluster-info {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.cluster-info h2 {
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  color: #4C5A6D;
}

.cluster-info ul {
  margin-left: 8px;
  overflow: hidden;
  padding-left: 20px;
  zoom: 1;
}

.cluster-info ul {
  list-style-image: url(../../img/cluster/list_icon.gif);
}

.cluster-info ul li {
  margin-bottom: 4px;
}

.cluster-info ul li {
  margin: 0;
  padding: 0;
}

.cluster-info .regionitem .logo {
  float: left;
  margin: 5px 15px 0px 0px;
}

.cluster-info .regionitem {
  margin: 0 0 20px 0;
}


/*Sondersicht Breitformat mit Imagemap*/


/*Sonderansicht Tabelle f�r Einzelsicht Event*/

#content .containerText .metainfo table {
  margin-bottom: 1.8em;
  width: 100%;
}

#content .containerText .metainfo table td {
  background: #fff;
  margin-right: 10px;
  padding: 0 0 8px 0;
  vertical-align: top;
  width: 50%;
}

#content .containerText .metainfo table td .label {
  font-weight: bold;
  display: inline-block;
  float: none;
}

#content .containerText .metainfo table td .value {
  display: inline;
  float: none;
}

a.iCalLink {
  display: block;
  background: url(../../img/cluster/icon_ical.png) no-repeat left center;
  margin-bottom: 12px;
  padding: 5px 0 3px 30px;
}

.pageService {
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

.pageService li {
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 90%;
}

.pageService li.network > span.label {
  color: #4C5A6D;
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
}

.pageService li.langenglish,
.pageService li.langfrancais,
.pageService li.langdeutsch {
  width: 41%;
}

.pageService li a {
  display: block;
  margin: 0 5px 0 0;
  padding: 8px 0 6px 40px;
}

.pageService li.printview a {
  background: url(../../img/cluster/icon_print.gif) no-repeat left center;
}

.pageService li a.map-link {
  background: url(../../img/cluster/icon_pin_blue.gif) no-repeat left center;
}

.pageService li.network {
  width: 90%;
}

.pageService li.discuss {
  background: url(../../img/cluster/icon_discuss.gif) no-repeat scroll left top transparent;
  margin: 0 0 4px;
  width: 100%;
}

.pageService li ul {
  left: -3px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 220px;
  z-index: 50;
}

.pageService li ul li {
  float: left;
  margin: 0;
  overflow: hidden;
  width: 33px;
}

.pageService li ul li a {
  border-left: 3px solid #FFFFFF;
  display: block;
  height: 29px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 40px;
  position: relative;
  top: 0;
  width: 30px;
}

.pageService li ul li.facebook a {
  background: url(../../img/cluster/icon_facebook.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.vz a {
  background: url(../../img/cluster/icon_studivz.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.googleBookmarks a {
  background: url(../../img/cluster/icon_google.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.delicious a {
  background: url(../../img/cluster/icon_delicious.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.googleplus a {
  background: url(../../img/cluster/icon_g_plus.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.send2friend a {
  background: url(../../img/cluster/icon_send2friend.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.twitter a {
  background: url(../../img/cluster/icon_twitter.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.x a {
  background: url(../../img/icon_x.png) no-repeat left center #E5EDF2;
}

.pageService li ul li.xing a {
  background: url(../../img/cluster/icon_xing.gif) no-repeat left center #E5EDF2;
}

.pageService li ul li.linkedin a {
  background: url(../../img/cluster/icon_linkedin.gif) no-repeat left center #E5EDF2;
}


/*Inline Image */

.containerText .inlineImg,
.singleview .inlineImg {
  float: left;
  margin: 0 20px 12px 0;
  background: #eaf0f4;
  border: 1px solid #fff;
  clear: both;
  position: relative;
  filter: progid: DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=0, Strength=2), progid: DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=90, Strength=2), progid: DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=2), progid: DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=270, Strength=2);
  -moz-box-shadow: 0px 0px 4px #777;
  -webkit-box-shadow: 0px 0px 4px #777;
  box-shadow: 0px 0px 8px #777;
  zoom: 1;
  /*width: 65%;*/
}

.containerText .inlineImg.float-none,
.singleview .inlineImg.float-none {
  float: none;
}

.containerText .inlineImg img,
.singleview .inlineImg img {
  margin-bottom: -4px;
  zoom: 1;
  width: 100%;
}

.docTypEvent .containerText .inlineImg {
  float: none;
  display: inline-block;
  margin: 0 0 20px 0;
}

.containerText .w190 {
  width: 190px;
}

.containerText .w164 {
  width: 164px;
}

.containerText .w280 {
  width: 280px;
}

.containerText .w234,
.singleview .w234 {
  width: 234px;
}

.containerText .w150 {
    width: 150px;
}

.containerText .imgText {
  min-height: 38px;
}

.containerText .inlineImg .qu,
.containerText .inlineImg .bu {
  padding: 4px 4px;
  color: #484949;
  font-size: 0.9em;
}

.containerText .w280 .qu,
.containerText .w280 .bu {
  width: 83%;
}

.containerText .w234 .qu,
.containerText .w234 .bu {
  width: 83%;
}

.containerText .inlineImg .zoomLink {
  width: 31px;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.containerText img.float--left,
#aside img.float--left {
  float: left;
  margin: 0 20px 12px 0;
  position: relative;
}

.containerText img.float--right {
  float: left;
  margin: 0 0px 12px 20px;
  position: relative;
}


/* BMWi-Player im Richtext */

.containerText > .projekktor .ppdisplay {
  z-index: 100;
}

.containerText > .projekktor .ppcontrols {
  z-index: 101;
}


/*Bildergallerie/Slider*/

.portletGallery {
  position: relative;
  margin-bottom: 25px;
}

.portletGallery .videoContainer {
  background: none repeat scroll 0 0 #E5EDF2;
  display: table-cell;
  height: 435px !important;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 649px !important;
}

.portletGallery .projekktor {
  height: 364px!important;
  width: 649px!important;
}

.mediaPager {
  position: relative;
  width: 646px;
  /* top: 515px; */
  background: #e5edf2;
  border: 2px solid #e5edf2;
  border-top: 33px solid #e5edf2;
  border-bottom: 33px solid #e5edf2;
  margin-top: 15px;
}

.mediaPager .bx-controls.bx-has-controls-direction {
    position: absolute;
    left: 0;
    top: 47px;
}

.mediaPager .bx-wrapper,
.mediaPager .bx-window {
  width: 648px!important;
}

.mediaPager .bx-wrapper {
  width: 648px!important;
  background: #fff;
  padding: 2px 4px;
}

.mediaPager .thumb-item {
  float: left;
  position: relative;
  width: 86.6667px;
}

.mediaPager li a {
  border: 2px solid #fff;
  display: inline-block;
  xheight: 42px;
  width: 75px;
  overflow: hidden;
  margin: 3px 0 -3px 1px;
}

.mediaPager li a img {
  margin: 0px 0 -4px 0px;
}

.mediaPager li .pager-active a {
  border: 2px solid #004f80;
}

.mediaPager .bx-prev,
.mediaPager .bx-next {
  background: url(../../img/cluster/arrow-prev_l.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -21px;
  left: 12px;
  z-index: 50;
  display: block!important;
}

.mediaPager .bx-next {
  background: url(../../img/cluster/arrow_next_l.png) no-repeat 0 0;
  left: 625px;
}

.portletGallery .bx-prev,
.portletGallery .bx-next {
  background: url(../../img/cluster/arrow-prev_l.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -21px;
  left: 12px;
  z-index: 50;
  display: none;
}

.portletGallery .bx-next {
  background: url(../../img/cluster/arrow_next_l.png) no-repeat 0 0;
  left: 625px;
}

#content .containerText ul.mediaList,
#content .containerText ul.gallery-thumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mediaList li {
  display: table-cell;
  vertical-align: middle;
  width: 649px!important;
  height: 500px!important;
  text-align: center;
  overflow: hidden;
  background: #e5edf2;
}

.mediaList li img {
  max-width: 649px;
  max-height: 435px;
}

.mediaList .untertitel {
  display: block;
  padding: 8px 16px 0 16px;
  color: #333;
  font-size: 1em;
  text-align: left;
}

.mediaList .qu {
  display: block;
  padding: 8px 16px 0 16px;
  color: #333;
  font-size: 1em;
  text-align: left;
}


/*weitere Informationen unterhalb der Einzelsicht*/

#section .containerMarginal {
  font-size: 1.0em;
  margin-top: 20px;
  width: 100%;
}

#section .containerMarginal .teaser {
  border-top: 1px solid #e1e3e6;
  padding: 18px 0;
  width: 100%;
  float: none!important;
  display: block;
}

#section .containerMarginal .teaser h3 {
  color: #4C5A6D;
  display: block;
  font-size: 1em;
  font-weight: normal;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.6em;
  margin-bottom: 12px;
}

#section .containerMarginal .teaser .kurztext {
  float: none;
  width: auto;
  margin: 0;
}

#section .containerMarginal .teaser ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#section .containerMarginal .teaser ul li {
  margin: 0 0 8px 0;
}

#section .containerMarginal .teaser ul.attachment li a,
#section .containerMarginal .teaser li.attachment a,
#aside .cnavi .teaser ul.attachment a {
  background: url(../../img/cluster/icon_download.gif) no-repeat 0 0;
  padding: 3px 0 3px 20px;
  margin: 3px 0;
  display: block;
}

#section .containerMarginal .teaser a.linkExtern {
  background: url(../../img/cluster/icon_linkextern.gif) no-repeat 0 6px;
  padding: 3px 0 3px 20px;
  margin: 3px 0;
}

.teaser .website a.linkExtern {
  background: url(../../img/cluster/icon_linkextern.gif) no-repeat 0 6px;
  padding: 3px 0 3px 20px;
  margin: 3px 0;
}

#section .containerMarginal .teaser .contact-title,
#section .containerMarginal .teaser .address,
#section .containerMarginal .teaser .phone,
#section .containerMarginal .teaser .mail {
	display: block;
	margin-bottom: 0.3em;
	clear: both;
}

#section .containerMarginal .teaser .contact-title .value ,
#section .containerMarginal .teaser .address .value ,
#section .containerMarginal .teaser .phone .value ,
#section .containerMarginal .teaser .mail .value,
#section .containerMarginal .teaser .contact-title .label ,
#section .containerMarginal .teaser .address .label ,
#section .containerMarginal .teaser .phone .label ,
#section .containerMarginal .teaser .mail .label {
	display: inline-block;
	float: none;
}


p.downloadLink {
  display: table;
}

.downloadLink a {
  background: url(../../img/cluster/icon_download.gif) no-repeat 0 0;
  padding: 3px 0 3px 20px;
  margin: 3px 0;
  display: block;
}


/*Liste*/

.listview .searchform {
  padding: 0 0 28px 0;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e1e3e6;
  position: relative;
}


/*Filter*/

fieldset {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

fieldset h2 {
  color: #4C5A6D;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.4em;
  margin-bottom: 16px;
}

.form fieldset {
  margin-top: 20px;
}

fieldset p {
  display: inline-block;
  width: 50%;
}

.form fieldset p {
  margin-bottom: 6px;
  width: 70%;
}

fieldset p.classificationGroup {
  width: 85%;
}

fieldset .formLabel,
fieldset .formField {
  display: block;
  position: relative;
}

.form fieldset .col3_3 p {
  float: left;
  width: auto!important;
  margin-right: 1em;
}

fieldset .formLabel em {
  display: block;
  margin-bottom: 1em;
  font-style: normal;
  color: #586577;
  font-size: 1.15em;
}

input.checkbox {
  margin-right: 8px;
}

.searchform fieldset {
  float: left;
  max-width: 89%;
}

.searchform .row {
  width: 100%;
  height: 4.8em;
}

.searchform .row {
  width: 100%;
  height: 4.8em;
}

.searchform .col1_1 {
  width: 100%;
}

.searchform .col3_1,
.searchform .col3_2,
.searchform .col3_3 {
  width: 32.7%;
  float: left;
}

.searchform .col2_1,
.searchform .col2_2 {
  width: 50%;
  float: left;
}

.searchform .col3_1 input,
.searchform .col3_2 input,
.searchform .col2_1 input,
.searchform .col2_2 input,
.searchform .col4_1 input,
.searchform .col4_2 input,
.searchform .col4_3 input {
  width: 89%;
}

.searchform .col3_1 select,
.searchform .col3_2 select,
.searchform .col2_1 select,
.searchform .col2_2 select,
.searchform .col4_1 select,
.searchform .col4_2 select,
.searchform .col4_3 select {
  width: 95%;
}

.searchform .col3_3 select {
  width: 102%;
}

.searchform .col2_2 select {
  width: 97%;
}

.searchform .col4_4 select {
  width: 97%;
}

.searchform .col4_1,
.searchform .col4_2,
.searchform .col4_3,
.searchform .col4_4 {
  width: 25%;
  float: left;
}

fieldset .formLabel label {
  display: block;
  color: #586577;
  margin-bottom: 5px;
  font-size: 1.143em;
}

strong.formError {
  color: red;
}

fieldset .formField input {
  background: #E5EDF2;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  font-size: 1em;
  margin: 5px 0 -2px 0;
  padding: 7px 8px;
  position: relative;
}

.searchView fieldset {
  width: 610px;
  max-width: 610px;
  background: #e5edf2;
  padding: 26px 20px 35px 28px;
  width: auto;
}

.searchView fieldset .col1_1 {
  width: 590px;
}

.searchView fieldset .col2_1,
.searchView fieldset .col2_2 {
  width: 45%;
}

.searchView fieldset .col2_1 .formLabel,
.searchView fieldset .col2_2 .formLabel {
  float: left;
  margin-right: 5px;
  padding: 10px 0 0 0;
}

.searchView .listview .searchform fieldset .formField input {
  background: #fff;
  color: #333;
}

.searchView .listview .searchform fieldset .formField input {
  width: 180px;
}

.searchView .listview .searchform fieldset .formField input.hasDatepicker {
  width: 142px;
}

.searchView .listview .searchform fieldset .formField img.ui-datepicker-trigger {
  position: relative;
  margin-left: 5px;
  top: 8px;
}

.searchView .listview .searchform fieldset .col1_1 .formField input {
  width: 100%;
}

.searchView .listview .searchform form[name="ServicebereichSuche"] fieldset .col1_1 .formField input {
  width: 98.5%;
}


/*MH 20012016: Das Formular sieht mit diesen Styles aus wie ein inputfeld, deswegen entfernt ?*/


/*
form[name="ServicebereichSuche"]  {

    background-color: #e5edf2;
    height: 30px;
    border-radius: 3px;

}
*/

.searchView .listview .searchform .formBtn input.sb {
  right: 25px;
  bottom: 4.5em;
}

.searchView .listview .searchform p.formError {
  position: relative;
  color: red;
  width: 500px;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

.searchView .listview .searchform .formField .formError {
  position: absolute;
  color: red;
  top: -3.9em;
  left: 0;
  width: 19em;
  line-height: 1em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

.searchView fieldset .label {
  display: block;
  color: #586577;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.form fieldset .formField input {
  padding: 5px 8px;
}

fieldset .formField select {
  background: none repeat scroll 0 0 #E5EDF2;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  font-size: 0.95em;
  margin: 1px;
  padding: 6px 3px 6px 8px;
  position: relative;
  min-width: 120px;
  max-width: 210px;
}

.form fieldset .formField select {
  padding: 4px 8px;
}

fieldset .formField input:focus,
fieldset .formField select:focus {
  background: url(../../img/cluster/bg_input.gif) repeat-x 0 0 #003764;
  color: #FFFFFF;
}

fieldset .formField textarea {
  background: #E5EDF2;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  margin-top: 6px;
  padding: 8px;
  width: 446px;
}

fieldset .formField textarea:focus {
  background: none repeat scroll 0 0 #003764;
  color: #FFFFFF;
}

.searchform .formBtn {
  float: left;
}

.searchform .formHandle {
  text-align: right;
  margin: 0;
  padding: 0;
  display: block;
}

.searchform .formHandle input {
  background: url(../../img/cluster/bg_input.gif) repeat-x 0 0 #003764;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.1em;
  margin: 0 0 0 5px;
  padding: 5px 7px 5px 7px;
  position: absolute;
  bottom: 2.5em;
}

.form .formHandle {
  text-align: right;
  margin: 0;
  padding: 0 186px 0 0;
  display: block;
}

.form .formHandle input {
  background: url(../../img/cluster/bg_input.gif) repeat-x 0 0 #003764;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.1em;
  padding: 4px 7px;
}

.form .recaptchatable {
  background: #fff;
  line-height: 1em;
  border: none!important;
  border-collapse: collapse;
  position: relative;
  left: -2px;
}

.form .recaptchatable tr td {
  margin: 0;
  padding: 0;
}

.form #recaptcha_area {
  margin-bottom: 20px;
}

.form p.formError {
  color: red;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

.form strong.formError {
  color: red;
  display: block;
}


/* Gr��en Input Felder*/

.form .sizeXL {
  width: 600px;
}

.form .sizeL {
  width: 400px;
}

.form .sizeM {
  width: 250px;
}

.form .sizeS {
  width: 100px;
}

.listMetaRow {
  margin: 0 0 10px 0;
  width: 100%;
}

.listMetaRow .resultOutput {
  float: left;
  font-size: 1.2em
}

.listMetaRow .paginationOutput {
  float: right;
  text-align: right;
}

.listMetaRow .sortText {
  float: left;
}

.listMetaRow .sortText p {
  padding: 8px 0 0 0;
  margin: 0;
}

.listMetaRow .sortLinks {
  float: right;
  text-align: right;
}


/*Pagination Liste*/

.listNavigation .pagination {
  margin: 0;
  width: 200px;
  z-index: 200;
  position: static;
}

.listNavigation .pagination .pageNav {
  display: inline-block;
  margin: 0;
  padding: 0 7px;
  border-right: 1px solid #004F80;
  margin-left: -4px;
  line-height: 1em;
}

.listNavigation .pagination .pageNav a {
  font-weight: bold;
}

.listNavigation .pagination .next,
.listNavigation .pagination .previous {
  background: #fff url(../../img/cluster/arrow-next_xs.png) no-repeat left center;
  display: inline-block;
  height: 15px;
  margin-bottom: -3px;
  margin-left: -4px;
  width: 12px;
}

.listNavigation .pagination .previous {
  background: #fff url(../../img/cluster/arrow-prev.png) no-repeat left center;
}

.listNavigation .pagination .previous a,
.listNavigation .pagination .next a {
  display: block;
  width: 12px;
  height: 15px;
}

.sortLinks .sortDown > span,
.sortLinks .sortUp > span {
  background: #edeef0;
  border: none;
  border-radius: 4px 4px 4px 4px;
  color: #333;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
  margin: 0 0 0 10px;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
}

.sortLinks .sortDown a,
.sortLinks .sortUp a {
  background: #e5edf2;
  border: none;
  border-radius: 4px 4px 4px 4px;
  color: #0f5a88;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin: 0 0 0 10px;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
}

#content .containerText .listview #searchResults {
  list-style: none;
  margin: 13px 0 20px 0;
  padding: 0;
  border-top: 1px solid #e1e3e6;
}

#content .containerText .listview #searchResults li {
  list-style: none;
  margin: 0;
  padding: 15px 11px 10px 10px;
  border-bottom: 1px solid #e1e3e6;
}

#content .containerText .listview #searchResults li.eventMonth {
 font-size: 1.2em;
 padding: 15px 11px 10px 0;
}


#content .containerText .listview #searchResults .searchItem {
  width: 100%;
}

#content .containerText .listview #searchResults li .dateItem {
  margin: 0 0 10px 0;
  padding: 0;
}

#content .containerText .listview #searchResults li h2 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#content .containerText .listview #searchResults li .logo {
  margin: 2px 10px 10px 0px;
  float: left;
}

#content .containerText .listview #searchResults li .address {
  float: left;
}

#content .containerText .listview #searchResults li .logo img {
  border: 1px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 4px #777777;
  -webkit-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}

.subInfo {
  margin: 0 0 12px 0;
}

.label {
  display: inline-block;
  float: left;
  clear: left;
  margin-right: 0.3em;
}

.value {
  display: inline-block;
  float: left;
}

.row-partner {
  margin-bottom: 1em;
}

.row-partner .label {
  float: none;
}

.row-partner .value {
  float: none;
  display: inline;
}

.subInfo .value {
  max-width: 564px;
}

.value .downloadLink {
  float: left;
}

.downloadLink .FTjpeg {
  background: url(../../img/cluster/icon_download.gif) no-repeat 0 2px;
  display: block;
  margin: 3px 0;
  padding: 3px 20px 3px 20px;
}


/*Marginalspalte*/

#aside {
  width: 317px;
  float: left;
  padding-top: 6px;
}

#section {
  float: left;
  margin-right: 15px;
  width: 649px;
}


/**Teaser auf Homepage und Doorpages**/

.teaserRow {
  background: url(../../img/cluster/bg_teaserrow_section.png) no-repeat left bottom;
  width: 649px;
  overflow: hidden;
}

.teaser {
  width: 317px;
  margin-right: 15px;
  float: left;
  display: inline;
  padding: 16px 0 10px 0;
  position: relative;
}

.teaser + .teaser {
  margin-right: 0;
}

.teaser .teaserType {
  color: #4c5a6d;
  font-size: 1.6em;
  display: block;
  margin-bottom: 8px;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
}

.teaser h2 {
  font-size: 1.4em;
  margin-bottom: 8px;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
}

.teaser .kurztext {
  float: left;
  margin: 0;
  width: 300px;
}

.teaser .imgWrapper {
  float: left;
  width: 317px;
  margin: 0 8px 8px 0;
  position: relative;
}

#section .teaser .imgWrapper {
  float: left;
  width: auto!important;
  margin: 0 16px 8px 0;
  position: relative;
}

.teaser .bgFoto span {
  background: url(../../img/cluster/icon_foto.png) no-repeat 0 0;
  display: block;
  height: 30px;
  margin-top: -34px;
  position: absolute;
  left: 187px;
  width: 30px;
  z-index: 100;
}

.teaser .bgFotoreihe span {
  background: url(../../img/cluster/icon_fotoreihe.png) no-repeat 0 0;
  display: block;
  height: 30px;
  margin-top: -34px;
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 30px;
  z-index: 100;
}

.teaser .bgVideo span,
.topTeaser .bgVideo span {
  background: url(../../img/cluster/icon_video.png) no-repeat 0 0;
  display: block;
  height: 30px;
  margin-top: -35px;
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 30px;
  z-index: 100;
}


/*Teaser Veranstaltungen*/

.events .eventList {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.events .eventList li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events .eventList .date {
  display: block;
}

.events .eventList a {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.1em;
  display: block;
}


/*Teaser NewsBox*/

.newsBox ul.links {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.newsBox ul.links li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsBox ul.links .date {
  display: block;
}

.newsBox ul.links a {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.1em;
  display: block;
}


/*Schnelleinstieg*/

#aside .quickFinder {
  clear: both;
  display: block;
  float: none;
  margin-bottom: 20px;
  padding: 18px 0 0;
  width: 317px;
  background: url(../../img/cluster/bg_quickfinder.gif) repeat-x left -1px;
}

#aside .quickFinderHead {
  padding: 25px 18px 0 18px;
}

#aside .quickFinder h3 {
  color: #4C5A6D;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0.2em 0 0;
}

.quickFinderContent {
  padding: 0px 18px 23px 18px;
  background: #e4edf2;
}

.quickFinder .searchform {
  width: 100%;
}

.quickFinder .searchform .formLabel {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.quickFinder .searchform .formField {
  margin-bottom: 18px;
  display: block;
}

.quickFinder .searchform .formField select {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  font-size: 0.95em;
  margin: 1px;
  padding: 4px 3px 4px 8px;
  position: relative;
  width: 99.5%;
}

.quickFinder .searchform .formBtn {
  float: none;
}

.quickFinder .searchform .sb {
  background: url(../../img/cluster/bg_input.gif) repeat-x 0 0 #003764;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 1.1em;
  margin: 0 0 0 5px;
  padding: 4px 7px;
  position: static;
}

.worldmapQuickFinder .quickFinder {
  position: relative;
}

.mapOverlay {
  position: absolute;
  right: 26px;
  top: 5px;
  width: 285px;
  z-index: 10;
  background: #e4edf2;
  height: 388px;
}

.mapOverlay .btnClose {
  background: url(../../img/cluster/bg_schnelleinstieg_close.png) no-repeat left top;
  display: inline-block;
  height: 15px;
  position: absolute;
  right: -10px;
  top: -13px;
  width: 15px;
  cursor: pointer;
}

.mapOverlay h3 {
  color: #4C5A6D;
  font-size: 1.4em;
  left: -651px;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  position: absolute;
  top: -4px;
  width: 600px;
  background: #E5EDF2;
  z-index: 200;
}

.worldmap h3 {
  color: #4C5A6D;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.4em;
  width: 600px;
  margin: 8px 11px 25px;
}

.worldmap h3 p {
  margin: 0;
  padding: 0;
}

.mapOverlay .teaser {
  padding: 2px 0 10px;
  width: 286px;
}

.mapOverlay .mapOverlayContent {
  height: 380px;
  overflow-x: hidden;
  width: 298px;
  margin-top: 8px;
}

.mapOverlay .teaser.events {
  margin-top: 20px;
}

.mapOverlay h4 {
  font-size: 1.2em;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  margin-bottom: 0px;
}

.mapOverlay h4 p {
  padding: 0;
}

.mapOverlay .newsBox ul.links {
  margin: 0;
}

.mapOverlay ul.links li {
  padding: 6px 0;
  border-bottom: 1px solid #fff;
}

.mapOverlay ul.links li span.date {
  display: inline-block;
  width: 72px;
  float: left;
  font-size: 0.95em;
}

.mapOverlay ul.links li a {
  display: inline-block;
  width: 213px;
  float: right;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
  font-size: 0.95em;
}

.mapOverlay ul.links li .clear {
  clear: both;
}

.mapOverlay .wm_news_link,
.mapOverlay .wm_event_link {
  background: url(../../img/cluster/arrow-next.png) no-repeat left center;
  display: inline-block;
  padding: 2px 0 2px 16px;
}


/*Hauptnavigation/DropDownnavi*/


/*** ESSENTIAL STYLES ***/

#nav {
  background: #135680 url(../../img/cluster/bg_navigation.gif) repeat-x 0 0;
  position: relative;
  top: 0px;
  clear: both;
  font: 95% 'BundesSerifWeb', Times New Roman, Times, serif;
  height: 3.3em;
  width: 100%;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#nav>ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-around;
}

#nav ul li {
  position: relative;
  x-moz-box-flex: 1;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#nav ul a {
  display: block;
  position: relative;
}

#nav ul li h3,
#nav ul li h4,
,
#nav ul li em {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
}

#nav ul li a,
#nav ul li span,
#nav ul li strong {
  color: #FFFFFF;
  display: block;
  font-size: 1.6em;
  margin: 0 0px 0 0;
  padding: 8px 40px 9px 20px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
}

#nav ul li.hasChildren > a,
#nav ul li.hasChildren > span,
#nav ul li.hasChildren > strong {
  background: url(../../img/cluster/bg_navi_0.gif) no-repeat 90% 16px;
}

#nav ul li.sfHover > a,
#nav ul li > a:hover,
#nav ul li > a:focus,
#nav ul li > a:active {
  text-decoration: none;
}

#nav ul li.sfHover.hasChildren > a,
#nav ul li.hasChildren > a:hover,
#nav ul li.hasChildren > a:focus,
#nav ul li.hasChildren > a:active {
  background: #01446e url(../../img/cluster/bg_navi_1.gif) no-repeat 90% 16px;
}

#nav ul li:hover {
  visibility: inherit;
}


/*DropDown*/

#nav ul li ul {
  background-color: #e5edf2;
  display: none;
  padding: 4px 12px 10px;
  position: absolute;
  left: -999em;
  top: 43px;
  width: 200px;
  z-index: 9999;
  -moz-box-shadow: 0px 0px 10px #5e5e5e;
  -webkit-box-shadow: 0px 0px 10px #5e5e5e;
  box-shadow: 0px 0px 10px #5e5e5e;
}

#nav ul ul li {
  width: 100%;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 180px;
  font: 100% 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#nav ul li:hover ul,
#nav ul li.sfHover ul {
  left: 0;
  z-index: 9999;
}

#nav ul li li a,
#nav ul li li span,
#nav ul li li strong {
  color: #004f80;
  display: block;
  font-size: 1.0em;
  margin: 0;
  padding: 6px;
  text-align: left;
  background: #E5EDF2;
  white-space: normal;
  font: 100% 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#nav ul li li a:hover,
#nav ul li li a:focus,
#nav ul li li a:active {
  text-decoration: underline!important;
  background: #E5EDF2;
}

#nav ul li li.sfHover > a {
  background: #e5edf2 none no-repeat 90% 16px;
  text-decoration: none;
}

#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
  left: -999em;
}

#nav ul li li:hover ul,
#nav ul li li.sfHover ul {
  left: -999em;
  top: 0;
  display: none;
}

#nav ul li li:hover li ul,
#nav ul li li.sfHover li ul {
  top: -999em;
}


/*Unternavigation in Marginalspalte*/

#navSecondary {
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E1E3E6;
}

#navSecondary ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 317px;
}

#navSecondary ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

#navSecondary ul li a {
  display: block;
  font-size: 1em;
  color: #004f80;
  padding: 6px 7px 6px 25px;
  background: #e5edf2 url(../../img/cluster/navi_0_0.gif) no-repeat 12px 11px;
}

#navSecondary ul li a:hover,
#navSecondary ul li a:active,
#navSecondary ul li a:focus,
#navSecondary ul li span {
  display: block;
  font-size: 1.0em;
  padding: 6px 7px 6px 25px;
  color: #fff;
  background: #004f80 url(../../img/cluster/navi_0_1.gif) no-repeat 12px 11px;
  text-decoration: none;
}

#navSecondary ul li.current a {
  display: block;
  font-size: 1.0em;
  padding: 7px 7px 7px 25px;
  color: #fff;
  background: #004f80 url(../../img/cluster/navi_0_2.gif) no-repeat 10px 11px;
}

#navSecondary ul li.current li {
  border-bottom: none;
  border-top: 1px solid #fff;
}

#navSecondary ul li.current li a {
  display: block;
  font-size: 1em;
  color: #004f80;
  padding: 6px 7px 6px 25px;
  background: #fff;
}

#navSecondary ul li.current li a:hover,
#navSecondary ul li.current li a:active,
#navSecondary ul li.current li a:focus,
#navSecondary ul li.current li span {
  display: block;
  font-size: 1em;
  padding: 6px 7px 6px 25px;
  color: #fff;
  background: #004f80;
  text-decoration: none;
}

#navSecondary ul li.current li span,
#navSecondary ul li.current li.current a {
  display: block;
  font-size: 1em;
  padding: 6px 7px 6px 25px;
  color: #004f80;
  background: #fff;
  text-decoration: none;
  background: #fff url(../../img/cluster/navi_1_2.gif) no-repeat 11px 10px;
}


/*dritte Ebene*/

#navSecondary ul li.current li.current li a {
  background: #fff;
  padding: 5px 7px 5px 45px;
  font-size: 1.0em;
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

#navSecondary ul li li.current li a:hover,
#navSecondary ul li li.current li a:active,
#navSecondary ul li li.current li a:focus,
#navSecondary ul li li.current li span {
  display: block;
  font-size: 1em;
  padding: 5px 7px 5px 45px;
  color: #fff;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  background: #004f80;
  text-decoration: none;
}

#navSecondary ul li li.current li span,
#navSecondary ul li li.current li.current a {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  background: url(../../img/cluster/navi_1_2.gif) no-repeat 32px 9px;
  color: #004f80;
}


/* Inhaltsverzeichnis */

#content .footerWrapper {
  width: auto;
}

#content .footerWrapper h2 {
  margin-bottom: 0;
  font-size: 1.143em;
}

#content .footerWrapper ul br {
  display: none;
}

#content .footerWrapper ul {
  margin-right: 10px;
}

#content .footerWrapper ul li {
  float: none;
  width: auto;
  padding: 15px 0;
  border-bottom: 1px solid #E1E3E6;
}

#content .footerWrapper ul li:last-child {
  border-bottom: 0 none;
}

#content .footerWrapper ul li ul {
  margin-right: 0;
}

#content .footerWrapper ul li ul {
  min-height: 0;
}

#content .footerWrapper ul li li {
  padding: 5px 0 0;
  border-bottom: 0 none;
}

#content .footerWrapper ul li li a {
  display: block;
  margin-left: 30px;
  padding: 3px 0 3px 15px;
  color: #484949;
  background: url(../../img/cluster/arrow-next.png) no-repeat 0 5px;
}

#content .footerWrapper ul li li li {
  padding: 0;
}

#content .footerWrapper ul li li li a {
  margin-left: 60px;
}


/* Footer */

#footer {
  margin-top: 10px;
}

#footer,
#banner,
#copyright {
  clear: both;
  background: #E5EDF2;
  width: 941px;
  margin: 0 auto;
  padding: 20px;
  display: block!important;
}

#footer {
  padding-right: 0;
  width: 961px;
}

#banner,
#copyright,
#footer {
  border-top: 1px solid #fff;
}

#copyright .copywrightWrapper {
  float: left;
  width: 460px;
  font-size: 0.9em;
}

#copyright .socialbookmarkWrapper {
  float: right;
  width: 260px;
  margin-top: -5px;
}

#copyright .socialbookmarkWrapper span {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 0.9em;
  top: -12px;
}

#copyright .socialbookmarkWrapper ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
}

#copyright .socialbookmarkWrapper ul li {
  float: left;
  margin: 0;
  overflow: hidden;
  width: 33px;
}

#copyright .socialbookmarkWrapper ul li a {
  display: block;
  height: 29px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 40px;
  position: relative;
  top: 0;
  width: 30px;
  margin-left: 3px;
}

#copyright .socialbookmarkWrapper ul li.twitter a {
  background: url(../../img/bnl/icon_twitter_invert.gif) no-repeat left center #E5EDF2;
}

#copyright .socialbookmarkWrapper ul li.xing a {
  background: url(../../img/bnl/icon_xing_invert.gif) no-repeat left center #E5EDF2;
}

#copyright .socialbookmarkWrapper ul li.linkedin a {
  background: url(../../img/bnl/icon_linkedin_invert.gif) no-repeat left center #E5EDF2;
}

.footerWrapper,
#bannerWrapper,
#copyright p {
  margin: 0 auto !important;
  text-align: left;
  width: 940px;
}

#footer h1,
#banner h1,
#footer h2,
#banner h2 {
  color: #4C5A6D;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footerWrapper h2 {
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 8px;
}

.footerWrapper ul {
  list-style: none outside none;
  margin: 0;
}

.footerWrapper ul li {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  width: 168px;
  list-style: none outside none;
}

#footer .footerWrapper ul li * {
  color: #484949;
}

.footerWrapper ul li:last-child {
  padding: 0;
}

.footerWrapper ul li ul {
  min-height: 200px;
}

.footerWrapper ul li ul li {
  display: block;
  padding: 0 0 6px;
}

#copyright p {
  margin: 0;
  padding: 0;
}


/****************************************************************************************************************
===Worldmap===
**********************************************************************************************************************/

.worldmapQuickFinder {
  display: inline-block;
  width: 1002px;
  height: 431px;
  margin: 29px 0 0 -9px;
  padding: 0 0 29px 0;
  border-bottom: 1px solid #e1e3e6;
  background: url(../../img/cluster/bg_schnelleinstieg.png) no-repeat left top;
}

.worldmapQuickFinder .worldmap {
  display: inline-block;
  float: left;
  width: 649px;
  margin: 12px 0 0 24px;
}

.worldmapQuickFinder .quickFinder {
  display: inline-block;
  float: right;
  width: 310px;
  margin: 20px 5px 0 5px;
}

.worldmapQuickFinder .quickFinder .quickFinderHead h3 {
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 1.4em;
  color: #4C5A6D;
}

.worldmapQuickFinder .quickFinder .quickFinderContent {
  padding: 0 18px 0 0px;
  width: 280px;
}

.quickFinderContent
/**********************************************************************************************************************
 === JS Plugins===
**********************************************************************************************************************/


/*SLIDES*/

#slides {
  position: relative;
  width: 981px;
  height: 280px;
  z-index: 100;
  clear: both;
  border-top: 1px solid #fff;
}

#slides img {
  width: 981px;
  height: 280px;
}

#slides .prev img,
#slides .next img {
  width: 9px;
  height: 11px;
}

.slide {
  display: none;
}

#slides .current {
  display: block!important;
}

.anythingSlider {
  width: 981px;
  height: 280px!important;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
  overflow-y: auto;
  overflow-x: hidden;
}


/***********************
  COMMON SLIDER STYLING
 ***********************/


/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */

div.anythingSlider {
  display: block;
  margin: 0 auto;
  overflow: visible !important;
  /* needed for Opera and Safari */
  position: relative;
  padding: 0;
}


/* anythingSlider viewport window */

div.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}


/* anythingSlider base (original element) */

.anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}


/* all panels inside the slider */

.anythingBase .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
  height: 280px!important;
  position: relative;
}


/* Navigation Arrows */

div.anythingSlider .arrow {
  top: 312px;
  position: absolute;
  display: block;
}

div.anythingSlider .arrow a {
  display: block;
  height: 10px;
  margin: -70px 0 0 0;
  width: 9px;
  text-align: center;
  outline: 0;
}


/* hide text, target the span so IE7 doesn't text-indent the link */

div.anythingSlider .arrow a span {
  display: block;
  text-indent: -9999px;
}


/* back arrow */

div.anythingSlider .back {
  left: 730px;
}

div.anythingSlider .back a {
  background: url(../../img/cluster/arrow-prev.png) no-repeat 0 0;
}

div.anythingSlider .back.disabled {
  display: none;
}


/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */


/* forward arrow */

div.anythingSlider .forward {
  right: 153px;
}

div.anythingSlider .forward a {
  background: url(../../img/cluster/arrow-next.png) no-repeat 0 0;
}

div.anythingSlider .forward.disabled {
  display: none;
}


/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */


/* Navigation Links */

div.anythingSlider .anythingControls {
  outline: 0;
  display: none;
  position: absolute;
  top: 241px;
  left: 745px;
}

div.anythingSlider .anythingControls ul {
  margin: 0;
  padding: 0;
  float: right;
}

div.anythingSlider .anythingControls ul li {
  display: inline;
}

div.anythingSlider .anythingControls ul a {
  background-image: url("../../img/cluster/pagination.png");
  background-position: 0 -12px;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 12px;
  width: 12px;
}

div.anythingSlider .anythingControls ul a.cur {
  background-image: url(../../img/cluster/pagination.png);
  background-position: 0 0;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 12px;
  width: 12px;
}


/* Navigation size window */

div.anythingSlider .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left;
}


/* slider autoplay right-to-left, reverse order of nav links to look better */

div.anythingSlider.rtl .anythingControls ul a {
  float: right;
}


/* reverse order of nav links */

div.anythingSlider.rtl .anythingControls ul {
  float: left;
}


/* move nav link group to left */

div.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}


/* Autoplay Start/Stop button */

div.anythingSlider .start-stop {
  background: url(../../img/cluster/pagination_start_stop.png) no-repeat 0 -9px;
  padding: 0;
  width: 9px;
  height: 9px;
  text-decoration: none;
  float: left;
  z-index: 100;
  outline: 0;
  margin: 2px 4px 0 0;
}

div.anythingSlider .playing {
  background: url(../../img/cluster/pagination_start_stop.png) no-repeat 0 0px;
}

div.anythingSlider .start-stop span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.caption {
  background: #FFFFFF;
  bottom: 13px;
  color: #000000;
  font-size: 1.1em;
  left: 670px;
  min-height: 90px;
  padding: 13px 20px 30px;
  position: absolute;
  text-shadow: none;
  width: 260px;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.picture--video .caption {
    position: static;
    width: auto;
    padding: 0;
}

.caption h2 {
  font-size: 1.9em;
  margin-bottom: 5px;
  font-family: 'BundesSansWebBold', Verdana, Arial;
}


/*Next/prev buttons*/

#slides .next,
#slides .prev {
  position: relative;
  top: -152px;
  left: -25px;
  width: 48px;
  height: 49px;
  display: block;
  z-index: 101;
}

#slides .next {
  left: 996px;
  top: -200px;
}


/*Pagination*/

.pagination {
  margin: 0;
  width: 100px;
  position: relative;
  margin-top: -129px;
  left: 40px;
  z-index: 200;
}

.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}

.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(../../img/cluster/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position: 0 -12px;
}


/*
        Slider/Einzelsicht
*/

.photoArray {
  position: relative;
  left: 43px;
}

.photoArray ul.photoList {
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}

.photoArray li {
  width: 182px;
  height: 130px;
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}

.photoArray li a {
  margin: 0 4px;
  padding: 4px 0;
  background: url(../../img/cluster/bg_carusell.gif) no-repeat 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 170px;
  height: 130px;
}

.photoArray .bx-prev,
.photoArray .bx-next {
  background: url(../../img/cluster/arrow-prev_l.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 60px;
  left: -22px;
  z-index: 50;
}

.photoArray .bx-next {
  background: url(../../img/cluster/arrow_next_l.png) no-repeat 0 0;
  left: 546px;
}

#aside .photoArray .bx-next {
  left: 164px;
}

.coverflow .photoArray .bx-next {
  left: 164px;
}


/*Coverflow in der Marginalspalte*/


/*Slider 3teilige Marginal**/

#aside .fotoreihe {
  margin-top: 16px!important;
}

#aside .photoArray {
  left: 0px;
}

#aside .photoArray .bx-window {
  -moz-box-shadow: 0px 0px 5px #5e5e5e;
  -webkit-box-shadow: 0px 0px 5px #5e5e5e;
  box-shadow: 0px 0px 5px #5e5e5e;
}

#aside .teaser ul.photoList li {
  width: 94px;
  height: 70px;
  background: #e4eef0;
  border: 1px solid #fff;
}

#aside .teaser ul.photoList li a {
  width: 94px;
  height: 70px;
  background: none;
  padding: 0;
}

#aside .photoArray .bx-prev,
#aside .photoArray .bx-next {
  left: -12px;
  background: url(../../img/cluster/arrow-prev_xs.png) no-repeat 0 0;
  width: 30px;
  top: 30px;
  height: 30px;
}

#aside .photoArray .bx-next {
  left: 292px;
  background: url(../../img/cluster/arrow-next_xs.png) no-repeat 0 0;
}


/*Slider einteilig*/

#aside .portletCoverflow .photoArray {
  left: 59px;
}

#aside .portletCoverflow .photoArray .bx-window {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#aside .teaser .portletCoverflow ul.photoList li {
  height: 175px;
  margin: 0 0 8px;
  text-align: center;
  vertical-align: middle;
  width: 182px;
  background: none;
}

#aside .teaser .portletCoverflow ul.photoList li a {
  height: 124px;
  width: 182px;
  padding: 4px 0;
}

#aside .portletCoverflow .photoArray li img {
  border: 1px solid #fff;
  -moz-box-shadow: 0px 0px 5px #5e5e5e;
  -webkit-box-shadow: 0px 0px 5px #5e5e5e;
  box-shadow: 0px 0px 5px #5e5e5e;
}

#aside .portletCoverflow .photoArray .bx-prev,
#aside .portletCoverflow .photoArray .bx-next {
  background: url(../../img/cluster/arrow-prev_xs.png) no-repeat 0 0;
  height: 11px;
  left: -24px;
  top: 61px;
  height: 11px;
}

#aside .portletCoverflow .photoArray .bx-next {
  left: 198px;
  background: url(../../img/cluster/arrow-next_xs.png) no-repeat 0 0;
}

#aside .portletCoverflow .photoArray li a {
  background: none
}

#aside .teaser .portletCoverflow ul.photoList li .title a {
  display: inline-block;
  height: auto!important;
  width: auto!important;
  text-align: center;
}


/*Coverflow Publikationen*/

#aside .portletCoverflowWithText .bx-wrapper {
  border: 1px solid #fff;
  background: #fff;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

#aside .portletCoverflowWithText .bx-window {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

#aside .portletCoverflowWithText ul.photoList li {
  width: 300px;
  text-align: left;
  vertical-align: top;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  visibility: hidden;
}

#aside .portletCoverflowWithText ul.photoList li.active-slide {
  visibility: visible;
}

#aside .portletCoverflowWithText ul.photoList li a {
  float: left;
  width: 96px;
  height: auto;
  background: none;
  padding: 4px 0!important;
  margin: 0 5px 0 0!important;
}

#aside .portletCoverflowWithText ul.photoList li a img {
  -moz-box-shadow: 0px 0px 3px #5e5e5e;
  -webkit-box-shadow: 0px 0px 3px #5e5e5e;
  box-shadow: 0px 0px 3px #5e5e5e;
  width: 86px;
}

#aside .portletCoverflowWithText ul.photoList li .title {
  display: block;
  text-align: left;
  width: 199px;
  float: left;
  overflow: hidden;
}

#aside .portletCoverflowWithText ul.photoList li .title a {
  width: auto;
  float: none;
  font-size: 1.0em;
  margin-left: 0;
  vertical-align: top;
  text-align: left;
  padding: 0;
  overflow: none;
  display: block;
  width: 156px;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
}

#aside .portletCoverflowWithText .photoArray .bx-prev,
#aside .portletCoverflowWithText .photoArray .bx-next {
  background: url(../../img/cluster/arrow-prev_l.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: static;
  display: inline-block;
  margin: 0 3px 0 0;
}

#aside .portletCoverflowWithText .photoArray .bx-next {
  background: url(../../img/cluster/arrow-next_xs.png) no-repeat 0 0;
  margin: 0 0 0 5px;
}

#aside .portletCoverflowWithText .bx-pager,
#aside .portletCoverflowWithText .bx-pager-item,
#aside .portletCoverflowWithText .bx-controls-direction {
  display: inline-block;
}

.bx-pager .bx-pager-link {
  background: url(../../img/cluster/pagination.png) no-repeat 0 -12px;
  padding: 0 4px;
  text-decoration: none;
  height: 12px;
  width: 4px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.bx-pager .bx-pager-link.active {
  background: url(../../img/cluster/pagination.png) no-repeat 0 0px;
}


/*Coverflow Publikationen STARTSEITE */

#marginalspalte .portletCoverflowWithText .bx-wrapper {
  border: 1px solid #fff;
  background: #fff;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

#marginalspalte .portletCoverflowWithText .bx-window {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

#marginalspalte .portletCoverflowWithText ul.photoList li {
  width: 300px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
}

#marginalspalte .portletCoverflowWithText ul.photoList li a {
  float: left;
  width: 96px;
  height: auto;
  background: none;
  padding: 4px 0!important;
  margin: 0 3px 0 0!important;
}

#marginalspalte .portletCoverflowWithText ul.photoList li a img {
  -moz-box-shadow: 0px 0px 3px #5e5e5e;
  -webkit-box-shadow: 0px 0px 3px #5e5e5e;
  box-shadow: 0px 0px 3px #5e5e5e;
}

#marginalspalte .portletCoverflowWithText ul.photoList li .title {
  display: block;
  text-align: left;
  width: 199px;
  float: left;
  overflow: hidden;
}

#marginalspalte .portletCoverflowWithText ul.photoList li .title a {
  width: auto;
  float: none;
  font-size: 1.0em;
  margin-left: 0;
  vertical-align: top;
  text-align: left;
  padding: 0;
  overflow: none;
  display: block;
  width: 156px;
}

#marginalspalte .portletCoverflowWithText .photoArray .bx-window {
  margin-bottom: 20px;
}

#marginalspalte .portletCoverflowWithText .photoArray .bx-prev,
#marginalspalte .portletCoverflowWithText .photoArray .bx-next {
  background: url(../../img/cluster/arrow-prev_xs.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: static;
  display: inline-block;
  margin: 0 5px 0 0;
}

#marginalspalte .portletCoverflowWithText .photoArray .bx-next {
  background: url(../../img/cluster/arrow-next_xs.png) no-repeat 0 0;
  margin: 0 0 0 5px;
}

#marginalspalte .portletCoverflowWithText .bx-pager {
  display: inline-block;
}

#marginalspalte .bx-pager .pager-link {
  background: url(../../img/cluster/pagination.png) no-repeat 0 -12px;
  padding: 0 4px;
  text-decoration: none;
  height: 12px;
  display: inline-block;
  overflow: hidden;
}

#marginalspalte .bx-pager .pager-active {
  background: url(../../img/cluster/pagination.png) no-repeat 0 0px;
}


/*CoverflowMediathek 3 Elemente*/

.coverflowMediathek {
  padding-bottom: 20px;
}

.coverflowMediathek .photoArray {
  left: 11px!important;
}

.coverflowMediathek .photoArray .bx-prev,
.coverflowMediathek .photoArray .bx-next {
  left: -11px;
  background: url(../../img/cluster/arrow-prev_xs.png) no-repeat 0 0;
  width: 31px;
  top: 54px;
  height: 31px;
}

.coverflowMediathek .photoArray .bx-next {
  left: 440px;
  background: url(../../img/cluster/arrow-next_xs.png) no-repeat 0 0;
}

.coverflowMediathek .photoArray li a {
  width: 138px;
  background: none;
  padding: 8px 4px 17px 4px!important;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  background: url(../../img/cluster/bg_carusell_mediathek.gif) no-repeat 0 0;
}

.coverflowMediathek .photoArray li {
  width: 146px;
  height: 118px;
}


/*##################Unternehmensdatenbank################*/


/* �berschriften*/

h2.companyName {
  border-top: 1px solid #e1e3e6;
  color: #4C5A6D;
  font-family: 'BundesSerifWeb', Times New Roman, Times, serif;
  font-size: 2.1em;
  font-weight: normal;
  margin: 16px 0 20px 0;
  padding: 24px 0 12px 0;
}

#cdb ul {
  margin: 10px 20px;
}


/*Bedienelemente*/

.btnBar {
  width: 100%;
  margin: 16px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 5px solid #004979;
}

.btnBar .left {
  width: 50%;
  float: left;
}

.btnBar .right {
  width: 50%;
  float: right;
  text-align: right;
}

.btnBar input.sb,
.btnBar span.btnLink a {
  background: url(../../img/cluster/bg_input.gif) repeat-x 0 0 #003764;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'BundesSansWebBold', Arial, helvetica, sans-serif;
  padding: 4px 6px;
  width: auto;
  font-size: 1em;
  border-radius: 4px 4px 4px 4px;
  margin: 0 4px;
  border: none;
  display: inline-block;
}

.btnBar span.btnLink a {
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
}

.formFieldcheckbox {
  width: 100%;
  display: inline-block;
}

.formFieldcheckbox .leftColumn,
.formFieldcheckbox .rightColumn {
  float: left;
  width: 45%;
}

.formFieldcheckbox .leftColumn span,
.formFieldcheckbox .rightColumn span {
  display: block;
  margin-bottom: 6px;
}

.formFieldcheckbox input {
  margin-right: 5px;
}

.formField {
  width: 100%;
  display: inline-block!important;
}
.search.mobileSearch .formField {
  width: 55%;
  display: inline-block!important;
}

.formField .leftColumn,
.formField .rightColumn {
  float: left;
  width: 45%;
}


/*Fortschrittsanzeige*/

.progressBar {
  width: 100%;
  margin: 16px 0;
}

.progressBar ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}

.progressBar ul li {
  float: left;
  width: 35.1%;
  padding: 0 0px 0 8px;
  height: 44px;
  margin-left: -20px;
}

.progressBar ul li a {
  display: block;
  width: 166px;
}

.progressBar ul li a span.step {
  display: table-cell;
  height: 15px;
  min-width: 26px;
  padding: 14px 8px;
}

.progressBar ul li a span.progressTitle {
  display: table-cell;
  height: 33px;
  padding-right: 27px;
  vertical-align: middle;
}

.progressBar ul li.status-inactive {
  background: url(../../img/cluster/ud_progressbar_1.png) no-repeat 0 0;
}

.progressBar ul li.status-active {
  background: url(../../img/cluster/ud_progressbar_2.png) no-repeat 0 0;
}

.progressBar ul li.success a span.progressTitle {
  background: url(../../img/cluster/ud_progressbar_success.png) no-repeat right center;
}

.progressBar ul li.status-active a {
  color: #fff!important;
}

.ui-widget-header .ui-icon {
  background-image: url(../../img/cluster/ui-icons_ffffff_256x240.png) !important;
}


/* *********************************************************************************************************************
=== Landkarte ===
********************************************************************************************************************* */

.tile-left {
  background-color: #003764;
  color: #FFF;
  width: 559px;
  height: 418px;
  float: left;
  margin-left: 0px;
  padding: 80px;
  box-sizing: border-box;
}

.tile-left h2 {
  color: #fff;
  font-size: 50px;
  line-height: 53px;
}

.teaserWide div p,
.tile-left .kurzText p {
  margin: 20px 0px;
  font-size: 20px;
  line-height: 25px;
}

.teaserWide h2 p {
  padding-bottom: 0;
}

.tile-left a {
  padding-left: 34px;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'BundesSansWebBold';
}

.tile-left a::before {
  content: '';
  background: url(../../img/i40/marker.png) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
}

.tile-right {
  float: left;
  margin-right: 0px;
}

.tile-right .imgWrapper {
  width: 421px;
}

.tile-right img {
  width: 100%;
  height: 100%;
}
