*:not(.fa) {
    font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 1.42857;
}

/* header */
#main-wrapper.fluid header, #main-wrapper.fluid #content-wrapper .container.beveled {
    box-shadow: none;
}
header #header-branding {
    background: url('https://www.disco-technik.de/templates/Disco/themes/disco/images/disco-technik_bg_header.jpg') no-repeat scroll center center / contain;
    padding: 3px 15px 15px;
}
header #top-bar .cms-pages {
    font-size: 0.85em;
    padding: 2px 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
header #top-bar .cms-pages li + li {
    border-left: 1px solid #ccc;
}
header #header-branding a, #footer a, #footer .panel a, #footer .panel a:hover, #footer .panel a:focus, h4.title a {
    color: #135ae9;
}
.navbar {
    min-height: 0;
}
.navbar-default {
    background-color: #e8710f;
}
.navbar-default .nav > li > a, .navbar-default .btn {
    color: #fff;
    margin: 0;
    padding: 7px 15px;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #ae3910;
}

/* artikeldetails */
#main-wrapper.fluid #content-wrapper .container {
    margin: 0 auto;
    padding: 0 30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #777;
    font-weight: normal;
}

.product-gallery {
    overflow: hidden;
}
.product-info h2 {
    border: none;
    color: #135ae9;
    font-size: 1.75em;
    margin-bottom: 15px;
}

#product-offer .product-info {
    background-color: #e7eefd;
    color: #135ae9;
    margin-bottom: 30px;
    padding-top: 15px;
    position: relative;
}
#product-offer .product-offer .price {
    font-size: 2.25em;
}
#product-offer .product-offer .price, #product-offer .product-offer .price .footnote-reference {
    color: #e8710f;
}
#product-offer .manufacturer-row {
    float: right;
}
#product-offer .text-muted {
    color: #135ae9;
}
#product-offer .product-offer .price:before {
    content: "\f105";
    color: #135ae9;
    font-family: "FontAwesome";
    font-size: 1.25em;
    left: 0;
    position: absolute;
    top: -11px;
}
#product-offer .product-offer .price {
    padding-left: 20px;
    position: relative;
}

.price-note {
    font-size: 0.85em;
}

td {
    font-size: 14px;
}

#image_wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
#image_wrapper > ul {
    position: absolute;
    width: 45px;
}
#image_wrapper .ps-current {
    float: right;
    margin: 5px 0;
    padding-left: 60px;
    width: 100%;
}
#image_wrapper .ps-current img {
    margin: auto;
    max-height: 500px;
    width: auto;
}
#image_wrapper .ps-current + ul li {
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    height: 45px;
    margin: 5px;
    width: 45px;
}
#image_wrapper .ps-current + ul li img {
    cursor: pointer;
    margin: auto;
    max-height: 100%;
    width: auto;
}

#store-block {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
#store-block h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
#store-block a {
    color: #000;
}
#store-block img {
    display: block;
    margin: 0 auto;
}

/* responsive video */
.responsive-video {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #image_wrapper .ps-current {
        float: none;
        padding: 0 10%;
    }
    #image_wrapper .ps-current + ul {
        clear: both;
        float: none;
        position: static;
        width: 100%;
    }
    #image_wrapper .ps-current + ul li {
        display: inline-block;
        float: none;
    }
}
@media (max-width: 667px) {
    #image_wrapper .ps-current {
        padding: 0;
    }
}
/* footer */