/* Add here all your css styles (customizations) */

.header .topbar ul.loginbar li.topbar-devider {
border-right: 1px solid #fff;
}

.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: 4px solid #ddd;
}

.revolution-mch-1::after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


.regular {
    font-weight: normal;
    }
    

.rahmenschatten {
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out 0s;
}    