//Verhindern das Bilder in der Beschreibung aus dem Rahmen springen
.description img {
    width: 100%;
}

    @import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
    /* LAYOUT */
    
    .header-bg {
        margin: 0;
        padding: 30px 0 60px 0;
        box-shadow: 0px 10px 10px #585858;
        position: relative;
        z-index: 3;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    }
    
    .content-bg {
        background: #848484;
        background: -moz-linear-gradient(top, #848484 0%, #c4c4c4 100%);
        background: -webkit-linear-gradient(top, #848484 0%, #c4c4c4 100%);
        background: linear-gradient(to bottom, #848484 0%, #c4c4c4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#c4c4c4', GradientType=0);
    }
    
    .sidebar,
    .maincontent {
        position: relative;
        z-index: 4;
        top: -30px
    }
    
    .colfix {
        margin: 0;
        padding: 0
    }
    /* HEADER */
    
    .logo {
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        color: #333;
        font-weight: 900;
        text-align: left
    }
    
    .logo span,
    .kategorien,
    .artdesctxt h2 span {
        padding: 2px 10px;
        color: #fff;
        box-shadow: 1px 1px 0px #7c0000;
        text-transform: uppercase;
        text-shadow: 2px 2px 0px #7c0000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fa7070;
        background: -moz-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: -webkit-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: linear-gradient(to bottom, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa7070', endColorstr='#f60e16', GradientType=0);
    }
    
    .info {
        text-align: left;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 32px;
        margin: 0;
        padding: 0;
        padding-top: 10px
    }
    
    .info a:hover {
        color: #555
    }
    
    .info i.fa-circle {
        color: #dc0000;
    }
    /* SUCHE */
    
    .header-suche {
        margin: 0;
        padding: 10px;
        box-shadow: 1px 1px 0px #7c0000;
        text-transform: uppercase;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fa7070;
        background: -moz-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: -webkit-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: linear-gradient(to bottom, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa7070', endColorstr='#f60e16', GradientType=0);
    }
    
    .suchfeld {
        float: left;
        width: 300px;
        height: 40px;
        background: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #999;
        line-height: 40px;
        margin: 0;
        padding: 0 0 0 20px;
        border: none;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: inset 0px 0px 5px #ccc;
        text-align: left
    }
    
    .suchbutton {
        float: right;
        width: 70px;
        height: 41px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .suchbutton i {
        line-height: 43px
    }
    
    .suchbutton:hover {
        color: #dc0000
    }
    /* KATEGORIEN */
    
    .kategorien {
        height: 60px;
        line-height: 60px;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
        box-shadow: 2px 2px 2px #555
    }
    
    .titel {
        height: 60px;
        line-height: 60px;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-transform: uppercase
    }
    
    .titel2 {
        height: 60px;
        line-height: 60px;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        color: #555;
        text-shadow: 1px 1px 0px #fff;
        font-weight: 900;
        background: #f5f5f5;
        background: -moz-linear-gradient(top, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        background: linear-gradient(to bottom, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd', GradientType=0);
        text-transform: uppercase;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    ul.katmenu {
        margin: 0;
        padding: 0;
    }
    
    ul.katmenu li {
        overflow: hidden;
        margin: 7px 0;
        padding: 0;
        list-style-type: none;
        box-shadow: 1px 1px 2px #777;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #f5f5f5;
        background: -moz-linear-gradient(top, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        background: linear-gradient(to bottom, #f5f5f5 0%, #ebebeb 50%, #dddddd 51%, #dddddd 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd', GradientType=0);
    }
    
    ul.katmenu li a {
        display: block;
        line-height: 45px;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #555;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #ffffff;
        text-decoration: none
    }
    
    ul.katmenu li a:hover {
        color: #fff;
        text-shadow: none;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
    }
    /* MENU */
    
    ul.menu {
        margin: 0;
        padding: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
        overflow: hidden;
        box-shadow: 1px 1px 0px #3e3e3e;
        box-shadow: 2px 2px 2px #555
    }
    
    ul.menu li {
        width: 175px;
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
        border-right: 1px dotted #333
    }
    
    ul.menu li a {
        display: block;
        line-height: 60px;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none
    }
    
    ul.menu li a:hover {
        background: #737373;
        background: -moz-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: -webkit-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: linear-gradient(to bottom, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#060606', GradientType=0);
    }
    /* RESPONSIVE MENU */
    
    .dropdown {
        margin: 0;
        padding: 10px 0;
    }
    
    ul.resmenu {
        margin: 0;
        padding: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
        overflow: hidden;
        box-shadow: 1px 1px 0px #3e3e3e;
        box-shadow: 2px 2px 2px #555
    }
    
    ul.resmenu li {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        width: 20%;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
    }
    
    ul.resmenu li a {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: none;
        text-decoration: none;
        margin: 0;
        padding: 15px 0
    }
    
    ul.resmenu li a:hover {
        color: #dc0000
    }
    /* ARTIKELBESCHREIBUNG */
    
    .artdesc,
    .txtbox {
        margin: 7px 0 0 0;
        padding: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #777;
    }
    
    .txtbox {
        margin: 0;
        padding: 0;
        overflow: hidden;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .txtbox p {
        margin: 0;
        padding: 20px;
        text-align: left
    }
    
    .txtbox p i {
        color: #dc0000
    }
    
    .artdescpic {
        margin: 0;
        padding: 15px 0 15px 30px
    }
    
    .vob {
        margin: 5px 0 0 0;
        padding: 0px 10px
    }
    
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .artdesctxt {
        margin: 0;
        padding: 15px 40px 15px 10px;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #555;
        text-align: left
    }
    
    .artdesctxt h1 {
        margin: 0;
        padding: 10px 0;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 900;
        color: #dc0000;
    }
    
    .artdesctxt p {
        margin: 0;
        padding: 0;
        text-align: justify
    }
    
    .artdesctxt ul {
        margin: 15px 0;
        padding: 0;
        border-left: 1px dotted #ffb76b;
        border-top: 1px dotted #ffb76b;
        background: #fff7ed;
        background: -moz-linear-gradient(left, #fff7ed 0%, #ffffff 100%);
        background: -webkit-linear-gradient(left, #fff7ed 0%, #ffffff 100%);
        background: linear-gradient(to right, #fff7ed 0%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff7ed', endColorstr='#ffffff', GradientType=1);
    }
    
    .artdesctxt ul li {
        list-style-type: none;
        border-bottom: 1px dotted #ffb76b;
        margin: 5px 0;
        padding: 3px 0
    }
    
    .artdesctxt ul li:before {
        font-family: 'FontAwesome';
        content: '\f0da';
        font-size: 14px;
        padding: 0 10px;
        color: #dc0000;
    }
    
    .artdesctxt h2 {
        margin: 20px 0;
        padding: 15px 0;
        font-family: 'Lato', sans-serif;
        font-size: 36px;
        font-weight: 400;
        color: #555;
        text-align: right
    }
    
    .artdesctxt h2 span {
        font-weight: 900;
    }
    
    .artdesctxt span.mwst {
        background: none;
        box-shadow: none;
        text-shadow: none;
        color: #bbb;
        font-size: 11px;
        font-weight: 900;
    }
    /* SERVICE */
    
    .service {
        height: 40px;
        margin: 20px 30px;
        padding: 0;
        color: #515151;
        text-align: left;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
    }
    
    .service-1 {
        float: left;
        margin: 0;
        margin-top: 2px;
        margin-right: 8px;
        padding: 0;
        color: #bfbfbf;
        font-size: 30px;
        text-align: center;
    }
    
    .service-2 {
        margin: 0;
        padding: 0;
        color: #dc0000;
        line-height: 16px;
        font-size: 16px;
        font-weight: 700;
    }
    /* BUTTONS */
    
    a.sofortkauf {
        overflow: hidden;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #fff;
        line-height: 50px;
        text-align: center;
        display: block;
        box-shadow: 1px 1px 1px #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
    }
    
    a.sofortkauf i {
        float: left;
        width: 70px;
        color: #fff;
        text-shadow: none;
        font-size: 20px;
        padding: 0;
        margin: 0;
        font-weight: normal;
        line-height: 50px;
        background: #fa7070;
        background: -moz-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: -webkit-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: linear-gradient(to bottom, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa7070', endColorstr='#f60e16', GradientType=0);
    }
    
    a.sofortkauf:hover {
        background: #737373;
        background: -moz-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: -webkit-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: linear-gradient(to bottom, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#060606', GradientType=0);
    }
    
    a.infobuttons {
        width: 50%;
        float: left;
        margin: 15px 0 0 0;
        padding: 0;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: 900;
        color: #555;
        text-align: center;
        text-decoration: none
    }
    
    a.infobuttons i {
        color: #dc0000;
        margin-right: 5px;
        font-size: 16px
    }
    
    a.infobuttons:hover {
        color: #000
    }
    /* ARTIKELBILDER */
    
    .image-gallery {
        margin: 0;
        width: 400px;
        height: 500px;
    }
    
    .image-gallery .big-image {
        width: 400px;
        height: 400px;
        margin: 0;
        position: relative;
    }
    
    .image-gallery .big-image img {
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 0px;
        max-height: 400px;
        width: auto;
        margin: 0;
        transition: opacity 350ms;
    }
    
    .image-gallery .big-image img:target {
        opacity: 1;
    }
    
    .image-gallery .big-image img:target ~ img#default {
        opacity: 0;
    }
    
    .image-gallery .big-image img#default {
        opacity: 1;
    }
    
    .image-gallery .thumbs {
        margin: 0;
        position: relative;
        top: 5px;
    }
    
    .image-gallery .thumbs ul {
        list-style-type: none;
        margin: 0!important;
        padding: 0!important;
        text-align: center
    }
    
    .image-gallery .thumbs li {
        width: 23%;
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        margin-right: 3px;
        text-align: center
    }
    
    .image-gallery .thumbs li a:hover {
        opacity: 1;
    }
    
    .image-gallery .thumbs li a {
        opacity: 0.85;
        text-align: center
    }
    
    .image-gallery .thumbs li a:focus {
        opacity: 1;
    }
    
    .image-gallery .thumbs li img {
        max-height: 100px;
        width: auto;
    }
    /* TABS */
    
    .tabs {
        background: #000;
        padding: 0;
        margin: 0;
    }
    
    .tabs span {
        display: none
    }
    
    #tbc > div span {
        display: inherit
    }
    
    #tbc > div ul,
    #tbc > div ul li,
    #tbc > div ul li a {
        background: none!important;
        border: none!important;
        box-shadow: none
    }
    
    #tbc > div ul li {
        display: block;
        width: 100%;
        text-align: left
    }
    
    #tbc {
        display: block;
        position: relative;
        margin: 0;
        padding: 0
    }
    
    #tbc ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
        overflow: hidden;
        box-shadow: 1px 1px 0px #3e3e3e;
    }
    
    #tbc ul li {
        float: left;
        width: 25%;
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center
    }
    
    #tbc ul li a {
        display: block;
        position: relative;
        z-index: 1;
        background: none;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 18px 0;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #555
    }
    
    #tbc ul li:hover {
        background: #737373;
        background: -moz-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: -webkit-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: linear-gradient(to bottom, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#060606', GradientType=0);
    }
    
    #tbc > div {
        position: relative;
        clear: both;
        visibility: hidden;
        background: #fff;
        margin: 0;
        padding: 0 15px;
        height: 0;
        overflow: hidden;
        color: #3e454c;
        text-align: left;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400
    }
    
    #tbc > div h1 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        margin: 5px 0 10px 0;
        padding: 0 0 10px 0
    }
    
    span:target ~ #tbc ul li:first-child a {
        background: none;
        color: #fff;
    }
    
    span:target ~ #tbc > div:first-of-type {
        visibility: hidden;
        height: 0;
        padding: 0 10px;
    }
    
    span ~ #tbc > div:first-of-type,
    #tbl-1:target ~ #tbc > div.tbc-1,
    #tbl-2:target ~ #tbc > div.tbc-2,
    #tbl-3:target ~ #tbc > div.tbc-3,
    #tbl-4:target ~ #tbc > div.tbc-4 {
        visibility: visible;
        height: auto;
        padding: 15px 15px 25px 15px;
        position: relative;
        z-index: 6;
    }
    
    span ~ #tbc > ul li:first-child a,
    #tbl-1:target ~ #tbc > ul li a[href$="#tbl-1"],
    #tbl-2:target ~ #tbc > ul li a[href$="#tbl-2"],
    #tbl-3:target ~ #tbc > ul li a[href$="#tbl-3"],
    #tbl-4:target ~ #tbc > ul li a[href$="#tbl-4"] {
        background: #fa7070;
        background: -moz-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: -webkit-linear-gradient(top, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        background: linear-gradient(to bottom, #fa7070 0%, #f84a44 50%, #f60a12 51%, #f60e16 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa7070', endColorstr='#f60e16', GradientType=0);
    }
    /* CROSS-SELLING */
    
    .xsellbox {
        margin: 0;
        padding: 10px 25px;
        border: 1px dotted #e2e2e2
    }
    
    .xsellbox:hover {
        box-shadow: inset 0px 0px 15px #ccc
    }
    
    .xsellbox img {
        margin: 0 auto;
        border: none
    }
    
    .xsellbox h1 {
        overflow: hidden;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #fff;
        line-height: 50px;
        text-align: center;
        display: block;
        box-shadow: 1px 1px 1px #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        background: #515151;
        background: -moz-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: -webkit-linear-gradient(top, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        background: linear-gradient(to bottom, #515151 0%, #333333 50%, #050505 51%, #040404 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#040404', GradientType=0);
    }
    
    .xsellbox h1:hover {
        background: #737373;
        background: -moz-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: -webkit-linear-gradient(top, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        background: linear-gradient(to bottom, #737373 0%, #484848 50%, #080808 51%, #060606 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#060606', GradientType=0);
        font-family: 'Lato', sans-serif;
    }
    
    .xsellbox h2 {
        font-family: 'Lato', sans-serif;
        color: #555;
        font-size: 14px;
        margin: 0;
        padding: 0 0 10px 0;
    }
    /* FOOTER */
    
    ul.footermenu li {
        width: 20%
    }
    /* MEDIA QUERY */
    
    @media (min-width:992px) and (max-width: 1200px) {
        .logo {
            font-size: 32px
        }
        .suchfeld {
            width: 233px
        }
        ul.menu li {
            width: 20%
        }
        ul.menu li a {
            font-size: 12px
        }
        .info {
            position: relative;
            left: -20px
        }
        .service {
            margin: 20px 15px
        }
        .xsellbox {
            padding: 30px
        }
        .rowfix {
            margin: 0;
            padding: 0
        }
        .image-gallery {
            width: 100%;
            height: 350px;
        }
        .image-gallery .big-image {
            width: 340px;
            height: 350px;
            margin: 0 auto
        }
        .image-gallery .big-image img {
            max-height: 340px;
            width: auto;
        }
        .image-gallery .thumbs {
            top: 0;
            max-width: 340px
        }
        .image-gallery .thumbs li img {
            max-height: 80px;
            width: auto;
        }
    }
    
    @media (min-width:768px) and (max-width: 992px) {
        .artdesc {
            position: relative;
            top: 60px;
            padding-bottom: 30px
        }
        .artdescpic {
            padding: 0;
            margin: 0
        }
        .rowfix2 {
            padding: 0 30px;
            margin: 0
        }
        .sidebar {
            margin: 0;
            padding: 20px 0 0 0
        }
    }
    
    @media (max-width: 768px) {
        .logo {
            font-size: 34px
        }
        .artdescpic {
            margin: 0;
            padding: 0
        }
        .rowfix2 {
            padding: 0 10px;
            margin: 0
        }
        #tbc ul li {
            display: block;
            width: 100%;
            background: #040404
        }
        #tbc ul li a {
            display: block;
            width: 100%;
        }
        .image-gallery {
            width: 295px;
            height: 360px
        }
        .image-gallery .big-image {
            width: 290px;
            height: 290px;
            margin: 0;
        }
        .image-gallery .big-image img {
            max-height: 290px;
            width: auto;
        }
        .image-gallery .thumbs {
            top: 10px;
            max-width: 290px
        }
        .image-gallery .thumbs li img {
            max-height: 50px;
            width: auto;
        }
        .image-gallery .thumbs li {
            width: 22%
        }
        .artdesctxt {
            margin: 0;
            padding: 0 10px
        }
        a.infobuttons {
            display: block;
            width: 100%;
            font-size: 14px;
            padding: 10px 0;
            margin: 0
        }
        .sidebar {
            margin: 0;
            padding: 20px 0 0 0
        }
        .artdesctxt span.mwst {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
            margin-top: 20px
        }
    }

