﻿
@font-face {
    font-family: 'Frutiger';
    src: url('/_css/fonts/frutiger lt std-47-light-condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Frutiger-bold';
    src: url('fonts/frutigerltstd-boldcn.otf') format('opentype');
}


body {
    font-family: 'Frutiger', serif;
    line-height: 1.95;
    max-width: 100%;
}

p, .sheet, .productDetails ul {
    font-family: 'Frutiger', serif;
    margin-bottom: 30px;
    color: #000000;
    font-size: 19px;
}


.productDetails ul, .productDetails p {
    font-size: 16px;
}

#map {
    height: 600px;
}

#content-wrap {
    margin-top: 50px;
}

.productCollection #content-wrap {
    margin-top: 0;
}

.home #content-wrap {
    margin-top: 0;
}

#page-container {
    max-width: 100%;
    overflow: hidden;
}

:root {
    --swiper-theme-color: #dee2e6;
}

a {
    color: #0069b4;
}

    a:hover {
        text-decoration: none;
    }

/* Zeichnet jeden markierten Text gelb auf rotem Hintergrund */
::-moz-selection {
    color: white;
    background: #0069b4;
}

::selection {
    color: white;
    background: #0069b4;
}

/* Zeichnet markierten Text innerhalb von Absätzen weiß auf schwarz */
p::-moz-selection {
    color: white;
    background: #0069b4;
}

p::selection {
    color: white;
    background: #0069b4;
}

.redBg {
    background-color: #0069b4;
}


.titleImage {
    background-size: cover;
    background-position: center center;
    /*    max-height: 1000px;*/
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

    .titleImage.smaller {
        max-height: 600px;
    }

    .titleImage img {
        width: 100%;
        opacity: 0;
        position: relative;
        z-index: -1;
    }


.fullWrapBackground {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
}

.roundIconWrap img {
    width: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

.bigTitle {
    font-family: 'Frutiger-Bold', sans-serif;
    color: #373333;
    /*    text-transform: uppercase;*/
    font-weight: 500;
    margin-bottom: 40px;
}



.subTitle, .subTitle p {
    font-family: 'Frutiger', cursive;
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.subTitle {
    font-family: "Frutiger-Bold";
}


    .subTitle.bigger {
        font-size: 1.4rem;
    }

    .subTitle.smaller {
        font-size: 1rem;
    }


.withBorder {
    /*    padding-bottom: 230px;*/
    padding-bottom: 260px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 1000px 100px;
}

.yellowBackground {
    background-color: #ffed00;
}

.whiteRoundDiv {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
}

.innerBox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

    .innerBox p {
        font-size: 14px;
        margin-bottom: 10px;
    }

a.myBtn, span.myBtn {
    border: 2px solid #0069b4;
    background-color: #0069b4;
    padding: 12px 30px;
    font-size: 18px;
    /*    text-transform: uppercase;*/
    font-family: 'Frutiger-Bold', cursive;
    color: white;
    border-radius: 30px;
    display: inline-block;
    transition: all ease .65s;
}

    a.myBtn.big {
        padding: 8px 50px;
        font-size: 20px;
    }

    a.myBtn:hover {
        background-color: white;
        color: #0069b4;
    }


    a.myBtn.smaller {
        padding: 3px 22px;
        padding-top: 5px;
        font-size: 15px;
    }

    span.myBtn.smaller {
        /*   padding: 3px 22px;
        padding-top: 5px;
        font-size: 15px;*/
        padding: 4px 22px;
        padding-top: 4px;
        font-size: 15px;
    }

    a.myBtn.white {
        border: 2px solid white;
        background-color: white;
        color: #373333;
    }

        a.myBtn.white:hover {
            background-color: #0069b4;
            color: white;
        }



.newsImage {
    border-radius: 15px;
    width: 100%;
}

.newsBottom {
    margin-bottom: 35px;
    background-color: #0069b4;
    padding: 20px;
    position: relative;
    box-shadow: 1px -4px 5.76px 2.24px rgba(0, 0, 0, 0.26);
}

.linkWrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.smallIcon {
    width: 30px;
    display: inline-block;
}

.dateSpan {
    display: inline-block;
}

.newsBottom {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -40px;
    border-radius: 15px;
    color: white;
    padding-bottom: 80px;
}

    .newsBottom h3 {
        color: white;
    }

    .newsBottom p {
        color: white;
        /*text-transform: uppercase;*/
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }


hr.yellow {
    border-color: #ffed00;
    border-width: 4px;
    width: 110px;
}

.newsItem .dateSpan {
    font-family: 'Frutiger-Bold', cursive;
}

footer {
    background-color: #ffed00;
}

    footer p, footer {
        font-family: 'Frutiger-Bold', cursive;
        color: #373333;
    }

.quickLinks {
    padding-left: 0;
}

    .quickLinks li {
        list-style: none;
    }

        .quickLinks li a {
            color: #373333;
            font-size: 19px;
            text-transform: uppercase;
        }


.footerMarginBottom {
    margin-bottom: 25px;
}

footer .bigTitle {
    margin-bottom: 15px;
}

.underFooter {
    background-color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 25px;
}

.footerLinks {
    padding-left: 0;
    margin-bottom: 0;
}

    .footerLinks li {
        display: inline-block;
        margin-right: 20px;
    }

a.darkLink {
    color: #373333;
}


.partnerImg {
    max-height: 120px;
    max-width: 200px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.createdBy {
    margin-top: 20px;
    font-size: 14px;
}

hr.blue {
    border-color: #0069b4;
    border-width: 4px;
}

.textSection ul {
    color: #000000;
}

.textWrapper h2, .textWrapper h3, .textWrapper h4, .textWrapper h5, .textWrapper h6 {
    font-family: 'Frutiger-Bold', cursive;
    color: #000000;
    font-size: 1.25rem;
}

.partnerWrap img {
    width: 100%;
}

.biosuisseLogo {
    max-width: 120px;
    float: right;
}

hr.white {
    border-color: white;
    border-width: 4px;
    width: 100%;
    border-radius: 2px;
}

.withMargin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.historyItem p {
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

a.historyLink {
    background-color: #0056b3;
    color: white;
    margin-left: 10px;
    padding: 6px;
    border-radius: 6px;
    font-size: 10px;
    display: inline-block;
    margin-top: 4px;
    position: relative;
    float: left;
}

.productWrap {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 23px;
}

    .productWrap h2 {
        font-family: 'Frutiger-Bold', cursive;
        /*        color: #0056b3;*/
        color: #000;
        font-size: 20px;
        margin-top: 0;
    }


.productImageWrap {
    margin-bottom: 15px;
}

    .productImageWrap img {
        max-height: 230px;
        padding: 15px;
        max-width: 100%;
    }

.productDescription p {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    margin-bottom: 5px;
}

.price {
    font-size: 14px;
}

    .price span {
        display: inline-block;
        padding-left: 4px;
        font-family: 'Frutiger-Bold', cursive;
        color: #0056b3;
        font-weight: 500;
        font-size: 18px;
    }

.details {
    margin-top: 4px;
}

a.myBtn.xtrasmall {
    padding: 3px 17px;
    font-size: 12px;
}

.partnerWrap h4.bigTitle {
    margin-top: 15px;
}


.storeList div#content-wrap {
    margin-top: 30px;
}

.storeList .desktopLogoWrap img {
    max-width: 150px;
}

.storeList div#content-wrap {
    margin-top: 58px;
}

/*.gm-style-iw.gm-style-iw-c, .gm-style-iw-d {
    background-color: #ffed00;
}*/

footer.store-locator_store_actions {
    padding: 10px;
    border-radius: 10px;
    color: #0069b4;
}

.store-locator_list .store-locator_store_thumbnail {
    width: 100px !important;
    height: 92px !important;
}

ul.store-locator_list {
    cursor: pointer;
}

.paddingTopBigger {
    padding-top: 100px;
}

.sheet {
    box-shadow: 1px -1px 5.76px 0.84px rgba(0, 0, 0, 0.26);
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.recipe h6 {
    font-family: 'Frutiger-Bold', cursive;
    font-weight: 300;
    color: #0069b4;
}

    .recipe h6 span {
        font-weight: 500;
        color: #000000;
    }

.print {
    font-family: 'Frutiger-Bold', cursive;
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    margin-top: -10px;
    cursor: pointer;
}


.recipeImageWrap {
    text-align: center;
}

    .recipeImageWrap img {
        max-width: 320px;
        max-height: 320px;
    }

.ingredients a {
    font-weight: 700;
}

.onlyPrint {
    display: none;
}

.recipeTime {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    margin-bottom: 5px;
}

.recipeAuthor {
    border-radius: 20px;
}

span.smallTag {
    background-color: #0069b4;
    font-size: 12px;
    color: white;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 4px;
    /* float: left; */
}

.productLink .productDescription {
    color: #000000;
}

span.typeSpan {
    background-color: #0069b4;
    color: white;
    padding: 4px 8px;
    font-family: 'Arial';
    margin-right: 0px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 13px;
}

img.variantIcon {
    width: 23px;
    margin-left: 8px;
}

.headRow, .ingredientRow, .ingredientRow span p, .hintWrap p {
    font-size: 14px;
    margin-bottom: 5px;
}

.headRow {
    color: #000000;
}

.ingredientRow span.cSmall {
    font-size: 11px;
    color: #000000;
}

a.moreLink {
    color: #0069b4;
    border-bottom: 1px solid #0069b4;
}

span.propertySpan {
    background-color: #0069b4;
    color: white;
    font-size: 14px;
    padding: 1px 15px;
    border-radius: 15px;
    margin-right: 8px;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}

hr.smallHr {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid rgba(0,0,0,0.075);
}

.grid {
    min-height: 440px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ffed00;
}

.productCollection .desktopLogoWrap img {
    max-width: 250px;
}


.smallLogo .desktopLogoWrap img {
    max-width: 225px;
}


.productCategoryInfo {
    background-color: #f1f1f1;
    min-height: 165px;
    /*   margin-top: 30px;*/
    margin-top: 15px;
}

    .productCategoryInfo h2 {
        font-family: 'Frutiger-Bold', cursive;
        color: #0056b3;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .productCategoryInfo p {
        margin-bottom: 0;
    }

.hide {
    display: none !important;
}

.imageDiv {
    width: 33%;
    padding-right: 10px;
}

.contentDiv {
    width: 66%;
}

.contentDiv {
    width: 66%;
    padding: 15px;
    padding-left: 15px;
}

.productMainTitle {
    margin-top: 60px;
}

.productMainTitle {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}


.imageDiv img {
    max-height: 200px;
}



.productMainTitle {
    /*margin-top: 60px;*/
    margin-top: 20px;
}

.productMainWrap {
    min-height: 90px;
}


.groupInfoWrap {
    margin-top: 30px;
}

.smallCategoryInfo {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

.centerFlex {
    place-self: center;
}

.innerBox img {
    border-radius: 15px;
}

.contentPage div#content-wrap, .productPage div#content-wrap {
    margin-top: 0 !important;
}

.contentPage.cart div#content-wrap {
    margin-top: 190px !important;
}

.titleImage.contentPageTitle {
    /*   max-height: 250px;*/
    max-height: 400px;
}

.innerBox h2 {
    margin-bottom: 12px;
}

.categoryClose {
    position: absolute;
    right: 15px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: none;
}

.is-checked .categoryClose {
    display: block;
}

.categoryClose a {
    display: inline-block;
}

.historyImage {
    margin-bottom: 12px;
    border-radius: 10px;
    margin-top: 10px;
}

span.greenSpan {
    position: absolute;
    right: 21px;
    top: 8px;
    color: white;
    background-color: #00b300;
    padding: 2px 7px;
    border-radius: 7px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300;
}

span.redSpan {
    position: absolute;
    right: 21px;
    top: 8px;
    color: white;
    background-color: #FFA500;
    padding: 2px 7px;
    border-radius: 7px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300;
}


    span.redSpan.bigger, span.greenSpan.bigger {
        padding: 7px 17px;
        font-size: 15px;
    }

.bottomPos {
    bottom: 0;
    position: absolute;
}

.yellowStyles .textWrapper {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
}


    .yellowStyles .textWrapper p:last-child {
        margin-bottom: 0;
    }


.recipe .desktopLogoWrap {
    max-width: 170px;
}

a.btn.primarybg {
    background-color: #e6eef2;
    color: black;
}


.btn-primary {
    background-color: #0069b4;
}

.cartParent .fullLine {
    margin-top: 10px;
    margin-bottom: 10px;
}

li .store-locator_store_thumbnail img {
    width: 92% !important;
}

.store-locator_map .store-locator_store_thumbnail img {
    width: 50%;
}

.gm-style-iw-chr {
    height: 5px !important;
}

.store-locator_store_name {
    font-size: 1.2em !important;
    margin-top: 3px !important;
    padding-right: 18px !important;
}


#discountCode {
    font-family: "Frutiger-Bold";
    font-weight: bold;
    text-transform: uppercase;
}

div#discountFeedback {
    font-family: "Frutiger-Bold";
    font-weight: bold;
}

button#removeDiscountBtn {
    float: right;
    font-family: "Frutiger-Bold";
    font-weight: bold;
    border: 0;
    background-color: transparent;
    margin-top: -2px;
    cursor: pointer;
}

img.paymentTypes {
    max-width: 370px;
    margin-bottom: 15px;
}

.productSpanWrap {
    margin-bottom: 15px;
    max-width: 600px;
}

.productDetails {
    color: #4E545C;
}

    .productDetails .infoRow {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .productDetails span.propertySpan {
        padding: 0;
        color: #4E545C;
        background-color: transparent;
    }

.banner {
    background-color: #0069b4;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .banner p {
        color: white;
        margin: 0;
    }

@media screen and (min-width:992px) {
    .innerBox {
        padding-bottom: 0;
    }

    .productMainWrap {
        min-height: 200px;
    }

    .newsItem:nth-child(4) {
        display: none;
    }

    #content-wrap {
        margin-top: 165px;
    }


    .home #content-wrap {
        margin-top: 0;
    }

    .groupInfoWrap {
        /*      min-height: 165px;*/
        min-height: 185px;
        margin-top: 0;
    }

    .productMainWrap {
        min-height: 60px;
    }
}

@media screen and (min-width:1200px) {
    .createdBy {
        margin-top: 0;
    }
}

@media screen and (min-width: 1600px) {
    .newsItem:nth-child(4) {
        display: block;
    }

    .imageDiv {
        width: 20%;
    }

    .contentDiv {
        width: 80%;
    }

    .titleImage.contentPageTitle {
        /*   max-height: 250px;*/
        max-height: 550px;
    }
}

@media screen and (min-width:2200px) {
    #content-wrap {
        margin-top: 255px;
    }
}
/* ----------- */
@media screen and (max-width:767px) {
    .specialTitle {
        color: #000000;
    }

    .ingredientRow {
        line-height: 17px;
    }

        .ingredientRow > div {
            margin-bottom: 7px;
        }
}
