/* 
Theme Name: Bio Augustin
Version: 1.0
Author: SELBY & CO. Werbeagentur GmbH
Author URI: https://selbyco.com/
*/

@font-face {
    font-family: "DINNextRoundedLTPro-Regular";
    src: url(fonts/DINNextLTPro-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "DINNextRoundedLTPro-Regular";
    src: url(fonts/DINNextLTPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "DINNextRoundedLTPro-Regular";
    src: url(fonts/DINNextLTPro-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "DINNextRoundedLTPro-Regular";
    src: url(fonts/DINNextLTPro-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "DINNextRoundedLTPro-Regular", sans-serif;
    line-height: 1.5;
    color: #721511;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
@media only screen and (min-width:1440px) {
    body {
        font-size: 1.25rem;
    }
}

body.lock-scroll{
    overflow: hidden;
}

::selection {
    opacity: 1;
    color: #fff;
    background: #721511;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #721511;
}

@media only screen and (orientation:landscape) {
    .d-landscape {
        display: block
    }
    .d-portrait {
        display: none
    }
}
@media only screen and (orientation:portrait) {
    .d-landscape {
        display: none
    }
    .d-portrait {
        display: block
    }
}

.relative {
    position: relative;
}
.row-s {
    margin-right: -5px;
    margin-left: -5px;
}
.row-s>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.row-s .mb {
    margin-bottom: 10px
}
.row-s .mt {
    margin-top: 10px
}
.fullheight {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.z1 {
    position: relative;
    z-index: 1;
}
.z2 {
    position: relative;
    z-index: 2;
}
.mt-c1 {
    margin-top: 30px;
}
.row_padding_left,
.row_padding_right {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
}
@media only screen and (min-width:712px) {
    .container-fluid,
    .row_padding_left,
    .row_padding_right {
        padding-left: 30px;
        padding-right: 30px
    }
    .w-md-auto {
        width: auto!important;
    }
    .w-md-100 {
        width: 100%!important;
    }
}
@media only screen and (min-width:992px) {
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .row-s {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row-s>[class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    .row-s .mb {
        margin-bottom: 16px
    }
    .row-s .mt {
        margin-top: 16px
    }
    .row_padding_left {
        padding-right: 0
    }
    .row_padding_right {
        padding-left: 0;
    }
    .w-lg-auto {
        width: auto!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
    .mt-c1 {
        margin-top: 40px;
    }
    .pl-lg-c1 {
        padding-left: 30px!important;
    }
}
@media only screen and (min-width:1200px) {
    .row-xl {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-xl>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .w-xl-auto {
        width: auto!important;
    }
    .w-xl-100 {
        width: 100%!important;
    }
    .mt-c1 {
        margin-top: 60px;
    }
}
@media only screen and (min-width:1340px) {
    .container-fluid {
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .row_padding_left {
        padding-left: calc((100vw - 1280px)/2);
    }
    .row_padding_right {
        padding-right: calc((100vw - 1280px)/2);
    }
}
@media only screen and (min-width:1600px) {
    .col-xxl-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-xxl-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-xxl-3 {
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-xxl-9 {
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xxl-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-xxl-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-xxl-12 {
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: inherit;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,.h1 {
    font-size: 2rem;
    line-height: 1.1;
}
h2,.h2 {
    font-size: 1.875rem;
    line-height: 1.1;
}
h3,.h3 {
    font-size: 1.75rem;
}
h4,.h4 {
    font-size: 1.5rem;
}
h5,.h5 {
    font-size: 1.375rem;
}
h6,.h6 {
    font-size: 1.25rem;
}
.entry-title {
    line-height: 1.1;
}
.c-title-1 {
    font-size: 4vw;
    line-height: 1.3;
}
.p-title {
    font-size: 1.125rem;
}
@media only screen and (min-width:480px) {
    .c-title-1 {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    h1,.h1 {
        font-size: 2.5rem;
    }
    h2,.h2 {
        font-size: 2.25rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.75rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    h1,.h1 {
        font-size: 2.5rem;
    }
    h2,.h2 {
        font-size: 2.25rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.75rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1440px) {
    h1,.h1 {
        font-size: 3rem;
    }
    h2,.h2 {
        font-size: 2.75rem;
    }
    h3,.h3 {
        font-size: 2.25rem;
    }
    h4,.h4 {
        font-size: 2rem;
    }
    h5,.h5 {
        font-size: 1.75rem;
    }
    h6,.h6 {
        font-size: 1.5rem;
    }
    .c-title-1 {
        font-size: 1.75rem;
    }
    .p-title {
        font-size: 1.25rem;
    }
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.form-control {
    color: #721511;
    border: 1px solid #721511;
    border-radius: 0;
}
.form-control-lg {
    font-size: .9375rem;
}
@media only screen and (min-width:712px) {
    .form-control-lg {
        font-size: 1rem;
    }
}
@media only screen and (min-width:1600px) {
    .form-control-lg {
        font-size: 1.125rem;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ced4da;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    transition: background-color 5000s ease-in-out 0s;
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.4;
}

p:last-of-type {
    margin-bottom: 0;
}

.ctx p:last-of-type {
    margin-bottom: 1rem;
}

.ctx ol, 
.ctx ul,
.searchlist {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

b, strong {
    font-weight: 700;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-2 p,
    .column-2 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.smart-hyphens {
    hyphens: auto;
    hyphenate-limit-chars: 14 3 4;
}

figure {
    margin: 0;
}

.table {
    color: #721511;
}
.table-hover tbody tr:hover {
    color: #003e19;
}
.table td, .table th {
    border-top: 0;
}
.table td.summary-table-first-col {
    padding-right: .75rem;
}

.highlight {
    color: red;
}
.hideMe {
    display: none;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
    .h-sm-100 {
        height: 100%;
    }
}
@media only screen and (min-width:712px) {
    .w-md-auto {
        width: auto!important;
    }
    .h-md-100 {
        height: 100%;
    }
}
@media only screen and (min-width:992px) {
    .w-lg-auto {
        width: auto!important;
    }
    .h-lg-100 {
        height: 100%;
    }
}
@media only screen and (min-width:1200px) {
    .w-xl-auto {
        width: auto!important;
    }
    .h-xl-100 {
        height: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents a.img-wrap:hover img,
.no-touchevents a:hover .img-wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.entry-content .wp-video {
    width: 100%!important;
    margin-bottom: 1rem;
}
.yt-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.media-wrapper.divider {
    height: calc(100vh - 60px);
}
.media-wrapper.abs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.media-wrapper video {
    width: 100%;
    height: auto;
}
.media-wrapper .img,
.media-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.media-wrapper.divider .divider-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
}
.play-video {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.no-touchevents .play-video:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
.play-video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 85px;
}
.play-video-border {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #fff!important;
}
.play-video-badge .playicon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.play-video-badge .playicon svg {
    width: 20px;
    height: 20px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,17,46,.15);
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
@media only screen and (min-width: 712px) and (orientation: portrait) {
    .media-wrapper.divider {
        height: calc(100vh - 70px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .media-wrapper.divider {
        height: calc(100vh - 70px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.5rem;
    }
    .play-video-badge {
        width: 120px;
        height: 120px;
    }
    .play-video-badge .playicon svg {
        width: 25px;
        height: 25px;
    }
    .video-close {
        top: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .video-close::after,
    .video-close::before {
        top: 5px;
        left: 30px;
        height: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .media-wrapper.divider {
        height: calc(100vh - 80px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.75rem;
    }
}

.text-white {
    color: #fff!important;
}
.text-black {
    color: #000!important
}
.text-red {
    color: #721511!important
}
.text-green {
    color: #003e19!important;
}
.text-light-green {
    color: #709e21!important;
}

.bg-white {
    background-color: #fff!important;
}
.bg-black {
    background-color: #000!important;
    color: #fff;
}
.bg-red {
    background-color: #721511!important;
    color: #fff;
}
.bg-green {
    background-color: #003e19!important;
}
.bg-light-green {
    background-color: #709e21!important;
}
.bg-light-grey {
    background-color: #f3f4f8!important;
}


a {
    color: #721511;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #721511;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
    outline: 0;
}
.ctx a:not(.gallery-item a):not(.post-image-link) {
    border-bottom: 1px solid #721511;
}
.ctx .wc-block-cart__main a,
.ctx .woocommerce-MyAccount-navigation a {
    border-bottom-color: transparent!important;
}
.ctx .woocommerce-MyAccount-navigation .is-active a {
    color: #709e21;
}
.ctx a:not(.gallery-item a):hover,
.ctx a:not(.post-image-link):hover {
    color: #709e21;
    border-bottom-color: #709e21;
}

.page-template-tpl-cart .wc-block-components-totals-item__label {
    display: block;
    position: relative;
    color: #fff;
}
.page-template-tpl-cart .wc-block-components-totals-item__label::after {
    content: 'Gesamtsumme';
    visibility: visible;
    display: block;
    position: absolute;
    background-color: #fff;
    color: #721511;
    top: 0;
    left: 0;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}
.btn-lg {
    padding: .625rem 1rem .375rem;
    font-size: .9375rem;
    letter-spacing: .5px;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #709e21;
    border-color: #709e21;
}
.btn-secondary:hover {
    background-color: #628a1e;
    border-color: #628a1e;
}
@media only screen and (min-width:712px) {
    .btn-lg {
        font-size: 1rem;
    }
}
@media only screen and (min-width:1600px) {
    .btn-lg {
        font-size: 1.125rem;
    }
}

.read-more {
    position: relative;
    display: inline-block;
    padding-right: 23px;
}
.read-more::after {
    position: absolute;
    right: 8px;
    font-family: 'fontello';
    content: "\f101";
    -webkit-transition: all .3s;
    transition: all .3s
}
.read-more:hover::after {
    right: 0;
}

.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    min-width: 175px;
    color: #fff!important;
    text-transform: uppercase;
    font-size: .9375rem!important;
    letter-spacing: .5px;
    padding: 6px 15px!important;
    background-color: #721511;
    border: 2px solid #721511;
    font-weight: 500!important;
    border-radius: 0!important;
}
.button.added::after {
    display: none!important
}
.button.mw {
    min-width: 200px;
}
.button.white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003e19!important;
}
.button.light-green {
    background-color: #709e21;
    border: 2px solid #709e21;
}
.button.red {
    background-color: #721511;
    border: 2px solid #721511;
}
.button.outline {
    background-color: transparent;
}
.button.white.outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff!important;
}
.button.red.outline {
    color: #fff!important;
    background-color: #721511!important;
    border: 2px solid #fff;
}
.button-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    overflow: hidden;
    width: auto;
    padding-right: 25px;
    transition: transform .2s ease-out;
}
.button-text::after {
    font-family: 'fontello';
    content: '\e80f';
    font-size: 85%;
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-50%);
    color: inherit;
}
.button-text span {
    position: relative;
    display: inline-block;
    margin-top: 3px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
}
.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}
.button:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}
.btn-primary{
    color:#fff;
    background-color:#721511;
    border-color:#721511;
}
.input-group-append .btn-primary {
    font-size: 1rem;
}
.btn-primary:hover{
    color:#fff;
    background-color:#460e0b;
    border-color:#460e0b;
}
.btn-primary.focus,
.btn-primary:focus{
    color:#fff;
    background-color:#460e0b;
    border-color:#460e0b;
    box-shadow:none
}
.btn-primary.disabled,
.btn-primary:disabled{
    color:#fff;
    background-color: #721511;
    border-color:#721511
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#460e0b;
    border-color:#460e0b;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0
}
@media only screen and (min-width:712px) {
    .button {
        font-size: 1rem!important;
    }
    .button.mw,
    .button.mw-md {
        min-width: 275px;
    }
    .button-text {
        line-height: 28px;
    }
}
@media only screen and (min-width:1600px) {
    .button {
        font-size: 1.125rem!important;
    }
}

.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 50%;
    margin: .375rem 1rem 10px 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 50%;
    margin: .375rem 0 10px 1rem;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: .375rem 1rem 10px 0;
    max-width: 50%;
    height: auto
}

img.alignright {
    margin: .375rem 0 10px 1rem;
    max-width: 50%;
    height: auto
}

img.aligncenter {
    margin: 1rem auto;
    clear: both;
    display: block;
    height: auto;
}

img.alignnone {
    height: auto;
    margin: 1rem 0;
}

.wp-caption-text {
    font-size: .875rem;
    margin: 7px 0 0!important
}
@media only screen and (min-width:1600px) {
    .wp-caption-text {
        font-size: .9375rem;
    }
}

@media only screen and (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        margin: 0 0 1rem;
        width: 100%;
        max-width: 100%;
    }
}

.gallery {
    margin: 1rem 0!important
}
.gallery-item {
    margin: 0!important;
    position: relative;
    overflow: hidden;
}
.gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery-item a::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    border-color: #fff!important;
    object-position: center;
    object-fit: cover;
}

.has-animation {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
} 
.has-animation.image_clip_right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.has-animation.image_clip_left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.has-animation.image_clip_right.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.has-animation.image_clip_left.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
} 
.has-animation.fade-up {
    opacity: 0;
    transform: translateY(60px)
}
.has-animation.fade-up.animated {
    opacity: 1;
    transform: translateY(0)
}
.has-animation.fade-in-left {
    opacity: 0;
    transform: translateX(-800px);
}
.has-animation.fade-in-left.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.fade-in-right {
    opacity: 0;
    transform: translateX(800px)
}
.has-animation.fade-in-right.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.has-scale {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical.animated {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}
.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden
}
.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated::after {
    width: 0
}
.has-animation.has-cover img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1)
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #721511;
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #721511
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background-color: #721511;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-wrapper {
    position: relative;
    z-index: 1;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-wrapper .logo {
    position: relative;
    height: 100%;
    padding: 10px 0;
}
.header-wrapper .logo img {
    position: relative;
    height: 100%;
    width: auto;
}
#main-nav {
    padding: 0;
    height: 100%;
}
#navCollapse,
#menu-navigation {
    height: 100%;
}
#menu-navigation {
    align-items: center;
}
#main-nav .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0 .5rem;
}
#main-nav .navbar-nav .nav-item.dropdown {
    cursor: pointer;
}
#main-nav .navbar-nav .nav-item.dropdown .nav-item {
    margin: 0;
}
#main-nav .navbar-nav .nav-link {
    position: relative;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    padding: .375rem .5rem;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#main-nav .navbar-nav .nav-link:hover,
#main-nav .navbar-nav .dropdown:hover .nav-link, 
#main-nav .navbar-nav .current-menu-item .nav-link,
#main-nav .navbar-nav .current-menu-parent .nav-link,
#main-nav .navbar-nav .current_page_parent .nav-link {
    color: #709e21;
}
#main-nav .navbar-nav .dropdown-menu {
    margin-top: 0;
    padding: 0;
    left: -.5rem;
}
.no-touchevents #main-nav .navbar-nav .nav-item.dropdown .nav-link:hover .dropdown-menu {
      display: block;
}
#main-nav .navbar-nav .nav-item .dropdown-item {
    padding: .25rem 1rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: #721511;
}
#main-nav .navbar-nav .dropdown-menu li:first-child .dropdown-item {
    padding-top: .5rem;
}
#main-nav .navbar-nav .nav-item .dropdown-item:hover,
#main-nav .navbar-nav .nav-item .current-menu-item .dropdown-item {
    color: #fff;
    background: #721511!important;
}
.header-wrapper .header-tools {
    position: relative;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 65px 0 auto;
    padding: 0;
}
.header-tools li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: .5rem;
}
.header-tools li a {
    position: relative;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header-tools li a:hover {
    color: #709e21;
}
.header-tools li a {
    font-size: 1.5rem;
}
.header-tools li.bag a {
    position: relative;
}
.header-tools li.bag a .items_number {
    display: block;
    position: absolute;
    top: -2px;
    right: -13px;
    background: #721511;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 8;
    pointer-events: none;
    box-shadow: 0 4px 6px -1px rgb(0,0,0,.1),0 2px 4px -1px rgb(0,0,0,.06);
}
.header-tools li.bag a .items_number.active {
    background: #fff;
}

.header-wrapper .header-cta {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
}
.header-wrapper .blog {
    display: block;
    position: relative;
    padding: 6px 14px 3px 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
}
.header-wrapper .blog::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 18px;
    height: 19px;
    transform: translateY(-50%);
    background-image: url(img/apple-icon-white.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.burger-menu {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.burger-menu > div {
    position: relative;
    width: 30px;
    height: 32px;
}
.burger-menu b {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, border-color .1s ease;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, border-color .1s ease;
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-top: 2px solid #fff
}
.burger-menu b:nth-child(1) {
    top: 8px;
    left: 0;
}
.burger-menu b:nth-child(2) {
    top: 16px;
    left: 0;
}
.burger-menu b:nth-child(3) {
    top: 24px;
    right: 0;
    width: 20px;
}
body.menu-open .burger-menu b:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
body.menu-open .burger-menu b:nth-child(2) {
    opacity: 0;
    width: 0;
}
body.menu-open .burger-menu b:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 30px;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 500;
    -webkit-transition: all .5s;
    transition: all .5s
}
body.menu-open .overlay,
body.minicart-open .overlay {
    opacity: 1;
    visibility: visible;
    width: 200%
}
.aside {
    position: fixed;
    right: -100%;
    top: 60px;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-left: 1px solid #e7e7e8;
    padding-top: 40px;
    z-index: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.menu-open .aside {
    right: 0
}
.aside .aside-inner {
    height: 100%;
    overflow-y: auto;
    padding: 5px 0 20px
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none
}
nav.main ul.sub-menu {
    display: none;
    overflow: hidden
}
nav.main li {
    padding: 0;
}
nav.main a {
    color: #721511;
    cursor: pointer;
    font-size: 1.125rem;
    display: block;
    padding: 10px 15px;
    opacity: 1;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #721511;
}
nav.main li.menu-item-has-children > a {
    padding-right: 50px
}
nav.main li.menu-item-has-children > a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
}
nav.main li.menu-item-has-children > a span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 70%;
    background: #721511;
}
nav.main li.menu-item-has-children > a span::after {
    position: absolute;
    top: 60%;
    left: 50%;
    font-family: 'fontello';
    content: "\e80b";
    color: #000;
    -webkit-transform: -webkit-translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease;
}
nav.main li.menu-item-has-children > a span.active::after {
    -webkit-transform: -webkit-translate(-50%,-50%) rotate(-180deg);
    transform: translate(-50%,-50%) rotate(-180deg)
}
nav.main ul.sub-menu li {
    border-bottom: none
}
nav.main ul.sub-menu li a {
    padding-left: 30px;
    text-transform: none
}
nav.main ul.sub-menu ul.sub-menu li a {
    padding-left: 45px
}
nav.cta {
    padding: 30px 15px 0;
}
nav.bottom {
    padding: 30px 15px 0;
}
nav.cta a,
nav.bottom a {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: .25rem;
}
nav.cta .blog {
    display: inline-block;
    position: relative;
    padding: 6px 14px 3px 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #721511;
    border: 2px solid #721511;
}
nav.cta .blog::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 18px;
    height: 19px;
    transform: translateY(-50%);
    background-image: url(img/apple-icon-green.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
nav.bottom .social {
    font-size: 2rem;
}
nav.bottom .dropdown a {
    font-size: 1.125rem;
}
nav.bottom .social i::before {
    margin: 0;
}
.search-wrap {
    width: 100%;
    position: relative;
    padding: 15px;
}
.search-wrap button.submit {
    background: transparent;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
}
.search-wrap button.submit::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: 'fontello';
    content: "\f4a4";
    font-size: 1.25rem;
}
.minicart {
    position: fixed;
    right: -100%;
    top: 60px;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    padding-top: 40px;
    background: #fff;
    z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.minicart-open .minicart {
    right: 0
}
.close-minicart {
    position: absolute;
    top: 0;
    right: -100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    pointer-events: none;
    background-color: #709e21;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.minicart-open .close-minicart {
    right: 0;
    pointer-events: all;
}
.close-minicart::after,
.close-minicart::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.close-minicart::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-minicart:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.close-minicart:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.minicart .minicart-inner {
    height: 100%;
    padding: 5px 15px 20px;
    overflow-y: auto;
}
ul.woocommerce-mini-cart {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
ul.woocommerce-mini-cart li img {
    width: 100px!important;
}
.woocommerce a.added_to_cart,
.woocommerce-no-products-found,
.woocommerce .out-of-stock {
    display: none!important;
}
.minicart .jde_hint {
    display: none;
}
.mini_cart_item {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 20px 0!important;
    line-height: 1.3;
}
.woocommerce-mini-cart__buttons a {
    width: 100%;
    margin: 5px 0!important;
    text-align: center;
}
.woocommerce-mini-cart__total {
    margin-top: 15px!important
}

.woocommerce-info {
    border-top-color: #709e21;
}
.woocommerce-info::before {
    color: #709e21;
}
.woocommerce-message:focus-visible,
.woocommerce-error:focus-visible {
    outline: none;
}
.woocommerce a.remove {
    position: absolute;
    top: 8px;
    right: -5px;
    color: #000!important;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px!important;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.4);
    z-index: 3;
}
.woocommerce a.remove:hover {
    color: #000!important;
    opacity: 1;
    background:none!important
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    display: block!important
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
}
.woocommerce form .form-row-first-big {
    width: 74%;
    float: left
}
.woocommerce form .form-row-last-small {
    width: 24%;
    float: right
}
.woocommerce form .form-row-first-small {
    width: 24%;
    float: left
}
.woocommerce form .form-row-last-big {
    width: 74%;
    float: right
}
.wc-block-components-address-form__address_1 {
    flex: 1 0 calc(75% - 12px)!important;
}
.wc-block-components-address-form__address_2 {
    flex: 1 0 calc(25% - 12px)!important;
}
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block,
.wc-block-components-state-input,
.wp-block-woocommerce-cart-order-summary-totals-block {
    display: none!important;
}

.wc-block-cart-item__total {
    white-space: nowrap;
}
.wc-block-cart-item__total span.price span {
    display: block!important;
}

#order_comments_field textarea {
    min-height: 100px;
    height: 100px
}
.woocommerce-privacy-policy-text a {
    border-bottom: 1px solid #000;
}
.woocommerce-privacy-policy-text a:hover {
    border-bottom-color: transparent;
}
.woocommerce form.login, 
.woocommerce form.register {
    background-color: #fdf6e3;
}
.woocommerce-form__label-for-checkbox {
    position: relative;
    display: block!important;
    padding-left: 1.375rem;
    line-height: 1.3!important;
    margin-bottom: 1rem!important;
    font-weight: 400!important;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
    font-weight: 700!important;
    margin-bottom: 0!important;
}
.woocommerce-form__label-for-checkbox input {
    position: absolute;
    top: 5px;
    left: 0;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox input {
  top: 12px;
}

.wp-block-button__link {
    display: inline-block;
}
.woocommerce .button:not(.red),
.wc-block-components-button:not(.is-link),
.wp-block-button__link {
    color: #fff!important;
    background-color: #721511!important;
    min-height: 0!important;
    line-height: 1!important;
    text-transform: uppercase!important;
    letter-spacing: .5px;
    font-size: .9375rem !important;
    font-weight: 500!important;
    padding: 14px 15px 12px!important;
    text-align: center;
    border: 2px solid #721511!important;
    background-image: none;
    overflow: hidden!important;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
}
.woocommerce .button:not(.red):hover,
.wc-block-components-button:not(.is-link):hover,
.wp-block-button__link:hover {
    color: #721511!important;
    background-color: #fff!important;
}
.wc-block-components-button:not(.is-link):focus {
    outline: 0!important;
    box-shadow: none!important;
}

.product-hero {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #721412;
    background-image: url(img/product-hero-bg-mobile.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 15px 10vw 15px;
    margin-bottom: 60px;
}
.product-hero>[class*=col-] {
    position: relative;
    z-index: 2
}
.product-hero .product-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-hero .product-content a.versandkosten,
.product-hero .product-content a.scroll {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.product-hero .product-content a.versandkosten:hover,
.product-hero .product-content a.scroll:hover {
    border-bottom-color: transparent;
}
.product-hero .product-content .legacy-itemprop-offers .price,
.product-hero .product-content .legacy-itemprop-offers p {
    color: #fff!important;
    font-size: 1rem!important;
    line-height: 1.3;
    font-weight: 500!important;
}
.product.instock .product-hero .product-content .price {
    width: 280px;
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #709e21;
}
.b2b-shortcode-product-total.bm-price-totals {
    margin-bottom: 0!important;
    font-weight: 500!important;
}
.b2b-shortcode-product-total.bm-price-totals .totals-price {
    float: left!important;
}
.b2b-shortcode-product-total.bm-price-totals .totals-label {
    padding-left: 2px;
}
.product.instock .product-hero .product-content .price span {
    line-height: 2;
}
.product.instock .product-hero .product-content .price .woocommerce-Price-amount {
    display: inline-block;
    width: 63px;
    text-align: right;
    margin-right: 8px;
}
.product-hero .product-content .price span.meta {
    color: #709e21!important;
}
.product.instock .product-hero .product-content .price .price-per-unit {
    display: inline-block!important;
    font-size: inherit!important;
}
.product-hero .product-content .icon-bio {
    height: 50px;
}
.product-hero .product-content .icon-free-delivery,
.product-hero .product-content .icon-demeter {
    height: 40px;
}
.product-hero .woocommerce-product-details__short-description {
    margin-bottom: 1.5rem;
}
.product-hero .product-image {
    position: absolute;
    bottom: -10vw;
    left: 40%;
    width: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.product-hero .product-image img {
    display: inline-block;
    height: 45vw;
    width: auto;
    max-width: none;
}
.product_cat-apfelsaft .product-hero .product-image img {
    height: 65vw;
}
.product_cat-apfelmark .product-hero .product-image img {
    height: 55vw;
}

.nav-tabs {
    border-bottom: 1px solid #721511;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link.disabled {
    background-color: transparent!important;
    border: 0!important;
    color: #721511;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.nav-tabs .nav-item:not(:last-child) {
    margin-right: 2rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: transparent!important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #709e21;
    background-color: transparent!important;
}
.tab-content {
    padding-top: 1rem;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    min-height: 300px;
}

#more-infos .table {
    max-width: 600px;
}

#more-infos .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
}
#more-infos .table td, .table th {
    padding: .25rem 0;
}

@media only screen and (min-width:712px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 3rem;
    }
}


.single-product .quantity {
    margin-right: 10px!important;
}

.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .quantity .qty {
    position: relative;
    background-clip: padding-box;
    color: #721412;
    background-color: #fff;
    border: 0;
    font-size: 1.5rem;
    font-family: "Helvetica Neue",Arial;
    font-weight: 700;
    text-transform: uppercase;
    width: 40px !important;
    height: 42px !important;
    line-height: 44px !important;
    float: left;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    transition: none;
    -webkit-transition: none;
    z-index: 1;
}
.single-product .quantity .qty-adjust {
    float: left;
}
.single-product .quantity .qty-plus,
.single-product .quantity .qty-minus {
    display: flex;
    background-clip: padding-box;
    color: #721412;
    background-color: #fff;
    width: 30px;
    height: 21px;
    font-size: .9375rem;
    line-height: 1;
    font-weight: 700;
}
.single-product .quantity .qty-plus {
    align-items: flex-end;
}
.single-product .quantity .qty-minus {
    align-items: flex-start;
}
.related.products .image-container {
    padding: 0 15%;
}
.related.products .image-container .img-wrap .outofstock-hint {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%) rotate(-7deg);
    padding: 8px 5px;
    background-color: #721511;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: .875rem;
    line-height: 1.1;
    z-index: 5;
}
.related.products .outofstock .image-container .img-wrap .outofstock-hint {
    display: block;
}
.content-carousel {
    overflow: visible;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 10px;
    bottom: 0;
}
.swiper-scrollbar-drag {
    background: #721511;
    cursor: pointer;
}
.content-carousel .swiper-slide {
    width: 60vw;
    padding-bottom: 30px;
}


@media only screen and (min-width:712px) and (orientation:portrait) {
    .header-wrapper {
        height: 70px;
    }
    .header-wrapper .logo {
        padding: 12px 0;
    }
    .header-wrapper .header-tools {
        margin: 0 70px 0 auto;
    }
    .header-tools li {
        margin-left: 1rem;
    }
    .aside {
        padding-top: 70px;
    }
    .minicart {
        top: 70px;
    }
    .product-hero {
        padding: 60px 30px 30vw 30px;
    }
    .product-hero .product-content .icon-bio {
        height: 60px;
    }
    .product-hero .product-content .icon-free-delivery,
    .product-hero .product-content .icon-demeter {
        height: 50px;
    }
    .related.products .image-container .img-wrap .outofstock-hint {
        padding: 8px;
        font-size: 1rem;
    }
}
@media only screen and (min-width:712px) {
    .woocommerce .button:not(.red),
    .wc-block-components-button:not(.is-link),
    .wp-block-button__link {
        font-size: 1rem !important;
    }
    .single-product .quantity .qty {
        height: 45px !important;
        line-height: 47px !important;
    }
    .single-product .quantity .qty-plus,
    .single-product .quantity .qty-minus {
        height: 22.5px;
    }
    .product.instock .product-hero .product-content .price {
        width: 290px;
    }
    .content-carousel .swiper-slide {
        width: 40%;
    }
}
@media (min-width:992px) {
    .header-wrapper {
        height: 70px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-wrapper .logo {
        padding: 12px 0;
        margin-right: 1.5rem;
    }
    .header-wrapper .header-cta {
        display: block;
    }
    .burger-menu {
        display: none;
    }
    .header-wrapper .header-tools {
        margin: 0 10px;
    }
    .header-tools li {
        margin-left: 1.5rem;
    }
    .header-tools li a {
        	font-size: 1.75rem;
    }
    .header-tools li.bag a .items_number {
        top: -2px;
        right: -13px;
    }
    .minicart {
        top: 70px;
    }
    .product-hero {
        background-image: url(img/product-hero-bg.jpg);
        background-position: center bottom;
        background-size: contain;
        padding: 60px;
        min-height: 480px;
    }
    .product-hero .product-content .icon-bio {
        height: 60px;
    }
    .product-hero .product-content .icon-free-delivery,
    .product-hero .product-content .icon-demeter {
        height: 50px;
    }
    .product-hero .product-image {
        width: 50%;
        left: 50%;
        bottom: -90px;
    }
    .product-hero .product-image img {
        height: 480px;
    }
    .product_cat-apfelsaft .product-hero .product-image img {
        height: 640px;
    }
    .product_cat-apfelmark .product-hero .product-image img {
        height: 520px;
    }
    .product-infos {
        margin-bottom: 90px;
    }
    .content-carousel .swiper-slide {
        width: 33.333333%;
    }
    .related.products .image-container .img-wrap .outofstock-hint {
        padding: 8px;
        font-size: 1rem;
    }
}
@media (min-width:1200px) {
    .header-wrapper {
        height: 80px;
    }
    .header-wrapper .logo {
        margin-right: 2rem;
    }
    #main-nav .navbar-nav .nav-item {
        margin: 0 1rem;
    }
    .minicart {
        top: 80px;
    }
    .related.products .image-container .img-wrap .outofstock-hint {
        padding: 8px 15px;
        font-size: 1.125rem;
    }
}
@media only screen and (min-width:1440px) {
    .header-wrapper .logo {
        margin-right: 3rem;
    }
    #main-nav .navbar-nav .nav-item {
        margin: 0 1.5rem;
    }
    .product-hero .product-image {
        width: 60%;
        left: 45%;
        bottom: -90px;
    }
    .product-hero .product-image img {
        height: 520px;
    }
    .product.instock .product-hero .product-content .price {
        width: 310px;
    }
    .content-carousel .swiper-slide {
        width: calc(33.333333% - 50px);
    }
}
@media only screen and (min-width:1600px) {
    .woocommerce .button:not(.red),
    .wc-block-components-button:not(.is-link),
    .wp-block-button__link {
        font-size: 1.125rem !important;
    }
    .single-product .quantity .qty {
        height: 46px !important;
        line-height: 48px !important;
    }
    .single-product .quantity .qty-plus,
    .single-product .quantity .qty-minus {
        height: 23px;
    }
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 60px;
    z-index: 1;
    overflow: hidden;
}
.page-template-tpl-home #main {
    padding-top: 0;
}

.fbc-page .fbc-wrap .fbc-items {
    margin-bottom: 1rem!important;
    padding: 0!important;
}
.fbc-page .fbc-wrap .fbc-items li {
    padding: 0 2px!important;
}
.single-product .fbc-page .fbc-wrap .fbc-items li:nth-child(3),
.single-product .fbc-page .fbc-wrap .fbc-items li:nth-child(4) {
    display: none;
}


.hero {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60px;
    overflow: hidden;
}
.hero .container-fluid,
.hero .container {
    position: relative;
    z-index: 5;
}
.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 77%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}
.hero-bg .img,
.hero-bg .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
}
.hero-content {
    padding: 60px 0;
}
.hero-content .icon {
    display: inline-block;
    height: 60px;
    width: auto;
    max-width: none;
}
.hero-content .icon-2 {
    display: inline-block;
    height: 50px;
    width: auto;
}
.hero-img {
    position: relative;
    padding-bottom: 30px;
}
.hero-title {
    font-size: 6.5vw;
}

.box-wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.box-wrapper.apfelmark {
    padding: 0 0 60px;
    z-index: 5;
}
.box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 40px 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #721412;
    background-image: url(img/box-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.box-wrapper.apfelschorle .box,
.box-wrapper.apfelmark .box {
    padding: 40px 90px 40px 30px;
}
.box-wrapper.apfelschorle img {
    position: absolute;
    top: 0;
    right: -100px;
    width: auto;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.box-wrapper.apfelmark img {
    position: absolute;
    bottom: 20px;
    right: -130px;
    width: 220px;
    z-index: 2;
    pointer-events: none;
}

.section {
    position: relative;
    padding: 60px 0;
}
.section .icon-bio {
    display: inline-block;
    height: 60px;
    width: auto;
}
.section .icon-demeter {
    display: inline-block;
    width: auto;
    height: 50px;
}
.section .augustin-siegel {
    display: inline-block;
    max-width: 100px;
}
.next-section {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
    font-size: 1.25rem;
    color: rgba(0,0,0,.5);
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
.next-section i {
    display: inline-block;
	animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
}
.arrow-down::after {
	content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-5px);}
} 
 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

.legal-hint {
    font-size: .9375rem;
    padding: 30px 15px;
    color: #003e19;
    text-align: center
}
.legal-hint a {
    color: #003e19;
    border-bottom: 1px solid #003e19
}
.legal-hint a:hover {
    color: #003e19;
    border-bottom-color: transparent;
}

.sweet-sour {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.sweet-sour div {
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
.sweet-sour div.indicator {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    width: 120px;
    height: 16px;
    border-radius: 12px;
    background: #C74F2D;
    background: linear-gradient(90deg,rgba(199, 79, 45, 1) 0%, rgba(112, 158, 33, 1) 100%);
}
.sweet-sour div.indicator::after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #003e19;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sweet-sour.indicator-1 div.indicator::after {
    right: 0;
}
.sweet-sour.indicator-2 div.indicator::after {
    right: 12px;
}
.sweet-sour.indicator-3 div.indicator::after {
    right: 24px;
}
.sweet-sour.indicator-4 div.indicator::after {
    right: 36px;
}
.sweet-sour.indicator-5 div.indicator::after {
    right: 48px;
}
.sweet-sour.indicator-7 div.indicator::after {
    right: 60px;
}
.sweet-sour.indicator-8 div.indicator::after {
    right: 72px;
}
.sweet-sour.indicator-9 div.indicator::after {
    right: 84px;
}
.sweet-sour.indicator-10 div.indicator::after {
    right: 96px;
}
.sweet-sour span {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 16px;
    border-radius: 8px;
    background: #721511;
    margin-right: 2px;
}
.product-content .sweet-sour span {
    background: #8f443f;
}
.sweet-sour span:first-of-type {
    margin-left: 10px;
}
.sweet-sour span:last-of-type {
    margin-right: 10px;
}
.sweet-sour.indicator-1 span:nth-child(1) {
    background: #709e21;
}
.sweet-sour.indicator-2 span:nth-child(1),
.sweet-sour.indicator-2 span:nth-child(2) {
    background: #709e21;
}
.sweet-sour.indicator-3 span:nth-child(1),
.sweet-sour.indicator-3 span:nth-child(2),
.sweet-sour.indicator-3 span:nth-child(3) {
    background: #709e21;
}
.sweet-sour.indicator-4 span:nth-child(1),
.sweet-sour.indicator-4 span:nth-child(2),
.sweet-sour.indicator-4 span:nth-child(3),
.sweet-sour.indicator-4 span:nth-child(4) {
    background: #709e21;
}
.sweet-sour.indicator-5 span:nth-child(1),
.sweet-sour.indicator-5 span:nth-child(2),
.sweet-sour.indicator-5 span:nth-child(3),
.sweet-sour.indicator-5 span:nth-child(4),
.sweet-sour.indicator-5 span:nth-child(5) {
    background: #709e21;
}
.sweet-sour.indicator-6 span:nth-child(1),
.sweet-sour.indicator-6 span:nth-child(2),
.sweet-sour.indicator-6 span:nth-child(3),
.sweet-sour.indicator-6 span:nth-child(4),
.sweet-sour.indicator-6 span:nth-child(5),
.sweet-sour.indicator-6 span:nth-child(6) {
    background: #709e21;
}
.sweet-sour.indicator-7 span:nth-child(1),
.sweet-sour.indicator-7 span:nth-child(2),
.sweet-sour.indicator-7 span:nth-child(3),
.sweet-sour.indicator-7 span:nth-child(4),
.sweet-sour.indicator-7 span:nth-child(5),
.sweet-sour.indicator-7 span:nth-child(6),
.sweet-sour.indicator-7 span:nth-child(7) {
    background: #709e21;
}
.sweet-sour.indicator-8 span:nth-child(1),
.sweet-sour.indicator-8 span:nth-child(2),
.sweet-sour.indicator-8 span:nth-child(3),
.sweet-sour.indicator-8 span:nth-child(4),
.sweet-sour.indicator-8 span:nth-child(5),
.sweet-sour.indicator-8 span:nth-child(6),
.sweet-sour.indicator-8 span:nth-child(7),
.sweet-sour.indicator-8 span:nth-child(8) {
    background: #709e21;
}
.sweet-sour.indicator-9 span:nth-child(1),
.sweet-sour.indicator-9 span:nth-child(2),
.sweet-sour.indicator-9 span:nth-child(3),
.sweet-sour.indicator-9 span:nth-child(4),
.sweet-sour.indicator-9 span:nth-child(5),
.sweet-sour.indicator-9 span:nth-child(6),
.sweet-sour.indicator-9 span:nth-child(7),
.sweet-sour.indicator-9 span:nth-child(8),
.sweet-sour.indicator-9 span:nth-child(9) {
    background: #709e21;
}
.sweet-sour.indicator-10 span {
    background: #709e21;
}
.woocommerce a.added_to_cart,
.woocommerce-no-products-found,
.discription-list p,
.wc-block-components-product-metadata__description {
    display: none!important;
}

.col-layout-list .product {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #003e19;
}
.col-layout-list .image-container {
    width: 100%;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 15px;
}
.col-layout-list .image-container .img-wrap .outofstock-hint {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%) rotate(-7deg);
    padding: 5px;
    background-color: #721511;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: .75rem;
    line-height: 1.1;
    z-index: 5;
}
.col-layout-list .outofstock .image-container .img-wrap .outofstock-hint {
    display: block;
}
.col-layout-list .image-container a {
    width: 100%;
    display: block;
}
.col-layout-list .image-container a img {
    width: 100%;
}
.col-layout-list .desc-container {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
}
.woocommerce-loop-product__title {
    font-size: 1.5rem;
}
.col-layout-list .price-container {
    padding-left: 15px;
    padding-right: 30px;
}


.grid-icons {
    text-align: center;
}
.grid-icons img {
    display: inline-block;
    width: 80%;
    max-width: 250px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.grid-link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.grid-link img {
    position: relative;
    width: 100%;
    height: auto;
}
.grid-link img.fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    filter: brightness(80%);
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.no-touchevents .grid-link:hover img.fg {
    opacity: 0;
}
.grid-link .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.375rem;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    z-index: 5;
}

.accordion {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product .accordion {
    margin-bottom: 60px;
}
.accordion-item {
    background-color: #f3f4f8;
    margin-bottom: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.accordion-item:last-of-type {
    margin-bottom: 0;
}
.accordion-title {
    cursor: pointer;
    padding: 12px 50px 12px 15px;
    position: relative;
    color: #709e21;
    text-transform: uppercase;
}
.accordion-title span {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.accordion-title span::before {
    content: '+';
    top: 0;
    left: 0;
    width: 100%;
    color: #709e21;
    font-size: 1.5rem;
    display: block;
}
.accordion-title span::after {
    content: '-';
    top: 0;
    left: 0;
    width: 100%;
    color: #709e21;
    font-size: 1.5rem;
    display: none;
}
.accordion-title.active span::before {
    display: none;
}
.accordion-title.active span::after {
    display: block;
}
.accordion-content {
    padding: 5px 15px 20px;
    display: none;
}
.accordion-content.open {
    display: block
}
.numbers {
    position: relative;
    width: 100%;
    height: auto;
}
.numbers .number {
    margin-bottom: 2rem;
}
.numbers .number .number-counter {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-left: -.2vw
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #721511;
    margin-bottom: 0;
}
.swiper-slide.product .price {
    font-size: 1.25rem!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.meta {
    font-size: .9375rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.meta .price-per-unit {
    display: inline-block!important;
    font-size: inherit!important;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    z-index: 6000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lightbox.open {
    visibility: visible;
    opacity: 1;
    width: 100.1%;
}
.lightbox .lightbox-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 300px;
    max-width: 1100px;
    height: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    overflow-x: hidden;
    overflow-y: auto;
    cursor: default;
    -webkit-transition: all .5s;
    transition: all .5s
}
.lightbox.open .lightbox-inner {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lightbox-inner img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
}
.close-lightbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #721511;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
}
.lightbox.open .close-lightbox {
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    transition: opacity .3s .5s;
}

.close-lightbox::after,
.close-lightbox::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}
.close-lightbox::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touchevents .close-lightbox:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touchevents .close-lightbox:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width:480px) {
    .hero-title {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 712px) and (orientation: portrait) {
    #main,
    .hero {
        padding-top: 70px;
    }
    .hero-title {
        font-size: 2.25rem;
    }
    .hero-content .icon {
        height: 70px;
    }
    .hero-content .icon-2 {
        height: 60px;
    }
    .box-wrapper.apfelschorle img {
        top: -10px;
        right: -110px;
        height: calc(100% + 10px);
    }
    .box-wrapper.apfelmark img {
        bottom: 10px;
        right: -220px;
        width: 300px;
    }
    .box {
        padding: 60px;
        min-height: 300px;
    }
    .box-wrapper.apfelschorle .box,
    .box-wrapper.apfelmark .box {
        padding: 60px 90px 60px 30px;
    }
    .grid-link .text {
        font-size: 1.5rem;
    }
    .accordion-title {
        padding: 15px 55px 15px 30px;
    }
    .accordion-title span {
        width: 32px;
        height: 32px;
    }
    .accordion-title span::before,
    .accordion-title span::after {
        font-size: 1.75rem;
    }
    .accordion-content {
        padding: 5px 30px 20px;
    }
    .col-layout-list .product .price-container {
        line-height: 1;
    }
    .col-layout-list .button {
        min-width: 100px;
    }
}
@media (min-width:712px) {
    .section .augustin-icon {
        width: 240px;
        top: -120px;
    }
    .section .icon-bio {
        height: 70px;
    }
    .section .icon-demeter {
        height: 60px;
    }
    .accordion-title {
        padding: 15px 55px 15px 30px;
    }
    .accordion-title span::before,
    .accordion-title span::after {
        font-size: 1.75rem;
    }
    .numbers .number .number-counter {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width:992px) {
    #main, {
        padding-top: 70px;
    }
    .hero {
        padding-top: 70px;
        margin-bottom: 30px;
    }
    .hero .hero-bg {
        height: 70%;
    }
    .hero-content {
        padding: 5vw 0 32vw;
    }
    .hero-img {
        width: 130%;
        padding: 30px 0 0;
        margin-left: -30%;
    }
    .box-wrapper.apfelmark {
        padding: 60px 0;
    }
    .box-wrapper.apfelschorle img {
        top: 0;
        right: -110px;
        height: 100%;
    }
    .box-wrapper.apfelmark img {
        bottom: 0;
        right: -200px;
        width: 320px;
    }
    .box {
        padding: 60px 90px;
        min-height: 340px;
    }
    .box-wrapper.apfelschorle .box,
    .box-wrapper.apfelmark .box {
        padding: 60px 120px 60px 60px;
    }
    .section {
        padding: 90px 0;
    }
    .section .augustin-icon {
        width: 320px;
        top: -220px;
    }
    .next-section {
        font-size: 1.75rem;
    }
    .next-section.right {
        right: 30px;
        width: 40px;
    }
    .section .augustin-siegel {
        max-width: 120px;
    }
    .accordion-title {
        padding: 15px 60px 15px 30px;
    }
    .accordion-title span {
        right: 30px;
    }
    .accordion-content {
        padding: 5px 30px 30px;
    }
    .numbers .number {
        margin-bottom: 2.5rem;
    }
    .numbers .number .number-counter {
        font-size: 3rem;
    }
    .col-layout-list .image-container {
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        max-width: 125px;
        padding-right: 30px;
    }
}
@media only screen and (min-width:1200px) {
    #main,
    .hero {
        padding-top: 80px;
    }
    .hero-title {
        font-size: 2.25rem;
    }
    .hero-content .icon {
        height: 70px;
    }
    .hero-content .icon-2 {
        height: 60px;
    }
    .next-section {
        font-size: 2rem;
    }
    .box-wrapper.apfelmark img {
        right: -210px;
        width: 340px;
    }
    .box {
        padding: 60px 120px;
    }
    .box-wrapper.apfelschorle .box,
    .box-wrapper.apfelmark .box {
        padding: 60px 140px 60px 120px;
    }
    .section .icon-bio {
        height: 80px;
    }
    .section .icon-demeter {
        height: 70px;
    }
    .legal-hint {
        font-size: 1rem;
    }
    .col-layout-list .desc-container {
        display: -ms-flexbox;
        display: flex;
    }
    .col-layout-list .price-container {
        min-width: 250px;
        max-width: 250px;
    }
    .col-layout-list .woocommerce-loop-product__title {
        width: 100%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        padding-right: 30px;
    }
}
@media only screen and (min-width:1440px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-content {
        padding: 90px 0 240px;
    }
    .box-wrapper.apfelschorle img {
        top: -10px;
        right: -120px;
        height: calc(100% + 20px);
    }
    .box-wrapper.apfelmark img {
        right: -230px;
        width: 360px;
    }
    .box {
        padding: 60px 140px;
        min-height: 360px;
    }
    .section {
        padding: 120px 0;
    }
    .next-section {
        font-size: 2.5rem;
    }
    .col-layout-list .image-container {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    .col-layout-list .image-container .img-wrap .outofstock-hint {
        font-size: .875rem;
        line-height: 1.15;
    }
    .woocommerce-loop-product__title {
        font-size: 1.75rem;
    }
    .sweet-sour div {
        font-size: 16px;
    }
    .sweet-sour span {
        width: 6px;
        height: 18px;
    }
}
@media only screen and (min-width:1600px) {
    .grid-link .text {
        font-size: 1.5rem;
    }
    .section .augustin-icon {
        width: 30vw;
        top: -20vw;
    }
    .section .augustin-siegel {
        max-width: 140px;
    }
}

@media only screen and (max-width:711px) {
    .col-layout-list .image-container {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        padding-right: 15px;
    }
    .col-layout-list .desc-container {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-right: 0;
    }
    .woocommerce-loop-product__title {
        display: block;
        font-size: 1.25rem!important;
        line-height: 1.1
    }
    .col-layout-list .product .price,
    .swiper-slide.product .price {
        line-height: 1.3;
        font-size: 1.125rem!important;
    }
    .col-layout-list .product span.meta,
    .swiper-slide.product span.meta {
        line-height: 1.3;
        font-size: .875rem!important;
    }
    .sweet-sour div {
        font-size: 12px;
    }
    .sweet-sour div.indicator {
        margin-left: 10px;
        margin-right: 10px;
        width: 100px;
        height: 14px;
    }
    .sweet-sour div.indicator::after {
        width: 20px;
        height: 20px;
    }
    .sweet-sour.indicator-2 div.indicator::after {
        right: 10px;
    }
    .sweet-sour.indicator-3 div.indicator::after {
        right: 20px;
    }
    .sweet-sour.indicator-4 div.indicator::after {
        right: 30px;
    }
    .sweet-sour.indicator-5 div.indicator::after {
        right: 40px;
    }
    .sweet-sour.indicator-7 div.indicator::after {
        right: 50px;
    }
    .sweet-sour.indicator-8 div.indicator::after {
        right: 60px;
    }
    .sweet-sour.indicator-9 div.indicator::after {
        right: 70px;
    }
    .sweet-sour.indicator-10 div.indicator::after {
        right: 80px;
    }
    
    
    .sweet-sour span {
        width: 3px;
        height: 14px;
        border-radius: 4px;
        margin: 0 1px 0 0;
    }
    .sweet-sour span:first-of-type {
        margin-left: 5px;
    }
    .sweet-sour span:last-of-type {
        margin-right: 5px;
    }
    .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .button {
        width: 100%!important;
        margin: 0 0 .25rem 0!important;
    }
    .woocommerce-cart .product-quantity {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .woocommerce-cart .product-quantity .quantity {
        margin-left: auto;
    }
}

.grid-masonry {
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 3rem;
}
@media only screen and (min-width:640px) {
    .grid-item {
        width: 50%;
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width:1200px) {
    .grid-masonry {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .grid-item {
        width: 33.333333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
    height: auto
}
.post-meta {
    font-size: .9375rem;
    margin-bottom: 1rem;
}
.post-meta a {
    display: inline-block;
    color: #721511;
}
.post-meta a:hover {
    color: #709e21;
}
.posted-on,
.by {
    margin-right: 10px;
}
.posted-on::before,
.by::before,
.tags-links::before {
    font-family: 'fontello';
    margin-right: 7px;
}
.posted-on::before {
    content: '\e811';
}
.by::before {
    content: '\f2c0';
}
.tags-links::before {
    content: '\e812';
}

@media only screen and (min-width:1600px) {
    .post-meta {
        font-size: 1rem;
    }
}

.select2-container--default .select2-selection--single,
.input-text:not(.qty) {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #721511;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px;
}
label,
.wpcf7-quiz-label {
    display: block;
    margin-bottom: .5rem;
    line-height: 1.5!important;
}
.checkbox label {
    position: relative;
    padding-left: 25px;
}
.checkbox .wpcf7-form-control-wrap {
    position: static;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    top: 8px;
    left: 0;
}
.woocommerce-form__label-for-checkbox {
    position: relative;
    width: 100%!important;
    display: block !important;
    padding-left: 1.375rem;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    font-weight: 400 !important;
}
.woocommerce-form__label-for-checkbox input {
    position: absolute;
    top: 5px;
    left: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    display: block !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.5;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
    width: 100%;
}

.form-control:focus,
.input-text:not(.qty):focus,
.select2-dropdown {
    color:#721511;
    background-color:#fff;
    border-color:#721511;
    box-shadow:0 0 0 .2rem rgba(114,21,17,.25)
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}

.pagination {
    width: 100%;
    margin: 2rem 0 3rem;
}
.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 .5rem .375rem;
    color: #000;
    font-style: italic;
    line-height: .375rem;
    border-bottom: none!important;
}
.pagination .page-numbers.current {
    background-color: #721511;
}

#newsletter {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #721511;
    color: #fff;
    z-index: 2
}
#footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0 20px;
    font-size: 1rem;
    background-color: #003e19;
    color: #fff;
    z-index: 2
}
#footer .copyright {
    font-size: .9375rem;
    text-align: center;
    margin-top: 1rem;
}
#footer .footer-logo img {
    display: inline-block;
    max-width: 210px;
    margin-bottom: .75rem;
}
#footer .f-logo {
    height: 17vw;
    max-height: 70px;
    width: auto;
    max-width: none;
    display: inline-block;
}
#footer .menu-block {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}
#footer .headline,
#footer .headline > a,
#footer .menu-block li.menu-item-has-children > a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #fff;
    margin-bottom: .25rem;
    pointer-events: none;
}
#footer a {
    color: #fff
}
#footer a:hover,
#footer a:focus {
    color: #fff;
    text-decoration: none
}
#footer ul {
    margin: 0 0 1.375rem 0;
    padding: 0;
    list-style: none
}
#footer ul li {
    display: block;
}
#footer ul li a {
    display: inline-block;
}
#footer ul li a span {
	background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
	background-size: 0 calc(105% - 1px);
	background-repeat: no-repeat;
	display: inline;
    padding-bottom: 2px;
	transition: .3s ease;
}
#footer ul li a:hover span,
#footer ul li.current-menu-item > a span {    
  	background-size: 100% calc(105% - 1px);
}
#footer ul li.current-menu-item.menu-item-has-children > a span {    
  	background-size: 0 calc(105% - 1px);
}
#footer ul li.current-menu-item > a {
    pointer-events: none;
}
#footer .address {
    padding-bottom: .25rem;
}
#footer .contact-coordinates span {
    display: inline-block;
    min-width: 3.75rem;
}
#footer .social-media {
    margin-top: 1.375rem;
}
#footer .social-media a {
    display: inline-block;
    font-size: 1.875rem;
    margin-right: .125rem;
}
@media only screen and (min-width:992px) {
    #newsletter {
        padding: 60px 0;
    }
    #footer {
        padding: 60px 0 20px;
    }
    #footer .footer-logo img {
        max-width: 230px;
    }
    #footer .copyright {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        font-size: 1rem;
    }
}
@media only screen and (min-width:1200px) {
    #footer {
        font-size: 1.125rem;
    }
    #footer .footer-logo img {
        max-width: 265px;
    }
    #footer .social-media a {
        font-size: 2rem;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}
