body, html {

    --navigation-bg: brown;
    --breadcrumb-bg: rgba(0, 0, 0, 0.02);
    --text-color-grey: #777;
    --footer-bg: #555;
    --footer-text: #fff;
    --footer-highlight: #19B5FE;

    margin: 0px;
    padding: 0px;
    color: var(--text-color-grey);
    font: 14px Raleway, sans-serif !important;
    line-height: 1.5em;
}

div[typeof="Product"] {
    display: none;
}

._buynow {
    margin-top: 25px;
}

._tax {
    font-size: 12px;
}

._price {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
}

._btn {
    background: var(--buynow-color-1);
    color: var(--buynow-text-color-1);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

._btn:hover, ._btn:focus, ._btn:visited {
    background: var(--buynow-color-1);
    color: var(--buynow-text-color-1);
    text-decoration: none;
}

h4 {
    margin-top: 20px !important;
}

.hr-bottom {
    border-top-color: var(--footer-highlight);
    margin-bottom: 40px;
}

.customer-hint {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
}

.footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-weight: 200;
    margin-top: 50px;
}

.footer > div {
    min-height: 260px;
}

.footer_copyright {
    background: #333;
    color: #fff;
    padding: 10px !important;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
}

.icons {
    margin: 5px;
    border: 2px solid #fff;
}

.-p-10 {
    padding: -10px !important;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.top-menu {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 200;
}

.top-menu > span {
    margin-left: 30px;
    color: var(--navigation-bg);
    display: inline-block;
    color: var(--text-color-grey);
}

.top-menu > span:first-child {
    margin-left: 0px;
}

.top-menu > span > .fa {
    color: var(--navigation-bg);
}

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-btn-line-height {
    line-height: 60px;
}

#navigation-row {
    background: var(--navigation-bg);
}

#navigation-responsive {
    margin: 10px 0 20px;
    background: var(--navigation-bg);
    height: auto !important;
    margin: 0 auto;
    max-width: 1375px;
}

/*#navigation-responsive::after {
	content: "";
	display: table;
	width: 100%;
	height: 60px;
}*/

#navigation-responsive ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation-responsive li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

#navigation-responsive li a {
    display: block;
    min-width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 0 20px;
    font-weight: 200;
    font-size: 15px;
    transition: background 0.5s ease 0s;
}

#navigation-responsive ul li:first-child a {
    color: #fff;
    min-width: 65px;
    padding: 0;
    font-size: 27px;
}

#navigation-responsive ul li:first-child a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#navigation-responsive li:hover a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#navigation-responsive li:hover ul a {
    background: #666;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

#navigation-responsive li:hover ul a:hover {
    background: #333;
    color: #fff;
}

#navigation-responsive li ul {
    display: none;
}

#navigation-responsive li ul li {
    display: block;
    float: none;
}

#navigation-responsive li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

#navigation-responsive ul li a:hover + .hidden, .hidden:hover {
    display: block !important;
    z-index: 999999;
}

.responsive-menu {
    text-decoration: none;
    color: #fff;
    background: #666;
    text-align: center;
    padding: 10px 0;
    display: none;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked ~ #menu {
    display: block;
}

#menu {
}

#breadcrumb {
    height: 40px;
    background: var(--breadcrumb-bg);
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
}

.breadcrumb-item {
    display: inline-block;
    margin-left: 100px;
    line-height: 40px;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb-item:first-child {
    margin-left: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.breadcrumb-item .fa {
    font-size: 20px;
    position: absolute;
    top: 9.5px;
    left: -25px;
    color: var(--navigation-bg);
    opacity: 0.7;
}

.css-slideshow {
    position: relative;
    width: 100%;
    height: 300px;
}

.css-slideshow figure {
    margin: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.css-slideshow figure img {
    max-height: 300px;
    height: auto;
    width: auto;
    position: relative;
}

@keyframes xfade {
    0% {
        opacity: 1;
    }
    30.5% {
        opacity: 1;
    }
    42.5% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bgheadline {
    color: var(--text-color-grey);
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: #EDEDED 3px 2px 0;
    padding-left: 0px;
}

.bgheadline .fa {
    color: var(--navigation-bg);
}

.bg-stripe-dark {
    background-color: var(--footer-bg);
    filter: brightness(0.9);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.2) 3px, rgba(0, 0, 0, 0.2) 6px);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.2) 3px, rgba(0, 0, 0, 0.2) 6px);
    background-image: -o-repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.2) 3px, rgba(0, 0, 0, 0.2) 6px);
    background-image: -moz-repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.2) 3px, rgba(0, 0, 0, 0.2) 6px);
}

.articledescription_headline {
    height: 40px;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    color: var(--text-color-grey);
    margin-bottom: 15px;
}

.articledescription {
    margin-top: 22px;
    margin-left: 10px;
    width: calc(50% - 10px) !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .articledescription {
        margin-top: 30px;
        margin-left: 0px;
        width: 100% !important;
    }
}


.feature_box {
    margin-right: 10px;
    padding: 10px !important;
    background: #fff;
    border: 1px solid #d3d1d1;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -kthtml-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-bottom: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.feature_box:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.20);
    z-index: 100000;
}

.box_headline {
    font-size: 13px;
    background: var(--navigation-bg);
    padding: 13px 9px;
    margin-top: -11px;
    margin-left: -11px;
    margin-right: -11px;
    display: block;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.thumbnail {
    cursor: pointer;
    display: inline-block;
    height: 63px;
    line-height: 63px;
    margin-right: -5px;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 63px;
    overflow: hidden;
    position: relative;
    top: 512px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.thumbnail:last-child {
    border-right: 1px solid #d3d1d1 !important;
}

#picture_1_start {
    display: table;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: filter 500ms ease-out;
    -moz-transition: filter 500ms ease-out;
    -o-transition: filter 500ms ease-out;
    transition: filter 500ms ease-out;
}

.thumbnail:hover {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.thumbnail:hover img {
    filter: none;
    -webkit-filter: grayscale(0%)
}


@keyframes pic_flash {
    from {
        -webkit-filter: opacity(0%);
        filter: opacity(0%);
    }
    to {
        -webkit-filter: opacity(100%);
        filter: opacity(100%);
    }
}

.thumbnail:hover ~ .zoom_pic {
    -webkit-animation: pic_flash 700ms linear;
}

.thumbnail:hover ~ #picture_1_start {
    display: none;
}

#img_thumb_1:hover ~ #picture_1 {
    display: table;
}

#img_thumb_2:hover ~ #picture_2 {
    display: table;
}

#img_thumb_3:hover ~ #picture_3 {
    display: table;
}

#img_thumb_4:hover ~ #picture_4 {
    display: table;
}

#img_thumb_5:hover ~ #picture_5 {
    display: table;
}

#img_thumb_6:hover ~ #picture_6 {
    display: table;
}

.zoom_pic {
    display: none;
    width: 100%;
    height: 483px;
    float: left;
    position: relative;
    bottom: 71px;
    margin-top: -3px;
    -webkit-transition: filter 3000ms ease-out;
    -moz-transition: filter 3000ms ease-out;
    -o-transition: filter 3000ms ease-out;
    transition: filter 3000ms ease-out;
}

.zoom_pic div {
    max-width: 100%;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d3d1d1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

.zoom_pic img {
    max-width: 483px;
    max-height: 483px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 0px) and (max-width: 319px) {

    .zoom_pic {
        height: 260px;
        bottom: 44px;
    }

    .zoom_pic img {
        max-width: 230px;
        max-height: 230px;
    }

    .thumbnail {
        height: 39px;
        line-height: 39px;
        width: 39px;
        top: 281px;
    }

}

@media (min-width: 320px) and (max-width: 620px) {

    .zoom_pic {
        height: 290px;
        bottom: 55px;
    }

    .zoom_pic img {
        max-width: 270px;
        max-height: 270px;
    }

    .thumbnail {
        height: 38px;
        line-height: 38px;
        width: 38px;
        top: 310px;
    }

}

@media (min-width: 620px) and (max-width: 770px) {

    .zoom_pic {
        height: 320px;
        bottom: 60px;
    }

    .zoom_pic img {
        max-width: 310px;
        max-height: 310px;
    }

    .thumbnail {
        height: 53px;
        line-height: 53px;
        width: 53px;
        top: 350px;
    }

}

@media (min-width: 771px) and (max-width: 900px) {

    .zoom_pic {
        height: 320px;
        bottom: 60px;
    }

    .zoom_pic img {
        max-width: 310px;
        max-height: 310px;
    }

    .thumbnail {
        height: 53px;
        line-height: 53px;
        width: 53px;
        top: 350px;
    }
}

@media (min-width: 901px) and (max-width: 999px) {

    .zoom_pic {
        height: 434px;
        bottom: 71px;
    }

    .zoom_pic img {
        max-width: 434px;
        max-height: 434px;
    }

    .thumbnail {
        height: 63px;
        line-height: 63px;
        width: 63px;
        top: 465px;
    }
}


/*Responsive Styles*/
@media screen and (max-width: 1024px) {

    .icons {
        display: inline-block !important;
    }

    #navigation-responsive {
        background: transparent;
        height: 50px;
    }

    #navigation-responsive ul {
        position: static;
        display: none;
    }

    #navigation-responsive li {
        margin-bottom: 1px;

    }

    #navigation-responsive li a {
        border-bottom: 1px solid #fff;
        box-shadow: none;
        background: var(--navigation-bg);
        padding: 0;
        height: 50px;
        line-height: 50px;
    }

    #navigation-responsive ul li:last-child a {
        margin-bottom: 1em;
        border-bottom: 0px;
    }

    #navigation-responsive ul li, li a {
        width: 100%;
    }

    .responsive-menu {
        display: block;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        background: var(--navigation-bg);
        padding: 0px;
    }

    .responsive-menu:before {
        content: "\f039";
        display: table;
        clear: both;
        font-family: FontAwesome;
        display: inline;
        color: #fff;
        position: relative;
        margin-right: 15px;
    }
}


/* Custom, iPhone Retina */
@media screen and (min-width: 0px) and (max-width: 767px) {

    .row-eq-height {
        display: block !important;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .top-menu > span {
        margin-left: 0px;
        display: block;
    }

    .container {
        overflow: hidden;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .top-menu-pos-abs-left-right {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .row-eq-height {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}


@media (min-width: 1400px) {
    .container {
        width: 100%;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}


/* galerie start */
.gallery {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}

.big-picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    margin: 0;
    padding: 1px;
    border: 1px solid #d3d1d1;
}

.big-picture img {
    max-height: 487px;
}

.gallery .big-picture:first-of-type {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    z-index: 2;
}

._thumbnail-list {
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
}

._thumbnail {
    border: 1px solid #f0f0f0;
    position: relative;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 0px;
    width: 75px;
    height: 75px;
    text-align: center;
    margin-bottom: 10px;
    transition: all .3s;
    align-items: center;
    justify-content: center
}

._thumbnail img {
    max-height: 65px;
}

._thumbnail:hover {
    opacity: 0.8;
    transform: scale(1.2);
    cursor: pointer;
    transition: all .25s;
    z-index: 99999;
}

.gallery .pic-container {
    display: none !important;
}

.gallery .pic-container:target ~ .big-picture {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    z-index: 2;
}

.gallery .pic-container:nth-of-type(1):target ~ .big-picture:nth-of-type(1),
.gallery .pic-container:nth-of-type(2):target ~ .big-picture:nth-of-type(2),
.gallery .pic-container:nth-of-type(3):target ~ .big-picture:nth-of-type(3),
.gallery .pic-container:nth-of-type(4):target ~ .big-picture:nth-of-type(4),
.gallery .pic-container:nth-of-type(5):target ~ .big-picture:nth-of-type(5),
.gallery .pic-container:nth-of-type(6):target ~ .big-picture:nth-of-type(6),
.gallery .pic-container:nth-of-type(7):target ~ .big-picture:nth-of-type(7),
.gallery .pic-container:nth-of-type(8):target ~ .big-picture:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .big-picture {
        height: 260px;
    }

    .big-picture img {
        max-height: 260px;
        display: inline-block !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
    .big-picture {
        height: 400px;
    }

    .big-picture img {
        max-height: 400px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .big-picture {
        height: 500px;
    }

    .big-picture img {
        max-height: 500px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .big-picture {
        height: 300px;
    }

    .big-picture img {
        max-height: 300px;
    }

    ._thumbnail:nth-child(3n) {
        margin-right: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .big-picture {
        height: 500px;
    }

    .big-picture img {
        max-height: 487px;
    }

    ._thumbnail:nth-child(4n) {
        margin-right: 0px;
    }

    ._thumbnail:nth-child(3n) {
        margin-right: 5px;
    }
}

/* galerie ende */