
/* Zentrales Stylesheet gna */ 


/* Webfont: Lufga */

@font-face {
    font-family: 'Lufga';
    src: url('https://www.josef-biffar.de/icoaster/files/lufga_medium.eot?#iefix') format('embedded-opentype'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_medium.woff2') format('woff2'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_medium.woff') format('woff'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://www.josef-biffar.de/icoaster/files/lufga_regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_regular_2.woff2') format('woff2'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_regular.woff') format('woff'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('https://www.josef-biffar.de/icoaster/files/lufga_light_2.eot?#iefix') format('embedded-opentype'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_light.woff2') format('woff2'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_light_2.woff') format('woff'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('https://www.josef-biffar.de/icoaster/files/lufga_thin.eot?#iefix') format('embedded-opentype'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_thin.woff2') format('woff2'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_thin.woff') format('woff'),
    url('https://www.josef-biffar.de/icoaster/files/lufga_thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Basisgestaltung und Layoutbereiche */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
    width: 100%;
    position: relative;
    min-height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    color: #000;
    /* Margin bottom by footer height */
    margin-bottom: 200px;
}
.wrap {
    margin-right: -10px;
}
.img-responsive {
    padding-right: 10px;
}
h1, .h1 {
    font-size: 35px;
    margin-left: -2px;
    margin-bottom: 14px;
}
h2, .h2 {
    font-weight: 500;
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}
h3, .h3 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #7E715D;
}
p a {
    text-decoration: underline;
}
p, .p {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 4px;
}
p.caption {
    font-weight: normal;
    font-size: 10px;
    margin-top: 8px;
    padding-left: 28px;
}
b, strong {
    font-weight: 500;
}
.news-kachel h1 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background-color: #BC002D;
    padding: 5px 3px 4px;
    color: #fff;
    letter-spacing: 0.03em;
    margin-left: 0;
    height: 33px;
}
.news-kachel p {
    font-size: 18px;
    text-align: center;
    border: 1px solid #7E715D;
    color: #7E715D;
    padding: 12px 5px 8px;
    margin-top: -8px;
    height: 100px;
}
.shop-kachel {
    margin-top: 12px;
}
.shop-kachel img {
    padding-right: 0;
    object-fit: cover;
}
.restaurant-kachel {
    margin-top: 16px;
    padding: 14px 10px 16px 14px;
    height: 155px;
    background-color: #F2EEE7;
}
.restaurant-kachel h3 {
    margin-top: -2px;
    margin-bottom: 7px;
}
.restaurant-kachel p {
    font-size: 9px;
    background-color: #F2EEE7;
}
.btn-center-bottom {
    bottom: -2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    color: #fff;
    height: 36px;
    width: 202px;
    line-height: 28px;
    margin: 0.8em 0;
    padding: 4px 5px 1px;
    background-color: #BC9F70;
    text-align: center;
    text-decoration: none;
}

/***** Media Queries *****/
@media (min-width:400px) {
    .news-kachel h1 {
    }
    .news-kachel p {
        font-size: 18px;
        text-align: center;
        border: 1px solid #7E715D;
        color: #7E715D;
        padding: 12px 5px 8px;
        margin-top: -8px;
        height: 100px;
    }
    h3, .h3 {
        font-size: 14px;
    }
    .restaurant-kachel {
        height: 193px;
    }
    .restaurant-kachel p {
        font-size: 12px;
    }
}
@media (min-width:768px) {
    body {
        margin-bottom: 54px;
    }
    .wrap {
        margin-right: 0;
        margin-top: 80px;
    }
    .img-responsive {
        padding-right: 0;
    }
    h1, .h1 {
        font-size: 44px;
    }
    h2, .h2 {
        font-size: 13px;
    }
    p, .p {
        font-size: 12px;
    }
    p.caption {
        font-size: 9px;
        padding-left: 0;
        margin-bottom: 10px;
    }
    #japanisch img, #facebook img {
        height: 20px;
        width: auto;
        margin-top: -6px;
    }
    .img-fluid {
        margin-left: -15px;
        padding-left: 0;
        padding-right: 0;
        margin-right: -15px;
        float: right;
        width: auto;
    }
    .img-responsive.start {
        margin-top: -103px;
    }
    .news-kachel p {
        padding: 20px 5px 8px;
        height: 140px;
    }
    .shop-kachel {
        margin-top: 25px;
        height: 178px;
    }
    .shop-kachel img {
        height: 178px;
    }
    h3, .h3 {
        font-size: 12px;
    }
    .restaurant-kachel p {
        font-size: 9px;
    }
    .restaurant-kachel {
        margin-top: 25px;
        padding: 10px 6px 12px 9px;
        height: 178px;
    }
    .btn-center-bottom {
        width: 172px;
    }
}

@media (min-width:992px) {
    body {
        line-height: 1.5;
    }
    h1, .h1 {
        font-size: 60px;
        margin-left: -4px;
    }
    .wrap {
        margin-top: 94px;
    }
    h2, .h2 {
        font-size: 16px;
    }
    p, .p {
        font-size: 14px;
    }
    p.caption {
        font-size: 10px;
    }
    .img-responsive.start {
        margin-top: -140px;
    }
    h3, .h3 {
        font-size: 13px;
    }
    .news-kachel p {
        padding: 30px 5px 8px;
        height: 152px;
    }
    .restaurant-kachel p {
        font-size: 11px;
    }
    .btn-center-bottom {
        width: 200px;
        bottom: 6px;
    }
    .restaurant-kachel {
        height: 190px;
    }
    .shop-kachel, .shop-kachel img {
        height: 190px;
    }

}
@media (min-width:1200px) {
    .wrap {
        margin-top: 106px;
    }
    body {
        line-height: 1.7;
    }
    p, .p {
        margin-bottom: 9px;
    }
    p.caption {
        font-size: 12px;
    }
    .shop-kachel, .shop-kachel img {
        height: 220px;
    }
    .restaurant-kachel {
        height: 220px;
    }
    h3, .h3 {
        font-size: 16px;
    }
    .restaurant-kachel p {
        font-size: 12px;
    }
    .news-kachel p {
        height: 181px;
    }
}



/* Navigationen */
/* Navigation */

.navbar-brand {
    padding: 8px 0;
}
.navbar-toggle {
    padding: 10px 7px;
    border-radius: 0;
    margin-right: 6px;
    margin-top: 11px;
}
.navbar-custom {
    margin-bottom: 0;
}
.navbar-nav {
    font-weight: 500;
    letter-spacing: 0.02em;
    height: 47px;
}
.navbar-nav > li {
    text-transform: uppercase;
    letter-spacing: .05em;
}
.dropdown-menu {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #8E7D63;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #8E7D63;
    text-decoration: none;
    background-color: transparent;
}
.nav.navbar-nav > li.dropdown > a.active {
    color: #8E7D63;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color:#8E7D63;
}
.footer-nav {
    width: 100%;
    float: left;
    margin: 0 5px;
    padding: 5px 0;
    list-style: none;
    text-align:center;
}
.footer-nav li {
    display: inline-block;
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 16px;
}
.footer-nav li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #fff;
}
.footer-nav li a:hover, .footer-nav li a:focus {
    color: #BC9F70;
}
.footer-nav li a img {
    max-width: none;
    width: 30px;
    height: auto;
    margin-top: -6px;
}

/***** Media Queries *****/
@media (min-width:768px) {
    .navbar-brand.hidden-xs img {
        width: 160px;
    }
    .navbar-default {
        margin-left: 0;
        margin-top: -17px;
        background-color: rgba(255,255,255,.8);
    }
    .navbar-custom {
        margin-bottom: 0;
        /* -webkit-filter: blur(10px);
         -moz-filter: blur(10px);
         -o-filter: blur(10px);
         -ms-filter: blur(10px);
         filter: blur(10px);*/
    }
    .navbar-header {
        padding-right: 15px;
    }
    .height-nav-background {
        color: rgba(255,255,255,.8);
        height: 130px;
    }
    .navbar-right {
        margin-right: 15px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    .navbar-nav {
        margin-top: 22px;
    }
    .navbar-nav > li {
        float: left;
        font-size: 12px;
    }
    .navbar-nav.nav > li > a {
        padding: 8px 8px 0;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-top: -8px;
        margin-left: 9px;
    }
    .dropdown-menu {
        min-width: 60px;
        padding: 5px 5px 5px 0;
        margin: 0 7px;
        font-size: 12px;
        line-height: 1.38888889;
        font-family:'Lufga',Helvetica,Arial,sans-serif !important;
        font-weight: normal;
        background-color: rgba(255, 255, 255, .0);
        border-radius: 0;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a {
        padding: 3px 0px;
        font-size: 12px;
        color: #000000;
        white-space: nowrap;
        text-transform: capitalize;
        letter-spacing: .01em;
    }
    .footer-nav {
        font-size: 12px;
    }
    .footer-nav li {
        font-size: 12px;
    }
    .footer-nav li a {
        padding: 8px 10px;
    }
    .footer-nav li a img {
        width: 24px;
        margin-top: -3px;
    }
}

@media (min-width:992px) {
    .navbar-brand.hidden-xs img {
        width: 230px;
    }
    .navbar-nav > li {
        letter-spacing: .07em;
        font-size: 15px;
    }
    .navbar-default {
        margin-left: 15px;
        margin-top: -8px;
    }
    .dropdown-menu > li > a {
        font-size: 14px;
    }
}

@media (min-width:1220px) {
    .navbar-brand.hidden-xs img {
        width: 250px;
        height: auto;
    }
   .navbar-default {
        margin-left: 2%;
        margin-right: 2%;
    }
    .navbar-nav {
        margin-top: 32px;
    }
    .navbar-nav.nav > li > a {
        padding: 8px 15px 0;
    }
    .height-nav-background {
        height: 145px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-top: -6px;
        margin-left: 14px;
    }
}

@media (min-width:1600px) {
    .navbar-default {
        margin-left: 12%;
        margin-right: 12%;
    }
}

@media (min-width:1900px) {
    .navbar-default {
        margin-left: 20%;
        margin-right: 20%;
    }
}

/* Off Canvas */
@media (max-width: 767px) {
  .navbar-offcanvas {
    position: fixed;
    height: 100%;
    width: 250px;
    max-width: 100%;
    left: -250px;
    top: 0;
    z-index: 999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in; }
    .navbar-offcanvas.in {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .navbar-offcanvas.navbar-offcanvas-fade {
      opacity: 0; }
      .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1; }
    .navbar-offcanvas.offcanvas-transform.in {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
    .navbar-offcanvas.offcanvas-position.in {
      left: 0; }
    .navbar-offcanvas.navbar-offcanvas-right {
      left: auto;
      right: -250px; }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform .in {
        -webkit-transform: translateX(-250px);
            -ms-transform: translateX(-250px);
                transform: translateX(-250px); }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0; }
    .navbar-offcanvas .dropdown.active .caret {
      border-top: 0;
      border-bottom: 4px solid; }
    .navbar-offcanvas .dropdown-menu {
      position: relative;
      display: block;
      width: 100%;
      background: inherit;
      border: inherit;
      box-shadow: none;
      padding: 0;
      overflow: hidden;
      -webkit-transition: all 0.15s ease-in;
              transition: all 0.15s ease-in;
      height: 0; }
      .navbar-offcanvas .dropdown-menu.shown {
        height: auto; }
      .navbar-offcanvas .dropdown-menu > li > a {
        color: #777;
        padding: 5px 15px 5px 30px; } }

.offcanvas-toggle {
  background: #f8f8f8; }
  .offcanvas-toggle .icon-bar {
    background: #000; }
  .offcanvas-toggle.offcanvas-toggle-close {
    margin-right: 0; }
    .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(5px, 4px);
          -ms-transform: rotate(45deg) translate(5px, 4px);
              transform: rotate(45deg) translate(5px, 4px); }
    .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(2) {
      opacity: 0; }
    .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(3) {
      -webkit-transform: rotate(-45deg) translate(4px, -4px);
          -ms-transform: rotate(-45deg) translate(4px, -4px);
              transform: rotate(-45deg) translate(4px, -4px); }


/**
 * custom styles for the off canvas
 */


/* we use the same width here as in bootstrap.offcanvas.css */
@media (max-width: 767px) {
    .offcanvas-toggle {
        background: #d5c6b1;
    }
    .offcanvas-toggle .glyphicon {
        top: 3px;
    }
    .navbar-offcanvas .dropdown-menu {
        display: block !important;
        height: auto;
    }
    .navbar-offcanvas .navbar-nav {
        margin-right: 0;
        margin-top: 72px;
        margin-left: 12px;
    }
    .shop-offcanvas-abstand {
        margin-top: -50px;
    }   
    .navbar-offcanvas .navbar-nav > li {
        clear: both;
        font-size: 16px;
    }
    .navbar-nav > li > .dropdown-menu li{
        font-size: 15px;
    }
    .navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus {
        color: #8E7D63;
    }
    .navbar-offcanvas .navbar-nav > li > a {
        margin: 0;
        float: none;
        padding-top: 10px;
    }
    .navbar-offcanvas .dropdown-menu > li > a {
        color: #000;
        padding-left:16px;
    }
    .dropdown-menu > li > a {
        text-transform: capitalize;
        letter-spacing: .01em;
    }
    #facebook {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 22px;
    }
    #japanisch {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 60px;
        top: 22px;
    }
    #japanisch img, #facebook img {
        height: 36px;
        width: auto;
    }
    .nav > li.navbar-toggle-nav {
        position: absolute;
        left: 11px;
        top: 19px;
    }
    .nav > li.navbar-toggle-nav .navbar-toggle {
        padding: 5px 9px;
    }
    .navbar-nav.shop-offcanvas {
    margin-top:40px;
    }
    .navbar-nav.shop-offcanvas > li > a:focus, .navbar-nav.shop-offcanvas > li > a:hover {
    background-color: #D5CA64;
    border: none;
    }    
    .shop-offcanvas > li {
    margin-right: 12px;
    margin-top: 6px;
    }
    .navbar-default .navbar-nav.shop-offcanvas > li > a {
    padding-left: 16px;
    margin-right: 26px
    }
    .shop_nav ul > li {
        font-size: 0.8em;
    }
    hr.shop-offcanvas {
        margin-left: 12px;
        margin-right: 38px;
        border-width: 1px;
    }

}

/* Formulare */
.wk-form h2 {
    font-size: 1em;
    letter-spacing: 0.1em;
    margin: 3em 0 -0.7em;
    text-transform: uppercase;
    line-height: 20px;
}
.wk-2-form h2, .wk-2-form h2 h2 {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 20px;
    margin: 1em 0 0.65em 0;
    text-transform: uppercase;
}
.wk-form p, .wk-2-form p {
    margin-top: -0.5px;
    line-height: 1.3em;
}
h2.product-name {
    margin-top: 0;
}
label, input, select, textarea {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}
.wk-2-form form h2 label {
    font-weight: bold;
    margin-left: 5px;
}

input.reihe {
    margin-bottom: 10px;    
}

input[type=text], input[type=password] {
    border: 1px solid #000;
    padding: 3px 5px;
}

input.sm {
    width: 27%;
}
input.lg {
    width: 78%;
}
.form-group {
    margin-bottom: 4px;
    *zoom: 1;
}

.form-group:before,
.form-group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.form-group:after {
    clear: both;
}
.form th {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: left;
    padding-right: 10px;
    height: 20px;
    width: 120px;
}
.form td {
    padding-right: 20px;
    height: 20px;
}
.frm td {
    height: 20px;
}
div.clearer {
    clear: both;
}
.cart3 th{
    padding: 10px 10px 10px 0px;
    width: 200px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0.35em 0 0.75em;
    
}
.errtxt {
    color: #c00012;
}

.cart4 th,
.cart4_2 th {
    font-weight: bold;
}

.cart4_2 th {
    width: 200px;
}

td.cart2 {
    width: 190px;
    padding-right: 0px;
}




/* forms fuer register etc. */

ul.fieldset li.field-row {
    clear:left;
    margin:0;
    padding:0;
}
ul.fieldset li.field-row .field-col {
    padding:0 0 10px 0;
    display:block;
    float:left;
    width: 50%;
}
ul.fieldset li.field-row .field-col.wide {
    width: 100%;
}
ul.fieldset li.field-row label {
    width: 120px;
    display: inline-block;
}
ul.fieldset li.field-row label.radio {
    width:230px;
}
ul.fieldset li.field-row label.error {
    color: #a00;
    width: 100%;
}
ul.fieldset li.field-row label.wide {
    width: auto;
}

ul.fieldset li.field-row.buttons {
    text-align:right;
    padding-top:10px;
}
ul.fieldset li.field-row.buttons .field-col {
    width:100%;
    text-align:right;
}

ul.fieldset li.field-row.buttons.arrow {
    text-align:left;
}

ul.fieldset li.field-row.buttons.arrow .ico {
    display:none;
}

ul.fieldset li.field-row.buttons .button-arrow {
    float:right;
    padding:0 0 8px 45px;
    background:url() no-repeat 0 2px;
}
ul.fieldset, ul.fieldset li {
    list-style:none !important;
    padding-left:0 !important;
}

#com-reload-captcha-img img {
    vertical-align: middle;    
    border:1px solid #000;
    padding: 7px 23px;
}
#com-reload-captcha-lnk {
    padding-left: 5px;
}
.wk-captcha {
    margin: 10px 0;
}
input.left {
    right: 14px;
    position: absolute;
}
#container-fixed-nav {
    position: fixed;
top: 0;
z-index:99;
}
/* bootstrap */
.form-control {
    border-radius: 0px;
}
.form-horizontal .control-label {
    text-align: left;
    padding-right: 2px;
}
p.help-block {
    margin-top: 5px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 0;
}

/* Für Tablet hoch */

@media screen and (max-width: 800px) {
    ul.wk-captcha {
        margin-top: 10px;
    }
    input.reihe {
    margin-bottom: 4px;
    }
    .wk-form h2 {
    font-size: 1em;
    margin: 1.5em 0 -0.7em;
    line-height: 20px;
    }
    select.form-control {
        margin-bottom: 5px;
    }
}
/* Für Smartphone hoch */

@media screen and (max-width: 320px) {
    #com-reload-captcha-img img {
    padding: 7px;
    }
}

/* Shop */
.shop_nav {
    background-color: #F7F5F0;
    display: block;
    padding-bottom: 28px;
    padding-top: 0;
    margin-top: 3px;
}
.shop_content {
    padding-bottom: 60px;
    padding-right: 24px;
}
.container.shop {
    margin-top: 134px;
}

/* Navigation Shop */
.shop_nav ul {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 25px;
    margin-left: 25px;
    list-style: outside none none;
}
.shop_nav ul > li {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}
.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    line-height: 1.6;
    margin-right: 0;
    color: #000;
}
li.wk-nav-head {
    margin-left: 14px;
}
.nav-tabs {
    border-bottom: 1px solid #8E7D63;
}
.nav.nav-tabs.nav-stacked:last-child {
    border-bottom: none;
    margin-bottom: -10px;
}

a.alle_artikel{
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 1em !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.nav > li > a {
    padding: 5px 15px 5px 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    color: #000;
    background: transparent;
    border: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
    background: transparent;
    color: #000;
}
.shop_nav_select {
   margin-bottom: 20px;
}
.shop_nav_select .form-control {
    border-radius: 0px;
    border: 0px solid #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
.shop_nav_select option {
    padding: 15px 15px;
}

.form-control {
    color: #000;
}
ul > li.warenkorb_info {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0;
    text-transform: none;
    padding-left: 15px;
}
.shop_nav ul > li h5 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    margin: 5px 0 0 -24px;
    text-transform: none;
    padding-left: 0px;
}
.shop_nav ul > li p {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 0 0 -24px;
    text-transform: none;
}

/* Shop Content */
hr {
    background-color: #8E7D63;
    border: medium none;
    color: #8E7D63;
    height: 1px;
    margin-top: 8px;
}
hr.v2 {
    margin-bottom: 8px;
}
.shop_header h1 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: -10px;
    font-size: 0.92em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.artikelbezeichnung h1 {
    padding-top: 30px;
    padding-bottom: 5px;
    margin-bottom: -10px;
}
img.img_shop_start {
    border: 1px solid rgba(142,125,99,.5);
    margin: 0.8em -5em 0 0;
}
.shop_content h2 {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    margin: 0.5em 0 0.2em 0;
    text-transform: uppercase;
    line-height: 20px;
}
.shop_content p {
    margin-top: -0.5px;
    line-height: 1.3em;
}
.artikeltext {
    margin-left: -10px;
}
.weitere_info {
    margin-top: -12px;
}
.weitere_text h1 {
    line-height: 1.2em;
    font-size: 48px;
}
.weitere_info a {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    text-decoration: underline;
}
.hinzugefuegt, .nicht_verfuegbar {
    font-size: 0.7em;
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.3em;
    text-decoration: none;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 6px 10px;
     }
.hinzugefuegt {
    color: #83a400;    
    border: 1px solid #83A400;
}
.nicht_verfuegbar {
    color: #c00012;    
    border: 1px solid #c00012;
}
.price {
    border: 1px solid #8E7D63;
    font-weight: 500;
    line-height: 35px;
    margin: 15px 0 23px 0;
    padding-top: 3px;
    width: 80px;
    display: inline-block;
    text-align: center;
}
.aktion {
    background-image: url("https://www.josef-biffar.de/icoaster/files/aktion.gif");
    background-repeat: no-repeat;
    display: block;
    height: 84px;
    margin-bottom: -18px;
    margin-left: 18em;
    margin-top: -50px;
    width: 164px;
}
.aktion-price-info {
    color: #b00;
    font-weight: 500;
}
.price.price-aktion {
    border-color: #b00;
}
.artikeltext_detail .price {
    border: 1px solid #8E7D63;
    font-weight: 500;
    line-height: 30px;
    margin: 5px 0 7px 0;
    padding-top: 3px;
    width: 80px;
    display: inline-block;
    text-align:center;
}
.price_liter {
    font-size:0.7em;
    line-height: 18px;
    font-weight: 300;
}

.mwst p {
    font-size:0.7em;
    line-height: 0.95em;   
}
.mwst a {
    text-decoration: underline;
}
a.btn-IN-DEN-WARENKORB {
background-image: url("https://www.josef-biffar.de/icoaster/files/bt_indenwarenkorb.gif");
    vertical-align: bottom;
}
a.btn-l {
    width: 50px;
}
a.btn-s, a.btn-m, a.btn-l {
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    margin-top: -10px;
}
.anzahl {
    display: inline;
    position: absolute;
    margin-bottom: 20px;
    margin-top: -36px;
    color: #8E7D63;
    font-size: 16px;
    right: 0;
}
#amount {
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
    width: 52px;
    line-height: 27px;
    text-align: center;
    margin: -3px 8px 0 10px;
    border: 1px solid #8E7D63;
}
.anzahl form {
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.02em;
    display: inline;
    padding-top:-30px;
}
.trenner {
       margin: 15px 0 -10px 0;
}

/* Shop-Detail */
img.img_shop_detail {
    border: 1px solid rgba(142,125,99,.5);
    width: 95%;
    height: auto;
    margin-bottom: 20px;
}
.artikelbezeichnung h1 {
    margin-bottom: 29px;
    font-size: 48px;
    padding-top: 0;
}
table {
    margin-top: 5px;
}
td.bold {
    font-weight: 500;
    padding-right: 8px;
}
td {
    padding-bottom: 5px;
}
.qualitaet, .kommentar_klein, table {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size:1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p.shop_details {
    line-height: 1.9em;
}
.anzahl.shop_details {
    margin-right: 5px;
    margin-top: -77px;
}

/* Warenkorb */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

.warenkorb {
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 48px;
    padding-top: 0px;
}
.warenkorb_header h1 {
    text-align:center;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 0px;
}
#cartTop {
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
}
#cartTop a.active {
    color: #000;
}
#cartTop a {
    margin-right: 6px;
}
#cartTop span {
    color: #777776;
    margin-right: 6px;
}
.data-table th {
    font-family:'Lufga',Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 0.75em;
    padding: 5px 20px 0px 0px;
    white-space: nowrap;
}
#shopping-cart-table .cartProduct_img img {
    max-width: inherit;
}
.data-table td {
    padding: 0px 20px 14px 0px;
/*    border-bottom: 1px solid #000;*/
}
.data-table tbody td {
    vertical-align: top;
}
fieldset {
    border: 0 none;
}
span.nowr {
    white-space: nowrap;
}
td.last {
    padding-right: 0px;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.a-left {
    text-align: left !important;
}
td.col1:nth-child(2) {
min-width: 100%;
}

a.cartDeleteButton {
    background-image: url("https://www.josef-biffar.de/icoaster/files/btn_papierkorb.gif");
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    margin-top: 0em;
    width: 21px;
}

.col3 input[type="text"] {
    border: 1px solid #000;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
    width: 50px;
    margin-top: 10px;
    display: block;
}
a.cartAmountUpdate {
    color: #c00012;
    font-size: 0.7em;
    margin-top: 20px;
}
.wk_price {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
span.wk-3 {
    font-size: 1em;
    color: #000;
}
td.einzelpreis, td.td-name, td.col4 {
    padding-top: 16px;
}
.warenwert td {
    padding-top: 14px;
    padding-bottom: 0px;
    border-bottom: 0px solid #000;
}
td.wk-3 {
    padding-top: 2px;
}
.form tbody tr th small {
    font-size: 1.1em;
    letter-spacing: 0.05em;    
}
.warenkorb_small td {
    padding-top: 5px;
}
.warenkorb_small, .warenkorb_small p, .warenkorb_small h4 {
    font-size: 0.85em;
    line-height: 16px;    
}
.warenkorb_small h4 {
    font-weight: 500;
    margin-bottom: 2px;
}
.button-bar td {
    padding-top: 8px;
    padding-bottom: 0px;
    border-bottom: 0px solid #000;
}
a.btn-WEITERE-ARTIKEL, a.btn-ZUR-KASSE, a.btn-ZURUECK, a.btn-ANGABEN-SPEICHERN, a.btn-ANGABEN-AENDERN, a.btn-BESTAETIGEN, a.btn-LEEREN, a.btn-KONTAKT, a.btn-DRUCKEN, a.btn-ZUM-SHOP, .button, a.button, #popup_ok {
    background-color: #BC9F70;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0.8em 0;
    padding: 4px 20px 1px;
    text-align: center;
    width: auto;
    text-decoration: none;
}
.warenkorb_small a {
text-decoration: underline;
}
a:hover, a:focus {
    text-decoration: none;
    color: #8e7d63;
}
.cartSumTitle {
    font-size: 1em;
    font-weight: bold;
    margin-right: 40px;
}
.cartSum {
    font-size: 1em;
    font-weight: normal;
    margin-right: 40px;
}
.cartDelete.a-center {
    padding-top: 19px;
}

/*Media-Queries*/
@media screen and (max-width: 1190px) {
    .artikeltext {
        padding-left: 4%;
    }
}


/* Für Tablet quer */
@media screen and (max-width: 1024px) {
    .nav > li > a {
        padding-left: 0;
    }
    .shop_header h1 {
        padding-top: 15px;
    }
    .shop_nav {
        padding-top: 15px;
    }
}
@media screen and (max-width: 992px) {
    .container.shop {
        margin-top: 105px;
    }
    .shop_nav {
        padding-top: 8px;
    }
    .shop_nav ul > li {
        font-size: 0.7em;
    }
    .shop_nav ul {
        margin-right: 14px;
        margin-left: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .shop_header h1 {
        padding-top: 0;
        font-size: 0.7em;
    }
    .anzahl {
        margin-top: -96px;
    }
    .weitere_info {
        margin-top: -6px;
    }
    .weitere_info a {
        font-size: 12px;
    }
    .artikelbezeichnung h1, .weitere_text h1 {
        font-size: 40px;
        line-height: 1.1em;
    }
    .qualitaet, .kommentar_klein, table, td {
        font-size: 0.9em;
    }
    .anzahl.shop_details {
        margin-top: -84px;
    }
    .artikeltext_detail .price {
        margin: 15px 0 17px 0;
    }
    p.shop_details {
        font-size: 0.8em;
    }
}

/* Für Small-Tablet quer */
@media screen and (max-width: 800px) {
    .price {
        margin: 9px 0 10px;
    }
    .anzahl {
        margin-top: -77px;
    }
    .shop_header h1 {
        padding-top: 0px;
    }
    .shop_nav {
        padding-top: 5px;
        padding-bottom:30px;
    }
    .shop_content {
        padding-bottom: 7px;
    }
    .shop_nav ul {
        margin-right: 10px;
        padding-bottom: 5px;
        padding-top: 14px;
    }
    img.img_shop_detail {
    width: 100px;
    height: auto;
    }
    .artikelbezeichnung h1 {
    margin-bottom: 14px;
    padding-bottom: 0px;
    padding-top: 2px;
    }
    .anzahl.shop_detail {
        margin-top: -90px;
    }
    .aktion {
    margin-left: 10em;
    margin-top: -25px;
    }
    #cartTop {
    font-size: 0.67em;
    line-height: 13px;
    text-align: center;
    padding-top: 4px;
    }
    .warenkorb_header h1 {
    margin-bottom: -4px;
    padding-bottom: 0;
    padding-top: 0;
    }
    .data-table th {
    font-size: 0.65em;
    }
    .wk_price {
    font-size: 0.8em;
    line-height: 0.7em;
    }
    .col3 input[type="text"] {
    font-size: 0.8em;
    margin-top: 12px;
    }
    span.wk-3 {
    font-size: 0.8em;
    }
    a.btn-WEITERE-ARTIKEL, a.btn-ZUR-KASSE, a.btn-ZURUECK, a.btn-ANGABEN-SPEICHERN, a.btn-ANGABEN-AENDERN, a.btn-BESTAETIGEN, a.btn-LEEREN, a.btn-KONTAKT, a.btn-DRUCKEN, a.btn-ZUM-SHOP, .button, a.button, #popup_ok {
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    margin: 0.8em 0;
    padding: 2px 10px 0;
    }
}

/* Für Smartphone und Small-Tablet hoch */
@media screen and (max-width: 768px) {
    .container.shop {
        margin-top: -26px;
    }
    .shop_nav_select {
        margin-left: 6px;
        margin-right: 25px;
    }
    .shop_nav_select .form-control {
        border-radius: 0;
        border: none;
        background-color: #F7F5F0;
    }
    .shop_content {
        padding-bottom: 7px;
        padding-left: 15px;
    }
    img.img_shop_start {
        width: 22%;
        height: auto;
        float: left;
    }
    .artikeltext {
        padding-left: 28%;
    }
    .shop_content p {
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .weitere_info a {
        font-size: 0.9em;
    }
    .price_liter {
        font-size: 0.9em;
        line-height: 20px;
    }
    #amount {
        margin-left: 6px;
        margin-right: 4px;
    }
    .anzahl {
        margin-top: -89px;
    }
    .anzahl {
        right: 24px;
    }
    ul > li.warenkorb_info {
    padding-left: 0px;
    }
}
/* Für Smartphone und Small-Tablet hoch */
@media screen and (max-width: 600px) {
    img.img_shop_start {
        width: 22%;
        height: auto;
        float: left;
    }
    img.img_shop_detail {
    width: 200px;
    height: auto;
    }
    p.shop_details {
        font-size: 0.9em;
        line-height: 1.9em;
    }
    .warenkorb {
    margin-top: 14px;
    }
}

/* Für Smartphone*/
@media screen and (max-width:568px) {
    img.img_shop_start {
        width: 22%;
        height: auto;
        float: left;
    }
    .anzahl form {
        font-size: 0.8em;
    }
    ul.fieldset li.field-row label {
    display: inline-block;
    width: 300px;
    }
}
@media screen and (max-width:470px) {
    .anzahl {
        margin-top: -115px;
        right: 8px;
    }
    .shop_content h2, .shop_content p, .weitere_info a, .price_liter {
        font-size: 0.75em;
        line-height: 1.4em;
    }
    .anzahl {
        margin-top: -82px;
    }
}
@media screen and (max-width:410px) {
    img.img_shop_start {
        width: 14%;
    }
    .artikeltext {
        padding-left: 22%;
    }
    .trenner {
        margin: 5px 0 -22px 0;
    }
    .shop_header h1 {
        margin-bottom: -24px;
    }
}
@media screen and (max-width:376px) {
    .price {
        margin: 9px 0 10px;
        font-size: 14px;
        width: 68px;
        padding-top: 0;
        line-height: 28px;
    }
    #amount {
        font-size: 14px;
        margin: -6px 8px 5px 10px;
        padding: 2px;
        line-height: 23px;
    }
    .anzahl {
        margin-top: -80px;
        right: -1px;
    }
    a.btn-IN-DEN-WARENKORB {
        background-size: 40px;
        margin-top: 0;
    }
}
@media screen and (max-width:370px) {
    .anzahl {
        margin-top: -99px;
        right: -5px;
    }
}
@media screen and (max-width:340px) {
    .anzahl {
        right: -8px;
    }
    #amount {
        font-size: 12px;
        margin: -6px 1px 5px 6px;
    }
}
/* Für Smartphone hoch */
@media screen and (max-width:320px) {
    .artikeltext {
        margin-left: 0;
    }
    .cart .data-table td.td-img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 20%;
    }
    .cart .data-table td.td-name {
    padding-left: 5px;
    padding-right: 0;
    text-align: left;
    width: 75%;
    }
    .cart .data-table td.td-name h2 {
    text-align: left;
    white-space: normal;
    }
    .weitere_info a {
        line-height: 0.9em;
    }
    .aktion {
    margin-bottom: 0;
    margin-left: 2.7em;
    margin-top: -15px;
    }
    .shop_header h1 {
    margin-bottom: -16px;
    }
    .anzahl {
        left: 0px;
        position: relative;
    }
    img.img_shop_detail {
    width: 130px;
    height: auto;
    }
    .mwst {
    margin-bottom: 30px;
    }
    #cartTop {
    font-size: 0.6em;
    line-height: 20px;
    margin-bottom: -10px;
    margin-top: -5px;
    padding: 0;
    }
    .cart .data-table thead, .cart .data-table colgroup {
        display: none;
    }
    colgroup {
        display: none;
    }
    .cart .data-table tr {
    margin: 0;
    }
    .cart .data-table td, .cart .data-table tr, .cart .data-table tbody {
    display: inline-block;
    text-align: left !important;
    }
    
    .data-table tfoot tr {
    width: 100%;
    }
    .data-table td {
    border-bottom: none;
    }
    .cart .data-table td {
    border: 0 none;
    margin: 0;
    }

    tr.warenkorb_small {
        border-bottom: 1px solid #000;
    }
/*    span.cart-price {
        padding-left: 2px;
}*/
    td.einzelpreis {
        padding-left: 3px;
    }
    .cartSumTitle {
    font-size: 0.8em;
    margin-right: 0;
    }
    .cartSum {
    font-size: 0.8em;
    margin-right: 0;
    }

}




/* Modal */
.modal {
    display: none;
    width: 480px;
    background: #fff;
    padding: 30px;
    height: 504px;
    /*
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    */
}

.modal a.close-modal {
    position: absolute;
    top: -22px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    /*text-indent: -9999px;*/
    background-color: #000;
    color: #fff;
    text-align:center;
    font-size:12px;
    box-sizing: border-box;
    padding-top: 4px;
}

.modal h5 {
    font-size: 14px;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.modal-body {
    max-height: 400px;
    overflow: auto;
}
.modal .text {
    line-height: 1.2;
}
/*
.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
background: url(spinner.gif) #111 no-repeat center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
*/


/* Print */
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
  
  * {
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
    background:transparent !important;
  }
  
  html { background-color:#fff; }
  
  /* Hide navigation */
  nav { display:none; }

  /* Show link destinations in brackets after the link text */
  a[href]:after { content: " (" attr(href) ") "; }
  
  a[href] {
    font-weight:bold;
    text-decoration:underline;
    color:#06c;
    border:none;
  }
  
  /* Don't show link destinations for JavaScript or internal links */ 
  a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
  
  /* Show abbr title value in brackets after the text */
  abbr[title]:after { content: " (" attr(title) ")"; }

  figure { 
    margin-bottom:1em; 
    overflow:hidden;
  }

  figure img { border:1px solid #000; }

  shop_content h2 {
  margin-top: -30px;
  }

  .wrap_shop_nav,
  .logo,
  .nichtdrucken {
  display: none;
  }

  .wrap_shop_content {
  width: 100%;
  }

}/* eof */




