﻿body {
    font-size: 14px;
}

span.label {
    font-size: inherit;
}

/*Navigation*/
.header .open > .dropdown-menu {
    display: block;
}

.breadcrumb li.active, .breadcrumb li a {
    /*color: #fff;*/
}

.job-img.blistex {
    min-height: inherit;
}

    .job-img.blistex .job-banner {
        margin: 0 auto 0;
        max-width: none;
        background: rgba(0,0,0,0.5);
    }

        .job-img.blistex .job-banner h1 {
            color: #fff;
        }

/*Inhalt*/
.thumbnail-img {
    text-align: center;
}

    .thumbnail-img .img-responsive {
        display: inline;
    }

#product-nav {
    position: fixed;
}

.parallax-bg {
    /*background: url(/Portaldata/1/Resources/bilder/slider/Slider1.jpg) 50% no-repeat fixed;*/
    background: none;
}

h4.panel-title a {
    font-weight: bold;
}

.headline {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #777;
}

/*Galerie*/
.galimg {
    padding: 2px;
}

.galimg img {
    width: 100%;
}

/*Footer*/
.footer-v1 .copyright li, .footer-v1 .copyright a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #product-nav {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .container p, .link-list a, address, .copyright li a, .content ul li, label, input.form-control, textarea, .btn-u, a.btn-more {
        font-size: 18px;
    }

    .headline {
        font-size: 22px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    .panel-heading a {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 480px) {
    .product .previewimage {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .md-margin-bottom-50 {
        margin-bottom: 20px;
    }
}


@media only screen and (min-width: 992px) {
    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }
}