.preview .navbar-default .nav > li > a {
    color: #212121;
}
.preview .affix {
        position: static;
    }
.preview .navbar-default {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.58);
}    
.app-stores img {
    height: 40px;
}
.modal-impressum .btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #FF9800;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.modal {
    z-index: 9999999999999;
}
.steps {
    padding-top: 60px;
}
.grouped_elements::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.12);
    top: 0;
    left: -50px;
}

a#admin-dash {
    padding: 25px 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    color: #000;
    background: #fcfcfc;
}
a#admin-dash:hover {
    color: #FF9800;
    background: #fafafa;
}
