
/*

blau: #0086cd
*/
.blau {color: #0086cd}



body {


    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    /*font-family: "UniversLTthin", arial;*/
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */


    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    line-height: 1.5;
    color: #444;
    box-sizing: border-box;
}


body div { box-sizing: border-box; }

h1 {

    margin-top: 3px;
    font-size: 2em;

}

h2 { 
    font-size: 1.5em;
    padding-top: 12px;
    border-top: 2px solid #ddd
}

h4 {
    color: darkred;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0
}

p {margin: 0.8em 0}

#header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 46px;
    background: #0086cd;
    z-index: 100
}


.floater {float: left;}

#logo {
    height: 35px;
    margin-top: 6px ;
    float: left;
}


.type {
    display:inline-block;
    font-weight: bold;
    xtext-transform: uppercase;
    color: rgba(255,255,255,.95); 
    font-size: 20px;
    margin: 0 0 0 30px;
    padding-left: 30px;
    line-height: 46px;
    border-left: 2px solid rgba(255,255,255,.8); 
}

nav {
    display: block; 
    font-size: 24px
}

nav ul {
    float: right;
    list-style-type: none;


}

nav li {float: left;
        display: inline-block;
        margin: 10px
}

#mainmenu ul {margin-top: 37px; margin-bottom: 4px}

#mainmenu a {
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px
}

#mainmenu a:before {
    content: "□ ";
    color: #41ad1a;
    opacity: 0.5
}

#mainmenu a:hover, #mainmenu a.active {color: #41ad1a}

#mainmenu a:hover:before, #mainmenu a.active:before {
    opacity: 1;
    content: "■ ";
}

#languages {margin-top: 10px}

#languages a {font-weight: normal; font-size: 85%}
#languages a.active {font-weight: bold; }


a {color: #0086cd; font-weight: bold; text-decoration: none}




.wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}




#wrapperContent {
    min-height: calc(100vh - 80px + 30px);
    background: white;
    padding: 60px  40px  40px  40px
}




.box1 {
    padding: 20px;
    background: #eee;
    margin: 20px 0
}

.box1 h2, .box2 h2 {
    margin-top: 0;
    margin-bottom: 0.3em;
    padding-top: 0;
    border: 0
}

.box2 {
    padding: 20px;
    background: #F9F1C7;
    border: 1px solid #dc9;
    margin: 20px 0
}

.boxNote {
    padding: 15px; 
    background: #FFE;
    font-size: 90%
}




#content {
    width: 100%;
    background: white;
    padding: 30px;
    margin-top: 60px
}



table.data th {
    background: #eee;
    text-align: left;
    border-bottom: #dcdcdc 1px solid;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 0
}
table td.sub {}




input {
    max-width: 400px;
    background: white;
    border: 1px solid #777;

}





#onlineStatus {
    float: right;
    font-size: 80%;
    border-radius: 5px;
    padding: 3px 8px
}

.offline {color: darkred; border: 1px solid darkred}
.online {color: #41ad1a;  border: 1px solid #41ad1a}






.flex, .flexbox, .flexRow {
    display: flex;
    flex-wrap: wrap;
}

.flexRow {    flex-direction: row}

.flex>div:first-child, .flexRow>div:first-child {
    margin-right: 20px;
}

.oneThird {  width: calc(100% / 3 * 1 - 30px);}
.twoThird {  width: calc(100% / 3 * 2);}




.boxHighlights {margin-top: 490px; height: 290px}

.boxHighlights table {width: 100%}
.boxHighlights table td {width: 25%}

.boxHighlights div {
    margin: 15px;
    padding: 25px;
    background: rgba(255,255,255,.93);
    margin: 10px;
    text-align: center;

    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    xtransition: box-shadow 0.2s, zoom 0.2s, margin 0.2s ;
}

.boxHighlights div:hover {
    background: rgba(255,255,255,.99);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    zoom: 1.1;
    margin: 0
}


.boxHighlights h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 12px -25px -15px -25px;
    padding: 12px;
    xbackground: rgba(0,0,0,.8);
    color: #41ad1a;

}

.boxHighlights img {
    width: 160px;
    opacity: 0.7

}

.boxHighlights a i {font-size: 70px; opacity: 0.8; color: #444; font-weight: normal }

#sidemenu {
    font-size: 90%;
    padding-right: 25px
}

#sidemenu ul {
    margin: 0px;
    padding: 0
}

#sidemenu a {
    opacity: 0.8;
    transition: color 400ms, opacity 400ms}

#sidemenu a.active {color: #c4261d; font-weight: 400; opacity: 1}
#sidemenu a:hover {color: #c4261d; opacity: 1 }


#sidemenu>ul {list-style-type: none; border-top: 1px solid #eee}
#sidemenu>ul>li {  padding: 8px 10px; border-bottom: 1px solid #eee}
#sidemenu>ul ul {
    background: white; 
    border-bottom: 1px solid #eee
}
#sidemenu>ul ul li {
    background: white; margin: 6px 0 6px 40px;
    font-size: 95%
}



#footer {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    background: rgba(0,0,0,.8);
    padding: 14px 0;
    height: 50px
}

#footer a {
    color: white;
    font-weight: normal
}


/* std forms */



.icoForm label{
    color: #41ad1a;
    background-color: silver;
    border: 1px solid silver;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
    margin: 0;
    height: 28px;
    width: 29px;
    font-size: 25px;
    line-height: 30px;
    padding: 4px 4px 4px 8px;
}

.icoForm .icon-lock { padding: 4px 0px 4px 12px;}

.icoForm input {
    box-sizing: border-box;
    font-size: 24px;
    padding: 2px 6px;
    height: 38px;
    margin-bottom: 15px;
    border: 1px solid silver;
    border-left: none;
    width: 300px
}



fieldset {
    border: none; outline: none;
    padding: 0;
    margin: 0 -15px;

}

.fieldset-wrapper>div {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.row-full .fieldset-wrapper>div {   width: 100%; }

label {
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
}



/*    standard elements    */
/*  login  */
#login label {
    background: white;
    border: 1px solid silver;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    float: left; 
    margin: 0;
    height: 34px;
    width: 28px;
    font-size: 25px;
    line-height: 34px;
    padding: 4px 4px 4px 7px;
    text-align: center;


}

#login label:before {text-align: center}

#login input {
    font-size: 24px;
    padding: 2px 6px;
    height: 38px;
    margin-bottom: 15px;
    border: 1px solid silver;
    border-left: none;
}

#debug {background: rgba(0,0,0,.7); color: white}

.msg {
    padding: 10px 15px;
    margin: 10px 0;
    color: rgba(0,0,0,.9); 
}

.msg[data-type="alert"] {background: yellow;}
.msg[data-type="success"] {background: limegreen;  color: rgba(255,255,255,.9); }




button, .btn {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 16px;
    margin: 10px;
    background: #0086cd;
    color: rgba(255,255,255,.8);
    outline: none;
    border: none;
    cursor: pointer;
    transition: color 300ms;
    word-break: keep-all;
    white-space: nowrap
}

button:hover {color: white}

button:disabled {background: #aaa; cursor: not-allowed}
button:disabled:hover {color: rgba(255,255,255,.7); }

.btn.secondary {
    padding: 8px 16px;
    border: 1px solid #0086cd;
    background: none;
    color: #0086cd;
    border-radius: 3px;
    transition: background 300ms
}

.btn.secondary:hover { background: rgba(0,85,169, .15)}

.btn.small {
    padding: 3px 10px
}


.twocol p {column-count: 2; column-gap: 50px; column-rule: 1px solid silver; text-align: justify}

table.data {margin: 15px 0}

table.data th, h5 {
    background: #ddd;
    text-align: left;
    border-bottom: #dcdcdc 1px solid;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 0
}

table.data td {    border-bottom: 1px dotted silver}

table.data tr:nth-child(odd) td {
    background: white;
} 



#frmAngebot .data td:nth-child(2) {padding-right: 0}
#frmAngebot .data td:nth-child(3) {background: none; border: none; padding: 5px 15px}

caption {font-weight: bold; padding-bottom: 10px; text-align: left }

#tblUploaded { width: 100%}

#tblHeader td{ padding: 0px;  vertical-align: top}
#tblHeader h1 {font-size: 24px; margin: 0; line-height: 1.1}
#tblHeader .sub td {color: #888; padding-top: 20px}

.vergabenr {
    color: #999 ;
    white-space: nowrap;
    word-break: keep-all;
    vertical-align: top;
    
}



input, select, textarea {
    width: 95%;
    padding: 6px 10px;
    border: 1px solid #d3d3d4;
}

.state {font-size: 130%}

textarea {height: 50px}

.fieldset-wrapper .row-4zip{width: 17%}
.fieldset-wrapper .row-4city {width: 33%}
label.datenschutz {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

table {border-collapse: collapse;
}

table td {padding: 3px 10px}


/* striped tables with th in one line width td */
.stripedlines th {padding: 3px 15px; text-align: right}
.stripedlines tr:nth-child(odd) th, .stripedlines tr:nth-child(odd) td {background: #eee}


.stripe th {padding: 3px 15px; background: none }
.striped tr:nth-child(odd) td {background: #eee}

.invalid {
    padding: 3px;
    border: 2px solid crimson
}

input[type=checkbox] {
    zoom: 2;
    float: left;
    width: 15px;
    margin-right: 10px
}

.boxCheckbox label {padding-top: 6px}

hr {
    display: block;
    margin: 20px 0;
    border-width: 0;
    height: 2px;
    background-color: #ddd
}

#loader {display: inline-block; margin: 10px 20px}



/* std classes  */

.bold {font-weight: bold}
.big {font-size: 120%}
.small {font-size: 85%; opacity: 0.8}
.tiny {font-size: 14px; font-weight: normal; opacity: 0.8}
.hidden {display: none}
.spacer {display: block; clear: both; visibility: hidden; height: 40px}
xxx.clear {visibility: hidden;}
.clear:after, .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
:focus {outline: none}





.floatLeft {float: left;
            margin: 0 20px 20px 0
}
.floatRight {float: right;
             margin: 0 0px 20px 20px
}





