@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lustria);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, #container .mod_iso_checkout .review.orderinfo .info_container > h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.invisible {
    display: none;
}

button, input.submit {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.4em;
}

sub {
    bottom: -0.25em;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Corporate Light";
    src: url("../fonts/aa85b3e7-e076-4095-846c-e82488a3da0f.eot?#iefix");
    src: url("../fonts/aa85b3e7-e076-4095-846c-e82488a3da0f.eot?#iefix") format("eot"), url("../fonts/cb20ba95-59ee-4ae7-bfd3-52e1c542c18f.woff") format("woff"), url("../fonts/2dc0e161-7360-42dd-9808-b1ab214ad526.ttf") format("truetype"), url("../fonts/d4a7016a-c3f9-496d-8555-ef0f02a584f5.svg#d4a7016a-c3f9-496d-8555-ef0f02a584f5") format("svg");
}

@font-face {
    font-family: "Swift Light";
    src: url("../fonts/5d26ae10-b933-4fcd-9a5e-edeaeac49756.eot?#iefix");
    src: url("../fonts/5d26ae10-b933-4fcd-9a5e-edeaeac49756.eot?#iefix") format("eot"), url("../fonts/30fdce16-4be1-44d0-a2b6-429781d8f035.woff") format("woff"), url("../fonts/c395ae86-5f3e-4e6e-9b7e-a61b2cb173c7.ttf") format("truetype"), url("../fonts/f8eeb20e-ed8f-4e38-8e20-b99e71a88f24.svg#f8eeb20e-ed8f-4e38-8e20-b99e71a88f24") format("svg");
}

/* WINDOW */
@media screen and (min-width: 700px) {
    ::-webkit-scrollbar {
        width: 8px;
        background: #fff;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #004a8c;
    }
}

/* DEFAULT CSS */
body {
    font-family: "Lustria", Georgia, serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    background: #ffffff;
    min-width: 320px;
    overflow-x: hidden;
    padding-top: 40px;
}

body:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #004a8c;
    transform: rotate(-0.4deg);
}

body .mobile-only {
    display: none;
}

@media screen and (max-width: 890px) {
    body .mobile-only {
        display: block;
    }
    body .desktop-only {
        display: none;
    }
    body.mobile-menu-open {
        max-height: 100vh;
        overflow: hidden;
    }
}

a {
    text-decoration: underline;
    color: #004a8c;
}

a:hover {
    color: #d00079;
}

#left {
    float: left;
    width: 100%;
    max-width: calc(30% - 30px);
}

#left + #main {
    float: left;
    width: 100%;
    max-width: 70%;
    margin-left: 30px;
}

#left nav ul.level_1 > li > a, #left nav ul.level_1 > li > span {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    padding: 5px 5px;
}

#left nav ul.level_1 > li > a.offer, #left nav ul.level_1 > li > span.offer {
    color: #d00079;
}

#left nav ul.level_1 > li > a:hover {
    color: #004a8c;
}

#left nav ul.level_1 > li > span {
    background: #004a8c;
    color: #ffffff;
}

#left nav ul.level_1 > li.active > ul.level_2, #left nav ul.level_1 > li.trail > ul.level_2 {
    display: block;
}

#left nav ul.level_1 > li > ul.level_2 {
    display: none;
}

#left nav ul.level_1 > li > ul.level_2 > li > a, #left nav ul.level_1 > li > ul.level_2 > li > span {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    padding: 5px 5px;
    padding-left: 20px;
}

#left nav ul.level_1 > li > ul.level_2 > li > a:hover {
    color: #004a8c;
    background: #ebe9e1;
}

#left nav ul.level_1 > li > ul.level_2 > li > span, #left nav ul.level_1 > li > ul.level_2 > li > a.trail {
    color: #004a8c;
}

@media screen and (max-width: 890px) {
    #left#left, #left + #main {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
    #left + #main {
        margin-top: 0;
    }
    #left nav ul.level_1 > li > a, #left nav ul.level_1 > li > span {
        display: none;
    }
    #left nav ul.level_1 > li > ul.level_2 > li > a, #left nav ul.level_1 > li > ul.level_2 > li > span {
        padding-left: 5px;
    }
    #left nav ul.level_1 > li > ul.level_2 > li > span, #left nav ul.level_1 > li > ul.level_2 > li > a.trail {
        background: #ebe9e1;
    }
}

@media screen and (max-width: 600px) {
    #left {
        border-bottom: 1px solid #ebe9e1;
        padding-bottom: 15px;
    }
    #left + #main {
        margin-top: 0;
    }
}

header, #header-image > .inside, #container > .inside, #footer > .inside {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    min-height: 100px;
    overflow: visible;
}

header .menu-toggle {
    display: none;
}

@media screen and (max-width: 890px) {
    header .menu-toggle[for] {
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 30;
        display: block;
        width: 45px;
        height: 45px;
        background: #f0f1f2;
        padding: 13px 10px;
    }
    header .menu-toggle[for] > span {
        display: block;
        width: 100%;
        height: 3px;
        background: #004a8c;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header .menu-toggle[for] > span + span {
        margin-top: 4px;
    }
    header .menu-toggle[type]:checked + label > span:nth-child(1) {
        -moz-transform: rotate(-45deg) translate(-6px, 6px);
        -o-transform: rotate(-45deg) translate(-6px, 6px);
        -ms-transform: rotate(-45deg) translate(-6px, 6px);
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    header .menu-toggle[type]:checked + label > span:nth-child(2) {
        -moz-transform: rotate(45deg) translate(1px, 1px);
        -o-transform: rotate(45deg) translate(1px, 1px);
        -ms-transform: rotate(45deg) translate(1px, 1px);
        -webkit-transform: rotate(45deg) translate(1px, 1px);
        transform: rotate(45deg) translate(1px, 1px);
    }
    header .menu-toggle[type]:checked + label > span:nth-child(3) {
        height: 0;
        opacity: 0;
    }
    header .menu-toggle[type]:checked ~ nav.mod_navigation {
        left: 0;
    }
}

header .mod_changelanguage {
    margin-bottom: 30px;
}

header .mod_changelanguage ul {
    text-align: right;
}

header .mod_changelanguage ul li {
    display: inline-block;
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 60px;
    background-position: -40px 0px;
}

header .mod_changelanguage ul li.lang-de {
    background-position: -40px 0px;
}

header .mod_changelanguage ul li.lang-en {
    background-position: -60px 0px;
}

header .mod_changelanguage ul li:not(.active):hover {
    opacity: 0.6;
}

header .mod_changelanguage ul li > span, header .mod_changelanguage ul li > a {
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: default;
}

header .mod_changelanguage ul li > span:not(.active), header .mod_changelanguage ul li > a:not(.active) {
    cursor: pointer;
}

@media screen and (max-width: 890px) {
    header .mod_changelanguage {
        position: absolute;
        right: 15px;
        top: 65px;
    }
    header .mod_changelanguage ul li {
        background-size: auto 120px;
    }
    header .mod_changelanguage ul li.lang-de {
        background-position: -80px 0px;
    }
    header .mod_changelanguage ul li.lang-en {
        background-position: -120px 0px;
    }
    header .mod_changelanguage ul li > span, header .mod_changelanguage ul li > a {
        width: 40px;
        height: 40px;
    }
}

header a.logo {
    display: block;
    float: right;
    background: url(../img/logo.svg) no-repeat scroll;
    background-size: contain;
    width: 166px;
    height: 100px;
    margin-bottom: 30px;
    margin-right: 50px;
}

@media screen and (max-width: 890px) {
    header a.logo {
        float: left;
        height: 60px;
        width: 100px;
        margin-left: 15px;
        margin-top: 15px;
    }
}

header nav.mod_navigation {
    clear: both;
}

header nav.mod_navigation a {
    text-decoration: none;
}

@media screen and (min-width: 891px) {
    header nav.mod_navigation ul.level_1 {
        text-align: center;
    }
    header nav.mod_navigation ul.level_1 > li {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        color: #000000;
        position: relative;
    }
    header nav.mod_navigation ul.level_1 > li > a, header nav.mod_navigation ul.level_1 > li > span {
        display: inline-block;
        color: inherit;
        padding: 12px 22px;
    }
    header nav.mod_navigation ul.level_1 > li > span, header nav.mod_navigation ul.level_1 > li > .trail {
        background: #004a8c;
        color: #ffffff;
    }
    header nav.mod_navigation ul.level_1 > li + li {
        margin-left: 4px;
    }
    header nav.mod_navigation ul.level_1 > li:hover > a {
        background: #ebe9e1;
        color: #333333;
    }
    header nav.mod_navigation ul.level_1 > li:hover > ul.level_2 {
        display: block;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 {
        display: none;
        position: absolute;
        z-index: 10;
        text-align: left;
        background: #ffffff;
        min-width: 100%;
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.35);
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > a, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > span {
        display: block;
        color: #000000;
        font-size: 15px;
        padding: 10px 22px;
        white-space: nowrap;
        -moz-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        -webkit-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        transition: all 150ms ease;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > span, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > .trail, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li:hover a {
        background: #004a8c;
        color: #ffffff;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li + li {
        border-top: 1px solid #cbcccd;
    }
}

@media screen and (max-width: 890px) {
    header nav.mod_navigation {
        position: absolute;
        top: 0;
        left: -100vw;
        background: #ffffff;
        width: 100vw;
        padding: 30px;
        z-index: 20;
        height: 100vh;
        overflow-y: scroll;
        -moz-transition: left 0.3s ease-in-out;
        -o-transition: left 0.3s ease-in-out;
        -webkit-transition: left 0.3s ease-in-out;
        -ms-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    header nav.mod_navigation ul.level_1 > li {
        padding-bottom: 15px;
        font-family: "Swift Light", serif;
    }
    header nav.mod_navigation ul.level_1 > li > a, header nav.mod_navigation ul.level_1 > li > span {
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
    }
    header nav.mod_navigation ul.level_1 > li > span {
        color: #004a8c;
    }
    header nav.mod_navigation ul.level_1 > li + li {
        border-top: 1px solid #d3d5d9;
        padding-top: 15px;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li {
        margin-top: 5px;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > a, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > span {
        position: relative;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #7d7f82;
        padding-left: 0px;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > a:before, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
        width: 15px;
        height: 15px;
        background: url(../img/sprite-icons.svg) no-repeat scroll;
        background-size: auto 45px;
        background-position: -105px -15px;
    }
    header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > span, header nav.mod_navigation ul.level_1 > li > ul.level_2 > li > a.trail {
        color: #d00079;
    }
}

#header-image {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 890px) {
    #header-image {
        height: 30vh;
    }
    #header-image > .inside {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #header-image {
        height: 30vh;
    }
    #header-image > .inside {
        display: none;
    }
}

#header-image > .inside {
    padding: 60px;
    overflow: hidden;
}

#header-image .block {
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    width: 430px;
    float: right;
}

#header-image .block div:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .shop #header-image {
        height: 10vh;
    }
}

#container {
    background: #ebe9e1;
}

#container > .inside {
    background: #ffffff;
    padding: 60px 30px;
}

@media screen and (max-width: 600px) {
    #container > .inside {
        padding: 30px 15px;
    }
}

#container h1, #container h2, #container h3, #container h4, #container .mod_iso_checkout .review.orderinfo .info_container > h3, #container h5, #container h6 {
    font-family: "Swift Light", serif;
    font-weight: 300;
    color: #333333;
}

#container h1 {
    font-size: 33px;
    line-height: 38px;
}

#container h1 + h2, #container h1 + h3, #container h1 + h4, #container .mod_iso_checkout .review.orderinfo .info_container > h1 + h3, #container h1 + h5, #container h1 + h6 {
    margin-top: 0px !important;
}

#container h2 {
    font-size: 26px;
    line-height: 31px;
}

#container h3 {
    position: relative;
    font-size: 22px;
    line-height: 37px;
    padding-left: 15px;
}

#container h3:before {
    position: absolute;
    display: block;
    content: '› ';
    left: 0;
    top: -1px;
}

@media screen and (max-width: 600px) {
    #container h3 {
        font-size: 20px;
    }
}

#container h4, #container .mod_iso_checkout .review.orderinfo .info_container > h3 {
    font-family: "Corporate Light", "Helvetica Neue", Arial, sans-serif;
    color: #d00079;
    font-size: 22px;
    line-height: 27px;
}

#container h4 a, #container .mod_iso_checkout .review.orderinfo .info_container > h3 a {
    color: #d00079;
}

#container .head-magenta h1, #container .head-magenta h2, #container .head-magenta h3, #container .head-magenta h4, #container .head-magenta .mod_iso_checkout .review.orderinfo .info_container > h3, #container .mod_iso_checkout .review.orderinfo .head-magenta .info_container > h3, #container .head-magenta h5, #container .head-magenta h6 {
    color: #d00079;
}

#container .head-magenta h1 a, #container .head-magenta h2 a, #container .head-magenta h3 a, #container .head-magenta h4 a, #container .head-magenta .mod_iso_checkout .review.orderinfo .info_container > h3 a, #container .mod_iso_checkout .review.orderinfo .head-magenta .info_container > h3 a, #container .head-magenta h5 a, #container .head-magenta h6 a {
    color: #d00079;
}

#container figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .span20, #container .ce_gallery ul.cols_5 li, #container .formbody .widget label {
    max-width: calc(20% - 20px);
}

#container .span25, #container .ce_gallery ul.cols_4 li, #container .mod_iso_checkout .review.orderinfo.box_4 .info_container {
    max-width: calc(25% - 20px);
}

#container .span30, #container .mod_login .formbody .widget label {
    max-width: calc(30% - 20px);
}

#container .span33, #container .ce_gallery ul.cols_3 li, #container .mod_newslist > div[class*="layout"], #container .mod_eventlist > div[class*="layout"], #container .mod_iso_checkout .review.orderinfo.box_3 .info_container {
    max-width: calc(33% - 20px);
}

#container .span35 {
    max-width: calc(35% - 20px);
}

#container .span40, #container .mod_storelocator_details > .store, #container > #newsletter-signup .formbody .widget label {
    max-width: calc(40% - 20px);
}

#container .span50, #container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) .content, #container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) figure, #container .ce_gallery ul.cols_2 li {
    max-width: calc(50% - 20px);
}

#container .span60, #container .ce_text[class*="float_"].text-60 .content, #container .mod_storelocator_details > iframe, #container > #newsletter-signup .formbody .widget label + * {
    max-width: calc(60% - 20px);
}

#container .span65 {
    max-width: calc(65% - 20px);
}

#container .span70, #container .ce_text[class*="float_"].text-70 .content {
    max-width: calc(70% - 20px);
}

#container .span75 {
    max-width: calc(75% - 20px);
}

#container .span80, #container .ce_text[class*="float_"].text-80 .content, #container .formbody .widget label ~ * {
    max-width: calc(80% - 20px);
}

@media screen and (max-width: 700px) {
    #container .span30, #container .mod_login .formbody .widget label, #container .span33, #container .ce_gallery ul.cols_3 li, #container .mod_newslist > div[class*="layout"], #container .mod_eventlist > div[class*="layout"], #container .mod_iso_checkout .review.orderinfo.box_3 .info_container {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #container .span50, #container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) .content, #container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) figure, #container .ce_gallery ul.cols_2 li, #container .span60, #container .ce_text[class*="float_"].text-60 .content, #container .mod_storelocator_details > iframe, #container > #newsletter-signup .formbody .widget label + *, #container .span65, #container .span70, #container .ce_text[class*="float_"].text-70 .content {
        max-width: 100%;
    }
}

#container .mod_article,
#container .ce_text[class*="float_"],
#container .ce_gallery ul,
#container .widget,
#container .mod_storelocator_details,
#container .mod_newslist, #container .mod_newsreader, #container .mod_newsreader > div[class*="layout"],
#container .mod_eventlist, #container .mod_eventreader, #container .mod_eventreader > div[class*="layout"],
#container .mod_iso_checkout .review.orderinfo {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container .mod_article > *,
#container .ce_text[class*="float_"] > *,
#container .ce_gallery ul > *,
#container .widget > *,
#container .mod_storelocator_details > *,
#container .mod_newslist > *, #container .mod_newsreader > *, #container .mod_newsreader > div[class*="layout"] > *,
#container .mod_eventlist > *, #container .mod_eventreader > *, #container .mod_eventreader > div[class*="layout"] > *,
#container .mod_iso_checkout .review.orderinfo > * {
    display: block;
    width: 100%;
}

#container .mod_article .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_article > *:not(:first-child):not(.facebook-button),
#container .mod_article .content > * + *:not(:first-child):not(.facebook-button),
#container .ce_text[class*="float_"] .block > * + *:not(:first-child):not(.facebook-button),
#container .ce_text[class*="float_"] > *:not(:first-child):not(.facebook-button),
#container .ce_text[class*="float_"] .content > * + *:not(:first-child):not(.facebook-button),
#container .ce_gallery ul .block > * + *:not(:first-child):not(.facebook-button),
#container .ce_gallery ul > *:not(:first-child):not(.facebook-button),
#container .ce_gallery ul .content > * + *:not(:first-child):not(.facebook-button),
#container .widget .block > * + *:not(:first-child):not(.facebook-button),
#container .widget > *:not(:first-child):not(.facebook-button),
#container .widget .content > * + *:not(:first-child):not(.facebook-button),
#container .mod_storelocator_details .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_storelocator_details > *:not(:first-child):not(.facebook-button),
#container .mod_storelocator_details .content > * + *:not(:first-child):not(.facebook-button),
#container .mod_newslist .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_newslist > *:not(:first-child):not(.facebook-button),
#container .mod_newslist .content > * + *:not(:first-child):not(.facebook-button), #container .mod_newsreader .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_newsreader > *:not(:first-child):not(.facebook-button),
#container .mod_newsreader .content > * + *:not(:first-child):not(.facebook-button), #container .mod_newsreader > div[class*="layout"] .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_newsreader > div[class*="layout"] > *:not(:first-child):not(.facebook-button),
#container .mod_newsreader > div[class*="layout"] .content > * + *:not(:first-child):not(.facebook-button),
#container .mod_eventlist .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_eventlist > *:not(:first-child):not(.facebook-button),
#container .mod_eventlist .content > * + *:not(:first-child):not(.facebook-button), #container .mod_eventreader .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_eventreader > *:not(:first-child):not(.facebook-button),
#container .mod_eventreader .content > * + *:not(:first-child):not(.facebook-button), #container .mod_eventreader > div[class*="layout"] .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_eventreader > div[class*="layout"] > *:not(:first-child):not(.facebook-button),
#container .mod_eventreader > div[class*="layout"] .content > * + *:not(:first-child):not(.facebook-button),
#container .mod_iso_checkout .review.orderinfo .block > * + *:not(:first-child):not(.facebook-button),
#container .mod_iso_checkout .review.orderinfo > *:not(:first-child):not(.facebook-button),
#container .mod_iso_checkout .review.orderinfo .content > * + *:not(:first-child):not(.facebook-button) {
    margin-top: 30px;
}

#container .mod_article + .mod_article,
#container .ce_text[class*="float_"] + .mod_article,
#container .ce_gallery ul + .mod_article,
#container .widget + .mod_article,
#container .mod_storelocator_details + .mod_article,
#container .mod_newslist + .mod_article, #container .mod_newsreader + .mod_article, #container .mod_newsreader > div[class*="layout"] + .mod_article,
#container .mod_eventlist + .mod_article, #container .mod_eventreader + .mod_article, #container .mod_eventreader > div[class*="layout"] + .mod_article,
#container .mod_iso_checkout .review.orderinfo + .mod_article {
    margin-top: 30px;
}

#container .ce_text > .content > h1 + *, #container .ce_text > .content h2 + *, #container .ce_text > .content h3 + *, #container .ce_text > .content h4 + *, #container .ce_text > .content .mod_iso_checkout .review.orderinfo .info_container > h3 + *, #container .mod_iso_checkout .review.orderinfo .ce_text > .content .info_container > h3 + *, #container .ce_text > .content h5 + *, #container .ce_text > .content h6 + * {
    margin-top: 15px !important;
}

#container .ce_text > .content em {
    color: #7d7f82;
}

#container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) .content, #container .ce_text[class*="float_"]:not([class*="float_above"]):not([class*="float_below"]) figure {
    margin-top: 0 !important;
}

#container .ce_text[class*="float_"].text-60 figure {
    max-width: 40%;
}

#container .ce_text[class*="float_"].text-70 figure {
    max-width: 30%;
}

#container .ce_text[class*="float_"].text-80 figure {
    max-width: 20%;
}

#container .ce_text[class*="float_"] figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .ce_text[class*="float_"].float_above .content {
    order: 2;
}

#container .ce_text[class*="float_"].float_above figure {
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

#container .ce_text[class*="float_"].float_right .content {
    order: 1;
}

#container .ce_text[class*="float_"].float_right figure {
    order: 2;
    margin-top: 45px;
}

#container .ce_text[class*="float_"].float_left figure {
    order: 1;
    margin-top: 0;
}

#container .ce_text[class*="float_"].float_left .content {
    order: 2;
}

@media screen and (max-width: 600px) {
    #container .ce_text[class*="float_"].float_left figure, #container .ce_text[class*="float_"].float_right figure {
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
    }
    #container .ce_text[class*="float_"].float_left .content, #container .ce_text[class*="float_"].float_right .content {
        order: 2;
    }
}

#container .ce_gallery ul {
    align-items: center;
    margin-top: 0 !important;
}

#container .ce_gallery ul li {
    border: 1px solid #ebe9e1;
    margin-top: 30px;
}

#container .ce_gallery ul li a {
    display: block;
}

#container .ce_gallery ul li a:hover {
    background: #d00079;
}

#container .ce_gallery ul li a:hover img {
    opacity: 0.8;
    filter: grayscale(100%);
}

#container .ce_gallery ul li figure {
    line-height: 0;
}

#container .ce_gallery ul li figure img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    #container .ce_gallery ul.cols_3 li,
    #container .ce_gallery ul.cols_4 li,
    #container .ce_gallery ul.cols_5 li {
        max-width: calc(25% - 20px);
    }
}

@media screen and (max-width: 500px) {
    #container .ce_gallery ul.cols_3 li,
    #container .ce_gallery ul.cols_4 li,
    #container .ce_gallery ul.cols_5 li {
        max-width: calc(50% - 20px);
    }
}

#container .ce_list ul, #container .ce_list ol, #container .ce_text ul, #container .ce_text ol {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

#container .ce_list ul li, #container .ce_list ol li, #container .ce_text ul li, #container .ce_text ol li {
    font-weight: bold;
}

#container .ce_list ul li + li, #container .ce_list ol li + li, #container .ce_text ul li + li, #container .ce_text ol li + li {
    margin-top: 15px;
}

#container .ce_text ul li, #container .ce_text ol li {
    font-weight: normal;
}

#container .ce_download a {
    display: block;
    position: relative;
    margin-top: 0;
    padding: 10px 0;
    padding-left: 50px;
}

#container .ce_download a:hover {
    color: #d00079;
}

#container .ce_download a:before {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    content: '';
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 120px;
    background-position: -40px -40px;
}

#container .formbody .widget {
    display: block;
    width: 100%;
}

#container .formbody .widget + * {
    margin-top: 10px !important;
}

#container .formbody .widget > * {
    margin-top: 0 !important;
}

#container .formbody .widget label, #container .formbody .widget label ~ * {
    display: block;
    height: 30px;
    padding: 5px 0;
}

#container .formbody .widget label ~ .captcha_text {
    padding-left: 5px;
    margin-left: calc(20% + 15px);
    color: #7d7f82;
}

#container .formbody .widget label img {
    display: block;
    width: auto;
    height: 25px;
}

@media screen and (max-width: 500px) {
    #container .formbody .widget label {
        max-width: 100%;
    }
    #container .formbody .widget label ~ * {
        max-width: 100%;
    }
    #container .formbody .widget label ~ .captcha_text {
        margin-left: 0;
        padding-left: 0;
    }
}

#container .formbody .widget .text, #container .formbody .widget .captcha, #container .formbody .widget textarea, #container .formbody .widget select {
    border: 1px solid #7d7f82;
    padding-left: 10px;
    padding-right: 10px;
    font-family: inherit;
}

#container .formbody .widget .text.error, #container .formbody .widget .captcha.error, #container .formbody .widget textarea.error, #container .formbody .widget select.error {
    border-color: #c0392b;
}

#container .formbody .widget p.error {
    display: none;
}

#container .formbody .widget select {
    appearance: menulist;
    -webkit-appearance: menulist;
}

#container .formbody .widget textarea {
    min-height: 80px;
}

#container .formbody .widget > div {
    padding-top: 0;
}

#container .formbody .widget > div > span {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

#container .formbody .widget > div > span + span {
    margin-left: 15px;
}

#container .formbody .widget > div > span * {
    display: inline-block;
    vertical-align: top;
}

#container .formbody .widget > div > span input {
    display: none;
}

#container .formbody .widget > div > span label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

#container .formbody .widget > div > span label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #7d7f82;
    border-radius: 50%;
}

#container .formbody .widget > div > span input[type="checkbox"] + label:before {
    border-radius: 0;
}

#container .formbody .widget > div > span input:checked + label:before {
    background: #004a8c;
}

#container .formbody .submit_container {
    padding-left: calc(20% + 20px);
}

#container .formbody .submit_container button, #container .formbody .submit_container input {
    background: #d00079;
    color: #ffffff;
    font-family: inherit;
    border: 0;
    font-size: 18px;
    padding: 13px 30px;
}

#container .formbody .submit_container button.pending, #container .formbody .submit_container input.pending {
    background: #7d7f82;
    cursor: default;
}

#container .formbody .submit_container button.success, #container .formbody .submit_container input.success {
    background: #27ae60;
    cursor: default;
}

#container .formbody .submit_container button.error, #container .formbody .submit_container input.error {
    background: #c0392b;
}

@media screen and (max-width: 500px) {
    #container .formbody .submit_container {
        padding-left: 0;
    }
    #container .formbody .submit_container input, #container .formbody .submit_container button {
        width: 100%;
    }
}

#container .mod_login .formbody .widget label ~ * {
    max-width: 70%;
}

@media screen and (max-width: 500px) {
    #container .mod_login .formbody .widget label {
        max-width: 100%;
    }
    #container .mod_login .formbody .widget label ~ * {
        max-width: 100%;
    }
}

#container .mod_login .formbody .submit_container {
    padding-left: 30%;
}

#container .mod_storelocator_list #map-canvas {
    width: 100%;
    height: 600px;
}

#container .mod_storelocator_list #map-canvas .entry h3, #container .mod_storelocator_list #map-canvas .entry .address {
    margin-bottom: 10px;
}

#container .mod_storelocator_list #map-canvas .entry a.more {
    display: block;
    margin-top: 10px;
}

#container .mod_storelocator_details > .store figure {
    margin-bottom: 15px;
}

#container .mod_storelocator_details > .store div + div {
    margin-top: 15px;
}

#container .mod_storelocator_details > .store .back {
    margin-top: 30px;
}

#container .mod_storelocator_details > .store .back a {
    display: inline-block;
    background: #d00079;
    color: #ffffff;
    font-family: inherit;
    border: 0;
    font-size: 18px;
    padding: 13px 30px;
    text-decoration: none;
}

#container .ce_map iframe {
    width: 100%;
    height: 400px;
}

#container #newsletter-signup .formbody p {
    margin-bottom: 20px;
}

#container > #newsletter-signup {
    position: fixed;
    left: -351px;
    top: 380px;
    z-index: 100;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

#container > #newsletter-signup .formbody {
    width: 350px;
    padding: 30px;
    background: #ffffff;
}

#container > #newsletter-signup .formbody h3 {
    color: #004a8c;
    padding-left: 0;
}

#container > #newsletter-signup .formbody h3:before {
    content: '';
}

#container > #newsletter-signup .formbody .submit_container {
    padding-left: calc(40% + 20px);
}

#container > #newsletter-signup .formbody .submit_container button {
    width: 100%;
}

#container > #newsletter-signup > span.label {
    display: inline-block;
    text-transform: uppercase;
    background: #004a8c;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right 0;
    transform: rotate(-90deg);
}

#container > #newsletter-signup.active {
    left: 0;
}

@media screen and (max-width: 600px) {
    #container > #newsletter-signup {
        display: none;
    }
}

#container .info-box {
    border: 5px solid #85c1e6;
    overflow: hidden;
    height: 200px;
}

@media screen and (min-width: 600px) {
    #container .info-box .head, #container .info-box .content, #container .info-box figure {
        float: left;
        width: calc(100% / 3);
        margin-top: 0 !important;
        height: 100%;
    }
}

@media screen and (max-width: 599px) {
    #container .info-box {
        height: auto !important;
    }
    #container .info-box .head, #container .info-box .content, #container .info-box figure {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

#container .info-box .head {
    background: #85c1e6;
    color: #ffffff;
    display: table;
}

#container .info-box .head > * {
    display: table-cell;
    color: inherit;
    vertical-align: middle;
    font-family: "Corporate Light", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 30px;
}

#container .info-box .content {
    padding: 30px;
    text-align: right;
    float: right;
    line-height: 24px;
}

#container .info-box .content a {
    color: #d00079;
    text-decoration: none;
}

#container .info-box .content a:hover {
    text-decoration: underline;
}

#container .info-box .content table {
    width: 100%;
}

#container .info-box .content table tbody td:nth-last-child(1) {
    text-align: right;
}

#container .info-box figure {
    float: right;
    line-height: 0;
    overflow: hidden;
}

#container .info-box figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .info-box figure + .content {
    text-align: left;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    #container .info-box figure {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #container .info-box {
        height: auto;
    }
    #container .info-box .content {
        width: calc(60% - 30px);
    }
}

#container .info-box.mod_navigation {
    height: 300px;
}

#container .info-box.mod_navigation a {
    color: #004a8c;
}

#container .info-box.mod_navigation span {
    color: #d00079;
}

#container .info-box.mod_navigation figure svg {
    margin-top: 40px;
}

#container .info-box.mod_navigation figure svg path[active] {
    fill: #d00079;
}

#container .info-box.mod_navigation figure svg path[hover] {
    fill: #004a8c;
}

@media screen and (max-width: 600px) {
    #container .info-box.mod_navigation:not(.rebsorten) figure svg {
        display: block;
        width: calc(100% - 30px) !important;
        height: auto !important;
        margin: 30px 15px;
        margin-bottom: 0;
    }
}

#container .info-box.mod_navigation.rebsorten {
    height: 330px;
}

#container .info-box.mod_navigation.rebsorten ul.level_1 {
    margin-top: 0;
    overflow: hidden;
    float: left;
    width: 66.6%;
    margin-top: 0 !important;
    height: 100%;
}

@media screen and (max-width: 500px) {
    #container .info-box.mod_navigation.rebsorten ul.level_1 {
        float: none;
        width: 100%;
    }
    #container .info-box.mod_navigation.rebsorten ul.level_1 > li {
        float: none;
        width: 100% !important;
        height: auto !important;
        border-left: 0 !important;
    }
    #container .info-box.mod_navigation.rebsorten ul.level_1 > li + li {
        border-top: 5px solid #85c1e6;
    }
}

#container .info-box.mod_navigation.rebsorten ul.level_1 > li {
    display: block;
    float: left;
    height: 100%;
    width: 50%;
    padding: 30px;
}

#container .info-box.mod_navigation.rebsorten ul.level_1 > li > a, #container .info-box.mod_navigation.rebsorten ul.level_1 > li > span {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

#container .info-box.mod_navigation.rebsorten ul.level_1 > li > ul > li > a, #container .info-box.mod_navigation.rebsorten ul.level_1 > li > ul > li > span {
    text-decoration: none;
}

#container .info-box.mod_navigation.rebsorten ul.level_1 > li + li {
    border-left: 5px solid #85c1e6;
}

#container .ce_team_list > div {
    margin-top: 0 !important;
}

#container .ce_team_list .top, #container .ce_team_list .bottom {
    overflow: hidden;
    clear: both;
}

#container .ce_team_list .top .ce_team_member, #container .ce_team_list .bottom .ce_team_member {
    width: calc(100% / 7);
}

#container .ce_team_list .left, #container .ce_team_list .center, #container .ce_team_list .right {
    overflow: hidden;
    float: left;
}

#container .ce_team_list .left, #container .ce_team_list .right {
    width: calc(100% / 7);
}

#container .ce_team_list .center {
    width: calc( (100% / 7)*5);
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px solid #ffffff;
}

#container .ce_team_list .center .inside {
    width: 100%;
    padding: 0px !important;
    height: 291px;
    overflow: hidden;
}

#container .ce_team_list .center .inside figure {
    float: left;
    margin-top: -400px;
    width: 55%;
    height: 100%;
    overflow: hidden;
}

#container .ce_team_list .center .inside figure img {
    width: 100%;
    height: 100%;
}

#container .ce_team_list .center .inside .info {
    float: right;
    margin-top: -400px;
    background: #ffffff;
    height: 100%;
    width: 45%;
    text-align: center;
    padding: 15px;
}

#container .ce_team_list .center .inside .info:before {
    content: '';
    display: block;
    background: url(../img/logo.svg) no-repeat scroll;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 50px;
    margin: 15px 0;
}

#container .ce_team_list .center .inside .info div {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
}

#container .ce_team_list .center .inside .info .name {
    color: #004a8c;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

#container .ce_team_list .center .inside .info .email {
    margin-top: 5px;
    text-align: center;
}

#container .ce_team_list .center .inside .info .email a {
    display: inline-block;
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 120px;
    background-position: -80px -45px;
    width: 40px;
    height: 30px;
}

#container .ce_team_list .center .inside .info .description {
    font-size: 12px;
    line-height: 16px;
    padding: 0 30px;
    font-weight: normal;
}

#container .ce_team_list .ce_team_member {
    display: block;
    width: 100%;
    float: left;
}

#container .ce_team_list .ce_team_member:hover {
    background: #d00079;
}

#container .ce_team_list .ce_team_member:hover img {
    opacity: 0.8;
    filter: grayscale(100%);
}

#container .ce_team_list .ce_team_member figure {
    line-height: 0;
}

#container .ce_team_list .ce_team_member figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .mod_newslist, #container .mod_eventlist {
    margin-top: 0 !important;
}

#container .mod_newslist > div[class*="layout"], #container .mod_eventlist > div[class*="layout"] {
    margin-top: 30px !important;
}

#container .mod_newslist > div[class*="layout"] .content, #container .mod_newslist > div[class*="layout"] h2, #container .mod_newslist > div[class*="layout"] .teaser, #container .mod_newslist > div[class*="layout"] .teaser > p + p, #container .mod_eventlist > div[class*="layout"] .content, #container .mod_eventlist > div[class*="layout"] h2, #container .mod_eventlist > div[class*="layout"] .teaser, #container .mod_eventlist > div[class*="layout"] .teaser > p + p {
    margin-top: 15px !important;
}

#container .mod_newslist > div[class*="layout"] .content .info, #container .mod_eventlist > div[class*="layout"] .content .info {
    color: #7d7f82;
}

#container .mod_newslist > div[class*="layout"] .content h2 a, #container .mod_eventlist > div[class*="layout"] .content h2 a {
    color: inherit;
    text-decoration: none;
}

#container .mod_newslist > div[class*="layout"] .content h2 a:hover, #container .mod_eventlist > div[class*="layout"] .content h2 a:hover {
    color: #d00079;
}

#container .mod_newsreader > div[class*="layout"] .info, #container .mod_newsreader > div[class*="layout"] .recurring, #container .mod_eventreader > div[class*="layout"] .info, #container .mod_eventreader > div[class*="layout"] .recurring {
    width: 100%;
    text-align: left;
    color: #7d7f82;
}

#container .mod_newsreader > div[class*="layout"] .info + h1, #container .mod_newsreader > div[class*="layout"] .recurring + h1, #container .mod_eventreader > div[class*="layout"] .info + h1, #container .mod_eventreader > div[class*="layout"] .recurring + h1 {
    margin-top: 0 !important;
}

@media screen and (min-width: 700px) {
    #container .mod_newsreader > div[class*="layout"] .info, #container .mod_newsreader > div[class*="layout"] .recurring, #container .mod_eventreader > div[class*="layout"] .info, #container .mod_eventreader > div[class*="layout"] .recurring {
        text-align: right;
        margin-bottom: -30px;
    }
}

#container .pagination {
    width: 100%;
}

#container .pagination > p {
    color: #7d7f82;
}

#container .pagination ul {
    margin-top: 15px !important;
}

#container .pagination ul li {
    display: inline-block;
    vertical-align: top;
}

#container .pagination ul li > a, #container .pagination ul li > span {
    height: 30px;
    line-height: 30px;
}

#container .pagination ul li:not([class]) > a, #container .pagination ul li:not([class]) > span {
    display: block;
    width: 30px;
    text-align: center;
}

#container .pagination ul li:not([class]) > span {
    background: #d00079;
    color: #ffffff;
}

#container .mod_breadcrumb {
    padding-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

@media screen and (max-width: 600px) {
    #container .mod_breadcrumb {
        border-top: 1px solid #ebe9e1;
    }
}

#container .mod_breadcrumb li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
}

#container .mod_breadcrumb li > a {
    color: inherit;
    text-decoration: none;
}

#container .mod_breadcrumb li > a:hover {
    color: #004a8c;
    text-decoration: underline;
}

#container .mod_breadcrumb li + li:before {
    content: '/';
    padding-left: 5px;
    padding-right: 8px;
}

#container .mod_iso_productfilter,
#container .mod_navigation.account,
#container .mod_iso_cart.mini {
    position: relative;
    float: right;
    border-left: 1px solid #ebe9e1;
}

#container .mod_iso_productfilter .inner,
#container .mod_navigation.account .inner,
#container .mod_iso_cart.mini .inner {
    display: none;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    right: 0;
    border: 1px solid #b1b2b4;
}

#container .mod_iso_productfilter > a,
#container .mod_navigation.account > a,
#container .mod_iso_cart.mini > a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0px 20px;
    padding-left: 45px;
    line-height: 42px;
    height: 40px;
    text-transform: uppercase;
}

#container .mod_iso_productfilter > a span,
#container .mod_navigation.account > a span,
#container .mod_iso_cart.mini > a span {
    display: block;
    position: absolute;
    background: #d00079;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    top: 0;
    right: 0;
    text-indent: 0px;
}

#container .mod_iso_productfilter > a:before,
#container .mod_navigation.account > a:before,
#container .mod_iso_cart.mini > a:before {
    display: block;
    position: absolute;
    left: 10px;
    top: 4px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 90px;
}

#container .mod_iso_productfilter > a:focus,
#container .mod_navigation.account > a:focus,
#container .mod_iso_cart.mini > a:focus {
    background-color: #f7f6f3;
}

#container .mod_iso_productfilter > a:focus + .inner,
#container .mod_iso_productfilter > a + .inner:hover,
#container .mod_navigation.account > a:focus + .inner,
#container .mod_navigation.account > a + .inner:hover,
#container .mod_iso_cart.mini > a:focus + .inner,
#container .mod_iso_cart.mini > a + .inner:hover {
    display: block;
}

@media screen and (max-width: 600px) {
    #container .mod_iso_productfilter,
    #container .mod_navigation.account,
    #container .mod_iso_cart.mini {
        position: static;
    }
    #container .mod_iso_productfilter > a,
    #container .mod_navigation.account > a,
    #container .mod_iso_cart.mini > a {
        width: 50px;
        text-indent: -99999px;
        padding-left: 0;
        padding-right: 0;
    }
    #container .mod_iso_productfilter > a + .inner,
    #container .mod_navigation.account > a + .inner,
    #container .mod_iso_cart.mini > a + .inner {
        width: calc(100vw - 30px);
        left: 15px;
        border-color: #ebe9e1;
    }
}

#container .mod_iso_productfilter.mod_iso_cart.mini > a:before,
#container .mod_navigation.account.mod_iso_cart.mini > a:before,
#container .mod_iso_cart.mini.mod_iso_cart.mini > a:before {
    background-position: -120px -30px;
}

#container .mod_iso_productfilter.mod_navigation.account > a:before,
#container .mod_navigation.account.mod_navigation.account > a:before,
#container .mod_iso_cart.mini.mod_navigation.account > a:before {
    background-position: -90px -30px;
}

#container .mod_iso_productfilter.mod_iso_productfilter,
#container .mod_navigation.account.mod_iso_productfilter,
#container .mod_iso_cart.mini.mod_iso_productfilter {
    border-left: 0;
}

#container .mod_navigation.account > .inner {
    width: 100%;
    padding: 0 15px;
}

#container .mod_navigation.account > .inner li > a, #container .mod_navigation.account > .inner li > span {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    padding: 10px 5px;
}

#container .mod_navigation.account > .inner li > a.offer, #container .mod_navigation.account > .inner li > span.offer {
    color: #d00079;
}

#container .mod_navigation.account > .inner li > a:hover {
    color: #004a8c;
}

#container .mod_navigation.account > .inner li > span {
    background: #004a8c;
    color: #ffffff;
}

#container .mod_navigation.account > .inner li + li {
    border-top: 1px solid #ebe9e1;
}

#container .mod_iso_productfilter {
    float: left;
    width: calc(100% - 420px);
    padding: 5px 15px;
    padding-left: 0;
}

#container .mod_iso_productfilter .search > form {
    width: 100%;
}

#container .mod_iso_productfilter .search > form input[type="text"] {
    display: inline-block;
    border: 1px solid #e1ded1;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: calc(100% - 26px);
}

#container .mod_iso_productfilter .search > form input[type="text"]::-webkit-input-placeholder {
    color: #e1ded1;
}

#container .mod_iso_productfilter .search > form input[type="text"]:-moz-placeholder {
    color: #e1ded1;
}

#container .mod_iso_productfilter .search > form input[type="text"]::-moz-placeholder {
    color: #e1ded1;
}

#container .mod_iso_productfilter .search > form input[type="text"]:-ms-input-placeholder {
    color: #e1ded1;
}

#container .mod_iso_productfilter .search > form input[type="submit"] {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/sprite-icons.svg?220517) no-repeat scroll;
    background-size: auto 90px;
    background-position: -180px -30px;
    border: 0;
    text-indent: -9000px;
    margin-left: 10px;
}

#container .mod_iso_productfilter label, #container .mod_iso_productfilter a.clear_filters, #container .mod_iso_productfilter .clear {
    display: none;
}

@media screen and (max-width: 600px) {
    #container .mod_iso_productfilter {
        width: calc(100% - 110px);
    }
    #container .mod_iso_productfilter .search > form input[type="text"] {
        border: 0;
        height: 40px;
        line-height: normal;
        margin-top: -5px;
        margin-bottom: -5px;
    }
}

#container .mod_iso_cart.mini > .inner {
    width: 320px;
}

#container .mod_iso_cart.mini > .inner > * {
    margin-top: 15px;
}

#container .mod_iso_cart.mini > .inner > p.message {
    margin-top: 0;
    padding: 15px;
}

#container .mod_iso_cart.mini > .inner .products {
    max-height: 310px;
    overflow-y: scroll;
}

#container .mod_iso_cart.mini > .inner .product {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

#container .mod_iso_cart.mini > .inner .product figure {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
}

#container .mod_iso_cart.mini > .inner .product figure img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 50px;
}

#container .mod_iso_cart.mini > .inner .product .content {
    float: right;
    width: calc(100% - 60px);
}

#container .mod_iso_cart.mini > .inner .product .content .name a {
    text-decoration: none;
    font-family: "Swift Light", serif;
    font-weight: 700;
}

#container .mod_iso_cart.mini > .inner .product .content .price, #container .mod_iso_cart.mini > .inner .product .content .quantity {
    color: #333333;
}

#container .mod_iso_cart.mini > .inner .product .content .price .label, #container .mod_iso_cart.mini > .inner .product .content .quantity .label {
    display: inline-block;
    text-transform: uppercase;
    width: 25%;
}

#container .mod_iso_cart.mini > .inner > .subtotal {
    background: #f7f6f3;
    text-align: center;
    color: #004a8c;
    padding: 5px 0;
}

#container .mod_iso_cart.mini > .inner > .subtotal .label {
    color: #000000;
}

#container .mod_iso_cart.mini > .inner > .buttons {
    overflow: hidden;
    padding: 15px;
    padding-top: 0;
}

#container .mod_iso_cart.mini > .inner > .buttons > div a {
    display: block;
    text-align: center;
    padding: 5px 20px;
}

#container .mod_iso_cart.mini > .inner > .buttons > div.cart {
    float: left;
}

#container .mod_iso_cart.mini > .inner > .buttons > div.checkout {
    float: right;
}

#container .mod_iso_cart.mini > .inner > .buttons > div.checkout a {
    text-decoration: none;
    background: #004a8c;
    color: #ffffff;
}

#container .mod_iso_cart:not(.mini) h1 + form,
#container .mod_iso_checkout h1 + form {
    margin-top: 15px !important;
}

#container .mod_iso_cart:not(.mini) table,
#container .mod_iso_checkout table {
    width: 100%;
    overflow: hidden;
}

#container .mod_iso_cart:not(.mini) table + table,
#container .mod_iso_checkout table + table {
    display: none;
}

#container .mod_iso_cart:not(.mini) table > *,
#container .mod_iso_checkout table > * {
    width: 100%;
}

#container .mod_iso_cart:not(.mini) table thead th,
#container .mod_iso_checkout table thead th {
    text-transform: uppercase;
}

#container .mod_iso_cart:not(.mini) table th, #container .mod_iso_cart:not(.mini) table td,
#container .mod_iso_checkout table th,
#container .mod_iso_checkout table td {
    padding: 10px;
    width: 16%;
    overflow: hidden;
    text-align: center;
}

#container .mod_iso_cart:not(.mini) table th.image figure, #container .mod_iso_cart:not(.mini) table td.image figure,
#container .mod_iso_checkout table th.image figure,
#container .mod_iso_checkout table td.image figure {
    text-align: center;
}

#container .mod_iso_cart:not(.mini) table th.image figure img, #container .mod_iso_cart:not(.mini) table td.image figure img,
#container .mod_iso_checkout table th.image figure img,
#container .mod_iso_checkout table td.image figure img {
    display: inline-block;
    max-height: 80px;
    width: auto;
}

#container .mod_iso_cart:not(.mini) table th.name, #container .mod_iso_cart:not(.mini) table td.name,
#container .mod_iso_checkout table th.name,
#container .mod_iso_checkout table td.name {
    text-align: left;
    width: 35%;
}

#container .mod_iso_cart:not(.mini) table th.name > a, #container .mod_iso_cart:not(.mini) table th.name > .name, #container .mod_iso_cart:not(.mini) table td.name > a, #container .mod_iso_cart:not(.mini) table td.name > .name,
#container .mod_iso_checkout table th.name > a,
#container .mod_iso_checkout table th.name > .name,
#container .mod_iso_checkout table td.name > a,
#container .mod_iso_checkout table td.name > .name {
    color: #000000;
    font-family: "Swift Light", serif;
    text-decoration: none;
    font-weight: 700;
}

#container .mod_iso_cart:not(.mini) table th.name > a:hover, #container .mod_iso_cart:not(.mini) table td.name > a:hover,
#container .mod_iso_checkout table th.name > a:hover,
#container .mod_iso_checkout table td.name > a:hover {
    color: #004a8c;
}

#container .mod_iso_cart:not(.mini) table th.name .info, #container .mod_iso_cart:not(.mini) table td.name .info,
#container .mod_iso_checkout table th.name .info,
#container .mod_iso_checkout table td.name .info {
    font-size: 11px;
    margin-top: 10px !important;
}

#container .mod_iso_cart:not(.mini) table th.name .info > div, #container .mod_iso_cart:not(.mini) table td.name .info > div,
#container .mod_iso_checkout table th.name .info > div,
#container .mod_iso_checkout table td.name .info > div {
    display: inline-block;
    vertical-align: top;
}

#container .mod_iso_cart:not(.mini) table th.name .info > div + div:before, #container .mod_iso_cart:not(.mini) table td.name .info > div + div:before,
#container .mod_iso_checkout table th.name .info > div + div:before,
#container .mod_iso_checkout table td.name .info > div + div:before {
    content: '|';
    padding-left: 2px;
    padding-right: 0px;
}

#container .mod_iso_cart:not(.mini) table th span.label, #container .mod_iso_cart:not(.mini) table td span.label,
#container .mod_iso_checkout table th span.label,
#container .mod_iso_checkout table td span.label {
    display: none;
}

#container .mod_iso_cart:not(.mini) table th.quantity input, #container .mod_iso_cart:not(.mini) table td.quantity input,
#container .mod_iso_checkout table th.quantity input,
#container .mod_iso_checkout table td.quantity input {
    display: inline-block;
    width: 35px;
    height: 30px;
    padding: 5px 0;
    border: 1px solid #7d7f82;
    padding-left: 10px;
    padding-right: 10px;
    font-family: inherit;
    text-align: center;
}

#container .mod_iso_cart:not(.mini) table th.price, #container .mod_iso_cart:not(.mini) table td.price,
#container .mod_iso_checkout table th.price,
#container .mod_iso_checkout table td.price {
    text-align: right;
}

#container .mod_iso_cart:not(.mini) table th.actions a.remove, #container .mod_iso_cart:not(.mini) table td.actions a.remove,
#container .mod_iso_checkout table th.actions a.remove,
#container .mod_iso_checkout table td.actions a.remove {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 90px;
    background-position: -150px -30px;
    text-indent: -9999px;
}

#container .mod_iso_cart:not(.mini) table tbody tr > td, #container .mod_iso_cart:not(.mini) table tfoot tr > td,
#container .mod_iso_checkout table tbody tr > td,
#container .mod_iso_checkout table tfoot tr > td {
    border-top: 1px solid #cbcccd;
}

#container .mod_iso_cart:not(.mini) table tbody td,
#container .mod_iso_checkout table tbody td {
    vertical-align: top;
}

#container .mod_iso_cart:not(.mini) table tfoot tr.total td, #container .mod_iso_cart:not(.mini) table.totals tr.total td,
#container .mod_iso_checkout table tfoot tr.total td,
#container .mod_iso_checkout table.totals tr.total td {
    font-weight: 700;
}

#container .mod_iso_cart:not(.mini) .coupon input,
#container .mod_iso_checkout .coupon input {
    height: 30px;
    padding: 5px 0;
    border: 1px solid #7d7f82;
    padding-left: 10px;
    padding-right: 10px;
    font-family: inherit;
}

#container .mod_iso_cart:not(.mini) .coupon button,
#container .mod_iso_checkout .coupon button {
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width: 500px) {
    #container .mod_iso_cart:not(.mini) table.cart thead, #container .mod_iso_cart:not(.mini) table.cart tfoot,
    #container .mod_iso_checkout table.cart thead,
    #container .mod_iso_checkout table.cart tfoot {
        display: none;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr,
    #container .mod_iso_checkout table.cart tbody tr {
        border-top: 1px solid #cbcccd;
        position: relative;
        display: block;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td,
    #container .mod_iso_checkout table.cart tbody tr td {
        display: block;
        width: 100%;
        border: 0;
        text-align: left;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td.image,
    #container .mod_iso_checkout table.cart tbody tr td.image {
        float: left;
        width: 20%;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td.name,
    #container .mod_iso_checkout table.cart tbody tr td.name {
        float: left;
        width: 70%;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td.quantity, #container .mod_iso_cart:not(.mini) table.cart tbody tr td.price,
    #container .mod_iso_checkout table.cart tbody tr td.quantity,
    #container .mod_iso_checkout table.cart tbody tr td.price {
        margin-left: 20%;
        padding-top: 0;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td span.label,
    #container .mod_iso_checkout table.cart tbody tr td span.label {
        display: inline-block;
        width: 20%;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td.col_4,
    #container .mod_iso_checkout table.cart tbody tr td.col_4 {
        display: none;
    }
    #container .mod_iso_cart:not(.mini) table.cart tbody tr td.actions,
    #container .mod_iso_checkout table.cart tbody tr td.actions {
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto;
    }
    #container .mod_iso_cart:not(.mini) table.totals,
    #container .mod_iso_checkout table.totals {
        display: block;
        margin-top: 15px;
    }
    #container .mod_iso_cart:not(.mini) table.totals tr.foot_0 > td,
    #container .mod_iso_checkout table.totals tr.foot_0 > td {
        padding-top: 15px;
        border-top: 4px solid #cbcccd;
    }
    #container .mod_iso_cart:not(.mini) table.totals td.col_0, #container .mod_iso_cart:not(.mini) table.totals td.col_5,
    #container .mod_iso_checkout table.totals td.col_0,
    #container .mod_iso_checkout table.totals td.col_5 {
        display: none;
    }
    #container .mod_iso_cart:not(.mini) .coupon input, #container .mod_iso_cart:not(.mini) .coupon button,
    #container .mod_iso_checkout .coupon input,
    #container .mod_iso_checkout .coupon button {
        display: block;
        width: 100%;
    }
    #container .mod_iso_cart:not(.mini) .coupon button,
    #container .mod_iso_checkout .coupon button {
        margin-top: 10px;
    }
}

#container .mod_iso_cart:not(.mini) .submit_container,
#container .mod_iso_checkout .submit_container {
    margin-top: 15px;
}

#container .mod_iso_cart:not(.mini) button,
#container .mod_iso_checkout button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background: #004a8c;
    color: #ffffff;
    border: 0;
    font-family: inherit;
}

#container .mod_iso_cart:not(.mini) button.button_checkout, #container .mod_iso_cart:not(.mini) button.button.next, #container .mod_iso_cart:not(.mini) button.button.confirm,
#container .mod_iso_checkout button.button_checkout,
#container .mod_iso_checkout button.button.next,
#container .mod_iso_checkout button.button.confirm {
    float: right;
    font-size: 16px;
    background: #d00079;
}

#container .mod_iso_cart:not(.mini) button.button_checkout:hover, #container .mod_iso_cart:not(.mini) button.button.next:hover, #container .mod_iso_cart:not(.mini) button.button.confirm:hover,
#container .mod_iso_checkout button.button_checkout:hover,
#container .mod_iso_checkout button.button.next:hover,
#container .mod_iso_checkout button.button.confirm:hover {
    background: #b7006a;
}

#container .mod_iso_cart:not(.mini) button.button.previous,
#container .mod_iso_checkout button.button.previous {
    background: #7d7f82;
}

#container .mod_iso_checkout .steps li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 15px);
    border: 1px solid #ebe9e1;
    font-family: "Swift Light", serif;
    font-size: 16px;
    color: #333333;
    padding: 10px 20px;
    white-space: nowrap;
}

#container .mod_iso_checkout .steps li:not(.active) {
    opacity: 0.5;
}

#container .mod_iso_checkout .steps li.active {
    background: #85c1e6;
    border-color: #85c1e6;
    color: #ffffff;
}

#container .mod_iso_checkout .steps li.passed {
    background: #ebe9e1;
    border-color: #ebe9e1;
}

#container .mod_iso_checkout .steps li.passed a {
    color: #333333;
    text-decoration: none;
}

#container .mod_iso_checkout .steps li:before {
    display: inline-block;
    content: '1.';
    font-size: 20px;
    margin-right: 5px;
}

#container .mod_iso_checkout .steps li:nth-child(2):before {
    content: '2.';
}

#container .mod_iso_checkout .steps li:nth-child(3):before {
    content: '3.';
}

#container .mod_iso_checkout .steps li:nth-child(4):before {
    content: '4.';
}

#container .mod_iso_checkout .steps li + li {
    margin-left: 15px;
}

@media screen and (max-width: 800px) {
    #container .mod_iso_checkout .steps li {
        width: 100%;
        margin-left: 0 !important;
    }
}

#container .mod_iso_checkout .formbody > div > h2 {
    margin-bottom: 5px;
}

#container .mod_iso_checkout .formbody > div > p {
    margin-bottom: 30px;
    margin-top: 0 !important;
}

#container .mod_iso_checkout .formbody > div + div {
    margin-top: 30px;
}

#container .mod_iso_checkout .formbody > div .widget-radio > div > span, #container .mod_iso_checkout .formbody > div .widget-checkbox > div > span {
    display: block;
    width: 100%;
    margin-left: 0;
}

#container .mod_iso_checkout .formbody > div .widget-radio > div > span label, #container .mod_iso_checkout .formbody > div .widget-checkbox > div > span label {
    max-width: calc(100% - 20px);
    height: auto;
}

#container .mod_iso_checkout .formbody > div .widget-radio > div > span label .note, #container .mod_iso_checkout .formbody > div .widget-checkbox > div > span label .note {
    display: block;
    font-weight: normal;
}

#container .mod_iso_checkout .formbody > div .widget-radio > div > span label {
    font-weight: 700;
}

#container .mod_iso_checkout .formbody > div.shippingaddress .widget-radio {
    margin-bottom: 30px;
}

#container .mod_iso_checkout .formbody > div.address .vcard {
    font-weight: normal;
}

#container .mod_iso_checkout .formbody > div.address .vcard > div {
    display: block;
}

#container .mod_iso_checkout .formbody > div.address .vcard > .org, #container .mod_iso_checkout .formbody > div.address .vcard > .n:nth-child(1) {
    font-weight: bold;
}

#container .mod_iso_checkout .formbody > div.address .vcard > .adr div {
    display: block;
}

#container .mod_iso_checkout .formbody > div p.error {
    background: #c0392b;
    color: #ffffff;
    padding: 5px 20px;
    margin-bottom: 15px;
}

#container .mod_iso_checkout .review.orderinfo > h2 + p {
    margin-bottom: 0;
}

#container .mod_iso_checkout .review.orderinfo > .clear {
    display: none;
}

#container .mod_iso_checkout .review.orderinfo .info_container {
    position: relative;
    border: 1px solid #ebe9e1;
    padding: 15px;
    padding-bottom: 30px;
}

#container .mod_iso_checkout .review.orderinfo .info_container > a.edit {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #004a8c;
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 5px;
}

#container .mod_iso_checkout .review.orderinfo .info_container > h3 {
    padding-left: 0;
}

#container .mod_iso_checkout .review.orderinfo .info_container > h3:before {
    display: none;
}

#container .mod_iso_checkout .review.orderinfo .info_container .info a {
    text-decoration: none;
    color: inherit;
}

#container .mod_iso_productreader ~ * {
    display: none;
}

#container .mod_iso_productreader .product .formbody {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container .mod_iso_productreader .product .formbody > * {
    display: block;
    width: 100%;
}

#container .mod_iso_productreader .product .formbody > figure {
    max-width: 30%;
}

#container .mod_iso_productreader .product .formbody > figure + .content {
    max-width: calc(70% - 30px);
}

#container .mod_iso_productreader .product .formbody > .content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container .mod_iso_productreader .product .formbody > .content > * {
    display: block;
    width: 100%;
}

#container .mod_iso_productreader .product .formbody > .content .info {
    font-size: 13px;
    margin-top: 10px !important;
}

#container .mod_iso_productreader .product .formbody > .content .info > div {
    display: inline-block;
    vertical-align: top;
}

#container .mod_iso_productreader .product .formbody > .content .info > div + div:before {
    content: '|';
    padding-left: 2px;
    padding-right: 0px;
}

#container .mod_iso_productreader .product .formbody > .content .description p + p {
    margin-top: 15px;
}

#container .mod_iso_productreader .product .formbody > .content .awards > div {
    color: #7d7f82;
    font-size: 12px;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul {
    margin-top: 15px;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul li + li {
    margin-left: 10px;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul li figure {
    width: 100%;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul li figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .mod_iso_productreader .product .formbody > .content .awards ul li figure figcaption {
    display: none;
}

#container .mod_iso_productreader .product .formbody > .content .price.not-available .amount {
    display: block;
    background: #d00079;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    line-height: normal;
    cursor: help;
}

#container .mod_iso_productreader .product .formbody > .content .price .amount {
    color: #004a8c;
    font-size: 26px;
}

#container .mod_iso_productreader .product .formbody > .content .price .amount > div {
    display: inline-block;
}

#container .mod_iso_productreader .product .formbody > .content .price .amount .original_price {
    display: block;
    color: #7d7f82;
    padding-bottom: 5px;
    font-size: 20px;
}

#container .mod_iso_productreader .product .formbody > .content .price .amount .original_price + .price {
    color: #d00079;
}

#container .mod_iso_productreader .product .formbody > .content .price .amount .tax {
    color: #333333;
    font-size: 14px;
}

#container .mod_iso_productreader .product .formbody > .content .price .shipping a {
    text-decoration: none;
}

#container .mod_iso_productreader .product .formbody > .content .price .per-liter {
    margin-top: 5px;
}

#container .mod_iso_productreader .product .formbody > .content .options .widget label, #container .mod_iso_productreader .product .formbody > .content .options .widget label + * {
    max-width: 100%;
}

#container .mod_iso_productreader .product .formbody > .content .quantity_container, #container .mod_iso_productreader .product .formbody > .content .submit_container {
    margin-top: 30px !important;
}

#container .mod_iso_productreader .product .formbody > .content .quantity_container {
    max-width: 30%;
    padding-top: 6px;
}

#container .mod_iso_productreader .product .formbody > .content .quantity_container label {
    max-width: calc(50% - 10px);
    font-weight: 700;
}

#container .mod_iso_productreader .product .formbody > .content .quantity_container input {
    max-width: calc(50% - 10px);
}

#container .mod_iso_productreader .product .formbody > .content .submit_container {
    max-width: 60%;
    padding-left: 0;
}

#container .mod_iso_productreader .product .formbody > .content .submit_container button {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: #004a8c;
    font-size: 13px;
    white-space: nowrap;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information {
    border-top: 1px solid #ebe9e1;
    padding-top: 15px;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information h3 {
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information h3:before {
    display: none;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information > div {
    border-top: 1px solid #ebe9e1;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information > div:nth-last-child(1) {
    border-bottom: 1px solid #ebe9e1;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information > div > div {
    padding: 10px;
    color: #333333;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information > div > div:nth-child(1) {
    width: 35%;
    background: #f5f4f0;
    text-transform: uppercase;
    border-left: 1px solid #ebe9e1;
}

#container .mod_iso_productreader .product .formbody > .content .additional-information > div > div:nth-child(2) {
    width: 65%;
    border-left: 1px solid #ebe9e1;
    border-right: 1px solid #ebe9e1;
}

@media screen and (max-width: 600px) {
    #container .mod_iso_productreader .product .formbody > figure {
        max-width: 100%;
        text-align: center;
    }
    #container .mod_iso_productreader .product .formbody > figure img {
        display: inline-block;
        width: auto;
        max-height: 40vh;
    }
    #container .mod_iso_productreader .product .formbody > .content {
        max-width: 100% !important;
        margin-top: 15px;
    }
}

#container .mod_iso_productlist .product {
    border-top: 1px solid #ebe9e1;
    margin-top: 15px !important;
    padding-top: 30px;
    padding-bottom: 15px;
}

#container .mod_iso_productlist .product .formbody {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
}

#container .mod_iso_productlist .product .formbody > * {
    display: block;
    width: 100%;
}

#container .mod_iso_productlist .product .formbody > figure {
    max-width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

#container .mod_iso_productlist .product .formbody > figure img {
    display: inline-block;
    height: 140px;
    width: auto;
}

#container .mod_iso_productlist .product .formbody > figure + div {
    max-width: calc(100% - 150px);
}

#container .mod_iso_productlist .product .formbody > .content > div {
    margin-top: 0 !important;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) {
    display: block;
    float: left;
    width: calc(70% - 30px);
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) h2 {
    font-size: 20px;
    color: #333333;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) h2 a {
    color: inherit;
    text-decoration: none;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) h2 a:hover {
    color: #004a8c;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .info {
    font-size: 13px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .info > div {
    display: inline-block;
    vertical-align: top;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .info > div + div:before {
    content: '|';
    padding-left: 2px;
    padding-right: 0px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .teaser {
    margin-top: 15px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards {
    margin-top: 15px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards > div {
    color: #7d7f82;
    font-size: 12px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul {
    margin-top: 15px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 50px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul li + li {
    margin-left: 10px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul li figure {
    width: 100%;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul li figure img {
    display: block;
    width: 100%;
    height: auto;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .awards ul li figure figcaption {
    display: none;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(1) .more {
    margin-top: 15px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) {
    float: right;
    text-align: right;
    width: 30%;
    overflow: hidden;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) > div + div {
    margin-top: 10px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price.not-available .amount {
    display: block;
    background: #d00079;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    line-height: normal;
    cursor: help;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .amount {
    color: #004a8c;
    font-size: 20px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .amount > div {
    display: inline-block;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .amount .original_price {
    display: block;
    color: #7d7f82;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .amount .original_price + .price {
    color: #d00079;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .amount .tax {
    color: #333333;
    font-size: 14px;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price .shipping a {
    text-decoration: none;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container label {
    text-align: right;
    max-width: 60%;
    font-weight: 700;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container input {
    max-width: 30%;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .submit_container {
    padding-left: 0;
}

#container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .submit_container button {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: #004a8c;
    font-size: 13px;
    white-space: nowrap;
}

@media screen and (max-width: 560px) {
    #container .mod_iso_productlist .product .formbody > figure, #container .mod_iso_productlist .product .formbody > figure + div {
        max-width: 100%;
    }
    #container .mod_iso_productlist .product .formbody > figure + div {
        margin-top: 30px;
    }
}

@media screen and (max-width: 450px) {
    #container .mod_iso_productlist .product .formbody > .content > div {
        float: none;
        width: 100% !important;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) {
        margin-top: 15px !important;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .price {
        text-align: left;
        margin-top: 15px !important;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container, #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .submit_container {
        float: left;
        margin-top: 15px !important;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container {
        max-width: 30%;
        padding-top: 6px;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container label {
        max-width: calc(50% - 10px);
        font-weight: 700;
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .quantity_container input {
        max-width: calc(50% - 10px);
    }
    #container .mod_iso_productlist .product .formbody > .content > div:nth-child(2) .submit_container {
        margin-left: 10%;
        width: 60%;
    }
}

#container .mod_iso_productlist .product + .product {
    margin-top: 30px;
}

#container .mod_iso_productlist.start {
    margin-top: 0 !important;
}

#container .mod_iso_productlist.start .product_list {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

#container .mod_iso_productlist.start .product_list .product {
    width: calc(33% - 20px);
    width: 33.333%;
    border: 0;
    padding-top: 15px;
    margin-top: 60px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#container .mod_iso_productlist.start .product_list .product .formbody {
    flex-direction: column;
}

#container .mod_iso_productlist.start .product_list .product .formbody > * {
    max-width: 100%;
}

#container .mod_iso_productlist.start .product_list .product .formbody > figure {
    height: auto;
}

#container .mod_iso_productlist.start .product_list .product .formbody > figure img {
    height: 160px;
}

#container .mod_iso_productlist.start .product_list .product .formbody > .content {
    padding-top: 15px;
}

#container .mod_iso_productlist.start .product_list .product .formbody > .content > div:nth-child(1) {
    width: 100%;
}

#container .mod_iso_productlist.start .product_list .product .formbody > .content > div:nth-child(2) {
    display: none;
}

@media screen and (max-width: 700px) {
    #container .mod_iso_productlist.start .product_list .product {
        width: 50%;
    }
    #container .mod_iso_productlist.start .product_list .product:nth-child(3n+2) {
        border: 0;
        background: transparent;
    }
    #container .mod_iso_productlist.start .product_list .product:nth-child(4n+2) {
        border-left: 2px solid #ebe9e1;
        background: #fafafa;
    }
    #container .mod_iso_productlist.start .product_list .product:nth-child(4n+3) {
        border-right: 2px solid #ebe9e1;
        background: #fafafa;
    }
}

@media screen and (max-width: 560px) {
    #container .mod_iso_productlist.start .product_list .product {
        width: 100%;
    }
    #container .mod_iso_productlist.start .product_list .product:nth-child(n) {
        border-right: 0;
        border-left: 0;
        background: transparent;
    }
}

#container .mod_iso_messages {
    margin-bottom: 30px;
    border-left: 5px solid #004a8c;
    background: #f7f6f3;
    padding: 10px 0;
}

#container .mod_iso_messages > p {
    position: relative;
    padding-left: 20px;
}

#container .mod_iso_messages > p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #004a8c;
}

#container .mod_personalData .formbody .widget label {
    white-space: nowrap;
}

#container .mod_iso_addressbook {
    padding-top: 30px;
    border-top: 1px solid #ebe9e1;
}

#container .mod_iso_addressbook > div {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
    border: 1px solid #ebe9e1;
    padding: 15px;
    padding-bottom: 40px;
}

#container .mod_iso_addressbook > div .buttons {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
}

#container .mod_iso_addressbook > div .buttons > a {
    display: inline-block;
    background: #004a8c;
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 5px;
    float: left;
}

#container .mod_iso_addressbook > div .buttons > a.delete {
    float: right;
}

@media screen and (max-width: 500px) {
    #container .mod_iso_addressbook > div {
        display: block;
        width: 100%;
    }
}

#container .mod_iso_orderhistory {
    padding-top: 30px;
    border-top: 1px solid #ebe9e1;
}

#container .mod_iso_orderhistory table {
    width: 100%;
    overflow: hidden;
}

#container .mod_iso_orderhistory table + table {
    display: none;
}

#container .mod_iso_orderhistory table > * {
    width: 100%;
}

#container .mod_iso_orderhistory table thead th {
    text-transform: uppercase;
}

#container .mod_iso_orderhistory table th, #container .mod_iso_orderhistory table td {
    padding: 10px;
    width: 25%;
    overflow: hidden;
    text-align: center;
}

#container .mod_iso_orderhistory table th.col_2, #container .mod_iso_orderhistory table td.col_2 {
    text-align: right;
}

#container .mod_iso_orderhistory table th.col_4, #container .mod_iso_orderhistory table td.col_4 {
    display: none;
}

#container .mod_iso_orderhistory table span.label {
    display: none;
}

#container .mod_iso_orderhistory table tbody tr > td {
    border-top: 1px solid #cbcccd;
}

@media screen and (max-width: 500px) {
    #container .mod_iso_orderhistory table thead {
        display: none;
    }
    #container .mod_iso_orderhistory table tbody tr {
        position: relative;
        display: block;
    }
    #container .mod_iso_orderhistory table tbody tr:nth-child(n+2) {
        border-top: 1px solid #cbcccd;
    }
    #container .mod_iso_orderhistory table tbody tr td {
        display: block;
        width: 100%;
        border: 0;
        text-align: left !important;
    }
    #container .mod_iso_orderhistory table tbody tr td span.label {
        display: inline-block;
        width: 20%;
        min-width: 120px;
    }
}

.facebook-button a {
    position: relative;
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    padding-left: 25px;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b68ba+0,3b55a0+100 */
    background: #4b68ba;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4b68ba 0%, #3b55a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4b68ba 0%, #3b55a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4b68ba 0%, #3b55a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b68ba', endColorstr='#3b55a0',GradientType=0 );
    /* IE6-9 */
}

.facebook-button a:before {
    display: block;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 6px;
    top: 4px;
    background: url(../img/sprite-icons.svg) no-repeat;
    background-size: auto 40px;
    background-position: 0px -14px;
}

footer {
    background: #ebe9e1;
}

footer > .inside {
    background: #F5F4F0;
    overflow: hidden;
}

footer > .inside > * {
    padding: 30px;
}

@media screen and (max-width: 600px) {
    footer > .inside > * {
        padding: 30px 15px;
    }
}

footer a {
    text-decoration: none;
}

footer .logos {
    position: relative;
    height: 120px;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: -10px;
    text-align: right;
    padding-right: 30px;
}

footer .logos:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 23px;
    left: 45px;
    width: 231px;
    height: 100px;
    background: url(../img/sprite-icons.svg) no-repeat scroll 0 0;
    background-size: auto 356px;
    background-position: -7px -3px;
}

@media screen and (max-width: 600px) {
    footer .logos:before {
        left: 15px;
        width: 38vw;
        height: 18vw;
        max-height: 100px;
        background-size: auto 57vw;
        background-position: 0 0;
    }
}

footer .logos:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #004a8c;
    height: 40px;
    background: #F5F4F0;
    transform: rotate(-0.9deg);
}

footer .logos a.footer-link {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/sprite-icons.svg) no-repeat scroll;
    background-size: auto 180px;
    background-position: 0px -120px;
    margin: 15px 4px;
}

@media screen and (max-width: 600px) {
    footer .logos a.footer-link {
        margin-bottom: 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 470px) {
    footer .logos a.footer-link:nth-child(n+3) {
        display: none;
    }
}

footer .logos a.footer-link.bf {
    background-position: 0px -120px;
}

footer .logos a.footer-link.vpw {
    background-position: -300px -120px;
}

footer .logos a.footer-link.wim {
    background-size: auto 270px;
    background-position: -270px -195px;
    width: 180px;
}

footer .logos a.footer-link.pfalz {
    background-position: -60px -120px;
    width: 120px;
}

footer .logos a.footer-link + a {
    margin-left: 4px;
}

footer nav {
    display: block;
}

footer nav ul.level_1 > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc(25% - 52px);
    margin: 0 15px;
}

footer nav ul.level_1 > li.index {
    display: none;
}

footer nav ul.level_1 > li.shop {
    width: auto;
}

footer nav ul.level_1 > li.shop > ul {
    display: none !important;
}

footer nav ul.level_1 > li > a, footer nav ul.level_1 > li > span {
    color: #004a8c;
}

footer nav ul.level_1 > li > ul.level_2 {
    display: block;
    margin-top: 10px;
}

footer nav ul.level_1 > li > ul.level_2 > li > a, footer nav ul.level_1 > li > ul.level_2 > li > span {
    white-space: normal;
    color: #000000;
}

footer nav ul.level_1 > li > ul.level_2 > li + li {
    margin-top: 5px;
}

@media screen and (max-width: 800px) {
    footer nav:not(.mod_customnav) ul.level_1 > li {
        max-width: calc(50% - 52px);
    }
    footer nav:not(.mod_customnav) ul.level_1 > li:nth-child(n+4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    footer nav:not(.mod_customnav) ul.level_1 > li {
        max-width: 100%;
    }
    footer nav:not(.mod_customnav) ul.level_1 > li:nth-child(n+3) {
        margin-top: 30px;
    }
}

footer .copy {
    display: inline-block;
    margin-left: 15px;
    padding-right: 0;
}

footer nav.mod_customnav {
    display: inline-block;
}

footer nav.mod_customnav > ul.level_1 > li {
    width: auto;
    max-width: initial;
    margin: 0 2px;
}

@media screen and (max-width: 730px) {
    footer nav.mod_customnav {
        margin-left: 15px;
        padding-top: 0;
    }
}

footer .facebook-button {
    display: inline-block;
    float: right;
}

.checkout #container > #newsletter-signup {
    display: none;
}

/** Simple Lightbox **/
body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 1006;
}

.sl-wrapper {
    z-index: 1000;
}

.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 45px;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
}

.sl-wrapper button:hover {
    opacity: 0.7;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015;
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015;
    background: #ffffff;
    color: #333333;
    border-radius: 20px 20px 20px 20px;
    height: 20px;
    line-height: 21px;
    padding: 0 15px;
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    z-index: 1015;
    font-family: arial sans-serif;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 40px;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 40px;
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
}

.sl-wrapper .sl-image iframe {
    border: 0 none;
    background: #000;
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1005;
}

.sl-wrapper .sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
}

.sl-wrapper .sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.shop #header-image {
    height: 300px;
}
