/**
 * screen.css
 *
 * 1.12.0   2018-01-04  Nils Heldt
 *          - Druckansicht der Volltextsuche
 * 1.11.0   2017-09-26 VZ
 *          - Stellenangebote: Abstaende zwischen den Abschnitten vergroessert
 *          - Startseite-Slider angepasst
 * 1.10.0   2017-08-14  Nils Heldt
 *          - Akkordeon-Fix
 * 1.9.0    2017-08-11  Nils Heldt
 *          - Einfuehren eines korrekten Headers fuer die Versionierung
 *          - Silbentrennung im Inhaltsbereich
 * 1.8.0    2017-07-18 MF
 *          - hinzufuegen der Klasse newTable fuer neue Tabellen
 * 1.7.0    2017-07-07 VZ
 *          - #5579a8 mit #1E68A6 ausgetauscht
 *          - #5BBFDE mit #2E7FA1 ausgetauscht
 * 1.6.6    2017-03-14 VZ
 *          - BITV anpassungen
 * 1.6.5    2016-12-06  GvG
 *          - Bugfix Slick Slider
 * 1.6.4    2016-11-17  GvG
 *          - Styles fuer neuen Slick Slider
 * 1.6.3    2015-12-07  MD
 *          - #content-cleaner .text-direction-rtl ul.contentliste angepasst
 * 1.6.2    2015-09-09  GvG
 *          - Neues Element simple-words eingefuegt
 * 1.6.1    2015-08-27  JH
 *          - Toolbar rechts floatend und um 50 px breiter gemacht
 * 1.6.0    2014-12-04  JH
 *          - Abschnitt Schlagwortwolke
 * 1.5.2    2013-06-18  Jens Havenith
 *          - display inline Block bei "link-external" auskommentiert
 * 1.5.1    2013-02-06  Christian Haseloff
 *          - BITV-Konfomitaet
 *              - Klasse parsed-underline hinzugefuegt
 *              - .contentlist um zusaetzliche Klassen fuer list-style-type erweitert
 *          - Versionierung eingefuehrt
 * 1.4.0    2013-12-19  MS
 *          - DIV fuer "Verwandte Artikel" hat nun eine Zeilenhoehe Abstand nach oben
 * 1.2.0    2013-10-18  MS
 *          - Hervorgehebene Span werden als Display-Table dargestellt
 *          - CSS-Anweisungen aus MS-CSS uebernommen und MS-CSS geloescht
 * 1.0.0    2013-09-06  MS
 *          - Display-Eigenschaft fuer externe Links im Bereich Inhalt angepasst, diese werden nun als "inline-block" dargestellt.
 *
 * @package     contentBLUE4-BfV
 * @subpackage  CSS
 * @author      Nils Heldt <heldt@glamus.de>
 */


/*****RESET*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****GRUNDELEMENTE*****/


.no-script {
    display: none;
}

input {
    font-size: 100%;
}

.toolbar input.no-script {
    display: inline;
}

.toolbar input {
    display: none;
}

html {
	height: 100%;
}

hr {
    color: #5579A8;
}

body {
	font-size: 80%;
	line-height: 150%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #3f3f3f;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	margin: 0px auto;
    background: #fff;
    margin-top: 0px;
    background: url(/static/img/bg-pattern.jpg) repeat-x top left #639fc4;
}


a {
    color: #1E68A6;    
}

a:link,
a:active {
	text-decoration: none;
	color: #3565b8;
    font-weight: normal;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	cursor: pointer;
    color: #2E7BAA;
}

a.more {
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	font-size: 85%;
	color: #1E68A6;
    display: block;
	background: url(/static/img/link-arrows.gif) no-repeat top left;
	background-position: 0px 7px;
	padding: 0px 0px 0px 15px;
}

a.link-external {
	font-weight: normal;
	color: #1E68A6;
    /*display: block;*/
	background: url(/static/img/link-external.gif) no-repeat top left;
	background-position: 0px 5px;
	padding: 0px 0px 0px 20px;
}

div.content-formatted a.link-external,
div#content-cleaner a.link-external {
	/*display: inline-block !important;*/
}


a.imageZoom {
	font-weight: normal;
	font-size: 75%;
	color: #5579a8;
	display: block;
	background: url(/static/img/link-zoom.gif) no-repeat top left;
	background-position: 0px 5px;
	padding: 0px 0px 0px 20px;
}

.caption, .copyright {
	font-size: 70%;
	color: #3f3f3f;
	text-transform: normal;
}

.caption {
	margin-bottom: 10px;
}

#fancybox-title .caption {
    text-align: left;
	font-size: 100%;
	width: 100% !important;
}

#fancybox-title .copyright {
    text-align: left;
	font-size: 100%;
	width: 100% !important;
}

.bild-right {
    float: right;
    margin: 5px 0px 10px 10px;
}

.bild-left {
    float: left;
    margin: 5px 10px 10px 0px;
}

.bild-center,
.center {
    margin: 5px 0px 10px 0px;
}

.noborder {
	border: none;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow: hidden;
    position: absolute;
}

.clear {
	clear: both;
}

h1 {
	font-family: georgia, times, serif;
    color: #4F75BD;
	font-size: 160%;
	margin-top: 0px;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: normal;
}

h2 {
    font-size: 130%;
	font-family: georgia, times, serif;
	text-transform: normal;
	font-weight: normal;
	margin: 10px 0px;
}

h3 {
    color: #595959;
    font-size: 100%;
	text-transform: normal;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Textformatierungen */

b, strong {
    font-weight: bold;
}

/* vz em fuer kursiv*/
i, em {
    font-style: italic;
}

.highlighted {
    display: block;
    background-color: #ebeef3;
    padding: 5px 10px;
}

.highlighted.highlighted-dynamic {
    display: table;
}
.simple-words {
    font-size: 120%;
}

big {
    font-size: 120%;
}

small {
    font-size: 75%;
}
span.parsed-underline {
    text-decoration: underline;
}


/* Der Container umfasst den Gesamten Inhalt der Site */

#container {
    margin: 0px auto;
    width: 990px;
    background-color: #fff;
}

/* Header */

#header {
    height: 115px;
    margin: 0px;
}

#header div.logo {
    margin: 20px 0px 0px 15px;
    position: absolute;
    float: left;
}

/*****TOOLBAR******/

/* Damit Reihenfolge ohne Tabindex funktioniert - vz*/
.toolbar {
    float: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    margin-left: 0px;
    width: 750px;
    margin-right: 20px;
    text-align: right;
}

.toolbar ul {
    margin-left: 80px;
    margin-top: 15px;
}

.toolbar li {
	list-style-type: none;
    margin-left: 16px;
    padding-left: 0px;
    display: inline-block;
}

.toolbar li a,
.toolbar li span {
    display: block;
	text-align: center;
	color: #3f3f3f;
	margin-top: 0px;
	padding: 1px 0px 0px 0px;
}

.toolbar li a:hover,
.toolbar li a:focus {
    text-decoration: none;
}

.toolbar li a:active{
    text-decoration: none;
    font-weight: normal;
}

.toolbar li a.active,
.toolbar li span.active {
    text-decoration: none;
    font-weight: normal;
}


/*****TOPNAVI******/

#topnavi {
    float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 30px;
	font-weight: bold;
    padding-left: 0px;
    margin-left: 205px;
    color: #fff;
    font-weight: normal;
    width: 765px;
    height: 24px;
    z-index: 900;
    position:relative;
}

#topnavi ul {
    margin: 0px;
    padding: 0px;
    width:100%;
}

#topnavi ul li {
    position:relative;
    float: left;
	list-style-type: none;
}

#topnavi li a,
#topnavi li span {
    display: block;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	color: #fff;
    border-right: 1px solid #fff;
    height: 22px;
    padding-top: 2px;
    background: url(/static/img/topnavi-bg.gif) repeat-x top left #3565b8;
}

#topnavi ul ul,
#topnavi ul li:hover ul ul,
#topnavi ul li:hover ul ul ul {
    position:absolute;
    left:-9999px;
    min-width: 310px;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
}

#topnavi ul ul li{
    float: none;
	text-align: left;
}
#topnavi ul ul li a,
#topnavi ul ul li span {
	background: none;
	padding: 5px 10px 5px 20px;
	text-align: left;
	border-right: none;
    height: auto;
}
#topnavi ul ul ul li a,
#topnavi ul ul ul li span {
	background-image: none;
	text-align: left;
	color:#000   !important;
}

#topnavi ul ul {
    top:auto;
    background: url(/static/img/topnavi-subnavi-bg.png) repeat-x top left #779DC1;
}

#topnavi ul li:hover ul {
    left:0;
}

#topnavi ul ul li:hover ul,
#topnavi ul ul ul li:hover ul {
    position:absolute;
    left:100%;
    top:0;
}
/* VZ */
#topnavi .submenuHidden {
    display: none;
}
#topnavi .submenuVisible {
    left: 0;
    display: block;
}

#topnavi ul ul li a:focus,
#topnavi ul ul li:hover a{
    background-color:#fff;
    color:#000   !important;
}
#topnavi ul ul ul li:hover a{
    background-color:#fff;
    color:#1E68A6   !important;
}
#topnavi ul li:last-child ul ul {
 	margin-left: -620px;
 	width: 310px;
}
#topnavi li a.link1 {
    width: 90px;
}

#topnavi li a.link2 {
    width: 120px;
}

#topnavi li a.link3 {
    width: 98px;
}

#topnavi li a.link4 {
    width: 177px;
}

#topnavi li a.link5 {
    width: 90px;
}

#topnavi li a:hover,
#topnavi li a:focus {
    text-decoration: none;
    background-image: none;
    background-color: #3565b8;
    color: #fff  !important;
}

#topnavi li a:active{
    font-weight: bold;
    background-image: none;
    background-color: #fff;
    color: #fff;
}

#topnavi li a.active,
#topnavi li span.active {
    font-weight: bold;
    color: #ffffff !important;
    background-image: none;
    background-color: #3565b8;
}

/* Suchbox im Header */

.quicknavi {
	float: right;
	width: 165px;
	padding-top: 0px;
	margin-right: 0px;
}

input.searchfield {
     color: #427BAA;
     float: left;
     padding: 3px 5px;
     width: 133px;
     margin: 0px;
     height: 16px;
     border: 1px solid #b1ccdb;
     border-right: none;
}

input.sucheSubmitBox {
    padding-left: 0px;
    padding-bottom: 2px;
    border: 1px solid #717b80;
    border-left: none;
    margin-left: 0px;
}


/*****Linke Spalte******/

#left {
	float: left;
	width: 185px;
    text-transform: normal;
    margin-top: 20px;
}

#navi {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
    text-transform: normal;
}

#navi ul {
    font-size: 85%;
	margin: 0px;
	padding: 0px 0px;
}

#navi li {
    list-style-type: none;
    padding-left: 0px;
    text-transform: normal;
}

#navi li a,
#navi li span {
    font-weight: bold;
	text-decoration: none;
    color: #3f3f3f;
    display: block;
    padding: 5px 8px 5px 0px;
}

#navi li a:hover,
#navi li a:focus {
	text-decoration: none;
	color: #1E68A6;
}

#navi li a:active {
	font-weight: bold;
	color: #3565b8;
}

#navi li a.active,
#navi li span.active {
	font-weight: bold;
	color: #3565b8;
}

/* Zweite Ebene */

#navi ul li ul {
	padding: 0px;
	border-bottom: 0px;
	font-size: 100%;
}

#navi ul li ul li a,
#navi ul li ul li span {
	background: url(/static/img/navi-arrows.gif) no-repeat top left;
	background-position: 0px 12px;
	padding: 5px 0px 5px 15px;
}

#navi ul li ul li a:hover,
#navi ul li ul li a:focus {

}

#navi ul li ul li a:active{
}

#navi ul li ul li a.active,
#navi ul li ul li span.active {
}

#navi h1 {
    width: 185px;
}

/*****CONTENT******/

#content {
    margin-left: 205px;
    margin-right: 205px;
    margin-top: 0px;
}


/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */

#content-cleaner {
    float: left;
    width: 580px;
    margin-bottom: 20px;
}

#content .contenttop {
    width: 580px;
    height: 165px;
    margin-bottom: 10px;
}

.content-formatted {
/*
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5579A8;
*/
}

.content-formatted ul{
    list-style: square inside none;
}

ul.sitemap ul {
    list-style: square inside;
}
ul.sitemap {
    list-style: square inside;
}

/* Brotkrumennavigation */

div.breadcrump {
	width: 580px;
	margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #1E68A6;
}

div.breadcrump ul {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 85%;
}

div.breadcrump li {
    list-style-type: none;
    color: #1E68A6;
}

div.breadcrump a {
    color: #5477A7;
}

div.breadcrump a:hover,
div.breadcrump a:focus {
    text-decoration: none;
}

div.breadcrump li a:active {
    font-weight: normal;
}

/*****TEASER******/

#teaser {
    width: 165px;
    float: right;
    margin: 0px 20px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
}
#teaser div.teaser-general{
    margin-bottom: 20px;
    border-bottom: 1px solid #3E7AAC;
    padding-top: 7px;
}
#teaser h4 {
    font-weight: bold;
    margin-top: 0px;
}

#teaser > div {
    clear: both;
    margin-bottom: 20px;
}

#teaser div.clear {
    margin-bottom: 0px;
}

#teaser img {
    margin: 5px 10px 7px 0px;
    float: left;
}

#teaser .teasertop {
    width: 165px;
    height: 165px;
    margin-bottom: 35px;
    margin-top: 0px;
}

/*#teaser .topic img {
    margin: 5px 0px 7px 0px;
    color: #fff;
}*/

#teaser .topic a.more:hover,
#teaser .topic a.more:active,
#teaser .topic a.more:focus {
	color: #3565b8;
	text-decoration: none;
	border: none;
}

#teaser .topic h3,
#teaser .topic h1{
    color: #595959;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	text-transform: normal;
	padding-bottom: 7px;
}

#teaser h3,
#teaser h1{
	background-image: none;
	padding: 0px;
	text-decoration: none;
	font-family: Georgia, Times, serif;
    font-size: 160%;
    line-height: 120%;
    color: #595959;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#teaser .topic h3 a.more {
	background-image: none;
	padding: 0px;
	text-decoration: none;
	font-family: Georgia, Times, serif;
    font-size: 100%;
    color: #595959;
	font-weight: normal;
	margin: 0px;
}

#teaser .topic h3 a.more:hover,
#teaser .topic h3 a.more:active,
#teaser .topic h3 a.more:focus {
	font-weight: normal;
	text-decoration: none;
	color: #3565b8;
}

/*****TEASER Publikation******/

#teaser .teaser-publication {
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    clear: both;
}

#teaser div.footerItem {
    clear: both;
}

.teaser-publication h4 {
    border-top: 1px solid #eaeff3;
    padding-top: 10px;
    font-size: 85%;
    line-height: 120%;
	font-family: Verdana, Helvetica, sans-serif;
}

.teaser-publication a.more {
    display: inline-block;
}

#teaser .teaser-publication img {
    margin: 10px 10px 7px 0px;
    float: left;
    border: 1px solid #eaeff3;
    clear: both;
}

/*****Hervorhebung******/

.highlight {
    display: table;
    padding: 10px;
    background-color: #ebeef3;
    margin-bottom: 0px;
}

/*****FOOTER******/

#footer {
    font-weight: normal;
    clear: both;
    width: 100%;
	color: #fff;
	font-size: 70%;
	text-align: left;
    padding: 20px 0px 30px 0px;
    text-transform: normal;
    background-color: #416fb5;
    margin-bottom: 0px;
}

#footer a {
    margin: 0px 0px 0px 0px;
	color: #fff;
}

#footer a:hover {
    margin: 0px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
}

#footer .column {
    float: left;
    color: #fff;
    width: 170px;
    padding: 0px 14px;
    margin: auto;
}

#footer .group {
    color: #fff;
    float: left;
}

#footer .group h3,
#footer .copyright {
    margin: 0px;
    clear: both;
	color: #fff;
	font-size: 100%;
    font-weight: bold;
}

#footer ul li {
	background: url(/static/img/footer-bullet.gif) no-repeat top left;
	background-position: 0px 10px;
	padding-left: 5px;
}

#footer  h3 {
    font-weight: bold;
}

#footer div.footer-inner {
    width: 990px;
    margin: 0 auto;
}


/* Liste */

div.list-news-general {
	margin-top: 10px;
}

div.list-news-general h3 {
    font-family: georgia, times, serif;
    color: #4C657B;
	font-size: 130%;
	margin-top: 0px;
	line-height: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: normal;
}

.list img {
    border: 1px solid #eaeff3;
}

.list ul {
    /*float: left;*/
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list ul li {
    clear: both;
	padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #5579a8;
}

.list ul li image {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #eaeff3;
}

.list ul li a,
.list ul li a:hover,
.list ul li a:active,
.list ul li a:visited {
    color: #3565b8;
    font-weight: normal;
    text-decoration: none;
}

.list ul li .title {
    font-size: 100%;
	text-transform: normal;
	font-weight: bold;
	margin-top: 0px;
}


.list ul li div.content {
    float: right;
    width: 415px;
    margin: 0px;
    padding: 0px;
}

.list ul li div.image {
    float: left;
    margin-top: 5px;
    width: 165px;
}

.list ul li div.content.no-image {
    width: 580px;
}

/*---Liste Suchergebnis---*/

.resultlist h2 {
    color: #3F3F3F;
}

.resultlist h2:hover {
    color: #3c84d0;
}

.resultlist .date {
    float: left;
    width: 580px;
    font-family: verdana, helvetica, sans serif;
    font-size: 60%;
    color: #3c84d0;
}

form.search input[type=submit] {
	background: url(/static/img/topnavi-bg.gif) repeat-x top left #3c84d0;
    border: medium none;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    padding: 3px 20px;
}

/*---Liste Aktuelles---*/

div.list.list-news {
 border-bottom: 1px solid #5579A8;
 padding-bottom: 10px;

}
div.list.list-news.securityalerts {
 border-bottom: none;
 padding-bottom: 0px;
 margin-bottom:0px;
}

div.list.list-news ul li {
    padding: 10px;
    background-color: #f4f7fd;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}

div.list.list-news ul li a {
    color: #456594;
    margin: 10px 0px 0px 0px;
}

div.list.list-news ul li.highlighted {
    background-color: #d6e4ee;
}
div.list.list-news ul li.highlighted.securityalert {
 background: #d6e4ee url("/static/img/teaser-background-security.jpg") repeat-y left top;
 }

div.list.list-news ul li div.image {
    float: left;
    margin-top: 5px;
    width: 90px;
}

div.list.list-news-general ul li div.image {
    float: left;
    margin-top: 5px;
    width: 165px;
}

div.list.list-news ul li h3 {
    margin: 0px;
}

div.list.list-news ul li div.content {
    float: right;
    width: 470px;
    margin: 0px;
    padding: 0px;
}

div.list.list-news ul li div.content.no-image {
    width: 560px;
}

div.list.list-news .content .date,
div.list .date {
    font-size: 70%;
    color: #1E68A6;
}


/* Listenobjekt */

ul.listenobjekt {
    float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

ul.listenobjekt li {
	clear: both;
	padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #5579a8;
}

ul.listenobjekt li img {
	float: left;
	margin: 0 10px 10px 0;
}

ul.listenobjekt li a,
ul.listenobjekt li a:hover,
ul.listenobjekt li a:active,
ul.listenobjekt li a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

ul.listenobjekt li .title {
    font-size: 100%;
	text-transform: normal;
	font-weight: bold;
	margin-top: 0px;
}

/* Aufzaehlungen */


ol {
    margin-left: 30px;
}

ol.decimal {
    list-style-type: decimal;
}

ol.lowerAlpha {
    list-style-type: lower-alpha;
}

ol.upperAlpha {
    list-style-type: upper-alpha;
}

ol.lowerRoman {
    list-style-type: lower-roman;
}

ol.upperRoman {
    list-style-type: upper-roman;
}

/* Kontaktformular

form.contact {
	margin: 0;
    width: 99%;
}

form.contact div {
	padding: 10px 10px 0px 0px;
	width: 100%;
}

form.contact div label {
    width: 100%;
}

form.contact div div.fehler {
	color: red;
	font-weight: bold;
}
form.contact div input {
    width: 100%;
    margin: 0px;
}
form.contact div textarea {
    width: 100%;
}

form.contact div input.checkbox {
	width: 15px;
	border: none;
}

form.contact div input.submitbutton {
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f7931d;
	font-size: 120%;
	font-weight: normal;
	text-transform: normal;
	border: none;
	padding: 3px 0px;
	text-align: center;
	width: 200px;
}

form.contact div input.submitbutton a:hover{
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #000;
	font-size: 120%;
	font-weight: normal;
	text-transform: normal;
	border: none;
	padding: 3px 0px;
	text-align: center;
	width: 200px;
}

textarea, input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em !important;
}

textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}*/

/* -----------Startseite---------*/

body.homepage #content {
    margin-left: 20px !important;
    margin-right: 390px;
    margin-top: 0px;
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */

body.homepage #content .contenttop {
    margin-bottom: 35px;
}

body.homepage #teaser {
    width: 350px;
}

body.homepage #teaser .teasertop {
    width: 350px;
    height: 165px;
    margin-bottom: 35px;
    margin-top: 0px;
}

/* Accordion */

.list-accordion {
    margin-bottom: 20px;
}
/*
.list-accordion {
    margin: 0px 0px 20px 0px;
    background-color: #fff;
	padding: 0px;
}
*/

.list-accordion ul {
    list-style-type: none;
    margin-left: 0px;
}

.list-accordion ul li {
    padding: 0px;
    margin: 0 0 0 25px ;
}

.list-accordion ul li:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.list-accordion h3 {
    border-top: 1px dotted #5579A8;
	padding: 10px 0px;
	background-color: #fff;
	margin-left: 0px;
	margin-bottom: 0px;
}
/*
.list-accordion h3.ui-state-active {
	padding: 10px 0px;
	margin-left: 0px;
}
*/
.list-accordion h3 a {
    font-size: 85%;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
    padding-left: 0px;
}

.ui-accordion .ui-accordion-icons {
    padding: 10px 0px;
}

.list-accordion .element {
    padding: 0px 0px 10px 0px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0;
}

.ui-accordion .ui-accordion-header {
    padding: 0.5em 0;
}

div.list-accordion ul {
    list-style-type: none;
    width: 560px;
}

div.list-accordion ul li {
    margin-left: 0px;
}


.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    height: 15px;
    margin-top: -3px;
    position: absolute;
    right: 1em;
    left:auto;
    top: 50%;
    width: 10px;
    background-image: url(/static/img/icon-arrow-down.png);
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(/static/img/icon-arrow-up.png);
}


/** Filter A-Z **/

.initial-letter,
.year-filter {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}

.initial-letter ul,
.year-filter ul {
    clear: both;
    float: left;
    margin: 0px 0px 10px 0px;
    padding-left: 0px;
    border-right: 1px dotted #bbb;
}

.initial-letter ul li,
.year-filter ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    background: url(/static/img/bg_index_0.gif) repeat-x top left;
    font-weight: bold;
    color: #bbb;
    padding: 0px 6px 0px 5px;
    border-left: 1px dotted #bbb;
}

.initial-letter ul li.active,
.year-filter ul li.active {
    color: #3F3F3F;
    background-image: none;
    text-decoration: none;
}

.initial-letter ul li a,
.year-filter ul li a {
    color: #3079C2;
    font-weight: bold;
}

.initial-letter ul li a:hover,
.year-filter ul li a:hover {
    color: #3F3F3F;
    list-style-type: none;
    text-decoration: none;
    cursor: pointer;
}

.initial-letter ul li a:focus,
.year-filter ul li a:focus {
    text-decoration: none;
}



    div.clear {
        clear: both;
    }

    #landesbehoerden-map {
        background-image: url('/static/img/landesbehoerden.jpg');
        background-repeat: no-repeat;
        width: 443px;
        height: 597px;
        position:relative;
        margin-left: 68.5px;
        margin-top: 30px;
    }

    div.landesbehoerde {
        background: url('/static/img/marker.png') no-repeat scroll top left transparent;
        display: block;
        width: 27px;
        height: 27px;
        position:absolute;
    }

    div.bundesamt {
        background: url('/static/img/marker-big.png') no-repeat scroll top left transparent;
        display: block;
        width: 27px;
        height: 27px;
        position:absolute;
    }

    div.marker {
        cursor: pointer;
    }

    div.marker div.tooltip {
        cursor: auto;
        border: none;
        margin-left: 20px;
        color: #000000;
        position: absolute;
        border: 1px solid #757575;
        display: none;
        min-width: 178px;
        height:auto;
        -moz-box-shadow: 4px 4px 8px 0 #5E5E5E;
        box-shadow: 4px 4px 8px 0 #5E5E5E;
        -webkit-box-shadow: 4px 4px 8px 0 #5E5E5E;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#5E5E5E', Direction=135, Strength=4)";
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#5E5E5E', Direction=135, Strength=4);
    }

    div.marker div.tooltip div.content {
        min-width: 168px;
        min-height: 30px;
        border-style: solid;
        border-color: #757575;
        background-color: #FFFFFF;
        padding: 8px;
        float: left;
        font-size: 11px;
    	line-height: 150%;
    	font-family: Verdana, Helvetica, sans-serif;
    	color: #000;
    }

    div.marker div.tooltip div.content a.more {
        color: #4570BA;
        padding: 3px 0px 0px 10px;
        margin: 0;
        font-size: 100%;
        background: url('/static/img/more-arrow.png') no-repeat scroll 0 9px transparent;
    }

    div.marker > a {
        display: block;
        width: 26px;
        height: 26px;
    }

    div.marker:hover {
        z-index: 100;
    }

    div.marker:hover div.tooltip {
        left: 1.2em;
        margin-left: 0;
        display:block;
        top: 1.2em;
        z-index: 999999;
    }

    div.marker:hover ~ div.marker {
        z-index: 0;
    }

    div.marker:hover ~ div.berlin-1 {
        z-index: 88;
    }

    div#landesbehoerden-map-legend {
        float: right;
        font-weight: bold;
    	line-height: 150%;
    	font-family: Verdana, Helvetica, sans-serif;
    	margin-top: 40px;
    }

    div#landesbehoerden-map-legend div#marker-legend {
        background: url('/static/img/marker.png') no-repeat scroll 0px 4px transparent;
        padding: 5px 0px 5px 27px;
    }

    div#landesbehoerden-map-legend div#marker-big-legend {
        background: url('/static/img/marker-big.png') no-repeat scroll 0px 4px transparent;
        padding: 5px 0px 5px 27px;
    }

    .koeln {
        margin-left: 54px;
        margin-top: 294px;
    }

    .berlin-1 {
        margin-left: 358px;
        margin-top: 177px;
        z-index: 88;
    }

#slideshow {
    height: 165px;
    margin: 0 0 15px 0;
    overflow: hidden;
    position: relative;
}

#slideshow div.background {
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: relative;
    background-color: #000;
    float: right;
    width: 395px;
    height: 500px;
    margin: -210px 0px 0px;
    z-index: 400;
}

#slideshow div.nivo-controlNav {
    position: relative;
    margin: -170px 0 0 425px;
    z-index: 450;
    text-align: right;
}

#slideshow div.nivo-controlNav a {
	background: url("/static/img/kv-button-navi-0.png") no-repeat scroll right top transparent;
    color: transparent;
    display: block;
    float: left;
    height: 10px;
    padding: 0 2px;
    text-indent: 9000px;
    width: 12px;
}

#slideshow div.nivo-controlNav a.active,
#slideshow div.nivo-controlNav a:hover {
    background: url(/static/img/kv-button-navi-1.png) no-repeat top right;
}

#slideshow #slider {
    height: 165px;
}

#slideshow div.claim-element {
    position: relative;
    float: right;
    z-index: 500;
    width: 345px;
    margin-right: 15px;
    margin-top: 10px;
}

#slideshow div.claim-element div.claim {
    line-height: 105%;
    font-family: georgia, times, serif;
    color: #fff;
    font-size: 180%;
}

#slideshow div.claim-element div.claim blockquote {
    text-indent: -10px;
}

#slideshow div.claim-element div.claim-editor {
    font-family: verdana, helvetica, sans serif;
    color: #fff;
    font-size: 100%;
}

 #slideshow a.target-link {
     display: block;
     z-index: 550;
     position: absolute;
     width: 34px;
     height: 34px;
     margin-top: 78px;
     margin-left: 520px;
     float: right;
     color: transparent;
     background: url(/static/img/kv-button-info-0.png) no-repeat top right;
     text-indent: -9000px;
     bottom: 5px;
}

 #slideshow a.target-link:hover {
     background: url(/static/img/kv-button-info-1.png) no-repeat top right;

}

#slideshow.no-script {
    display: block;
}

#slideshow.no-script div.claim-element {
    margin: -125px 0 0 0;
}


/*
* Serviceteaser Teaser
*/
div.serviceteaser {
    border-bottom: 1px solid #5579A8;
}

div.serviceteaser div.image {
    float: left;
    height: 135px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 525px;
}
div.serviceteaser a.arrow-left {
    background: url("/static/img/button-serviceteaser-left-0.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 101px;
    margin-top: 20px;
    width: 27px;
}
div.serviceteaser a.arrow-left:hover {
    background: url("/static/img/button-serviceteaser-left-1.png") no-repeat scroll left top transparent;
}
div.serviceteaser a.arrow-right {
    background: url("/static/img/button-serviceteaser-right-0.png") no-repeat scroll right top transparent;
    display: block;
    float: left;
    height: 101px;
    margin-top: 20px;
    width: 27px;
}
div.serviceteaser a.arrow-right:hover {
    background: url("/static/img/button-serviceteaser-right-1.png") no-repeat scroll right top transparent;
}
div.serviceteaser div.image div.slide {
    height: 135px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
	width: 93.103448275862069%;
}
div.serviceteaser div.image div.slide div.element {
    float: left;
    height: 135px;
    margin-bottom: 0;
    padding: 0;
    width: 16.5%;
}
div.serviceteaser div.image div.slide div.element a {
    display: block;
}
div.serviceteaser div.image div.slide div.element img {
    border: 0 none !important;
    margin: 0 !important;
}
div.serviceteaser-title {
}


/*
 * jQuery Nivo Slider v3.2

 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.

 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index: 6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

div.imagegallery {}

div.imagegallery-zoomimage {
    width: 100%;
    text-align: center;
}

div.imagegallery-links {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

div.imagegallery-zoomimage #imagegallery-underline {
    min-height: 38px;
}

div.imagegallery-thumbnail,
div.imagegallery-thumbnail-active {
    float: left;
    margin: 0 4px 5px 0;
}

div.imagegallery-thumbnail {
    border: 1px solid #8597C8;
}
div.imagegallery-thumbnail-active {
    border: 1px solid #1E3695;
}

/*** Kontaktformular ***/

div.kontaktformular div.form-element {
    margin-bottom: 5px;
}

div.kontaktformular input.error {
    border: 1px solid red;
}

div.kontaktformular ul li {
    color: red;
}

div.kontaktformular label {
    width: 175px;
    display: inline-block;
}
div.kontaktformular label[for="anrede-AnredeFrau"] {
    width: 60px;
}

div.kontaktformular div.datenschutz label {
    width: 370px;
    display: inline-block;
}

div.kontaktformular input{
    border: 1px solid #B1CCDB;
    padding: 2px 5px;
}

div.kontaktformular input[type=submit] {
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    padding: 0px 20px;
    height: 24px;
    background: url(/static/img/topnavi-bg.gif) repeat-x top left #3c84d0;
    border: none;
}

div.kontaktformular input[type=submit]:hover {
    background-image: none;
}

div.kontaktformular input.firma,
div.kontaktformular input.abteilung,
div.kontaktformular input.betreff {
    width: 385px;
}

div.kontaktformular input.vorname {
    width: 150px;
}

div.kontaktformular input.nachname {
    width: 220px;
}

div.kontaktformular input.strasse {
    width: 310px;
}

div.kontaktformular input.hausnummer {
    width: 60px;
}

div.kontaktformular input.plz {
    width: 100px;
}

div.kontaktformular input.ort {
    width: 270px;
}

div.kontaktformular input.telefon {
    width: 190px;
}

div.kontaktformular input.email {
    width: 190px;
}

div.kontaktformular div.double-label {
    width: 175px;
    display: inline-block;
}

div.kontaktformular div.double-label label {
    display: inline;
}

div.kontaktformular .hide {
    display: none;
}

div.kontaktformular fieldset {
    border: none;
    padding: 0px;
}

div.kontaktformular fieldset textarea {
    padding: 10px;
    margin-top: 10px;
    width: 550px;
    border: 1px solid #B1CCDB;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
}

div.kontaktformular fieldset div.datenschutztext {
    border: 1px solid #B1CCDB;
    margin-top: 10px;
    padding: 10px;
    width: 550px;
    height:150px;
    overflow:auto;
}

div.kontaktformular fieldset legend {
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 10px;
}

div.kontaktformular div.message-container {
    float: right;
    width: 405px;
}

/* */
div.teaser-job-offer {
    padding: 10px;
    background-color: #f4f7fd;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}


/*----------*/

#content-cleaner ul.contentliste,
#content-cleaner ul.sitemap {
    list-style-position: inside;
    list-style-image: url(/static/img/list-style-image.gif);
}

#content-cleaner .text-direction-rtl ul.contentliste {
    margin: 0 20px 0 20px;
    list-style-position: inside;
    list-style-image: url(/static/img/list-style-image.gif);
}


#content-cleaner ul.contentliste li ul,
#content-cleaner ul.sitemap li ul {
    list-style-position: inherit;
    list-style-image: url(/static/img/list-style-image.gif);
    padding: 0 0 0 25px;
}

#content-cleaner ul.typeDisc,
#content-cleaner ul.contentliste li ul.typeDisc
{
    list-style-image: url(/static/img/list-style-disc-image.gif);
}
#content-cleaner ul.typeCircle,
#content-cleaner ul.contentliste li ul.typeCircle
{
    list-style-image: url(/static/img/list-style-circle-image.gif);
}
#content-cleaner ul.contentliste li ul.typeDisc{
    list-style-type: disc;
}
#content-cleaner ul.contentliste li ul.typeCircle{
    list-style-type: circle;
}
#content-cleaner ul.contentliste li ul.typeSquare{
    list-style-type: square;
}

div.seitenfunktionen{
    margin-bottom: 30px;
    padding-top: 20px;
}
div.seitenfunktionen a.print-link{
    background-image: url("/static/img/icon-print.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 85%;
    padding-bottom: 10px;
}
strong {
    font-weight: bold;
}

body.popup {
    padding: 10px;
    background-image: none;
    background-color: #fff;
}

body.popup div.image {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}

body.popup div.content {
    float: left;
    width: 450px;
}

body.print {
    background: #fff;
    margin: 0;
}

body.print #container {
    margin: 0;
    width: auto;
    font-size: 130%;
}

body.print #footer {
    background-color: transparent;
    color: #000;
    font-size: inherit;
}

body.print div#contentContainer {
    border: 0;
    word-wrap: break-word;
    max-width: 1000px;
}

body.print div#contentContainer ul.contentliste {
    list-style-position: inherit;
    list-style-image: url(/static/img/list-style-image.gif);
    padding: 0 0 0 25px;
    width: auto;
    float: none;
}

body.print div.header {
    word-wrap: break-word;
    max-width: 1000px;
}

body.print div#contentContainer h1 {
    margin-top: 10px;
}

body.print .list-accordion,
body.print div.list-related-articles{
    max-width: 1000px;
}

body.zoom {
    margin: auto;
    width: 990px;
}

body.zoom div.image,
body.zoom div.copyright,
body.zoom div.caption {
    background-color: #fff;
    text-align: center;
}
body.zoom div.caption {
    padding-bottom:25px;
}
body.zoom div.logo {
    margin: 20px 0px 0px 20px;
}
.text-direction-rtl{
    direction:rtl;
}

div.list.list-multi {
    border-bottom: 1px solid #5579a8;
}

div.list.list-multi h3 {
    font-family: georgia, times, serif;
    color: #4C657B;
    font-size: 160%;
    margin-top: 0px;
    line-height: 110%;
    font-weight: normal;
    margin-bottom: 10px;
}

div.list.list-multi div.image {
    float: left;
    width: 165px;
    margin: 0 20px 0 0;
}

div.list.list-multi ul {
    float: left;
    width: 395px;
    border-top: 0;
}

div.list.list-multi ul li {
    margin: 0 0 1.50em 0;
    padding: 0;
    border-bottom: 0;
}

div.list.list-multi ul li a {
    margin-top: 0;
}

.list-links ul li div.content.no-image{
  width: 410px;
}

div.list.list-multi {
    border-bottom: 1px solid #5579a8;
}

div.list.list-multi h3 {
    font-family: georgia, times, serif;
    color: #4C657B;
    font-size: 160%;
    margin-top: 0px;
    line-height: 110%;
    font-weight: normal;
    margin-bottom: 10px;
}

div.list.list-multi div.image {
    float: left;
    width: 165px;
    margin: 0 20px 0 0;
}

div.list.list-multi ul {
    float: left;
    width: 395px;
    border-top: 0;
}

div.list.list-multi ul li {
    margin: 0 0 1.50em 0;
    padding: 0;
    border-bottom: 0;
}

div.list.list-multi ul li a {
    margin-top: 0;
}


div.teaser.teaser-multi {
    border-bottom: 1px solid #5579a8;
}

div.teaser.teaser-multi h3 {
    font-family: georgia, times, serif;
    color: #4C657B;
    font-size: 160%;
    margin-top: 0px;
    line-height: 110%;
    font-weight: normal;
    margin-bottom: 10px;
}

div.teaser.teaser-multi div.image {
    margin: 0 20px 0 0;
}

div.teaser.teaser-multi ul {
    border-top: 0;
}

div.teaser.teaser-multi ul li {
    margin: 0 0 1.50em 0;
    padding: 0;
    border-bottom: 0;
}

div.teaser.teaser-multi ul li a {
    margin-top: 0;
}
#newsletterformular input {
   border: 1px solid #B1CCDB;
   padding: 2px 5px;
}
#newsletterformular textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #3F3F3F;
}
#newsletterformular ul.errors li {
	color: red;
}

#newsletterformular .subscriptions {
    margin-bottom: 25px;
}

div.list-accordion ul li {
	border-bottom: none;
}


/* Related Links */
div.list-related-articles {
    margin-top: 1.00em;
}

div.list-related-articles h3 {
    color: #4C657B;
    font-family: georgia,times,serif;
    font-size: 160%;
    font-weight: normal;
    line-height: 110%;
    margin-bottom: 10px;
    margin-top: 0;
}
div.list-related-articles ul li {
	background-color: #F4F7FD;
	border-bottom: 1px solid #fff;
	margin:0;
	padding:10px;
}
div.list-related-articles ul li a,
div.list-related-articles ul li a:hover,
div.list-related-articles ul li a:active,
div.list-related-articles ul li a:visited {
	color: #000;
    font-weight: bold;
}
div.teaser-item div.teaser-publication a.more {
	margin-left: 55px;
}
div.zoom-content{
	background-color: #ffffff;
}
div.zoom-content h1{
	margin: 30px 20px 20px 20px;
}

.glossary-link {
	border-bottom: 1px dashed #5579a8;
}
div.pagination {
	margin-top: 20px;
	text-align: center;
}
div.pagination ul{
	display:inline-block;
}
div.pagination li{
	float: left;
	min-width: 20px;
}

span.meta-data {
    color: #767676;

}

#footer a:hover, #footer a:focus {
    color: #fff !important;
}

#content-cleaner ul.contentliste,
#content-cleaner ul.sitemap {
    display: table;
    list-style-position: outside;
    padding: 0 0 0 30px;
}

body.print:lang(ar) div#contentContainer ul.contentliste {
    direction: rtl;
}

body:lang(ar) #content-cleaner ul.contentliste {
    direction: rtl;
}

body:lang(ar) h1 {
    direction: rtl;
}

form#newsletterformular input#email {
    width: 290px;
    margin-right: 200px;
}

form#newsletterformular textarea#datenschutzerklaerung {
    width: 580px;
    height: 125px;
}

form#newsletterformular input.error {
    border: 2px solid red;
}

span.center {
    display: block;
    text-align: center;
}

table.content {
    border-top: 1px solid #3E7AAC;
    border-left: 1px solid #3E7AAC;
}

table.content tr th {
    font-weight: bold;
}

table.content tr td,
table.content tr th {
    padding: 2px 5px;
    border-right: 1px solid #3E7AAC;
    border-bottom: 1px solid #3E7AAC;
}

#newsletterformular #email {
    margin: 0 0 1.25em 0;
}

span.text-direction {
    display: block;
}

/* START: Schlagwortwolke */

div.tagcloud {
    padding: 10px;
    border: 3px dotted #D6E4EE;
    text-align:center;
    margin-bottom:20px;
}

div.tagcloud a:hover     { text-decoration:underline; }
div.tagcloud .bold       { font-weight:bold; }
div.tagcloud .tiny       { font-size:10px; }
div.tagcloud .small      { font-size:12px; }
div.tagcloud .medium     { font-size:18px; }
div.tagcloud .large      { font-size:20px; }
div.tagcloud .huge       { font-size:23px; }
div.tagcloud .black      { color:#000000; }
div.tagcloud .bluelight  { color:#2E7FA1; }
div.tagcloud .bluemedium { color:#1E68A6; }
div.tagcloud .bluedark   { color:#3565B8; }

/* ENDE: Schlagwortwolke */


#content-cleaner .text-direction-rtl ul.contentliste {
    width:100%;
    list-style-position: outside;
}

#teaser h1 {
    direction:ltr !important;
}
div.container-serviceteaser {
    padding:0px 25px  !important;
    border-bottom: 1px solid #5579A8  !important;
}
div.serviceteaser {
    border-bottom: none  !important;
    margin-top: -15px !important;
    padding-left: 20px !important;
}
    .slick-prev {
        left: -25px !important;
    }
    .slick-next {
        right: -25px !important;
    }

    .slider {
        width: 50% !important;
        margin: 100px auto !important;
    }

    .slick-slide {
        margin: 0px 20px !important;
        padding: 0px 15px !important;
    }

    .slick-slide img {
        width: 100%  !important;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black  !important;
    }
    .slick-next {
        background: url('/static/img/button-serviceteaser-right-0.png') no-repeat scroll right top transparent  !important;
    }
    .slick-prev,
    .slick-next {
        height:100px !important;
        width:27px !important;
    }
    .slick-next {
        background:url('/static/img/next-slide.jpg') !important;
    }

    .slick-prev {
        background:url('/static/img/prev-slide.jpg') !important;
    }

    .slick-next::before {
        content: "" !important;

    }

    .slick-prev::before {
        content: "" !important;

    }
    .slick-list .element {
        display:table !important;
        height: 135px !important;
    }

    .slick-list .element a,
    .slick-list .element a img{
        display:table-cell !important;
        vertical-align:middle !important;
    }
/* VZ BITV */
/*
*/
    /* Fokus-Anpassungen */
    #header .toolbar *:focus,
    #left #navi *:focus,
    #content .breadcrump *:focus,
    #content .content-formatted *:focus,
    #content .list *:focus,
    #teaser *:focus,
    #content .seitenfunktionen a.print-link:focus,
    #header .logo *:focus 
    {
        outline: 2px solid #416fb5 !important;
    }

    #content .list-accordion h3:focus{
        outline: none !important;
    }
    #content .list-accordion.accordion h3.ui-state-focus{
        outline: 2px solid #416fb5 !important;
    }

    #content form.search input.submit:focus 
    {
        background: #fff!important;
        color: #000!important;
        outline: 2px solid #416fb5 !important;
    }

    #footer *:focus 
    {
        outline: 2px solid #fff !important;
        display: inline-block;
    }

    #content .seitenfunktionen .shariff ul li.focused:not(.info)
    {
        outline: 2px solid #416fb5 !important;
        border: 1px solid #fff !important;
        width: 118px;
        height: 28px;
    }
    #content .seitenfunktionen .shariff ul li.info.focused
    {
        outline: 2px solid #416fb5 !important;
        width: 21px;
    }

    #topnavi .quicknavi *:focus 
    {
        outline: 1px solid #416fb5 !important;
    }

    #topnavi #mainmenu *:focus 
    {
        background-color: #fff!important;
        color: #000!important;
    }

    .invisible
    {
        position: absolute;
        left: -10000px;
        font-size: 0px;
    }

    /**** Themen-Slider ****/
    #slideshow ul.sliderItems {
        height: 100%;
    }
    #slideshow li.sliderItem {
        display: block;
        width: 580px;
        height: 165px;
    }
    #slideshow li.sliderItem img{
    }
    #slideshow div.sliderItemBackground {
        display: block;
        position: relative;
        top: -205px;
        background-color: #000;
        opacity: 0.5;
        float: right;
        width: 395px;
        height: 165px;
    }
    #slideshow li.sliderItem div.slideText {
        top: -205px;
        margin: 0 0 0 31.9%;
        padding: 10px 2% 0 3%;
        width: 63.1%;
        height: 155px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        display: block;
        color: #fff;
    }
    #slideshow li.sliderItem div.slideText div.claim{
        font-family: georgia,times,serif;
        font-size: 180%;
        line-height: 105%;
    }
    #slideshow li.sliderItem div.slideText div.claim blockquote {
        text-indent: -10px;
    }
    #slideshow li.sliderItem div.slideText div.claimEditor {
        font-family: verdana,helvetica,sans serif;
        font-size: 100%;
    }
    #slideshow li.sliderItem div.slideText a.slideLink {
        display: block;
        position: absolute;
        float: right;
        bottom: 13px;
        right: 13px;
        width: 33px;
        height: 35px;
        border-radius: 35px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 80%;
        text-align: center;
        vertical-align: middle;
        line-height: 35px;
        padding-left:2px;
    }
    #slideshow li.sliderItem div.slideText a.slideLink icon::before{
        content: "►►";
    }
    #slideshow li.sliderItem div.slideText a.slideLink:hover {
        background-color: rgba(255,255,255,0.5);
    }
    #slideshow li.sliderItem div.slideText a.slideLink:focus {
        outline: 2px white solid!important;
        opacity: 1!important;
    }

    div.sliderControlls {
        position: absolute;
        width: calc(67% - 50px);;
        bottom: 20px;
        z-index: 450;
        padding-left: 33%;
    }
    div.sliderControlls ul{
        position: relative;
        text-align: right;
        font-size: 0px;
        margin-right: 5px;
        display: inline-block; 
        vertical-align: middle;
    }

    a#sliderStartButton {
        position: relative;
        width: 15px; 
        text-align: center;
        font-family: arial; 
        font-size: 15px; 
        display: inline-block; 
        cursor: pointer; 
        color: #fff; 
        opacity: 0.5;
        padding: 2px 8px 2px 10px;
        z-index: 450;
        margin-right: 3px;
        vertical-align: middle;
    }

    #slideshow a#sliderStartButton:focus {
        border: 2px white solid!important;
        outline: none;
        border-radius: 4px;
        padding: 0 6px 0 8px;
        opacity: 1!important;
    }

    .sliderControlls li {
        display: inline-block;
    }

    .sliderControlls li a {
        display: inline-block;
        width: 14px;
        padding: 2px;
        text-align: center;
    }
    #slideshow .sliderControlls li a:focus {
        border: 2px solid #fff;
        outline: none;
        width: 12px;
        padding: 0 2px 0 0;
        border-radius: 4px;
    }

    .sliderControlls span.pagerSpan {
        vertical-align: middle;
        font-family: arial; 
        font-size: 40px; 
        width: 11px; 
        height: 11px; 
        cursor: pointer; 
        color: #fff; 
    }
    .sliderControlls span.pagerSpan {
        opacity: 0.5;
    }
    .sliderControlls li.sliderPagerActive span.pagerSpan,
    a#sliderStartButton:hover,
    .sliderControlls span.pagerSpan:hover {
        opacity: 1;
    }
    /**** Service Slider *****/
    a#slickSliderButtonNext,
    a#slickSliderButtonPrev {
        position: relative;
        background-color: #eaeff3;
        font-family: arial; 
        font-size: 15px; 
        display: inline-block; 
        cursor: pointer; 
        color: #3D70A1; 
        width: 25px; 
        height: 75px;
        vertical-align: middle;
        text-align: center;
        line-height: 75px;
    }
    a#slickSliderButtonPrev {
        margin: 15px 0 0 -25px;
        float: left;
        top: 0;
    }
    a#slickSliderButtonNext {
        margin: 15px -25px 0 0;
        float: right;
        top: 0;
    }
    a#slickSliderButtonStart {
        position: relative;
        background-color: #eaeff3;
        font-family: arial; 
        font-size: 15px; 
        display: inline-block; 
        cursor: pointer; 
        color: #3D70A1; 
        float: left;
        top: 0;
        margin: -10px 0 0 -25px;
        width: 25px; 
        height: 24px;
        vertical-align: middle;
        text-align: center;
        line-height: 24px;
    }

    a#slickSliderButtonPrev:focus,
    a#slickSliderButtonNext:focus {
        width: 21px; 
        height: 71px;
        line-height: 71px;
        border: 2px solid #416fb5 !important;
    }

    a#slickSliderButtonStart:focus {
        width: 21px; 
        height: 20px;
        line-height: 20px;
        border: 2px solid #416fb5 !important;
    }

    div.serviceteaser {
        max-width: 100%;
        float:left;
    }

    div.serviceteaser div.slick-slide a:focus img {
        outline: 2px solid #416fb5 !important;
    }

    div.serviceteaser div.slick-slide a:focus,
    a#slickSliderButtonStart:focus,
    a#slickSliderButtonPrev:focus,
    a#slickSliderButtonNext:focus {
        outline: none;
    }

/* Akkordeon-Parser */
div.list-accordion ul li {
    padding: 0!important;
    margin: 0!important;
}

    /* Sprunglinks */

    #sprungnaviContainer {
        color:              #fff;
        padding-left:       25%;
        background:         #3565b8;
        width:              75%;
        /*height:             0%;*/
        position:           absolute;
        /*top:                -200px;*/
        z-index:            1000;
    }

    .sprunglinks {
        color:              #fff;
        border:             2px solid white;
        display:            block;
        width:              50%;
        padding:            3px;
        padding-left:       10px;
        margin:             5px;
    }

    .sprunglinks:link, .sprunglinks:active {
        color:              #fff;
    }

    .sprunglinks:hover, .sprunglinks:focus, .sprunglinks:visited {
        color:              #fff;
    }
    .sprunglinks:focus {
        border:             2px dashed white;
    }

    .closeSprungNavi {
        top:                -200px;
        height:             0%;
    }

    .openSprungNavi {
        top:                0px;
        height:             auto;
    }
/* Tabellen */
#content table.content.tabelle-vausrichtung-unten tr td,
#content table.content.tabelle-vausrichtung-unten tr th,
#content table.content .tabelle-vausrichtung-unten tr td,
#content table.content .tabelle-vausrichtung-unten tr th,
#content table.content tr.tabelle-vausrichtung-unten td,
#content table.content tr.tabelle-vausrichtung-unten th{
    vertical-align: bottom;
}
#content table.content.tabelle-vausrichtung-mitte tr td,
#content table.content.tabelle-vausrichtung-mitte tr th,
#content table.content .tabelle-vausrichtung-mitte tr td,
#content table.content .tabelle-vausrichtung-mitte tr th,
#content table.content tr.tabelle-vausrichtung-mitte td,
#content table.content tr.tabelle-vausrichtung-mitte th{
    vertical-align: middle;
}
#content table.content.tabelle-vausrichtung-oben tr td,
#content table.content.tabelle-vausrichtung-oben tr th,
#content table.content .tabelle-vausrichtung-oben tr td,
#content table.content .tabelle-vausrichtung-oben tr th,
#content table.content tr.tabelle-vausrichtung-oben td,
#content table.content tr.tabelle-vausrichtung-oben th{
    vertical-align: top;
}
#content table.content.tabelle-hausrichtung-links tr td,
#content table.content.tabelle-hausrichtung-links tr th,
#content table.content .tabelle-hausrichtung-links tr td,
#content table.content .tabelle-hausrichtung-links tr th,
#content table.content tr.tabelle-hausrichtung-links td,
#content table.content tr.tabelle-hausrichtung-links th{
    text-align: left;
}
#content table.content.tabelle-hausrichtung-mitte tr td,
#content table.content.tabelle-hausrichtung-mitte tr th,
#content table.content .tabelle-hausrichtung-mitte tr td,
#content table.content .tabelle-hausrichtung-mitte tr th,
#content table.content tr.tabelle-hausrichtung-mitte td,
#content table.content tr.tabelle-hausrichtung-mitte th{
    text-align: center;
}
#content table.content.tabelle-hausrichtung-rechts tr td,
#content table.content.tabelle-hausrichtung-rechts tr th,
#content table.content .tabelle-hausrichtung-rechts tr td,
#content table.content .tabelle-hausrichtung-rechts tr th,
#content table.content tr.tabelle-hausrichtung-rechts td,
#content table.content tr.tabelle-hausrichtung-rechts th{
    text-align: right;
}
/* RESPONSIV */
div#navmobilerow {
    display: none !important;
}
div.toolbar#toolbar-mobile {
    display: none !important;
}
#topnavi #mainmenu
{
    float: left;
    background-color: #fff!important;
    color: #000!important;
}

/* STELLENANGEBOTE */
.ui-table-reflow.ui-responsive {
    display:table !important;
}
td.cell-applicationdeadline {
    max-width:100px !important;
    text-align:center;
}
#mobile-list-table, .career-list-table {
    table-layout: initial !important;
}
.career-list-table div.cell-content,
.career-list-table div.cell-wrapper {
    max-width: initial !important;
}
.siebzich {
    width:70%;
}
#Abschluss_Select p {
    margin-bottom:10px;
}
.career-list-table th.table-applicationDeadline {
    min-width: 120px !important;
}
.career-list-table div.cell-wrapper div.cell-content {
    width: calc(100% - 25px);
    display: inline-block;
}
.career-list-table div.cell-wrapper div.cell-arrow {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
.career-list-table div.cell-wrapper div.cell-arrow a {
    width: 10px;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-right: -5px;
    margin-bottom: 3px;
    color: #3D79AB;
}
.career-list-table div.cell-wrapper div.cell-arrow a:hover,
.career-list-table div.cell-wrapper div.cell-arrow a:focus {
    color: #004477;
}
.career-list-table th.siebzich div.cell-content a {
    display: inline-block;
}
@media screen and (max-width: 766px) {
    .career-list-table div.cell-wrapper div.cell-arrow {
        display: none !important;
    }
}
/*Styles fuer neue Tabellen*/
.newTable {
    width: 100%;
}

/* New Big-El */
.bigText {
    font-size: 120%;
}

li p:first-child {
    display: inline;
}
/* New Absatzmarke-El */
span.clear {
    clear: both;
    display: block;
}

/* New Trennlinie-El */
.editorTrennlinie {
    background-color: #5579A8;
    color: #5579A8;
    border: 0;
    height: 1px;
}

/* Bild-Parser*/
.descriptionLink {
    display: inline-block;
}

.print .resultlist .date {
    width: 100%;
    margin-bottom: 5px;
}

.print .resultlist .element  {
    margin-bottom: 20px;
}

.print .resultlist .element > h2 > a {
    line-height: 30px;
}