

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a0a0a0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a0a0a0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a0a0a0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a0a0a0;
}

.ui-contentWrap
{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding: 25px;
    
    -webkit-box-shadow: 0px 0px 5px 0px #e2e2e2 ;
    box-shadow: 0px 0px 5px 0px #e2e2e2;    
    
    overflow: hidden;
    margin-bottom: 20px;
}

.ui-contentWrap.no-shadow
{
    -webkit-box-shadow: none;
    box-shadow: none;
}


input.ui-formBtn
{
    display: inline-block;
    cursor: pointer;
    color: #ffF;
    font-weight: normal;
    background-color: #007cb5;
    background: linear-gradient(#35a9df, #007cb5) repeat 0 0 #007cb5;
    border: 1px solid #2587b4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    text-align: center;
    padding: 0 15px;
    height: 32px;
    line-height: 31px;
    margin-top: 25px;
}

button.ui-formBtn
{
    display: inline-block;
    cursor: pointer;
    color: #ffF;
    font-weight: normal;
    background-color: #007cb5;
    background: linear-gradient(#35a9df, #007cb5) repeat 0 0 #007cb5;
    border: 1px solid #2587b4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    text-align: center;
    padding: 0 15px;
    height: 32px;
    line-height: 15px;
    white-space: nowrap;
}

.ui-formBtn:hover,
.ui-formBtn:focus
{
    background: linear-gradient(#2587b4, #075693) repeat 0 0 #075693;
}

.ui-comment
{
    color: #808080;
    font-style: italic;
}

/* Überschriften */

h1.ui-Header, h2.ui-Header
{
    font-size: 180%;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 25px;
}

h2.ui-subHeader
{
    font-size: 160%;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 25px;
}

.ui-infoBox
{
    margin-bottom: 10px;
    background: url(../../../assets/images/check-32-6b697ee470.png) 8px 7px no-repeat #fff;
    padding: 8px 10px 8px 50px;
    border: 1px solid #e3e3e3;
    line-height: 140%;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 32px;
}


/* meldungen */

.ui-message
{
    min-height: 32px;
    background: url(../../../assets/images/comment-32-7f53156984.png) 8px 6px no-repeat #efefef;
    padding: 8px 10px 8px 50px;
    border: 1px solid #e3e3e3;
    line-height: 140%;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-message.middle
{
    line-height: 32px;
}

.ui-message.error
{
    border: 1px solid #e3e3e3;
    background: url(../../../assets/images/alert-32-af6ce5fbc2.png) 8px 6px no-repeat #fff;
    color: #bd0000;
}

/* formulare */

.uiForm
{
    
}

.uiForm .input-wrap
{
    clear: left;
    margin-bottom: 10px;
}

.uiForm label, .uiForm .label
{
    color: #808080;
}

.uiForm fieldset
{
    padding: 0;
    margin: 0 0 20px 0;
    background: none;
    border: 0;
}

.uiForm fieldset.last
{
    margin: 0;
}

/*
.uiForm .input-wrap label
{
    float: left;
    height: 17px;
    line-height: 17px;
    margin-right: 15px;
    padding: 8px 0 9px;
    text-align: right;
    width: 140px;
}*/


.uiForm input[type=text], .uiForm input[type=password]
{
    width: 300px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 6px 8px 6px;
    margin: 0;
}

.uiForm select
{
    width: 300px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 6px 8px 6px;
    margin: 0;
}

.uiForm textarea
{
    width: 314px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 6px 8px 6px;
    margin: 0;
}


input.uiFormBtn
{
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: top;
    line-height: 36px;
    height: 38px;
    
    color: #fff;
    cursor: pointer;
    background-color: #8ec044;
    border: 2px solid #8ec044;
    border-radius: 3px;
    padding: 0 20px;
    
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
}

input.uiFormBtn.gray, a.uiFormBtn.gray
{
    background-color: #93a8b1;
    border: 2px solid #93a8b1;
}



input.uiFormBtn.blau, a.uiFormBtn.blau
{
    background-color: #2586b3;
    border: 2px solid #2586b3;
}

input.uiFormBtn.blau:hover, a.uiFormBtn.blau:hover
{
    background-color: #17719b;
    border: 2px solid #17719b;
}



input.uiFormBtn.inline
{
    line-height: 30px;
    height: 32px;
    min-width: 90px;
    vertical-align: top;
}

input.uiFormBtn:hover
{
    background-color: #6b9828;
    border: 2px solid #6b9828;
}

a.uiFormBtn, a.uiFormBtn:link
{
    line-height: 36px;
    height: 38px;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: bold;
    
    color: #fff;
    cursor: pointer;
    background-color: #8ec044;
    border: 2px solid #8ec044;
    border-radius: 2px;
    
    font-size: 12px;
    padding: 0 20px;
    
    display: inline-block;
    
    text-decoration: none;
    text-align: center;
}

a.uiFormBtn.outline
{
    background-color: #fff;
    border: 2px solid #8ec044;
    border-radius: 2px;
}




a.uiFormBtn:link, a.uiFormBtn:visited
{
    text-decoration: none;
    color: #fff;
}

a.uiFormBtn:hover
{
    background-color: #6b9828;
    border: 2px solid #6b9828;
    font-weight: bold;
}

a.uiFormBtn.outline:link, a.uiFormBtn.outline:visited
{
    color: #000;
}

a.uiFormBtn.outline:hover
{
    background-color: #6b9828;
    border: 2px solid #6b9828;
    color: #fff;
    font-weight: bold;
}

a.uiFormBtn.red, a.uiFormBtn.red:link
{
    color: #fff;
    background-color: #a15f5f;
    border: 2px solid #732d2d;
    text-shadow: 0px 1px 0px #333;
}

a.uiFormBtn.right, input.uiFormBtn.right
{
    float: right;
}

.uiFormBtn.marginTop
{
    margin-top: 20px;
}


/* werkzeuge */

.ui-floatLeft
{
    float: left;
}

/* listen */

.ui-list
{
    
}

.ui-list li
{
    padding: 0 0 7px 24px;
    background: url(../../../assets/images/ui-list-899285ac11.png) 0 0 no-repeat transparent;
}

.ui-list li.pic
{
    padding: 0 0 5px 18px;
    
}

.ui-list li.ico-package { background-image: url(../../../assets/images/package-6079ca5c4e.png); }
.ui-list li.ico-star { background-image: url(../../../assets/images/star-54f1b37cfd.png); }
.ui-list li.ico-email { background: url(../../../assets/images/email-b941ef6e02.png) 0 1px no-repeat; }

.ui-list li a:link, .ui-list li a:visited
{
    color: #197dab;
}

/* tabelle */

.ui-divTable
{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.ui-divTable.table50left
{
    float: left;
    width: 49%;
    overflow: hidden;
}

.ui-divTable.table50right
{
    float: right;
    width: 49%;
    overflow: hidden;
}

.ui-divTable.border, .ui-divTable.border div.td
{
    border-bottom: 1px  solid #c0c0c0;
    border-collapse: collapse;
}

.ui-divTable div.tr
{
   display : table-row;
}    

.ui-divTable div.tr div.td, .ui-divTable div.tr div.th
{
    display: table-cell;
    table-layout: fixed;
    border-spacing: 0;
    
    padding: 4px 0;
    border-collapse: collapse;
}

.ui-divTable div.tr.color1
{
     background-color: #fff;
}

.ui-divTable div.tr.color2
{
    background-color: #F3F3F3;
}

.ui-divTable div.th
{
    background-color: #ADADAD;
    color: #FFFFFF;
    font-weight: normal;
    padding: 4px 0;
    text-align: left;
}




/* CSS TABELLE */

.uiTable
{
    display: table;
    width: 100%;
    max-width: 100%;
}

.uiTable .tr
{
    display: table-row;
}

.uiTable .td, .uiTable .th
{
    display: table-cell;
    vertical-align: top;
}


.uiTable .th
{
    background-color: #fff;
}

.uiTable .width10 { width: 10px; }
.uiTable .width16 { width: 16px; }
.uiTable .width20 { width: 20px; }
.uiTable .width40 { width: 40px; }
.uiTable .width60 { width: 60px; }
.uiTable .width70 { width: 70px; }
.uiTable .width80 { width: 80px; }
.uiTable .width100 { width: 100px; }
.uiTable .width120 { width: 120px; }
.uiTable .width150 { width: 150px; }
.uiTable .width200 { width: 200px; }

.uiTable .width50p { width: 50%; }



.uiTable.dataTable, .uiTable.dataTable .td
{
    border-top: 1px solid #e6e3d8;
    border-bottom: 1px solid #e6e3d8;
    
    border-collapse: collapse;
}

.uiTable.dataTable .th
{
    border-top: 1px solid #e6e3d8;
    border-bottom: 1px solid #e6e3d8;
    
    border-collapse: collapse;
    font-weight: bold;
}

.uiTable.dataTable.noborder .td, .uiTable.dataTable.noborder .th
{
    border: 0;
    border-collapse: collapse;
}


.uiTable .th
{
   padding: 5px 10px;
}

.uiTable .td
{
   padding: 5px 10px;
   color: #666;
}

.uiTable .tr.color2
{
    background-color: #fff;
}

.uiTable .tr.color1
{
    background-color: #f4f1e8;
}


.uiTable .tr.footer .td
{
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #e6e3d8;
    border-bottom: 1px solid #e6e3d8;
    background-color: #d8d8d8;
}


/* listen */

.uiTable.dataTable.noborder .td, .uiTable.dataTable.noborder .th
{
    border: 0;
    border-collapse: collapse;
}


.uiTable.dataTable .th
{
   padding: 5px 10px 5px 10px;
}

.uiTable.dataTable .td
{
   padding: 5px 10px 5px 10px;
}

.uiTable.dataTable .tr:hover .td
{
   background-color: #e8f1f4;
   color: #333;
}

/* spalten */

.colWrap
{
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.colWrap img
{
    max-width: 100%;
    height: auto;
}

.margin-top-20
{
    margin-top: 20px;
}


.colWrap::after
{
    clear: both;
}

.bgWrap
{
    background-color: #fff;
    overflow: hidden;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 
{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

.pr0
{
    padding-right: 0;
}

.pl0
{
    padding-left: 0;
}

.p0
{
   padding: 0; 
}

.align-right
{
    text-align: right;
}


/* neue tabellen */

.uiSmartTable
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.uiSmartTable.bordered td
{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.uiSmartTable.bordered tr:last-child td
{
    border-bottom: 1px solid #ddd;
}

.uiSmartTable.striped tr:nth-child(odd)
{
    background-color: #fafafa;
}

.uiSmartTable.striped tr:first-child
{
    background-color: #fff;
}

.uiSmartTable tr th
{
    color: #777;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 6px;
}

.uiSmartTable tr td
{
    padding: 6px;
    line-height: 120%;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 13px;
    text-align: left;
}

.uiSmartTable tr:first-child td
{
    border-top: 0;
}

.uiSmartTable tr td.align-center, .uiSmartTable tr th.align-center
{
    text-align: center;
}

.uiSmartTable th a, .uiSmartTable th a:link
{
    font-weight: bold;
}

.uiSmartTable th a:hover, .uiSmartTable th a:focus
{
    font-weight: bold;
}


/* fa icons */

.faIco
{
   display: inline-block;
   vertical-align: middle;
   color: #777;
}

.faIco, .faIco:link, .faIco:visited
{
   text-decoration: none;
   color: #777;
}

.faIco:hover
{
   color: #000;
}

.faIco i
{
    margin-right: 5px;
    color: #c0c0c0;
    font-size: 14px;
}

.faIco i.right
{
    margin-left: 5px;
    margin-right: 0px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 3px;
}

.faIco i.orange
{
    color: #F19031;
}


.faIco i.red
{
    color: #f10000;
}

.faIco i.grey
{
    color: #ddd;
}

.faIco i.black
{
    color: #000;
}

.faIco i.green
{
    color: #51a630;
}

.faIco i.blue
{
    color: #56779c;
    font-size: 16px;
}




.uiBtn {

    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    font-size: 85%;
    cursor: pointer;

    background-color: #16a085;
    border: 1px solid #16a085;
    color: #fff;
}

.uiBtn:hover, .uiBtn:focus {

    background-color: #09725e;
}

.uiBtn.uiBtnLeft
{
    display: inline-block;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}


.uiBtn.red {

    background-color: #d74949;
    border: 1px solid #d74949;
    color: #fff;
}

.uiBtn.red:hover, .uiBtn.red:focus {

    background-color: #ad3939;
}


.uiBtn.grey {

    background-color: #a7afa6;
    border: 1px solid #a7afa6;
    color: #fff;
}

.uiBtn.grey:hover, .uiBtn.grey:focus {

    background-color: #90988e;
}


/* buttons */

a.uiBtn
{
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    min-width: 150px;
}

a.uiBtn:link, a.uiBtn:visited
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

a.uiBtn .fa
{
    margin-right: 7px;
    color: #fff;
}


/* boxen */

.uiBox
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    text-align: left;
}

.uiBoxHeader
{
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-color: rgba(238, 238, 238, 0.6);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #F5F6F8;
    font-weight: bold;
    font-size: 14px;
    color: #6E7483;
}

.uiBoxBody
{
    padding: 20px;
    overflow: hidden;
}


.uiBox h1
{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    display: block;
    text-transform: uppercase;
    background-color: #f5f7fb;
    border-bottom: 1px solid #eeeeee;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}


.uiBox h2
{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #777;
    display: inline-block;
    text-transform: uppercase;
}


/* fa icons */

.faIco
{
   display: inline-block;
   vertical-align: middle;
   color: #777;
}

.faIco, .faIco:link, .faIco:visited
{
   text-decoration: none;
   color: #777;
}

.faIco:hover
{
   color: #000;
}

.faIco i
{
    margin-right: 5px;
    color: #c0c0c0;
    font-size: 14px;
}

.faIco i.right
{
    margin-left: 5px;
    margin-right: 0px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 3px;
}

.faIco i.p0
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.faIco i.orange
{
    color: #F19031;
}


.faIco i.red
{
    color: #f10000;
}

.faIco i.grey
{
    color: #ddd;
}

.faIco i.black
{
    color: #000;
}

.faIco i.blau
{
    color: #648eb8;
}

.faIco i.green
{
    color: #51a630;
}

.faIco i.yellow
{
    color: #f2c200;
}

.mr5
{
    margin-right: 5px;
}