@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PT_Serif/PTSerif-Regular.ttf');
    src: local(''),
        url('../fonts/PT_Serif/PTSerif-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}

body {
    font-family: 'PT Serif', serif !important;
    color: #222;

}

.container-header {

    position: relative;
    z-index: 10;
    background-color: white !important;
    background-image: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;

}

.container-nav {
    /*float: right;*/
    /*margin-top: 60px;*/
    padding-bottom: 0 !important;
}

.brand-logo {
    /*width:250px;
  height: 72px;
    float: left;*/
}

.navbar-brand {
    background: url("../images/logo_blum.png");
    width: 250px;
    height: 72px;
    margin-left: 30px;
    margin-top: 25px;
}

.container-topbar {
    float: right;
    margin-top: 20px;
    margin-right: 16px;
}

h1 {
    font-family: 'PT Serif', serif !important;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    line-height: 22px;
    margin-bottom: 20px;
}

h2,
h3 {
    font-family: 'PT Serif', serif !important;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


h4 {
    font-family: 'PT Serif', serif !important;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1rem;
}



p,ul {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #888;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.teaser p, .container-bottom-b p {
      max-width: 100% !important;

}

p.left {
    margin: 1.5rem 1.5rem 1.5rem 0;
    padding: 0;
}

a:focus,
a:hover,
#content a:focus,
#content a:hover {
    color: #000;
}

a {
    color: #888;
}

main a {
    color: #b33333;
}

p.pfad {
    color: #b33333;
}

div.teaser, .nlbox {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 15px solid #b33332;
    padding-top: 7px;
}

/*navigation*/

div.container-nav > .maximenu {
    margin-right: 16px;
}


div#maximenuck144 {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

div#maximenuck144.maximenuckh ul.maximenuck li.level1.parent > a,
div#maximenuck144.maximenuckh ul.maximenuck li.level1.parent > span.separator {
    padding: 0px !important;
}

div#maximenuck144 ul.maximenuck {
    padding-left: 0px;
    margin: 0px !important;
}

li.maximenuck.level1 > a {
    text-transform: uppercase;
    font-size: 15px;
}

li.maximenuck.level1 {
    font-size: 18px;
    margin-left: 25px;
    line-height: 14px;
    margin-bottom: 10px;

}

li.maximenuck.level1.active > a {
    color: black !important;

}

ul.maximenuck li.level1.parent > a:after,
ul.maximenuck li.level1.parent li.parent > a:after {
    display: none !important;
}

/*li.maximenuck.level1 > a {
    padding: 10px 12px 10px 12px;
    margin: 0 2px 0 0;

    text-decoration: none;
}
*/
#maximenuck144 li > a:hover,
#maximenuck144 li > a:focus {
    text-decoration: none;
}

.maxidrop-main {
    min-width: 160px;
    padding: 2px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    opacity: 0.9;
}

.maxidrop-main a {
    display: block;
    padding: 3px 5px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
}

li.maximenuck.level1 div.maximenuck2 {
    padding: 10px 5px !important;

}

#maximenuck144 > ul > li.maximenuck.level1 > div {
    margin-left: -10px;
}


body {
    background-image: linear-gradient(lightgrey, dimgrey);
}

.container_rl {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: white;
    max-width: 940px;
}

.container-footer {
    margin-bottom: 25px;
}

.metamenu a {
    color: black !important;
}

figure.item-image img {
    max-width: 350px;
}

.com-content-article__body > h2 {
    margin-bottom: 15px;
}

/*Footer*/

#footer {
    padding: 0px 10px;
}

.footer .grid-child {
    padding-top: 20px;
}

.container-footer .grid-child {
    display: inline-block;

}

#footermenu {
    float: right;
    flex-direction: row;
}

#footermenu li {
    list-style-type: none;
    padding: 0px 10px;
    border-right: 1px solid black;
}

#footermenu li:last-child {

    border-right: none;
}

#footermenu li a {
    text-decoration: none;
    color: #222;
    font-size: 12px;
}

#mod-custom110 {
    color: #222;
    margin-left: 20px;
}

#mod-custom110 a {
    text-decoration: none;
}

.footer {
    background: url("../images/footer.jpeg") no-repeat 16px 0px;
    padding: 0px 10px;
    background-size: 908px;
}

.ph-top {
    display: none;
}

.ph-subheader {
    background: white !important;
    border: none !important;
    padding-left: 0 !important;
}

.page-header {
    margin-top: 25px;
}

div.newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

div.produkt {
    border: 1px solid #ccc;
    margin: 10px;
    text-align: center;
    padding-bottom: 15px;
    width: 300px !important;
}

div.produkt img {
    width: 130px;
}


/*navi seite*/
.servicespalte li.active.deeper {
    background-color: #ccc;
    padding-left: 5px;
}

.servicespalte li.active > a {
    font-weight: 700;
}

.headerkontakt {
    font-size: 11px;
    color: #888;
}

.headerkontakt a {
    color: #b33332;
    text-decoration: none;
}

.com_virtuemart #fancybox-wrap {
    min-width: 720px !important;
}

#fancybox-content > div > h4 {
    font-weight: normal !important;
    margin-top: 20px;
}

.main-top-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kategorienshop > ul {
    padding-left: 0px;
}

.kategorienshop > ul > li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.vm3pr-1,
.product-price,
.PricesalesPrice,
.product-price > div.vm-prices-info {
    width: 100%;
    text-align: center;
}

.PricesalesPrice {
    font-weight: bold;
    color: #222 !important;
    font-size: 16px !important;
}

.vm-prices-info {
    font-size: 11px !important;

}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button span.addtocart-button-disabled,
.vm-button-correct {
    background: #b33333 !important;
    border: solid #b33333 1px !important;
}

.container-search > .warenkorb {
    background-color: #ececec;
    float: right;
    margin-right: 16px;
    padding: 10px;
    margin-bottom: 16px;
    margin-top: -60px !important;

}

.orderby-displaynumber {
    display: none;
}

img.login,
img.warenkorb {
    height: 12px;
    width: auto;
}

.main-image img {
    /*width: 150px;*/
}

.link_warenkorb {
    float: right;
}

.link_warenkorb a {
    color: #b33333;
}

.productdetails-view .spacer-buy-area {
    padding-left: 0px !important;
}

.productdetails-view .product-short-description {
    text-align: left;
}

.produktname h1 {
    margin-bottom: 3px;
}

span.vm-price-desc {
    margin-right: 0px !important;
}

.spacer-buy-area .product-price > div.vm-prices-info {
    text-align: left !important;
}

.produktname > h1,
.spacer-buy-area > .product-price,
.spacer-buy-area .PricesalesPrice {
    text-align: left;
}

.vm3pr-2 .PriceunitPrice {
    display: none;
}

.PriceunitPrice.vm-display.vm-price-value {
    font-size: 12px;
}

.PriceunitPrice .vm-price-desc {
    display: none;
}

.PriceunitPrice .PriceunitPrice::after {
    content: ' pro Liter';
}

div.vm-product-details-container > div.beschreibung > div {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 25px;
    text-align: left;
}

.back-to-category a.product-details {
    color: #b33333;
    border: none;
    background: none;
    font-size: 14px;

}

.horizontal-separator {
    background: white !important;
}

.back-to-category a.product-details:hover {
    border: none;
    background: none;
}

.product-neighbours a.previous-page::before {
    content: "<<";
    color: #b33333;
    margin-right: 20px;

}

.product-neighbours a.next-page::after {
    content: ">>";
    color: #b33333;
    margin-left: 20px;

}

.product-neighbours a:hover {
    color: #777;

}


.product-neighbours a.previous-page,
.product-neighbours a.next-page {
    background: none !important;
}

.product-neighbours {
    font-size: 14px;
    display: none;
}

div.main-image {
    border: 1px solid #ccc;
    margin: 15px;
    padding: 25px;
}

.kategorienshop a,
.breadcrumb-item a,
.product-neighbours a,
.vm-prices-info a,
.product-container a,
.link_warenkorb a {
    text-decoration: none;
}

.vm-cart-header h1 {
    text-align: left;
}

.cart-summary td,
.cart-summary th {
    border: none !important;
    vertical-align: middle;
}

.checkoutStep {
    display: none;
}

.vmLoadingDivMsg {
    display: none !important;
}

.kategorienshop li.active a {
    color: black;
    font-weight: bold;
}



.product-container {
    text-align: center;
}

.vm3pr-0 {
    margin-bottom: 20px;
}


/*bradcrump*/

.breadcrumps {
    margin-left: 10px;
}

.sucheshop {
    margin-left: auto;
    margin-top: 15px;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: var(--breadcrumb-divider, ">") !important;
    color: #b33333;
}

.breadcrumb {
    background-color: white !important;
    color: #b33333 !important;
}

.breadcrumb-item a {
    color: #b33333 !important;
    font-size: 14px;
}

ol.mod-breadcrumbs {
    padding-left: 0px !important;
}

.breadcrumb-item.active {
    color: #b33333;
}

.main-top-module {
    margin-top: 0px !important;
}

li.mod-breadcrumbs__item.breadcrumb-item.active > span {
    font-size: 14px;
}

.vm-btn.vm-btn-primary {
    background-color: #b33333 !important;
}

.vm-btn.vm-btn-primary:hover {
    color: white !important;
}

.vm2-remove_from_cart {

    background: url("../images/icon_cancel.svg") no-repeat !important;
    width: 20px !important;
    height: 25px !important;
    vertical-align: middle;
    padding: 0;

}

.vm2-add_quantity_cart {
    background: url("../images/icon_aktualisieren.svg") no-repeat !important;
    width: 20px !important;
    height: 25px !important;
    vertical-align: middle;
    padding: 0;


}

.container-banner {
    margin-bottom: 22px !important;
}

.kategorienshop {
    margin-left: 10px;
}

body > div.container_rl > div > div.grid-child.container-component > main > div > div.browse-view > div.vm-pagination.vm-pagination-bottom {
    margin-top: 10px;
    clear: left !important;
}

/*Kategory Desc*/

.category_description img {
    margin-left: 10px;
    margin-right: 20px;
}

.category_description_text {
    display: flex;
    flex-direction:column;
    align-content : flex-end;
    
    
}

.category_description_text h1, .category_description_text p {
    text-align: left !important;
}

.category_description_text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.category_description {
    margin-bottom: 25px;
}

.row-category {
    width: 100%;
    display: flex;
    align-content: space-between;

}

.row-category .category {
    padding: 10px;
}


div.product {
    border: 0px solid #ddd;
}

.terms-of-service > label {
    display: inline;
}


.vm-pagination {
    width: 100%;
}

span.vm-page-counter {
    display: none;
}

.category-view + .browse-view {
    display: none;
}

/*Produkt des Monats*/

.produktdesmonats .product-container {
    display: flex;
    flex-wrap: wrap;
justify-content: flex-start;
}

.produktmon {
    padding-left: 8px;
    padding-right: 8px;
}

.produktmon .spacer {
    border: 1px solid #ddd; 
    padding-top: 5px;
}


.produktdesmonats a {
    color: #b33333;
}

.produktdesmonats h2 {
    font-size: 14px;
}

.product-price-monat {
    font-weight: bold;
    color: #222 !important;
    font-size: 16px !important;
}

.produktdesmonats .product_s_desc {
    line-height: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #888;
}

.vmCartShipmentLogo img, .vmCartPaymentLogo img {
    width: 45px;
    height: auto;
}

.category-view {
  margin-left: 10px;
  margin-right: 10px;
}

/*Newsletter-Banner*/

.nlbox {
    display: flex;
}

.newsletterbox {
    box-sizing: border-box;
    background-color: #EAB2AF;
    text-align: left;
    padding: 5px;
}

.newsletterbox h3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-align: left;
}

.newsletterbox p {
    color: black;
    text-align: left;
    margin-bottom: 5px !important;
}

.acysubbuttons input {
    width: 220px !important;
}
.newsletterbox .fields {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acym_module_form .onefield {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.newsletterbox span {
    margin-right: 7px;

}

.acym_form {
    padding-left: 10px;
    display: flex;
    flex-flow: column;
    align-content: flex-start;
}

.back2cart{
    display: flex;
    justify-content: space-around;
}