/*.row [class*='col-'] {
      background-color: #ffeeee;
      background-clip: content-box;
}
/*
#navbar .icon {
  font-size: 14px;
}

#navbar li {
  float: left;
}
*/
#navbar {
    list-style: none;
    -display: inline-block;
}

#navbar li{
    padding:0;
}
#navbar li a {
    color: #C0C0C0;
    display: block;
    background: #4c8f21;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    text-align: center;
    margin-right: 20px;
}

#navbar li.active a {
    background-color: #6DBF37;
    color: #FFF;
}

#navbar li.active a:before {
    border-color: #6DBF37;
    border-left-color: transparent;
}

#navbar li.active a:after {
    border-left-color: #6DBF37;
}

#navbar li:first-child a {
    padding-left: 15px;
}

#navbar li:first-child a:before {
    border: none;
}

#navbar li:last-child a {
    padding-right: 15px;
    margin-right: 0px;
}

#navbar li:last-child a:after {
    border: none;
}

#navbar li a:before,
#navbar li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #4c8f21;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#navbar li a:before {
    left: -18px;
    border-left-color: transparent;
}

#navbar li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #4c8f21;
}

.pac-icon {
    width: 0;
    background-image: none;
}

.overlay{
    top:0;
    position:absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

.fadein{
    opacity: 0.8
}

div[class~="has-error"] input {
    background-color: #ffb3b3;
}

div[class~="has-success"] span[class~="glyphicon-ok"] {
    display:block
}

.ubersicht tr td:first-child {
    text-align: left;
}
.ubersicht tr td {
    text-align: center;
}
.ubersicht tr:first-child {
    font-size: large;
}
.ubersicht span {
    color:#007436
}

.bottom-buffer-10  { margin-bottom: 10px !important; }
.bottom-buffer-20 { margin-bottom: 20px !important; }
.bottom-buffer-30  { margin-bottom: 30px !important; }

.row_as_table {
    display:table;
    width:100%;
}

.col_vcenter {
    display:table-cell;
    float:none !important;
    vertical-align:middle;
}

.form-group>input~label {
    left:12px;
    font-weight: normal;
    color:#888888;
    position: absolute;
    margin:auto;
    top:7px;
    transition: all 0.3s ease-in-out;
}

.form-group>input:focus~label,
.has-error>input~label{
    left:12px;
    font-size:smaller;
    position: absolute;
    margin:auto;
    top:-3px;
}

.paket span:first-child{
    display:inline-block;
}
.paket div>span:first-child>*{
    display:block;
}

.paket div>span:first-child>strong:first-child {
    font-size:xx-large
}

.paket span>span {
    font-size:x-large
}

.paket span>span[id*=_mwst] {
    font-size:medium;
}

.modal-body {
    overflow: scroll;
}

@media (min-width: 768px)
{
.modal-body {
    overflow: hidden;
}
    .form-group>input~label {
        top:0px;
    }

    .form-group>input:focus~label,
    .has-error>input~label{
        left:12px;
        font-size:smaller;
        position: absolute;
        margin:auto;
        top:-10px;
    }

    .form-group{
        margin-top:10px
    } 
    .paket div>span:first-child>*{
        white-space: nowrap;
    }
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.container-fluid {
    padding:0px;
    margin:0px;
}