/** general classes **/
html {
    overflow-y: scroll;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
    padding: 0;
}

.ckeditor_container body > div#stage > div#cnt {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.clr {
    clear: left;
    float: none;
    height: 0;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.noBorder {
    border: none !important;
}

/** main container, wraps all **/

#stage {
    width: 100%;
    min-width: 800px;
    margin: 0 auto;
}

td.notiz {
    width: 8%;
}

/** top container for navigation, buttons, status, logo **/

#top {
    position: relative;
    background-color: #f0f0f0;
    background-image: url(../images/bg_top.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 60pt;
    padding: 0 20px 10px 15px;
}

* html div#top {
    height: 67pt;
}

/** top navigation **/

#navi {
    bottom: 0px;
    position: absolute;
    display: block;
    list-style-type: none;
    width: 75%;
    max-width: 75%;
}

#navi > li > h2 {
    font-size: medium;
    font-weight: normal;
    clear: none;
    padding: 0;
    margin: 0;
}

#navi > li > h2 > a > img {
    margin: -30px 0 0 -17px;
}

#navi > li {
    display: block;
    float: left;
}

#navi > li > h2 > a {
    color: #333;
    display: block;
    margin-top: 5px;
    padding: 10px 15px 5px 15px;
    font-size: 80%;
    text-decoration: none;
}

#navi > li.ON > h2 > a {
    color: #333;
    font-weight: bold;
    background-color: #fff;
    background-image: url(../images/bg_naviON.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#navi > li > h2 > a:hover, #navi > li > h2 > a:focus, #navi > li > h2 > a:active {
    cursor: pointer;
    background-color: #d9d9d9;
}

#navi > li > h2 > a.btn:hover, #navi > li > h2 > a.btn:focus, #navi > li > h2 > a.btn:active {
    cursor: pointer;
    background-color: inherit;
}

/** top navigation end**/

/** buttons, addressbook, daily info, logout **/

.footer_line {
    bottom: 0px;
    position: fixed;
    background-color: #f0f0f0;
    background-image: url(../images/bg_top.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 10pt;
    padding: 5px 20px 10px 5px;
    width: 100%;
    text-align: center;
    font-size: 80%;
    clear: both;
}

.footer_line > a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: small;
}

.footer_line > a:hover, .footer_line > a:focus, .footer_line > a:active {
    cursor: pointer;
    text-decoration: underline;
}

#meta {
    color: #444;
    float: right;
    padding-right: 22px;
    height: 88pt;
}

#meta > ul > li {
    list-style-type: none;
    font-size: 70%;
    float: left;
    margin: 10px 0 0 10px;
    padding: 0 0 0 10px;
}

#meta > ul {
    float: right;
    clear: right;
}

#meta > ul.icons > li {
    margin: 46pt 0 0 0;
    padding: 0 0 0 15px;
    border-left: none;
    width: 26px;
}

#meta > ul > li > a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

#meta > ul > li > a:hover, #meta > ul > li > a:focus, #meta > ul > li > a:active {
    cursor: pointer;
    text-decoration: underline;
}

/** buttons, addressbook, daily info, logout end **/

/** navigation second level **/

.subnavi {
    padding: 1em 22px 0 90px;
    float: left;
    margin: 0;
}

.subnavi.filter {
    padding: 1em 22px 0 90px;
    width: 70%;
    float: left;
    margin: 0;
}

.subnavi > div.cat {
    margin: 0 20px 2em 0;
    float: left;
    background-color: #f0f0f0;
    background-image: url(../images/bg_subnaviright.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.subnavi > div > ul {
    padding: 0 0 0 0;
    list-style-type: none;
    width: 12em;
    background-image: url(../images/bg_subnavitopright.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.subnavi > div > ul.xs {
    width: 6em;
}

.subnavi > div > ul.m {
    width: 8.3em;
}

.subnavi > div > ul > li {
    border-bottom: 1px solid #d9d9d9;
}

.subnavi > div > ul > li > h3 {
    font-size: small;
    font-weight: normal;
}

.subnavi > div > ul > li a {
    font-size: small;
    font-weight: normal;
    color: #333;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

.subnavi > div > ul > li a:hover .subnavi > div > ul > li a:focus, .subnavi > div > ul > li a:active {
    cursor: pointer;
    background-color: #d9d9d9;
}

.subnavi > div > ul > li.first {
    background-image: url(../images/bg_subnavitopleft.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.subnavi > div > ul > li.last {
    background-image: url(../images/bg_subnavibottomleft.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: none;
}

.subnavi > div > ul > li.last a {
    cursor: pointer;
    background-image: url(../images/bg_subnavibottomright.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.subnavi > div > ul > li.ON a {
    cursor: pointer;
    font-weight: bold;
}

.subnavi > div > ul > li > h4 {
    font-size: small;
    font-weight: normal;
}

/** navigation second level end**/

/** container for content **/

#cnt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
    clear: both;
    margin: 4em 21px 50px 10px;
}

/** form previous opened tasks **/

#task {
    width: 19%;
    float: right;
    padding: 1em 20px 0 0;
}

* html #task {
    position: absolute;
    right: 0;
}

#task select {
    font-size: 70%;
    border: 1px solid #7f9db9;
    width: 100%;
    float: right;
}

/** form previous opened tasks **/

/** search form **/

.search {
    border: 1px solid #8b9dc6;
    background-color: #fafafa;
    border-top: none;
    margin: 1em 0 1em 0;
    font-family: Arial;
}


.no-border {
    border-left: 0 !important;
}

.no-borders {
    border: none !important;
    background-color: transparent !important;
    margin: 0 !important;
}

#dialogBox > .search {
    border: none !important;
    background-color: #ffffff !important;
}

del {
    background-color: lightpink !important;
}

ins {
    background-color: lightgreen !important;
    text-decoration: none !important;
}

/*
.search ul							{ background-color:#8c9dc6; background-image:url(../images/bg_formsearch.gif); background-repeat:repeat-x; background-position:top; height:1.75em; list-style-type:none; }
form.search ul li						{ display:block; float:left; }
form.search ul.ttl					{ background-color:#666699; background-image:none; }
* html form.search ul.ttl		{ margin-top:0; background-color:inherit; }
form.search ul.ttl li				{ color:#fff; font-weight:bold; font-size:; letter-spacing:1px; display:block; padding:0 1em; line-height:1.75em; }
form.search ul.new li				{ color:#fff; font-weight:bold; font-size:; letter-spacing:1px; display:block; padding:0 1em; line-height:1.75em; }
form.search li a						{ cursor: pointer; color:#fff; font-weight:bold; font-size:; letter-spacing:1px; display:block; padding:0 1em; line-height:1.75em; text-decoration:none; border-right:1px solid #8b9dc6; }
form.search li a:hover			{ cursor: pointer; background-color:#8b9dc6; }
form.search li a.ken				{ background-color:#666699; }
form.search li a.client			{ background-color:#c26666; }
form.search li a span			{font-size:11px; line-height:1.75em;}
form.search legend				{ 	font-size:80%;
									font-weight:bold;
									color:#8c9dc6;
									line-height:2.75em;
									display:block;
									padding-left:10px;
								}
form.search fieldset				{ width:49%; float:left; margin:20px 0; }
form.search fieldset.dbl		{ width:100%; clear:both; }
form.search fieldset.noflt	{ float:none; margin:0; clear:both; }
form.search fieldset.notvisible		{float: none; height:0; overflow:hidden; margin:0; clear:both; display: none;}
form.search fieldset.dbl label		{ width:13.2%; margin-right:0.5%; }
*/

.ken {
    font-weight: bold;
}

.search legend {
    font-size: medium;
    font-weight: bold;
    color: #555555;
    display: block;
    padding: 1em 1em;
}

.search label.clear_none {
    clear: none;
}

/* Kein Zeilenumbruch fďż˝r Label in zweiter Reihe z.B. "Eigener Ort" */

.search label.tip {
    color: #3333FF;
}

.tip {
    color: #3333FF;
}

.search input {
    border: 1px solid #8b9dc6;
    width: 67%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.search input.xs {
    border: 1px solid #8b9dc6;
    width: 8%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.etb_button {
    width: 70%;
    position: relative;
    left: 72%;
}

.search input[type=button].xs {
    width: 16%;
    margin-right: 2%;
    border: 1px;
    padding: 0;
    height: 25px;
}

.search input.xm {
    border: 1px solid #8b9dc6;
    width: 12%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.search input.m {
    border: 1px solid #8b9dc6;
    width: 30%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.search input.xl {
    border: 1px solid #8b9dc6;
    width: 52.2%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

/* Alle Readonly-Input-Felder in der Form "search": Gelb mit dunkelblauem Rand */

.search input[readonly] {
    background: #FBFBD3;
    border: 1px solid #8B9DC6;
}

div.checkedselect {
    width: 67.5% !important;
}

.search textarea {
    border: 1px solid #8b9dc6;
    width: 67.3%;
    height: 14.8em;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 90%;
    float: left;
}

.search textarea.small, .search textarea.middle {
    border: 1px solid #8b9dc6;
    width: 67.3%;
    height: 6.8em;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 90%;
    float: left;
}

.search textarea.dialog {
    border: 1px solid #8b9dc6;
    width: 80%;
    height: 8em;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 90%;
    float: left;
}

.body_div_dialog {
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.body_div_dialog label {
    color: #333;
    font-size: 70%;
    font-weight: bold;
    width: 12.7%;
    height: 2.5em;
    vertical-align: bottom;
    display: table-cell;
    float: left;
    clear: both;
    text-align: right;
    margin-right: 2%;
    padding-top: 0.6em;
}

.search textarea.smallest {
    border: 1px solid #8b9dc6;
    width: 67.3%;
    height: 3.4em;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 90%;
    float: left;
}

.search textarea.ro {
    background-color: #fbfbd3;
    border: 1px solid #8b9dc6;
    width: 82.5%;
    height: 8.8em;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 90%;
    float: left;
}

.search input.checkbox {
    width: auto;
    margin-top: 0.4em;
    border: none;
}

.search div.radio {
    border: none;
    background-color: #fafafa;
    margin-bottom: 0;
}

.search div.radio label {
    clear: none;
    text-align: left;
}

.search div.radio input {
    float: left;
    width: 5%;
    margin: 5px 5px 10px 0;
    border: none;
}

.search div.radiodbl {
    width: 100%;
    border: none;
    background-color: #fafafa;
    margin-bottom: 0;
}

.search div.radiodbl label {
    font-size: 73%;
    font-family: Arial;
    clear: none;
    text-align: left;
    width: 70%;
}

.search div.radiodbl input {
    float: left;
    width: 5%;
    margin: 5px 5px 10px 0;
    border: none;
}

/*.search fieldset.radiodbl			{ width:100%; margin:10px 10px 10px 0;}
.search fieldset.radiosmall			{ float:left; width:5%; margin:5px 5px 10px 0; border:none;}
.search fieldset.inputsmall 		{ float: left; }
*/

/* simulation of readonly fields */

.search label + div {
    float: left;
    border: 1px solid #8b9dc6;
    background-color: #fbfbd3;
    width: 67%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    white-space: inherit;
    font-size: small;
}

.search label + div.ckeditor_container {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 100%;
    white-space: normal;
}

.search label + div > select {
    border: 1px solid #8b9dc6;
    width: 100%;
    padding: 2px 0 2px 5px;
    margin: 5px 0 5px 0;
    font-size: 90%;
    float: left;
}

.search select {
    border: 1px solid #8b9dc6;
    width: 69%;
    padding: 2px 0 2px 5px;
    margin: 0 0 10px 0;
    font-size: 90%;
    float: left;
}

select.view {
    width: 67.8% !important;
}

select.viewmax {
    width: 68.85% !important;
}

textarea.view {
    width: 67.35% !important;
}

textarea.viewmax {
    width: 68.5% !important;
}

textarea.viewmaxheight {
    height: 16.5% !important;
}

input.view {
    width: 67.1% !important;
}

div.view {
    width: 68.25% !important;
}

div.viewsmall {
    width: 8% !important;
}

input.datepicker {
    width: 12% !important
}

.search select.m {
    width: 32%;
}

.search select.xs {
    width: 16%;
}

.search select.xl {
    width: 52.2%;
}

.search div.xs {
    width: 6%;
    margin-right: 2%;
}

.search div.xm {
    width: 8%;
    margin-right: 2%;
}

.search div.m {
    width: 31.5%;
    margin-right: 2%;
}

.search div.xl {
    width: 57%;
    margin-right: 2%;
}

.search div span.wrap {
    margin-right: -0.3em;
}

/*.search div a						{ color:#000; text-decoration:none}
.search div a:hover					{ cursor: pointer; text-decoration:underline;}
.search div a:visited				{ color:#000; }
*/

.search .fontXL {
    font-size: 110%;
}

.search div .red {
    color: #ff0000;
}

.search div.twoFields {
    float: left;
    border: none;
    background-color: transparent;
    width: 70.6%;
    padding: 0;
    margin: 0 0 10px 0;
}

.search div.twoFields div.m {
    width: 45%;
    margin-right: 2%;
}

/* right icon buttons in table header */

.search ul ul.icons {
    float: right;
    background-color: #666699;
    background-image: none;
    height: 0;
    margin-top: 0.2em;
}

.search ul ul.icons li {
    padding: 0 0 0 10px;
}

.search ul ul.icons li a {
    cursor: pointer;
    border-right: none;
    padding: 0;
    margin: 0;
}

.search ul ul.icons li a:hover, .search ul ul.icons li a:focus, .search ul ul.icons li a:active {
    cursor: pointer;
    background-color: inherit;
}

/* add new elements by table row */

.search.table {
    border: 0;
    margin: 1em 0 1em 0;
    font-family: Arial;
}

.search.table input, .search.table select, .search.table textarea {
    margin: 0;
    font-size: 100%;
    width: 90%;
}

.search.table select {
    padding: 0;
    width: 92.8%;
    height: 1.7em;
}

.search.table div {
    margin: 0;
}

.search.table input[type=image] {
    width: auto;
    border: 0;
    padding: 0;
    margin-right: 5px;
}

/* search form wi 50% width */

.search.w50 {
    width: 50%;
    margin: 0 10px 0 0;
}

/* .search.w50 fieldset 			{ width:100%; }*/

div.error {
    padding: 5px 0px 0px 15px;
    width: 95%;
    font-size: medium;
    color: #aa0000;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.search div.tip {
    padding: 0 10px 0 10px;
    width: 95%;
    font-size: small;
    border: none;
    color: #3333FF;
    background-color: transparent;
}

.search.table.w50 {
    width: 49.7%;
}

.search.table.w50 table {
    margin: 0 10px 0 0;
}

/* written buttons, fix width 200px */

span.btn input {
    width: 100%;
    font-size: small;
    font-weight: bold;
    border: none;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

span.btn {
    width: 200px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    padding-top: 3px;
    display: block;
    float: left;
    margin-right: 0.7em;
}

span.btn_dist {
    width: 200px !important;
}

span.btn span {
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 1.5em;
    margin: 0;
    display: block;
}

span.btn a {
    width: 1em;
    font-weight: bold;
    font-size: small;
    border: none;
    background-repeat: repeat-y;
    padding: 1px;
    margin: 0;
    display: block;
    text-decoration: none;
    text-align: center;
}

/* written button submit type, creme color */

span.btn.Sbmt input {
    cursor: pointer;
    color: #333;
    background-image: url(../images/bg_btnSbmtMiddle.gif);
}

span.btn.Sbmt {
    cursor: pointer;
    background-color: #efefe0;
    background-image: url(../images/bg_btnSbmtTop.gif);
}

span.btn.Sbmt span {
    cursor: pointer;
    background-image: url(../images/bg_btnSbmtBottom.gif);
}

span.btn.Sbmt a {
    cursor: pointer;
    color: #333;
    background-image: url(../images/bg_btnSbmtMiddle.gif);
    width: auto;
}

span.xs {
    width: 6em;
}

/* written button new type, green color */

span.btn.New input {
    cursor: pointer;
    color: #111;
    background-image: url(../images/bg_btnNewMiddle.gif);
}

span.btn.New {
    cursor: pointer;
    background-color: #cff26d;
    background-image: url(../images/bg_btnNewTop.gif);
}

span.btn.New span {
    cursor: pointer;
    background-color: #cff26d;
    background-image: url(../images/bg_btnNewBottom.gif);
}

span.btn.New a {
    cursor: pointer;
    color: #111;
    background-image: url(../images/bg_btnNewMiddle.gif);
    width: auto;
}

/* written button icons */

#cnt form input.iconBtn {
    cursor: pointer;
    border: none;
    padding-left: 23px;
    width: 26px;
    overflow: hidden;
    font-size: 0;
    line-height: 14px;
    height: 26px;
}

#cnt form input.iconBtn:hover {
    cursor: pointer;
}

#cnt form input.iconBtn.delete {
    cursor: pointer;
    background: url(../images/btn_delete.png) no-repeat;
}

#cnt form input.iconBtn.copy {
    cursor: pointer;
    background: url(../images/btn_copy.png) no-repeat;
}

#cnt form input.iconBtn.add {
    cursor: pointer;
    background: url(../images/btn_add.png) no-repeat;
}

#cnt form input.iconBtn.cancel {
    cursor: pointer;
    background: url(../images/btn_cancel.png) no-repeat;
}

#cnt form input.iconBtn.choose {
    cursor: pointer;
    background: url(../images/btn_choose.png) no-repeat;
}

#cnt form input.iconBtn.details {
    cursor: pointer;
    background: url(../images/btn_details.png) no-repeat;
}

#cnt form input.iconBtn.edit {
    cursor: pointer;
    background: url(../images/btn_edit.png) no-repeat;
}

#cnt form input.iconBtn.email {
    cursor: pointer;
    background: url(../images/btn_email.png) no-repeat;
}

#cnt form input.iconBtn.mail {
    cursor: pointer;
    background: url(../images/btn_mail.png) no-repeat;
}

#cnt form input.iconBtn.ok {
    cursor: pointer;
    background: url(../images/btn_ok.png) no-repeat;
}

/** search form end **/

/** tables for lists **/

.table {
    margin: 0 0 20px 0;
    font-size: small;
    width: 100%
}

.table.left {
    margin: 1em 0 0 0;
}

.table > caption {
    font-size: small;
}

.table > tfoot > tr > th, .table > thead > tr > th {
    color: #fff;
    height: 2.8em;
    border-right: 1px solid #fff;
    padding: 0 10px;
    text-align: left;
    background-color: #4a4a4a;
    background-image: url(../images/bg_th.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.table tr.list th {
    background-image: url(../images/bg_thList.gif);
    background-color: #666;
}

/* first header cell, categories */

.table tr > th.client {
    width: 60px;
    padding-left: 30px;
    background-color: #c26666;
    background-image: url(../images/ico_client.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.people {
    width: 60px;
    padding-left: 30px;
    background-color: #cccc66;
    background-image: url(../images/ico_people.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.task {
    width: 60px;
    padding-left: 30px;
    background-color: #666699;
    background-image: url(../images/ico_task.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.tasksteps {
    width: 60px;
    padding-left: 40px;
    background-color: #666699;
    background-image: url(../images/ico_tasksteps.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.docs {
    width: 60px;
    padding-left: 30px;
    background-color: #666;
    background-image: url(../images/ico_docs.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

div.docs {
    background-image: url(../images/ico_docs.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.dates {
    width: 60px;
    padding-left: 30px;
    background-color: #666;
    background-image: url(../images/ico_dates.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.company {
    width: 60px;
    padding-left: 30px;
    background-color: #666;
    background-image: url(../images/ico_skills.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

.table tr > th.skills {
    width: 60px;
    padding-left: 30px;
    background-color: #666;
    background-image: url(../images/ico_company.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
}

/* links for table sorting */

.table > thead > tr > th a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center right;
    white-space: nowrap;
}

.table > thead > tr > th a.up, .table > thead > tr > th a.sorting_asc {
    background-image: url(../images/ico_arrowUp.gif);
}

.table > thead > tr > th a.down, .table > thead > tr > th a.sorting_desc {
    background-image: url(../images/ico_arrowDown.gif);
}

.table > thead > tr > th.up a:first-child, .table > thead > tr > th.sorting_asc a:first-child {
    background-image: url(../images/ico_arrowUp.gif);
}

.table > thead > tr > th.down a:first-child, .table > thead > tr > th.sorting_desc a:first-child {
    background-image: url(../images/ico_arrowDown.gif);
}

.table td {
    color: #333;
    padding: 5px 10px;
    background-color: #e4e4e4;
    border: 0;
}

.table td a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #d2d2d2;
}

.table td.links a, .table dd.links a {
    color: #0000ff;
    text-decoration: underline;
}

.table td a:hover, .table td a:focus, .table td a:active {
    background-color: #d2d2d2;
}

/* coloring odd and even table rows */

.table tr.even td {
    background-color: #fff !important;
    border-bottom: 1px solid #c9c9c9;
}

.outer-row.fct {
    background-color: #f2f2f2 !important;
    border-bottom: 1px solid #c9c9c9;
}

.table tbody > tr > th {
    background-color: #BCBCBC;
    border-bottom: 1px solid #c9c9c9;
}

.table tbody > tr > th > h3 {
    text-align: left;
    font-weight: normal;
    padding: 0.5em
}

.table tr.even.note td {
    color: #666;
    font-size: 80%;
}

.table td img {
    margin-right: 5px;
}

.table tr.expired td {
    background-color: #9AC0CD !important;
    border-bottom: 1px solid #FFF;
    color: #000;
}

/* .table cell priority */

.table tr td span.prio_1, .table tr td span.prio_2, .table tr td span.prio_3 {
    background: url(../images/bg_prio.gif) repeat-y;
    overflow: hidden;
    white-space: nowrap;
    line-height: 5em;
    height: 0.5em;
    float: left;
    margin-top: 0.4em;
}

.table tr td span.prio_1 {
    width: 8em;
}

.table tr td span.prio_2 {
    width: 3em;
}

.table tr td span.prio_3 {
    width: 1em;
}

/* table cell for icon buttons */

.table th.fct {
    width: 4%;
}

.table td.fct {
    width: 10%;
    white-space: nowrap;
    padding: 2px 0 0 9px;
}

.table td.fct_m {
    width: 14%;
    white-space: nowrap;
    padding: 2px 0 0 10px;
}

.table td.fct_xm {
    width: 12%;
    white-space: nowrap;
    padding: 2px 0 0 10px;
}

.table td.fct_m a {
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.table td.fct_s {
    width: 8%;
    white-space: nowrap;
    padding: 2px 0 0 10px;
}

.table td.fct_s a {
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.table td.fct img {
    cursor: pointer;
    float: left;
}

.table td.fct a {
    cursor: pointer;
    float: left;
    font-size: 60%;
    border: none;
}

.table td.fct a:hover, .table td.fct a:focus, .table td.fct a:active {
    cursor: pointer;
    background-color: inherit;
}

.table td.ttl {
    font-size: 90%;
}

.table td a {
    cursor: pointer;
    border: none;
    text-decoration: none;
}

/* written buttons in a table
.table td span.btn span input		{ font-size:100%; }
.table td span.btn span input		{ font-size:100%; }
*/

/** tables for lists end **/

/** page flipping **/

div.pageFct {
    text-align: right;
    font-size: large;
    white-space: nowrap;
}

div.pageFct.bottom {
    margin-top: -15px;
}

div.pageFct p {
    float: right;
    padding: 4px 1em;
}

div.pageFct img {
    float: right;
    margin: 0 0 5px 5px;
}

div.pageFct p a {
    color: #333;
    padding: 0.3em;
    text-decoration: none;
}

div.pageFct p a:hover, div.pageFct p a:focus, div.pageFct p a:active {
    background-color: #eee;
    text-decoration: underline;
}

div.detail-content > nav > ul, div.detail-content > nav > ol,
div.detail-content > div > ol, div.detail-content > div > ul,
td.detail_td_value > ol, td.detail_td_value > ul,
span.item-content > ul, span.item-content > ol, td.links > ol, td.links > ul {
    margin-left: 1em;
}

td.links > p {
    margin: 1em 0px;
}

.links > tr > td > p > a {
    color: #0000ff;
    padding: 0.3em;
    text-decoration: none;
}

/** filter **/

div.filter {
    background-color: #fafafa;
    border-bottom: 1px solid #333;
    border-right: 1px solid #fff;
    margin-bottom: 1px;
    padding: 0.5em 1em;
    height: 1%;
}

#multiAction > div.filter {
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #333;
    background-color: white !important;
}

#multiAction > div.filter select {
    background-color: white !important;
    border: 1px solid #e4e4e4;
}

div.filter label {
    width: 180px;
    font: inherit;
    float: left;
    margin-right: 2em;
    text-align: right;
    margin-top: 0.35em;
}

div.filter select {
    float: left;
    width: 16em;
    font: inherit;
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    padding-left: 0.2em;
    margin-right: 2em;
}

div.filter input {
    float: left;
}

div.filter span.btn span {
    padding-bottom: 5px;
}

div.filter input {
    margin-top: 0;
    font-size: 80%;
}

div.filter.bottom {
    margin-top: -20px;
    border-top: 1px solid #333;
    border-bottom: none;
}

/** calendar **/

h1.month {
    color: #666;
    margin: 1em;
    font-size: 75%;
    text-transform: uppercase;
}

table td.we {
    background-color: #ccc;
}

table td.date {
    background-color: #cccc66;
    font-weight: bold;
}

table td.date a {
    text-decoration: none;
    border-bottom: 1px solid #666;
}

table td.date a:hover, table td.date a:focus, table td.date a:active {
    color: #fff;
    background-color: #cccc66;
    border-bottom: 1px solid #fff;
}

/** Spezifische Ănderungen **/

/*
.search fieldset.dbl2			{ width:100%; }
.search fieldset.dbl2 label		{ width:20%; margin-right:0.5%; }
*/

.search input.xm {
    width: 8%;
    margin-right: 2%;
}

table th em {
    font-weight: normal;
    font-style: normal;
}

table dl {
    margin-top: 0.5em;
}

table dt, table dd {
    display: block;
    float: left;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    width: 90%;
}

table dd b {
    background-color: yellow;
}

table dt {
    clear: both;
    width: 4em;
}

/* statistics legend */

#legend ol {
    font-family: Arial;
    font-size: 11px;
    margin-left: 80px;
}

/* search result error */

.error td {
    color: red;
    background-color: white;
}

span.error {
    color: red;
    font-weight: bold;
}

/* Div-Layer fĂźr das Top-MenĂź in Detail-Fenstern*/

#div_close_top {
    position: fixed;
    top: 0px;
    left: 0px;
    float: right;
    z-index: 1;
    background-color: white;
    width: 100%;
    height: 35px;
    border-width: 0px 0px 1px;
    border-color: #8B9DC6;
    padding: 15px;
    margin: 0px;
}

/* Zum Ausrichten des SchlieĂen-Buttons im Top-MenĂź in Detail-Fenstern*/

#span_close_top {
    float: right;
    padding-right: 25px;
}

.record_input_body_div, .record_input_body_div_search {
    width: 75%;
    float: left;
    margin: 20px 0;
}

.search_input_body_div, .body_div, .body_div_notice, .body_div_search, .search_input_body_div_search {
    width: 49%;
    float: left;
    margin: 20px 0;
}

.anchor_div {
    float: right;
    width: 230px;
    margin: 8px 0 0 0;
}

.anchor_div_content {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    border: 3px solid #000;
    border-right: 0px;
    padding: 2px;
    right: 2px;
}

.anchor_div_content a {
    padding: 2px;
}

.body_div_width_100 {
    width: 100%;
    clear: both;
    margin: 20px 0;
}

.body_div_width_100_table {
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.body_div_width_100_table .table {
    margin-left: 2.5%;
    width: 95%;
}

.body_div_width_100 label, .body_div_width_100_table label {
    color: #333;
    font-size: 70%;
    font-weight: bold;
    width: 12.7%;
    height: 2.5em;
    vertical-align: bottom;
    display: table-cell;
    float: left;
    clear: both;
    text-align: right;
    margin-right: 1%;
    padding-top: 0.6em;
}

.body_div_width_100 label.detail_label {
    width: 25% !important;
}

.body_div_width_100 .table {
    margin-left: 13.5%;
    width: 69%;
}

/*
.search_input_body_div_noflt	{ float:none; margin:0; clear:both; }
.search_input_body_div_notvisible{ float: none; height:0; overflow:hidden; margin:0; clear:both; display: none;}
*/

.search_input_header_div, .header_div {
    background-color: #8c9dc6;
    height: 1.75em;
    width: 99.78%;
    list-style-type: none;
}

.search_input_header_div h1, .header_div h1, .search_input_header_div h2, .header_div h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: medium;
    letter-spacing: 1px;
    display: block;
    padding: 0 1em;
    line-height: 1.75em;
    text-decoration: none;
    background-color: #464679;
    float: left;
}

.search_list_header_div {
    background-color: #aebfe8;
    height: 1.75em;
}

.search_list_header_div h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: medium;
    letter-spacing: 1px;
    display: block;
    padding: 0 1em;
    line-height: 1.75em;
    text-decoration: none;
    background-color: #464679;
    float: left;
}

.search_input_footer_div, .footer_div {
    margin-left: 14%;
    margin-top: 2em;
    padding-bottom: 4em;
    clear: both;
}

.record_input_footer_div {
    margin-left: 21%;
    margin-top: 2em;
    padding-bottom: 2em;
    clear: both;
}

.record_input_body_div label, .record_input_body_div_search label, .search_input_body_div label, .search_input_body_div_search label, .body_div label, .body_div_notice label, .body_div_search label {
    color: #333;
    font-size: 70%;
    font-weight: bold;
    width: 27%;
    height: 2.5em;
    vertical-align: bottom;
    display: table-cell;
    float: left;
    clear: both;
    text-align: right;
    margin-right: 1%;
    padding-top: 0.6em;
}

.notvisible {
    float: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    clear: both;
    display: none;
}

.navigation_list_paragraph {
    font-size: 70%;
}

/* Zum Ausrichten von Nicht-Submit Buttons innerhalb einer Suchmaske */

.search input.aligned_with_fields {
    border: 1px solid #8b9dc6;
    width: 8%;
    padding: 3px 5px;
    margin: 0 0 10px 13.7%;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
    clear: both;
}

/* Erweiterter Import/Export Bereich Wissen */

#import_single_file_container, #import_files_container {
    display: none;
}

.custom_style_title {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

.custom_style_title_red {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

body .cke_show_borders, html .CSS1Compat {
    font-family: Arial;
}

body#content, #content p, .custom_style_text {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.custom_style_text_red {
    color: red;
    font-weight: normal;
    text-decoration: none;
}

.custom_style_text_green {
    color: #339966;
    font-weight: normal;
    text-decoration: none;
}

.custom_style_text_blue {
    color: #0000ff;
    font-weight: normal;
    text-decoration: none;
}

.custom_style_yellow_marked {
    color: #000000;
    background-color: yellow;
    font-weight: normal;
    text-decoration: none;
}

.entry-content {
    font-family: Arial;
}

.ui-notify-nav-icon {
    background: #464679;
    border: #464679 solid 3px;
    border-radius: 8px 8px 0 0;
}

#ui-notification-bubble {
    position: relative;
    top: -35px;
    left: 19px;
    z-index: 100;
    min-width: 5px;
    border: 1px solid #000;
    background: #cb4437;
    color: #fff;
    line-height: 15px;
    text-align: center;
    opacity: 1;
    border-radius: 2px;
    max-width: 15px;
}


#ui-notification-container {
    display: none;
    overflow: visible;
    width: 300px;
    margin: -5px 0px 0px -15px;
    height: 418px;
    z-index: 9999;
    position: absolute;
    top: 95px;
    background-color: #fff;
    padding: 0px 4px 7px 0px;
    border: 0;
    border-left: #464679 solid 2px;
    border-bottom: #464679 solid 2px;
    -moz-box-shadow: 0px -1px 2px 3px #000;
    -webkit-box-shadow: 0px -1px 2px 3px #000;
    box-shadow: -2px 1px 1px 1px #000;
}

#ui-notification-container-header {
    background: #464679;
    height: 25px;
    margin: 0px 0px 0px -2px;
}

#ui-notification-container-header-link {
    color: #fff;
    font-weight: bold;
    padding: 4px;
    margin: 0px 0px 2px;
    float: right;
    background: #464679;
}

#ui-notification-display-all-messages {
    float: right;
    margin: 5px 13px 0px 0px;
    font-size: 95%;
}

#ui-notification-container-messages {
    width: 310px;
    height: 400px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    list-style-type: none;
}

#ui-notification-container-messages li {
    display: list-item;
    height: 40px;
    padding: 6px;
    border-bottom: #e9e9e9 solid 2px;
}

#ui-notification-container-messages li[data-read-status="0"] {
    background-color: #8c9dc6;
}

#ui-notification-container-messages li:hover {
    background-color: #e4e4e4;
    cursor: pointer;
}

#ui-notification-container-messages li div.ui-notification-message-title {
    padding: 2px;
    float: left;
}

#ui-notification-container-messages li div.ui-notification-message-timestamp {
    float: right;
    padding: 2px;
}

#ui-notification-container-messages li div.ui-notification-message-text {
    clear: left;
    float: none;
    height: 0;
    margin: 0;
    padding: 2px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 8px;
    background: transparent;
    right: 10px;
}

.jspHorizontalBar {
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
}

.jspTrack {
    background: transparent;
}

.jspDrag {
    background: url(../images/bg_scrollbar.png) repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspCorner {
    display: none
}

.ui-notify {
    width: 360px;
    position: fixed;
    top: 10px;
    right: 10px;
}

.ui-notify-message {
    padding: 0px;
    margin-bottom: 15px;
    border: #000 solid 1px;
}

/* -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;*/

.ui-notify-message h1 {
    font-size: 14px;
    margin: 0;
    padding: 4px;
}

.ui-notify-message p {
    margin: 3px 0;
    padding: 4px;
    line-height: 18px
}

.ui-notify-message:last-child {
    margin-bottom: 0
}

.ui-notify-message-style {
    background: #fafafa;
    background: rgba(250, 250, 250, 0.8);
}

.ui-notify-message-style h1 {
    color: #fff;
    font-weight: bold;
    background: #464679;
}

.ui-notify-message-style p {
    color: #000;
    background: #fafafa;
    background: rgba(250, 250, 250, 0.8);
}

.ui-notify-close {
    color: #fff;
    text-decoration: underline
}

.ui-notify-click {
    cursor: pointer
}

.ui-notify-cross {
    margin-top: -1px;
    margin-right: 2px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    padding: 2px
}

.ui-notify-cross:hover {
    color: #ffffab
}

.ui-notify-cross:active {
    position: relative;
    top: 1px
}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

.displayTableCell {
    display: table-cell !important;
}

div.ckeditor_container p {
    margin-bottom: 0.5em;
}

.ui-dialog-title, .ui-dialog-titlebar {
    background: #464679 url("custom-theme/images/ui-bg_flat_75_464679_40x100.png") 50% 50% repeat-x !important;
    color: #ffffff;
    font-family: Arial;
    margin: 0;
    padding: 0;
}

.ui-widget-header {
    background: #464679 url("custom-theme/images/ui-bg_flat_75_464679_40x100.png") 50% 50% repeat-x !important;
}

.ui-dialog-content, .ui-button-text {
    font-family: Arial;
}

.excerpt {
    background-color: yellow;
}

/** Anpassung wegen Sichtbarkeit X Button im modalen Dialog **/
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("custom-theme/images/ui-icons_454545_256x240.png") !important;
}

body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.search-detail.ui-draggable.ui-resizable > div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button > span.ui-button-icon-space,
.ui-dialog-titlebar-close .ui-icon .ui-button-icon-space {
    background-color: #ffffff !important;
}

.ui-widget-header .ui-icon {
    background-image: url("custom-theme/images/ui-icons_454545_256x240.png") !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.detail_span_title {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}

.detail_td_label {
    vertical-align: top !important;
    font-weight: bold;
    width: 25% !important;
}

.detail_td_label_xl {
    vertical-align: top !important;
    font-weight: bold;
    width: 35% !important;
}

.detail_td_value {
    vertical-align: top !important;
}

body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable > div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button {
    color: black !important;
    background-color: #ffffff !important;
}

div.ui-dialog {
    position: absolute;
}

.left_space {
    padding-left: 15px;
}

.ol_left_space {
    padding-left: 40px;
}

.body_div_width_100 label.left_space {
    color: #333;
    font-size: 70%;
    font-weight: bold;
    width: 12.7%;
    height: 2.5em;
    vertical-align: bottom;
    display: table-cell;
    float: left;
    clear: both;
    text-align: right;
    margin-right: 1%;
    padding-top: 0.6em;
}

.checkbox_style_checked {
    color: white !important;
    background-color: #464679 !important;
}

.checkbox_style_not_checked {
    color: black !important;
    background-color: white !important;
}

.box {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 2.5%;
}

.dataTables_filter {
    display: none;
}

/* Datatables pagination */

.dataTables_paginate {
    float: right;
    text-align: right;
}

/* Pagination nested */

.paginate_button:not(.previous):not(.next), .paginate_button:not(.previous):not(.next), .paginate_button:not(.previous):not(.next), .paginate_button:not(.previous):not(.next) {
    margin: 1px;
}

.paginate_button.previous {
    padding: 2px !important;
    margin-right: 2px !important;
    margin-left: 1px !important;
}

.paginate_button.next {
    padding: 2px !important;
    margin-right: 1px !important;
    margin-left: 2px !important;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
    text-decoration: none !important;
}

.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous, .paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_disabled_previous {
    background: url('/images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
    background: url('/images/back_enabled.png') no-repeat top left;
}

.paginate_disabled_next {
    background: url('/images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
    background: url('/images/forward_enabled.png') no-repeat top right;
}

.icons a img {
    padding: 3px;
}

.rand label, .rand textarea {
    margin-left: 20px;
}

.paginate_button {
    cursor: pointer;
    padding: 1px;
}

.paginate_button img {
    margin-bottom: -7.5px;
}

.paginate_button[disabled="disabled"] {
    cursor: default;
}

.dataTables_paginate {
    font-size: 80%;
}

.paginate_button[active="true"] {
    font-weight: bold;
}


div.dataTables_paginate.paging_ellipses > span > span.paginate_numbers > a:hover {
    text-decoration: underline;
}

.multilistbox > label.displayTableCell {
    text-align: left;
    font-size: 90%;
    padding-top: 0.4em;
    width: 12%;
    vertical-align: middle;
}

.verteiler {
    width: 8% !important;
    float: left;
}

#calendar-next-day {
    text-indent: -9999em;
    color: transparent;
    background-image: url(../images/btn_forward.png);
    /*replaces default image */
    background-repeat: no-repeat;
    border: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-size: 30px 30px !important;
}

#calendar-previous-day {
    text-indent: -9999em;
    color: transparent;
    background-image: url(../images/btn_back.png);
    /*replaces default image */
    background-repeat: no-repeat;
    border: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-size: 30px 30px !important;
}


table > tbody > tr > td > dl.valuelist {
    width: 100%;
}

table > tbody > tr > td > dl.valuelist > dt.tablabel {
    float: left;
    font-weight: bold;
    width: 10em;
}

table > tbody > tr > td > dl.valuelist > dd.tablabel {

}


/** Detailansichten modal **/
.detail_content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff !important;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a[data-is-etb-link="1"], a[data-is-knowledge-link="1"] {
    cursor: pointer;
    text-decoration: underline;
}

.etb-statistic-actions,
.workflow-actions {
    text-decoration: none;
}

.search input.time_field {
    width: 4%;
    float: left;
}

.search span.time_field_separator {
    width: 6%;
    float: left;
}

#searchtabs > ul {
    list-style-type: none;
    list-style: none;
    padding: 0 0 0 0;
}

#searchtabs > ul > li {
    background-color: #f0f0f0;
    display: block;
    margin: 0 20px 2em 0;
    width: 9.6em;
    height: 1.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    border-top-right-radius: 5px;
}

.valuetable-column dd {
    width: 45% !important;
}

.valuetable-column dt {
    width: 20% !important;
}

#searchtabs > ul.m > li {
    background-color: #f0f0f0;
    display: block;
    margin: 0 20px 2em 0;
    width: 8.3em;
    float: left;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    border-top-right-radius: 5px;
}

#searchtabs > ul.l > li {
    background-color: #f0f0f0;
    display: block;
    margin: 0 20px 2em 0;
    width: 9.3em;
    float: left;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    border-top-right-radius: 5px;
}

#searchtabs > ul.m > li.l {
    width: 9.3em;
}

#searchtabs > ul > li > a > span {
    color: #333;

}

#searchtabs > ul > li.ken {
    background-color: #d9d9d9;
}


#searchtabs > ul > li.first {
}

#searchtabs > ul > li.last {
    border-bottom: none;
}

#searchtabs > ul > li a {
    text-decoration: none;
    padding: 3px 10px;
    font-size: small;
    font-weight: normal;
}

#searchtabs > ul.m > li a > span {
    width: 8.3em;

}

#searchtabs > ul > li a > span {
    width: 9.6em;

}

#searchtabs > ul > li.last a {
    cursor: pointer;
}

#searchtabs > ul > li:hover, #searchtabs > ul > li:focus {
    cursor: pointer;
    background-color: #d9d9d9;
}

/** Klassen für 1-3/2-3 Trefferlisten sowie weitere Hilfsklassen */

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.m-b-15 {
    margin-bottom: 15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    float: left;
}

.col-right {
    float: right;
}

.col-1-3 {
    width: 28.99999999999999999999999%;
}

.col-1-3-big {
    width: 33.99999999999999999999999%;
    float: right;
}

.col-1-2 {
    width: 50%;
}

.col-2-3 {
    width: 70.99999%
}

.col-2-3-small {
    width: 65.99999%
}

.col-3-4 {
    width: 75.55555555555555555%;
}

.col-full-width {
    width: 100%;
}

.col-5-5 {
    width: 50.000000000%;
}

.col-3-5 {
    width: 65.55555555555555555%;
}

.col-2-5 {
    width: 35.55555555555555555%;
}

.text-badge {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #464679;
    font-size: 0.8rem;
    color: #fff;
}

/** search-container basis-layout */

.search-results-container {
    max-width: 100%;
}

.search-results-container * {
    box-sizing: border-box;
}

.search-results-container:after {
    content: "";
    display: table;
    clear: both;
}

/** search-container, basislayout der item-liste */
.search-results-container .search-result {
    scroll-behavior: smooth;
}

.search-results-container .search-result-items {
    margin-top: 10px;
    list-style: none;
    overflow-y: auto;
    min-height: 715px;
    max-height: 715px;
}

.search-result-header {
    background-color: rgb(244, 245, 247);
    border-radius: 5px;
    padding: 8px;
    margin: 20px 5px 5px;
    transition: background-color 200ms ease 0s;
}

.search-result-header-top {
    background-color: rgb(244, 245, 247);
    border-radius: 5px;
    padding: 8px 8px 8px 0px !important;
    margin: 20px 5px 5px 0px;
    transition: background-color 200ms ease 0s;
}

.search-result-header-top .header, .search-result-header .header {
    padding: 8px;
}

.search-result-header-top header.header--background, .search-result-header .header.header--background {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
}

.search-result-header-top .header .title, .search-result-header .header .title {
    padding-bottom: 8px;
}

.search-result-header-top .header .title > h5, .search-result-header .header .title > h5 {
    display: inline-block;
    font-size: 0.99999em;
    color: #172B4D;
    font-weight: 600;
    letter-spacing: -0.006em;
    margin-top: 0.3rem;
}

.search-result-header-top .header .action-button-row > * > .action-button-group, .search-result-header .header .action-button-row > * > .action-button-group {
    margin-right: 20px;
}

.search-result-header-top .header .action-button-row > * > .action-button-group > .action-button, .search-result-header .header .action-button-row > * > .action-button-group > .action-button {
    margin-right: 1px;
    text-decoration: none;
}

.item,
.item-headline {
    margin: 5px 5px 5px 0px;
    background-color: rgb(223, 225, 230);
    border-radius: 5px;
    padding: 8px;
}

.xzufi-item-headline {
    border-bottom: 4px solid #2A2A2A;
    font-size: 120% !important;
}

.item.selected {
    border: 2px solid #8b9dc6;
}

.item:hover {
    background-color: rgb(200, 202, 207);
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 200ms ease 0s;
}

.item .title,
.item-headline .title {
    padding-bottom: 10px;
}

.item .title > * > h5,
.item .title > * > h5 > a,
.item-headline .title > * > h5 {
    font-size: 0.99999em;
    font-style: inherit;
    line-height: 1.35;
    color: #172B4D;
    font-weight: 600;
    letter-spacing: -0.006em;
    text-decoration: none;
}

.item-headline .title > * > h5 {
    font-size: 0.900000em;
}

.item-headline .title .flex-row-container {
    display: flex;
    font-weight: bold;
    font-size: 0.88em;
    flex-direction: row;
}

.item-headline .title .flex-row-container .flex-item {
    flex-grow: 1;
    flex-shrink: 0;
}

.item-headline .title .flex-row-container .flex-item.text {
    font-size: 0.99999em;
    font-style: inherit;
    line-height: 1.35;
    color: #172B4D;
    font-weight: 600;
    letter-spacing: -0.006em;
    text-decoration: none;
}

.item-headline .title .flex-row-container .flex-item.xzufi-result-source-name {
    flex-basis: 28%;
}

.item-headline .title .flex-row-container .flex-item.xzufi-result-source-type {
    flex-basis: 25%;
}

.item-headline .title .flex-row-container .flex-item.xzufi-result-source-tnr {
    flex-basis: 10%;
}

.item-headline .title .flex-row-container .flex-item.xzufi-result-source-result-count {
    flex-basis: 15%;
}

.item .title .subtitle {
    font-size: 0.800000em;
}

.item .content {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
    padding: 8px;
    font-size: 0.93999em;
}

.item .content .attribute {
    padding: 2px;
    margin-bottom: 8px;
}

.item .content .attribute.metadata {
    width: 100%;
    font-size: 0.700000em;
    margin-top: 10px;
}

.item .content .attribute.d-block > span {
    display: block;
}

.item .content .attribute .item-content > a {
    color: #007bff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    white-space: unset;
}

.item .content .attribute .item-content > .link-divider {
    margin-right: 2px;
    margin-left: 2px;
}

.item * .left {
    float: left;
}

.item * .center {
    width: 100px;
    text-align: center;
}

.item * .right {
    float: right;
    text-align: right;
}

.item * .item-label {
    width: 6em;
    font-weight: 600;
}

/** detailansicht / lupe eines items */
.item-detail .item-detail-header {
    border-radius: 5px;
    padding: 8px;
    margin: 20px 5px 5px;
}

.item-detail .item-detail-header-top {
    border-radius: 5px;
    padding: 0 !important;
    margin: 0px 5px 5px !important;
}

.item-detail .item-detail-header--background {
    background-color: rgb(244, 245, 247);
}

.item-detail .item-detail-header .content, .item-detail .item-detail-header-top .content {
    padding: 8px;
}

.item-detail .item-detail-header .content.content--background, .item-detail .item-detail-header-top .content.content--background {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
}

.item-detail .item-detail-header .content .title, .item-detail .item-detail-header-top .content .title {
    padding-bottom: 8px;
}

.item-detail .item-detail-header .content .title > h5, .item-detail .item-detail-header-top .content .title > h5 {
    display: inline-block;
    font-size: 0.99999em;
    color: #172B4D;
    font-weight: 600;
    letter-spacing: -0.006em;
    margin-top: 0.3rem;
}

/*
 Wird momentan nicht verwendet, wurde früher für die Organisation in der Titelzeile
 der WDS-Lupe im Fo verwendet um diese kleiner darzustellen.
 */
.item-detail .item-detail-header .content .title > h5 > .subtitle, .item-detail .item-detail-header-top .content .title > h5 > .subtitle {
    font-size: 0.789999em;
    color: #000;
    margin-left: 5px;
}

.item-detail .item-detail-header .content .action-button-row > * > .action-button-group, .item-detail .item-detail-header-top .content .action-button-row > * > .action-button-group {
    margin-right: 20px;
}

.item-detail .item-detail-header .content .action-button-row > * > .action-button-group > .action-button, .item-detail .item-detail-header-top .content .action-button-row > * > .action-button-group > .action-button {
    margin-right: 3px;
    text-decoration: none;
}

.item-detail .item-detail-content {
    padding: 0 8px 8px 8px;
}

.item-detail .item-detail-content.align-left {
    padding: 0 8px 8px 0px !important;
}

.item-detail .item-detail-content.item-detail-content--background {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
    margin: 16px 7px 0 7px;
}

.item-detail .item-detail-content a,
.item-detail .item-detail-content a:hover,
.item-detail .item-detail-content a:focus,
.item-detail .item-detail-content a:active,
.item-detail .item-detail-content a:visited {
    color: #0000ff;
    text-decoration: underline;
}

.item-detail .item-detail-content p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.item-detail .item-detail-content p:last-child {
    margin: 0;
}

.item-detail .item-detail-content > div > p {
    margin-bottom: 2px;
}

.item-detail .item-detail-content p:not(:first-child),
.item-detail .item-detail-content p:not(:last-child),
.item-detail .item-detail-content hr:not(:first-child),
.item-detail .item-detail-content hr:not(:last-child),
.item-detail li p {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.item-detail .item-detail-content ul:not(.navigation-tabs) > li,
.item-detail .item-detail-content ol > li {
    margin-left: 1.4em;
}

.item-detail .item-detail-content:after {
    content: "";
    display: table;
    clear: both;
}

.item-detail .item-detail-content .detail-row {
    margin-bottom: 10px;
}

/*
 Wird aktuell nicht mehr verwendet, da die .detail-rows
 derzeit nicht mehr in Verwendung sind (in dieser Form).
 */
.item-detail .item-detail-content .detail-row > h6 {
    font-size: 0.98999em;
    font-style: inherit;
    line-height: 1.25;
    color: #172B4D;
    font-weight: 600;
    letter-spacing: -0.006em;
    text-decoration: underline;
}

/* Schriftgröße ist in ckEditor auf 110% gesetzt, hier analog mit 1.1rem */
.item-detail .item-detail-content .detail-row > * {
    font-size: 1.1rem;
}

.item-detail .item-detail-content .detail-row > * dl.row:first-child {
    margin-top: 0px;
    margin-bottom: 8px;
}

.item-detail .item-detail-content .detail-subrow > * dl.subrow:first-child {
    margin-top: 0px;
    margin-bottom: 4px;
}

.description-list-container .content-panel {
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 660px;
    max-height: 660px;
    overflow-y: auto;
}

.description-list-container * dl.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.description-list-container * dl.subrow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.description-list-container * dl.rowsub {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.description-list-container * dl.rowsubinner {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.description-list-container * dd {
    padding: 0;
}

.description-list-container * dl {
    width: 100%;
}

.description-list-container * dl.rowsub {
    width: 90%;
}

.description-list-container * dl.rowsubinner {
    width: 80%;
}

.description-list-container * dt {
    float: none;
    width: 100%;
    font-size: 1.2em;
    color: #172B4D;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: -0.006em;
}

.description-list-container * dt.sub {
    float: none;
    width: 100%;
    font-size: 1.0em;
    color: #172B4D;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -0.006em;
}

.description-list-container * dt.subinner {
    float: none;
    width: 100%;
    font-size: 0.6em;
    color: #172B4D;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -0.006em;
}

.item-detail .item-detail-content .detail-row * .note {
    background-color: rgba(255, 229, 100, 0.3);
    padding: 5px 0px 5px 0px;
}

.item-detail .item-detail-content .detail-row * .note:before {
    content: "";
    display: table;
    clear: both;
    border-left-color: #ffe564;
    border-left-width: 9px;
    border-left-style: solid;
}

.item-detail .item-detail-content .detail-row dd > ul,
.item-detail .item-detail-content .detail-row dd > ol {
    margin-left: 1.2em;
}

.item-detail .item-detail-content .detail-row .list {
    list-style-type: none;
}

.item-detail .item-detail-content .detail-row .list .list-item {
    list-style-type: none;
}

.item-detail .item-detail-content .detail-row .list .list-item > .text {
    display: inline-block;
    vertical-align: super;
    margin-left: 10px;
}

.item-detail .item-detail-content .detail-row .list .list-item > span > a {
    text-decoration: none;
}

.item-detail .item-detail-content .detail-row > ol,
.item-detail .item-detail-content .detail-row > ul {
    padding-left: 15px;
}

/* "tab-control" das vllt. auch für andere Themen eingesetzt werden kann */

.tabbed-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(244, 245, 247);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-top: 8px;
}

.tabbed-content-small {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(244, 245, 247);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .15rem;
    margin-top: 8px;
}

.tabbed-content .tab-header {
    padding: .5rem .5rem 0rem 1.2rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.no-tab-border {
    border-bottom: none !important;
}

.tabbed-content .tab-header .navigation-tabs {
    border-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 -.625rem;
    list-style: none;
}

.tabbed-content .tab-header .navigation-tabs .tab {
    margin-bottom: -1px;
}

.tabbed-content .tab-header .navigation-tabs .tab > a.tab-link {
    display: block;
    padding: 0.7rem 0.8rem 0.5rem 0.7rem;
    border: 1px solid transparent;
    border-top: 3px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.tabbed-content .tab-header .navigation-tabs .tab > a.tab-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #464679 #dee2e6 transparent;
}

.tabbed-content .tab-header .navigation-tabs .tab > a.tab-link:focus,
.tabbed-content .tab-header .navigation-tabs .tab > a.tab-link:hover {
    border-color: #464679;
    color: #0056b3;
}

.tabbed-content .tab-header .navigation-tabs .tab > a.tab-link > .badge {
    display: inline-block;
    padding: .20em .25em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #464679;
    font-size: 0.8rem;
    color: #fff;
}

.tabbed-content .tab-content-panels {
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 660px;
    max-height: 660px;
    overflow-y: auto;
}

.tabbed-content .tab-content-panels-big {
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 100px;
    max-height: none;
    overflow-y: auto;
}

.tabbed-content .tab-content-panels-small {
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 660px;
    max-height: 660px;
    overflow-y: auto;
}

div.no-border-fieldset > fieldset {
    border: 0 !important;
}

div.header_div_top {
    border-top: 1px solid #808074 !important;
}

td[headers='orgunit'] {
    font-weight: bold;
}

span.selectAction > span > input[type=submit], span.selectAction > span > input[type=button] {
    padding-top: 5px;
}

/* Busy Button Outlook Connector */
button.checkBusyBtn {
    border: 0;
    background-color: transparent;
    width: 26px;
    height: 26px;
}

.tab-wdb > dl > dd > table {
    table-layout: fixed !important;
}

.tab-wdb > dl > dd > table > tr > td {
    word-wrap: break-word !important;
}

div.vis-tooltip {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    white-space: nowrap;
    color: #000000;
    background-color: #f5f4ed;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;

    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;

    z-index: 5;
}

.receiver-search {
    cursor: pointer;
}

.body_div_middle {
    width: 29%;
    float: left;
}

/* Tagesinfo-Anzeige */

/* Listenelemente in Tagesinfoanzeige auch eingerückt zeigen je nach Ebene */
#validDailyInfosSearchResult ul {
    padding-left: 20px !important;
    margin-left: 0px !important;
}

/* Grid Layout */
.tableTop {
    vertical-align: top;
}

.p45 {
    width: 45%;
}

/* Linkeinfärbung bei Nutung von Stilen */
.custom_style_title_red > a {
    color: red;
    text-decoration: underline;
}

.custom_style_text > a {
    color: #000000 !important;
}


.custom_style_text_red > a {
    color: red !important;
}

.custom_style_text_blue > a {
    color: blue !important;
}

.custom_style_text_green > a {
    color: #339966 !important;
}

.custom_style_yellow_marked > a {
    color: #000000;
    background-color: #FFFF00;
}

.mailto {
    vertical-align: middle;
    padding-right: 2px !important;
    margin: 2px !important;
}

.dial {
    vertical-align: middle;
    padding-right: 2px !important;
    margin: 2px !important;
}

div.search.popup {
    border: none !important;
}

/* Druckansicht Organisationen */
#etbSearchResult h3 {
    font-size: 100% !important;
}

#etbSearchResult h4 {
    font-size: 100% !important;
}

#etbSearchResult h5 {
    font-size: 100% !important;
}

div.printview {
    display: grid;
    width: 100%;
    grid-template-columns: 39% 19% 9% 9% 9%;
    grid-gap: 1px;
}

div.printview > col1 {
    grid-column: 1 / 5;
    grid-row: 1;
}

div.printview > col2 {
    grid-column: 2 / 5;
    grid-row: 1;
}

div.printview > col3 {
    grid-column: 3 / 5;
    grid-row: 1;
}

div.printview > col4 {
    grid-column: 4 / 5;
    grid-row: 1;
}

div.printview > col5 {
    grid-column: 5 / 5;
    grid-row: 1;
}

img.btnimprove {
    cursor: pointer;
    padding-top: 1px;
}

div.btnimprove {
    position: fixed;
    top: 0px;
    right: 2px;
    width: 26px;
    height: 26px;
}

.table tr.otherlevel td {
    color: #666;
    background-color: #e4e4e4;
    border-bottom: 1px solid #c9c9c9;
}

.table tr.firstlevel td {
    color: #333;
    background-color: #e4e4e4;
    border-bottom: 1px solid #c9c9c9;
}

.search select.xlplus {
    width: 69.6%;
}

.search input.xlplus {
    border: 1px solid #8b9dc6;
    width: 68.2%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.search input.mplus {
    border: 1px solid #8b9dc6;
    width: 59.1%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    font-family: Arial;
    font-size: 0.9em;
    float: left;
}

.search label + div.xlplus {
    float: left;
    border: 1px solid #8b9dc6;
    background-color: #fbfbd3;
    width: 68.7%;
    padding: 3px 5px;
    margin: 0 0 10px 0;
    white-space: inherit;
    font-size: small;
}

.search label + div.xlplus.ckeditor_container {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 100%;
    white-space: normal;
}

#kdbDiffViewTopAnchor > table.doctable > tbody > tr > td {
    border-bottom: none !important;
}

#notice-actions > a {
    text-decoration: none !important;
}

.ui-autocomplete {
    max-height: 200px; /* Maximale Höhe der Vorschlagsbox */
    overflow-y: auto; /* Scrollleiste hinzufügen, wenn die Höhe überschritten wird */
    border: 1px solid #ccc; /* Rand hinzufügen */
    background-color: #fff; /* Hintergrundfarbe ändern */
    font-family: inherit;
}

.ui-menu-item {
    list-style: none; /* Listenpunkte entfernen */
    padding: 8px; /* Innenabstand hinzufügen */
    font-family: inherit;
    font-size: 0.9em !important;
}

.ui-menu-item:hover {
    background-color: #f0f0f0; /* Hintergrundfarbe bei Hover ändern */
}

.div-class-even {
    background-color: #fff !important;
}

.div-class-odd {
    background-color: #f2f2f2 !important;
}


/*
Chrome erzeugt an den Tel-Links im Fo/Wissenssuche automatisch ein rotes Telefon.
Mit den beiden folgenden Selektoren wird das Telefon versteckt/ausgeblendet, wir haben ja unser eigenes Icon.
*/
a[href^="tel:"]::before {
    content: none !important;
    display: none !important;
}

a[href^="tel:"] {
    text-decoration: none;
}

.description-list-container * dl.subrow {
    margin-top: 5px;
    margin-bottom: 5px;
}


.description-list-container * dt.rowsub {
    float: none;
    width: 100%;
    font-size: 1.0em;
    color: #172B4D;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: -0.006em;
}

.description-list-container * dd.rowsub {
    font-size: 0.90em;
}

/* Schriftgröße ist in ckEditor auf 110% gesetzt, hier analog mit 1.1rem */
.item-detail .item-detail-content .detail-row > dl:nth-child(1) > dd.rowsub {
    font-size: 0.9rem;
}
