﻿* {
    box-sizing: border-box;
}

.productdetail .variant h3,
select {
    display: none;
}

.selectric {
    background: #fff;
}

    .selectric .label {
        color: #4d4d4d;
    }

body {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

    body > form {
        z-index: 1;
        position: relative;
    }

    body #mmenu {
        z-index: 1000;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

.display-table {
    display: table;
}

    .display-table > * {
        display: table-row;
    }

        .display-table > * > * {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

.AspNet-Login {
    margin: 0 auto;
    max-width: 350px;
}

    .AspNet-Login .login-row {
        margin-bottom: 20px;
    }

.loggedinas {
    color: #5B5B87;
    font-weight: bold;
}

.AspNet-Login label {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}

.AspNet-Login input {
    display: block;
    width: 100%;
}

.AspNet-Login .login-error {
    margin: 10px 0;
    color: #ff0000;
    text-align: center;
}

.gray-title {
    background: #f2f2f2 !important;
    height: 50px;
    font-size: 21px;
    line-height: 1;
    padding: 14px 20px;
    color: #b3951f !important;
    border-bottom: 1px solid #ccc;
}

    .gray-title a {
        color: #b3951f !important;
    }

    .gray-title .max-width-centered {
        position: relative;
    }

.clear {
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    height: 0;
}

.numbering {
    background-color: #e6e6e6;
    height: 45px;
    border-right: 1px solid #ccc;
}

    .numbering > div {
        float: left;
        width: 25%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        border-width: 0 0 1px 1px;
        color: #000;
    }

        .numbering > div.active {
            background-color: #b3951f;
            color: #fff;
        }

        .numbering > div > div {
            line-height: 45px;
            height: 45px;
        }

    .numbering .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        font-size: 16px;
    }

    .numbering .number {
        float: left;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        width: 40px;
    }

.start-menu .productNavi > ul:after,
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.border-left, .border-right {
    background-color: #ccc;
    display: block;
    height: 140px;
    width: 1px;
    position: relative;
    top: 20px;
}

    .border-left:nth-child(2n), .border-right:nth-child(2n) {
        display: none;
    }

.tv.productNavi > ul > li.lvl0 > ul.childList .border-left, .tv.productNavi > ul > li.lvl0 > ul.childList .border-right {
    display: none;
}

.tv.productNavi ul.childList li.lvl1 > a > div, .tv.productNavi ul.childList li.lvl2 > a > div {
    font-family: "Open Sans", sans_serif;
    color: #b3951f;
    font-size: 18px;
    text-align: center;
}

.tv.productNavi ul.childList li.lvl1, .tv.productNavi ul.childList li.lvl2 {
    border: none;
}

    .tv.productNavi ul.childList li.lvl1 a.lvl1::after, .tv.productNavi ul.childList li.lvl2 a.lvl2::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: block;
        position: relative;
        left: 45px;
        top: 16px;
        visibility: visible;
    }

.productmenu.desktop-only > .tv.productNavi > ul > li.lvl0 > ul.childList {
    /*display: none;*/
}

.productmenu.desktop-only {
    border-block: solid 1px #fff;
    height: 100px;
}

    .productmenu.desktop-only .productNavi {
        box-shadow: none;
    }

        .productmenu.desktop-only .productNavi > ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: 100px;
        }

            .productmenu.desktop-only .productNavi > ul > li.lvl0 {
                width: 100%;
                border-bottom: solid 1px white;
            }

                .productmenu.desktop-only .productNavi > ul > li.lvl0:hover > a.lvl0 {
                    background-color: #b3951f;
                    color: #fff !important;
                }

                .productmenu.desktop-only .productNavi > ul > li.lvl0 > a.lvl0 {
                    border: none !important;
                    color: #b3951f !important;
                    display: grid;
                    grid-template-rows: 100%;
                    grid-template-columns: min-content max-content;
                    align-content: center;
                    justify-content: center;
                }

                    .productmenu.desktop-only .productNavi > ul > li.lvl0 > a.lvl0.selected {
                        background-color: #b3951f;
                        border: none;
                        color: #fff !important;
                    }

            .productmenu.desktop-only .productNavi > ul > li.child-selected.lvl0 > a.lvl0 {
                background-color: #b3951f;
                color: #fff !important;
            }

.productmenu a.lvl0 > div {
    width: 100%;
    align-self: center;
}

.productmenu.desktop-only .productNavi > ul > li.lvl0 > a.lvl0::after {
    display: none;
}

.productmenu.desktop-only .productNavi > ul > li.lvl0 > a.lvl0 {
    height: 100%;
}


.productmenu.desktop-only .productNavi .border-left, .productmenu.desktop-only .productNavi .border-right {
    display: none;
}

.gray-title.breadcrumbs span.desktop-only > span, .gray-title > span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #b3951f;
    line-height: 21px;
}

    .gray-title.breadcrumbs span.desktop-only > span:last-child, .gray-title.breadcrumbs span span:last-child {
        font-weight: bold;
    }

.gray-title.breadcrumbs .currentNode {
    color: #b3951f;
}


.tv.productNavi {
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);
}

.max-width-centered {
    margin: 0 auto;
    max-width: 990px;
    display: block;
}

.mmenu {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea {
    border: 1px solid #ccc;
    min-height: 40px;
    padding: 10px;
}

.btn {
    position: relative;
    display: inline-block;
    background: #b3951f;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0 20px 0 50px;
    line-height: 40px;
}

    .btn.add {
        border: solid 1px #ccc;
    }

    .btn [class*="icon-"] {
        position: absolute;
        line-height: 40px;
        font-size: 22px;
        top: 0;
        left: 10px;
    }

    .btn.right {
        padding: 0 50px 0 20px;
    }

        .btn.right [class*="icon-"] {
            left: auto;
            right: 10px;
        }

.StartPage .cms-title {
    display: none;
}

.default-padding,
.cmscontent {
    padding: 14px 20px !important;
}

.bg-violett-light {
    background-color: #877DAD;
}

.bg-violett {
    background-color: #5B5B87;
}

.bg-gold {
    background-color: #b3951f;
}

.bg-violett-dark {
    background-color: #2A2940;
}

.bg-beige {
    background-color: #EDE9DD;
}

.bg-symphony {
    background-image: url(/_img/textur.png);
}

.color-beige {
    color: #EDE9DD;
}

.color-violett-light {
    color: #877DAD;
}

.color-violett {
    color: #5B5B87;
}

.color-violett-dark a,
.color-violett-dark {
    color: #2A2940;
}

.special-price-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #b3951f;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.mainmenu a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Frank Ruhl Libre', serif;
}

.tv.productNavi li.lvl0 > a {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
}

.tv.productNavi li.lvl0:hover a > [class*="icon-"] {
    color: #fff;
}

.tv.productNavi li.lvl0:hover .childList {
    display: block;
}

.productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList > li.lvl1 > ul.childList {
    display: none;
}

.productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList > li.lvl1:hover > ul.childList {
    display: block;
}

.productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList > li.lvl1 a.lvl1::after, .productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList > li.lvl1 a.lvl2::after {
    left: 0px !important;
}

.productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList, .productmenu > .tv.productNavi > ul > li.lvl0 > ul.childList > li.lvl1 > ul.childList {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2)
}


@media (max-width: 767px) {
    .border-left, .border-right {
        display: none;
    }

    .tv.productNavi > ul {
        display: grid;
        grid-auto-rows: 150px;
        align-items: center;
        grid-template-columns: 100%;
    }

        .tv.productNavi > ul > li.lvl0 {
            justify-self: center;
        }

            .tv.productNavi > ul > li.lvl0 > a.lvl0 {
                height: 100%;
                display: grid;
                text-align: center;
                justify-items: center;
            }

                .tv.productNavi > ul > li.lvl0 > a.lvl0 > [class*="icon-"] {
                    margin: 0;
                    width: 100%;
                    grid-row: 2;
                    color: #b3951f;
                }

                .tv.productNavi > ul > li.lvl0 > a.lvl0 > div:nth-child(2n) {
                    float: none;
                    height: auto;
                    margin-bottom: 10px;
                }

        .tv.productNavi > ul::after {
            display: none;
        }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .tv.productNavi > ul {
        display: grid;
        grid-template-columns: repeat(3, 1px 1fr) 1px;
        column-gap: 5px;
        justify-items: center;
    }

        .tv.productNavi > ul > li.lvl0 > a.lvl0 {
            height: 100%;
            display: grid;
            text-align: center;
            justify-items: center;
        }

            .tv.productNavi > ul > li.lvl0 > a.lvl0 > [class*="icon-"] {
                grid-row: 2;
                margin: 0;
                color: #b3951f;
            }

    .border-left, .border-right {
        height: 110px;
    }
}

@media (min-width: 1001px) {
    .tv.productNavi > ul {
        display: grid;
        grid-template-columns: repeat(3, 1px 1fr) 1px;
        column-gap: 5px;
    }
}

@media (min-width: 1001px) {
    .mainmenu.bg-gold .menu {
        display: flex;
        justify-content: center;
        height: 50px;
    }

        .mainmenu.bg-gold .menu ul {
            display: none;
        }

        .mainmenu.bg-gold .menu li:hover ul {
            display: grid;
            position: absolute;
            background-color: white;
            box-shadow: 0 3px 10px #4d4d4d;
            z-index: 1;
        }

        .mainmenu.bg-gold .menu ul > li {
        }

            .mainmenu.bg-gold .menu ul > li > a {
                color: #b3951f;
                font-family: "Open Sans", sans-serif;
                font-size: 18px;
                font-weight: 400;
                padding-inline: 30px;
                margin: 0;
            }
}

.header-img {
    text-align: center;
    position: relative;
    z-index: -1;
    width: 100%;
    box-sizing: border-box;
}

    .header-img > div {
        display: inline-block;
        background: #fff;
        padding: 40px;
        -moz-box-shadow: 0 0 22px 0px #aaa;
        -webkit-box-shadow: 0 0 22px 0px #aaa;
        box-shadow: 0 0 22px 0px #aaa;
        height: 150px;
        box-sizing: border-box;
    }

        .header-img > div > img {
            height: 90%;
            width: auto;
        }

header .sandner-logo {
    display: inline-flex;
    align-content: center;
    height: 100%;
    text-align: center;
}

    header .sandner-logo > img {
        width: 300px;
        object-fit: contain;
    }

    header .sandner-logo .text {
        font-size: 16px;
        font-weight: 400;
        color: #877DAD;
    }

.mobile-head {
    height: 40px;
}

@media (max-width: 767px) {
    .mobile-head .menu-toggle .menu {
        display: none;
    }
}

.mobile-head a {
    float: right;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

    .mobile-head a.menu-toggle {
        float: left;
    }

    .mobile-head a.search-toggle,
    .mobile-head a.cart-toggle,
    .mobile-head a.login-link,
    .mobile-head a.cart-link {
        width: 40px;
        border-left: 1px solid #fff;
        text-align: center;
        font-size: 16px;
    }

.mobile-head .menu-toggle {
    line-height: 34px;
    font-size: 22px;
    padding: 2px 0 0 50px;
    text-transform: uppercase;
    position: relative;
}

    .mobile-head .menu-toggle [class*=icon-] {
        font-size: 32px;
        position: absolute;
        left: 10px;
    }

    .mobile-head .menu-toggle .icon-cross {
        color: #2A2940;
    }

.searchbox,
.cartbox {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    width: 100%;
}

    .searchbox input {
        padding-right: 45px;
        font-family: "Open Sans";
    }



    .searchbox.opened,
    .cartbox.opened {
        display: block;
    }

.cartbox {
    padding: 10px;
}

    .cartbox > a {
        display: block;
        position: relative;
        top: 8px;
    }

.cart-title {
    font-size: 14px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cart-content {
    color: #000;
    font-size: 12px;
}

.cart-label {
    float: left;
}

.cart-price {
    font-size: 24px;
    float: left;
    margin-left: 20px;
}

.searchbox {
    width: 100%;
    height: 40px;
    overflow: hidden;
}


input.searchinput {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    padding-left: 10px;
}

    input.searchinput:focus,
    input.searchinput:active {
        border-color: #9966CC;
    }

.searchbutton {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}

    .searchbutton:before {
        content: '';
        position: absolute;
        height: 30px;
        top: 5px;
        left: 0px;
    }

    .searchbutton .icon-search {
        color: #b3951f;
        font-size: 22px;
        line-height: 40px;
    }

.headerLinks {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    position: absolute;
    top: 20px;
    right: 230px;
}

@media (max-width: 1000px) {
    .headerLinks {
        display: none;
    }
}

.headerLinks > a {
    font-family: 'open Sans', serif;
    font-size: 12px;
    color: #000;
}

.start-menu {
    background: url(/_img/../../_img/textur.png);
}

@media (min-width: 1001px) {
    .start-menu {
        min-height: 100px;
        display: grid;
        grid-template-rows: 300px 180px;
    }
}


.start-menu-title,
.start-menu-subtitle {
    background: rgba(42,41,64,0.8);
    color: #EDE9DD;
}

.start-menu-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    background-color: #b3951f;
    text-transform: uppercase;
    min-height: 68px;
    line-height: 68px;
    max-width: 1200px;
    text-align: center;
    align-self: center;
    justify-self: center;
    display: inline-block;
    padding-inline: 40px;
    margin-inline: 40px;
    line-height: 36px;
    padding-block: 15px;
}

    .start-menu-title .sandner {
        color: #000;
    }

@media (max-width: 1000px) {
    .start-menu {
    }

    .start-menu-title {
        margin-inline: 30px;
        margin-block: 40px;
    }
}

@media (max-width: 385px) {
    .start-menu-title {
        margin-inline: 10px;
    }
}

.start-menu-subtitle {
    font-size: 19px;
    padding: 10px;
}

.start-menu .productNavi {
    background: rgba(255, 255, 255, 1);
    align-self: end;
}

    .start-menu .productNavi li {
        display: none;
    }

.start-menu li.lvl0 {
    display: block;
}

    .start-menu li.lvl0 > a {
        font-size: 24px;
        color: #666;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 20px;
    }

        .start-menu li.lvl0 > a > div {
            float: left;
            height: 60px;
        }

        .start-menu li.lvl0 > a > [class*="icon-"] {
            font-size: 35px;
            margin-right: 20px;
            width: 44px;
            line-height: 60px;
        }

footer > div > div {
    border-bottom: 1px solid #fff;
}

footer {
    background-color: #000;
}

@media (min-width: 1001px) {
footer > .clearfix {
    max-width: 1600px;
    margin-inline: auto !important;
}
}

.article_mini {
    position: relative;
}

    .article_mini .listprice {
        font-size: 26px;
        font-weight: 300;
        color: #2A2940;
        display: block;
    }

        .article_mini .listprice:after {
            content: '*';
            font-size: 0.5em;
            position: absolute;
        }

    .article_mini .old-price {
        color: #9966CC;
        text-decoration: line-through;
        font-weight: bold;
        display: block;
        font-size: 16px;
    }

.article_mini {
    width: 280px;
    margin: 0 auto 20px auto;
}

#productlist .article_mini .image {
    width: 280px;
    height: 280px;
}

.article_mini .price {
    font-size: 14px;
    padding-inline: 10px;
    color: #000;
}

    .article_mini .price > div {
        float: left;
        width: 50%;
    }

.article_mini .article-title {
    display: block;
    font-size: 18px !important;
    text-transform: uppercase;
    /*border-bottom: 1px dashed #cccccc;*/
    padding: 10px;
    color: #b3951f;
}


    .article_mini .info .article-title {
        position: relative;
    }

.article_mini .info .title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 25px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
}

.article_mini .info [class^=icon-] {
    top: 50%;
    right: 10px;
    position: absolute;
    margin-top: -15px;
}

.pgpl .article_mini .image {
    width: 280px;
    height: 280px;
    margin-top: 20px;
}

.article_mini .image .imagelink {
    width: 280px;
    height: 280px;
    display: block;
    background-color: #fff;
    padding: 5px;
}

    .article_mini .image .imagelink img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.prdBorder {
    border-bottom: dashed 1px #ccc;
    margin-block: 10px;
}

#productlist .info .article-title .title {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 7px;
    line-height: 21px;

}

#productlist .info .article-title .prod-title-sub {
    display: none;
}

.priceStartingFrom {
    display: flex;
    align-items: end;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 26px;
    color: #b3951f;
    padding-top: 8px;
    column-gap: 9px;
}

    .priceStartingFrom > .listprice {
        color: #b3951f;
    }

        .priceStartingFrom > .listprice::after {
            font-size: 26px;
        }

.price-right {
    position: relative;
    top: 0px;
    left: -10px;
    display: flex;
    column-gap: 3px;
}

.hint.price-hint {
    display: none;
}

.saleBanner, .saleBannerProd {
    display: block;
    height: 35px;
    text-align: center;
    background-color: #b3951f;
    color: #fff;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    width: 70px;
    font-size: 14px;
}

.saleBannerProd {
    left: calc(100% - 75px);
    top: -35px;
    position: absolute;
}

.posRelative {
    position: relative;
}

.productdetail .price {
    display: grid;
}

    .productdetail .price .price-hint {
        grid-row: 2;
    }

.saleBanner {
    top: -402px;
    left: -5px;
}

.priceWas {
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-decoration: line-through 2px;
    color: #000;
    padding-top: 6px;
}

#basket {
}

@media (min-width: 1001px) {
    footer > div.clearfix {
        margin-inline: 90px;
    }
}

.footer .address .footer-title {
    white-space: nowrap;
}

.footer .address .footer-content {
    color: #fff;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 20px 15px 58px;
    position: relative;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    color: #fff;
}

    .footer-title [class*="icon-"] {
        font-size: 24px;
        position: absolute;
        left: 20px;
    }

    .footer-title [class*="icon-angle"] {
        left: auto;
        right: 20px;
    }


.footer-content {
    display: none;
    background-color: #fff;
}

    .footer-content a {
        display: block;
        line-height: 32px;
        height: 32px;
        text-decoration: none;
        font-size: 14px;
        padding: 0 58px;
        border-bottom: 1px solid #ccc;
        color: #2A2940;
    }

.footer .address {
    padding: 15px 20px;
}

    .footer .address .footer-title {
        padding: 0;
    }

    .footer .address .footer-content {
        display: block;
        background: none;
    }


.pgpl-title,
.prod-title {
    border: 1px dashed #ccc;
    border-width: 1px 0;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Frank Ruhl Libre', serif;
    padding: 0.5em;
    margin-bottom: 30px;
}

.pgpl {
    background-color: #f1f1f1;
    padding-bottom: 40px;
}

.pgpl-title {
    font-size: 21px;
}

.prod-title {
    border-width: 0 0 1px 0;
}

.prod-title-sub {
    font-size: 0.7em;
    color: #000;
}


.prodlinks li {
    font-size: 14px;
    margin-bottom: 5px;
}

.prodlinks a {
    color: #4d4d4d;
}

.prodlinks .arrow {
    color: #b3951f;
}

.productmenu {
    height: 68px;
    position: relative;
}

    .productmenu li.lvl0 {
        float: left;
        width: 20%;
        text-align: center;
    }

        .productmenu li.lvl0 ul {
            display: none;
        }

    .productmenu a {
        color: #EDE9DD;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
    }

        .productmenu a.lvl0 {
            font-size: 21px;
            display: table;
            height: 68px;
            width: 100%;
            border-right: 1px solid #877DAD;
        }

    .productmenu .productNavi > ul > li.lvl0 > a.lvl0 > [class*="icon-"] {
        padding-right: 25px;
        font-size: 36px;
    }

    .productmenu .productNavi ul.childList > li.lvl1 > a.lvl1 > div:after {
        width: auto !important;
        left: 0px !important;
    }

    .productmenu .productNavi > ul {
        column-gap: 1px;
    }

ul.childList {
    /*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);*/
}

.childList li {
    border-bottom: none;
    position: relative;
}

.productmenu a.lvl0 > div {
    display: table-cell;
    vertical-align: middle;
}


.productmenu li.child-selected > a,
.productmenu li.selected > a,
.productmenu li:hover > a {
    position: relative;
}

.productmenu li:hover > ul {
    display: block;
    position: absolute;
    min-width: 198px;
    z-index: 1000;
}

.productmenu.desktop-only .lvl0:nth-child(5)::after {
    content: "";
    border-inline: solid 1px #ccc;
    position: relative;
    display: block;
    height: 50px;
    top: -74px;
    right: 1px;
    width: 100%;
}

@media (min-width: 1001px) {
    .cmsMaxwidth {
        max-width: 1400px;
        margin-inline: auto;
    }
}

.productmenu .childList > li.lvl1:nth-last-child(2) a.lvl1 {
    border: none !important;
}

.productmenu .lvl0 ul .lvl1 a {
    font-size: 18px;
    height: 50px;
    text-align: left;
    display: block;
    padding: 15px;
}

.productmenu .lvl0 ul .lvl1 > ul {
    left: 100%;
    top: 0;
}

.productmenu li.lvl0:last-child a {
    border-right: none;
}

.productmenu .childList {
    background-color: #fff;
}

.breadcrumbs .root:first-child,
.breadcrumbs .seperator:nth-child(2) {
    display: none;
}


.prod-pics img {
    max-width: 100%;
}

.prod-pics > a {
    display: block;
    line-height: 0;
}

.prod-pics .prim-img {
    margin-bottom: 5px;
}

.prod-pics .sec-img {
    float: left;
    margin-right: 5px;
}

.prod-info {
    padding: 10px 30px;
}

    .prod-info h3 {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        margin-bottom: 10px;
    }

.productdetail .prod-info .choose .clearfix {
    border-top: dashed 1px #ccc;
    padding-top: 15px;
}


.prod-info .variant .item,
.prod-info .variant,
.prod-info > div {
    margin-bottom: 20px;
}

.pgpl .article_mini {
    margin: 0 auto;
}

#basket {
    padding-bottom: 20px;
}

@media (max-width: 1000px) {

    .basket thead {
        display: none;
    }

    .basket tr {
        display: block;
        border-bottom: 1px dashed #ccc;
    }

        .basket tr td {
            display: inline-block;
            border-width: 0;
        }

    .basket td.article {
        display: block;
        border-width: 0 0 1px 0;
    }

    .basket td.amount {
        width: 50%;
        display: inline-block;
    }

    .basket td.price,
    .basket td.total {
        width: 20%;
        display: inline-block;
    }

    .desktop-only {
        display: none !important;
    }

    /*.gray-title.breadcrumbs a {
        color: #fff;
    }*/

    .gray-title.breadcrumbs a {
        color: #b3951f;
    }

    .StartPage .header-img {
        z-index: 10000;
    }

    #mmenu a.lvl0 {
        color: #5B5B87;
    }

    ul.childList.mm-listview {
        /*  -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;*/
    }

    .childList li {
        border-bottom: 0;
    }

    .mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
        border-color: #ccc;
    }

    .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
        border: none;
    }
}

.addressdata label {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    display: block;
}

.adressdata_optional label {
    display: inline;
}

.basket {
    table-layout: fixed;
    width: 100%;
}

    .basket a, .basket span {
        color: #000;
    }

    .basket td.article a {
        color: #000;
    }

    .basket th {
        text-align: left;
        font-size: 16px;
        color: #666;
        border: 1px dashed #ccc;
        border-width: 1px 0;
        padding: 15px 10px;
    }

        .basket th.article {
            width: 50%;
        }

        .basket th.amount {
            width: 150px;
        }

        .basket th.remove {
            width: 71px;
        }

        .basket th.price {
            text-align: center;
        }

        .basket th.total {
            text-align: center;
        }


    .basket td {
        font-size: 16px;
        font-weight: 400;
        padding: 15px 10px;
        vertical-align: middle;
        border-bottom: 1px dashed #ccc;
    }

        .basket td.remove a span {
            color: darkred;
        }

.basket-sum td.right:first-child {
    position: relative;
    left: 250px;
}

.basket td.article a {
    color: #5B5B87;
}

.basket td.amount {
    color: #444;
}

    .basket td.amount .choose {
        float: left;
    }

        .basket td.amount .choose input {
            width: 100px;
        }

    .basket td.amount .basket-btn {
        margin-top: 9px;
        display: inline-block;
    }

.basket td.price {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.basket td.total {
    color: #666;
    font-weight: 400;
    text-align: center;
}

.basket td.remove {
    text-align: center;
}

.basket a.basket-btn {
    color: #666;
    font-size: 18px;
}

    .basket a.basket-btn:hover,
    .basket a.basket-btn:focus,
    .basket a.basket-btn:active {
        color: #C1272D;
    }

.basket-sum {
    table-layout: fixed;
    width: 100%;
    float: right;
    font-size: 16px;
    color: #000;
    border-bottom: dashed 1px #ccc;
}

    .basket-sum td {
        padding: 5px 0;
    }

    .basket-sum .sum_total {
        font-weight: 700;
    }

    .basket-sum td.right {
        text-align: right;
    }

#checkout input[type="text"],
#checkout input[type="number"] {
    width: 100%;
}

#checkout h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    clear: both;
}


.productdetail .amount {
    float: left;
}

.productdetail .price {
    font-size: 36px;
    color: #000;
    float: right;
}

    .productdetail .price > span {
        font-size: 36px;
        color: #b3951f;
        font-family: 'Frank Ruhl Libre';
        font-weight: 400;
        float: right;
    }

.productdetail .choose.littletext .hint {
    display: block;
    margin-bottom: 10px;
}

.productdetail .description {
    font-size: 14px;
    line-height: 1.3;
}

.order-completed {
    padding: 20px 0;
}

.amount h3 {
    margin-bottom: 20px;
}

.price h3 {
    margin-bottom: 0;
}

.price-hint {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.productdetail input.amount {
    width: 100px;
    text-align: center;
}

.productdetail .buttons {
    padding-top: 10px;
}

    .productdetail .buttons a {
        margin-bottom: 20px;
    }

.productdetail .price-hint .hint {
    margin-top: 5px;
}

#checkout .addressdata .cityzip {
    overflow: hidden;
}

    #checkout .addressdata .cityzip input {
        width: 70%;
        float: left;
    }

        #checkout .addressdata .cityzip input:first-child {
            width: 25%;
            margin-right: 4%;
        }

.billaddress, .shippingaddress {
    padding: 10px;
    display: block;
}

#buttons {
    padding: 20px 0;
}

    #buttons .btn.right {
        float: right;
    }

@media (min-width: 760px) {
    .mobile-only {
        display: none;
    }

    .tablet-plus {
        display: block;
    }

    .billaddress, .v {
        float: left;
        width: 40%;
    }

    .billaddress {
    }

    .shippingaddress {
        margin-left: 10%;
        float: left;
        width: 40%;
    }
}

@media (min-width: 1001px) {

    .desktop-hidden {
        display: none !important;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .default-padding.max-width-centered {
        padding-left: 0;
    }

    .productlist-col {
        width: 33.333333%;
        float: left;
    }

    .prod-title {
        padding-left: 0;
    }

    footer {
        padding-bottom: 20px;
    }

        footer > div > div {
            width: 25%;
            float: left;
            border: none;
        }

    .footer-title {
        font-size: 14px;
    }

    .footer-content {
        background: none;
        color: #EDE9DD;
        display: block;
        line-height: 1.5;
    }

        .footer-content a {
            line-height: 1.5;
            height: auto;
            color: #EDE9DD;
            border: none;
        }

    .footer-title .icon-angle-up,
    .footer-title .icon-angle-down {
        display: none;
    }

    header {
        background-color: #fff;
        position: relative;
    }

        header .search-and-cart {
            height: 160px;
            /*position: relative;*/
            margin-left: 110px;
        }

        header .languageswitch,
        header .cartbox,
        header .searchbox {
            display: block;
            position: absolute;
            width: 200px;
            top: 0;
            right: 0;
        }

        header .searchbox {
            top: 100px;
            right: 240px;
            width: 360px;
        }

        header .cartbox {
            width: 221px;
            top: 60px;
            border-left: 1px solid #b8b6b8;
            padding-left: 20px;
            height: 90px;
        }

        header .languageswitch {
            top: 20px;
        }

    .childList li {
        border-bottom: 1px solid #ccc;
    }

    .start-menu-title {
    }

    .start-menu-subtitle {
        width: 60%;
        padding: 0;
        padding: 10px;
        min-height: 115px;
    }

    .start-menu li.lvl0 {
        /*width: 20%;*/
        height: 185px;
        float: left;
        position: relative;
        z-index: 1000;
    }

    .start-menu a.lvl0 {
        width: 100%;
        height: 180px;
        text-align: center;
        position: relative;
    }

        .start-menu a.lvl0:before {
            content: '';
            display: block;
            height: 140px;
            width: 1px;
            border-right: 1px solid #ccc;
            position: absolute;
            right: 0;
            top: 20px;
            display: none;
        }

    .start-menu li.lvl0:hover > a {
        background-color: #b3951f;
        color: #fff;
        height: 100%;
    }

    .start-menu li.lvl0 [class^=icon-] {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -22px;
        color: #b3951f;
    }

    .start-menu li.lvl0 > a > div {
        float: none;
        height: auto;
    }

    .start-menu li:hover > ul > li {
        display: block;
    }


    .start-menu li.lvl0 > ul {
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    }

    .start-menu li.lvl1 a {
        font-size: 18px;
        text-align: left;
        display: block;
        padding: 15px;
        color: #5B5B87;
    }

    .start-menu li.lvl1 {
        position: relative;
    }

        .start-menu li.lvl1 ul.childList {
            position: absolute;
            width: 100%;
            background: #fff;
            left: 100%;
            top: 0;
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        }

    .prod-pics {
        float: left;
        max-width: 540px;
    }

    .prod-info {
        float: left;
        width: 450px;
    }

    .haendler-logout,
    .haendler-login {
        font-size: 14px;
        color: #b3951f;
        line-height: 16px;
    }

    header .haendler-logout,
    header .haendler-login {
        position: absolute;
        top: 65px;
        right: 220px;
        border-right: 1px solid #ccc;
        padding-right: 20px;
    }

    .haendler-login .icon-user {
        font-size: 16px;
        padding-left: 15px;
        position: relative;
        top: 2px;
    }

    header .haendler-logout {
        top: 40px;
        padding-right: 40px;
        color: #C1272D;
    }

    .head-label {
        font-size: 12px;
        color: #b3951f;
        padding-right: 5px;
    }

    .lang {
        font-size: 12px;
        color: #000;
    }

        .lang.active {
            font-weight: bold;
            text-decoration: underline #b3951f;
            color: #b3951f;
        }

        .lang:nth-child(2n) {
            border-right: solid 1px #b3951f;
            padding-right: 5px;
        }

    .cartbox {
        padding: 0;
        background: none;
    }

    .searchbox,
    .searchbox .searchinput {
        background: #f2f2f2;
    }

    .cart-content {
        font-size: 12px;
        color: #000;
    }

    .cart-price {
        font-size: 14px;
        font-weight: bold;
        color: #b3951f;
        position: relative;
        margin-left: 0;
        margin-top: 10px;
    }

    .cart-label {
        float: none;
    }

    .cart-price .icon-cart_voll {
        color: #877DAD;
        position: absolute;
        left: 0;
    }


    .extsearch-left,
    .extended-right {
        float: left;
        width: 80%;
    }

    .extended-right {
        width: 20%;
    }

    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label {
            display: inline-block;
            line-height: 20px;
            height: 20px;
            padding-left: 30px;
            position: relative;
            margin-top: 20px;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

            input[type="checkbox"] + label:before {
                content: '';
                text-align: center;
                width: 20px;
                height: 20px;
                display: inline-block;
                border: 1px solid #ccc;
                position: absolute;
                left: 0;
            }

        input[type="checkbox"]:checked + label:before {
            content: '\e116';
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
        }

    .extsearch-input,
    .extsearch-left .selectric-wrapper {
        float: left;
        width: 250px;
        height: 40px;
        margin: 20px 20px 20px 0;
    }
}

.paging {
    font-size: 16px;
    padding: 10px;
}

    .paging a {
        color: #b3951f;
    }

    .paging > a,
    .paging-numbers > * {
        display: inline-block;
        height: 33px;
        width: 33px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #b3951f;
    }

    .paging a:hover,
    .paging-numbers span.current {
        background-color: #b3951f;
        color: #fff;
        font-weight: bold;
    }

#orderview .basket th.article {
    width: 70%;
}

#orderview .basket th {
    width: 10%;
}

@media (min-width: 1200px) {
    .productdetail .amount {
        float: left;
        width: 50%;
    }

    .productdetail .price-wrap {
        float: left;
        width: 50%;
    }
}

.extended-search {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 10000;
    display: none;
    -moz-box-shadow: 0 10px 15px -10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 10px 15px -10px rgba(0,0,0,0.7);
    box-shadow: 0 10px 15px -10px rgba(0,0,0,0.7);
    padding-bottom: 20px;
    overflow: hidden;
}

@media (max-width: 400px) {
    .open-extended-search > span:last-child {
        display: none;
    }
}

@media (max-width: 1000px) {
    .max-width-centered.extsearch.clearfix {
        margin-left: 20px;
        padding-top: 10px;
    }

    .extsearch-input {
        margin-block: 10px;
    }

    .btn.bg-gold.extsearch-button {
        margin-block: 10px;
    }
}

.price-left > .listprice {
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 26px;
    color: #b3951f;
    font-weight: 300;
    display: block;
    color: #b3951f;
}



.gray-title .open-extended-search {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
    height: 50px;
    padding-top: 5px;
}

.extsearch.arrow {
    display: none;
}

@media (min-width: 1001px) {

    .extended-search.open .arrow {
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #b3951f;
        position: relative;
        top: -80px;
        left: 885px;
    }
}

.open-extended-search .icon-search:before {
    font-size: 22px;
    line-height: 40px;
    margin-right: 10px;
}

.open-extended-search > span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.ContactDataViewer > div {
    line-height: 1.5;
}

#mmenu .border-left, #mmenu .border-right {
    display: none;
}


#tinymce h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 36px;
    color: #000;
    font-weight: 400;
}

#tinymce h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 30px;
    color: #b3951f;
    font-weight: 400;
}

#tinymce h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

#tinymce h4 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 24px;
    color: #b3951f;
    font-weight: 400;
}

#tinymce h5 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 21px;
    color: #000;
    font-weight: 400;
}

#tinymce h6 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

#tinymce hr {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
}

#tinymce p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

#tinymce div {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

#tinymce a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #b3951f;
    font-weight: 400;
    text-decoration: none
}

    #tinymce a:hover {
        text-decoration: underline #b3951f;
    }

#tinymce ul li::before {
    content: "•";
    color: #b3951f;
    font-size: 50px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.cmsContainer {
    display: block;
    width: 100%;
    height: fit-content;
    background-color: #fff;
}

    .cmsContainer .title {
        display: flex;
        justify-content: center;
        width: 320px;
        height: 100px;
        background-color: #b3951f;
        margin: auto;
    }

        .cmsContainer .title .text {
            color: #fff;
            font-family: 'Frank Ruhl Libre';
            font-size: 21px;
            font-weight: 400;
            padding-top: 55px;
        }

* {
    scroll-behavior: smooth;
}

#scroll2Top {
    position: fixed;
    bottom: 5%;
    width: 110px;
    height: 46px;
    background: #b3951f;
    right: 0%;
    border-start-start-radius: 24px;
    border-end-start-radius: 24px;
    align-items: center;
    display: flex;
    flex-direction: row;
    user-select: none;
    cursor: pointer;
    z-index: 1000;
}

    #scroll2Top span {
        color: #fff;
    }

        #scroll2Top span:nth-child(1) {
            font-size: 28px;
            margin-left: 8px;
        }

        #scroll2Top span:nth-child(2) {
            font-size: 12px;
            font-family: "Open Sans", sans-serif;
            width: 100%;
            text-align: center;
        }

.cmsContainer.aboutus, .cmsContainer.pns, .cmsContainer.fairs {
    /*background-attachment: fixed;*/
    /*background-position: left;*/
    /*background-repeat: no-repeat;*/
    background-size: cover;
    /*möglichkeit 2*/
    background-position: center;
    /*background-repeat: no-repeat;
    background-size: contain;*/
}

.cmsContainer.aboutus {
    background-image: url(/_img/Sandner-pic-ueberuns.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.cmsContainer.pns {
    background-image: url(/_img/Sandner-pic-produkte-leistungen.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media (min-width: 1500px) {
    .cmsContainer.pns {
        background-size: cover;
    }
}

.cmsContainer.fairs {
    background-image: url(/_img/Sandner-pic-messen.jpg);
    background-position: center;
}

@media (min-width: 1001px) {
    .cmsContainer.fO .cmscontent .cms_text {
        display: grid;
        grid-template-columns: 63% auto;
        grid-template-rows: max-content;
    }

        .cmsContainer.fO .cmscontent .cms_text .heading {
            grid-column: 1/3;
            grid-row: 1;
        }

        .cmsContainer.fO .cmscontent .cms_text .text {
            grid-column: 1;
            grid-row: 2;
        }

   

        .cmsContainer.fO .cmscontent .cms_text .img {
            grid-column: 2;
            grid-row: 2;
        }

    .cmsContainer.fairs .cmscontent {
        padding-inline: 105px !important;
    }

    .contactBtn {
    }
}

@media (max-width: 1000px) {
    .cmsContainer.fO .cmscontent .cms_text {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }

        .cmsContainer.fO .cmscontent .cms_text .heading {
            grid-column: 1;
            grid-row: 1;
        }

        .cmsContainer.fO .cmscontent .cms_text .text {
            grid-column: 1;
            grid-row: 2;
        }

        .cmsContainer.fO .cmscontent .cms_text .img {
            grid-column: 1;
            grid-row: 3;
            justify-self: center;
        }
}

.cmsContainer.ourvalues .cmscontent .cms_text .container .imgContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
}

@media (max-width: 850px) {
    .cmsContainer.ourvalues .cmscontent .cms_text .container .imgContainer > img {
        width: 100%;
        height: 100%;
    }
}

.contactBtn {
    position: relative;
    bottom: 50px;
    padding-inline: 40px;
    display: flex;
    justify-content: center;
}

    .contactBtn > a {
        height: 40px;
        border: solid 1px #000;
        width: 250px;
        line-height: 40px;
        padding-left: 20px;
        color: #000000;
        display: grid;
        grid-template-columns: 90% 10%;
    }

        .contactBtn > a > span {
            height: 100%;
            display: block;
            width: min-content;
        }

        .contactBtn > a > span {
            font-size: 16px;
        }

            .contactBtn > a > span::before {
                font-size: 24px;
                position: relative;
                top: 8px;
            }


.mm-listview > li.lvl0 > a {
    color: #b3951f !important;
}

@media (max-width: 1000px) {
    .cmsContainer {
        border-top: solid 1px #ccc;
    }

    .hoverborder {
        display: block;
        height: 1px;
        width: 300px;
        background-color: #ccc;
    }

    .start-menu > .tv.productNavi > ul > li.lvl0:nth-child(8) .hoverborder {
        display: none;
    }
}

 @media (max-width: 1000px) {
       .cmsContainer.fO .cmscontent .cms_text .text * {
		text-align: center !important;
	}
    }

 @media (max-width: 460px) {
     form {
         overflow: hidden;
     }
 }
#ccContainer {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}

#open_preferences_center {
    position: sticky;
    display: block;
    left: 15px;
    bottom: 15px;
    z-index: 1000;
    background-color: #b3951f;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-family: 'Frank Ruhl Libre';
    border: solid 1px #b3951f;
    user-select: none;
    cursor: pointer;
}

#open_preferences_center:hover {
        background-color: #fff;
        color: #b3951f;
    }

.termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked + label::before, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-reject {
    background-color: #b3951f !important;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item[active="true"] a {
    color: #b3951f !important;
}