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

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.lh100{
    line-height: 1em;
}
.lh150{
    line-height: 1.5em;
}

.clear{
    clear: both;
    content: "";
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.w100{
    width: 100%;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pl15{
    padding-left: 15px;
}
.pl20{
    padding-left: 20px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.pt40{
    padding-top: 40px;
}
.pt60{
    padding-top: 60px;
}
.pb20{
    padding-bottom: 20px;
}
.pb40{
    padding-bottom: 40px;
}
.pb60{
    padding-bottom: 60px;
}
.no-padding{
    padding: 0 !important;
}
.full-width{
    width:100%;
}

.br-3{
    border-radius: 3px;
}
.br-5{
    border-radius: 5px;
}

.fs12{
    font-size: 12px;
}

ul{
    list-style: inside;
}
ol{
    list-style: decimal inside;
}

.grey{
    color: #ccc;
}

a.badge {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #5cb85c !important;
}
/*
    Tabbed Table damit das obere Border nicht stört
*/
.nav.nav-center-text{
    text-align: center;
    font-size: small;
}

.fix-table-border{
    border-top: 0 !important;
    border-bottom: solid 1px #ddd;
}


ol li{
    margin: 10px auto;
}
