@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    src: url('Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    src: url('Roboto-LightItalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-MediumItalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    font-weight:  100;
}


.homePage h2 {
    /* font-family: 'Roboto'; */
    font-weight:normal;
    color: #ce2000;
    font-size: 2em;
    font-weight: 100;
    padding-bottom: .5em;
    line-height: 1.1em;
}
.homePage #main > .text > h2 {
    margin-top: .25em;
}
.homePage p + h2 {
    padding-top:1.7em;
}

.homePage h3 {
    font-family: sans-serif;
    font-weight:normal;
    padding-bottom: .5em
}
.homePage p + h3 {
    padding-top:1.7em
}

.homePage ol, 
.homePage ul {
    padding-left: 18px;
}
.homePage li {
    padding: 0;
}
.homePage p {
    padding: .5em 0;
}

.slide .caption {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* margin-top: 10px; */
    font-size: .9em;
}

.autoProjekt div.slide p {
    max-height: 490px;
    height: 490px !important;
    overflow: hidden;
}
.autoProjekt div.slide p img {
    height: 490px !important;
}
.homePage td {
    padding: .5em;
}
.homePage .toggleText {
    text-align: right;
    color: #cc2b20;
    font-weight:400;
    background-image: url(arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right:20px;
    cursor: pointer;

}
body.qualities .homePage table {
    margin: 1.5em 0;
}
body.qualities .homePage td{
    vertical-align: top;
    border-bottom: 1px solid #eee;
}
body.qualities .homePage td:first-child {
    padding-left:0;
    border-right: 1px solid #eee;
}
#mainBox {
    max-width: 860px;
    margin: 0 auto;

}
strong {font-weight: 400}

#topBox {
    display: flex;
/* font-size: 14px; */
}
#topBox header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}
/* Hauptnavigation */
#topNav nav ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    /* background-image: url(arrow-down.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right 50%; */
    /* padding: 0 15px 0 0px; */
    font-style: normal;
    color: #444;
}

.topNav {
    display: flex;
    flex-direction:column;
    justify-content:space-between
}

#topNav nav {
    padding: 0 0 6px 0;
}

#topNav nav a:hover {
    color: #a41f15;
    
}
#topNav nav a.selected {
    color: #d32100
}
#topNav nav .active  a.selected {
   text-transform: uppercase;
   font-weight: 400; 
}

/* ende hauptnavigation */

/* tool-menu */
#topTool ul.tools {
    justify-content: flex-start;
}

#topTool ul.tools a,
#topTool ul.tools span {
    text-decoration: none;
    color: #444;
    font-size: 13px;
}
#topTool li.toolSubMenu ul li:hover {
    border-bottom: 1px solid #f00;
}

#topTool ul.tools li.selected > span, 
#topTool ul.tools li.selected > a {
    font-weight: initial;
    color: #f00;
}
#topTool ul.tools li {
    padding: 10px 20px 0 0px;
}
#topTool ul.tools li:hover {
    border-bottom: 1px solid #f00;
}

#topTool li.toolSubMenu ul {
    display: none;
    position: absolute;
    border-left: 1px solid #ccc;
    list-style: none;
    top: 30px;
    left: -9px;
    padding: 0em 10px 0px 0px;
    box-shadow: 0 5px 5px -3px black;
    z-index: 1000;
}

#topTool li.toolSubMenu ul li{
    border-bottom: 1px solid #eee;
    padding: 5px 15px 5px 9px;
    background-color: #fff;
    white-space: nowrap;
}
#topTool li.toolSubMenu ul li:last-child {
    border-bottom: none;
}
#topTool li.toolSubMenu a{
    text-decoration:none;
    color: #666;
}
#topTool .lang + ul {
    min-width: 100px;
}


/* ende tool-menu */

#logoBox {
    max-width: 200px;
    margin: 0 0 6px 0;
}
#logoBox h1 {
    color: transparent;
    font-size: 0px;
}
#logoBox img {
    width: 100%;
    min-height:77px;
/* padding: 0 1em; */
}


/* slide */
#slide img {
    width: 100%;
}

/* ende slide */

/* main */
body.index #main {
    padding: 0 0 3em;
}

#main {
    padding: 0 0px 5em;
}


/* footer */
footer {
    border: 1px solid #ddd;
    padding: 1em 1em 0 1em;
    background-color: rgb(240,240,240);
    font-size: 12px;
    line-height: 1.5em;
}
footer h3 {
    padding-bottom: 1em;
    color: #222;
    font-weight: 300;
}
#uAreHere {
    display: none;
}

#siteMap h3 {
    background: linear-gradient(to bottom,#f7f7f7 0,rgba(255,255,255,1) 100%)!important;
}

footer div.row {
    display: flex;
    justify-content:space-between
}
footer div.row {
    padding: 1em 0;
}
footer div.row + div.row {
    margin-top: 0em;
}

/* social links */
footer #share {
    width: 20%;
    min-width:160px;
}
footer .iconList {
    display: flex;
    list-style:none;
    justify-content:space-between
}
footer .social {
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    border-radius: 2px;
}
footer .social:hover {
    background-color: #f00;
}
footer .social a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    font-style: 0px;
}
footer .social-linkedIn {
    background-image: url(icon_linkedIn.svg);
    background-size: 16px
}
footer .social-twitter {
    background-image: url(icon_twitter.svg);
}
footer .social-facebook {
    background-image: url(icon_facebook.svg);
}
footer .social-googleplus {
    background-image: url(icon_google-plus.svg);
}
footer .social-email {
    background-image: url(icon_email.svg);
}

/* ende social links */

/* auftraggeber */
#auftraggeber {
    width: 100%;
}

#auftraggeber ul {
    display: flex;
    list-style: none;
    justify-content: space-between
}
#logo1 {
    
}
#logo2 {
margin: 7px 0 0 90px;    
}
#logo3 {
margin-top: 25px;
}
/* ende auftraggeber */


/* copyright */

#copyright {
    display: flex;
}
#copyright ul.disclaimer {
    list-style:none;
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse
}
#copyRight {
    display: block;
    width: 220px;
}
ul.disclaimer li a {
    color: #222;
    line-height: 15px;
    padding: 0 8px;
    border-right: solid 1px #ababab;
    text-decoration:none;
}
ul.disclaimer li:first-child a {
    border:none;
}
/* ende copyright */



/* login form */
#authFormBox {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 5% 0;
    overflow:hidden;
    background-color: #eee;
    opacity: .95;
}
#authForm {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: left;
}
#authForm label{
    display: block;
}
#authForm input {
    width: 100%;
    min-height: 30px;
}
#authForm #login {
    margin-top: 20px;
}
#authForm #pwdRequest {
    margin-top: 20px;
}
#authForm #enterEmail {
    text-decoration:underline;
}
#authForm #pwdRequestLabel {
    text-decoration:underline;
}
#authFormBoxClose {
    position: fixed;
    top:5px;
    right: 5px;
    background-color: #;
    width: 25px;
    height: 25px;
    cursor:pointer;
}
#noPwd {
    line-height: 2em;
    cursor: pointer;
    text-decoration: underline;
}
#noRegistration {
    display:none;
}
#authForm .hidden {
    display: none;
}
/* ende login form */



/* user-form */


div.regStep1 {
 background-image: url("../upload/pic/reg_1.png"), url("../upload/pic/reg_2_grey.png"), url("../upload/pic/reg_3_grey.png");
 background-position: left 2em, center 2em, right 2em;
 padding-top: 120px;
}
div.regStep2 {
 background-image: url("../upload/pic/reg_1.png"), url("../upload/pic/reg_2.png"), url("../upload/pic/reg_3_grey.png");
 background-position: left 2em, center 2em, right 2em;
 padding-top: 120px;
}
div.regStep3 {
 background-image: url("../upload/pic/reg_1.png"), url("../upload/pic/reg_2.png"), url("../upload/pic/reg_3.png");
 background-position: left 2em, center 2em, right 2em;
 padding-top: 120px;
}


form.userFrm fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
form.userFrm legend {
    display: block;
    width: 100%;
    padding: 1.5em 0 0 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

form.userFrm .long{
    width: 99%;
}
form.userFrm .middle {
    width: 45%;
}
form.userFrm .short {
    width: 20%;
}
ul.structure .hasDefault {
    background-image: none;
}

.cert input,
.cert textarea,
form.userFrm input,
form.userFrm textarea {
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 3px
}
.cert input[type=image]{
    border:none;
    background: none;
    border-radius: initial;
    max-width: 26px;
}
.cert input[type=text],
form.userFrm  input {
    font-weight: 700;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px
}
.cert input::placeholder,
form.userFrm input::placeholder {
    font-weight: 100;
}
.cert textarea,
form.userFrm  textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 20px
}
.cert select,
form.userFrm select {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 40px 0 15px;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    background: linear-gradient(180deg,#f3f3f3 0,#fff);
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid rgba(0,0,0,.15);
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: initial !important;
}

form.userFrm .ckbItm {
    position: relative;
}
form.userFrm .ckbItm input {
    position: absolute;
    top: -2px;
    left: 0;
    margin: 0 5px 0 0;
}


form.userFrm div.itm {
    padding: .4em 0;
}
form.userFrm div.title {

    color: #444;
    font-size: .9em;
}
.cert input[type='submit'],
form.userFrm  input[type='submit'] {
    width: initial;
    background-color:#f00;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
}
form.userFrm fieldset.noBorder {
    text-align: right;
}

p.required {
    text-align: right;
}

/* ende user-form */




/* structure */

.cert .basicBoxFixed {
			top: 0px;
			height: 58px;
}


#main form.cert fieldset ,
#main form.cert ul.structure,
#main form.cert .preview .item,
#main form.cert .item {
    /* width: 100%; */
}
#main div.formelEditor,
#main div.condFormelEditor,
#main form.cert .hBox,
#main form.cert .itemTitle, 
#main form.cert .itemTitle .content, 
#main form.cert .itemTitle .upload, 
#main form.cert .itemTitle ul.uploaded, 
#main form.cert .itemTitle .textPoints, 
#main form.cert textarea, 
#main form.cert input[type="text"] {
    /* width: 95%; */
}
#main div.formelEditor,
#main div.condFormelEditor {
    position:absolute;
}


#main form.cert .itemTitle .helpBox, 
#main form.cert .label .helpBox {
    width: 155%;
    margin-left: 0;
    font-weight:400;
    /* margin-top: 25px; */
    width: 100%;
    padding: 15px;
    line-height: 1.25em
}
.itemTitle .hOpen, .label .hOpen {
 color:#950000;
}
#main .itemTitle .helpBox,
#main .label .helpBox {
    border: 1px solid #950000;
    border-radius: 2px;
    background-color: #ce2000;
    color:  #fff;
}
#main form.cert .label {
    width: 77.5% !important;
}

#main form.cert textarea.large {
    height: 600px
}
#main form.cert .wPostL {
    max-width: 40%
}
#main form.cert.openAll .pi {
    display: block;
}
#main form.cert .content  p {
    padding:0;
    /* line-height:1em; */
}
#main form.cert .nGrp,
#main form.cert.noPointsVis .aktPoints,
#main form.cert.noPointsVis .maxPoints {
    /* display:none; */
}
#main form.cert .basicBoxFixed .itemTitle {
    width: 79%;
}

#main form.cert .ovBox {
    display: none;
}
#main form.cert div.input{
    margin:0;
}
#main #previewFrame {
    position: absolute;
    padding: 0 auto;
    padding: 5%;
    z-index: 5000;
    width: 90%;
    height: 100%;
    background-color: #eee;
}
#main #preview {
    width: 100%;
    height: 100%;
    background-color: #fff;

}
#main #previewClose {
    position: fixed;
    top:5px;
    right:5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: middle middle;
    background-image: url(previewClose.png);
    height: 20px;
    width: 20px;
    display: block;
    color:transparent;
 
}

#main .cert .item.l1 {
    padding: .5em 0;
}
#main .cert ol,
#main .cert ul {
    padding:0;
}

#main .cert .iS .nGrp.vis,
#main .cert .basicBox .nGrp.vis  {
 width: 25px;
 height: 25px;
 /* background-image: url(icon_checkmark.svg); */
 background-repeat: no-repeat;
 /* background-size: 18px; */
 background-position: center;
 /* background-color: #fff; */
 border-radius: 2px;
 /* display:none; */
 /* border: none; */
}
.fsStruct .withNGrp .nGrp.vis:after {
    border: none;
}

#main .cert div.aktPoints,
#main .cert div.maxPoints {/* display:none; */}
#main .itemTitle {
    /* background-image: none; */
}
#main .l1 .itemTitle > span {
//    color: red;
}
#main p img {
    max-width: 100%;
}

/* slider on home */
.autoProjekt .pager,
body.index .pager {
    position: relative;
    top: 10px;
    left: 0;
    z-index: 100;
    font-size: 1px;
    color: transparent;
    height: 40px;
    float: left;
    width: 50%;
}
.autoProjekt .pager .slidePage,
body.index .pager .slidePage {
    width: 10px;
    display: block;
    float: left;
    background-color: #333;
    margin-right: 5px;
    height: 5px;
    cursor:pointer;
}
.autoProjekt .pager .slidePage.slideCurrent,
body.index .pager .slidePage.slideCurrent {
    background-color: #ff0000;
}
.autoProjekt .slideBox ,
body.index .slideBox {
    position: relative;
    /* margin-bottom: 2em; */
    display: flex;
    flex-wrap: wrap;
}
.autoProjekt .slideBox img,
body.index .slideBox img {
    width:100%;
    /* height: 100%; */
    /* min-height: 508px; */
}
.autoProjekt .cycle-overlay,
body.index .cycle-overlay {
    position:relative;
    right: 0;
    font-size: .9em;
    width: 100%;
    text-align: right;
    /* float:right; */
    width: 50%;
}
.autoProjekt .cycle-overlay div.title,
body.index .cycle-overlay div.title {
position: absolute;
right:0;
top:.5em;
text-align: right;
line-height:1.2em;
padding-right:10px;
}

body.index div.text {
    padding: 1em 20px;
}
.autoProjekt div.text.slide,
body.index div.text.slide {
    padding: 0;
    width: 100%;
}



/* ende slider on home */

/* autoProjekt */

div.prjContent {
    padding: 1em 0;
}
div.prjContent > article {
    display: flex;
    justify-content:space-between;
    padding-top: 2.5em
}
div.prjMain {
    width: 60%;
    padding: 0px 20px 20px 0px;
}
p.prjOrt {
    font-weight: bold;
}
div.prjSide {
    background-color: rgb(240,240,240);
    border-left: 1px solid #ddd;
    width: 40%;
    padding: 20px 0 20px 20px;
}
h3.info,
h3.bilder {
    border: 1px solid #eee;
    background: linear-gradient(to bottom,#f7f7f7 0,rgba(255,255,255,1) 100%)!important;
    padding: 5px 18px;
    color: #666;
    position: relative;
    margin-top: 1em;
    font-size: 1em;
}
h3.info:hover,
h3.bilder:hover {
    color: #333;
    cursor: pointer;
}
h3 .icon_switch {
    width: 26px;
    height: 22px;
    background-image: url(icon_switch.gif);
    background-repeat: no-repeat;
    background-position: -37px 4px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: 8px;
    border-left: 1px solid #e3e3e3;
    /* border: 1px solid #000; */
}
h3.open:hover .icon_switch,
h3.open .icon_switch {
    background-position: 13px -46px;
}

h3:hover .icon_switch {
    background-position: -37px -46px;
}

div.bilderBox ul {
    list-style: none;
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    /* background-color: #eee; */
}
div.bilderBox img {
    max-width: 150px;
    cursor: pointer;
}
div.bilderBox li {
    position: relative;
    displayd: flex;
    height: 100%;
}
div.bilderBox li > div {
    position: absolute;
    top:0;
    left: 0;
    display: none;
    z-index: 10;
    background-color: #f00;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
div.bilderBox li:hover div{
    display: block;
}
div.bilderBox,
div.infoBox {
    display:none;    
    padding: 18px 18px;
    background-color: #efefef;
}
div.infoBox h4 {
    font-style:italic;
    font-weight: 100;
}
#main div.infoBox p {
    padding: 0;
}
#main div.infoBox ul + h4,
#main div.infoBox p + h4 {
    padding-top: 1em;
}
#main div.infoBox ul {
    padding: 0 18px;
}
#main div.infoBox ul li {
    padding:0;
}


div.prjSide h3 {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}
div.prjSide h3 + h3 {
    padding-top: .5em;    
}
#main .prjSide ul ,
#main .prjSide ul.adrList {
    /* list-style:none; */
    font-size: 1em;
    margin-bottom: 1em;
    padding-left: 19px;
    padding-top: .5em;
    padding-right: .5em;
}
.prjSide ul li,
.prjSide ul.adrList li {
    padding: 0;
}
.prjSide ul a,
.prjSide ul.adrList a {
    text-decoration:none;
    color: #333;
}
.prjSide ul a:hover,
.prjSide ul.adrList a:hover {
    border-bottom: 2px solid #f00;
}
.prjSide ul li,
ul.adrList li {

  text-indent: 0px;
}
.prjSide ul li,
ul.adrList li {
  content: "\00b7 ";
  /* color: #c00; */ /* or whatever color you prefer */
}
.prjSide textarea {
    font-size: 10px;
}

div.bigSlide {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    /* padding: 5% 0; */
    overflow:hidden;
    background-color: #333;
    text-align: center;
    height: 100%;
}
div.bigSlide li {
    height: 100%;
}
div.bigSlide #custom-pager img{
      margin:.51em;
}
div.bilderBox.bigSlide img{
    max-height: 100%;
    max-width: 100%;
}
div.bilderBox.bigSlide ul {
    margin: 0 auto;
    display: block;
    max-width: 800px;
}

div.bigSlide .closeBox .closeBoxContent{
    position: absolute;
    top: 1em;
    right: 1em;
    display:block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: url(cancel.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index:10000;
    border-radius: 50%;
    cursor: pointer;
}

/* ende autoProjekt */

/* printBox */
#printBox.loading {
    background-image: url(icon_loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}
#printBox.loading * {
    visibility: hidden;
}

a.pB-open + #printBox {
    border: 1px solid #ccc;
    margin-bottom: 1em
}
#printBox ul {
    list-style: none;
    padding: 15px;
}
#printBox ul li p {
    padding-bottom: 0;
}
#closePrintBox {
    display: none;
}
#printCtl {
    /*! visibility: hidden; */
    text-align: right;
    /* display: block; */
    /* background-image: url(icon_pdf.svg); */
    /* background-repeat: no-repeat; */
    background-position: right 5px center;
    /* background-size: 1.2em; */
    /* padding-right: 1.2em; */
    /* color: transparent; */
    /* display: none; */ /* printBox disabled */
}
#printCtl.pB-open {
    background-image: url(icon_cross_black.svg);
    background-size: .7em;
}
#print-frm {
    background-color: #ccc;
    padding: 1em;
}
#print-frm select {
    width: 100%;
    line-height: 2em;
    height: 2em
}
/* ende printBox */

.sTab.default .fsStruct .iS .itemTitle > span::after {
    content: " ";
 padding-right: 15px;
 background-image: url(sOpen.gif);
 background-repeat: no-repeat;
 background-position: right;
 cursor: pointer;
}
.sTab.default .fsStruct .iS.nOpen .itemTitle > span::after,
.sTab.default .fsStruct .iS.tOpen .itemTitle > span::after {
    background-image: url(sClose.gif);
}


/* 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: #e3451b;
}
form.newProject input[type=reset],
form.newProject input[type=submit] {
  background-color: #db431c;
  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: #020913;
}
/* ende new project form */

table.user.project td.prj_date,
table.user.project th.update,
table.user.project th.date {
    width: 60px;
    text-align: center;
}
table.user.project th.edit,
table.user.project th.prj_ready,
table.user.project th.tool {
    width: 30px;
}
table.user.project td.prj_status span {
    height: 25px;
    width: 25px;
    margin-top: 2px;
}
#main hr {
    margin: 2em 0%;
    border: 1px solid #eee
}