/* =========================================================
   GRUNDLAYOUT
   ========================================================= */

body {
    background: #333;
    font-size: 17px;
}
.mobiler-banner {display:block;}

.size-1140 .line {
    max-width: 1600px;
}

.margin > .s-12,
.margin > .l-9 {
    padding: 0;
}

.box {
    margin-top: 0;
    padding: 0;
}

.margin {
    margin-top: -2px;
}

table,
td,
th,
table tr:nth-of-type(2n) td {
    border: none;
}

table tr td,
table tr th {
    background: #333333;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #B5986D;
    text-decoration: none;
}

a:hover {
    color: #9F845C;
}


/* =========================================================
   TYPOGRAFIE
   ========================================================= */

h1 {
    font-family: Verdana, sans-serif;
    background: #242424 !important;
    color: #fff;
    padding: 10px 0 10px 20px;
    margin-left: 0 !important;
    margin-right: 25px;
    width: 99.5%;
}

h1#contentstart {
    display: none;
}

h2 {
    padding: 20px 20px 20px 0;
}

h3 {
    font-weight: normal;
    font-size: 20px;
    color: #B4966E;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B4966E;
}

h4 {
    color: #B4966E !important;
    font-weight: normal;
    padding-left: 20px;
    font-size: 25px !important;
}

h6 {
    font-size: 10px;
    font-weight: normal;
}

hr {
    border: 0;
    border-top: 1px solid #999;
}

.hr-gold {
    border: 0;
    height: 1px;
    width: 80%;
    margin: 35px auto;
    background: linear-gradient(
        to right,
        transparent,
        rgba(181, 152, 109, 0.55),
        transparent
    );
}

.maincontent p,
.maincontent li {
    color: #c1c1c1;
}

.maincontent li {
    padding: 10px 0 0 12px;
}

ul {
    margin-top: 20px !important;
}

.jugendschutz-hinweis {
    text-align: center;
    color: #c1c1c1 !important;
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.desktop-navigation {
    display: block;
}

#main-nav {
    left: 0;
    min-width: 100%;
    width: 100%;
    margin-right: 5%;
    background:transparent !important;
    z-index: 10000;
    padding-bottom: 10px;
}

#main-nav .top-nav {
    display: block;
}

.top-nav ul {
    float: right;
    margin-right: 80px !important;
}

.top-nav li a {
    color: #B5986D;
}

.top-nav li ul li a {
    width: 230px;
    padding-left: 20px;
    border-bottom: 1px solid #999;
}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

.menu-mobil {
    display: none;
}

#abschied-mobile-hauptmenu {
    display: none;
}

@media screen and (max-width: 800px) {

    .desktop-navigation {
        display: none !important;
    }
  table img {margin-left:0;}
  table tr td {xxpadding:10px;}

    .menu-mobil {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999999;
        background: #232323;
    }

    .menu-mobil table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu-mobil td {
        text-align: center;
        vertical-align: middle;
    }

    .menu-mobil p {
        margin: 0;
        padding: 8px 4px;
        text-align: center !important;
    }

    .menu-mobil img {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }

    #abschied-mobile-hauptmenu {
        width: 100%;
        background: #232323;
        border-top: 1px solid rgba(181, 152, 109, 0.45);
        box-shadow: 0 8px 18px rgba(0,0,0,0.35);
    }

    #abschied-mobile-hauptmenu ul {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        float: none !important;
    }

    #abschied-mobile-hauptmenu li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(181,152,109,0.30);
    }

    #abschied-mobile-hauptmenu li:last-child {
        border-bottom: none;
    }

    #abschied-mobile-hauptmenu li a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 18px 25px !important;
        background: #2b2b2b !important;
        color: #ffffff !important;
        font-size: 20px !important;
        line-height: 1.4 !important;
        font-weight: normal;
        text-align: left !important;
        text-decoration: none !important;
    }

    #abschied-mobile-hauptmenu li a:hover,
    #abschied-mobile-hauptmenu li a:focus {
        background: #3a332d !important;
        color: #B5986D !important;
    }

    #abschied-mobile-hauptmenu li.menu-current > a,
    #abschied-mobile-hauptmenu a.current {
        color: #B5986D !important;
        font-weight: bold;
    }
}

@media screen and (min-width: 801px) {

    .menu-mobil {
        display: none !important;
    }

    #header-mobil {
        display: none !important;
    }

    #main-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    #main-nav .top-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* =========================================================
   HEADER
   ========================================================= */

.headerpic img {
    display: none;
    margin: 10px auto 0 auto;
    max-width: 100%;
}

.desktop-version {
    display: block;
}

#header-mobil {
    display: none;
}

@media screen and (max-width: 800px) {

  @media screen and (max-width: 800px) {

    .desktop-version {
        display: block !important;
    }

}

    #header-mobil {
        display: block !important;
        margin-top: 60px;
    }

    .headerpic img {
        display: none;
    }
}


/* =========================================================
   CONTENT / WUNDERBLOCK
   ========================================================= */

.wub_hl_top .wub_headline {
    margin-top: 20px;
    text-align: center !important;
    font-size: 35px;
    width: 99.3%;
    background: #251C18 !important;
    border: 1px solid #B4966E;
    color: #B4966E;
}

.wub_text_right .wub_aside {
    margin: 0 10px;
}

.wub_text .wub_inner {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    line-height: 160%;
    margin-bottom: 20px;
}

.wub_avoid_overflow {
    width: 90%;
    margin-left: 50px;
}

.wub_aside img {
    margin-top: 20px !important;
    margin-left: 0;
}

.wub_bottom {
    padding-bottom: 0 !important;
}

.thumb {
    pointer-events: none;
}

.rightbox {
    display: none;
}

.mod_einbild_img {
    display: none;
}


/* =========================================================
   FOOTER
   ========================================================= */

#footer .s-12 {
    background: #666666;
    color: #fff;
}

#footer .s-12 h2 {
    background-color: #333333;
    color: #fff;
    padding: 10px;
    font-size: 160%;
    margin-left: 12%;
}

#footer-breit .obo_grid {
    display: block;
    min-height: 100px;
    background: #333;
    padding-left: 18%;
    padding-right: 18%;
    color: #999;
}

#footer-breit h1 {
    background-color: #333333;
    color: #fff;
    padding: 10px;
    font-size: 140%;
}

.obo_grid .obo_unit {
    color: #fff;
    padding-top: 20px;
}

.obo_grid .obo_unit a {
    color: #fff;
}

.obo_grid .obo_one-fifth,
.obo_grid .obo_w-1-5 {
    width: 100%;
}

.mein-footer {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #c1c1c1;
    background: #333;
}

.icon-sli-user,
.login-advance,
.logout-advance,
.login-forgot {
    display: none !important;
}


/* =========================================================
   FORMULARE / MINIFORM
   ========================================================= */

.miniform {
    padding-bottom: 0;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.miniform label span {
    font-weight: normal;
    padding: 3px;
  color:#999;
}

.miniform .grouping {
    color: #666;
}

.miniform label label {
    color: #999;
}

.captcha_table input[type="text"] {
    width: 70px !important;
}

td.captcha_expl {
    color: #fff;
}

input[type="submit"] {
    padding: 9px;
    color: #fff;
    font-weight: normal;
    background: #B5986D !important;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
}


/* =========================================================
   SHOP / BAKERY
   ========================================================= */

.grid {
    padding: 0 0 0 10px;
}

.grid .half,
.grid .w-1-2 {
    width: 48%;
}

.wrap .grid,
.grid.wrap {
    max-width: 75%;
}

.preis,
.preis_ {
    font-size: 28px;
    margin-bottom: 10px;
    color: orange;
    text-align: center;
}

.mod_bakery_cart_row:nth-child(2n) {
    background: #333;
}

.mod_bakery_bt_buy_f {
    font-size: 20px;
}

.mod_bakery_form_input_f {
    width: 100%;
    font-size: 18px;
    padding: 5px;
}

.mod_bakery_cust_msg_ta_f {
    background: #323D53;
    color: #fff;
    font-size: 14px;
    border: 1px solid #999;
}

.mod_bakery_agree_f {
    background: #333;
    color: #fff;
    border: none;
}

.mod_bakery_tac_f,
.mod_bakery_pay_h_f {
    text-align: left;
}

.mod_bakery_bt_pay_advance_f,
.mod_bakery_bt_pay_paypal_f,
.mod_bakery_bt_pay_invoice_f {
    font-size: 18px;
    background: green;
    color: #fff !important;
    padding: 10px !important;
    border: 1px solid #999;
}

.unit.half.mod_bakery_main_td_f {
    text-align: center;
    border: 1px solid #fff;
    background: #d6bd98;
    color: #3a3020;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.unit.half.mod_bakery_main_td_f h2 {
    background: #957d59;
}

.mod_bakery_main_input_f {
    font-size: 17px;
    text-align: center;
    padding: 8px !important;
}

.mod_bakery_bt_add_f {
    font-size: 16px;
}

.mod_bakery_main_div_cart_bt_f {
    display: none;
}

.mod_bakery_error_f {
    padding: 20px;
    margin-bottom: 20px;
}

.mod_bakery_ordernum_f {
    display: none;
}

.mod_bakery_success_f p {
    padding: 20px 20px 20px 60px;
}

.mod_bakery_item_input_f {
    text-align: center;
    font-size: 16px;
}

.kategorie-shop {
    line-height: 160%;
    font-size: 17px;
    margin-left: 3%;
    margin-right: 2%;
    width: 97%;
    margin-bottom: 20px;
}

.kategorie-shop h1 {
    width: 100%;
    text-align: center;
    background: #666;
    border: none;
    margin-left: 0 !important;
    padding: 15px !important;
}

.warenkorb {
    display: none;
}

.warenkorb a {
    padding: 12px;
    color: #fff;
}

.warenkorb-mobil {
    display: none;
}

.grundpreis {
    color: #3a3020;
}

.produktnummer {
    display: block;
    margin-top: 15px;
}

.unit img {
    border: #666 solid 3px;
    border-radius: 20px;
}


/* =========================================================
   MERKZETTEL
   ========================================================= */

.mmz_merkzettel_item {
    padding-left: 1px;
    margin-top: 20px;
    cursor: normal;
}

.mmz_merkzettel_item.mmz_selected {
    color: #fff;
    background: #850000;
    border: 1px solid #999;
}

.mmz_merkzettel_item:hover {
    background: url(../modules/znip_merkzettel/img/euro.jpg) no-repeat;
    color: #fff;
}

.mmz_merkzettel_item img {
    width: 15px;
}

#mmz_show_merkzettel {
    border-left: 5px solid #999;
    border-bottom: 5px solid #999;
    border-top: 5px solid #999;
    background: orange;
}

#mmz_show_merkzettel .remove_all {
    padding: 4px 30px;
    border-radius: 6px;
    font-size: 16px;
}


/* =========================================================
   SONSTIGE MODULE
   ========================================================= */

.rfg_header {
    margin-top: 30px;
}

.rfg_design.center ul li.group {
    margin: 5px;
    border: 1px solid #999;
}

.anynews h3 {
    font-size: 22px;
    text-align: center;
    padding: 10px;
}

div.anynews h2 {
    font-size: 18px;
}

.icon-sli-arrow-up-circle {
    font-size: 40px;
    color: #F4E594;
}

#amazingaudioplayer-1 {
    width: 20%;
}

#colorbox {
    z-index: 20000;
}

#cboxTitle {
    font-size: 1.3vw;
}


/* =========================================================
   MOBILE ALLGEMEIN
   ========================================================= */

@media screen and (max-width: 800px) {

    body {
        background: #666;
        hyphens: auto;
    }
  .mobiler-banner {display:block !important;}
    p,
    li,
    dl,
    blockquote,
    table,
    kbd {
        font-size: 18px;
        text-align: left;
    }

    h1 {
        margin-left: 10px;
        margin-right: 0;
        font-size: 22px;
        text-align: center;
    }

    h2 {
        font-size: 20px; hyphens:none;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        border: 0;
        font-family: Verdana, sans-serif;
        text-align: center;
        font-size: 15px !important;
    }

    h5 {
        font-size: 16px;
    }

    .box {
        background: #333;
        display: block;
        padding: 0 10px 0 0;
    }

    .grid {
        padding: 0 !important;
        text-align: center !important;
        xxbackground: #333 !important;
    }

    .wrap .grid,
    .grid.wrap {
        max-width: 96%;
    }

    .half {
        max-width: 100% !important;
    }

    .grid:not(.no-stacking-on-mobiles) > .unit {
        padding-bottom: 2px !important;
    }

    .no-gutters .unit {
        padding: 10px !important;
    }

    .wub_text .wub_inner {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .wub_hl_top .wub_headline {
        width: 95%;
        margin-left: 15px;
        text-align: center;
        font-size: 20px;
    }

    .wub_avoid_overflow {
        width: 100%;
        margin-left: 0;
    }

    .wub_aside img {
        width: 93%;
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #footer-breit .obo_grid {
        padding-left: 0;
        padding-right: 0;
        margin-left: -30px;
    }

    .mein-footer {
        margin-bottom: 40px;
    }

    .mein-footer a {
        color: #fff !important;
    }

    .obo_unit img {
        display: none;
    }

    input[type="submit"] {
        padding: 9px;
        color: #000;
        font-size: 14px !important;
        font-weight: normal;
        width: 100% !important;
        min-width: 100% !important;
        background: #999 !important;
        border: none;
    }

    .miniform input[type="text"],
    .miniform textarea,
    .miniform .grouping {
        width: 95%;
        margin: 0 10px;
    }

    .miniform .grouping {
        color: #fff;
    }

    .miniform label span {
        float: left;
    }

    .preis {
        display: none;
    }

    .warenkorb {
        display: none;
    }

    #cboxTitle {
        font-size: 12px;
    }

    .pbox {
        margin-top: -50px;
        height: 700px;
        z-index: 2147483647;
    }

    .beschreibung {
        font-size: 14px;
    }

    .teamblock .b_inner {
        width: 100% !important;
    }

    .bloro_grid .bloro_unit {
        width: 98% !important;
    }

    .bloro_grid .bloro_one-third,
    .bloro_grid .bloro_w-1-3 {
        margin-bottom: 20px;
    }

    .kategorie-shop {
        padding-left: 0 !important;
        width: 100% !important;
    }

}
/* Desktop-Navigation über komplette Bildschirmbreite */
@media screen and (min-width: 801px) {

    .desktop-navigation {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #333333;
    }

    .desktop-navigation .line {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #main-nav {
        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box;
    }
}
.banner-mobil {
    display: none;
}

@media screen and (max-width: 800px) {

    .banner-mobil {
        display: block !important;
        width: 100%;
        margin-top: 62px;
        background: #232323;
    }

    .banner-mobil img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
/* MOBILE BANNER + NAVIGATION */

.banner-mobil {
    xxdisplay: none;
}

@media screen and (max-width: 800px) {

    .banner-mobil {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 105px;
        background: #232323;
        z-index: 1000000;
    }

    .banner-mobil img {
        display: block !important;
        width: auto !important;
        max-width: 300px !important;
        height: auto !important;
        margin: 8px auto 0 auto !important;
    }

    .menu-mobil {
        display: block !important;
        position: fixed;
        top: 105px !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999999;
        background: #232323;
    }

    /* Platz schaffen für Banner + Navigation */
    body {
        padding-top: 167px !important;
    }
}
/* MOBILE BANNER + NAVIGATION */
/* =========================================================
   BILDBANNER / LOGO
   ========================================================= */

.bildbanner {
    position: absolute;
    left: 30px;
    top: 8px;
    z-index: 10001;
}

.bildbanner img {
    display: block;
    width: auto;
    height: 130px;
}


/* =========================================================
   MOBIL
   ========================================================= */

@media screen and (max-width: 800px) {

    .bildbanner {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 150px;
        background: #232323;
        text-align: center;
        z-index: 1000001 !important;
    }

    .bildbanner img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 85% !important;
        xxmax-height: 90px !important;
        margin: 5px auto 0 auto !important;
    }

    .menu-mobil {
        top: 130px !important;
    }

    body {
        padding-top: 162px !important;
    }
}
@media screen and (min-width: 801px) {

    .desktop-navigation {
        width: 100% !important;
        height: 150px !important;
        margin: 0 !important;
        padding: 0 !important;

        background-image: url("/templates/wbcezon/img/banner-desktop.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
  
   .desktop-navigation {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .desktop-navigation .line {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    #main-nav {
        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }
    #main-nav {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .top-nav ul {
        float: right;
        margin-right: 80px !important;
    }
}
