/******commBlue************/
/**
 *   1.7.0     2025-09-29  VZ
 *              - Styles fuer Online-Meetings-Formular
 *   1.6.2     2022-11-28  YS
 *              - Schriftgroesze der Themen auf 11px gesetzt und Spalte auf 160px
 *                verbreitert, um jedes Thema in einer einzelnen Spalte zu sehen
 *   1.6.1     2022-10-19  Yannick Sprenger
 *             - Rechtschreibfehler: psedo -> pseudo
 *   1.6.0     2022-06-10  Yannick Sprenger
 *             - Kursiv fuer <i> gesetzt
 *   1.5.0     2021-01-14  VZ
 *             - Styles fuer Passwort-Vergessen eingefuegt
 *   1.4.0     2018-11-23  Gerhard Loosch
 *             - neuen Style fuer Ueberschriften in dr Veranstaltunganmeldung eingebaut
 *   1.3.0     2018-10-23  MF
 *             - strong hinzugefuegt
 *   1.2.0     2018-01-06  Georg van Gent
 *             - styles fuer Nutzungbedinung
 *   1.1.0     2017-07-24  Gerhard Loosch
 *             - style fuer Input-Felder angepsst, da der IE die line-height nicht als height uebernimmt
 */

/*********************************************************************************/
 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, br {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    width: 100%;
}

body.commblue {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    color: #474747;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 160%;
}

body.commblue p {
    margin-top: 0;
    text-align: left;
}

body.commblue a {
    color: #1E609A;
}

body.commblue a:link, a:visited, a:active, a:focus {
    text-decoration: none;
}

body.commblue a:hover {
    text-decoration: underline;
}

body.commblue a.more {
    padding-right: 13px;
    background: rgba(0, 0, 0, 0) url("/static/img/commblue/arrow-right.png") no-repeat scroll right center;
}

body.commblue a.toolbar-link{ 
    background: rgba(0, 0, 0, 0) url("/static/img/commblue/arrow-right.png") no-repeat scroll right center;
}
body.commblue .toolbar-0 a.toolbar-link span{
    padding-right: 12px;
}
body.commblue span.toolbar-link{
    display: inline-block;
    padding-right: 3px;
    height: 14px;
    width: 10px;
    background: rgba(0, 0, 0, 0) url("/static/img/commblue/arrow-right.png") no-repeat scroll right 5px;
}
body.commblue ul {
    list-style: none outside none;
}

body.commblue .clear {
    border: 0 none !important;
    clear: both;
}

body.commblue .noborder {
    border: medium none !important;
}

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

body.commblue h1 {
    color: #1C609D;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: none;
}

body.commblue h1.veranstaltungsanmeldung {
    text-transform: none;
}

body.commblue h2, body.commblue h3, body.commblue h4, body.commblue .titel {
    color: #0075bb;
}

body.commblue h2 {
    color: #1C609D;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

body.commblue h3 {
    color: #1C609D;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

body.commblue .errors, body.commblue .error, body.commblue .fehler {
    color: red;
    font-weight: bold;
}

body.commblue #content .image-left {
    float: left;
    padding: 8px 10px 5px 0px;
}

body.commblue .teaser .image-left {
    float: left;
    padding: 3px 5px 5px 0px;
}

/**************CONTAINER**************/

body.commblue #container {
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    width: 1200px;
    min-width:320px;
    padding-bottom:20px;
    padding-left:16px;
    padding-right:16px;
}

body.commblue #header-wrapper {
    width:100%;
    margin-bottom: 20px;
    margin-top: 30px;
}

body.commblue #header {
    height: 125px;
    background: url("/static/img/commblue/keyvisual.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    width:100%;
}



body.commblue .toolbar {
    float:right;
    z-index:10000;
}
#searchInputbox {
    border: 1px solid #aaa;
	color: #555555;
	display: inline-block;
	text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-decoration: none;
    width:220px;
}

body.commblue .toolbar ul li {
    float:left;
    margin-left:20px;
}
body.commblue .toolbar ul li a{
}

.toolbar-0 {
    margin-top:-20px;
    margin-bottom:20px;
}

.toolbar-10 ul{
    margin-left:150px;
}
.toolbar-10 ul li a {
    text-transform:uppercase;
}
.toolbar-10 ul li a span{
    margin-top:5px;
    color:#fff;
    display: inline-block;
    margin-left: 20px;
}

.cb-content-object-11 a{
    padding-left:10px;
}

.searchbutton {
    display:none;
}

body.commblue .toolbar-10 {
    display: inline-block;
    float: left;
    background: #1E609A;
    position: static;
    width: 100%;
    margin-top:-6px;
    height:33px;
}

body.commblue .homelink{
    display:block;
    background: url("/static/img/commblue/logo-intern.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    width:132px;
    height:116px;
    position:absolute;
    top:0px;
    margin-left: 25px;
    margin-top:29px;
}

body.commblue #topnavi {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 16px;
    text-transform: uppercase;
}

body.commblue #breadcrump {
    clear: both;
    float: left;
    margin-left: 259px;
    margin-right: 259px;
    padding-top: 5px;
    margin-bottom: 0px;
    height: 40px;
}

body.commblue #wrapper-content-right-left {
    margin-bottom: 20px;
    margin-top:30px;
}

body.commblue #wrapper-content-right {
    float: right;
    margin-left: -300px;
}

.icon-wrapper {
    float:left;
    width:25px;
}

.icon-wrapper a{
    float:left;
    width:25px;
    margin-bottom:5px;

}

body.commblue #content {
    margin-left: 290px;
    margin-right: 290px;
}

body.commblue #content-cleaner {
    float: left;
    width: 620px;
}

body.commblue #right-outer {
    float: right;
}

body.commblue #right {
    padding-top: 2px;
    margin-right:12px;
    width: 235px;
}

body.commblue #left {
    float: left;
    margin-left:25px;
    margin-top:10px;
    width: 238px;
}

body.commblue #left ul + ul {
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
    margin-top:10px;
    padding-top:10px;
        margin-bottom: 10px;
    padding-bottom: 10px;
}

body.commblue #left ul + ul + br + br + ul {
    margin-top:-45px;
}

body.commblue #left ul li ul {
    margin-left:10px;
}

body.commblue #left a.active {
    font-weight:bold;
}

body.commblue #footer {
    clear: both;
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(rgba(255, 255, 255, 255), rgba(244, 244, 244, 255)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #cbcbcb;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 1px;*/
    padding: 10px 10px 13px 10px;
    margin: 0 12px;
    text-align:center;
}

body.commblue .noborder {
    border: none;
}

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

 
body.commblue .hamburger-button {
    display:none;
}

/**
 * NAVI
 */    
body.commblue ul.navi {
    margin-left: 0px;
    margin-bottom: 30px;
}

body.commblue ul.navi li a {
    color: #5c5c5e;
    margin-right: 10px;
    padding-left: 30px;
    padding-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
}

body.commblue ul.navi > li {
    margin-top: 0px;
    margin-bottom: 10px;
}

body.commblue ul.navi > li > ul > li {
    margin-top: 10px;
    margin-bottom: 0px;
}

/*body.commblue ul.navi > li > a {
    background: url("/static/img/topnavi-icon-grey.gif") no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
    display: inline-block;
}*/

body.commblue ul.navi > li.home > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -231px;
}

body.commblue ul.navi > li.suche > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -252px;
}

body.commblue ul.navi > li.hilfe > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -294px;
}

body.commblue ul.navi > li.logout > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -168px;
}

body.commblue ul.navi > li.navi-item-topic > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -189px;
}

body.commblue ul.navi > li.navi-item-topic-all > a {
    background: url("/static/img/commblue-iconsprite.png") no-repeat top left;
    display: inline-block;
    height: 21px;
    background-position: 0px -210px;
}

body.commblue ul.navi > li > a.active {
}


body.commblue ul.navi > li.active > a, .navi ul > li:hover > a {
    color: #0075bb !important;
    text-decoration: none;
}

body.commblue ul.navi > li.active > a, ul.navi > li:hover > a {
    /*background: url("/static/img/commblue-iconsprite.png") no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
    background-position: 0px -189px;*/
}

body.commblue ul.navi > li > ul > li > a {
    margin-left: 25px;
    display: inline-block;
    height: 21px;
    background: url("/static/img/commblue-iconsprite.png") no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
    background-position: 0px -189px;
}

body.commblue ul.navi > li > ul > li > a.active {
    color: #0075bb !important;
}

/**
 * TEASER bzw. Infobereich
 */        
/***********TEASER**************/

body.commblue .teaser {
    line-height: 180%;
}

body.commblue .teaser h3 {
    font-size: 15px;
    font-weight: 400;
    color: #1C609D;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.commblue .teaser h3 a {
    color: #1C609D;
}

body.commblue .teaser li {
    margin-bottom: 24px;
}

body.commblue .freier-teaser p img,
body.commblue .teaser li p img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0;
}
/************************/

body.commblue #banner {
    margin: 20px auto;
    width: 88px;
	height: 31px;
	background-image: url(/static/img/contentblue_banner.gif);
}
	
body.commblue .neu  {
	background: url(/static/img/commblue/icon-new.png) no-repeat top left;
	float: right;
	width: 30px;
	height: 15px;
	margin-top: 4px;
}

body.commblue table.en .neu  {
	background: url(/static/img/icon-neu-en.gif) no-repeat top left;
}

body.commblue img.save  {
	float: right;
	width: 17px;
	height: 17px;
}

/**
 * Liste
 */  
 
body.commblue table.archivliste {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 0px;
    margin-top:-25px;

}

.pagination + br + table.archivliste {
    margin-top:-65px;
}


body.commblue table tr.first-row td{
    border-top:none !important;
}

b{
    font-weight:bold;
}

body.commblue table.archivliste tr td.dashed {
    border-top-style:dashed;
    color: #6F6F6F;
}

body.commblue table.archivliste tr td.dashed div a {
    color: #6F6F6F;
}

body.commblue table.archivliste tr td.links {
    width: 150px;
}

body.commblue table.archivliste tr td.rechts {
    padding-left:25px;
}


body.commblue table.archivliste tr td, 
body.commblue table.archivliste tr td.links,
body.commblue table.archivliste tr td.rechts {
    border-top: 1px solid #cbcbcb;
    padding-top: 10px; 
    vertical-align: top;
}

body.commblue table.archivliste tr td {
    padding-right:10px;
}
body.commblue table.archivliste tr td + td {
        padding-left:10px;
}


/**
 * Blaettern Funktion
 */  
 
body.commblue .pagination {
	font-size: 90%;
	margin: 10px 0;
	float: right;
    margin-top:-65px;
}

.bottom-pagination {
    margin-top:65px;
}

body.commblue .pagination span.disabled {
	/*border: 1px dashed #CCCCCC;*/
	color: #CACACA;
}

body.commblue .pagination a,
body.commblue .pagination span {
	border: none;
	color: #1c609d;
	display: inline-block;
	margin: 2px;
	padding: 1px 6px 2px 6px;
	text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight:bold;
}

body.commblue .pagination a:hover {
	/*border: 1px solid #0075bb;*/
	color: #555555;
	display: inline-block;
	margin: 2px;
	text-decoration: none;
}

body.commblue .pagination span.current {
	/*background-color: #0075bb;
	border: 1px solid #0075bb;*/
	color: #CACACA;
	font-weight: bold;
}

/**
 * Suchseite
 */  

body.commblue input.error, body.commblue select.error, body.commblue textarea.error {
    color: #000;
    font-weight: normal;
}

body.commblue input[type="text"], body.commblue .normalesfeld {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 26px;
    height: 26px;
    padding: 0 7px;
    border: 1px solid #cbcbcb;
    letter-spacing: 0.75px;
}

body.commblue textarea {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 26px;
    padding: 0 7px;
    border: 1px solid #cbcbcb;
    letter-spacing: 0.75px;
}

body.commblue input[type="submit"], body.commblue input.button, body.commblue input.submitbutton, body.commblue input#abschicken {
    cursor: pointer;
}

body.commblue input#logout,
body.commblue input.submit {
    background: #1c609d none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    width: auto;
}

body.commblue .jdEingabe input.submit,
body.commblue .jdSuche input.submit,
body.commblue .navigationGroup  a {
    background: #1c609d none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    width: auto;
}
body.commblue .navigationGroup .submit{
    height: 31px;
}

body.commblue input#logout:hover,
body.commblue input.submit:hover {
    background: #4b80ae !important;
}

body.commblue .navigationGroup  a:hover {
    background: #4b80ae !important;
}

body.commblue .search table tbody tr {
    display:block;
    margin-bottom: 6px;
    padding-top: 10px;
    border-top: 1px solid #CFCFCF;
}

body.commblue table.filter {
    width: 100%;
    border-bottom: 5px solid #CFCFCF;
    margin: 5px 0 10px 0;
}

body.commblue table.filter td {

}

body.commblue table.filter td.label {
    width: 200px;
    height: 30px;
}

body.commblue table.filter td.input {
    width: 310px;
    height: 30px;
    text-align: right;
}

body.commblue table.filter td.input input {
    width: 272px;
}

body.commblue table.filter td.input select {
    width: 288px;
    padding-top:3px;
    padding-bottom:3px;
}

body.commblue table.filter td.input input.dateField {
    width: 100px;
}

body.commblue table.filter td.input input.checknradio {
    width: 10px;
    border: none;
    float:left;
}

body.commblue form.search select option.firstLevel {
    padding-left: 0px;
} 

body.commblue form.search select option.secondLevel {
    padding-left: 15px;
} 

body.commblue form.search select option.thirthLevel {
    padding-left: 30px;
}

/* commBLUE Logout Form */

body.commblue .readonly {
    background-color: #ECECEC;
    color: #716F64;
}

body.commblue dl.zend_form {
	width: 400px;
	margin-top: -15px;
}

body.commblue dl.zend_form dt {
	float: left;
	margin: 5px 5px;
	clear: both;
	width: 150px;
}

body.commblue dl.zend_form dd {
	float: left;
	margin: 5px 5px;
	width: 220px;
}

body.commblue dl.zend_form dd input {
	width: 200px;
}

body.commblue dl.zend_form dd input#forgetMe {
	width: 15px;
}

body.commblue dl.zend_form dd input#logout {
	width: 216px;
	cursor: pointer;
}


/**
 * UserProfileEditor Styles
 */  
 
#userProfileEditForm {
	width: 460px;
	margin-bottom: 20px;
}

#userProfileEditForm div {
	clear: both;
}

#userProfileEditForm label.label {
	float: left;
	width: 150px;
}
	
#userProfileEditForm .standard-input {
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#userProfileEditForm select.standard-input {
	width: 304px;
}

#userProfileEditForm .submit-button {
	float: left;
	margin-left: 150px;
}

#userProfileEditForm ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#userProfileEditor p.message {
	font-weight: bold;
}


/**
 * End UserProfileEditor Styles
 */  
 



/**
 * ForgotPassword Styles
 */  
 
#forgotPassword {
	width: 460px;
	margin-bottom: 20px;
}

#forgotPassword div {
	clear: both;
}

#forgotPassword label.label {
	float: left;
	width: 150px;
}
	
#forgotPassword .standard-input {
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#forgotPassword select.standard-input {
	width: 304px;
}

#forgotPassword .submit-button {
	float: left;
	margin-left: 150px;
}

#forgotPassword ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#forgotPassword p.message {
	font-weight: bold;
}


/**
 * End ForgotPassword Styles
 */  
 
 
/**
 * Begin Subscription Editor Styles
 */  
 
a.backLink {
	margin: 15px 0px;
	display: block;
	font-weight: bold;
	color: #4A8B53;
}

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

dl.zend_form {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
}

dl.zend_form div {
	margin-bottom: 15px;
	clear: both;
	height: 25px;
}

dl.zend_form div label {
	width: 250px;
	margin-right: 25px;
	display: block;
	float: left;
}

dl.zend_form div input {
	width: 200px;
	float: left;
}

dl.zend_form div input.checkbox {
	width: 15px;
	float: left;
	padding: 0;
	margin: 0;
}

dl.zend_form div input.submit {
	border: solid 1px #4A8B53;
	width: 100%;
	padding: 5px;
	background-color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	color: #4A8B53;
	margin-bottom: 20px;
}


dl.zend_form dt#verteiler-label {
	width: 250px;
	margin: 10px 25px 0px 0px;
}

dl.zend_form dd#verteiler-element {
	width: 200px;
	float: left;
	padding: 0;
	margin: 10px 0px 15px 0px;	
}

dl.zend_form dd#verteiler-element label {

}

dl.zend_form dd#verteiler-element label input {
	width: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
}
 
 
 /**
 * End Subscription Editor Styles
 */

 body.commblue .responsive-change-wrapper a {
    background-color: #0082b4;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}


/* VZ - alte Icons

body.commblue img.attachments {
    float: right;
    margin-right: 8px;
}

*/
.link-favorite {
    width:17px;
    height:26px;
	background: url(/static/img/commblue/icon-pin-blue.png) no-repeat top left; !important;
    display:block;
    float:right;
    text-indent:-2500000px;
}
.is-favorite {
    background: url(/static/img/commblue/icon-pin-grey.png) no-repeat top left; !important;
}

/* VZ - neue Icons
.link-favorite {
    width:17px;
    height:26px;
    display:block;
    float:right;
    text-indent:-2500000px;

    background-image: url("/static/img/commblue-navi/md-star.svg");
    background-position: -5px -2px;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 26px;
}
.is-favorite {
    opacity: 0.5;
}
*/

body.commblue img.attachments {
    float: right;
    margin-right: 5px;
    height: 26px;
    width: 25px;
}



.link-massendownload {
    width:17px;
    height:17px;
    background: url(/static/img/icon-download-plus.png) no-repeat top left; !important;
    display:block;
    float:right;
    text-indent:-2500000px;
}
.is-massendownload {
    background: url(/static/img/icon-download-minus.png) no-repeat top left; !important;
}

.title-image-wrapper {
    float:left;
    width:100%;
    margin-bottom:-25px;
}
.special-teaser .title {
    color: red;
    display: inline-block;
    width: 150px;
    font-size:18px;
    
}
.title-image {
    float:right;
    display: inline-block;
}

#right a.more {
    float:right;
    text-transform:uppercase;
}

.aktuell-teaser {
    border-top:1px solid #cacaca;
    padding-top:25px;
    margin-top:10px;
}

.aktuell-teaser h3{
    font-weight:bold !important;
    color: #2a8801 !important;
    font-size:20px;
}

.aktuell-teaser ul li {
    border-bottom:1px solid #cacaca;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.aktuell-teaser a {
    margin-top:-10px;
}

.aktuell-teaser .title {
    font-weight:bold;
    color:#1e609a;
    
}
.topics .has-children {
    margin-left:-24px;
}
.topics .has-children > a  {
    background: url("/static/img/commblue/navi-icon-plus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left:24px;
}
.topics .has-children.pseudo-active  > a  {
    background: url("/static/img/commblue/navi-icon-minus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left:24px;
}


.topics .has-children  > a.pseudo-active  {
    background: url("/static/img/commblue/navi-icon-minus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left:24px;
}
.topics .has-children > ul li {
    margin-left:-10px;
}
.topics .has-children > ul li a  {
    background: rgba(0, 0, 0, 0) url("/static/img/commblue/navi-icon-sub-bullet.png") no-repeat scroll 3px center;
    padding-left:24px;
}

.extranet-logistik-inhalt ul li{
    border-bottom: 1px solid #cacaca;
    padding-top:5px;
    padding-bottom:5px;
}

    table.kategorie-berichte{
        padding: 10px 4px;
    }

    table.kategorie-berichte tr div.anzahl-berichte {
        font-weight: normal;
        float: right;
    }
    table.kategorie-berichte tr div.art-erfahrung {
        font-weight: normal;
        float: left;
    }
    
    table.kategorie-berichte td{
        background-color: #dde7f0;
        padding: 4px;
        border-top: 2px solid white
    }
    table.kategorie-berichte td.hidden{
        display: none;
    }
    .jdEingabe table td {
        vertical-align:top;
    }
    
    .jd-data td {
        padding: 20px;
        padding-left: 0px;
    }
    .jdEingabe textarea {
        height: 425px;
        width: 425px;
        margin: 5px 10px;
    }
    div.jd-kategorie {
        padding: 3px 15px;
        padding-left: 0px;
        margin-left: 0px;
    }
    div.jd-kategorie label,
    div.jd-kategorie input {
        float: left;
        padding: 0 2px;
    }
	.jdEingabe div.jd-zeit {
		width:100%;
		float:left;
		margin-bottom:10px;
	}
    .jdEingabe div.jd-zeit input {
        width: 100px;
        margin: 10px 1px 1px 10px;
        height: 17px;
        line-height: 17px;
    }
    .jdEingabe div.jd-zeit label {
        margin: 1px;
        padding: 1px;
        height: 17px;
        line-height: 17px;
		margin-top:10px;
    }
    .jdEingabe div.anonym {
        margin: 10px;
    }
    .jdEingabe div.anonym input,
    .jdEingabe div.anonym label {
        padding: 0 2px;
        float: left;
    }
    .jdEingabe div.bestaetigung {
        color: #1c609d;
        font-weight: bold;
        font-size: medium;
        padding: 20px 0;
    }
    
        .jd-this->data td {
        padding: 2px;
    }
    .jdEingabe label,
    .jdEingabe input.checknradio,
    .jdEingabe input[type="text"] {
        line-height: 17px;
        height: 17px;
        float: left;
    }
    .jdEingabe textarea {
        height: 425px;
        width: 90% !important;
        margin: 5px 2px;
        border: 1px solid #aaaaaa;
    }
    .jdEingabe select,
    .jdEingabe input {
        margin: 0 3px;
        float: left;
    }
    .jdEingabe select,
    .jdEingabe input[type="text"] {
        border: 1px solid #aaaaaa;
    }
    .jdEingabe div.bestaetigung {
        color: #1c609d;
        font-weight: bold;
        font-size: medium;
        padding: 20px 0;
    }
    
        table.result tr.journalist{
        background-color: #c7d7e6;
    }
    table.result tr.journalist td {
        padding: 8px;
    }
    table.result tr.journalist td.jd-name {
        cursor: pointer;
        cursor: hand;
    }
    table.result tr.journalist div.anzahl-berichte {
        float: right;
        margin-right: -85px;
    }
    table.result tr.medium {
        background-color: #dde7f0;
    }
    table.result tr.medium img,
    table.result tr.bericht img {
        padding-left: 3px;
    }
    table.result tr.bericht {
        background-color: #dde7f0;
    }
    table.result tr.odd-group{
        /*background-color: #dde7f0;*/
    }
    table.result{
        border-collapse: collapse;
        width:100%;
    }
    table.result td{
        padding: 5px;
        border-top: 4px solid white;
    }
    table.result td.right{
        text-align: right;
    }
    table.result td.right a{
        color: #000000;
        font-weight: normal;
    }
    table.result td.right a:hover{
        text-decoration: none;
    }
    .jdSuche table.suchform input.checknradio,
    .jdSuche table.suchform label {
        margin: 10px 0;
        padding: 0 5px;
        float: left;
    }
    table.result .bericht.hidden{
        display: none;
    }
    
    .jdSuche table.suchform input.checknradio {
        margin-top:15px;
    }
    
    .jdEingabe select + input {
        margin-left:9px;
    }
    
    .extranet-logistik-inhalt ul li {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    padding-top: 10px;
}
body.commblue table.archivliste tr td, body.commblue table.archivliste tr td.links, body.commblue table.archivliste tr td.rechts {
    border-top: 1px solid #cbcbcb;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
}

body.commblue .jdEingabe input.submit, body.commblue .jdSuche input.submit {
	height:18px;
}
.massendownload-link {
    background: #1c609d none repeat scroll 0 0;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 15px;
    width: 90px;
    margin-top:10px;
    display:block;
}
.responsive-change-wrapper {
    display:none !important;
}
form#search_search a{
    display:none;
}
div.datenschutz ol {
    margin:15px;
}
div.datenschutz li {
    margin-left:30px;
}
div.terms-of-use form {
    margin: 15px 0;
}

div.terms-of-use .input,
div.terms-of-use .label{
    display:inline;
}

div.terms-of-use .button.button-submit{
    display:block;
    margin-top:15px;
}

strong {
    font-weight: bold;
}

/* Passwort vergessen */
#forgot-password form label {
    display: block;
    float: left;
    clear: both;
    width: 150px;
}
#forgot-password form input {
    width: 245px;
}
#forgot-password form > div {
    margin: 5px 5px;
}
#forgot-password #send {
    width: 260px;
    cursor: pointer;
    background: none repeat scroll 0 0 #1c609d;
    border: 0 none;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 4px 15px;
    margin-left:150px;
}

i {
    font-style: italic;
}

table.archivliste td:first-child {
    width: 160px;
}

span.document-topics {
    font-size: 11px;
}

/* Online-Meetings */
.online-meeting input.submit {
  background: none repeat scroll 0 0 #1c609d;
  border: 0 none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 4px 15px;
  width: auto;

  border-radius: 6px;
  text-transform: uppercase;
  min-width: 200px;
}
