﻿body {
    line-height: 1.95;
    max-width: 100%;
}

#page-container {
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
}

#content-wrap {
    height: 100%;
}

[data-store-locator] {
    height: 100%;
}

:root {
    --swiper-theme-color: #dee2e6;
}

.paddingTopBigger {
    padding-top: 50px;
}
/* Zeichnet jeden markierten Text gelb auf rotem Hintergrund */
::-moz-selection {
    color: white;
    background: #a6193c;
}

::selection {
    color: white;
    background: #a6193c;
}

/* Zeichnet markierten Text innerhalb von Absätzen weiß auf schwarz */
p::-moz-selection {
    color: white;
    background: #a6193c;
}

p::selection {
    color: white;
    background: #a6193c;
}

.redBg {
    background-color: #a6193c;
}

p {
    font-family: 'Catamaran', serif;
    color: #474747;
}

#footer {
    background-color: #2d2d2d;
}

    #footer p {
        color: white;
    }

    #footer h2 {
        color: white;
    }

    #footer a {
        color: white;
        text-decoration: none;
    }

    #footer ul li {
        display: inline-block;
        margin-right: 35px;
    }

.footerLinks {
    padding-left: 0;
}

.titleImage {
    background-size: cover;
    background-position: center center;
    /*    max-height: 1000px;*/
    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%;
    overflow: hidden;
}

.redBox {
    background-color: #a6193c;
    padding: 15px;
    color: white;
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 15px;
}

.openTimeRow {
    min-height: 30px;
}



.box-left:before, .box-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.box-right:before {
    right: -999em;
    left: 0;
    background: #a6193c;
}

.box-left:before {
    left: -999em;
    background: #a6193c;
}

.contactInfoWrap {
    background-color: white;
    color: #858585;
    font-size: 13px;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    margin-right: 17px;
    height: 22px;
    margin-left: 10px;
}

    .contactInfoWrap a {
        color: #858585;
    }

.roundIconWrap img {
    width: 15px;
    margin-top: -3px;
    margin-right: 7px;
}



.logoWrap img {
    max-width: 0;
    transition: max-width ease .25s;
}


.logoWrap {
    padding: 10px;
    background-color: white;
    position: absolute;
    right: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: none;
    padding-top: 15px;
    top: 0px;
}

.scrolled .logoWrap img {
    display: none;
    max-width: 0;
}

.contactInfoOuterWrap {
    margin-top: 8px;
}

.greyTitle {
    color: #686868;
    font-size: 18px;
}

    .greyTitle.bold {
        font-weight: 600;
    }

    .greyTitle.darker {
        color: #424242;
    }

.myBtn.green.smaller {
    padding-top: 5px;
    padding-bottom: 3px;
}

.green {
    color: #055b34;
}

.roundBox h3 {
    font-size: 24px;
    font-weight: bold;
}

.roundBox {
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.backgroundSection {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    /*    padding-bottom: 185px;*/
}

.myBtn.green {
    background-color: #055b34;
    color: white;
    border-radius: 8px;
    padding: 9px 32px;
    display: inline-block;
    border: 2px solid #055b34;
    transition: all ease .35s;
}


    .myBtn.green:hover {
        background-color: white;
        color: #055b34;
        border: 2px solid #055b34;
    }


.greenBigTitle {
    font-size: 40px;
    color: #055b34;
    font-weight: bold;
}

    .greenBigTitle.bigger {
        font-size: 26px;
    }


    .greenBigTitle.smaller {
        font-size: 24px;
    }


.greyTitle.smaller {
    font-size: 22px;
}

.greenBigLine {
    height: 3px;
    background-color: #055b34;
    width: 145px;
}

.innerTitleImage {
    background-size: cover;
}

img.imageTopLeft {
    position: absolute;
    width: 20%;
    top: 25px;
    left: 25px;
    z-index: 3;
    opacity: 1;
}

img.imageBottomRight {
    position: absolute;
    width: 20%;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    opacity: 1;
}

.verticalCentered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bigWhiteTitle {
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

    .bigWhiteTitle.bigger {
        font-size: 33px;
    }

div#map {
    height: 650px;
}

footer img {
    padding: 7px;
    background-color: white;
    width: 150px;
    margin-bottom: 21px;
    border-radius: 6px;
}

.bgRed {
    background-color: #a6193c;
}

.pointer {
    cursor: pointer;
}

.imageTextSection img {
    width: 100%;
}

p a {
    color: #055b34;
}

    p a:hover {
        color: #055b34;
    }

.partnerWrap {
    padding: 25px;
    border: 1px solid #ededed;
    margin-bottom: 40px;
    text-align: center;
}

    .partnerWrap img {
        margin-bottom: 25px;
        max-height: 130px;
        max-width: 60%;
    }

.blackTitle {
    font-size: 22px;
}

.swiper-slide img {
    padding-left: 30px;
    padding-right: 30px;
}

.productWrap {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

    .productWrap h2 {
        font-family: 'Catamaran', serif;
        color: #a6193c;
        font-size: 18px;
        margin-top: 0;
    }


.productImageWrap {
    margin-bottom: 15px;
}

    .productImageWrap img {
        max-height: 160px;
        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: 'Catamaran', serif;
        color: #a6193c;
        font-weight: 500;
        font-size: 18px;
    }

.details {
    margin-top: 4px;
    padding-bottom: 15px;
}

a.myBtn.xtrasmall {
    padding: 3px 9px;
    font-size: 10px;
}

.partnerWrap h4.bigTitle {
    margin-top: 15px;
}

a {
    color: #a6193c;
}

    a:hover {
        text-decoration: none;
        color: #a6193c;
    }



.store-locator_store_thumbnail img {
    max-width: 150px;
}



li .store-locator_store_thumbnail img {
    width: 115% !important;
    max-width: 115%;
    margin-left: -6%;
}

img.thumb {
    max-height: 100px;
    max-width: 100px;
    border-right: 4px solid white;
    border-top: 4px solid white;
}

h3 span {
    font-size: 1.15rem;
}

span.typeSpan {
    background-color: #a6193c;
    color: white;
    padding: 3px 8px;
    border-radius: 7px;
    margin-left: 13px;
    margin-top: -6px;
    font-size: 13px;
}

.productDetails hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.variantIcon {
    max-height: 18px;
    max-width: 18px;
    margin-left: 4px;
}

.roundBox p {
    margin-bottom: 0;
}

.actionAmount {
    font-size: 18px;
}

.actionPrice, .oldPrice {
    font-size: 24px;
    font-weight: bold;
}

.oldPrice {
    color: #424242;
    text-decoration: line-through;
    margin-right: 8px;
}

.titleImageSection {
    max-width: 100%;
    overflow: hidden;
}

.titleImage {
    background-size: cover;
    background-position: center center;
}

.sliderContent {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 4;
    padding-top: 50px;
}


    .sliderContent h2 {
        color: white;
        font-size: 30px;
        font-weight: 900;
        text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.94);
        max-width: 520px;
    }



    .sliderContent p {
        color: white;
    }

.imageSwitch .swiper-slide {
    height: 63vh;
}

.imageSwitch .titleImage {
    height: 63vh;
}

.sliderContent p {
    color: white;
    font-size: 18px;
    font-family: 'Catamaran', serif;
    font-weight: 300;
    display: inline-block;
}

.sliderContent .textWrap {
    max-width: 520px;
    background-color: rgba(0,0,0,0.35);
    display: inline-block;
    padding: 15px 20px;
    border-radius: 15px;
}

.socialMedia img {
    background-color: transparent;
    width: 46px;
    /*margin-bottom: 7px;*/
    margin-bottom: 1px;
}

.ipSuisse {
    width: 120px;
    position: absolute;
    right: 15px;
    top: -80px;
}

.swiper-action-container {
    overflow: hidden;
}

.logoWrap img {
    width: 100%;
}

.innerListing h2 {
    font-size: 1rem!important;
    margin-bottom:0;
}

.imageTextSection img {
    margin-top: 23px;
}

@media screen and (min-width:460px) {
    .logoWrap img {
        max-width: 115px;
    }

    .scrolled .logoWrap img {
        max-width: 90px;
        display: block;
    }

    .logoWrap {
        display: block;
    }

    .contactInfoOuterWrap {
        padding-right: 125px;
    }
}


@media screen and (min-width:660px) {
    .bigWhiteTitle {
        font-size: 35px;
    }

    .greenBigTitle.bigger {
        font-size: 32px;
    }
}

@media screen and (min-width:768px) {


    .backgroundSection {
        padding-bottom: 50px;
    }

    .greenBigTitle.smaller {
        font-size: 28px;
    }

    .greyTitle.smaller {
        font-size: 28px;
    }

    .greenBigTitle.bigger {
        font-size: 40px;
    }

    .bigWhiteTitle {
        font-size: 40px;
    }

        .bigWhiteTitle.bigger {
            font-size: 60px;
        }

    .sliderContent {
        padding-top: 100px;
    }

    .ipSuisse {
        top: -105px;
        z-index: 1;
    }
}

@media screen and (min-width:992px) {
    .logoWrap img {
        max-width: 220px;
    }

    .scolled .logoWrap img {
        max-width: 125px;
    }

    .contactInfoOuterWrap {
        margin-top: 0;
    }

    .greyTitle {
        font-size: 32px;
    }

    .titleImage {
        transform: scale(1.1) translateX(50px) !important;
    }

    .imageSwitch .swiper-slide {
        height: 93vh;
    }

    .imageSwitch .titleImage {
        height: 93vh;
    }

    .ipSuisse {
        top: -130px;
    }
}


@media screen and (min-width:1200px) {
    .bigWhiteTitle {
        font-size: 50px;
    }

        .bigWhiteTitle.bigger {
            font-size: 75px;
        }

    .backgroundSection {
        padding-bottom: 115px;
    }

    .greenBigTitle.bigger {
        font-size: 56px;
    }

    .swiper-slide-active .titleImage {
        transform: scale(1);
        -ms-animation: bgburnsEast 7s linear;
        animation: bgburnsEast 7s linear;
        -webkit-animation: bgburnsEast 7s linear;
    }

    .sliderContent h2 {
        font-size: 54px;
        margin-top: 100px;
        max-width: 570px;
    }
}


@media screen and (min-width:1700px) {

    .backgroundSection {
        padding-bottom: 160px;
    }
}


@media screen and (min-width:1920px) {

    .backgroundSection {
        padding-bottom: 185px;
    }
}


@-moz-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.1) translateX(50px);
        -webkit-transform: scale(1.1) translateX(50px);
    }
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.1) translateX(50px);
        -webkit-transform: scale(1.1) translateX(50px);
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2) translateX(50px);
        -webkit-transform: scale(1.1) translateX(50px);
    }
}
