:root {
    font-size: 20px;
    --blue: #598bfd;
    --indigo: #331177;
    --purple: #8e44ad;
    --red: #7e2325;
    --orange: #f39c12;
    --orange-nx: #ef845a;
    --yellow: #F4D03F;
    --green: #96a825;
    --teal: #27ae60;
    --cyan: #16a085;
    --white: #fff;
    --gray: #bdc3c7;
    --gray-light: #d9dcde;
    --gray-dark: #767676;
    --primary: #96A824;
    --secondary: #6c757d;
    --success: #54d98c;
    --info: #1abc9c;
    --warning: #e67e22;
    --danger: #c0392b;
    --lighter: #f6f5f8;
    --light: #f0eff3;
    --light-2: #f0eff3;
    --light-3: #efedf5;
    --light-4: #e0ddec;
    --dark: #343a40;
    --dark-blue: #1e2748;
    --darker: #2F2C2F;
    --black: #080808;
}

/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/__fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/__fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-600 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('/__fonts/inter-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/__fonts/inter-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/__fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/__fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-regular - latin */
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/__fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/__fonts/noto-serif-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700 - latin */
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/__fonts/noto-serif-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/__fonts/noto-serif-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body {
    background-color: var(--gray-light) !important;
    font-family: 'Inter', serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #2F2C2F !important;
    max-width: 1920px;
    margin: auto;
}

.form-group {
    margin-bottom: 1.25rem;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main-content {
    background-color: var(--white);
    flex: 0 1 auto;
    width: 100%;
}

p {
    font-family: 'Inter', serif;
    font-size: 16px;
}

a:hover {
    color: var(--primary) !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: var(--primary) !important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: var(--primary) !important;
}
.page-link {
    color: var(--primary);
}
.page-link:hover {
    color: var(--primary);;
    border-color: var(--primary);
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
}
/*
input[name="strasse"] {float: left;width: 70%;}
input[name="hnr"] {float: right;width: 28%;}
input[name="plz"] {float: left;width: 25%;}
input[name="ort"] {float: right;width: 73%;}
*/


.font-family-inter {font-family: 'Inter', serif !important;}
.font-family-noto {font-family: 'Noto Serif', serif !important;}


.navbar-brand {height: 100px;}
.btn {
    /*
    height: auto;
    border: 0px solid;
    padding: 10px 24px;

     */
    border-radius: 4px!important;
}

.btn-filter-tag-small {
    text-align: left !important;
}

ul li {margin-bottom: 5px;}


.btn-sm {
    height: auto;
    font-size: 15px;
    padding: 7px 16px;
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary) !important;
}

.btn-primary:hover {
    box-shadow: 0 6px 15px 0 rgba(150, 168, 36,.4) !important;
    border-color: var(--primary) !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-primary:hover {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-filter-tag-small {
    color: var(--black);
    height: auto;
    font-size: 14px;
    font-weight: 400;
    border: 0px solid #000;
    padding: 0.25rem 0rem !important;
    line-height: 16px;
}
.btn-filter-tag-small:hover {
    color: var(--primary);
    height: auto;
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem 0.75rem !important;
    background-color: rgb(248 249 250);
}
.btn-accordion {
    background-color: transparent;
    border-bottom: 1px solid var(--light);
}

.color-white {
    color: var(--white) !important;
}
.color-teal {color:#6ab193;}
.color-rose {color:#e3a8c2;}
.color-orange {color:#ffa77f;}
.color-yellow {color:#ffcc78;}
.color-mint {color:#a1ddb9;}
.color-cyan {color:#7ec3de;}
.color-bordeaux {color:#e06989;}


.table th {
    font-weight: 500;
    font-size: 13px;
}
.table thead th {
    padding: 8px 10px;
}
.table td {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 8px 10px;
}

.accordion table {
    border: 1px solid var(--light);
    border-top: 0px;
    margin: -10px 0px 1rem 0px;
    /*width: calc(100% - -40px);*/
}
.accordion > .card {
    background-color: transparent;
}
.accordion .card-title {text-transform: unset;}


/******
Ribbon
 */


h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dark);
}
.modal-title {text-transform: unset;}

.close {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: var(--gray-dark);
}

.size-12 {font-size: 12px !important;}
.size-14 {font-size: 14px !important;}
.size-60 {font-size: 60px !important;}
.size-62 {font-size: 62px !important;}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: inherit;
    max-width: 1920px;
    z-index: 100;
    margin: auto;
}
.cbp-af-header.cbp-af-header-shrink {
    box-shadow: none;
}

.navigation-wrap .btn {border:0px;height: 48px;}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {color: var(--primary) !important;}
.text-green {color: var(--green);}
.text-red {color: var(--red);}
.text-dark-blue {color: var(--dark-blue);}
.text-darker {color: var(--darker);}

.badge-primary {
    color: rgb(255 255 255);
    background-color: var(--primary) !important;;
}
.nav-item {
    margin-bottom: 0px;
}
.nav-link {
    font-size: 15px;
    font-weight: 600;
}
.nav-link::before {
    background-color: var(--primary);
}
.navbar-light .navbar-nav .nav-link, #footer {
    color: #2F2C2F !important;
    font-family: 'Inter', serif !important;
    text-transform: uppercase;
}
#footer {
    text-transform: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0F1111 !important;
}

.section-1400 {
    max-width: 1480px;
}

.modal-header, .modal-body, .modal-footer {
    padding: 1rem;
}

.dropdown-menu {
    padding: 8px 8px !important;
    min-width: 350px;
    margin: 0;
    margin-top: 14px!important;
    background-color: var(--white);
    border: none;
    border-radius: 0;
    border-top: 0px solid var(--primary);
}
.dropdown-item {
    line-height: 24px;
    padding: 0.25rem 0.5rem !important;
}
.dropdown-item:hover {
    padding: 0.25rem 0.75rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--black);
    font-weight: 400;
}
.dropdown-item:hover {
    color: var(--primary) !important;
    padding-left: 20px;
}

.modal-header {border-bottom: 1px solid #dee2e6;}
.modal-footer {border-top: 1px solid #dee2e6;}

.nav-pills .nav-link {
    background-color: transparent;
    color: var(--dark);
}
.nav-pills .nav-link:hover {
    color: var(--primary) !important;
    background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--primary);
    background-color: transparent;
    border-bottom:1px var(--primary) solid;
}



.quantity.shop-quantity input {
    background-color: var(--gray);
}
.quantity.shop-quantity .quantity-button.quantity-up::after, .quantity.shop-quantity .quantity-button.quantity-down::after {
    background-color: var(--gray);
}
.quantity.shop-quantity .quantity-button.quantity-up::after, .quantity.shop-quantity .quantity-button.quantity-down::after {
    font-family: "Font Awesome 5 Pro";
}
.quantity.shop-quantity .quantity-button.quantity-up::after {
    content: '\f062';
}
.quantity.shop-quantity .quantity-button.quantity-down::after {
    content: '\f063';
}

.hrprimary {border-top: 2px solid var(--primary);}


.link-gray-dark:hover {color:#5c6162 !important}
.bg-light {background-color: #f7f7f7 !important;}


.shop-hero-back-img-1 {background-image: url('https://media.istockphoto.com/vectors/abstract-white-background-vector-id1200025355');}
.shop-hero-back-img-2 {background-image: url('https://images8.alphacoders.com/110/thumb-1920-1102284.jpg');}
.shop-hero-back-img-3 {background-image: url('https://i2.wp.com/www.pendragonprinzportraits.co.za/wp-content/uploads/2018/11/animated-lines-on-gray-background-element_4yuscfqex__F00001.png?ssl=1');}

.bg-home-section-2 {
    background-image: url('../images/qualitaet_1920_400.jpg');
    background-size: cover;
    background-position: center center;
}

.bg-header-team {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-team.jpg');
}
.bg-header-qualitaet {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-qualitaet.jpg');
}
.bg-header-shop {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://via.placeholder.com/1920x400');
}
.bg-header-blog {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-blog.jpg');
}
.bg-header-faq {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-faq.jpg');
}
.bg-header-impressum {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-impressum.jpg');
}

.bg-header-kontakt {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-kontakt.jpg');
}

.bg-header-ueber-uns {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-ueber-uns.jpg');
}

.bg-header-zutaten {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-zutaten.jpg');
}

.bg-header-zv {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url('../images/bg-header-zv.jpg');
}

.bg-header-sale {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-sale.jpg');
}
.bg-header-philosophie {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-header-philosophie.jpg');
}

.bg-section-qualitaet {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-section-qualitaet.jpg');
}
.bg-section-qualitaetsversprechen {
    background-color: #f0eff3;
}
.bg-section-zutaten {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-section-zutaten.jpg');
}
.bg-section-wissen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-section-wissen.jpg');
}

/*
.topimage-events {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://bootstrapmade.com/demo/templates/Hidayah/assets/img/slide/slide-1.jpg');
}
.topimage-partner {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://bootstrapmade.com/demo/templates/Lonely/assets/img/hero-bg.jpg');
}

.topimage-zutaten {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://christiane-elsinger.com/wp-content/uploads/2018/10/Ethno-Health_21-1920x580.jpg');
}

.topimage-sale {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://www.ethno-tcm.de/wp-content/uploads/2016/05/yoga_me.jpg');
}*/
.background-partner {
    background-image: url('http://front.codes/templates/gaia/img/niche-background-15.jpg');
}
.kontaktimage {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://c.neh.tw/thumb/f/350/comrawpixel540641.jpg');
}

.hrspecial {
    border-top: 3px solid white;
}
.mh-300 {
    min-height: 300px !important;
}
.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.shop-wrap-3 {
    padding-bottom: 120px;
}

.badge {
    padding:0.75em .8em;
    font-size:85%;
}
/*
.rounded {
    border-radius: 15px !important;
}
*/


.carousel {
    margin: 50px auto;
    padding: 0 70px;
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel .carousel-indicators {
    bottom: -50px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0.2);
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer;
    transition: opacity .6s ease;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}
.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    margin-left: 0px;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel-control-prev, .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
.carousel-control-prev i {
    margin-left: -3px;
}

.social a {
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.accordion-connected .accordion {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f2f3 !important;
}
.accordion-arrow-right .accordion-title a::before {
    float: right;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.accordion-arrow-right .accordion-title a {
    padding-left: 0;
    padding-right: 0;
}
.accordion-connected .accordion-title a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.accordion .accordion-title a {
    display: block;
    color: #323d47;
}
.accordion .accordion-title a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #757575;
    border-top: 1px solid #757575;
    margin-bottom: 3px;
    transform: rotate(45deg);
    transition: .2s linear;
}
.accordion .accordion-title a.collapsed::before {
    transform: rotate(-135deg);
}
.accordion-title {
    border-bottom: 1px solid #eceefe;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

/*
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: var(--primary);
}
.timeline {
    list-style: none;
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 1rem 0;
    padding-right: 2.5rem;
    text-align: right;
}
.timeline-item::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 1.35rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    background-color: #fff;
}
.timeline-item:nth-child(2n)::before {
    right: auto;
    left: -8px;
}
.timeline-item:nth-child(2n) {
    margin-left: 50%;
    padding-left: 2.5rem;
    padding-right: 0;
    text-align: left;
}
*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.small-2 {
    font-size: .82031rem !important;
}

.section-title .title-text {
    margin-bottom: 50px;
}
.tab-content .table-borderless {
    margin-bottom: 0;
}

.tab-content .table-borderless thead th {
    border-bottom-width: 1px;
    font-size: 20px;
    font-weight: 600;
    color: #252525;
}
.tab-content .table-borderless th {
    padding-left: 30px;
}
.table-borderless {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.tab-content .table-borderless tbody td .heading {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 6px;
}

.tab-content .table-borderless thead {
    background-color: #007bff;
    color: #fff;
    font-size: 20px;
}
.tab-content .table-borderless thead tr th {
    padding: 20px;
    border: 0;
}
.tab-content .table-borderless tbody {
    background: #fff;
}
.tab-content .table-borderless tbody tr th {
    border: 0;
    padding: 30px 20px;
    vertical-align: middle;
}
.tab-content .table-borderless tbody tr th .event-date {
    color: #252525;
    text-align: center;
}
.time {
    background-color: #dbdcd7;
    padding: 30px 20px;
}
.tab-content .table-borderless tbody tr th .event-date span {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
}
.tab-content .table-borderless tbody tr td {
    padding: 15px 10px;
    vertical-align: middle;
}
.tab-content .table-borderless tbody tr td .r-no span {
    color: #252525;
}
.tab-content .table-borderless tbody tr td .event-wrap h3 a {
    font-size: 20px;
    line-height: 20px;
    color: #cf057c;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-content .table-borderless tbody tr td .event-wrap h3 a:hover {
    color: #4125dd;
}
.tab-content .table-borderless tbody tr td .event-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
}
.tab-content .table-borderless tbody tr td .event-wrap {
    color: #252525;
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-content .table-borderless tbody tr td .event-wrap  {
    content: "\f07b";
    font-family: fontawesome;
    padding-right: 5px;
}
.tab-content .table-borderless tbody tr td .event-wrap .time span {
    color: #252525;
}
.tab-content .table-borderless tbody tr td .event-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
}
.tab-content .table-borderless tbody tr td .event-wrap a {
    color: #4125dd;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-content .table-borderless tbody tr td .event-wrap a:hover {
    color: #4125dd;
}
.tab-content .table-borderless tbody tr td .event-wrap a:before {
    content: "\f007";
    font-family: fontawesome;
    padding-right: 5px;
}
.tab-content .table-borderless tbody tr td .activezone {
    margin-top: 0;
    text-align: center;
}


.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--primary);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 20%;
    height: 2px;
    background: var(--primary);
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.main-timeline .date-outer {
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}

.main-timeline .title {
    line-height: 60px;
    margin: 0 0 15px 0;
}

.main-timeline .description {
    margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {

    .main-timeline .date-content {
        margin-top: 35px;
    }
    .main-timeline .date-content:before {
        width: 22.5%;
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0;
    }
    /*
    .position-md-bottom {
        position: fixed;
        left: 0px;
        bottom: 0px;
        background-color: var(--white) !important;
        z-index: 9999;
        padding: 10px;
    }
    */

}

@media only screen and (max-width: 767px) {
    .navbar {
        padding: .5rem 0rem !important;
    }
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline {
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }
    .main-timeline .icon {
        margin: auto 0;
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }
    .main-timeline .date-content:before {
        display: none;
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date {
        top: 30%;
    }
    .main-timeline .year {
        font-size: 24px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title {
        margin-bottom: 10px;
    }


}

.quantity.shop-quantity.light .quantity-button.quantity-up::after, .quantity.shop-quantity.light .quantity-button.quantity-down::after {

    color: #c5c4c0;
    background-color: #f0eff3;

}
.quantity.shop-quantity .quantity-button.quantity-down::after {
    content: '\ead3';
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.icon-dropdown .dropdown-menu {min-width: 250px;}
.icon-dropdown .dropdown-menu::after, .icon-dropdown .dropdown-menu::before {
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 0 .7em .8em .7em;
    border-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -.7em;
    z-index: -1;
}



@media screen and (min-width:1200px) {
    .m-header {padding-top:200px;}
    .icon-dropdown {height: 30px;}
}
@media screen and (max-width:1199px) {
    .navbar-brand {height: 45px;}
    .m-header {padding-top:0px;}
    .icon-dropdown {height: 50px;}
    .navigation-wrap {
        position: relative;
    }

    .cbp-af-header.header-float .padding-on-scroll, .cbp-af-header.header-float.cbp-af-header-shrink .padding-on-scroll, .cbp-af-header.cbp-af-header-shrink .padding-on-scroll, .padding-on-scroll {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        margin-top: 0px!important;
        padding: 0px 0px !important;

    }
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .loginmenu .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: transparent;
        padding: 0.25rem 0rem !important;
    }
    .loginmenu .dropdown-item:focus, .dropdown-item:active {
        border-bottom: 0px solid rgba(11,11,11,.06);
    }
    .loginmenu .dropdown-item {padding: 5px 0px !important;}

}



/*----------------------------------------------------/
// Big Search Bar //
//----------------------------------------------------*/

.big-search-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10001;
    background-color: var(--lighter);
    height: 75px;
    transform: translateY(-75px);
    transition: transform 300ms ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.big-search-results-container {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    height: 0;
    opacity: 0;
    background-color: var(--lighter);
    overflow: hidden;
    transform: translate(-50%, 0%);

}

.big-search-results-container.show{
    height: auto;
    max-height: 80vh;
    overflow: auto;
    opacity: 1;
    box-shadow: 1px 10px 19px rgba(0, 0, 0, 0.1);
    border: 0px solid #d9dcde;
    border-top: none;
}

body.show-big-search-bar .big-search-bar-container{
    transform: translateY(0px);
}

body .navigation-wrap, body .m-header {
    transform: translateY(0px);
    transition: transform 300ms ease-in-out;
}
body.show-big-search-bar .navigation-wrap, body.show-big-search-bar .m-header {
    transform: translateY(75px);
}

.big-search-content {
    width: max(100vh, 500px);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.big-search-content i {
    font-size: 0.85rem;
}

.big-search {
    height: 100%;
    border: 0;
    border-left-width: 3px;
    background-color: transparent;
    font-size: 0.85rem;
    width: 100%;
}

.big-search:focus-visible {
    outline: transparent;
}

.big-search-bar-container .vertical-divider{
    width: 1px;
    background-color: #2F2C2F;
    height: 100%;
}

.big-search-results-container .media:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

/*----------------------------------------------------/
// Basket Sidebar //
//----------------------------------------------------*/

.basket-sidebar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 400px;
    /*
    background-color: rgba(137, 156, 38, 0.9);
     */
    background-color: rgba(255, 255, 255);
    box-shadow: 0 0 10px 2px rgba(122,122,122,0.3);
    height: 100vh;
    z-index: 10002;
    transition: transform 300ms ease-in-out;
    transform: translateX(410px);
}

.basket-sidebar.show {
    transform: translateX(0);
}

.basket-sidebar-container {
    height: 100%;
}

.basket-sidebar-header {
    border-bottom: 1px solid var(--light);
}

.basket-sidebar-body {
    overflow-x: hidden;
    overflow-y: auto;
}
@media only screen and (max-width: 576px) {

    .basket-sidebar {
        width: 100vw;
        transform: translateX(100vw);
        box-shadow: unset;
    }
    .size-60 {
        font-size: 42px !important;
    }
    .size-26 {
          font-size: 22px !important;
      }
}

.form-control {
    font-size: 0.7rem;
}

.btn-counter-group {
    width: 100px;
    border-radius: 0px;
    height: 38px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: var(--primary);
    border-radius: 4px;
}

.btn-counter {
    flex: 1 1 auto;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-counter:hover {
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
}

.input-counter {
    width: 25px;
    flex: 0 1 auto;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    user-select: text;
}

.basket-row-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 150px;
}

.checkout-basket-row-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100px;
}

.cursor-pointer {
    cursor: pointer;
}

.choice-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
    flex: 1;
}

.choice-card:hover {
    background-color: var(--lighter);
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.choice-card.active {
    background-color: var(--lighter);
}

.choice-card.active img{
    filter: invert(1);
}

input[type=checkbox] {
    color: #819600;
    accent-color: currentColor;
}
.fa-ul {margin-left: 1.5em !important;}
.fa-li {line-height: 17px !important;}
.fa-ul i {font-size: 8px;}
.fa-shadow {filter:drop-shadow(5px 5px 5px #7c7c7c);}

.tooltip > .tooltip-inner {
    background-color: var(--primary);
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: var(--primary);
}
.padding-on-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    top: 36px;
}
.navbar-toggler {
    border: 0px;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.portfolio-wrap-2 {
    margin-bottom: 75px;
}

.border-bottom-1 {border-bottom: 1px solid #ebebeb;}

.text-transform-none {text-transform: none;}


.filterHeadline {
    font-size: 0.9rem;
}


.dropdownLieferland .dropdown-item.active {
    background-color: #ebebeb !important;
}

.input-group .form-control.border-danger {
    border-width: 1px !important;
    border-style: solid !important;
}

.form-control-feedback {
    width: 100%;
}

.nav-tabs .nav-link {
    color: #2F2C2F;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: unset;
}

.swiper-hero-shop-v1 .swiper-button-prev {
    right: auto !important;
    left: 30px !important;
    margin-top: 0 !important;
}

.swiper-hero-shop-v1 .swiper-button-next {
    margin-top: 0 !important;
}

.cbp-af-header.cbp-af-header-shrink .nav-item, .nav-item {
    padding: 10px 0;
    margin: 0px 20px;
}

.dashboard-icon {
    width: 60px;
}

nav.navbar .nav-link {
    font-size: 14px;
}


.swiper-hero-shop-v1 .swiper-slide {
    /*
    visibility: collapse;
     */
    display: none;
}

.swiper-hero-shop-v1 .swiper-slide.swiper-slide-active {
    /*
    visibility: visible;
     */
    display: block;
}


.bg-orange-nx {background-color: var(--orange-nx) !important;}
.bg-orange-nx:hover {color: var(--white) !important;}
.bg-cyan {background-color: #36bcbb;}
.bg-green-vital {background-color: #C5DEA6;}
.bg-rose {background-color: #BEA981;}
.bg-slate {background-color: #843A3B;}
.bg-gray {background-color: #edf0ef;}
.bg-light {background-color: #F8F9F9 !important;}
.bg-magenta {background-color: #E07EB1 !important;}