/* Bootstrap */
html {
	width: 100%;
}
body {
	background: #ede9e8;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	width: 100%;
}
.container {
	width: 975px;
}
.nav > li > a {
}
.navbar-header {
	width: 100%;
}
body > .navbar {
	background: #fff;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    display: inline-block;
    float: left;
    font-size: 18px;
    height: auto;
    margin: 28px 0 14px !important;
    padding: 0;
}
legend {
}
.show-legend legend {
}
a {
	color: #08689A;
}
a:hover, a:focus {
}
.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    height: 55px;
    display: table;
    font-size: 12px;
    line-height: 15px;
    color: #5b5850;
}
.breadcrumb li {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
body.nobrdcrmb .breadcrumb {
	display:none;
}
.breadcrumb li.first:before,
.breadcrumb li:first-child:before {
}
.breadcrumb > li + li:before {
    color: #5b5850;
    content: "»";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #5b5850;
}
.breadcrumb a {
	text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
p.bodytext,
.csc-default li { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   color: #000;
}
dfn {
	font-style: normal;
}

#mc, #sc, #misc_content {
	font-size: 15px;
	line-height: 150%;
}
#sc .container .row .col-md-6 > *:first-child,
#sc .container .row .col-sm-6 > *:first-child {
	margin-top: 40px;
}
#sc .container .row .col-md-6 > *:last-child,
#sc .container .row .col-sm-6 > *:last-child {
	margin-bottom: 40px;
}
#misc_content {
	margin-top: -1px;
}
h1,
#mc h1 {
	font-weight: normal;
	font-size: 35px;
	line-height: 35px;
}
h2,
#mc h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	color: #08689a;
}
h3,
#mc h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
h4,
#mc h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
}

.csc-default li {
}
.form-control {
}
input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control {
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
}
.form-inline input[type="text"].form-control {
	width: auto;
}
.btn-default {
    background: #2a6496;
    color: #fff;
    border-color: #2a6496;

    border-radius: 5px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border-color: #2a6496;
	background: -moz-linear-gradient(top,  rgba(42,100,150,0.2) 0%, rgba(42,100,150,0.65) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,100,150,0.2)), color-stop(100%,rgba(42,100,150,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,100,150,0.2) 0%,rgba(42,100,150,0.65) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,100,150,0.2) 0%,rgba(42,100,150,0.65) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,100,150,0.2) 0%,rgba(42,100,150,0.65) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,100,150,0.2) 0%,rgba(42,100,150,0.65) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332a6496', endColorstr='#a62a6496',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.bootstrap-select > .btn {}
.bootstrap-select > .btn-default {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #555;
    padding: 9px 49px 8px 12px;
}
.bootstrap-select.btn-group .btn-default .caret {
    background: #006a9e url("/typo3conf/ext/jiko/res/img/bg_selectpicker-btn-default.gif") no-repeat center center;
    border: 0 none;
    height: 35px;
    right: 1px;
    top: 3px;
    width: 36px;
}
blockquote {
}
.bg-danger {
}
.csc-default ul, .csc-default ol {
    margin-left: 0;
    padding-left: 15px;
}
ul ul, ol ul, ul ol, ol ol {
}
.navbar-toggle {
}
.navbar-toggle .icon-bar {
}
#claim {
    color: #08689a;
    float: right;
    font-size: 40px;
    margin: 75px 0 0;
}



/* CSS Styled Content */
.csc-sitemap {}
.csc-sitemap > ul {
}
.csc-sitemap > ul > li {
}
.csc-sitemap > ul > li > a {
}
.csc-sitemap > ul > li > a:hover,
.csc-sitemap > ul > li > a:focus {
}
.csc-sitemap > ul > li > ul {
}
.csc-sitemap > ul > li > ul > li {
}
.csc-sitemap > ul > li > ul > li > a {
}
.csc-sitemap > ul > li > ul > li > a:hover,
.csc-sitemap > ul > li > ul > li > a:focus {
}
.csc-sitemap > ul > li > ul > li > ul {
}
.csc-sitemap > ul > li > ul > li > ul > li {
}
.csc-sitemap > ul > li > ul > li > ul > li > a:before {
}
div.csc-textpic-left .csc-textpic-imagewrap {
}
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
}
.csc-textpic-image {
}
figcaption.csc-textpic-caption {
    font-size: 11px;
    color: #5b5850;
    display: block;
    font-style: italic;
}
.csc-textpic a.lightbox {
}
#sc .csc-header {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    line-height: 144%;
}
#sc .csc-header > * {
	margin: 0 0 2px 0;
}
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	max-width: 100%;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	display: block;
}
a.external-link-new-window:before,
a.download:before,
a.internal-link:before,
a.mail:before {
	content: "";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: 1px;
    margin-left: 0;
    font-size: 83%;
    text-decoration: underline;
}

.csc-textpic-image > a:before {
	display: none;
}



a.external-link-new-window:before,
a.download:before,
a.internal-link:before,
a.mail:before {
    text-decoration: none;
}
a.download:before {
	content: "";
}
a.internal-link:before {
	content: "";
}
a.mail:before {
	content: "✉";
	vertical-align: 0px;
}
/*
a[href$='.pdf'].external-link-new-window:before,
a[href$='.doc'].external-link-new-window:before,
a[href$='.xls'].external-link-new-window:before {
	content: "";
	margin-left: 0;
}
*/



/* Bootstrap */
label {
	font-weight: normal;
}
.form-inline .form-group {
	margin-bottom: 20px;
}
.bg-primary {
	padding: 15px;
	background: #08689A;
	color: #fff;
}
.bg-primary a {
	color: #fff;
	text-decoration: underline;
}
.bg-primary a:hover,
.bg-primary a:focus,
.bg-primary a:active {
	text-decoration: none;
}


/* weitere Standardformatierungen */
.line-through {
}
#maincnt_right {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 15px;
}
#maincnt_sub {
	padding-bottom: 20px;
}
#maincnt h2 {
	margin: 51px 0 8px 0;
}
#maincnt_right h3 a {
	color: #000;
}
#maincnt_right h3 + h4 {
    line-height: 21px;
    margin-top: -8px;
}
#maincnt h1:first-child {
	margin-top: 15px;
}
#maincnt h1 + h2 {
	margin-top: 0;
}
.csc-default.bg_white {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.csc-default.bg_white .csc-header .csc-firstHeader {
	margin-top: 0;
}
.csc-default.hervorhebungsbox {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    margin: 20px 0;
}
.csc-default.hervorhebungsbox > *:first-child,
.csc-default.hervorhebungsbox > *:first-child > *:first-child {
	margin-top:0;
}
.csc-default.hervorhebungsbox > *:last-child {
	margin-bottom:0;
}



/* Dateilinks nach Typ mit Icon versehen */
/*
a[href$='.pdf'] {
	background: url("/typo3conf/ext/jiko/res/img/ico_pdf.png") left 4px no-repeat;
	display:inline-block;
	padding:4px 0 2px 27px;
}
a[href$='.xls'],a[href$='.xlsx'],a[href$='.csv'],a[href$='.xlw'],a[href$='.xlt'] {
	background: url("/typo3conf/ext/jiko/res/img/ico_xls.png") left 4px no-repeat;
	display:inline-block;
	padding:4px 0 2px 27px;
}
a[href$='.doc'],a[href$='.docx'],a[href$='.rtf'],a[href$='.txt'] {
	background: url("/typo3conf/ext/jiko/res/img/ico_doc.png") left 4px no-repeat;
	display:inline-block;
	padding:4px 0 2px 27px;
}
*/


#mc {
	font-size: 15px;
	line-height: 150%;
}


#headerimage {
    background: none repeat scroll 0 0 #1b82cd;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#headerimage > img {
	max-width: 100%;
}
#headerimage .container {
	position: relative;
}
#claim2 {
    bottom: 10px;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    left: 15px;
    line-height: 125%;
    margin: 0;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* Menue */
body > .navbar {
	min-height: 215px;
}
#main_nav {
    background: none repeat scroll 0 0 #08689a;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
    min-height: 60px;
}
#main_nav.fixed {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    background: none repeat scroll 0 0 rgba(8,104,154, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#main_nav.fixed + #headerimage {
	margin-top: 62px;
}
#main_nav .nav > li > a {
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	vertical-align: middle;
}
#main_nav .nav > li > a:before {
    border-left: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 40px;
    vertical-align: middle;
    width: 1px;
    margin-left: 0;
}
#main_nav .nav > li > a:after {
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 40px;
    vertical-align: middle;
    width: 1px;
    margin-right: -1px;
}
#main_nav .nav > li:hover > a, #main_nav .nav > li.active > a, #main_nav .nav > li > a:hover, #main_nav .nav > li > a:focus {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 5px 5px 0 0;
    color: #08689a;
    margin-right: 0;
    margin-top: 10px;
    padding-top: 10px;
}
#main_nav .nav > li.active > a {
	background-color: #EDE9E8;
}
body.start #main_nav .nav > li.active > a,
#main_nav .nav > li.active > a:hover,
#main_nav .nav > li.active > a:focus,
#main_nav .nav > li.active > a:active,
#main_nav .nav > li.active:hover > a {
	background-color: #fff;
}
#main_nav .nav > li:hover > a:after, #main_nav .nav > li.active > a:after, #main_nav .nav > li > a:hover:after, #main_nav .nav > li > a:focus:after {
    border-right-color: #08689a;
    position: relative;
    z-index: 2;
}
#main_nav .nav > li:hover > a + ul, #main_nav .nav > li > a:hover + ul, #main_nav .nav > li > a:focus + ul {
    border: 0 none;
    border-radius: 0 5px 5px;
    display: block;
}
#main_nav .nav .dropdown-menu {
    padding: 5px 0 15px 0;
    width: 275px;
}
#main_nav .nav .dropdown-menu > li {
}
#main_nav .nav .dropdown-menu > li > a {
	white-space: normal;
	white-space: 120%;
	border-bottom: 1px solid #f4f3ea;
	padding: 3px 0;
	margin: 0 20px;
}
#main_nav .nav .dropdown-menu > li.active > a,
#main_nav .nav .dropdown-menu > li > a:hover,
#main_nav .nav .dropdown-menu > li > a:focus {
	background: transparent;
	color: #08689A;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
}
#snav {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: #4b5055;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
#snav ul {
	margin: 0;
}
#snav li {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}
#snav li:after {
	content: "|";
}
#snav li:last-child:after {
	display: none;
}
#snav a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	padding: 5px;
}
#snav a:hover,
#snav a:active,
#snav a:focus {
	background: none;
	text-decoration: none;
}
#snav a:hover:after,
#snav a:active:after,
#snav a:focus:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

/* Footer Navi */
#footer_nav li.first {
	margin-left: 0;
}


/* Suchergebnisse */
#suche {
    background: none repeat scroll 0 0 #fff;
	position: relative;
	text-align: left;
    border-radius: 10px 10px 0 0;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    height: 107px;
}
body.nosearch #suche {
	display: none;
}
#headerimage #suche {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 300px;
    margin-bottom: -1px;
}
#suche form {
    float: none !important;
    margin: 0;
    padding: 10px 22px 0;
    text-align: left;
    width: 100%;
}
#headerimage #suche form {
    margin: 10px 22px 0 22px;
    padding: 0;
    width: 256px;
}
#suche label {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 0 7px;
    text-align: left;
}
#sword {
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
}
#suche .form-group {
    display: block;
    width: 100%;
}
#suche .btn {
    background: none repeat scroll 0 0 transparent;
    bottom: 33px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 28px;
    width: auto;
}
.tx-indexedsearch-form {
	margin-bottom: 10px;
}
.tx-indexedsearch-whatis {
	display: none;
}
.tx-indexedsearch-browsebox {
	text-align: center;
}
.tx-indexedsearch-browsebox .browsebox {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}
.tx-indexedsearch-browsebox .browsebox li {
	display: inline;
}
.tx-indexedsearch-browsebox .browsebox li a, .tx-indexedsearch-browsebox .browsebox li span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #08689a;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage span,
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage span:hover,
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a:focus,
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage span:focus {
    background-color: #08689a;
    border-color: #08689a;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.tx-indexedsearch-browsebox .browsebox li a:hover,
.tx-indexedsearch-browsebox .browsebox li span:hover,
.tx-indexedsearch-browsebox .browsebox li a:focus,
.tx-indexedsearch-browsebox .browsebox li span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}



/* Adressdatensätze */
.tt_address-adritem {
}
.tt_address-adritem .phone,
.tt_address-adritem .fax,
.tt_address-adritem .www {
}
.tt_address-adritem .www a {
}
.tt_address-adritem span.label {
}




/* Powermail */
div.tx-powermail {
}
form.powermail_form {
}
.powermail_label {
}
.powermail_field {
}
.powermail_legend {
}
.powermail_fieldset {
}
.formError .formErrorContent {
}
.formError .formErrorArrow {
}
.formError .formErrorArrow div {
}
.formError .formErrorArrow .line10 {
}
.powermail_radio_outer, .powermail_captcha_outer, .powermail_check_outer {
}
.powermail_fieldwrap legend {
}
.powermail_radio_outer,
.powermail_check_outer  {
}
.powermail_radio_outer label,
.powermail_captcha_outer label,
.powermail_check_outer label {
}
.powermail_radio_inner,
.powermail_check_inner {
}
div.powermail_fieldwrap_file_inner {
}
div.powermail_fieldwrap_file_inner .powermail_file {
}
.powermail_submit {
}
input.powermail_confirmation_form,
input.powermail_confirmation_submit {
}
.powermail_create,
.powermail_confirmation {
}
dl.powermail_all dt {
}
dl.powermail_all dd {
}
div.tx-powermail h3 {
}

/* Powermail Newsletter */
.csc-default.newsletter {}
.csc-default.newsletter form h3 {
	display: none;
}
.csc-default.newsletter fieldset legend {
	display: none;
}


/* Teaser */
.tx-wiminno-pi-teaser .teaser {}
#mc .tx-wiminno-pi-teaser .teaser .item {
	border-bottom: 0;
}
.tx-wiminno-pi-teaser .teaser .item a,
.csc-default a.arrow {
	text-decoration: underline;
}
.tx-wiminno-pi-teaser .teaser .item p a:hover,
.tx-wiminno-pi-teaser .teaser .item p a:focus,
.tx-wiminno-pi-teaser .teaser .item p a:active,
.csc-default a.arrow:hover,
.csc-default a.arrow:focus,
.csc-default a.arrow:active {
	text-decoration: none;
}
.tx-wiminno-pi-teaser .teaser .item p a:before,
.csc-default a.arrow:before {
	content: "";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: 0px;
    margin-left: -3px;
    font-size: 83%;
    text-decoration: underline;
}
.tx-wiminno-pi-teaser .teaser .item p a:before,
.csc-default a.arrow:before {
	text-decoration: none;
}
.tx-wiminno-pi-teaser .teaser .item p a:before {
	margin-left: 3px;
}
.tx-wiminno-pi-teaser .teaser .item p {
	margin-bottom: 0;
}
.tx-wiminno-pi-teaser .teaser .item .sub {
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 3px 0;
}
.tx-wiminno-pi-teaser .teaser .item .image {
	float: none !important;
	margin: 0 0 8px 0 !important;
}
.csc-default.startteaser .tx-wiminno-pi-teaser .teaser .item {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h3 {
	color: #000 !important;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px 0 !important;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 {
	margin: 0;
	font-size: 17px;
	line-height: 120%;
	font-weight: normal;
	display: table;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 b {
	font-weight: normal;
	color: #000;
	display: table-cell;
	width: 85px;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 a {
	text-decoration: none;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h3 a {
	color: #000;
	text-decoration: none;
}
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 a:hover,
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 a:focus,
#maincnt .tx-wiminno-pi-teaser .teaser .item h2 a:active,
#maincnt .tx-wiminno-pi-teaser .teaser .item h3 a:hover,
#maincnt .tx-wiminno-pi-teaser .teaser .item h3 a:focus,
#maincnt .tx-wiminno-pi-teaser .teaser .item h3 a:active {
	text-decoration: underline;
}
.newslist .tx-wiminno-pi-teaser {
	margin-top: 20px;
}
.newslist .tx-wiminno-pi-teaser .teaser .item {
}
.newslist .tx-wiminno-pi-teaser .teaser.shortteaser .item {
    border-top: 1px solid #000;
    padding: 16px 0;
    position: relative;
    margin: 0;
}
.newslist .tx-wiminno-pi-teaser .teaser .item .image {
}
.newslist .tx-wiminno-pi-teaser .teaser .item .info {
}


/* Themengruppen */
.csc-default.themen {}
.csc-default.themen div.csc-textpic {
	position: relative;
}
.csc-default.themen div.csc-textpic .csc-textpic-text {
    background: none repeat scroll 0 0 rgba(8, 104, 154, 0.9);
    bottom: 20px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 94%;
    display: table;
}
.csc-default.themen div.csc-textpic .csc-textpic-text p {
	color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 120%;
	display: table;
}
.csc-default.themen div.csc-textpic .csc-textpic-text p a {
    color: #fff;
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}


/* Weiterführende Links */
nav.links {}
nav.links .csc-header {
	margin: 0 0 8px 0;
	border-bottom: 1px solid #000;
}
nav.links .csc-header * {
	margin: 0 0 2px 0;
}
nav.links ul.csc-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.links ul.csc-menu li {
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 2% 5px 0;
    padding: 0 0 5px;
    width: 48%;
}
nav.links ul.csc-menu li:nth-child(2n) {
    margin: 0 0 5px 2%;
}
nav.links ul.csc-menu a {
	font-size: 15px;
	line-height: 22px;
}


/* Footer */
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	background: #4b5055;
	font-size: 15px;
	color: #fff;
	width: 100%;
	min-height: 60px;
	padding: 16px 20px;
	font-size: 15px;
}
#fnav {
	display: table;
	margin: 0 auto;
	height: 100%;
}
#fnav > .container {
	display: table-cell;
	vertical-align: middle;
}
#fnav a {
	color: #fff;
	text-decoration: underline;
}
#fnav a:hover,
#fnav a:active,
#fnav a:focus {
	text-decoration: none;
}

/* Glossar */
a.tx-glossary {
    border-bottom: 1px dotted #000;
    color: inherit;
}
a.tx-glossary acronym {
	border: 0;
}
/* KEIN Glossarlink Aussehen */
.tx-wiminno-pi-teaser a.tx-glossary {
/* 	border-bottom: 0 !important; */
	text-decoration: none !important;
}
.tx-wiminno-pi-teaser a.tx-glossary:before {
	display: none !important;
}

.tx-glossary-typelabel {
	display: none;
}
.tx-glossary-list dt {
    font-style: normal;
    font-weight: bold;
    margin: 0;
}
.tx-glossary-list dd {
    margin: 0 0 15px 10px;
    padding: 0;
}


/* Service Links */
#service-links {}
#service-links ul {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}
#service-links li {
	display: inline;
	margin: 0;
}
#service-links a {
    border-right: 1px solid #000;
    margin-right: 5px;
    padding-right: 10px;
    color: #000;
}
#service-links a:hover,
#service-links a:focus,
#service-links a:active {
	color: #08689a;
}
#service-links li:last-child a {
	border: 0;
	margin: 0;
	padding: 0;
}
#service-links p.lastchange {
	margin: 10px 0 15px 0;
	text-align: right;
}

/* Publikationen */
.publist {
	margin: 30px 0 0 0;
}
.publist .pubitem {
	padding: 16px 0;
	border-top: 1px solid #000;
	position: relative;
}
.publist .pubitem .toggle {
	width: 21px;
	height: 21px;
    background: url("/typo3conf/ext/jiko/res/img/bg_selectpicker-btn-default.gif") no-repeat scroll -8px -7px #006a9e;
	position: absolute;
	right: 0;
	top: 20px;
	border-radius: 20px;
	cursor: pointer;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
}
.publist .pubitem.mini .toggle {
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.publist.accordeon .pubitem .toggle {
	display: block;
}
.publist .pubitem:last-child {
	border-bottom: 1px solid #000;
}
.publist .pubitem .image {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
.publist .pubitem .image span {
	display: block;
	width: 100px;
	height: 100px;
}
.publist .pubitem .pubinfo {
	float: left;
	display: inline;
	width: 467px;
}
.publist .pubitem .pubinfo .date {
	color: #777;
}
.publist .pubitem .pubinfo header {
	margin: 0 0 10px 0;
}
#mc .publist .pubitem .pubinfo h2 {
	margin: 0;
	font-size: 17px;
	line-height: 120%;
	font-weight: normal;
}
#mc .publist .pubitem .pubinfo h3 {
	margin: 0;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
}
#mc .publist .pubitem .pubinfo h2 + h3 {
	margin-top: 5px;
}
.tx-jiko-pi-publications {
	position: relative;
}
.tx-jiko-pi-publications .pubfilter {}
.tx-jiko-pi-publications .pubfilter form {}
.tx-jiko-pi-publications .pubfilter form .row {
	margin-bottom: 10px;
}
.tx-jiko-pi-publications .pubfilter #pub4 {
	margin-top: 30px;
}
.publist .pubitem .pubinfo header .detaillink {
	display: none;
}

.publist .pubitem.mini {}
.publist .pubitem.mini .image,
.publist .pubitem.mini .date,
.publist .pubitem.mini .desc,
.publist .pubitem.mini .row {
	display: none;
}
.publist .pubitem.mini .pubinfo {
    width: 90%;
}
#mc .publist .pubitem.mini .pubinfo h3 {
	display: inline;
	margin-right: 10px;
	font-weight: normal;
}
.publist .pubitem.mini .pubinfo header {
	margin: 0;
}
.publist .pubitem.mini .pubinfo header .detaillink {
	white-space: nowrap;
	display: inline;
}
.tx-jiko-pi-publications .pubteaser {
    background: none repeat scroll 0 0 #4b5054;
    border-left: 10px solid #4b5054;
    border-right: 10px solid #4b5054;
    padding: 10px 0;
}
.tx-jiko-pi-publications .pubteaser ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tx-jiko-pi-publications .pubteaser.slider {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}
.tx-jiko-pi-publications .pubteaser.slider ul {
    display: block;
    height: 201px;
    width: 9999px;
}
.tx-jiko-pi-publications .pubteaser .slideitem {
    clear: both;
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    width: 49%;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem {
	width: auto;
}
.tx-jiko-pi-publications .pubteaser .slideitem .image {
    float: left;
    margin-right: 7px;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem .image {
    float: none;
    margin-right: 0;
	cursor: pointer;
	margin: 0 7px 0 0;
	height: 194px;
	width: 138px;
	border: 4px solid #4b5054;
}
.tx-jiko-pi-publications .pubteaser .slideitem .image img,
.tx-jiko-pi-publications .pubteaser .slideitem .image span {
	max-width: 70px;
	height: auto;
	clip: rect(7px, 137px, 193px, 7px);
	overflow: hidden;
	position: absolute;
	margin: -7px 0 0 -7px;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem .image img,
.tx-jiko-pi-publications .pubteaser.slider .slideitem .image span {
	max-width: none;
}
.tx-jiko-pi-publications .pubteaser .slideitem .image:hover,
.tx-jiko-pi-publications .pubteaser .slideitem.active .image {
	border-color: #fff;
}
.tx-jiko-pi-publications .pubteaser .slideitem .title {
    color: #fff;
    float: left;
    width: 210px;
}
.tx-jiko-pi-publications .pubteaser .slideitem .title a {
	color: #fff;
	white-space: nowrap;
	display: block;
	text-decoration: underline;
}
.tx-jiko-pi-publications .pubteaser .slideitem .title a:hover,
.tx-jiko-pi-publications .pubteaser .slideitem .title a:focus,
.tx-jiko-pi-publications .pubteaser .slideitem .title a:active {
	color: #ccc;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem .title {
	display: none;
	float: none;
    width: auto;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem.active .title {
    display: block;
    left: 4px;
    margin: 0;
    position: absolute;
    top: 216px;
    width: 590px;
}
.tx-jiko-pi-publications .pubteaser.slider .slideitem .title a {
	display: inline;
	margin-left: 10px;
}
.tx-jiko-pi-publications > .glyphicon {
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    left: -10px;
    padding: 3px 0 0 0;
    text-align: center;
    position: absolute;
    top: 105px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
}
.tx-jiko-pi-publications > .glyphicon-chevron-right {
	left: auto;
	right: -10px;
}
.tx-jiko-pi-publications > .glyphicon:hover,
.tx-jiko-pi-publications > .glyphicon:focus,
.tx-jiko-pi-publications > .glyphicon:active {
	background: #333;
	color: #fff;
}
.publist .pubitem .pubinfo p.typesize,
.publist .pubitem .pubinfo p.detaillink {
	margin-bottom: 0;
}


/* Seitenschalter */
.pagination > li > a, .pagination > li > span {
	color: #08689a;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #08689a;
    border-color: #08689a;
    color: #fff;
    cursor: default;
    z-index: 2;
}


/* verschiedene Auflösungs-Anpassungen */
@media (max-width: 975px) {
	.container {
		width: 100%;
	}

}

@media (max-width: 768px) {
	#headerimage > img {
		max-width: 150%;
	}
	#main_nav .nav > li > a:before {
		margin-right: 20px;
	}
	#main_nav .nav > li > a:after {
		margin-left: 20px;
	}
	#footer {
		height: auto;
	}
	.csc-textpic-image {
		width: auto !important;
	}
	.csc-textpic-image img {
		max-width: 100%;
		height: auto;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 0;
	}
	.pubdetails div.csc-textpic-intext-left .csc-textpic-imagewrap {
		margin-right:10px;
	}
	#claim2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
/* z.b.	iPhone Querformat */
	body > .navbar {
		min-height: 0;
	}
	.navbar-right {
		text-align: right;
	}
	.navbar-toggle {
		background: #08689a;
		margin: 15px -15px 0 0;
		top: 60px;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	#claim {
		font-size: 30px;
		margin-top: -30px;
	}
	#claim2 {
		font-size: 25px;
		position: static;
		margin: 10px 0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-top: 0 !important;
	}
	#main_nav.fixed {
	    position: relative;
		background: none repeat scroll 0 0 #08689a;
	    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
	}
	#main_nav.fixed + #headerimage {
		margin-top: 0;
	}
	#main_nav .nav > li > a:before {
		display: none;
	}
	#main_nav .nav > li > a:after {
		display: none;
	}
	#main_nav .nav {
		padding-bottom: 10px;
	}
	#main_nav .nav > li {
		border-bottom: 1px solid #fff;
	}
	#main_nav .nav > li.last {
		border: 0;
	}
	#main_nav .nav > li > a {
		padding: 10px 0;
	}
	#main_nav .nav > li:hover > a, #main_nav .nav > li.active > a, #main_nav .nav > li > a:hover, #main_nav .nav > li > a:focus {
		padding-left: 20px;
		border-radius: 0
	}
	#main_nav .nav .dropdown-menu {
		padding: 5px 0 15px 0;
		width: 95%;
		margin-bottom: 5px;
		box-shadow: none;
		border-radius: 0 !important;
		position: relative;
		float: none;
		margin-top: 1px;
		margin-left: 5%
	}
	#headerimage #suche {
		width: 200px;
		height: 90px;
	}
	#headerimage #suche form {
		margin: 5px 10px 0 10px;
		padding: 0;
		width: 100%;
	}
	#headerimage #suche .form-group {
		width: 90%;
	}
	#headerimage #suche .btn {
		bottom: 21px;
		right: 18px;
	}
	.csc-default.themen div.csc-textpic .csc-textpic-text {
		right: auto;
		width: 50%;
		left: 0;
	}
	div.col-sm-8.text-right.copy {
		text-align: left;
		margin-top: 10px;
	}
	.breadcrumb {
		height: auto;
		display: block;
		padding: 5px 0;
		line-height: 150%;
	}
	.breadcrumb li {
		display: inline-block;
	}
	#headerimage > img {
		max-width: none;
		max-height: 165px;
	}
	#headerimage > .container {
		position: absolute;
		top: 0;
		left: 0;
	}
	#headerimage #suche {
		position: static;
		border-radius: 10px 10px 0 0;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 3px 0 5px 0px;
		height: auto;
	}
	#headerimage #suche form {
		margin: 0 10px;
	}
	#headerimage #suche .btn {
		right: 30px;
		bottom: 18px;
	}

}

/* @media (max-width: 320px) { */
@media (max-width: 480px) {
/* z.b.	iPhone Hochformat */
	#snav, #snav li {
		height: auto;
	}
	#snav a {
		padding: 0 5px;
	}
	.navbar > .container .navbar-brand img {
		max-width: 180px
	}
	.navbar-toggle {
		top: 50px;
	}
	#claim {
		font-size: 20px;
		margin-top: -95px;
		width: 150px;
		text-align: right;
		font-weight: bold;
		margin-right: -15px;
		line-height: 115%;
	}
	#claim2 {
		font-size: 22px;
		font-weight: bold;
	}
	#claim2 br {
		display: none;
	}
	#headerimage #suche .form-group {
		width: 85%;
	}
	#headerimage #suche .btn {
		right: 25px;
		bottom: 18px;
	}
	#headerimage > img {
		max-height: 157px;
	}
	.csc-default.themen div.csc-textpic .csc-textpic-text {
		right: 0;
		left: auto;
		width: 90%;
	}
	#footer {
		padding: 16px 10px;
	}
}
