* {
  margin: 0;
  padding: 0;
}
html {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  padding-top: 0px;
}
div.frame {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  max-width: 1200px;
}
body.home #main .cont{
  padding-left:0;
  padding-top: 0;
}
#header {
  background-color: #fff;
  padding-top: 0px;
  text-align: center;
  height: 140px;
  border-bottom: 8px solid #346095;
  background-image: url(bg_header.jpg);
  background-repeat: repeat-x;
  margin-top: 25px;
}
.smallHead #header {
  height: 38px;

}
#header .cont {
  margin: 0 auto;
  width: 950px;
  position: relative;
  text-align: left;
}
#header h1 {
  margin-left: 0;
  color: transparent;
  font-size: 1px;
  height: 0px;
}
#logo {
  /* position: absolute; */
  top: 0px;
  left:0;
}
#header .subTitel {
  position: absolute;
  top: 110px;
  left: 22px;
  color: #666;
  font-size: 13px
}
#header .subTitel a {
  text-decoration: none;
  color: #fff;
}
div.frame {
  background-color: #fff;
}
#main .cont {
  padding: 60px 0px
}
#main .cont p {
  padding: .5em 0 0;
}
#main .cont p + p {
  padding-top: 1.5em;
}
#main .cont p:last-child {
  padding-bottom: 1.5em;
}
#main .cont form {
  padding-bottom: 1.5em;
  background-size: 3em;
}
#main .cont #frmRevision.loading {
  background-size: initial;
}

#main .cont h1,
#main .cont h2  {
  font-weight: normal;
  padding-bottom: .4em;
  line-height: 1.3em
}
#main .cont .waitingBox h2 {
  margin-top: 1.5em;
}
#main .cont .waitingBox > h2:first-child {
  margin-top: 0.5em;
}
#main .cont h1 +h2 {
  padding-top: 15px;
}
body.howTo .cont h2 {
  border-bottom: 1px solid #666;
  margin-bottom: .5em
}
#main p + h3,
#main p + h2,
#main ol + h1,
#main p + h1 ,
#main table + h1{
  padding-top: 2em;
}
body.contentPage #main table {
  width: 100%;
  border-collapse: collapse;
}
body.contentPage #main td,
body.contentPage #main th {
  padding: .5em;
  border-bottom: 1px solid;
}



#main .sTab.klimaaktiv blockquote {
  /* border: 1px solid #ffffff; */
  padding: 1em;
  background-color: #efefef;
  margin-top: 1em;
  margin-bottom: 2em;
}
#main .cert  .sTab.klimaaktiv blockquote {
  padding:initial;
  background-color: initial;
  margin-top:initial;
  margin-bottom: initial;
}

#main .cert .sTab.klimaaktiv th,
#main .cert .sTab.klimaaktiv td {
  border-bottom: 1px solid #ccc;
}

body.howTo #main .cont img {
  border: 1px solid #ccc;
  padding: 1px;
}


.cont ul,
.cont ol,
.cont .itemTitle .content ul {
  padding: 0 1.5em 1.5em;
}

#main .cont img.rechts {
  width: auto;
  float: right;
  padding: 0 0 15px 15px;
}
#main .cont img.links {
  width: auto;
  float: left;
  padding: 0 15px 15px 0;
}
#main .cont div.image {
  display: inline-block
}
#main .cont div.image img.rechts,
#main .cont div.image img.links {
  float: initial;
  padding: 0;
}
#main .cont div.image .imageCaption {
  padding: 0;
}
#main .cont div.imageCaption {
  background-color: #346095ff
}
#main .cont div.rechts {
  float: right;
  margin-left: 10px;
}
#main .cont div.links {
  float: left;
  margin-right: 19px;
}
#main .cont div.image .imageCaption {
  color: #fff;
  padding: .5em 1em ; 
  border: 1px solid #346095;
}

#main .cont a {
  color: #009
}
#main .cont a:visited {
  color: #609
}
#main .link {
  cursor: pointer;
}
#main .cont table + h2 {
  padding-top: 2em
}
.hidden {
  display: none;
}
a img {
  border: none;
}
.datum {
  clear: both
}
#stay {
  position: absolute;
  right: -20px;
  top: 290px;
}

dl {
  border: 3px double #ccc;
  padding: 0.5em;
}
dt {
  float: left;
  clear: left;
  width: 20px;
  text-align: left;
  font-weight: bold;
  color: red;
}
dt:after {
  content: " : ";
}
dd {
  margin: 0 0 0 30px;
  padding: 0 0 0.5em 0;
}




/* PAGES */
/* home */
body.home #main .cont {
  padding:0
}
body.home #main #cont2 {
  padding: 0 35px;
}

/* versionsmanagement */
#versionTable {
  width: 100%;
  border-collapse: collapse
}
#versionTable tr:hover td{
  background-color: #ccc
}
#main .cont #versionTable form {
  padding:0;
}
#main .cont #versionTable form fieldset{
  border: none;
}
#main .cont #versionTable form select {
  border: 1px solid #ccc;
}

/* ende versionsmanagement */


.impressum .cont table {
  width: 60%;
  margin-bottom: 40px;
}


.impressum hr {
  clear: both;
  visibility: hidden;
}

.registerInfo #main table td{
  vertical-align: top;
  padding: .2em .1em .2em 0;
}
.registerInfo #main table td+td {
  padding: 1.2em .1em .2em 1em;
}
.registerInfo #main table {
  margin-bottom: 20px;
}

.newsletter #main fieldset {
  border: none;
}
.newsletter #main input[type='text'] {
  width: 50%;
}
.newsletter #main .error {
  color: #f00;
}

.projekte #newBox,
.myHome #newBox {
  margin-top: 5px;
  margin-bottom: 15px;
}
.projekte #newBox fieldset {
  border: 1px solid #999;
  background-color: #aaa;
}
/* adm_user */
#userAdmin {
  width: 100%;
  border-collapse: collapse;
}
#userAdmin tr:hover td {
  background-color: #ddd;
}

/* adm_user ende */

#logoLeiste {
  padding-top: 20px;
  margin-top: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
#logoLeiste img.bunt {
  float: left;
}
#logoLeiste img.sw {
  position: absolute;
  top: 20px;
  left: 0;
  cursor: pointer;
}
#logoLeiste:hover img.sw {
  display: none;
}

/* PAGES END */



/* MENU TOP*/
.menuTop {
  position: absolute;
  top: -46px;
  text-align: right;
  font-size: 1.2em;
  padding-left: 0px;
  padding-top: 0px;
  height: 38px;
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  border-bottom: none;
  /* width: 548px; */
  right: 0;
  background-color: #fff;
  width: 76%;
}
#menuBox {
    padding: 0;
    margin: 0;
    border: 0;
    height: 38px;
}
#menuBox ul,
#menuBox li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menuBox ul {
    position: relative;
    /* z-index: 597; */
    z-index: 1000;
    position: relative;
}
#menuBox ul li {
    float: right;
    min-height: 1px;
    vertical-align: middle;
}

#menuBox #menu > li.subM a {
    padding-left: 15px;
    white-space: nowrap;
}

#menuBox #menu > li.subM > a:after {
    content: " \25BE";
}
#menuBox ul li.hover,
#menuBox ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
#menuBox ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}
#menuBox ul ul li {
    float: none;
}
#menuBox ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%;
}
#menu li:last-child ul li ul,
#menu li:nth-last-child(2) ul li ul  {
    left: -100%;
}
#menuBox ul li:hover > ul {
    visibility: visible;
}
#menuBox ul ul {
    bottom: 0;
    left: 0;
}
#menuBox ul ul {
    margin-top: 0;
}
#menuBox ul ul li {
    font-weight: normal;
}
#menuBox a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}
#menuBox > ul {
    /*! display: inline-block; */
}
#menuBox:after,
#menuBox ul:after {
    content: '';
    display: block;
    clear: both;
}

#menuBox a {
    color: #346095;
    padding: 0 .75em;
    text-decoration: none;
    font-size: 1.1em;
    font-family: Georgia,"Times New Roman",Times,serif;
}
#menuBox ul ul {
    text-transform: none;
    min-width: 250px;
    text-align: left;
}
#menuBox ul ul a {
    background: #346095;
    color: #FFF;
    border: 1px solid #333;
    border-top: 0 none;
    padding: 10px 15px;
    line-height: 1.3em;
}
#menuBox ul ul ul {
    border-top: 0 none;
}
#menuBox ul ul li {
    position: relative
}
#menuBox > ul > li > a {
    line-height: 40px;
    /*! font-size: 16px; */
}
#menuBox ul ul li:first-child > a {
    border-top: 1px solid #346095;
}
#menuBox ul ul li:hover > a {
    background: #a2b6cf;
    color: #000;
}
#menuBox ul ul li.subM > a:after {
    content: " \25BE";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
#menuBox ul li:hover > a {
    background: #346095;
    color: #fff;
}
#menuBox ul li > a.selected,
#menuBox ul li.active > a {
    background: #346095;
    color: #fff;
}
#menuBox ul ul li > a.selected {
  background-color: #93a7c0
  
}
#menuBox ul ul li.subM > a:after {
    content: " \25BE";
    margin-left: 5px;
}
#menuBox ul li.last-child ul {
    left: auto;
    right: 0;
}
#menuBox ul li.last-child ul ul {
    left: auto;
    right: 99.5%;
}

header nav {font-size: 14px;height: 35px;border-bottom: none;position: relative;background-color: #444444;}
header #menuBox {
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 4%;
    text-align: left;
}
/* END MENU TOP*/

/* MENU BOT */
.menuBot {
  padding: 5px 10px 15px 10px;
  border-top: 10px solid #fff;
  position: relative;
  background-color: #ebeff5;
}
#menuBot {
  list-style: none;
  padding: 0 20px 30px 20px;

}
#menuBot > li {
  width: auto;
  float: left;
  padding: 5px 15px 5px 0;
}
#menuBot li ul {
  list-style: disc;
  line-height: 1em;
  padding-left: 18px;
}
#footer .impressum a,
#menuBot a {
  text-decoration: none;
  color: #333;
  font-size: .9em;
}
#menuBot a:hover {
  text-decoration: underline;
}
#menuBot a.selected:hover {
  text-decoration: none;
}
#menuBot a.lev0 {
  text-transform: uppercase;
}
#menuBot a.selected {
  color: #047;
  font-weight: bold
}
.clear {
  clear:both;
}

#footer .impressum {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 50%;
  text-align: right;
  overflow: hidden;
}


/* END MENU BOT*/
/* MENU PATH */
#menuPath {
  position: relative;
  top: -5px;
  right: -20px;
  text-align: right;

}
/* END MENU PATH */
/* TOOLMENU */
#toolBox {
  position: absolute;
  top: -175px;
  margin: 0 auto;
  /* width: 780px; */
  z-index: 1001;
  right: 0;
}
.smallHead #toolBox {
  top:-73px;
}
ul.tools {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em;
}
ul.tools li {
  /* min-width: 110px; */
  float: left;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

ul.tools ul li.toolSubMenu span {
  padding-left: 1em;
  text-align: left
}
* html ul.tools ul { line-height: 0; } /* IE6 "fix" */
ul.tools ul a { zoom: 1; } /* IE6/7 fix */

ul.tools *.hover {
  background-color: none;
}
ul.tools a,
ul.tools li.toolSubMenu > span  {
  display: block;
  /* color: #fff; */
  padding: 0;
  text-decoration: none;
}

ul.tools li a:hover,
ul.tools li span:hover {
  cursor: pointer;
  background-color: #ebeff5;
  color: #900;
}
ul.tools a,
ul.tools li.toolSubMenu > span {
  display: block;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 10px 2px 10px;
}


ul.tools li {
  padding: 0;
  text-align: center;
}
ul.tools li.hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #000;
}
ul.tools ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style:none;
  background-color: #ebeff5
}
ul.tools ul li ul {
  position: relative;
  top: -26px;
  left: 100px;
  border: 1px solid #345;
  background-color: #234;
}


ul.tools li.hover,
ul.tools li.hover ul li {
  border: none;
}

ul.tools ul li a {
  text-align: left;
  padding-left: 1em;
}

ul.tools ul li { float: none; }
ul.tools ul ul { top: 0; }

ul.tools span.selected,
ul.tools a.selected {
  background-color: #fff;
  color: #346095;
}
ul.tools a.selected:hover {
  background-color: #fff;
  color: #346095;
}

#adminMenu {
  display: block;
}
#adminMenu.adminMenuHidden {
  display:none;
}

/* END TOOLMENU */


#footer .cont {
  padding: 10px 30px;
}

.datum {
  font-size: .8em;
  text-align: right;
}

/* REGISTRIERUNG */

.frmExt fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1em 0;
  padding: 0 0 10px 10px;
}

.frmExt legend {
  display: none;
}

.frmExt input.long,
.frmExt textarea {
  width: 95%;
}
.frmExt input.middle {
  width: 50%
}
.frmExt input.short {
  width: 10%
}
.frmExt .fsAgb ,
.frmExt .title {
  font-weight: normal;
  color: #666;
  line-height: 1.4em;
  margin-top: .5em;
}
.frmExt ul.consultant {
  margin: 5px 0 15px 0;
  padding: 0 0 0 20px;
  list-style-type:none;
}
.frmExt .noBorder {
  border: none;
}
.frmExt p.required {
  padding:15px 0 0 0;
  margin: 0;
}
.frmExt p.required + p.required {
  padding-top: 0px;
}

.eMessage,.saved {
  color: #f00;
}
.frmExt .errorMsg,
.frmExt .msg {
  background-color: #fff;
  border: 1px solid #ccc;
}

#mToggle {
  display: none;
}

#debuggerBox {
  font-family: monospace;
  white-space: pre;
}
/* structure */
a.upload {
  display: block;
}
a.download {
  word-break:break-word
}
iframe.upload {
  overflow:hidden;
  border: none;
}
.cert .basicBox,
.cert .l0 {
  font-size: 16px;
}
.cert .l1 {
  font-size: 14px
}
/* verbergbarer text */
.toggleText {
  cursor: pointer;
  position: absolute;
  border-bottom: 2px solid rgb(0, 85, 136);
  padding: 0px;
  left:0;
  top:0;
  color: rgb(0, 55, 136);
}

/* ende verbergbarer text */
/*
ul.structure .hasDefault {
 background-color: #fee !important;
}
ul.structure .hasDefault:hover {
 background-color: #efefff !important;
}
*/

/* zBox */
.sTab.klimaaktiv div.ovBox {
  /* position: absolute; */
  /* top: 15px; */
  /* right: -102px; */
  /* right:0; */
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
}
div.zBox {
  background-color: #eee;
  /* border: none !important; */
  margin-right: 20px;
  padding: 0;
  width: 200px;
}
div.basicData {
  text-align: center;
  cursor: pointer;
}
div.version {
  display: none;
}
div.zBack  {
  text-decoration: none;
  margin-top: -1px;
  font-size: 10px;
  /* text-align: right; */
  /* width: 50%; */
  /* float: right; */
  display:none;
  margin-right: 13px;
  background-image: url(icon_ovBack.svg);
  color: transparent;
}
div.zAll {
  text-decoration: none;
  margin-top: 5px;
  font-size: 10px;
  width: 50%;
  float: left;
  cursor: pointer;
  display:none
}


.fsStruct .iS .hBox .help {
  padding-left:0;
  font-size: .8em
}

.fsStruct .item {
  /* min-height: 2em; */
  /* padding-top: .75em; */
  /* align-items: baseline; */
  /* padding-bottom: .5em; */
}
.bTab.item {
  align-items: center;
}
/* ende structure */

/* formCreator */
form.fCform .propertiesCtl {
  width: 694px;
}

/* versionCompare */
#vCompare fieldset {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 1em 0
}

#toc {

  margin: 0 0 2em 2em
}


/* printBox */

#main .cont #printCtl {
  border-bottom: 2px solid rgb(0, 85, 136);
  position: absolute;
  top:0;
  right: 0px;
  text-decoration: none;
  color: #369;
  padding-left: 0px;
  padding-right: 0;
  background-image: none;
  font-size: 1em;
}
#main .cont #printCtl::after {
  content: '  \25BC';

}
#main .cont #printCtl.pB-open::after {
  content: '  \25B2';
}
#main .cont #closePrintBox {
  position: absolute;
  top:5px;
  right: 5px;
  width: 20px;
  overflow: hidden;
  color: transparent;
  background-image: url(close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid #ddd;
}
#main .cont #printBox {
  position: absolute;
  top:20px;
  border: 2px solid #369;
  z-index: 500;
  background-color: #fff;
  /* height: 110%; */
  /* margin-left: 195px; */
  padding: .5em 30px;
  display: none;
}
.printTab {
    border: none;
    margin-bottom: 1em;
    padding: 2em;
}
#printBox.loading {
  background-image: url(icon_loading.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#printBox.loading * {
  visibility: hidden;
}
#printBox p {
  padding-bottom: 0;
}
#main #printBox p + p {
  padding:0;
}
#printBox ul {
  padding: .5em 0 1em 15px
}
#printBox ul ul li:last-child {
  padding-top: 0;
}
#printBox > ul li:last-child {
  padding-top: 2em
}
/* fuer adm_projekt.htm */

table.project .prj_public,
table.project .prjPub {
  display: none;
}
body.projektePruefen table.project {

}
body.projektePruefen thead tr th:setComplete,
body.projektePruefen thead tr th:prjBack,
body.projektePruefen thead tr th:first-child {
  width: 25px;
  max-width: 25px;
}
body.projektePruefen thead tr td.prj_name,
body.projektePruefen thead tr th.prj_name {
  width: 49%;
}
body.projektePruefen thead tr th.prj_user {
  width: 20%;
  min-width: 20%;
}
body.projektePruefen thead tr th.version {
  width: 11%;
}
body.projektePruefen thead tr th.date {
  width: 10em;
}



/* alert */
.ui-dialog .ui-dialog-buttonpane button {
  padding: .5em;
}
.ui-widget-content {
  border: none;
}
/* ende alert */

/* LOADING STRUCTURE */
#sLoading div {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 3em;
  font-weight: 200;
  position: fixed;
  top:0;
  left: 0;
  background-color: #ffffffee;
  z-index: 10000;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
#sLoading img {
  position: fixed;
  z-index: 10001;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
}

/* loading structure ende */

/* STRUKTUR ICONS */
.fsStruct .noNGrp .nGrp,
.fsStruct .nGrp.vis {
  /* background-image: url(icon_ok_dgreen.svg); */
}

.sTab .fsStruct .fileInputButton span {
  /* background-image: url(icon_upload.svg); */
  /* background-size: 1.1em; */
  /* display: block; */
  /* cursor: pointer; */
}

.fsStruct .crit .hBox .help:hover {
  /* background-image: url(icon_help_orange.svg); */
  /* background-size: 1.2em; */
  /* text-decoration: underline; */
  /* color: #fb0; */
}
.fsStruct .iS .hBox .help.hOpen {
  background-image: url(icon_cross_black.svg);
  background-color: #fff;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.fsStruct .iS .hBox .help.hOpen + .helpBox {
  margin-top: 20px;
  background-color: #fff;
  padding: .5em 1.5em 1em;
}
.fsStruct .crit .hBox .help{
  /* background-image: url(icon_help.svg); */
  /* background-size: 1.2em; */
}  

.fsStruct .crit .hBox .hOpen.help:hover,
.fsStruct .crit .hBox .hOpen.help:hover,
.fsStruct .crit .hBox .hOpen.help,
.fsStruct .crit .hBox .hOpen.help {
  /* background-image: url(icon_cross_black.svg); */
}
/* ende icons */
/* schriftgroesse helpbox */
ul.structure li .item .helpBox {
  font-size: 1em;
}
/* ende schriftgroesse */

/* WIDTH OF ITEMNAME, AKTPOINTS, MAXPOINTS, NGRP */
.bTab .itemName,
ul.structure .item .itemName {
  /* width: 4.5em; */
  /* padding-left: .5em; */
  /* width: 61px; */
  /* padding-left: 6px; */
}

.bTab .aktPoints,
.bTab .maxPoints,
ul.structure .item .aktPoints,
ul.structure .item .maxPoints {
  /* width: 45px; */
  /* margin-right: 10px; */
  /* text-align: right; */
}
.fsStruct .lv0 .iS .itemTitle > span {
  padding-right: 0px;
  position: relative;
  display: inline;
}


.bTab .maxPoints,
ul.structure .item .maxPoints {
  /* text-align: right; */
  /* margin-right: 0em; */
}


.fsStruct .noNGrp .nGrp {
  /* border: 1px solid #999; */
  /* background-size: 12px; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
}
.sTab.klimaaktiv .fsStruct .must .itemTitle::after,
.sTab.klimaaktiv .fsStruct .mustN .itemTitle::after  {
  /* right: 10px; */
  /* padding-right: 10px; */
  /* font-size: 15px; */
}
.sTab .fsStruct .lv0 .itemTitle {
  /* margin-right: 10px; */
}

/* ende width */


/* NAVIGATION IN DER STRUKTUR */
ul.structure .item {
  /* display:none; */
  /* padding-right: .5em; */
}
ul.structure .item.l0 {
  /* display: flex; */
}

div.sTab {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
div.sTab .fsStruct {
  flex: 1;
}
.basicBox {
  /* margin-left: 236px; */
}



/* ende punkte-uebersicht */

/* SIEGEL */







/* allways top*/
.cert .basicBoxFixed {
  /* background-color:#fff; */
  /* margin:0; */
  /* margin-left: 235px; */
  /* position: fixed; */
  /* z-index: 100; */
  /* border-bottom:1px solid #ccc; */
  /* border-right: 1px solid #fff; */
  /* border-left: 1px solid #fff; */
}
#versionSwitch.vSwFixed {
  background-color:#fff;
  margin:0;
  position: fixed;
  z-index: 101;
  top: 0px;
  border-bottom:1px solid #ccc;
}
.cert .strFixed{
  /* margin:0; */
  /* position: fixed; */
  /* z-index: 100; */
  /* top: 41px;*/
}

/* allways top ende */


* AUDIT */
body form.cert.audit ul.structure .item.crit:hover {
  background-color:#ccc;
}
body form.cert.audit .iS .nGrp {
  /* display: block; */
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 1em;
  padding: .5em;
}
.cert.audit .adt {
  /* display: initial; */
}
.cert.audit .adt.aOk {
  /* visibility: hidden; */
  /* border: 1px solid #ccc; */
  /* background-color: #fff; */
}
.cert.audit .adt {
  /* height: 20px; */
  /* width :20px; */
  /* margin-top: 0; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* visibility: visible; */
}
.cert.audit.auditor.auditEdit .iS .adt.aOk {
  /* cursor: initial; */
}
.cert.audit.usr .adt.anmOk,
.cert.audit.auditor.auditEdit .adt.aOk,
.cert.audit.auditor.auditEdit.auditNodeCheck .iS .adt.aOk {
  /* cursor: pointer; */
}

.cert.audit.auditor.auditEdit .basicBox .adt,
.cert.audit.auditor.auditEdit .basicBox .adt.aeEv,
.cert.audit .basicBox .adt {
  /* cursor: initial; */
}
.cert.audit.auditor.auditEdit .basicBox .adt.aeEv {
  /* background-image: none; */
}


.cert.audit .item .adt {
  /* margin-top: .2em; */
  /* margin-right: 3px; */
}
.cert.audit .item .adt.loading {
  /* background-image:url(icon_loading.svg); */
  /* background-size: 20px; */
}
.cert.audit .adt.aNeed {
  /* visibility: visible; */
}


body .cert .adt.aOk.aOkOk {
  /* background-image: url(icon_checkmark_black.svg); */
  /* background-size: 18px; */
  /* background-position: center; */
}
body .cert .adt.aOk.nodeAOk {
  /* background-image: url(icon_checkmark_black.svg); */
  /* background-size: 16px; */
  /* background-position: center; */
}

body .cert .iS.l0 .adt.aOk {
  /* margin-top: 0; */
  /* background-color: #fff; */
}

body .cert .bTab .adt.aOk {
  /* border: none; */
}
.cert.audit.auditor .bTab .adt.aOk.aNeed,
.cert.audit.usr .bTab .adt.aOk.aNeed {
  /* border: 1px solid #ccc; */
}
body table.project .aComplete {
  background-image: url('icon_aComplete.svg');
  background-size: 18px;
}
table.project .rd6 {
  background-image: url(icon_ready6.svg);
  background-size: 14px;

}
table.user.project col.objektTyp {width: 160px;}
table.user.project col.versionNameAndTyp {width: 140px}
table.user.project col.prjPoints1 {width: 70px;}
table.user.project col.prjStatus {width: 45px;}
table.user.project td.prj_name,
table.user.project td.prj_name + td {
  word-break: break-word;
  hyphens: auto;
}

table.user.project th.prj_points.taxonomie {
    /* visibility: hidden; */
    padding-right: 0;
    width: 5px;
    /* color: transparent; */
    background-image: none;
}
table.user.project td.points.taxonomie {
    /* visibility: hidden; */
    width: 5px;
    color: transparent;
}
table.user.project col.taxonomie {
  visibility: hidden;
  width: 0px;
}
table.user.project th {
  /* text-align: left; */
}


/* audit anmerkungen */
.cert.audit .ae {
  /* padding:0; */
  /* background-size: 18px; */
  /* background-color: transparent; */
  /* border: none; */
  /* visibility: visible; */
}

.cert.audit.auditor.auditEdit .aeEv {
  /* background-image: url(icon_comment.svg); */
}
.cert.audit.auditor.auditEdit .aeEv.anmOk,
.cert.audit.auditor.auditEdit .aeEv.anmOk:hover,
.cert.audit.auditor.auditEdit .aeEv.anmOk.nodeAnm,
.cert.audit.auditor.auditEdit .aeEv.anmOk.nodeAnm:hover {
  /* background-image: url(icon_comment_f00.svg); */
  /* cursor: pointer; */
}
.cert.audit.auditor.auditEdit .aeEv.nodeAnm:hover {
  /* background-image: url(icon_comment_hl.svg); */
}
.cert.audit.auditor.auditEdit .basicBox .adt.aeEv.nodeAnm,
.cert.audit.auditor.auditEdit .aeEv.nodeAnm {
  /* background-image: url(icon_comment_down.svg); */
  /* cursor:initial; */
}

.cert.audit.auditor.auditEdit .aeEv:hover {
  /* background-image: url(icon_comment_hl.svg); */
  /* cursor: pointer; */
}


/* auditor mit view */
.cert.audit.auditor.auditView .aeEv {
  background-image: initial
}
.cert.audit.auditor.auditView .aeEv.anmOk,
.cert.audit.auditor.auditView .aeEv.anmOk:hover,
.cert.audit.auditor.auditView .aeEv.anmOk.nodeAnm,
.cert.audit.auditor.auditView .aeEv.anmOk.nodeAnm:hover {
  /*! background-image: url(icon_comment_f00.svg); */
  cursor: pointer;
}
.cert.audit.auditor.auditEdit .aeEv.nodeAnm:hover {
  /* background-image: url(icon_comment_down.svg); */
}
.cert.audit.auditor.auditView .aeEv.nodeAnm,
.cert.audit.auditor.auditView .aeEv.nodeAnm:hover{
  /*! background-image: url(icon_comment_down.svg); */
  cursor:initial;
}

.cert.audit.auditor.auditView .aeEv:hover {
  background-image: initial;
  cursor: pointer;
}

/* user */
.cert.audit.usr.auditView .aeEv {
  /* background-image: initial */
}
.cert.audit.usr.auditView .aeEv.anmOk,
.cert.audit.usr.auditView .aeEv.anmOk:hover,
.cert.audit.usr.auditView .aeEv.anmOk.nodeAnm,
.cert.audit.usr.auditView .aeEv.anmOk.nodeAnm:hover {
  /* background-image: url(icon_comment_f00.svg); */
  /* cursor: pointer; */
}
.cert.audit.usr.auditEdit .aeEv.nodeAnm:hover {
  background-image: initial
}
.cert.audit.usr.auditView .aeEv.nodeAnm,
.cert.audit.usr.auditView .aeEv.nodeAnm:hover{
  /* background-image: url(icon_comment_down.svg); */
  /* cursor:initial; */
}

.cert.audit.usr.auditView .aeEv:hover {
  background-image: initial;
  cursor: initial;
}


/* audit anmerkungen ende */
body form.cert.audit .enabledOkCheck .iS.withNGrp .nGrp {
  /* background-color: #ccc; */
}
.fsStruct .withNGrp .nGrp:after {
  /* content: ' '; */
  /* width: 20px; */
  /* height: 20px; */
  /* border: 1px solid #999; */
  /* position: absolute; */
  /* top: -1px; */
  /* left: -1px; */
}
body form.cert.audit .noNGrp .nGrp,
body form.cert.audit #nGrp3,
body form.cert.audit #nGrp5,
body form.cert.audit .basicBox .nGrp.vis,
body form.cert.audit .iS.withNGrp .nGrp.vis,
body form.cert.audit .iS .nGrp.vis {
  /* background-color:#ccc; */
  /* background-image: url(icon_checkmark_trans.svg); */
}
body form.cert.audit .basicBox .itemTitle,
body form.cert.audit li .itemTitle,
body form.cert.audit ul.structure li .itemTitle,
body form.cert.audit ul.structure li div.item.l0 .itemTitle {
  /* position: relative; */
}


/* auditAdmin-Tabellen */
body.projektePruefen #header .cont,
body.projektePruefen div.frame {
  width: 80%;
}

#waitingBox {
  padding: 2em 0;
}
#waitingBox h3 {
  margin-top: 2em;
}
#waitingBox button.dt-button {
  /* visibility: hidden; */
}


table.project.audit th.date {
  white-space: nowrap
}
table.project.audit td.prj_readyVal {
  width: 100px;
  min-width: 80px;
  background-repeat: no-repeat;
  background-position: center right;
  color:transparent;
  font-size: 0;
}
table.project.audit td.rdVal2 {
  background-image: url(bg_rdVal2.png);
}
table.project.audit td.rdVal1 {
  background-image: url(bg_rdVal1.png);

}

table.project.audit .prjBack ,
table.project.audit .setComplete {
  min-width: 25px;
  width: 25px;
  background: none;
  cursor: initial;
}
table.project.audit .setComplete span,
table.project.audit .prjBack span {
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #ccc;
  cursor: pointer;
}
table.project.audit tr:hover .setComplete span,
table.project.audit .prjBack span {
  background-color: #fff;
}
table.project.audit .setComplete span {
  background-image: url(icon_checkmark_f00.svg)
}
table.project.audit .prjBack span {
  background-image: url(icon_return.svg);
}
#main .cont table.project.audit form.auditorAdmFrm {
  padding-bottom: 0px;
}
/*auditAdmin-Tabellen ende */

/* AUDIT ENDE */

/* new project form */
form.newProject {
  border: 1px solid #ccc;
  margin: 1em 0;
  display: flex;
  justify-content: flex-start;
}
form.newProject legend {
  border: none;
  padding: 1em 0 0 0;
  margin: 0;
  width: auto;
  text-transform: initial;
}

form.newProject fieldset {
  padding: 1em 1em 1em 1em;
  border:none;
  flex: 1;
}
form.newProject fieldset.ctl {
  flex: 1;
  width: 100%;
}
form.newProject fieldset.ctl {
  border: none;
  margin-top: 2.5em;
}
form.newProject div.ctl {
  display: flex;
}
fieldset.nameOnly input {
  width: 100%;
  line-height: 1.5em;
  padding: .2em;
}
form.newProject select.versionSwitch {
  padding: .4em;
}
form.newProject select.versionSwitch {
  /* width: 30%; */
}
div.nameOnly {
  display:flex;
  width: 100%
}
div.nameOnly div.projectName {
  flex: 1;
}
#newProjectForms.loading {

  background-image: url(icon_loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
#newProjectForms.loading * {
  visibility:hidden;
}
form.newProject div.newProject {
  display: flex;
  flex-direction: row;
}
form.newProject fieldset input[type=text] {
  flex: 1;
}
form.newProject fieldset input[type=submit] {
  background-color: #555;
}
form.newProject input[type=reset],
form.newProject input[type=submit] {
  background-color: #555;
  color: #fff;
  border: 1px solid;
  border-radius: 2px;
  padding: .5em;
  cursor: pointer;
  margin-left: .2em;
}
form.newProject fieldset input[type=reset]:hover,
form.newProject input[type=submit]:hover {
  background-color: #356399;
}
/* ende new project form */
/* AUTH-FORM */
#authFormBox {
    text-align: left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
    background-color: #ffffffee;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    padding-top: 100px;
    align-content: flex-start;
    justify-content: flex-end;
    display: flex;
    display: none;
}

#authFormBox.open {
    display: flex !important;
}

#authForm {
    width: 500px;
    margin: 0px auto;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #666;
}

#authForm label {
    display: block;
    margin-top: 0.5em;
}
#authForm input[type=text],
#authForm input[type=password] {
    width: 100%;
    line-height: 1em;
    font-family: monospace;
    padding: .5em;
    font-size: 1em;
    box-sizing: border-box;
}
#authForm input[type=submit] {
    /* line-height: 2em; */
    padding: .5em;
    margin: 2em 0 1em;
    /* font-size: 1em; */
}

#authFormBoxClose {
    width: 498px;
    line-height: 26px;
    margin: 0px auto;
    /* border-bottom: 1px solid #2f6977; */
    /* border-right: 1px solid #2f6977; */
    /* border-left: 1px solid #2f6977; */
    background-color: #666;
    text-align: right;
    padding: 14px 12px;
}

#authFormBoxClose img {
    cursor: pointer
}

#authForm #noPwd {
    cursor: pointer;
    color: #2f6977;
    text-decoration: underline;
}
#authForm #noRegistration a:hover,
#authForm #noPwd:hover {
    text-decoration: none;
}
#authForm .hidden {
    visibility: hidden;
}

#authForm #enterEmail {
    display: none
    /* text-decoration: underline; */
    /* cursor: pointer; */
    /* color: #2f6977; */
}

#authForm #pwdRequest, #authForm #noRegistration {
    padding-top: .5em;
    /* width: 45%; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
#authForm #noRegistration a {
    color: #2f6977;
    text-decoration: underline;
}

/* END AUTH-FORM */
/* registrierungsformular */
form.userFrm fieldset {
  padding: 0;
  border:none;
}
form.userFrm .title {
  width: 300px;
  float: left;
}
form.userFrm .itm {
  clear: left;
  background-color: #eee;
  margin: 2px 0;
  padding: 8px;
}
form.userFrm .ckbItm input {
  margin: 10px 0 0 0;
}
form.userFrm .ckbItm input.rechAdr {
  margin-left: 10px;
}
form.userFrm select,
form.userFrm input {
  padding: .5em
}
form.userFrm input.short {
  width: 100px;
}
form.userFrm input.middle {
  width: 250px;
}
form.userFrm input.long {
  width: 480px;
  width: 100%;
  box-sizing: border-box;
}
form.userFrm legend {
  font-weight: bold;
  padding-top: 1em;
}
form.userFrm .Radr {
  display: none;
}

#noRegistration {
  display: none;
}

