/* adding global styles back, that are now missing - roughly September 2025 */
/* taken from https://www.e-breuninger.de/de/breuninger-card/specials/ */
.SelectBox {
    padding: 10px 16px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect {
    cursor: pointer;
    width: 100%
}

.SumoSelect .b_citeslider__caption,.SumoSelect .b_teaserslider__category,.SumoSelect .b_teaserslider__date,.SumoSelect .b_textimage__date,.SumoSelect p {
    margin: 0
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: none
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    border: none;
    border-radius: 5px;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    width: 100%
}

.SumoSelect.open>.search>label,.SumoSelect.open>.search>span {
    visibility: hidden
}

.SelectClass,.SumoUnder {
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.SelectClass {
    z-index: 1
}

.SumoSelect {
    display: inline-block;
    outline: none;
    position: relative
}

.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label {
    cursor: pointer
}

.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect.open>.optWrapper {
    display: block;
    top: 45px
}

.SumoSelect.open>.optWrapper.up {
    bottom: 100%;
    margin-bottom: 5px;
    top: auto
}

.SumoSelect>.CaptionCont {
    background-color: #f4f4f2;
    border: 1px solid #ccc;
    margin: 0;
    min-height: 14px;
    position: relative
}

.SumoSelect>.CaptionCont>span {
    display: block;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SumoSelect>.CaptionCont>label {
    bottom: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEwMjkzLjI5MyAtNDU5LjIwOCAxNS40MTQgOS4xMjEiPjxwYXRoIGQ9Im04NDk2Ljg5NS0zODg2LjA3IDcgNy03IDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDc2ODguNjYzIC0xMjY2LjczMykiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyYjMxMzA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.SumoSelect>.optWrapper {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1000
}

.SumoSelect>.optWrapper ul {
    display: block;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    max-height: 250px;
    position: relative
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 90%;
    position: fixed;
    right: 0;
    top: 0;
    width: 90%
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 10px;
    position: relative
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #e4e4e4
}

.SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    font-weight: 700;
    padding: 8px 6px
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    cursor: pointer
}

.SumoSelect .select-all>span {
    bottom: 0;
    display: block;
    margin-left: -35px;
    position: absolute;
    top: 0;
    width: 30px
}

.SumoSelect>.optWrapper>.MultiControls {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ddd;
    display: none
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    bottom: 0;
    display: block;
    margin-top: 5px;
    position: absolute;
    width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>.b_citeslider__caption,.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>.b_teaserslider__category,.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>.b_teaserslider__date,.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>.b_textimage__date,.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>.b_citeslider__caption,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_teaserslider__category,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_teaserslider__date,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_textimage__date,.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 12px;
    text-align: center;
    width: 50%
}

.SumoSelect>.optWrapper.multiple>.MultiControls>.b_citeslider__caption:hover,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_teaserslider__category:hover,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_teaserslider__date:hover,.SumoSelect>.optWrapper.multiple>.MultiControls>.b_textimage__date:hover,.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>.btnOk.b_citeslider__caption,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnOk.b_teaserslider__category,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnOk.b_teaserslider__date,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnOk.b_textimage__date,.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-radius: 0 0 0 3px;
    border-right: 1px solid #dbdbdb
}

.SumoSelect>.optWrapper.multiple>.MultiControls>.btnCancel.b_citeslider__caption,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnCancel.b_teaserslider__category,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnCancel.b_teaserslider__date,.SumoSelect>.optWrapper.multiple>.MultiControls>.btnCancel.b_textimage__date,.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px 0
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .selected {
    background-color: #f4f4f2
}

.SumoSelect .selected span {
    background: url(../Assets/Img/b_check.png);
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    z-index: 100
}

.SumoSelect.disabled {
    cursor: not-allowed;
    opacity: .7
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc
}

.SumoSelect .select-all {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    height: 20px;
    padding: 8px 0 3px 35px;
    position: relative
}

.SumoSelect .select-all>label,.SumoSelect .select-all>span i {
    cursor: pointer
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.tingle-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background: rgba(43,49,48,.6);
    bottom: 0;
    cursor: not-allowed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow: scroll;
    padding-bottom: 30px;
    padding-top: 30px;
    position: fixed;
    right: 0;
    scroll-behavior: smooth;
    top: 0;
    visibility: hidden;
    z-index: 1000
}

.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}

.tingle-modal--noOverlayClose {
    cursor: default
}

.tingle-modal--noClose .tingle-modal__close {
    display: none
}

.tingle-modal__close {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 2rem;
    padding: 0;
    position: fixed;
    right: 2.5rem;
    top: 2.5rem;
    width: 2rem;
    z-index: 1000
}

.tingle-modal__close svg * {
    fill: currentColor
}

.tingle-modal__closeLabel {
    display: none
}

.tingle-modal__close:hover {
    color: #fff
}

.tingle-modal-box {
    -ms-flex-negative: 0;
    background: #fff;
    cursor: auto;
    flex-shrink: 0;
    margin-bottom: auto;
    margin-top: auto;
    opacity: 1;
    position: relative;
    will-change: transform,opacity
}

.tingle-modal-box__footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: auto;
    padding: 1.5rem 2rem;
    width: auto
}

.tingle-modal-box__footer:after {
    clear: both;
    content: "";
    display: table
}

.tingle-modal-box__footer--sticky {
    bottom: -200px;
    opacity: 1;
    position: fixed;
    -webkit-transition: bottom .3s ease-in-out .3s;
    transition: bottom .3s ease-in-out .3s;
    z-index: 10001
}

.tingle-enabled {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}

.tingle-modal--visible {
    opacity: 1;
    visibility: visible
}

.tingle-modal--visible .tingle-modal-box {
    -webkit-animation: scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards;
    animation: scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards
}

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 30px
}

.tingle-btn {
    background-color: grey;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    text-decoration: none;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    vertical-align: middle
}

.tingle-btn--primary {
    background-color: #3498db
}

.tingle-btn--danger {
    background-color: #e74c3c
}

.tingle-btn--default {
    background-color: #34495e
}

.tingle-btn--pull-left {
    float: left
}

.tingle-btn--pull-right {
    float: right
}

@media screen and (max-width: 767px) {
    .tingle-modal {
        display:block;
        padding-top: 60px;
        top: 0;
        width: 100%
    }

    .tingle-modal-box {
        border-radius: 0;
        width: auto
    }

    .tingle-modal-box__content {
        overflow-y: scroll
    }

    .tingle-modal--noClose {
        top: 0
    }

    .tingle-modal--noOverlayClose {
        padding-top: 0
    }

    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%
    }

    .tingle-modal__closeLabel {
        display: inline-block;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
        font-size: 1.6rem;
        vertical-align: middle
    }

    .tingle-modal__closeIcon {
        display: inline-block;
        font-size: 0;
        margin-right: .8rem;
        vertical-align: middle;
        width: 1.6rem
    }
}

@-webkit-keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: "";
    display: table
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,.tns-no-calc {
    left: 0;
    position: relative
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    left: -100%;
    position: absolute;
    -webkit-transition: transform 0s,opacity 0s;
    -webkit-transition: opacity 0s,-webkit-transform 0s;
    transition: opacity 0s,-webkit-transform 0s;
    transition: transform 0s,opacity 0s;
    transition: transform 0s,opacity 0s,-webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    left: auto!important;
    position: relative
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    opacity: .6;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    left: -10000em;
    position: absolute
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,.tns-normal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.3333333333%;
    width: 2333.33333%
}

.tns-t-ct:after {
    clear: both;
    content: "";
    display: table
}

.tns-t-ct>div {
    float: left;
    height: 10px;
    width: 1.4285714286%;
    width: 1.42857%
}

.JM_area-dc {
    background: #fff;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .JM_area-dc {
        overflow:hidden
    }
}

.JM_area-ct {
    width: 100%
}

.JM_area-ct>.JM_ct {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 767px) {
    .JM_area-ct>.JM_ct {
        padding-left:10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .JM_area-ct>.JM_ct {
        padding-left:30px;
        padding-right: 30px
    }
}

.JM_area-ct>.JM_ct {
    padding-bottom: 30px;
    padding-top: 0
}

.JM_obj-ct-section {
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .JM_obj-ct-section {
        padding-top:40px
    }
}

.JM_obj-ct-section+.JM_mod-content-W,.JM_obj-ct-section+.JM_obj-ct-section {
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .JM_obj-ct-section+.JM_mod-content-W,.JM_obj-ct-section+.JM_obj-ct-section {
        padding-top:40px
    }
}

.B_centered {
    text-align: center
}

.bJS_job[data-bsearchfieldmatch=false] {
    display: none
}

.b_preloaderContainer {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000
}

.b_preloaderContainer>img {
    display: block;
    height: 20px;
    left: 50%;
    margin: -10px -10px 0 0;
    position: absolute;
    top: 50%;
    width: 20px
}

.b_form-answerfield-disabled {
    display: none
}

.b_obj_cartUpdateButton {
    margin-left: 23px
}

.bg_right {
    float: right
}

.JM_obj-txt-location.b_citeslider__caption span.bg_1:last-child,.JM_obj-txt-location.b_teaserslider__category span.bg_1:last-child,.JM_obj-txt-location.b_teaserslider__date span.bg_1:last-child,.JM_obj-txt-location.b_textimage__date span.bg_1:last-child,.bJS_toggleContainer,p.JM_obj-txt-location span.bg_1:last-child {
    display: none
}

.bJS_toggleContainer-container-creditcard .JM_obj-ln-toggle {
    margin-left: 10px
}

.bJS_toggleContainer-container-creditcard .JM_toggle-box,.bJS_toggleContainer-container-creditcard strong {
    margin-bottom: 10px
}

.b_checkoutMargin {
    margin-left: 5%
}

.b_inputCredit-l,.b_inputCredit-m,.b_inputCredit-s {
    float: left
}

.b_inputCredit-s {
    width: 25%
}

.b_inputCredit-m {
    width: 30%
}

.b_inputCredit-l {
    width: 65%
}

@media screen and (min-width: 500px) {
    .b_inputCredit-s {
        width:20%
    }
}

.b_formCheck {
    display: none
}

.b_form__label {
    display: block;
    margin-bottom: 8px
}

.b_form__input-invisible {
    background: transparent;
    border: none
}

.JM_filter-check input[type=checkbox]+label:before {
    content: ""
}

.JM_filter-check input[type=checkbox]:checked+label:before {
    content: " ";
    display: block
}

.b_captcha img,.b_captcha span {
    display: block;
    margin-bottom: 15px
}

.b_captcha span {
    line-height: 24px
}

.JM_obj-slider .JM_obj-img {
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.JM_obj-slider .flex-active-slide .JM_obj-img,.JM_obj-slider.JM_st-loaded .JM_obj-img {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .JM_obj-txt-hl-s {
        margin-bottom:16px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner h4 {
    width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col+.JM_obj-txt-hl-m {
    float: left;
    margin: 48px 0 32px
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col.c_right {
    margin: 0
}

.b_obj-gallerie-caption {
    min-height: 24px
}

.b_obj-iframe {
    margin-top: 16px
}

.b_iframe {
    -webkit-overflow-scrolling: touch;
    height: 0;
    min-height: 250px;
    overflow: auto;
    padding-bottom: 65.25%;
    position: relative
}

.b_iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .b_layer__full .b_iframe {
        -webkit-overflow-scrolling:initial;
        height: 100vh;
        overflow: visible;
        padding-bottom: 0
    }

    .b_layer__full .b_iframe iframe {
        position: static
    }
}

.b_is-imgFluid {
    height: auto;
    max-width: 100%
}

figcaption {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px
}

picture img {
    margin-bottom: 26.84px
}

section+section.b_current,section.b_current:first-child {
    margin-top: 35px
}

.b_current__cols,.b_current__list {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.b_current__cols h3,.b_current__list h3 {
    color: #2f3640;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px
}

.b_current__cols .b_citeslider__caption,.b_current__cols .b_teaserslider__category,.b_current__cols .b_teaserslider__date,.b_current__cols .b_textimage__date,.b_current__cols p,.b_current__list .b_citeslider__caption,.b_current__list .b_teaserslider__category,.b_current__list .b_teaserslider__date,.b_current__list .b_textimage__date,.b_current__list p {
    margin-bottom: 24px
}

.b_current__cols:after,.b_current__list:after {
    clear: both;
    content: "";
    display: table
}

.b_current__list--item {
    *zoom:1;margin-bottom: 40px
}

.b_current__list--item:after,.b_current__list--item:before {
    content: "";
    display: table
}

.b_current__list--item:after {
    clear: both
}

.b_current__list--item .b_current__image {
    display: inline;
    float: left;
    margin-right: 2.85714%;
    width: 31.42857%
}

.b_current__list--item .b_current__list--text {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -30px;
    width: 65.71429%
}

.b_current__cols {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.b_current__cols .b_current__text {
    margin: 14px 12px 30px
}

.b_current a {
    color: inherit;
    text-decoration: none
}

.b_current a .b_current__list--link {
    color: #007ed3
}

.b_current a:hover {
    text-decoration: none
}

.b_current__image {
    text-align: center
}

.b_current__image img {
    display: inline-block
}

@media screen and (min-width: 768px) {
    .b_current__image {
        overflow:hidden
    }

    .b_current__image img {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .b_current__col {
        display: inline;
        float: left;
        margin-right: 2.85714%;
        -webkit-transition: background .5s ease-in-out;
        transition: background .5s ease-in-out;
        width: 31.42857%
    }

    .b_current__col:hover {
        background: #f2f2f2
    }

    .b_current__col:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .b_current__col--3 {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -30px
    }

    .b_current__list--item .b_current__image {
        display: inline;
        float: left;
        margin-right: 2.85714%;
        width: 14.28571%
    }

    .b_current__list--item .b_current__list--text {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -30px;
        width: 82.85714%
    }
}

.b_section {
    padding-top: 50px
}

.b_gallery__width {
    margin-left: auto;
    margin-right: auto
}

.b_gallery .b_gallery__width {
    padding: 0 0 100px
}

.b_is__margin--0 {
    margin: 0
}

.b_is__imgfluid {
    height: auto;
    max-width: 100%
}

.b_is__textcolor--black {
    color: #000
}

.b_is__text--center {
    text-align: center
}

.b_is__round {
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .b_hidden--xs {
        display:none
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .b_hidden--md {
        display:none
    }
}

@media screen and (min-width: 1024px) {
    .b_hidden--lg {
        display:none
    }
}

.JM_area-ct .b_content__width {
    margin-left: auto;
    margin-right: auto;
    max-width: 515px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.b_gallery {
    background: #000;
    position: relative
}

.b_gallery,.b_gallery__item {
    text-align: center
}

.b_gallery__item picture {
    display: inline-block
}

.b_gallery .b_gallery__header {
    color: #fff
}

.b_gallery .b_gallery__header:before {
    border-color: #fff
}

.b_gallery .b_gallery__header span {
    background: #000
}

.b_gallery:hover .b_gallery__navigation--button {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.b_gallery__width {
    overflow: hidden
}

.b_gallery__navigation,.b_gallery__navigation i {
    color: #fff;
    font-size: 25px;
    line-height: 40px
}

.b_gallery__navigation button {
    border: none;
    cursor: pointer
}

.b_gallery__navigation--counter {
    display: inline-block
}

.b_gallery__navigation--button {
    background: rgba(0,0,0,.5);
    height: 70px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    width: 70px
}

.b_gallery__navigation--button i {
    font-size: 48px
}

.b_gallery__navigation--right {
    right: 0
}

.b_gallery__navigation--left {
    left: 0
}

.b_gallery__navigation--info {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    min-width: 40px;
    padding: 0 25px;
    position: relative
}

.b_gallery__navigation--info .b_gallery__navigation--icon {
    position: absolute;
    top: -3px
}

.b_gallery__navigation--info .b_gallery__navigation--right {
    right: 0
}

.b_gallery__navigation--info .b_gallery__navigation--left {
    left: 0
}

.b_gallery__navigation--info button {
    background: transparent
}

.b_gallery__navigation--info button i {
    margin-top: 3px
}

.b_gallery .b_gallery__width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 624px) {
    .b_gallery__navigation--right.b_gallery__navigation--button {
        right:15px;
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }

    .b_gallery__navigation--left.b_gallery__navigation--button {
        left: 15px;
        -webkit-transform: translateX(-85px);
        transform: translateX(-85px)
    }

    .b_gallery .b_gallery__width {
        max-width: 515px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 768px) {
    .b_gallery .b_gallery__width {
        max-width:688px
    }
}

@media screen and (min-width: 1024px) {
    .b_gallery .b_gallery__width {
        max-width:823px
    }
}

@media screen and (min-width: 1240px) {
    .b_gallery .b_gallery__width {
        max-width:1004px
    }
}

.b_subnavigation {
    max-width: 1280px;
    position: var(--subnavigation-position,sticky);
    top: 75px;
    width: 100%
}

.b_subnavigation--static {
    --subnavigation-position: static
}

@media screen and (min-width: 1024px) {
    .b_subnavigation {
        top:123px
    }
}

.b_subnavigation:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_subnavigation a,.b_subnavigation span {
    display: block;
    font-size: 17px;
    letter-spacing: .02px;
    line-height: 50px;
    min-height: 50px;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .b_subnavigation a,.b_subnavigation span {
        min-height:auto
    }
}

.b_subnavigation a:hover,.b_subnavigation span:hover {
    color: #000;
    text-decoration: none
}

.b_subnavigation span.b_subnavigation__linkstatus {
    display: inline-block;
    position: relative
}

@media screen and (min-width: 1024px) {
    .b_subnavigation span.b_subnavigation__linkstatus {
        line-height:18px
    }
}

.b_subnavigation .b_state-active span.b_subnavigation__linkstatus,.b_subnavigation li a,.b_subnavigation li span {
    color: #2f3640
}

.b_subnavigation ul {
    list-style: none
}

.b_subnavigation li {
    display: inline-block;
    float: left
}

.b_subnavigation .b_subnavigation__mobilestatus-button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02px;
    line-height: 50px;
    min-height: 50px;
    position: relative;
    text-transform: uppercase
}

.b_subnavigation .b_subnavigation__mobilestatus-button:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: -24px;
    top: 24px;
    width: 0
}

.b_subnavigation .b_subnavigation__mobilestatus-button.b_state-active:after {
    border-color: transparent transparent #000;
    border-width: 0 5px 6px
}

.b_subnavigation .b_subnavigation__mobilestatus {
    border-bottom: 1px solid #dedede;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .b_subnavigation .b_subnavigation__mobilestatus {
        display:none
    }
}

.b_subnavigation__jumper {
    background: #fff;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper {
        padding-top:10px
    }
}

.b_subnavigation__jumper ul {
    background: #fff;
    border: 1px solid #dedede;
    display: inline-block;
    left: 50%;
    max-width: 90vw;
    opacity: 0;
    position: absolute;
    top: -1310px;
    -webkit-transform: translate(-50%,-5%);
    transform: translate(-50%,-5%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 0
}

.b_subnavigation__jumper ul.b_state-open,.b_subnavigation__jumper ul.b_subnavigation__dropdown--open {
    opacity: 1;
    top: inherit;
    -webkit-transform: translate(-50%,-10px);
    transform: translate(-50%,-10px);
    z-index: 150
}

.b_subnavigation__jumper--fixed .b_subnavigation__jumper ul.b_state-open .b_subnavigation__jumper ul.b_state-open,.b_subnavigation__jumper--fixed .b_subnavigation__jumper ul.b_state-open .b_subnavigation__jumper ul.b_subnavigation__dropdown--open,.b_subnavigation__jumper--fixed .b_subnavigation__jumper ul.b_subnavigation__dropdown--open .b_subnavigation__jumper ul.b_state-open,.b_subnavigation__jumper--fixed .b_subnavigation__jumper ul.b_subnavigation__dropdown--open .b_subnavigation__jumper ul.b_subnavigation__dropdown--open {
    -webkit-transform: translate(-50%,-30px);
    transform: translate(-50%,-30px)
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper ul,.b_subnavigation__jumper ul.b_state-open,.b_subnavigation__jumper ul.b_subnavigation__dropdown--open {
        -webkit-transform:translate(0);
        transform: translate(0)
    }

    .b_subnavigation__jumper ul {
        border: none;
        border-bottom: 1px solid #dedede;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        margin: 0 auto;
        opacity: 1;
        position: static;
        text-align: center;
        white-space: nowrap
    }
}

.b_subnavigation__jumper li {
    display: block;
    float: none
}

.b_subnavigation__jumper a,.b_subnavigation__jumper span {
    font-size: 15px
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper a,.b_subnavigation__jumper span {
        line-height:18px;
        white-space: normal
    }
}

.b_subnavigation__jumper--fixed {
    max-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%
}

.b_subnavigation__jumper--fixed ul.b_subnavigation__dropdown--open {
    -webkit-transform: translate(-50%,-30px);
    transform: translate(-50%,-30px)
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper--fixed ul.b_subnavigation__dropdown--open {
        -webkit-transform:translate(0);
        transform: translate(0)
    }
}

.b_subnavigation__jumper a {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    white-space: nowrap
}

.b_subnavigation__jumper a:active,.b_subnavigation__jumper a:focus {
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper a {
        overflow:visible
    }
}

.b_subnavigation__jumper a.b_state-active {
    color: #000
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__jumper a.b_state-active:after {
        border:1px solid #000;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 11
    }
}

.b_subnavigation__item {
    margin: 0 0 10px;
    padding: 0 12px
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__item--multiple-rows:nth-child(7n+1) {
        text-align:left
    }

    .b_subnavigation__item--full-rows:nth-child(7n) {
        text-align: right
    }
}

.b_subnavigation__link {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    white-space: nowrap
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__link {
        overflow:visible
    }
}

.b_subnavigation__link--active {
    color: #000
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__link--active:after {
        border:1px solid #000;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 11
    }
}

.b_subnavigation__tab {
    background: #f0f0f0;
    position: relative;
    z-index: 2
}

.b_subnavigation__tab:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_subnavigation__tab li {
    background: #f0f0f0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    width: 50%
}

.b_subnavigation__tab li:first-child {
    border-left: none
}

.b_subnavigation__tab li.b_state-active {
    border-bottom: 0;
    border-top: 1px solid #dedede;
    margin-top: -2px;
    padding-bottom: 2px
}

.b_subnavigation__tab li:hover {
    background: #e1e1e1
}

.b_subnavigation__tab li.b_state-active,.b_subnavigation__tab li.b_state-active:hover {
    background: #fafafa
}

.b_subnavigation__tab a,.b_subnavigation__tab span {
    padding-left: 10px;
    padding-right: 10px
}

.b_subnavigation__tab span {
    color: #2f3640
}

.b_subnavigation__tabNavigation--length3 li {
    width: 33.33333%
}

.b_subnavigation__tabNavigation--length4 li {
    width: 25%
}

@media screen and (min-width: 1024px) {
    .b_subnavigation__dropdown--center li {
        width:auto
    }

    .b_subnavigation__dropdown--center li,.b_subnavigation__dropdown--center li:last-child,.b_subnavigation__dropdown--center li:nth-child(6) {
        display: inline-block;
        float: none;
        margin: 0 0 10px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.b_headline__h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px
}

.b_headline__h1--fittext {
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media screen and (min-width: 624px) {
    .b_headline__h1--fittext {
        font-size:36px;
        line-height: 36px
    }
}

.b_headline__h1--black {
    color: #000
}

.b_headline__h1--white {
    color: #fff
}

.b_headline__h1--stageslider {
    font-size: var(--headline-stageslider,20px);
    line-height: 1.5
}

.b_headline__h2,.sg-cookie-optin-box-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

.b_headline__h2--pressdetail {
    margin-bottom: 24px;
    text-align: center
}

.b_headline__h3 {
    color: #2f3640;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

@media screen and (min-width: 624px) {
    .b_headline__h3 {
        margin-bottom:18px
    }
}

.b_headline__h3--news {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 10px
}

.b_headline__h3--paymenttypes {
    margin-bottom: 0
}

.b_headline__h3--contact {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 24px
}

.b_headline__h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

.b_headline__h4--teasertextlink {
    font-style: normal;
    margin-bottom: 12px;
    margin-top: 12px
}

.b_headline__h5 {
    color: #2f3640;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 20px
}

.b_headline__h5--large {
    font-size: 24px
}

.b_headline__keyvisual {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    width: 100%
}

.b_headline__keyvisual--above {
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.b_headline__keyvisual--above span {
    display: inline-block;
    max-width: 100vw
}

.b_headline__keyvisual--above:after {
    border-bottom: 4px solid #fff;
    bottom: -10px;
    content: "";
    display: block;
    position: relative
}

.b_headline__keyvisual--above-black:after {
    border-bottom-color: #000
}

.b_headline__keyvisual--stageslider {
    letter-spacing: 3px;
    line-height: inherit;
    text-transform: uppercase
}

.b_headline__keyvisual--below {
    display: block;
    margin-top: 5px;
    width: auto
}

@media screen and (min-width: 768px) {
    .b_headline__keyvisual--below {
        margin:5px -90px 0
    }
}

.b_headline__keyvisual--description-stageslider {
    font-size: var(--description-stageslider,15px);
    font-weight: 400;
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .b_headline__keyvisual--description-stageslider {
        margin-top:20px
    }
}

.b_headline__keyvisual--description {
    font-size: 18px;
    margin-left: -25%;
    margin-top: 2%;
    padding-top: 5px;
    position: relative;
    width: 150%
}

@media screen and (min-width: 900px) {
    .b_headline__keyvisual--description {
        margin-left:-15%;
        width: 130%
    }
}

.b_headline__keyvisual--description:before {
    border-bottom: 4px solid #fff;
    content: "";
    display: block;
    margin-left: 16.6%;
    margin-right: 16.6%;
    position: relative;
    top: -5px;
    width: 66.6%
}

@media screen and (min-width: 900px) {
    .b_headline__keyvisual--description:before {
        margin-left:11.6%;
        margin-right: 11.6%;
        width: 76.6%
    }
}

.b_headline__keyvisual--description-black:before {
    border-bottom-color: #000
}

.b_citeslider__caption,.b_teaserslider__category,.b_teaserslider__date,.b_textimage__date,p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px
}

.b_noMargin--top {
    margin-top: 0
}

.b_noMargin--bottom {
    margin-bottom: 0
}

.b_shop__text {
    display: inline-block;
    margin-bottom: 16px;
    margin-left: 8px
}

.JM_obj-fm-label+.b_shop__text {
    margin-left: 2px
}

input.b_shop__input--inline {
    float: left;
    font-weight: 700;
    min-width: 105px
}

input.b_shop__input--inline+.b_shop__text {
    margin-top: 16px
}

.b_form__inlineinfo.JM_obj-fm-row {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%
}

.b_form__inlineinfoinput {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.b_form__inlineinfodata,.b_form__inlineinfoinput {
    display: table-cell
}

.b_form__inlineinfodata {
    background-color: #f4f4f2;
    border: 1px solid #ccc;
    border-right: none;
    color: #2f3640;
    font-size: 16px;
    padding: 14px 20px 10px;
    -webkit-transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
    transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.b_form__checklabel--card {
    font-size: 15px
}

.b_form__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../Assets/Img/dropdownarrow.png) 100% no-repeat #fff;
    border: 1px solid #d6d6d6;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 47px;
    line-height: 20px;
    overflow: hidden;
    padding: 13px 40px 11px 20px;
    -webkit-transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
    transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
    white-space: nowrap;
    width: 100%
}

.b_form__select:active,.b_form__select:hover {
    background-image: url(../Assets/Img/dropdownarrow_hover.png);
    border-color: #999;
    color: #2f3640
}

.b_pseudo {
    display: none
}

.b_citeslider__caption,.b_teaserslider__category,.b_teaserslider__date,.b_textimage__date,a,abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0
}

body,html {
    background: #f0f0f0
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: sofia,sans-serif;
    font-size: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,acronym,fieldset,img {
    border: 0
}

abbr,acronym {
    border-bottom: 1px dotted;
    color: inherit;
    cursor: help
}

cite,dfn,em,i,q,var {
    font-style: italic;
    font-weight: inherit
}

caption,th {
    text-align: left
}

q:after,q:before {
    content: ""
}

input,textarea {
    font-family: sofia,sans-serif
}

a,a:active,a:focus,a:hover,main a {
    color: #2f3640;
    text-decoration: none
}

main a {
    display: inline-block
}

.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn) {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):visited {
    color: #2f3640;
    text-decoration: none
}

.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):focus,.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):hover {
    color: #a6202c;
    text-decoration: none
}

.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):focus:before,.b_rte__bodytext a:not(.b_cta):not(.sg-cookie-optin-box-button-accept-essential):not(.sg-cookie-optin-box-button-accept-specific):not(.sg-cookie-optin-box-button-accept-all):not(.b_cta__resetsearch):not(.JM_obj-ui-btn.JM_ext-color-1):not(.JM_obj-ui-btn):hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.JM_mod-content-Sh .JM_obj-append-item .b_rte__bodytext span:before,.b_link__not:before,.b_rte__bodytext .JM_mod-content-Sh .JM_obj-append-item span:before,.b_rte__bodytext .JM_obj-ui-btn:before,.b_rte__bodytext .b_cta:before,.b_rte__bodytext .b_cta__resetsearch:before,.b_rte__bodytext .sg-cookie-optin-box-button-accept-all:before,.b_rte__bodytext .sg-cookie-optin-box-button-accept-essential:before,.b_rte__bodytext .sg-cookie-optin-box-button-accept-specific:before {
    display: none
}

embed:active,embed:focus,object:active,object:focus {
    outline: none
}

embed,img,legend,object {
    display: block
}

img {
    -ms-interpolation-mode: bicubic;
    image-rendering: -webkit-optimize-contrast
}

sup,sup>* {
    font-size: 10px;
    line-height: 10px;
    vertical-align: top
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    border-radius: 1;
    margin: 0;
    overflow: visible
}

input,input[type=number],input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    display: none
}

input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

button,input[type=button],input[type=submit],textarea {
    -webkit-appearance: none;
    border-radius: 1;
    margin: 0;
    overflow: visible
}

.b_browser__ie input,.b_browser__modern--edge input,.b_internetexplorer input,.b_microsoftedge input {
    font-family: sans-serif
}

button,input[type=button],input[type=submit] {
    cursor: pointer
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.JM_invisible,dfn {
    left: -9999em;
    position: absolute;
    top: -9999em
}

a,button,input {
    -ms-touch-action: none!important
}

.align-center {
    text-align: center
}

.JM_no-wrap {
    white-space: nowrap
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 5.37634%
}

.JM_grid-cont>.JM_col.JM_last-child,.JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_obj-ct-module,.b_module {
    color: #2b3130
}

.JM_obj-ct-module .b_citeslider__caption,.JM_obj-ct-module .b_teaserslider__category,.JM_obj-ct-module .b_teaserslider__date,.JM_obj-ct-module .b_textimage__date,.JM_obj-ct-module p,.JM_obj-ct-module ul,.b_module .b_citeslider__caption,.b_module .b_teaserslider__category,.b_module .b_teaserslider__date,.b_module .b_textimage__date,.b_module p,.b_module ul,.htmlarea-content-body .b_citeslider__caption,.htmlarea-content-body .b_teaserslider__category,.htmlarea-content-body .b_teaserslider__date,.htmlarea-content-body .b_textimage__date,.htmlarea-content-body p {
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .JM_obj-ct-module .b_citeslider__caption,.JM_obj-ct-module .b_teaserslider__category,.JM_obj-ct-module .b_teaserslider__date,.JM_obj-ct-module .b_textimage__date,.JM_obj-ct-module p,.JM_obj-ct-module ul,.b_module .b_citeslider__caption,.b_module .b_teaserslider__category,.b_module .b_teaserslider__date,.b_module .b_textimage__date,.b_module p,.b_module ul,.htmlarea-content-body .b_citeslider__caption,.htmlarea-content-body .b_teaserslider__category,.htmlarea-content-body .b_teaserslider__date,.htmlarea-content-body .b_textimage__date,.htmlarea-content-body p {
        margin-bottom:24px
    }
}

.JM_obj-ct-module :last-child {
    margin-bottom: 0
}

.JM_obj-txt-hl-linethrough {
    text-align: center
}

.JM_obj-txt-hl-linethrough>h2 {
    color: #a6202c;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 25px;
    padding: 0 5%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .JM_obj-txt-hl-linethrough>h2 {
        font-size:28px;
        margin-bottom: 35px
    }
}

.JM_obj-txt-hl-linethrough>h2:before {
    border-top: 1px solid #a6202c;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.JM_obj-txt-hl-linethrough>h2>span {
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 5
}

.JM_obj-txt-hl,.JM_obj-txt-hl-linebottom {
    color: #2f3640;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.JM_obj-txt-hl-linebottom {
    white-space: nowrap
}

.JM_obj-txt-hl-linebottom>span {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 0 50px
}

.JM_obj-txt-hl-corp-l {
    color: #2f3640;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.b_headline__doubleh2 {
    font-size: 28px;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .b_headline__doubleh2 {
        font-size:32px;
        margin-bottom: 30px
    }
}

.b_headline__doubleh2--spacing-top {
    margin-top: 15px
}

.b_headline__doubleh2--spacing-top:before {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .b_headline__doubleh2--spacing-top {
        margin-top:30px
    }
}

.b_headline__doubleh2--center {
    text-align: center
}

.JM_obj-txt-hl-double,.b_headline__doubleh3 {
    color: #2f3640;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .JM_obj-txt-hl-double,.b_headline__doubleh3 {
        font-size:26px;
        line-height: 30px;
        margin-bottom: 30px
    }
}

.JM_obj-txt-hl-double>span,.b_headline__doubleh3>span {
    color: #2b3130;
    display: block
}

.JM_obj-txt-hl-double.JM_ext-small,.JM_obj-txt-hl-double.b_headline__doubleh3--small,.b_headline__doubleh3.JM_ext-small,.b_headline__doubleh3.b_headline__doubleh3--small {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px
}

.JM_obj-txt-hl-middle {
    color: #2f3640;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center
}

.JM_obj-txt-hl-middle.JM_ext-small {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px
}

.JM_obj-txt-hl-middle.JM_ext-nospace {
    margin-bottom: 0
}

.JM_obj-txt-hl-middle.JM_ext-midspace {
    margin-bottom: 10px
}

.JM_obj-txt-hl-m {
    color: #2f3640;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .JM_obj-txt-hl-m {
        margin-bottom:30px
    }
}

.JM_obj-txt-hl-m.JM_ext-small {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px
}

.JM_obj-txt-hl-m.JM_ext-nospace {
    margin-bottom: 0
}

.JM_mod-content-C-5-0 h5,.JM_obj-txt-hl-s {
    color: #2f3640;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.JM_mod-layer-L-2-2 .JM_mod-content-C-5-0 h5,.JM_mod-layer-L-2-2 .JM_obj-txt-hl-s {
    font-size: 16px
}

.JM_obj-txt-hl-s.JM_ext-nospace {
    margin-bottom: 0;
    margin-top: 20px
}

.JM_obj-txt-hl-s.JM_ext-midspace {
    margin-bottom: 10px
}

.JM_obj-txt-hl2-s {
    color: #2f3640;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .JM_obj-txt-hl-linethrough>h2>span {
        display:block;
        white-space: pre-wrap
    }

    .JM_obj-txt-hl-linebottom {
        font-size: 35px;
        line-height: 35px
    }

    .JM_obj-txt-hl-linebottom>span {
        display: inline-block;
        padding: 0 20px
    }
}

a[href^="fax:"],a[href^="tel:"] {
    color: #2b3130
}

a[href^="fax:"]:active,a[href^="fax:"]:focus,a[href^="fax:"]:hover,a[href^="tel:"]:active,a[href^="tel:"]:focus,a[href^="tel:"]:hover {
    color: #2b3130;
    text-decoration: none
}

.JM_obj-ln-icon {
    display: block;
    font-size: 16px;
    position: relative
}

.JM_obj-ln-icon .b_fileicon {
    left: 0;
    position: absolute
}

.JM_obj-ln-icon .JM_icon {
    background: url(../Assets/Img/JM_sprite_icons.png) no-repeat;
    display: block;
    height: 23px;
    left: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 23px
}

.JM_obj-ln-icon.JM_type-nl {
    display: inline-block;
    font-size: 18px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .JM_obj-ln-icon.JM_type-nl {
        padding-right:30px
    }
}

.JM_obj-ln-icon.JM_type-nl .JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) -90px -30px no-repeat;
    left: auto;
    right: 0
}

.JM_obj-ln-icon.JM_type-nl:active .JM_icon,.JM_obj-ln-icon.JM_type-nl:focus .JM_icon,.JM_obj-ln-icon.JM_type-nl:hover .JM_icon {
    background-position: -120px -30px
}

.JM_obj-ln-toggle,.JM_obj-txt-ln {
    display: inline-block;
    font-size: 16px;
    line-height: 24px
}

.JM_obj-ln-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 15px;
    position: relative
}

.JM_obj-ln-toggle>.JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -1120px no-repeat;
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px
}

.JM_obj-ln-toggle:active,.JM_obj-ln-toggle:focus,.JM_obj-ln-toggle:hover {
    color: #179ee9
}

.JM_obj-ln-toggle:active>.JM_icon,.JM_obj-ln-toggle:focus>.JM_icon,.JM_obj-ln-toggle:hover>.JM_icon {
    background-position: -30px -1120px
}

.JM_obj-ln-toggle.JM_st-active>.JM_icon {
    background-position: -50px -1120px
}

.JM_obj-ln-toggle.JM_st-active:active>.JM_icon,.JM_obj-ln-toggle.JM_st-active:focus>.JM_icon,.JM_obj-ln-toggle.JM_st-active:hover>.JM_icon {
    background-position: -80px -1120px
}

.JM_obj-ln-btn-round {
    text-align: center
}

.JM_obj-ln-btn-round a {
    display: inline-block;
    text-align: center
}

.JM_obj-ln-btn-round a>.JM_txt {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px
}

.JM_obj-ln-btn-round a:active .JM_ext-color-1,.JM_obj-ln-btn-round a:focus .JM_ext-color-1,.JM_obj-ln-btn-round a:hover .JM_ext-color-1 {
    background-color: #179ee9
}

.JM_obj-ln-btn-round a:active .JM_obj-ui-btn,.JM_obj-ln-btn-round a:focus .JM_obj-ui-btn {
    -webkit-box-shadow: inset 0 3px 10px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 3px 10px 0 rgba(0,0,0,.4)
}

.JM_obj-ct-module+.JM_obj-ln-btn-round {
    margin-top: 60px
}

.b_citeslider__caption,.b_teaserslider__category,.b_teaserslider__date,.b_textimage__date,p {
    color: #2b3130;
    line-height: 24px
}

.JM_ext-center {
    text-align: center
}

.JM_obj-txt-date {
    color: #000;
    margin-bottom: 0
}

.JM_obj-txt-location {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    margin: 0 auto 20px;
    padding: 5px 20px;
    text-align: center;
    width: 230px
}

.JM_obj-txt-badge {
    color: #a6202c;
    padding-top: 20px;
    position: relative
}

.JM_obj-txt-badge>.JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -320px no-repeat;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 0;
    width: 16px
}

.JM_obj-txt-ls-clean {
    line-height: 24px
}

.JM_obj-txt-ls-clean li {
    list-style-type: none
}

.JM_obj-txt-ls-dot {
    line-height: 24px;
    margin-bottom: 24px
}

.JM_obj-txt-ls-dot li {
    list-style-type: disc;
    margin-left: 17px
}

.JM_obj-txt-ls-tags {
    line-height: 20px
}

.JM_obj-txt-ls-tags li {
    border-left: 1px solid #ccc;
    float: left;
    list-style-type: none;
    padding: 0 5px
}

.JM_obj-txt-ls-tags li:first-child {
    border: none;
    padding-left: 0
}

a.c_icon-blank:before {
    display: none
}

.JM_obj-list {
    list-style-type: none
}

.JM_obj-list li {
    font-size: 16px;
    margin-bottom: 5px
}

.JM_obj-list li:last-child {
    margin-bottom: 0
}

.JM_obj-list li a,.JM_obj-list li a.JM_st-active,.JM_obj-list li a:active,.JM_obj-list li a:focus,.JM_obj-list li a:hover {
    text-decoration: none
}

.JM_obj-list.JM_ext-social i {
    color: #2b3130
}

.JM_obj-list.JM_ext-social a {
    margin-right: 6px
}

.JM_obj-list.JM_ext-social a:before {
    display: none
}

.JM_obj-list.JM_ext-social a:hover i {
    color: #131615
}

.JM_obj-list.JM_ext-social .JM_block a:before {
    display: none
}

.JM_obj-list.JM_ext-social.c_social {
    margin-top: 20px
}

.JM_obj-list.JM_ext-social li {
    margin-bottom: 15px
}

.JM_obj-list.JM_ext-social li:last-child {
    margin-bottom: 0
}

.JM_obj-ls-toggle>li {
    border-bottom: 1px solid #ccc;
    list-style-type: none
}

.JM_obj-ls-toggle>li:first-child,.JM_obj-ls-toggle>li:nth-child(2),.JM_obj-ls-toggle>li:nth-child(3) {
    border-top: 1px solid #ccc
}

.JM_obj-ls-toggle>li .JM_trigger,.JM_obj-ls-toggle>li>a {
    color: #2b3130;
    display: block;
    font-size: 16px;
    margin-bottom: -7px;
    padding-left: 30px;
    position: relative
}

.JM_obj-ls-toggle>li>a:before {
    display: none
}

.JM_obj-ls-toggle>li .JM_trigger.JM_st-active,.JM_obj-ls-toggle>li .JM_trigger:active,.JM_obj-ls-toggle>li .JM_trigger:focus,.JM_obj-ls-toggle>li .JM_trigger:hover,.JM_obj-ls-toggle>li>a.JM_st-active,.JM_obj-ls-toggle>li>a:active,.JM_obj-ls-toggle>li>a:focus,.JM_obj-ls-toggle>li>a:hover {
    color: #2f3640;
    text-decoration: none
}

.JM_obj-ls-toggle>li .JM_trigger.JM_st-active>.JM_icon,.JM_obj-ls-toggle>li .JM_trigger:active>.JM_icon,.JM_obj-ls-toggle>li .JM_trigger:focus>.JM_icon,.JM_obj-ls-toggle>li .JM_trigger:hover>.JM_icon,.JM_obj-ls-toggle>li>a.JM_st-active>.JM_icon,.JM_obj-ls-toggle>li>a:active>.JM_icon,.JM_obj-ls-toggle>li>a:focus>.JM_icon,.JM_obj-ls-toggle>li>a:hover>.JM_icon {
    background-position: -30px -1100px
}

.JM_obj-ls-toggle>li .JM_trigger.JM_st-active>.JM_icon,.JM_obj-ls-toggle>li>a.JM_st-active>.JM_icon {
    background-position: -80px -1100px
}

.JM_obj-ls-toggle>li .JM_trigger.JM_st-active+.JM_toggle-box:before,.JM_obj-ls-toggle>li>a.JM_st-active+.JM_toggle-box:before {
    height: 13px;
    top: -13px
}

.JM_obj-ls-toggle>li .JM_trigger>.JM_txt,.JM_obj-ls-toggle>li>a>.JM_txt {
    display: table-cell;
    height: 60px;
    vertical-align: middle
}

.JM_obj-ls-toggle>li .JM_trigger>.JM_icon,.JM_obj-ls-toggle>li>a>.JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -1100px no-repeat;
    height: 10px;
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 10px
}

.JM_obj-toggle-sa-srd .JM_toggle-box {
    border-bottom: 1px solid #ccc;
    top: 30px
}

.JM_obj-toggle-sa-srd .JM_toggle-box:before {
    height: 13px;
    left: 20px;
    top: -13px
}

.JM_obj-trigger-sa {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .JM_obj-ls-toggle>li:nth-child(2),.JM_obj-ls-toggle>li:nth-child(3) {
        border-top:none
    }
}

.JM_obj-fm-select-wrap,button,input,label,select,textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
    transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out
}

.JM_obj-fm-row {
    *zoom:1;display: block;
    margin-bottom: 15px
}

.JM_obj-fm-row:after,.JM_obj-fm-row:before {
    content: "";
    display: table
}

.JM_obj-fm-row:after {
    clear: both
}

.JM_obj-ct-module .JM_obj-fm-row:first-child {
    margin-bottom: 15px
}

.JM_obj-fm-label {
    color: #2b3130;
    display: block
}

.JM_obj-fm-label:focus,.JM_obj-fm-label:hover {
    color: #2f3640
}

.JM_obj-fm-label>strong {
    display: block
}

.JM_obj-fm-area,.JM_obj-fm-txt {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    color: #2b3130;
    display: inline-block;
    height: 47px;
    line-height: 20px;
    padding: 14px 20px 11px;
    vertical-align: bottom
}

.JM_obj-fm-area:active,.JM_obj-fm-area:focus,.JM_obj-fm-area:hover,.JM_obj-fm-txt:active,.JM_obj-fm-txt:focus,.JM_obj-fm-txt:hover {
    color: #2f3640
}

.JM_obj-fm-area.JM_ext-color-1,.JM_obj-fm-txt.JM_ext-color-1 {
    background-color: #f4f4f2;
    border: 1px solid #ccc
}

.JM_obj-fm-area.JM_ext-color-1:active,.JM_obj-fm-area.JM_ext-color-1:focus,.JM_obj-fm-txt.JM_ext-color-1:active,.JM_obj-fm-txt.JM_ext-color-1:focus {
    border-color: #999
}

.JM_obj-fm-area.JM_ext-color-2,.JM_obj-fm-txt.JM_ext-color-2 {
    background-color: #c5c7c8;
    border: 1px solid #c5c7c8
}

.JM_obj-fm-area.JM_ext-color-2::-webkit-input-placeholder,.JM_obj-fm-txt.JM_ext-color-2::-webkit-input-placeholder {
    color: #2b3130
}

.JM_obj-fm-area.JM_ext-color-2::-moz-placeholder,.JM_obj-fm-txt.JM_ext-color-2::-moz-placeholder {
    color: #2b3130
}

.JM_obj-fm-area.JM_ext-color-2:-ms-input-placeholder,.JM_obj-fm-txt.JM_ext-color-2:-ms-input-placeholder {
    color: #2b3130
}

.JM_obj-fm-area.JM_ext-color-2:-moz-placeholder,.JM_obj-fm-txt.JM_ext-color-2:-moz-placeholder {
    color: #2b3130
}

.JM_obj-ui-btn.JM_ext-color-2:not(.JM_ext-inline) {
    background-color: #333;
    border: 1px solid #000;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_obj-ui-btn.JM_ext-color-2:not(.JM_ext-inline):active,.JM_obj-ui-btn.JM_ext-color-2:not(.JM_ext-inline):focus,.JM_obj-ui-btn.JM_ext-color-2:not(.JM_ext-inline):hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333
}

.JM_obj-fm-area.JM_ext-color-2:active,.JM_obj-fm-area.JM_ext-color-2:focus,.JM_obj-fm-area.JM_ext-color-2:hover,.JM_obj-fm-txt.JM_ext-color-2:active,.JM_obj-fm-txt.JM_ext-color-2:focus,.JM_obj-fm-txt.JM_ext-color-2:hover {
    background-color: #fff
}

.JM_obj-fm-area.JM_ext-color-3,.JM_obj-fm-txt.JM_ext-color-3 {
    background-color: #fff;
    border: 1px solid #ccc
}

.JM_obj-fm-area.JM_ext-color-3:active,.JM_obj-fm-area.JM_ext-color-3:focus,.JM_obj-fm-txt.JM_ext-color-3:active,.JM_obj-fm-txt.JM_ext-color-3:focus {
    border-color: #999
}

.JM_obj-fm-area.JM_ext-color-4,.JM_obj-fm-txt.JM_ext-color-4 {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 2px 2px 8px rgba(0,0,0,.1);
    box-shadow: inset 2px 2px 8px rgba(0,0,0,.1)
}

.JM_obj-fm-area.JM_ext-color-4:active,.JM_obj-fm-area.JM_ext-color-4:focus,.JM_obj-fm-txt.JM_ext-color-4:active,.JM_obj-fm-txt.JM_ext-color-4:focus {
    border-color: #999
}

.JM_obj-fm-area.JM_ext-size-l,.JM_obj-fm-txt.JM_ext-size-l {
    width: 100%
}

.JM_obj-fm-area.JM_ext-size-m,.JM_obj-fm-txt.JM_ext-size-m {
    float: left;
    width: 68%
}

.JM_obj-fm-area.JM_ext-size-m+.JM_ext-size-s,.JM_obj-fm-txt.JM_ext-size-m+.JM_ext-size-s {
    margin-left: 2%
}

.JM_obj-fm-area.JM_ext-size-s,.JM_obj-fm-txt.JM_ext-size-s {
    float: left;
    width: 30%
}

.JM_obj-fm-area.JM_ext-size-s+.JM_ext-size-m,.JM_obj-fm-txt.JM_ext-size-s+.JM_ext-size-m {
    margin-left: 2%
}

.JM_obj-fm-area {
    min-height: 200px
}

.JM_obj-fm-select-wrap {
    min-height: 47px;
    position: relative
}

.JM_obj-fm-select {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 16px;
    height: 47px;
    line-height: 20px;
    padding: 14px 11px
}

.JM_obj-fm-select.JM_ext-size-l {
    width: 100%
}

.JM_obj-fm-select.JM_ext-size-m {
    width: 68%
}

.JM_obj-fm-select.JM_ext-size-m+.JM_ext-size-s {
    margin-left: 2%
}

.JM_obj-fm-select.JM_ext-size-s {
    width: 30%
}

.JM_obj-fm-select.JM_ext-size-s+.JM_ext-size-m {
    margin-left: 2%
}

.JM_obj-fm-select>option {
    font-size: 16px
}

.JM_obj-fm-check,.JM_obj-fm-radio {
    display: block;
    position: relative
}

.JM_obj-fm-check a,.JM_obj-fm-radio a {
    position: relative
}

.JM_obj-fm-check a:before,.JM_obj-fm-radio a:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_obj-fm-check a:focus,.JM_obj-fm-check a:hover,.JM_obj-fm-radio a:focus,.JM_obj-fm-radio a:hover {
    color: #a6202c;
    text-decoration: none
}

.JM_obj-fm-check a:focus:before,.JM_obj-fm-check a:hover:before,.JM_obj-fm-radio a:focus:before,.JM_obj-fm-radio a:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.JM_obj-fm-check input[type=checkbox],.JM_obj-fm-check input[type=radio],.JM_obj-fm-radio input[type=checkbox],.JM_obj-fm-radio input[type=radio] {
    border: 0;
    height: 20px;
    margin: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: -1
}

.JM_obj-fm-check input[type=checkbox]+label,.JM_obj-fm-check input[type=radio]+label,.JM_obj-fm-radio input[type=checkbox]+label,.JM_obj-fm-radio input[type=radio]+label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 15px;
    position: relative
}

.JM_obj-fm-check input[type=checkbox]+label:before,.JM_obj-fm-check input[type=radio]+label:before,.JM_obj-fm-radio input[type=checkbox]+label:before,.JM_obj-fm-radio input[type=radio]+label:before {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat;
    content: " ";
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 21px
}

.JM_obj-fm-check input[type=checkbox]+label:before,.JM_obj-fm-radio input[type=checkbox]+label:before {
    background-position: 0 -120px;
    height: 22px;
    top: -2px
}

.JM_obj-fm-check input[type=checkbox]:focus+label:before,.JM_obj-fm-check input[type=checkbox]:hover+label:before,.JM_obj-fm-radio input[type=checkbox]:focus+label:before,.JM_obj-fm-radio input[type=checkbox]:hover+label:before {
    background-position: -30px -120px
}

.JM_obj-fm-check input[type=checkbox]:checked+label:before,.JM_obj-fm-check input[type=checkbox]:checked:focus+label:before,.JM_obj-fm-check input[type=checkbox]:checked:hover+label:before,.JM_obj-fm-radio input[type=checkbox]:checked+label:before,.JM_obj-fm-radio input[type=checkbox]:checked:focus+label:before,.JM_obj-fm-radio input[type=checkbox]:checked:hover+label:before {
    background-position: -60px -120px
}

.JM_obj-fm-check input[type=checkbox].JM_st-error+label:before,.JM_obj-fm-radio input[type=checkbox].JM_st-error+label:before {
    background-position: -90px -120px
}

.JM_obj-fm-check input[type=checkbox]:checked.JM_st-error+label:before,.JM_obj-fm-radio input[type=checkbox]:checked.JM_st-error+label:before {
    background-position: -60px -120px
}

.JM_obj-fm-check input[type=radio]+label:before,.JM_obj-fm-radio input[type=radio]+label:before {
    background-position: 0 -90px
}

.JM_obj-fm-check input[type=radio]:focus+label:before,.JM_obj-fm-check input[type=radio]:hover+label:before,.JM_obj-fm-radio input[type=radio]:focus+label:before,.JM_obj-fm-radio input[type=radio]:hover+label:before {
    background-position: -30px -90px
}

.JM_obj-fm-check input[type=radio]:checked+label:before,.JM_obj-fm-check input[type=radio]:checked:focus+label:before,.JM_obj-fm-check input[type=radio]:checked:hover+label:before,.JM_obj-fm-radio input[type=radio]:checked+label:before,.JM_obj-fm-radio input[type=radio]:checked:focus+label:before,.JM_obj-fm-radio input[type=radio]:checked:hover+label:before {
    background-position: -60px -90px
}

.JM_obj-fm-check input[type=radio].JM_st-error+label:before,.JM_obj-fm-check input[type=radio]:checked.JM_st-error+label:before,.JM_obj-fm-radio input[type=radio].JM_st-error+label:before,.JM_obj-fm-radio input[type=radio]:checked.JM_st-error+label:before {
    background-position: -90px -900px
}

.JM_obj-fm-check input[type=checkbox]:checked+label,.JM_obj-fm-check input[type=checkbox]:checked.JM_st-error+label,.JM_obj-fm-check input[type=radio]:checked+label,.JM_obj-fm-check input[type=radio]:checked.JM_st-error+label,.JM_obj-fm-radio input[type=checkbox]:checked+label,.JM_obj-fm-radio input[type=checkbox]:checked.JM_st-error+label,.JM_obj-fm-radio input[type=radio]:checked+label,.JM_obj-fm-radio input[type=radio]:checked.JM_st-error+label {
    color: #2f3640
}

.JM_obj-fm-check input[type=checkbox].JM_st-error+label,.JM_obj-fm-check input[type=radio].JM_st-error+label,.JM_obj-fm-radio input[type=checkbox].JM_st-error+label,.JM_obj-fm-radio input[type=radio].JM_st-error+label {
    color: red
}

.JM_obj-fm-btn-cont {
    float: right
}

.JM_obj-fm-btn-cont>.JM_obj-fm-mand {
    display: inline-block;
    height: 47px;
    margin: 0 30px 0 0;
    padding: 14px 0 0
}

.JM_st-error,.JM_st-error * {
    color: red!important
}

.JM_st-error ::-webkit-input-placeholder,.JM_st-error::-webkit-input-placeholder {
    color: red!important
}

.JM_st-error ::-moz-placeholder,.JM_st-error::-moz-placeholder {
    color: red!important
}

.JM_st-error :-ms-input-placeholder,.JM_st-error:-ms-input-placeholder {
    color: red!important
}

.JM_st-error :-moz-placeholder,.JM_st-error:-moz-placeholder {
    color: red!important
}

.JM_st-error {
    margin-bottom: 20px
}

.JM_obj-fm-area.JM_st-error,.JM_obj-fm-select.JM_st-error,.JM_obj-fm-txt.JM_st-error {
    border-color: red;
    color: red
}

.JM_obj-fm-area.JM_st-error.JM_ext-color-1:active,.JM_obj-fm-area.JM_st-error.JM_ext-color-1:focus,.JM_obj-fm-area.JM_st-error.JM_ext-color-2:active,.JM_obj-fm-area.JM_st-error.JM_ext-color-2:focus,.JM_obj-fm-area.JM_st-error.JM_ext-color-3:active,.JM_obj-fm-area.JM_st-error.JM_ext-color-3:focus,.JM_obj-fm-area.JM_st-error.JM_ext-color-4:active,.JM_obj-fm-area.JM_st-error.JM_ext-color-4:focus,.JM_obj-fm-select.JM_st-error.JM_ext-color-1:active,.JM_obj-fm-select.JM_st-error.JM_ext-color-1:focus,.JM_obj-fm-select.JM_st-error.JM_ext-color-2:active,.JM_obj-fm-select.JM_st-error.JM_ext-color-2:focus,.JM_obj-fm-select.JM_st-error.JM_ext-color-3:active,.JM_obj-fm-select.JM_st-error.JM_ext-color-3:focus,.JM_obj-fm-select.JM_st-error.JM_ext-color-4:active,.JM_obj-fm-select.JM_st-error.JM_ext-color-4:focus,.JM_obj-fm-txt.JM_st-error.JM_ext-color-1:active,.JM_obj-fm-txt.JM_st-error.JM_ext-color-1:focus,.JM_obj-fm-txt.JM_st-error.JM_ext-color-2:active,.JM_obj-fm-txt.JM_st-error.JM_ext-color-2:focus,.JM_obj-fm-txt.JM_st-error.JM_ext-color-3:active,.JM_obj-fm-txt.JM_st-error.JM_ext-color-3:focus,.JM_obj-fm-txt.JM_st-error.JM_ext-color-4:active,.JM_obj-fm-txt.JM_st-error.JM_ext-color-4:focus {
    border-color: red
}

.JM_obj-ui-btn:active,.JM_obj-ui-btn:focus,.JM_obj-ui-btn:hover {
    text-decoration: none
}

.JM_obj-ui-btn:active,.JM_obj-ui-btn:focus {
    -webkit-box-shadow: inset 0 3px 10px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 3px 10px 0 rgba(0,0,0,.4)
}

.JM_obj-ui-btn.JM_ext-round {
    border-radius: 50%;
    display: block;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 44px
}

.JM_obj-ui-btn.JM_ext-round:before {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -400px no-repeat;
    content: "";
    display: block;
    height: 19px;
    left: 50%;
    margin: -10px 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 12px
}

.JM_obj-ui-btn.JM_ext-color-3 {
    background-color: #000;
    color: #fff
}

.JM_obj-ui-btn.JM_ext-color-3:active,.JM_obj-ui-btn.JM_ext-color-3:focus,.JM_obj-ui-btn.JM_ext-color-3:hover {
    background-color: #666
}

.JM_obj-ui-btn.JM_ext-color-5 {
    background-color: #c5c7c8;
    color: #fff
}

.JM_obj-ui-btn.JM_ext-color-5:active,.JM_obj-ui-btn.JM_ext-color-5:focus,.JM_obj-ui-btn.JM_ext-color-5:hover {
    background-color: #abaeaf
}

.JM_obj-ui-btn.JM_ext-inline {
    background: none;
    border: none;
    height: 47px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    width: 40px
}

.JM_obj-ui-btn.JM_ext-inline:hover {
    background-color: #f0f0f0
}

.JM_obj-ui-btn.JM_ext-inline:before {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -950px no-repeat;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 6px
}

input[type=submit].JM_obj-ui-btn.JM_ext-inline {
    background-image: url(../Assets/Img/JM_arrow_submit.png);
    background-position: 50%;
    background-repeat: no-repeat
}

.JM_oldie .JM_obj-ui-btn.JM_ext-inline:before {
    top: 13px
}

.JM_oldie .JM_obj-ui-btn.JM_ext-round.JM_ext-color-1 {
    background: transparent url(../Assets/Img/JM_ie8_btn_big.png) no-repeat 0 0
}

.JM_oldie .JM_obj-ui-btn.JM_ext-round.JM_ext-color-1:active,.JM_oldie .JM_obj-ui-btn.JM_ext-round.JM_ext-color-1:focus,.JM_oldie .JM_obj-ui-btn.JM_ext-round.JM_ext-color-1:hover {
    background-position: -44px 0
}

.JM_oldie .JM_obj-ui-btn.JM_ext-round.JM_ext-color-1:before {
    background: transparent
}

.JM_obj-ui-btn-close {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) 0 -240px no-repeat;
    border: none;
    clear: both;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    width: 20px
}

.JM_obj-ui-btn-close:active,.JM_obj-ui-btn-close:focus,.JM_obj-ui-btn-close:hover {
    background-position: -30px -240px
}

.JM_obj-ui-btn-search {
    background: none;
    border: none;
    bottom: 0;
    cursor: pointer;
    height: 47px;
    margin-left: -40px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px
}

.JM_obj-ui-btn-search .JM_icon {
    cursor: pointer;
    height: 18px;
    left: 50%;
    margin: -9px 0 0 -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.JM_obj-ui-btn-search .JM_icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.JM_obj-ui-btn-search:active>.JM_icon,.JM_obj-ui-btn-search:focus>.JM_icon,.JM_obj-ui-btn-search:hover>.JM_icon {
    background-position: -30px -280px
}

.JM_obj-ui-btn-toggle {
    background-color: #fff;
    border: none;
    cursor: pointer;
    height: 40px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px
}

.JM_obj-ui-btn-toggle>.JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat 0 -220px;
    bottom: 0;
    height: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 20px
}

.JM_obj-ui-btn-toggle:active>.JM_icon,.JM_obj-ui-btn-toggle:focus>.JM_icon,.JM_obj-ui-btn-toggle:hover>.JM_icon {
    background-position: -30px -220px
}

.JM_obj-ui-btn-toggle.JM_st-close>.JM_icon {
    background-position: 0 -240px;
    bottom: 10px
}

.JM_obj-ui-btn-toggle.JM_st-close:active>.JM_icon,.JM_obj-ui-btn-toggle.JM_st-close:focus>.JM_icon,.JM_obj-ui-btn-toggle.JM_st-close:hover>.JM_icon {
    background-position: -30px -240px
}

.JM_oldie .JM_obj-ui-btn-toggle {
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#eeeeee",Direction=135,Strength=5),progid:DXImageTransform.Microsoft.Shadow(color="#eeeeee",Direction=275,Strength=5);
    margin-left: -35px
}

.JM_oldie .JM_obj-ui-btn-toggle>.JM_icon {
    margin-left: -5px
}

@media screen and (max-width: 767px) {
    .JM_obj-ui-btn {
        padding-left:20px;
        padding-right: 20px
    }
}

.JM_obj-ui-scroll {
    background: none;
    border: 47px solid transparent;
    border-bottom: 52px solid #fff;
    border-top: none;
    bottom: 0;
    height: 0;
    left: 50%;
    margin-left: -47px;
    opacity: 1;
    position: absolute;
    -moz-transform: scale(.9999);
    width: 0;
    z-index: 98
}

.JM_obj-ui-scroll .JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat 0 -1220px;
    height: 22px;
    left: 50%;
    margin: 0 0 0 -7px;
    position: absolute;
    top: 20px;
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;
    width: 14px
}

.JM_obj-ui-scroll:hover .JM_icon {
    background-position: -30px -1220px;
    top: 25px
}

@media screen and (max-width: 767px) {
    .JM_obj-ui-scroll {
        border-bottom:32px solid #fff;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
        margin-left: -27px
    }

    .JM_obj-ui-scroll .JM_icon {
        top: 7px
    }

    .JM_obj-ui-scroll:hover .JM_icon {
        background-position: -30px -1220px;
        top: 7px
    }
}

.JM_section-social {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding: 20px 0 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .JM_section-social {
        text-align:center
    }
}

@media screen and (min-width: 768px) {
    .JM_section-social .JM_block:first-child,.JM_section-social .JM_section-social .JM_block.JM_st-1 {
        display:inline;
        float: left;
        margin-right: 3.8961%;
        width: 27.27273%
    }
}

.JM_section-social .JM_block.JM_st-3,.JM_section-social .JM_block.JM_st-4,.JM_section-social .JM_block:nth-child(3),.JM_section-social .JM_block:nth-child(4) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 27.27273%
}

.JM_section-social .JM_obj-list.JM_ext-social>li {
    display: inline-block;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .JM_section-social .JM_block:first-child {
        display:inline;
        float: left;
        margin-right: 3.8961%;
        width: 48.05195%
    }

    .JM_section-social .JM_block:nth-child(3) {
        margin-top: 32px;
        width: 100%
    }
}

.JM_obj-ct-module+.JM_obj-ct-module,.JM_obj-ct-module+.b_module,.b_module+.JM_obj-ct-module,.b_module+.b_module {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .JM_obj-ct-module+.JM_obj-ct-module,.JM_obj-ct-module+.b_module,.b_module+.JM_obj-ct-module,.b_module+.b_module {
        margin-top:40px
    }
}

.JM_area-ct>.JM_ct>.JM_obj-ct-module:first-child,.JM_area-ct>.JM_ct>.b_module {
    margin-top: 50px
}

.JM_obj-el-badge-card {
    bottom: 0;
    position: absolute;
    right: 0
}

.JM_obj-el-tabs .resp-accordion a,.JM_obj-el-tabs>ul>li a {
    color: #2b3130;
    display: inline-block;
    font-family: sofia,sans-serif;
    font-size: 16px;
    line-height: 50px;
    padding-left: 35px;
    position: relative
}

.JM_obj-el-tabs>ul>li a .JM_icon:before,.JM_obj-el-tabs>ul>li.resp-accordion a .JM_icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #999;
    border-radius: 50px;
    color: #fff;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 22px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

.b_firefox .JM_obj-el-tabs>ul>li a .JM_icon:before,.b_firefox .JM_obj-el-tabs>ul>li.resp-accordion a .JM_icon:before {
    line-height: 21px
}

.JM_obj-el-tabs>ul>li.resp-tab-active a .JM_icon:before {
    background-color: #000;
    content: "\f068"
}

.JM_obj-el-tabs>ul>li.resp-tab-active a .JM_icon:before:before {
    display: none
}

.resp-tabs-container .resp-accordion a .JM_icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #999;
    border-radius: 50px;
    color: #fff;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 22px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

.resp-tabs-container .resp-accordion.resp-tab-active a .JM_icon:before {
    background-color: #000;
    content: "\f068"
}

.resp-tabs-container .resp-accordion.resp-tab-active a .JM_icon:before:before {
    display: none
}

.JM_obj-el-tabs>ul>li>a:before {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
}

.JM_obj-el-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.JM_obj-el-mask>img {
    height: auto;
    width: 100%
}

.JM_obj-el-layer {
    background-color: #fff;
    margin: 0 auto;
    position: relative
}

.JM_obj-el-layer>.JM_ct {
    border: 5px solid #edeee8;
    border-radius: 1px;
    padding: 80px 30px 30px
}

@media screen and (max-width: 767px) {
    .JM_obj-el-layer>.JM_ct {
        padding-left:10px;
        padding-right: 10px
    }
}

.JM_obj-efx-animbg {
    -webkit-transition: background-position .2s ease-out;
    transition: background-position .2s ease-out
}

@media screen and (min-width: 768px) {
    .b_navigation__line {
        background:#2b3130;
        bottom: 0;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100px
    }
}

.JM_obj-list a {
    display: block;
    position: relative
}

.JM_obj-list a.c_icon {
    padding-left: 20px
}

.b_headline__h1--keyvisualslider {
    color: #fff;
    left: 45%;
    margin-left: -30%;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    width: 70%;
    z-index: 20
}

@media screen and (min-width: 768px) {
    .b_headline__h1--keyvisualslider {
        left:65%;
        width: 30%
    }
}

.JM_obj-info .JM_obj-hl,.b_keyvisualslider__subject {
    display: none;
    font-size: 65px;
    letter-spacing: 3px;
    line-height: 65px;
    margin-left: -100%;
    padding: 3% 0 0;
    position: relative;
    text-transform: uppercase;
    width: 300%
}

@media screen and (min-width: 500px) {
    .JM_obj-info .JM_obj-hl,.b_keyvisualslider__subject {
        display:block
    }
}

.JM_mod-main-H-4-0 .JM_ct {
    padding-left: 80px;
    padding-right: 80px
}

.JM_mod-main-H-4-0 .JM_ct.JM_st-fixed {
    max-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab {
    background: url(../Assets/Img/JM_sn_shadow.png) center 55px no-repeat;
    background-size: 100%;
    padding-bottom: 15px;
    position: relative;
    z-index: 2
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab ul {
    background-color: #fff
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li {
    float: left;
    font-size: 25px;
    list-style-type: none;
    width: 50%
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li>a,.JM_mod-main-H-4-0 .JM_obj-sn-tab li>span {
    color: #000;
    display: block;
    line-height: 55px;
    min-height: 50px;
    overflow: hidden;
    padding-left: 20%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child {
    text-align: right
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child>a,.JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child>span {
    padding-right: 20%
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child>a {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxIiB5MT0iLjUiIHgyPSIwIiB5Mj0iLjUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=");
    background-image: -webkit-gradient(linear,right top,left top,from(#e6e6e6),color-stop(75%,#fff));
    background-image: linear-gradient(270deg,#e6e6e6 0,#fff 75%);
    background-size: 100%
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li>a {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIwIiB5MT0iLjUiIHgyPSIxIiB5Mj0iLjUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=");
    background-image: -webkit-gradient(linear,left top,right top,from(#e6e6e6),color-stop(75%,#fff));
    background-image: linear-gradient(90deg,#e6e6e6 0,#fff 75%);
    background-size: 100%;
    color: #aaa
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab li>a:active,.JM_mod-main-H-4-0 .JM_obj-sn-tab li>a:focus,.JM_mod-main-H-4-0 .JM_obj-sn-tab li>a:hover {
    color: #000;
    text-decoration: none;
    text-shadow: inset 0 0 0 transparent
}

.JM_mod-main-H-4-0 .JM_obj-sn-tab+.JM_obj-sn {
    margin-top: -15px
}

.JM_mod-main-H-4-0 .JM_obj-sn {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1
}

.JM_mod-main-H-4-0 .JM_obj-sn ul {
    line-height: 50px;
    list-style-type: none;
    min-height: 50px;
    text-align: center
}

.JM_mod-main-H-4-0 .JM_obj-sn ul li {
    display: inline-block;
    font-size: 17px;
    padding-left: 25px
}

.JM_mod-main-H-4-0 .JM_obj-sn ul li a {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat center 1000px;
    color: #000;
    display: block;
    text-transform: uppercase
}

.JM_mod-main-H-4-0 .JM_obj-sn ul li a.JM_st-active,.JM_mod-main-H-4-0 .JM_obj-sn ul li a:active,.JM_mod-main-H-4-0 .JM_obj-sn ul li a:focus,.JM_mod-main-H-4-0 .JM_obj-sn ul li a:hover {
    background-position: center -763px;
    text-decoration: none
}

.JM_mod-main-H-4-0 .JM_obj-sn ul li:first-child {
    padding-left: 0
}

.JM_no-cssgradients .JM_obj-sn-tab li>a {
    background: url(../Assets/Img/JM_ie_grad_subnav.png) repeat-y
}

.JM_no-cssgradients .JM_obj-sn-tab li:first-child>a {
    background: url(../Assets/Img/JM_ie_grad_subnavl.png) 100% 0 repeat-y
}

.JM_oldie .JM_mod-main-H-4-0 .JM_ct {
    background-color: #fff;
    padding-left: 80px;
    padding-right: 80px
}

.JM_oldie .JM_mod-main-H-4-0 .JM_ct.JM_st-fixed {
    max-width: 1120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

@media screen and (max-width: 767px) {
    .JM_mod-main-H-4-0 {
        -webkit-box-shadow:-10px 0 10px rgba(0,0,0,.2);
        box-shadow: -10px 0 10px rgba(0,0,0,.2)
    }

    .JM_mod-main-H-4-0 .JM_ct {
        background-color: #fff;
        padding: 0 10px
    }

    .JM_mod-main-H-4-0 .JM_obj-sn-tab {
        margin: 0 -20px
    }

    .JM_mod-main-H-4-0 .JM_obj-sn-tab li>a,.JM_mod-main-H-4-0 .JM_obj-sn-tab li>span {
        font-size: 18px;
        padding-left: 15px
    }

    .JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child>a,.JM_mod-main-H-4-0 .JM_obj-sn-tab li:first-child>span {
        padding-right: 15px
    }

    .JM_mod-main-H-4-0 .JM_obj-sn {
        margin-left: 20px;
        margin-right: 20px;
        position: relative
    }

    .JM_mod-main-H-4-0 .JM_obj-sn>ul {
        float: none;
        position: relative;
        text-align: center;
        white-space: nowrap
    }

    .JM_mod-main-H-4-0 .JM_obj-sn>ul>li {
        display: inline-block;
        float: none
    }

    .JM_mod-main-H-4-0 .JM_obj-sn .JM_st-scroll-l,.JM_mod-main-H-4-0 .JM_obj-sn .JM_st-scroll-r {
        background: url(../Assets/Img/JM_sprite_assets.png) -30px -700px no-repeat;
        height: 20px;
        left: -20px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 12px;
        z-index: 5
    }

    .JM_mod-main-H-4-0 .JM_obj-sn .JM_st-scroll-r {
        background-position: -50px -700px;
        left: auto;
        right: -20px
    }

    .JM_mod-main-H-4-0 .JM_obj-sn .JM_st-scroll-l.JM_st-scrollstart,.JM_mod-main-H-4-0 .JM_obj-sn .JM_st-scroll-r.JM_st-scrollend {
        opacity: .3
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .JM_mod-main-H-4-0 .JM_ct {
        padding-left:30px;
        padding-right: 30px
    }
}

.JM_mod-content-C-2-0 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-C-2-0 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-0 .JM_grid-cont>.JM_col:nth-child(2n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-2-0 article {
    text-align: center
}

.JM_mod-content-C-2-0 figure {
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

.JM_mod-content-C-2-0 figure>a {
    display: block
}

.JM_mod-content-C-2-0 figure .JM_obj-img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

@media screen and (min-width: 768px) {
    .JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:nth-child(3) {
        display:inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:nth-child(4) {
    clear: both;
    margin-left: 17.2043%;
    margin-top: 40px
}

.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:nth-child(5) {
    margin-right: 17.2043%;
    margin-top: 40px
}

.JM_mod-content-C-2-1 article {
    text-align: center
}

.JM_mod-content-C-2-1 figure {
    zoom:1;display: inline-block;
    margin-bottom: 20px;
    max-width: 230px;
    position: relative
}

.JM_mod-content-C-2-1 figure>a {
    display: block
}

.JM_mod-content-C-2-1 figure .JM_obj-img {
    display: block;
    height: auto;
    max-width: 100%
}

.JM_mod-content-C-2-1 .JM_toggle-box {
    margin-bottom: 40px;
    text-align: left
}

.JM_mod-content-C-2-2 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 22.58065%
}

.JM_mod-content-C-2-2 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-2 .JM_grid-cont>.JM_col:nth-child(4n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-2-2 article {
    text-align: center
}

.JM_mod-content-C-2-2 figure {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 183px;
    position: relative
}

.JM_mod-content-C-2-2 figure>a {
    display: block
}

.JM_mod-content-C-2-2 figure .JM_obj-img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-C-2-2 .JM_obj-txt-location {
    width: auto
}

.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-2-4 .JM_grid-cont>.JM_col+.JM_col {
        margin-top:16px
    }
}

.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col:nth-child(3n+3) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col:nth-child(1n+4) {
    margin-top: 40px
}

.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col:nth-child(3n+4) {
    clear: both
}

.JM_mod-content-C-2-4 article {
    text-align: center
}

.JM_mod-content-C-2-4 figure {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 230px;
    position: relative
}

.JM_mod-content-C-2-4 figure>a {
    color: inherit;
    display: block
}

.JM_mod-content-C-2-4 figure .JM_obj-img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-C-2-5 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-left: 25.80645%;
    *margin-right: -36px;
    margin-right: 25.80645%;
    width: 48.3871%
}

.JM_mod-content-C-2-5 article {
    text-align: center
}

.JM_mod-content-C-2-5 figure {
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

.JM_mod-content-C-2-5 figure>a {
    display: block
}

.JM_mod-content-C-2-5 figure .JM_obj-img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_section-social .JM_obj-ln-icon {
    color: #2f3640
}

.JM_section-social .JM_obj-ln-icon.JM_type-down {
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-2-0 .JM_grid-cont>.JM_col,.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col,.JM_mod-content-C-2-2 .JM_grid-cont>.JM_col,.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col,.JM_mod-content-C-2-5 .JM_grid-cont>.JM_col {
        display:block;
        float: none;
        margin-bottom: 40px;
        margin-right: auto;
        width: 100%
    }

    .JM_mod-content-C-2-0 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-2 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-4 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-2-5 .JM_grid-cont>.JM_col:last-child {
        margin-bottom: 0
    }

    .JM_mod-content-C-2-0 .JM_obj-txt-location,.JM_mod-content-C-2-1 .JM_obj-txt-location,.JM_mod-content-C-2-2 .JM_obj-txt-location,.JM_mod-content-C-2-4 .JM_obj-txt-location,.JM_mod-content-C-2-5 .JM_obj-txt-location {
        width: 230px
    }

    .JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:nth-child(4) {
        margin-left: 0;
        margin-top: 0
    }

    .JM_mod-content-C-2-1 .JM_grid-cont>.JM_col:nth-child(5) {
        margin-right: 0;
        margin-top: 0
    }

    .JM_mod-content-C-2-4 .JM_grid-cont>.JM_col:nth-child(1n+4) {
        margin-top: 0
    }

    .JM_mod-content-C-2-5 .JM_grid-cont>.JM_col {
        margin-left: 0;
        margin-right: 0
    }
}

.JM_obj-ct-module+.JM_mod-content-C-2-3 {
    margin-top: 0
}

.JM_mod-content-C-2-3 {
    margin-left: -80px;
    margin-right: -80px
}

.JM_ct .JM_mod-content-C-2-3.JM_obj-ct-module:first-child {
    margin-top: 0
}

.JM_mod-content-C-2-3>.JM_ct {
    padding: 50px 80px 0
}

.JM_mod-content-C-2-3 .JM_obj-masonry {
    overflow: hidden
}

.JM_mod-content-C-2-3 .JM_obj-masonry>.JM_cont {
    width: 110%
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item {
    float: left;
    margin: 0 0 40px;
    position: relative
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item .JM_mood {
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-2-1 {
    margin-right: 2.8%;
    width: 59.64%
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 {
    margin-right: 3%;
    width: 28.3%
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_badge-new {
    position: absolute;
    right: 20px;
    top: 20px
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    padding: 40px 40px 20px;
    position: absolute;
    right: 0
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>h3 {
    color: #fff;
    font-size: 72px;
    line-height: 60px;
    text-transform: uppercase
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>.b_citeslider__caption,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>.b_teaserslider__category,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>.b_teaserslider__date,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>.b_textimage__date,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>p {
    color: #fff;
    font-size: 20px
}

.JM_oldie .JM_mod-content-C-2-3 .JM_obj-masonry {
    width: 100%
}

.JM_oldie .JM_mod-content-C-2-3 .JM_obj-masonry>.JM_cont {
    width: 110%
}

.JM_oldie .JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-2-1 {
    width: 59.6%
}

.JM_oldie .JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 {
    margin-right: 36px;
    width: 28.3%
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 {
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_grid-img {
    overflow: hidden
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_grid-img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_citeslider__caption,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_teaserslider__category,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_teaserslider__date,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 .b_textimage__date,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 p {
    color: #2b3130;
    font-size: 17px
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1 a {
    text-decoration: none
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1:not(.b_state-static):hover {
    background: #f2f2f2
}

.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1:not(.b_state-static):hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.JM_oldie .JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay {
    background: url(../Assets/Img/JM_ie8_40.png)
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .JM_mod-content-C-2-3 {
        margin-left:-30px;
        margin-right: -30px
    }

    .JM_mod-content-C-2-3>.JM_ct {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-2-3 {
        margin-left:-10px;
        margin-right: -10px
    }

    .JM_mod-content-C-2-3>.JM_ct {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry>.JM_cont {
        width: auto
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry .JM_item {
        display: block;
        float: none;
        margin-left: 0;
        margin-left: auto;
        margin-right: 0;
        margin-right: auto;
        margin-top: 0;
        max-width: 400px
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-1-1,.JM_mod-content-C-2-3 .JM_obj-masonry .JM_item.JM_grid-2-1 {
        width: auto
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry .JM_item .JM_mood {
        width: 100%
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay {
        padding: 20px 20px 10px
    }

    .JM_mod-content-C-2-3 .JM_obj-masonry .JM_txt-overlay>h3 {
        font-size: 40px;
        line-height: 38px
    }
}

.JM_mod-content-C-3-0 .JM_obj-ct-module+.JM_obj-ct-module {
    margin-top: 20px
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+4) {
    clear: both
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+1) .JM_toggle-box {
    margin-right: -221%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box {
    margin-left: -111%;
    margin-right: -111%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box:before {
    left: 40%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box {
    margin-left: -221%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box:before {
    left: 74%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_toggle-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_intro {
    margin-bottom: 20px
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_section {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_section {
        margin-bottom:40px
    }
}

.JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_btn-srd {
    margin-bottom: 40px;
    text-align: center
}

.JM_mod-content-C-3-1>.JM_ct {
    position: relative
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li.JM_letter {
    border-top: 5px solid #000
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li.JM_letter .JM_txt {
    color: #000;
    display: table-cell;
    font-size: 60px;
    height: 86px;
    padding-left: 30px;
    vertical-align: middle
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+4) {
    clear: both
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+1) .JM_toggle-box {
    margin-right: -221%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box {
    margin-left: -111%;
    margin-right: -111%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box:before {
    left: 40%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box {
    margin-left: -221%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box:before {
    left: 74%
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li>a {
    padding-left: 20px
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li>.JM_fallback {
    display: block;
    height: 90px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_toggle-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_logo {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 100px
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_logo>img {
    height: auto;
    margin: 0 auto
}

.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_txt {
    height: 90px;
    padding-left: 5px
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 39.78495%
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child {
    text-align: center
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo {
    display: inline-block;
    height: auto;
    width: auto
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo+.b_citeslider__caption,.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo+.b_teaserslider__category,.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo+.b_teaserslider__date,.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo+.b_textimage__date,.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:first-child .JM_logo+p {
    padding-top: 40px
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    position: relative;
    width: 56.98925%
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:last-child>.JM_obj-txt-hl-s {
    margin-right: 50%;
    padding-right: 30px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-l {
    border-right: 1px solid #ccc;
    float: left;
    padding-right: 30px;
    text-align: right;
    width: 50%
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-l>.JM_obj-txt-ls-clean>li {
    margin-bottom: 10px
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-l>.JM_obj-txt-ls-clean>li>span {
    color: #43bcff;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    z-index: 3
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-l>.JM_obj-txt-ls-clean>li>span.JM_st-hover {
    color: #2f3640
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-l>.JM_obj-txt-ls-clean>li>span.JM_st-hover:before {
    content: "+";
    height: 26px;
    margin-top: -13px;
    position: absolute;
    right: -31px;
    top: 50%;
    width: 13px;
    z-index: 10
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-r {
    border-left: 1px solid #ccc;
    float: left;
    margin-left: -1px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    width: 50%
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-r li {
    margin-bottom: 10px
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-r>div {
    display: none;
    opacity: 0
}

.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont .JM_box-r>div.JM_st-hover {
    display: block;
    opacity: 1
}

.JM_mod-content-C-3-1 .JM_filter {
    position: absolute;
    right: 0;
    top: -10px;
    width: 120px
}

.JM_mod-content-C-3-1 .JM_filter .JM_text {
    padding-left: 0;
    text-align: center
}

.JM_mod-content-C-3-2 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-C-3-2 .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-3-2 .JM_obj-ls-toggle a:before {
    display: none!important
}

.JM_mod-content-C-3-2 .JM_obj-ls-toggle>li:nth-child(2),.JM_mod-content-C-3-2 .JM_obj-ls-toggle>li:nth-child(3) {
    border-top: none
}

.JM_mod-content-C-3-2 figure {
    position: relative
}

.JM_mod-content-C-3-2 figure .JM_obj-img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-3-0 .JM_obj-ls-toggle,.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li,.JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n),.JM_mod-content-C-3-1 .JM_obj-ls-toggle,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n) {
        display:block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+1) .JM_toggle-box,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+1) .JM_toggle-box {
        margin-right: 0
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box {
        margin-left: 0;
        margin-right: 0
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box:before,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+2) .JM_toggle-box:before {
        left: 60px
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box {
        margin-left: 0
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box:before,.JM_mod-content-C-3-1 .JM_obj-ls-toggle>li:nth-child(3n+3) .JM_toggle-box:before {
        left: 60px
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_grid-cont>.JM_col,.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_grid-cont>.JM_col {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_grid-cont>.JM_col:first-child,.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_grid-cont>.JM_col:first-child {
        margin-bottom: 40px
    }

    .JM_mod-content-C-3-0 .JM_obj-ls-toggle .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-3-1 .JM_obj-ls-toggle .JM_grid-cont>.JM_col:last-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-3-1 .JM_filter {
        float: right;
        margin-bottom: 40px;
        position: static
    }

    .JM_mod-content-C-3-1 .JM_filter+.JM_obj-txt-hl-middle {
        clear: both
    }

    .JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col,.JM_mod-content-C-3-1 .JM_toggle-box .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-3-2 .JM_grid-cont>.JM_col,.JM_mod-content-C-3-2 .JM_grid-cont>.JM_col:last-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-3-2 .JM_grid-cont>.JM_col:last-child .JM_obj-ls-toggle li:last-child {
        border-bottom: 1px solid #ccc
    }

    .JM_mod-content-C-3-2 figure {
        text-align: center
    }
}

.JM_mod-content-C-4-0+.JM_mod-content-C-4-0 {
    margin-top: 80px
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+1) .JM_toggle-box {
    margin-right: -221%
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+1) .JM_toggle-box:before {
    left: 15%;
    margin-left: -10px
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+2) .JM_toggle-box {
    margin-left: -111%;
    margin-right: -111%
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+2) .JM_toggle-box:before {
    left: 50%;
    margin-left: -10px
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+3) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+3) .JM_toggle-box {
    margin-left: -221%
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+3) .JM_toggle-box:before {
    left: 85%;
    margin-left: -10px
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(3n+4) {
    clear: both
}

.JM_mod-content-C-4-0>.JM_ct>.JM_grid-cont>.JM_col:nth-child(1n+4) {
    margin-top: 80px
}

.JM_mod-content-C-4-0 figure {
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.JM_mod-content-C-4-0 figure .JM_obj-img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-C-4-0 figure.JM_st-moodactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: .25
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd {
    text-align: center
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box {
    text-align: left
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.8961%;
    width: 48.05195%
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box figure {
    cursor: default;
    margin-bottom: 40px
}

.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box figure .JM_obj-img {
    border-bottom: none
}

.JM_mod-content-C-4-0 .JM_cont {
    margin-left: 8.60215%;
    margin-right: 8.60215%
}

.JM_mod-content-C-4-0 .JM_intro {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 60px 0;
    text-align: center
}

.JM_mod-content-C-4-0 .JM_outro {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding: 40px 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col {
        display:block;
        float: none;
        margin-bottom: 80px;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+1) .JM_toggle-box {
        margin-right: 0
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+1) .JM_toggle-box:before {
        left: 50%
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+2) .JM_toggle-box {
        margin-left: 0;
        margin-right: 0
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+3) {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+3) .JM_toggle-box {
        margin-left: 0
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(3n+3) .JM_toggle-box:before {
        left: 50%
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:nth-child(1n+4) {
        margin-top: 0
    }

    .JM_mod-content-C-4-0>.JM_ct .JM_grid-cont>.JM_col:last-child {
        margin-bottom: 0
    }

    .JM_mod-content-C-4-0 .JM_intro {
        border-bottom: none;
        margin-bottom: 60px;
        padding-bottom: 0
    }

    .JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box .JM_grid-cont>.JM_col,.JM_mod-content-C-4-0 .JM_obj-toggle-srd>.JM_toggle-box .JM_grid-cont>.JM_col:last-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-4-0 .JM_obj-toggle-srd figure {
        display: none
    }
}

.JM_mod-content-C-5-0 .JM_grid-cont {
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.JM_mod-content-C-5-0 .JM_grid-cont:hover {
    background-color: #f4f4f4
}

.JM_mod-content-C-5-0 .JM_ls-bot,.JM_mod-content-C-5-0 .JM_ls-top {
    *zoom:1;font-size: 16px;
    padding: 10px 0;
    position: relative
}

.JM_mod-content-C-5-0 .JM_ls-bot:after,.JM_mod-content-C-5-0 .JM_ls-bot:before,.JM_mod-content-C-5-0 .JM_ls-top:after,.JM_mod-content-C-5-0 .JM_ls-top:before {
    content: "";
    display: table
}

.JM_mod-content-C-5-0 .JM_ls-bot:after,.JM_mod-content-C-5-0 .JM_ls-top:after {
    clear: both
}

.JM_mod-content-C-5-0 .JM_ls-bot>nav,.JM_mod-content-C-5-0 .JM_ls-top>nav {
    display: inline-block;
    float: right;
    min-width: 250px;
    padding: 15px 1% 10px 0;
    text-align: right
}

.JM_mod-content-C-5-0 .JM_ls-bot>nav .b_linkarrow,.JM_mod-content-C-5-0 .JM_ls-top>nav .b_linkarrow {
    margin-top: 3px
}

.JM_mod-content-C-5-0 .JM_ls-bot>nav a,.JM_mod-content-C-5-0 .JM_ls-top>nav a {
    padding: 0 1.7%
}

.JM_mod-content-C-5-0 .JM_ls-bot>nav div,.JM_mod-content-C-5-0 .JM_ls-top>nav div {
    display: inline-block;
    margin: 0 7px 0 10px
}

.JM_mod-content-C-5-0 .JM_ls-bot {
    padding: 0;
    text-align: right
}

.JM_mod-content-C-5-0 .JM_ls-bot nav {
    float: none
}

.JM_mod-content-C-5-0 .JM_ls-header {
    border-top: 1px solid #ccc;
    color: #2f3640
}

.JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont {
    padding: 10px 0
}

.JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    padding: 10px 0;
    width: 13.97849%
}

.JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 39.78495%
}

.JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col.JM_last-child,.JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 22.58065%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle {
    border-top: 1px solid #ccc;
    margin-bottom: 10px
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li {
    border-bottom: 1px solid #ccc;
    border-top: none
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    min-height: 44px;
    padding: 10px 0;
    position: relative;
    width: 13.97849%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col .JM_obj-fm-check {
    height: 21px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 3.22581%;
    position: absolute;
    top: 50%;
    width: 19px
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 39.78495%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 22.58065%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li .JM_trigger>.JM_txt {
    display: block;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: top
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li .JM_trigger .JM_icon {
    content: "+"
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle>li .JM_trigger:hover .JM_icon {
    content: "-"
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_toggle-box {
    left: 0;
    width: 251.3%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_toggle-box:before {
    left: 6%
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_intro {
    margin-bottom: 40px
}

.JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_section-social {
    margin-top: 30px
}

.JM_oldie .JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col {
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col {
        visibility:hidden
    }

    .JM_mod-content-C-5-0 .JM_ls-header>.JM_grid-cont>.JM_col:first-child {
        padding-left: 0;
        visibility: visible
    }

    .JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col {
        display: block;
        display: inline-block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        min-height: 0;
        padding: 0 10px;
        width: auto
    }

    .JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col:first-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        padding-left: 10px;
        padding-top: 10px;
        width: auto
    }

    .JM_mod-content-C-5-0 .JM_obj-ls-toggle>li>.JM_grid-cont>.JM_col:last-child {
        display: block;
        display: inline-block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_toggle-box {
        border-bottom: 1px solid #ccc;
        left: -4%;
        width: 105.6%
    }

    .JM_mod-content-C-5-0 .JM_obj-ls-toggle .JM_toggle-box:before {
        left: 25%
    }
}

.JM_mod-content-C-6-1 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-C-6-1 .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-C-6-1 figure {
    margin-bottom: 35px;
    max-width: 183px;
    position: relative
}

.JM_mod-content-C-6-1 figure .JM_obj-img {
    height: auto;
    width: 100%
}

.JM_mod-content-C-6-3 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 39.78495%
}

.JM_mod-content-C-6-3 .JM_grid-cont>.JM_col .b_module {
    margin-top: 0
}

.JM_mod-content-C-6-3 .JM_grid-cont>.JM_col:first-child {
    margin-left: 8.60215%
}

.JM_mod-content-C-6-3 .JM_grid-cont>.JM_col:last-child {
    margin-right: 8.60215%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-C-6-0>.JM_ct {
        margin-left:0;
        margin-right: 0
    }

    .JM_mod-content-C-6-1 .JM_grid-cont>.JM_col,.JM_mod-content-C-6-1 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-C-6-3 .JM_grid-cont>.JM_col {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-C-6-3 .JM_grid-cont>.JM_col:first-child {
        margin-bottom: 40px;
        margin-left: 0
    }

    .JM_mod-content-C-6-3 .JM_grid-cont>.JM_col:last-child {
        margin-right: 0
    }
}

.JM_obj-karussell {
    position: relative
}

.JM_obj-karussell .JM_obj-img {
    height: auto;
    width: 100%
}

.JM_mod-content-Sh .JM_st-active+.JM_toggle-box {
    margin-bottom: 16px
}

.JM_mod-content-Sh .JM_obj-add-item {
    background: #ccc url(../Assets/Img/JM_sprite_assets.png) no-repeat -23px -589px;
    border: 0;
    display: inline-block;
    font-weight: 400;
    height: 33px
}

.JM_mod-content-Sh .JM_obj-add-item span {
    background: #43bcff;
    border-left: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    margin-left: 32px;
    padding: 0 13px 0 12px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    width: auto
}

.JM_mod-content-Sh .JM_obj-add-item:hover {
    background-color: #bfbfbf
}

.JM_mod-content-Sh .JM_obj-add-item:hover span {
    background: #179ee9
}

.JM_mod-content-Sh .JM_obj-append-item {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat -120px -144px;
    height: 33px
}

.JM_mod-content-Sh .JM_obj-append-item span {
    font-size: 16px;
    height: 33px;
    margin-left: 25px;
    padding: 1px 16px 0;
    width: auto
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col {
    display: inline;
    float: left;
    margin-bottom: 5%;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col:nth-child(2n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col:nth-child(3n+1) {
    clear: both
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct a {
    display: inline-block
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct time {
    color: #2f3640;
    display: block;
    font-size: 16px;
    margin-bottom: 20px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct input {
    border: 0;
    font-size: 16px;
    height: 33px;
    margin-right: 5px;
    padding: 3px 0 0;
    text-align: center;
    width: 45px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-figure {
    background: #fff;
    border: 10px solid #edeee8;
    display: block;
    margin-bottom: 30px;
    padding: 20px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 405px;
    max-width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-add-item {
    float: right
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-add-item span {
    font-size: 16px;
    padding: 2px 20px 0 19px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct h3 {
    margin-bottom: 3px;
    text-align: left
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-price span {
    color: #2f3640;
    margin-right: 5px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-price .JM_old {
    text-decoration: line-through
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-price .JM_old+span {
    color: #a6202c
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-price a,.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-price a:hover {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity {
    float: left;
    overflow: hidden;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity ul {
    border: 0;
    display: inline-block;
    height: 33px;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -10px;
    position: relative;
    width: 125px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li {
    float: left;
    height: 33px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 55px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li:first-child,.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li:last-child {
    width: 35px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity ul {
        width:100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li {
        left: 0;
        position: absolute
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li:first-child,.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity li:last-child {
        width: 0
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity .JM_obj-quantity-items {
        padding-left: 10px;
        text-align: left
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity a:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity a:hover span.JM_st-decriment {
    background-position: -179px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity a:hover span.JM_st-incriment {
    background-position: -179px -1100px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity span {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat;
    display: inline-block;
    height: 13px;
    left: 50%;
    margin: -6.5px 0 0 -6.5px;
    position: absolute;
    top: 50%;
    width: 13px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity span:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity span.JM_st-decriment {
    background-position: -150px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity span.JM_st-incriment {
    background-position: -150px -1100px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity {
        display:block
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_obj-quantity ul {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 31.1828%
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col:nth-child(2n) {
        float: left;
        margin-right: 3.22581%;
        *margin-right: auto
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-0>.JM_ct .JM_col:nth-child(3n) {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_col {
    display: inline;
    float: left;
    margin-bottom: 5%;
    margin-left: 8.60215%;
    margin-right: 8.60215%;
    width: 82.7957%
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct article {
    padding-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct fieldset {
    border-bottom: 1px solid #ccc;
    margin-top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct a {
    display: inline-block
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct figure {
    background: #fff;
    border: 10px solid #edeee8;
    margin-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 405px;
    max-width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct h3 {
    margin-bottom: 5px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_obj-fm-radio {
    display: inline-block;
    padding-right: 16px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_obj-fm-radio .JM_obj-fm-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 30px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_obj-fm-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    padding-left: 20px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_obj-fm-label.JM-st_for {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_row {
    padding-bottom: 20px;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct span {
    display: inline-block;
    padding-bottom: 12px;
    padding-left: 6px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_md_radios {
    padding-top: 5px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_col:last-child {
    padding-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_col:last-child input {
    display: inline-block
}

.JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_obj-add-item span {
    font-size: 16px;
    padding: 1px 16px 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-2>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-left: 17.2043%;
        margin-right: 17.2043%;
        width: 65.5914%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct {
    margin: 30px 0 10px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_col:last-child {
        padding: 30px 0
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-add-item {
    background: #ccc url(../Assets/Img/JM_sprite_assets.png) no-repeat -16px -582px;
    height: 47px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-add-item span {
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    margin-left: 44px;
    padding: 0 18px 0 17px;
    width: auto
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-add-item span {
        padding:0 33px 0 32px
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-add-item span {
        padding:0 16px 0 15px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct footer {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct input {
    border: 0;
    color: #2b3130;
    margin-right: 3.22581%;
    padding: 8px 0;
    text-align: center;
    width: 60px
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct input {
        width:70px
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct input {
        width:50px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct form {
    padding-top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct h3 {
    margin-bottom: 3px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct time {
    color: #2f3640;
    display: block;
    font-size: 16px;
    margin-bottom: 20px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct strong {
    color: #2f3640;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity ul {
    border: 0;
    display: inline-block;
    height: 47px;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -10px;
    position: relative;
    width: 125px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li {
    float: left;
    height: 47px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 55px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li:first-child,.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li:last-child {
    width: 35px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity ul {
        width:100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li {
        left: 0;
        position: absolute
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li:first-child,.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity li:last-child {
        width: 0
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity .JM_obj-quantity-items {
        padding-left: 10px;
        text-align: left
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity a {
    background: transparent;
    border: 0;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity a:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity a:hover span.JM_st-decriment {
    background-position: -179px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity a:hover span.JM_st-incriment {
    background-position: -179px -1100px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity span {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat;
    display: inline-block;
    height: 13px;
    left: 50%;
    margin: -6.5px 0 0 -6.5px;
    position: absolute;
    top: 50%;
    width: 13px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity span:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity span.JM_st-decriment {
    background-position: -150px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity span.JM_st-incriment {
    background-position: -150px -1100px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity {
        display:block
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity ul {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price {
    padding-top: 22px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price span {
    color: #2f3640;
    font-size: 26px;
    margin-right: 5px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price .JM_old {
    text-decoration: line-through
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price .JM_old+span {
    color: #a6202c
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price a {
    color: #2b3130;
    text-decoration: underline
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-price a:hover {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-karussell {
    height: auto;
    opacity: 1;
    overflow: visible
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-prev {
    left: -9.2%;
    margin-left: -40px
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-next {
    margin-right: -40px;
    right: -9.2%
}

.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct section>.JM_ct {
    height: 626px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-prev {
        left:40px;
        margin-left: -40px
    }

    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-next {
        margin-right: -40px;
        right: 40px
    }
}

@media (max-width: 408px) {
    .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-next,.JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .flex-direction-nav .flex-prev {
        margin-top:-68%
    }
}

.JM_oldie .JM_mod-content-Sh.JM_ext-Sh-1-3>.JM_ct .JM_obj-quantity ul {
    width: 150px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct {
    display: block;
    height: 33px;
    margin-bottom: 3.22581%;
    overflow: visible;
    width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items {
    display: block;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 10
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-add-item {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-add-item span {
    background: #43bcff;
    border-left: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    margin-left: -3px;
    padding: 0 13px 0 35px;
    position: relative;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    width: auto
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-add-item span>.JM_icon {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat -90px -600px;
    height: 12px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 16px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-flyout {
    background: #fff;
    border: 5px solid #ccc;
    display: none;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 10
}

@media screen and (min-width: 768px) {
    .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-flyout {
        padding:30px
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-flyout {
        width:100%
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items .JM_obj-flyout {
        width:600px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items:after {
    content: "";
    display: block;
    height: 40px;
    width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items.JM_st-active .JM_obj-add-item:after,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items.JM_st-active .JM_obj-flyout,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items:hover .JM_obj-add-item:after {
    display: block
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout ul {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout li {
    display: block;
    height: 40px;
    margin-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout li:last-child {
    margin-bottom: 0
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row {
    display: inline-block;
    float: left;
    height: inherit
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-1 {
    width: 53%
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-2 {
    width: 30%
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-3 {
    width: 17%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-1,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-2 {
        width:40%
    }

    .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-row.JM_st-3 {
        width: 20%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-flyout .JM_obj-ui-btn {
    float: right;
    height: 34px;
    line-height: 26px;
    padding-bottom: 0;
    padding-top: 4px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details h4 {
    overflow: hidden;
    text-overflow: ellipsis
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-details p {
    color: #2b3130
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity {
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity ul {
    border: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity li {
    float: left;
    margin: 0;
    padding: 0;
    width: 55px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity li:first-child,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity li:last-child {
    width: 35px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity a {
    background: transparent;
    border: 0;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity a:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity a:hover span.JM_st-decriment {
    background-position: -179px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity a:hover span.JM_st-incriment {
    background-position: -179px -1100px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity span {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat;
    bottom: 0;
    display: inline-block;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity span:hover {
    cursor: pointer
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity span.JM_st-decriment {
    background-position: -150px -1118px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity span.JM_st-incriment {
    background-position: -150px -1100px
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price {
    padding-top: 12px;
    text-align: right
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-single-price p {
    color: #2b3130;
    display: inline-block
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-price {
    color: #2f3640;
    display: inline-block
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-total {
    color: #2b3130;
    margin-bottom: 30px;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-total .JM_obj-price {
    position: absolute;
    right: 0;
    top: 0
}

.b_touch .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items {
    -webkit-tap-highlight-color: transparent
}

.b_touch .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items:hover .JM_obj-add-item:after,.b_touch .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items:hover .JM_obj-flyout {
    display: none
}

.b_touch .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items.JM_st-active .JM_obj-add-item:after,.b_touch .JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-items.JM_st-active .JM_obj-flyout {
    display: block
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct>ul {
    list-style: none
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items {
    padding-bottom: 40px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .JM_col {
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items>li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items>li:first-child {
    color: #2f3640;
    font-size: 16px;
    padding: 0 0 8px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items>li:first-child .JM_half:first-child .JM_col {
    display: inline;
    float: left;
    margin-left: 35.55556%;
    margin-right: 6.66667%;
    width: 64.44444%
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items>li:first-child .JM_half:last-child .JM_col:first-child {
    padding-left: 50px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items>li:first-child {
        display:none
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items p {
    margin-bottom: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_citeslider__caption strong,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_teaserslider__category strong,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_teaserslider__date strong,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .b_textimage__date strong,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items p strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-items .JM_obj-txt-hl-middle {
    font-size: 22px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col {
    display: inline;
    float: left;
    margin-right: 6.66667%;
    width: 28.88889%
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 64.44444%
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col {
    display: inline;
    float: left;
    margin-right: 6.66667%;
    width: 28.88889%
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half {
        display:inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child {
        padding-bottom: 15px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col {
        display: inline;
        float: left;
        margin-right: 6.66667%;
        width: 28.88889%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px;
        width: 64.44444%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col {
        display: inline;
        float: left;
        margin-right: 6.66667%;
        width: 28.88889%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 48.3871%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col {
        display: inline;
        float: left;
        margin-right: 6.66667%;
        width: 28.88889%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:first-child .JM_col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px;
        width: 64.44444%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col {
        display: inline;
        float: left;
        margin-right: 6.66667%;
        width: 28.88889%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_half:last-child .JM_col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price {
    color: #2f3640;
    display: inline-block;
    padding-top: 3px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price p {
    color: #2f3640;
    display: none
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-price p {
        display:block
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-txt-hl-middle {
    text-align: left
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-figure {
    background: #fff;
    border: 10px solid #edeee8;
    display: block;
    margin-bottom: 0;
    padding: 20px 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-figure img,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-figure video {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    width: auto
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-btn-delete {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat -60px -600px;
    display: inline-block;
    height: 23px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -1000px;
    top: 0;
    width: 23px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_obj-btn-delete {
        top:12px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info {
    overflow: hidden
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info ul {
    list-style: none
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li {
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li span {
    position: absolute;
    right: 0;
    top: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li.JM_st-line {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li.JM_st-line span {
    top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li a.JM_obj-ui-btn {
    position: absolute;
    right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li:last-child {
    padding-top: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info li:last-child a:first-child {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info .JM_half:last-child .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info .JM_half:last-child .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info .JM_half:last-child .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info .JM_half:last-child .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-0>.JM_ct .JM_mod-info .JM_half:last-child p {
    margin-bottom: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct {
    overflow: hidden
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col {
    display: inline;
    float: left;
    margin-left: 8.60215%;
    margin-right: 3.22581%;
    width: 39.78495%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col:first-child {
    display: inline;
    float: left;
    margin-left: 8.60215%;
    margin-right: 51.6129%;
    width: 39.78495%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col:last-child {
    margin-left: 0;
    margin-right: 8.60215%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner {
    display: none;
    padding-bottom: 40px
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col:first-child {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 51.6129%;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col:last-child {
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col:first-child {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs {
        padding-bottom: 15px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner {
        padding-bottom: 40px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_col:first-child {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_grid-cont.JM_st-inner .JM_obj-additions-inputs {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col {
        display:inline;
        float: left;
        margin-left: 17.2043%;
        margin-right: 3.22581%;
        width: 31.1828%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col:first-child {
        display: inline;
        float: left;
        margin-left: 17.2043%;
        margin-right: 51.6129%;
        width: 31.1828%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_col:last-child {
        margin-left: 0;
        margin-right: 17.2043%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info {
    display: inline;
    display: block;
    float: left;
    float: none;
    margin-left: 8.60215%;
    margin-right: 8.60215%;
    overflow: hidden;
    padding-top: 30px;
    width: 82.7957%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info .JM_obj-fm-check {
    margin-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>p {
    display: inline;
    float: left;
    margin-left: 60.21505%;
    margin-right: 0;
    position: relative;
    width: 39.78495%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_citeslider__caption button,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_teaserslider__category button,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_teaserslider__date button,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>.b_textimage__date button,.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info>p button {
    position: absolute;
    right: 0;
    top: -12px
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info {
        display:inline;
        float: left;
        margin-left: 17.2043%;
        margin-right: 17.2043%;
        width: 65.5914%
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_mod-info {
        display:inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        *margin-right: -36px;
        width: 100%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-label {
    color: #2f3640;
    float: left;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 15px;
    width: 45%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-address-label {
    color: #2f3640;
    float: left;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 30px;
    width: 45%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs {
    float: left;
    width: 55%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs input {
    margin-left: 3.5%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 26.5%
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs input:first-child {
    margin-left: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs input:last-child {
    width: 40%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-1>.JM_ct .JM_obj-age-inputs {
        padding-bottom:15px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:first-child {
        padding-right:8.60215%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child p {
    margin-bottom: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child ul {
    list-style: none
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child li {
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child li span {
    color: #2f3640;
    position: absolute;
    right: 0;
    top: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child li.JM_st-line {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child li.JM_st-line span {
    top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child li .JM_obj-ui-btn {
    position: absolute;
    right: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct .JM_half:last-child {
        padding-top: 45px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-2>.JM_ct label {
    padding-bottom: 30px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:first-child {
        padding-right:8.60215%
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child ul {
    list-style: none
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child ul h3 {
    font-size: 22px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li {
    display: block;
    overflow: hidden
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li:first-child {
    border-bottom: 1px solid #ccc;
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li:first-child .JM_col {
    font-weight: 700;
    padding-bottom: 5px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .JM_col {
    display: inline;
    float: left;
    margin-right: 6.66667%;
    padding-top: 30px;
    text-align: center;
    width: 11.11111%
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .JM_col strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 6.66667%;
    text-align: left;
    width: 46.66667%
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .JM_col:last-child {
    color: #2f3640;
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    text-align: right;
    width: 28.88889%
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li p {
    margin-bottom: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_citeslider__caption strong,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_teaserslider__category strong,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_teaserslider__date strong,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li .b_textimage__date strong,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li p strong {
    color: #2f3640
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child {
        padding-top: 30px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child h3:first-child {
        margin-bottom: 0
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_half:last-child li:first-child {
        border-bottom: 1px solid #ccc
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont .JM_mod-details {
        border: 0
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half {
    display: inline;
    float: left;
    margin-left: 51.6129%;
    margin-right: 3.22581%;
    padding-right: 0;
    width: 48.3871%
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half .JM_obj-price {
    color: #2f3640;
    display: inline-block;
    padding-top: 3px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half strong {
    color: #2f3640
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half ul {
    display: block;
    list-style: none
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half li {
    border: 0;
    color: #2b3130;
    display: block;
    overflow: hidden;
    position: relative
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half li:first-child {
    border: 0;
    color: #2b3130
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half li span {
    position: absolute;
    right: 0;
    top: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half li.JM_st-line {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half li.JM_st-line span {
    top: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half .JM_obj-ui-btn {
    float: right
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half {
        display:inline;
        float: left;
        margin-left: 0;
        margin-right: 3.22581%;
        padding-right: 0;
        width: 100%
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:last-child .JM_half:last-child {
        border-top: 0;
        margin-top: 30px;
        padding-top: 30px
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_grid-cont:first-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_half:last-child {
        border-top: 0;
        margin-top: 30px;
        padding-top: 30px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct h3 {
    margin-bottom: 15px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_citeslider__caption,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__category,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__date,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_textimage__date,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details p {
    margin: 0
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_citeslider__caption:first-child,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__category:first-child,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__date:first-child,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_textimage__date:first-child,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details p:first-child {
    color: #2f3640;
    font-weight: 700
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_citeslider__caption a,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__category a,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_teaserslider__date a,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details .b_textimage__date a,.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details p a {
    float: right
}

.JM_mod-content-Sh.JM_ext-Sh-3-3>.JM_ct .JM_mod-details:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.JM_mod-content-W.JM_ext-W-1-0 {
    position: relative
}

.JM_mod-content-W.JM_ext-W-1-0 img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-W.JM_ext-W-1-0 .JM_obj-ui-btn {
    left: 50%;
    margin-left: -120px;
    margin-top: -24px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 240px
}

.JM_mod-content-W.JM_ext-W-1-0:hover .JM_obj-ui-btn {
    opacity: 1
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_obj-location-map {
    height: 350px;
    margin: 0 0 25px;
    padding: 0;
    width: 100%
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_obj-location-map img {
    max-width: none
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_col {
    display: block;
    margin-bottom: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-2-0 .JM_col:nth-child(4) {
        width:100%
    }
}

@media screen and (min-width: 500px) {
    .JM_mod-content-W.JM_ext-W-2-0 .JM_col {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 30%
    }
}

@media screen and (min-width: 768px) {
    .JM_mod-content-W.JM_ext-W-2-0 .JM_col {
        margin-right:3.22581%;
        width: 22.58065%
    }
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_col:last-child {
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-W.JM_ext-W-2-0 .JM_col:last-child .JM_obj-txt-hl-s {
    margin-top: 20px
}

.JM_mod-content-W.JM_ext-W-2-0 .b_citeslider__caption,.JM_mod-content-W.JM_ext-W-2-0 .b_teaserslider__category,.JM_mod-content-W.JM_ext-W-2-0 .b_teaserslider__date,.JM_mod-content-W.JM_ext-W-2-0 .b_textimage__date,.JM_mod-content-W.JM_ext-W-2-0 p {
    margin-bottom: 0
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-hd {
    color: #2f3640;
    display: block;
    padding: 13px 24px 9px;
    position: relative
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-hd span:last-child {
    position: absolute;
    right: 17px
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion {
    border-bottom: 1px solid #ccc
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3 {
    border-top: 1px solid #ccc;
    font-size: 16px;
    left: 0;
    padding: 0 0 0 24px
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3>a {
    color: #2b3130;
    display: block;
    padding: 10px 65px 10px 0;
    position: relative
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3>a>.JM_icon {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) -90px -60px no-repeat;
    height: 23px;
    margin-top: -11px;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 23px
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3>a:active,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3>a:focus,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3>a:hover {
    color: #2f3640;
    text-decoration: none
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a {
    color: #000
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a>.JM_icon {
    background-position: -120px -60px
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:active,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:focus,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:hover {
    text-decoration: none
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:active>.JM_icon,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:focus>.JM_icon,.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3.open>a:hover>.JM_icon {
    background-position: -120px -60px
}

.JM_mod-content-W.JM_ext-W-4-0 .JM_obj-accordion>h3+div {
    padding: 0 60px 20px 24px
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width: 768px) {
    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul {
        padding-left:20px;
        padding-right: 20px
    }
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 22.58065%;
    width: auto
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li a {
    padding-left: 30px
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li a:before {
    display: none
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li.resp-tab-active a:before {
    display: block
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li .JM_icon {
    margin-top: -10px;
    top: 50%
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>a {
    float: right;
    font-size: 16px;
    line-height: 50px;
    padding-right: 32px;
    position: relative
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>a .JM_icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    margin-top: -10px;
    padding-left: 2px;
    position: absolute;
    right: 4px;
    text-align: center;
    text-rendering: auto;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 18px
}

.b_firefox .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>a .JM_icon:before {
    line-height: 20px
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs .JM_panel:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs .JM_panel {
    padding-bottom: 15px;
    padding-top: 30px
}

.JM_mod-content-W.JM_ext-W-7-0>.JM_ct {
    margin-left: 8.60215%;
    margin-right: 8.60215%
}

.JM_mod-content-W.JM_ext-W-7-0--narrow>.JM_ct {
    margin: 0 auto;
    max-width: 559px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li {
        display:inline;
        float: left;
        margin-right: 3.22581%;
        width: 48.3871%
    }

    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li:nth-child(2n) {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li>a {
        display: block;
        padding-bottom: 14px;
        padding-left: 28px;
        padding-top: 14px
    }

    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>li>a.JM_st-active:before {
        display: none
    }

    .JM_mod-content-W.JM_ext-W-5-0 .JM_ct .JM_obj-el-tabs>ul>a {
        padding-bottom: 4px;
        padding-right: 28px;
        padding-top: 4px
    }
}

.JM_mod-content-W.JM_ext-W-3-0 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase
}

.JM_mod-content-W.JM_ext-W-3-0 .JM_ct {
    margin-left: -73.5px;
    width: 1267px
}

.JM_mod-content-W.JM_ext-W-3-0 ul {
    *zoom:1;list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-W.JM_ext-W-3-0 ul:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-W.JM_ext-W-3-0 li {
    display: block;
    display: inline;
    float: left;
    height: 100%;
    margin-bottom: .76336%;
    margin-right: 3.22581%;
    position: relative;
    width: 100%;
    width: 22.58065%
}

.JM_mod-content-W.JM_ext-W-3-0 li:nth-child(4n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-W.JM_ext-W-3-0 img {
    height: auto;
    width: 100%;
    z-index: 5
}

.JM_mod-content-W.JM_ext-W-3-0 a {
    background-color: rgba(0,0,0,.54);
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    outline-offset: 3px;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 10
}

.JM_mod-content-W.JM_ext-W-3-0 a:before {
    display: none
}

.JM_mod-content-W.JM_ext-W-3-0 a .JM_ex-position {
    bottom: 6px;
    display: block;
    height: auto;
    position: absolute;
    width: 100%
}

.JM_mod-content-W.JM_ext-W-3-0 a span {
    background-color: transparent;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px 2px;
    position: relative;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.JM_mod-content-W.JM_ext-W-3-0 a.JM_st-active,.JM_mod-content-W.JM_ext-W-3-0 a:hover {
    background-color: transparent;
    background-image: none
}

.JM_mod-content-W.JM_ext-W-3-0 a.JM_st-active span,.JM_mod-content-W.JM_ext-W-3-0 a:hover span {
    background-color: rgba(0,0,0,.5)
}

.JM_csstransitions .JM_mod-content-W.JM_ext-W-3-0 a {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.JM_oldie .JM_mod-content-W.JM_ext-W-3-0 a {
    background: url(../Assets/Img/JM_ie8_40.png) no-repeat
}

.JM_oldie .JM_mod-content-W.JM_ext-W-3-0 a:hover {
    background-position: -600px
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-3-0 {
        font-size:16px
    }

    .JM_mod-content-W.JM_ext-W-3-0 .JM_ct {
        margin-left: 0;
        width: 100%
    }

    .JM_mod-content-W.JM_ext-W-3-0 li {
        display: inline;
        float: left;
        margin-right: 3.22581%;
        width: 48.3871%
    }

    .JM_mod-content-W.JM_ext-W-3-0 li:nth-child(3n) {
        float: left;
        margin-right: 3.22581%;
        *margin-right: auto
    }

    .JM_mod-content-W.JM_ext-W-3-0 li:nth-child(2n) {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .JM_mod-content-W.JM_ext-W-3-0 {
        font-size:19px
    }

    .JM_mod-content-W.JM_ext-W-3-0 .JM_ct {
        margin-left: 0;
        width: 100%
    }

    .JM_mod-content-W.JM_ext-W-3-0 li {
        display: inline;
        float: left;
        margin-right: 3.22581%;
        width: 31.1828%
    }

    .JM_mod-content-W.JM_ext-W-3-0 li:nth-child(4n) {
        float: left;
        margin-right: 3.22581%;
        *margin-right: auto
    }

    .JM_mod-content-W.JM_ext-W-3-0 li:nth-child(3n) {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

@media screen and (min-width: 1267px) {
    .JM_mod-content-W.JM_ext-W-3-0 {
        font-size:21px
    }

    .JM_mod-content-W.JM_ext-W-3-0 .JM_ct {
        margin-left: 0;
        width: 100%
    }

    .JM_mod-content-W.JM_ext-W-3-0 ul {
        *zoom:1;list-style: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .JM_mod-content-W.JM_ext-W-3-0 ul:after {
        clear: both;
        content: "";
        display: table
    }

    .JM_mod-content-W.JM_ext-W-3-0 li {
        background: #f1f1f1;
        display: inline;
        float: left;
        margin-bottom: .76336%;
        margin-right: 3.22581%;
        width: 22.58065%
    }

    .JM_mod-content-W.JM_ext-W-3-0 li:nth-child(4n) {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

@media screen and (min-width: 1025px) {
    .JM_mod-content-W.JM_ext-W-3-0 {
        font-size:22px
    }

    .JM_mod-content-W.JM_ext-W-3-0 .JM_ct {
        margin-left: -5%;
        width: 110%
    }
}

.JM_mod-content-W.JM_ext-W-6-0 {
    margin-bottom: 35px
}

.JM_mod-content-W.JM_ext-W-6-0:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_body__wrap-press-content .JM_mod-content-W.JM_ext-W-6-0 {
    margin: 0 35px
}

@media screen and (min-width: 1024px) {
    .b_body__wrap-press-content .JM_mod-content-W.JM_ext-W-6-0 {
        margin:0 -95px 35px
    }
}

.JM_mod-content-W.JM_ext-W-6-0>.JM_ct {
    margin-left: 96px;
    margin-right: 96px
}

.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.JM_obj-gallerie--caption {
    --caption-min-height: 24px
}

.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie.rsHor {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie.rsHor--height {
        height:auto!important
    }
}

.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article {
    height: 100%;
    width: 100%
}

.JM_mod-content-Sh .JM_obj-append-item .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article span,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .JM_mod-content-Sh .JM_obj-append-item span,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .JM_obj-ui-btn,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .b_cta,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .b_cta__resetsearch,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-all,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-essential,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-specific {
    left: 50%;
    margin-left: -120px;
    margin-top: -24px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 240px;
    z-index: 50
}

.JM_mod-content-Sh .JM_obj-append-item .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover span,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .JM_mod-content-Sh .JM_obj-append-item span,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .JM_obj-ui-btn,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .b_cta,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .b_cta__resetsearch,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-all,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-essential,.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-specific {
    opacity: 1
}

.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie figcaption {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie .rsGCaption figcaption {
    opacity: 1
}

.JM_mod-content-Sh .JM_obj-append-item .JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article span,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .JM_mod-content-Sh .JM_obj-append-item span,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .JM_obj-ui-btn,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .b_cta,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .b_cta__resetsearch,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-all,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-essential,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article .sg-cookie-optin-box-button-accept-specific {
    display: none
}

.JM_mod-content-Sh .JM_obj-append-item .JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover span,.JM_mod-content-Sh .JM_obj-append-item .JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover span,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .JM_mod-content-Sh .JM_obj-append-item span,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .JM_obj-ui-btn,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .b_cta,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .b_cta__resetsearch,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .sg-cookie-optin-box-button-accept-all,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .sg-cookie-optin-box-button-accept-essential,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article.JM_st-hover .sg-cookie-optin-box-button-accept-specific,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .JM_mod-content-Sh .JM_obj-append-item span,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .JM_obj-ui-btn,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .b_cta,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .b_cta__resetsearch,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-all,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-essential,.JM_oldie .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie article:hover .sg-cookie-optin-box-button-accept-specific {
    display: block;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-6-0>.JM_ct {
        margin-left:0;
        margin-right: 0
    }

    .JM_mod-content-W.JM_ext-W-6-0 .JM_obj-gallerie {
        min-height: 0
    }
}

.JM_mod-content-W.JM_ext-W-8-0>.JM_ct {
    margin-left: 8.60215%;
    margin-right: 8.60215%
}

.JM_mod-content-W.JM_ext-W-8-0.JM_obj-ct-module {
    margin-top: 80px
}

.JM_mod-content-W.JM_ext-W-8-0 article {
    text-align: center
}

.JM_mod-content-W.JM_ext-W-8-0 h4 {
    margin-top: 30px
}

.JM_mod-content-W.JM_ext-W-8-0>.b_citeslider__caption:last-child,.JM_mod-content-W.JM_ext-W-8-0>.b_teaserslider__category:last-child,.JM_mod-content-W.JM_ext-W-8-0>.b_teaserslider__date:last-child,.JM_mod-content-W.JM_ext-W-8-0>.b_textimage__date:last-child,.JM_mod-content-W.JM_ext-W-8-0>p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-8-0>.JM_ct {
        margin-left:0;
        margin-right: 0
    }
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card {
    border: 10px solid #edeee8;
    margin-top: 40px;
    padding: 45px 25px
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card img {
    margin-bottom: 30px
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 56.98925%
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 22.58065%
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last .b_citeslider__caption,.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last .b_teaserslider__category,.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last .b_teaserslider__date,.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last .b_textimage__date,.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last p {
    margin-bottom: 0
}

.JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col h4 {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card {
        padding:15px 10px
    }

    .JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col {
        display: block;
        float: none;
        margin-bottom: 30px;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-W.JM_ext-W-8-0 .JM_obj-card .JM_col.JM_st-last {
        display: block;
        float: none;
        margin-bottom: 0;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }
}

.JM_mod-filter-Fi-1 .JM_search {
    margin-left: 34.4086%;
    margin-right: 34.4086%
}

.JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col.JM_last-child,.JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-filter-Fi-1 .JM_obj-filter {
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.JM_mod-filter-Fi-1 .JM_obj-filter>.JM_obj-txt-hl-double {
    margin-bottom: 0;
    text-align: center
}

.JM_mod-filter-Fi-1 .JM_obj-filter .JM_obj-ui-btn-toggle {
    bottom: -10px;
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.05);
    box-shadow: 0 15px 15px rgba(0,0,0,.05)
}

.JM_mod-filter-Fi-1 .JM_fi-cont {
    padding: 40px 0 0
}

.JM_mod-filter-Fi-1 .JM_fi-cont:after,.JM_mod-filter-Fi-1 .JM_fi-cont:before {
    content: "";
    display: table
}

.JM_mod-filter-Fi-1 .JM_fi-cont:after {
    clear: both
}

.JM_mod-filter-Fi-1 .JM_fi-cont>.JM_obj-ui-btn {
    float: right;
    margin-left: 20px;
    margin-top: 20px
}

.JM_mod-filter-Fi-1 .JM_fi-cont>.JM_obj-ui-btn+.JM_obj-ui-btn-reset {
    float: right;
    margin-top: 20px
}

.JM_mod-filter-Fi-1 .JM_obj-txt-hl-double+.JM_fi-cont {
    margin-top: 40px
}

.JM_mod-filter-Fi-1 .JM_filter-check {
    display: block;
    position: relative
}

.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox] {
    border: 0;
    height: 10px;
    left: 3px;
    margin: -5px 0 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: -1
}

.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]+label {
    color: #2b3130;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 40px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]+label:active,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]+label:focus,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]+label:hover,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox].checked+label,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]:checked+label {
    color: #2f3640
}

.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]+label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #999;
    border-radius: 50px;
    color: #fff;
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 25px;
    left: 0;
    line-height: 27px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 25px
}

.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox].checked+label:before,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox].checked:focus+label:before,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox].checked:hover+label:before,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]:checked+label:before,.JM_mod-filter-Fi-1 .JM_filter-check input[type=checkbox]:checked:focus+label:before {
    background-color: #000;
    content: "\f00c"
}

.JM_mod-filter-Fi-1 .JM_cat>li {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.JM_mod-filter-Fi-1 .JM_search {
    position: relative
}

.JM_mod-filter-Fi-1 .JM_search label {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.JM_mod-filter-Fi-1 .JM_search input {
    padding-right: 50px;
    width: 100%
}

.JM_mod-filter-Fi-1 .JM_obj-fm-select-wrap {
    margin-bottom: 15px
}

.JM_mod-filter-Fi-1 .JM_obj-fm-select-wrap+.JM_obj-txt-hl2-s {
    padding-top: 20px
}

.JM_mod-filter-Fi-1 .JM_obj-range {
    padding-top: 16px
}

.JM_mod-filter-Fi-1 .JM_obj-range .JM_rangeslider {
    margin-bottom: 10px
}

.JM_mod-filter-Fi-1 .JM_obj-range .JM_output {
    float: left;
    position: relative;
    width: 50%
}

.JM_mod-filter-Fi-1 .JM_obj-range .JM_output>input {
    background-color: transparent;
    border: none;
    color: #000;
    display: block;
    line-height: 24px;
    width: 100%
}

.JM_mod-filter-Fi-1 .JM_obj-range .JM_output:last-child {
    float: right
}

.JM_mod-filter-Fi-1 .JM_obj-range .JM_output:last-child>input {
    text-align: right
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 65.5914%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 31.1828%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li {
    display: inline;
    float: left;
    margin-right: 4.91803%;
    width: 47.54098%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li:nth-child(2n) {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li:first-child,.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li:nth-child(2) {
    border-top: 1px solid #ccc
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-filter {
    padding-bottom: 0
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search-reset {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    padding-top: 48px;
    width: 65.5914%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search-reset .JM_obj-ui-btn-reset {
    background: transparent;
    border: none;
    position: static;
    position: relative
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search-reset .JM_obj-ui-btn-reset:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search-reset .JM_obj-ui-btn-reset:hover:before {
    height: 2px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_fi-cont {
    margin-left: -20px;
    margin-right: -20px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_fi-cont>.JM_obj-ui-btn {
    display: none
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 22.58065%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li.JM_last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs .JM_panel {
    *zoom:1;background-color: #f4f4f4;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs .JM_panel:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li.JM_nth-3rd {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:first-child,.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:nth-child(2),.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:nth-child(3) {
    border-top: 1px solid #ccc
}

.JM_obj-ct-section:first-child>.JM_mod-filter-Fi-1.JM_ext-Fi-1-2:first-child {
    margin-top: -20px
}

@media screen and (min-width: 768px) {
    .JM_obj-ct-section:first-child>.JM_mod-filter-Fi-1.JM_ext-Fi-1-2:first-child {
        margin-top:-60px
    }
}

.JM_obj-ct-section:first-child>.JM_mod-filter-Fi-1.JM_ext-Fi-1-2:first-child .JM_fi-cont {
    background-image: none
}

.JM_mod-filter-Fi-1.JM_mod-filter-toggle>.JM_ct {
    padding: 0 80px 70px
}

.JM_mod-filter-Fi-1.JM_mod-filter-toggle .JM_fi-cont {
    display: none
}

.JM_oldie .JM_mod-filter-Fi-1.JM_mod-filter-toggle>.JM_ct {
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#eeeeee",Direction=135,Strength=5),progid:DXImageTransform.Microsoft.Shadow(color="#eeeeee",Direction=275,Strength=5)
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .JM_mod-filter-Fi-1>.JM_ct {
        padding:40px 30px 0
    }
}

@media screen and (max-width: 767px) {
    .JM_mod-filter-Fi-1.JM_mod-filter-toggle>.JM_ct {
        padding-left:20px;
        padding-right: 20px
    }

    .JM_mod-filter-Fi-1 .JM_fi-cont {
        padding-top: 0
    }

    .JM_mod-filter-Fi-1 .JM_obj-filter {
        padding-bottom: 0
    }

    .JM_mod-filter-Fi-1>.JM_ct {
        padding: 0 10px
    }

    .JM_mod-filter-Fi-1 .JM_obj-txt-hl-linebottom {
        white-space: normal
    }

    .JM_mod-filter-Fi-1 .JM_search {
        margin-left: 0;
        margin-right: 0
    }

    .JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col {
        margin-bottom: 20px
    }

    .JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col,.JM_mod-filter-Fi-1 .JM_grid-cont>.JM_col:last-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_search {
        margin-left: 0;
        margin-right: 0
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_grid-cont>.JM_col,.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_grid-cont>.JM_col:last-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat,.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_grid-cont>.JM_col:last-child .JM_obj-fm-select-wrap {
        margin-bottom: 20px
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li,.JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li:nth-child(2n) {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-1 .JM_cat>li:nth-child(2) {
        border-top: none
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_search-reset {
        padding-top: 0
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_fi-cont {
        margin-left: 0;
        margin-right: 0
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li,.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li:nth-child(2n) {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li>a {
        display: block;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_obj-el-tabs>ul>li>a.JM_st-active:before {
        display: none
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat,.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li,.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:nth-child(3n) {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:nth-child(2),.JM_mod-filter-Fi-1.JM_ext-Fi-1-2 .JM_cat>li:nth-child(3) {
        border-top: none
    }
}

.JM_mod-content-Fo-1-0 .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Fo-1-0 .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 65.5914%
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col:first-of-type {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col:last-of-type {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 4.91803%;
    width: 47.54098%
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 52.45902%;
    width: 47.54098%
}

.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Fo-1-0 .JM_fm-area-2,.JM_mod-content-Fo-1-0 .JM_fm-area-3 {
    margin-bottom: 60px
}

.JM_mod-content-Fo-1-0 .JM_obj-fm-radio {
    margin-bottom: 30px
}

.JM_mod-content-Fo-1-0 .JM_obj-fm-radio:last-child {
    margin-bottom: 0
}

.JM_mod-content-Fo-1-0 .JM_obj-fm-check {
    margin-bottom: 30px
}

.JM_mod-content-Fo-1-1 .JM_grid-cont {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.JM_mod-content-Fo-1-1 .JM_grid-cont:after {
    clear: both;
    content: "";
    display: table
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 65.5914%
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col {
    display: inline;
    float: left;
    margin-right: 4.91803%;
    width: 47.54098%
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:first-child {
    display: inline;
    float: left;
    margin-right: 52.45902%;
    width: 47.54098%
}

.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:last-child {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px
}

.JM_mod-content-Fo-1-1 .JM_fm-area-2,.JM_mod-content-Fo-1-1 .JM_fm-area-3 {
    margin-bottom: 60px
}

.JM_mod-content-Fo-1-1 .JM_obj-fm-check {
    margin-bottom: 30px
}

.JM_mod-content-Fo-1-2 .JM_col {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Fo-1-2 .JM_col:last-of-type {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 31.1828%
}

.JM_mod-content-Fo-1-2 .JM_fm-area-1,.JM_mod-content-Fo-1-2 .JM_obj-fm-check {
    margin-bottom: 30px
}

.JM_mod-content-Fo-1-2 .JM_obj-fm-btn-cont {
    float: none
}

.JM_mod-content-Fo-1-2 .JM_obj-fm-btn-cont .JM_obj-ui-btn+.JM_obj-fm-mand {
    margin: 0 0 0 30px
}

.JM_mod-content-Fo-1-2 figure .JM_obj-img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto
}

.JM_mod-content-Fo-1-3 {
    padding-bottom: 40px
}

.JM_mod-content-Fo-1-3 .JM_col {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 100%
}

.JM_mod-content-Fo-result {
    margin-left: 25.80645%;
    margin-right: 25.80645%;
    text-align: center
}

.JM_mod-content-Fo-result .b_citeslider__caption,.JM_mod-content-Fo-result .b_teaserslider__category,.JM_mod-content-Fo-result .b_teaserslider__date,.JM_mod-content-Fo-result .b_textimage__date,.JM_mod-content-Fo-result p {
    color: #2b3130;
    margin-bottom: 30px
}

.JM_mod-content-Fo-result .JM_obj-list.JM_ext-social {
    margin-bottom: 30px
}

.JM_mod-content-Fo-result .JM_obj-list.JM_ext-social>li {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .JM_mod-content-Fo-1-0 .JM_grid-cont,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:first-child,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:last-child,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col:first-child,.JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col:last-child,.JM_mod-content-Fo-1-1 .JM_grid-cont,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:first-child,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_grid-cont>.JM_col:last-child,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col:first-child,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col:last-child {
        display:block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-Fo-1-0 .JM_grid-cont>.JM_col .JM_obj-fm-row,.JM_mod-content-Fo-1-1 .JM_grid-cont>.JM_col .JM_obj-fm-row {
        margin-bottom: 15px
    }

    .JM_mod-content-Fo-1-0 .JM_fm-area-1,.JM_mod-content-Fo-1-1 .JM_fm-area-1 {
        margin-bottom: 40px
    }

    .JM_mod-content-Fo-1-0 .JM_fm-area-2,.JM_mod-content-Fo-1-1 .JM_fm-area-2 {
        margin-bottom: 0
    }

    .JM_mod-content-Fo-1-1 .JM_grid-cont .JM_col:first-child {
        margin-bottom: 40px
    }

    .JM_mod-content-Fo-1-1 .JM_grid-cont .JM_grid-cont .JM_col:first-child {
        margin-bottom: 0
    }

    .JM_mod-content-Fo-1-1 .JM_fm-area-2 {
        margin-bottom: 40px
    }

    .JM_mod-content-Fo-1-2 .JM_col {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-Fo-1-2 .JM_col:first-of-type {
        margin-bottom: 40px
    }

    .JM_mod-content-Fo-1-2 .JM_col:last-of-type {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-content-Fo-result {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }
}

.JM_mod-content-Fo-1-5 .JM_obj-fm-date,.JM_mod-content-Fo-1-5 .JM_obj-fm-firstname {
    display: inline;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%
}

.JM_mod-content-Fo-1-5 .JM_obj-fm-name,.JM_mod-content-Fo-1-5 .JM_obj-fm-time {
    display: inline;
    float: left;
    margin-right: 0;
    *margin-right: -36px;
    width: 48.3871%
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_obj-ct-module+.JM_detail-srd .JM_section-social,.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_obj-ct-module+.JM_section-social {
    margin-top: 40px
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd {
    margin: 20px 8.60215% 0
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd:last-child {
    margin-bottom: 0
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_obj-txt-abstract {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_txt {
    margin-bottom: 40px;
    padding-top: 30px
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_more-srd {
    background: url(../Assets/Img/JM_mod_shadow.png) center 0 no-repeat;
    background-size: 100%;
    margin-bottom: 40px;
    padding-top: 60px
}

.JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_ext-W-1-0 {
    margin-bottom: 50px;
    margin-left: 8.60215%;
    margin-right: 8.60215%
}

.JM_mod-layer-L-2-0 {
    max-width: 540px
}

.JM_mod-layer-L-2-0>.JM_ct {
    padding-top: 30px
}

.JM_mod-layer-L-2-1 {
    bottom: -200px;
    max-width: 1280px;
    position: fixed;
    -webkit-transition: bottom .5s ease-out 0s;
    transition: bottom .5s ease-out 0s;
    width: 100%;
    z-index: 99
}

.JM_mod-layer-L-2-1>.JM_ct {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    padding: 30px 80px 18px;
    position: relative
}

.JM_mod-layer-L-2-1 .JM_obj-ui-btn-toggle {
    -webkit-box-shadow: 0 -15px 15px rgba(0,0,0,.05);
    box-shadow: 0 -15px 15px rgba(0,0,0,.05);
    top: -10px
}

.JM_mod-layer-L-2-1.JM_st-active {
    bottom: 0;
    -webkit-transition: bottom .5s ease-out .5s;
    transition: bottom .5s ease-out .5s
}

.JM_mod-layer-L-2-1 .JM_txt {
    text-align: center
}

.JM_mod-layer-L-2-1 .JM_txt>.JM_obj-txt-hl-m {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 20px
}

.JM_oldie .JM_mod-layer-L-2-1 {
    margin-left: -5px
}

.JM_oldie .JM_mod-layer-L-2-1 .JM_obj-ui-btn-toggle,.JM_oldie .JM_mod-layer-L-2-1>.JM_ct {
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#cccccc",Direction=45,Strength=5),progid:DXImageTransform.Microsoft.Shadow(color="#cccccc",Direction=295,Strength=5)
}

.JM_oldie .JM_mod-layer-L-2-1 .JM_obj-ui-btn-toggle {
    height: 35px;
    top: -15px;
    width: 50px
}

.JM_oldie .JM_mod-layer-L-2-1 .JM_obj-ui-btn-toggle span {
    bottom: 0
}

.JM_mod-layer-L-2-2 {
    max-width: 1120px
}

.JM_mod-layer-L-2-2 .JM_ct .JM_obj-ct-section {
    padding-top: 0
}

@media screen and (max-width: 767px) {
    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd {
        margin-left:0;
        margin-right: 0
    }

    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_section-social .JM_block:first-child {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_section-social .JM_block:first-child .JM_toggle-box {
        margin-bottom: 20px;
        margin-right: 0
    }

    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_section-social .JM_block:first-child .JM_toggle-box:before {
        left: 93px
    }

    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_section-social .JM_block:nth-child(2) {
        display: block;
        float: none;
        margin-bottom: 20px;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-layer-L-2-2.JM_ext-L-1-0 .JM_detail-srd .JM_section-social .JM_block:nth-child(3) {
        display: block;
        float: none;
        margin-right: auto;
        *margin-right: auto;
        width: auto
    }

    .JM_mod-layer-L-2-1 {
        display: none
    }

    .JM_mod-layer-L-2-1.JM_st-active {
        display: block
    }

    .JM_mod-layer-L-2-1 .JM_txt>.JM_obj-txt-hl-m {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center
    }
}

.JM_obj-slider a:active,.JM_obj-slider a:focus,.flex-container a:active,.flex-container a:focus {
    outline: none
}

.flex-control-nav,.flex-direction-nav,.slides {
    list-style: none;
    margin: 0;
    padding: 0
}

.JM_obj-slider {
    padding: 0;
    z-index: 10
}

.JM_obj-slider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none
}

.JM_obj-slider .slides img {
    display: block;
    height: auto;
    width: 100%
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.JM_obj-slider {
    zoom:1;background: #fff;
    margin: 0;
    position: relative
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.JM_obj-slider .slides {
    zoom:1}

.carousel li {
    margin-right: 0
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    background: #ddd url(../Assets/Img/JM_sprite_assets.png) no-repeat 12px -481px;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: -30px 0 0;
    opacity: 1;
    position: absolute!important;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: background-color .3s ease-out,-webkit-box-shadow .3s ease-out;
    transition: background-color .3s ease-out,-webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out,background-color .3s ease-out;
    transition: box-shadow .3s ease-out,background-color .3s ease-out,-webkit-box-shadow .3s ease-out;
    width: 40px;
    z-index: 9
}

.flex-direction-nav .flex-disabled {
    display: none
}

.flex-direction-nav .flex-next {
    background-position: 16px -381px;
    right: -10px
}

@media screen and (min-width: 768px) {
    .flex-direction-nav .flex-next {
        right:-80px
    }
}

.flex-direction-nav .flex-next:hover {
    background-color: #666
}

.flex-direction-nav .flex-prev {
    left: -10px
}

@media screen and (min-width: 768px) {
    .flex-direction-nav .flex-prev {
        left:-80px
    }
}

.flex-direction-nav .flex-prev:hover {
    background-color: #666
}

.flex-direction-nav .flex-disabled,.flex-direction-nav .flex-disabled:active,.flex-direction-nav .flex-disabled:focus,.flex-direction-nav .flex-disabled:hover {
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.flex-control-nav {
    bottom: 17%;
    margin-right: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.flex-control-nav li {
    zoom:1;display: inline-block;
    margin: 0 0 0 12px
}

.flex-control-nav li:first-child {
    margin-left: 0
}

.flex-control-paging li a {
    background: transparent url(../Assets/Img/JM_sprite_assets.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px
}

.flex-control-paging li a.flex-active {
    background-position: -30px 0;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .flex-direction-nav .flex-prev {
        left:-30px
    }

    .flex-direction-nav .flex-next {
        right: -30px
    }
}

@media screen and (max-width: 767px) {
    .flex-control-nav {
        bottom:0
    }

    .flex-control-nav .flex-prev {
        left: -10px
    }

    .flex-control-nav .flex-next {
        right: -10px
    }

    .flex-control-paging li {
        margin-left: 6px
    }
}

.JM_rangeslider,.JM_rangeslider * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.JM_rangeslider {
    position: relative
}

.JM_rangeslider a {
    cursor: move;
    display: block;
    position: absolute;
    z-index: 1
}

.JM_rangeslider a:nth-child(2) {
    background: inherit!important
}

.JM_rangeslider.horizontal a {
    cursor: move;
    height: 100%;
    right: 0
}

.JM_rangeslider.horizontal a>div {
    cursor: move
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .JM_rangeslider div,.JM_rangeslider:before,body.TOUCH {
        -ms-touch-action: none
    }

    .JM_rangeslider:before {
        content: "";
        display: block;
        height: 400%;
        left: -25%;
        position: absolute;
        top: -150%;
        width: 150%;
        z-index: -1
    }
}

.JM_rangeslider {
    background-color: #ccc;
    border-bottom: 4px solid #ededed;
    border-top: 4px solid #ededed
}

.JM_rangeslider.connect a,.JM_rangeslider.connect.lower {
    background: #b2a98f
}

.JM_rangeslider,.JM_rangeslider.connect.lower a {
    background: #d9d7cb;
    -webkit-box-shadow: inset 0 1px 7px #b6b4a8;
    box-shadow: inset 0 1px 7px #b6b4a8
}

.JM_rangeslider.disabled,.JM_rangeslider.disabled.connect.lower a {
    background: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.JM_rangeslider div {
    background: #43bcff;
    border: 3px solid #d6d6d6;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.JM_rangeslider.disabled div {
    background: transparent
}

.JM_rangeslider.horizontal {
    height: 9px;
    width: 100%
}

.JM_rangeslider.horizontal div {
    margin: -9px 0 0
}

.JM_rangeslider.horizontal>a:first-child {
    margin-left: 0
}

.JM_rangeslider.horizontal>a:last-child {
    margin-left: -18px
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    float: left;
    list-style: none
}

.resp-tabs-container {
    clear: left
}

h4.resp-accordion {
    cursor: pointer;
    display: none
}

.resp-tab-content {
    display: none
}

.resp-tab-active {
    border-bottom: none
}

.resp-accordion-active,.resp-content-active {
    display: block
}

.resp-jfit {
    width: 100%
}

.resp-tab-content-active {
    display: block
}

@media screen and (max-width: 767px) {
    li.resp-tab-item {
        display:none!important
    }

    h4.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        clear: none;
        float: none;
        min-height: auto;
        width: 100%
    }

    .resp-accordion-closed {
        display: none!important
    }
}

.royalSlider {
    direction: ltr;
    height: 741px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 767px) {
    .royalSlider {
        height:240px
    }
}

.royalSlider>* {
    float: left
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}

.rsWebkit3d .rsABlock,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsContainer,.rsWebkit3d .rsLink,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsPreloader,.rsWebkit3d .rsSlide,.rsWebkit3d .rsThumbs,.rsWebkit3d img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.rsFade.rsWebkit3d .rsContainer,.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img {
    -webkit-transform: none
}

.rsOverflow {
    float: left
}

.rsOverflow,.rsVisibleNearbyWrap {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.rsVisibleNearbyWrap {
    left: 0;
    top: 0
}

.rsVisibleNearbyWrap .rsOverflow {
    left: 0;
    position: absolute;
    top: 0
}

.rsContainer {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    position: relative;
    width: 100%
}

.rsArrow,.rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float: left;
    position: relative
}

.rsArrow,.rsNav,.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.rsHidden {
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s,opacity .3s linear;
    transition: visibility 0s linear .3s,opacity .3s linear;
    visibility: hidden
}

.rsGCaption {
    float: left;
    text-align: center;
    width: 100%
}

.royalSlider.rsFullscreen {
    bottom: 0!important;
    height: auto!important;
    left: 0!important;
    margin: 0!important;
    padding: 0!important;
    position: fixed!important;
    right: 0!important;
    top: 0!important;
    width: auto!important;
    z-index: 2147483647!important
}

.royalSlider .rsSlide.rsFakePreloader {
    display: none;
    opacity: 1!important;
    -webkit-transition: 0s;
    transition: 0s
}

.rsSlide {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    height: 100%;
    position: relative;
    width: 100%
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0,0,0,.25)
}

.rsThumbs {
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 22
}

.rsThumbsContainer-inner {
    overflow: hidden
}

.rsTabs {
    background: none!important;
    float: left
}

.rsTabs,.rsThumbs {
    -webkit-tap-highlight-color: transparent
}

.rsVideoContainer {
    height: auto;
    line-height: 0;
    position: relative;
    width: auto
}

.rsVideoFrameHolder {
    background: #141414;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer .rsVideoObj,.rsVideoContainer embed,.rsVideoContainer iframe,.rsVideoContainer video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50
}

.rsVideoContainer.rsIOSVideo embed,.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 15
}

img.rsImg {
    max-width: none
}

@media screen and (max-width: 767px) {
    .b_touch img.rsImg {
        height:auto!important;
        margin: 0!important;
        width: 100%!important
    }
}

.grab-cursor {
    cursor: url(../Assets/Img/grab.png) 8 8,move
}

.grabbing-cursor {
    cursor: url(../Assets/Img/grabbing.png) 8 8,move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20
}

.rsDefault .rsOverflow {
    background: #fff
}

@media screen and (max-width: 767px) {
    .b_touch .rsDefault .rsOverflow {
        height:inherit!important;
        width: 100%!important
    }
}

.rsArrowDisabled,.rsThumbsArrowDisabled {
    display: none!important
}

.rsArrowIcn,.rsThumbsArrowIcn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ddd;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px
}

.rsArrowIcn:before,.rsThumbsArrowIcn:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    pointer-events: none;
    width: 12px
}

.rsArrowIcn:hover,.rsThumbsArrowIcn:hover {
    background: #2f3640
}

.rsArrowIcn:focus-visible,.rsThumbsArrowIcn:focus-visible {
    outline-offset: 2px
}

.rsArrowIcn.slick-disabled,.rsThumbsArrowIcn.slick-disabled {
    display: none!important
}

.rsArrowLeft .rsArrowIcn,.rsThumbsArrowLeft .rsThumbsArrowIcn {
    left: -15px
}

.rsArrowLeft .rsArrowIcn:before,.rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M12.344 2.343 4.688 9.999l7.656 7.657L10 20 0 10 10 0l2.344 2.343z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E")
}

.b_layer .rsArrowLeft .rsArrowIcn,.b_layer .rsThumbsArrowLeft .rsThumbsArrowIcn,.b_modal .rsArrowLeft .rsArrowIcn,.b_modal .rsThumbsArrowLeft .rsThumbsArrowIcn {
    left: -55px
}

.b_body__wrap-press-content .rsArrowLeft .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowLeft .rsThumbsArrowIcn {
    left: -50px
}

.rsArrowRight .rsArrowIcn,.rsThumbsArrowRight .rsThumbsArrowIcn {
    right: -15px
}

.rsArrowRight .rsArrowIcn:before,.rsThumbsArrowRight .rsThumbsArrowIcn:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='m0 17.657 7.656-7.656L0 2.344 2.344 0l10 10-10 10L0 17.657z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E")
}

.b_layer .rsArrowRight .rsArrowIcn,.b_layer .rsThumbsArrowRight .rsThumbsArrowIcn,.b_modal .rsArrowRight .rsArrowIcn,.b_modal .rsThumbsArrowRight .rsThumbsArrowIcn {
    right: -55px
}

.b_body__wrap-press-content .rsArrowRight .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowRight .rsThumbsArrowIcn {
    right: -50px
}

@media screen and (min-width: 768px) {
    .rsArrowLeft .rsArrowIcn,.rsThumbsArrowLeft .rsThumbsArrowIcn {
        left:-130px
    }

    .b_layer .rsArrowLeft .rsArrowIcn,.b_layer .rsThumbsArrowLeft .rsThumbsArrowIcn,.b_modal .rsArrowLeft .rsArrowIcn,.b_modal .rsThumbsArrowLeft .rsThumbsArrowIcn {
        left: -146px
    }

    .b_body__wrap-press-content .rsArrowLeft .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowLeft .rsThumbsArrowIcn {
        left: -176px
    }

    .rsArrowRight .rsArrowIcn,.rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -130px
    }

    .b_layer .rsArrowRight .rsArrowIcn,.b_layer .rsThumbsArrowRight .rsThumbsArrowIcn,.b_modal .rsArrowRight .rsArrowIcn,.b_modal .rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -146px
    }

    .b_body__wrap-press-content .rsArrowRight .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -176px
    }
}

@media screen and (min-width: 1024px) {
    .rsArrowLeft .rsArrowIcn,.rsThumbsArrowLeft .rsThumbsArrowIcn {
        left:-176px
    }

    .b_layer .rsArrowLeft .rsArrowIcn,.b_layer .rsThumbsArrowLeft .rsThumbsArrowIcn,.b_modal .rsArrowLeft .rsArrowIcn,.b_modal .rsThumbsArrowLeft .rsThumbsArrowIcn {
        left: -146px
    }

    .rsArrowRight .rsArrowIcn,.rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -176px
    }

    .b_layer .rsArrowRight .rsArrowIcn,.b_layer .rsThumbsArrowRight .rsThumbsArrowIcn,.b_modal .rsArrowRight .rsArrowIcn,.b_modal .rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -146px
    }
}

@media screen and (min-width: 1280px) {
    .b_body__wrap-press-content .rsArrowLeft .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowLeft .rsThumbsArrowIcn {
        left:-304px
    }

    .b_body__wrap-press-content .rsArrowRight .rsArrowIcn,.b_body__wrap-press-content .rsThumbsArrowRight .rsThumbsArrowIcn {
        right: -304px
    }
}

.rsDefault .rsBullets {
    bottom: 30px;
    height: auto;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 35
}

.rsDefault .rsBullet {
    *zoom:1;display: inline-block;
    *display: inline;
    height: 10px;
    margin-left: 10px;
    padding: 6px;
    width: 10px
}

.rsDefault .rsBullet span {
    background: #777;
    background: hsla(0,0%,100%,.5);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff
}

.rsDefault .rsThumbsHor {
    width: 100%
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    height: 100%;
    position: relative
}

.rsDefault .rsThumb {
    background: #fff;
    float: left;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 140px
}

.JM_obj-el-layer .rsDefault .rsThumb {
    height: 130px;
    width: 130px
}

.rsDefault .rsThumb img {
    bottom: 0;
    filter: alpha(opacity=60);
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.rsDefault .rsThumb.rsNavSelected img,.rsDefault .rsThumb:hover img {
    filter: alpha(opacity=100);
    opacity: 1
}

.rsDefault .rsThumb.rsNavSelected .thumbIco {
    display: block;
    height: 100%;
    position: relative;
    top: -100%;
    width: 100%
}

.rsDefault .rsTmb {
    display: block
}

.rsDefault .rsTmb h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.rsDefault .rsTmb span {
    color: #ddd;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .rsDefault .rsThumb {
        height:143px;
        width: 143px
    }
}

@media screen and (max-width: 767px) {
    .rsDefault .rsThumbsHor {
        display:none
    }
}

.rsDefault .rsPlayBtn {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9);
    border-radius: 50%;
    cursor: pointer;
    height: 38px;
    margin-left: -19px;
    margin-top: -19px;
    position: relative;
    width: 38px
}

.rsDefault .rsPlayBtnIcon {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat 0 -390px;
    display: block;
    height: 13px;
    left: 50%;
    margin-left: -3px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 7px
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background: url(../Assets/Img/JM_sprite_assets.png) no-repeat -30px -390px
}

.rsDefault .rsBtnCenterer {
    left: 50%;
    position: absolute;
    top: 50%
}

.rsDefault .rsCloseVideoBtn {
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 500
}

.rsDefault:hover .rsCloseVideoBtn {
    display: block
}

.rsDefault .rsCloseVideoIcn {
    background: url(../Assets/Img/JM_sprite_assets.png) -60px -120px no-repeat;
    height: 10px;
    margin: 9px;
    width: 10px
}

.rsDefault .rsCloseVideoBtn:hover .rsCloseVideoIcn {
    background: url(../Assets/Img/JM_sprite_assets.png) -30px -120px no-repeat
}

.rsDefault .rsPreloader {
    background: url(../Assets/Img/JM_preloader.gif) 50% no-repeat;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    top: 50%;
    width: 40px
}

.rsDefault .rsGCaption {
    clear: both;
    color: #2b3130;
    float: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    padding: 15px 0 20px;
    text-align: center;
    width: auto
}

.rsDefault .rsGCaption .rsCaption {
    margin: 0 auto;
    max-width: 70%;
    min-height: var(--caption-min-height)
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .rsDefault .rsGCaption .rsCaption {
        max-width:100%
    }
}

@media screen and (max-width: 767px) {
    .rsDefault .rsGCaption .rsCaption {
        max-width:100%
    }
}

.overthrow-enabled .overthrow {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.b_close {
    background: transparent;
    border: none;
    display: inline-block;
    margin-top: 20px;
    text-indent: -99999px
}

.b_close--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 14px
}

.b_close img {
    pointer-events: none
}

@media screen and (min-width: 768px) {
    #c13789 .b_obj-iframe {
        margin-top:-20px
    }

    .JM_ext-Sh-3-0 .JM_obj-quantity {
        margin-top: -12px
    }
}

.JM_mod-content-Sh.JM_ext-Sh-2-0>.JM_ct .JM_obj-quantity input {
    border: 0;
    color: #2b3130;
    padding: 8px 0;
    text-align: center;
    width: 100%
}

.b_lineheader {
    margin-bottom: var(--specialmarginbottom,15px);
    text-align: center
}

.b_lineheader+.b_module {
    margin-top: 15px
}

.b_lineheader__image {
    display: inline-block
}

.b_lineheader__line {
    color: #2f3640
}

.b_lineheader__line .b_headline__h2,.b_lineheader__line .sg-cookie-optin-box-header,.b_lineheader__line h2 {
    display: inline-block;
    padding: 0 15%;
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_lineheader__line .b_headline__h2,.b_lineheader__line .sg-cookie-optin-box-header,.b_lineheader__line h2 {
        max-width:1000px;
        overflow: hidden;
        padding: 0 24%;
        width: var(--lineheader-maxwidth,83%)
    }
}

.b_lineheader__line .b_headline__h2:before,.b_lineheader__line .sg-cookie-optin-box-header:before,.b_lineheader__line h2:before {
    border-top: 1px solid #2f3640;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.b_lineheader__line .b_headline__h2+h3,.b_lineheader__line .sg-cookie-optin-box-header+h3,.b_lineheader__line h2+h3 {
    margin-top: 8px
}

.b_lineheader__line h3 {
    margin-bottom: 0
}

.b_lineheader__line span {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 5
}

@media screen and (min-width: 768px) {
    .b_lineheader__line span {
        margin:0 -50%;
        padding: 0 27px
    }
}

.b_lineheader__line .b_lineheader__line-subheader:before {
    display: none
}

.b_lineheader--red .b_lineheader__line {
    color: #a6202c
}

.b_lineheader--red .b_lineheader__line .b_headline__h2:before,.b_lineheader--red .b_lineheader__line .sg-cookie-optin-box-header:before,.b_lineheader--red .b_lineheader__line h2:before {
    border-top-color: #a6202c
}

.b_lineheader__line-subheader {
    font-size: 18px;
    line-height: 27px
}

.b_logoband,.b_store__headline {
    text-align: center
}

.b_logoband {
    display: none;
    max-height: 60px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .b_logoband {
        display:block
    }
}

.b_logoband__logo {
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px
}

.b_logoband__logo img {
    margin-bottom: 16px
}

.JM_ct>.b_logoband {
    margin-top: 50px
}

.b_textimagecol__link,.b_textimagecol__toggle {
    display: inline-block
}

.b_textimagecol .b_textimagecol__image,.b_textimagecol--centered {
    text-align: center
}

.b_textimagecol .b_textimagecol__image {
    display: inline-block;
    position: relative
}

.b_textimagecol:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_textimagecol__location {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 auto 20px;
    padding: 5px 20px;
    text-align: center;
    width: 230px
}

.b_textimagecol__length3 .b_textimagecol__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px
}

.b_textimagecol__badgeimage {
    bottom: 0;
    position: absolute;
    right: 0
}

.b_textimagecol__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 15px;
    position: relative
}

.b_textimagecol__toggle .b_textimagecol__state {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -1120px no-repeat;
    height: 10px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 10px
}

.b_textimagecol__togglebox .b_textimagecol__close {
    margin-left: auto;
    margin-right: auto;
    position: static
}

.b_textimagecol__togglebox .b_textimagecol__togglebox {
    border-bottom: 1px solid #ccc;
    top: 30px
}

.b_textimagecol__togglebox .b_textimagecol__togglebox:before {
    height: 13px;
    left: 20px;
    top: -13px
}

.b_textimagecol__badge {
    color: #a6202c;
    padding-top: 20px;
    position: relative
}

.b_textimagecol__badge span {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -320px no-repeat;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 0;
    width: 16px
}

.b_textimagecol--narrow .b_textimagecol__col {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px
}

@media screen and (min-width: 768px) {
    .b_textimagecol__length1 .b_textimagecol__col--nojob {
        margin-bottom:16px;
        margin-top: 16px
    }

    .b_textimagecol__length2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }

    .b_textimagecol__length2 .b_textimagecol__col {
        padding: 0 15px;
        width: 33.33333%
    }

    .b_textimagecol__length2.b_textimagecol--narrow .b_textimagecol__col {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 39.7849462366%
    }

    .b_textimagecol__length2.b_textimagecol--narrow .b_textimagecol__col:first-child {
        margin-left: 8.6021505376%
    }

    .b_textimagecol__length2.b_textimagecol--narrow .b_textimagecol__col:last-child {
        margin-right: 8.6021505376%
    }

    .b_textimagecol__length3 .b_textimagecol__col {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }

    .b_textimagecol__length3 .b_textimagecol__col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.b_textimagecol__col--centertext {
    text-align: center
}

.b_textimagecol__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    justify-content: space-between
}

.b_textimage__col.b_textimage__imagecol {
    text-align: center
}

.b_textimage__col.b_textimage__imagecol .b_is__imgfluid {
    display: block
}

.b_textimage {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.b_textimage:after {
    clear: both;
    content: "";
    display: table
}

.b_textimage__header {
    margin-bottom: 16px
}

.b_textimage h3 {
    color: #000;
    margin-bottom: 0
}

.b_textimage h3 span {
    color: #2b3130;
    display: block
}

.b_textimage h4 {
    color: #7a7a7a;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0
}

.b_textimage__date {
    color: #2b3130;
    display: block
}

.b_textimage__image {
    margin-bottom: 27px
}

@media screen and (min-width: 768px) {
    .b_textimage__equal .b_textimage__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }

    .b_textimage__wide .b_textimage__textcol {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 65.5913978495%
    }

    .b_textimage__wide .b_textimage__imagecol {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }

    .b_textimage__col:last-child {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .b_textimage__floatwrap--left {
        float: left;
        margin-right: 3.22581%
    }

    .b_textimage__floatwrap--right {
        float: right;
        margin-left: 3.22581%
    }

    .b_textimage__floatwrap--small {
        width: 31.1828%
    }

    .b_textimage__floatwrap--equal {
        width: 50%
    }
}

.b_textimage .b_is__round img {
    border-radius: 50%
}

.b_textimage__video-wrap {
    height: 0;
    margin-bottom: 27px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.b_textimage__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.b_teaserslider--current {
    margin-left: -2px;
    margin-right: -2px
}

.b_teaserslider--current .b_cta--current {
    background: transparent
}

.b_teaserslider--current .b_teaserslider__text {
    padding: 10px 15px
}

@media screen and (min-width: 1024px) {
    .b_teaserslider--current .b_teaserslider__text {
        padding:20px 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .b_teaserslider--current.b_teaserslider--three .b_teaserslider__col {
        margin-right:0!important;
        margin-top: 0;
        max-width: 100%!important
    }
}

@media screen and (min-width: 624px) {
    .b_teaserslider--current.b_teaserslider--three .b_teaserslider__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider--gastro,.b_teaserslider--stores {
        margin-left:-18px;
        margin-right: -18px
    }
}

@media screen and (min-width: 768px) {
    .b_teaserslider--gastro .b_cta--stores,.b_teaserslider--stores .b_cta--stores {
        bottom:0;
        display: inline-block;
        position: absolute
    }
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider .b_teaserslider__col {
    background: transparent
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__text,.b_teaserslider--stores.b_teaserslider .b_teaserslider__text {
    padding-left: 0;
    padding-right: 0
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__col:hover,.b_teaserslider--stores.b_teaserslider .b_teaserslider__col:hover {
    background: transparent
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow {
    background: #ddd url(../Assets/Img/JM_sprite_assets.png) no-repeat 6px -481px;
    height: 60px;
    max-width: auto;
    padding: 0;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    width: 25px
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow:before,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow:before {
    display: none
}

@media screen and (min-width: 768px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow {
        width:40px
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow {
        background-position:12px -481px
    }
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow:hover,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow:hover {
    background-color: #666;
    -webkit-transform: none;
    transform: none
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--left,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--left {
    display: initial!important
}

@media screen and (min-width: 768px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--left,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--left {
        background-position:12px -481px
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--left,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--left {
        left:-62px
    }
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--right,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--right {
    background-position: 8px -381px
}

@media screen and (min-width: 768px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--right,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--right {
        background-position:16px -381px
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__arrow--right,.b_teaserslider--stores.b_teaserslider .b_teaserslider__arrow--right {
        right:-62px
    }
}

.b_teaserslider--gastro.b_teaserslider .b_teaserslider__text,.b_teaserslider--stores.b_teaserslider .b_teaserslider__text {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (min-width: 624px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__text,.b_teaserslider--stores.b_teaserslider .b_teaserslider__text {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 768px) {
    .b_teaserslider--gastro.b_teaserslider .b_teaserslider__text,.b_teaserslider--stores.b_teaserslider .b_teaserslider__text {
        padding-bottom:60px
    }
}

.b_teaserslider--gastro .slick-list,.b_teaserslider--stores .slick-list {
    margin-left: 0!important;
    margin-right: 0!important
}

@media screen and (max-width: 767px) {
    .b_teaserslider--gastro.b_teaserslider--two .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider--two .b_teaserslider__col {
        margin-right:0!important;
        max-width: 100%!important;
        width: 100%!important
    }
}

@media screen and (min-width: 624px) {
    .b_teaserslider--gastro.b_teaserslider--two .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider--two .b_teaserslider__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }

    .b_teaserslider--gastro.b_teaserslider--two .b_teaserslider__col--last,.b_teaserslider--stores.b_teaserslider--two .b_teaserslider__col--last {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.b_teaserslider--gastro.b_teaserslider--three .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider--three .b_teaserslider__col {
    width: 100%!important
}

@media screen and (max-width: 767px) {
    .b_teaserslider--gastro.b_teaserslider--three .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider--three .b_teaserslider__col {
        margin-right:0!important;
        margin-top: 0;
        max-width: 100%!important
    }
}

@media screen and (min-width: 624px) {
    .b_teaserslider--gastro.b_teaserslider--three .b_teaserslider__col,.b_teaserslider--stores.b_teaserslider--three .b_teaserslider__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }

    .b_teaserslider--gastro.b_teaserslider--three .b_teaserslider__col--last,.b_teaserslider--stores.b_teaserslider--three .b_teaserslider__col--last {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

.b_teaserslider--stores.b_teaserslider--slider .b_teaserslider__col {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .b_teaserslider--stores.b_teaserslider--slider .b_teaserslider__col {
        margin-left:18px;
        margin-right: 18px;
        min-width: 46.9%
    }

    .b_teaserslider--stores.b_teaserslider--slider .b_teaserslider__col.slick-slide {
        min-width: 1px
    }
}

.b_teaserslider--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 572px;
    overflow: hidden
}

.b_teaserslider--slider.slick-initialized {
    display: block;
    height: auto;
    overflow: visible
}

.b_teaserslider--slider .b_teaserslider__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-box;
    height: auto;
    margin-right: 20px
}

.b_browser__ie .b_teaserslider--slider .b_teaserslider__col {
    display: block
}

@media screen and (max-width: 767px) {
    .b_teaserslider--slider .b_teaserslider__col {
        width:84vw
    }
}

.b_teaserslider__category,.b_teaserslider__date {
    display: inline-block;
    text-transform: uppercase
}

.b_teaserslider__arrow-big {
    margin-right: 10px
}

.b_teaserslider__arrow-big:before {
    background: url(../Assets/Img/arrow-big.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    float: left;
    height: 14px;
    margin-top: 4px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

.b_teaserslider__arrow {
    background: hsla(0,0%,87%,.4);
    cursor: pointer;
    max-height: 57px;
    max-width: 57px;
    padding: 9px 18px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100
}

.b_teaserslider__arrow--left,.b_teaserslider__arrow--right {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.b_teaserslider__arrow--left:before,.b_teaserslider__arrow--right:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 18px
}

.b_teaserslider__arrow--right {
    right: -11px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__arrow--right {
        right:-28px
    }
}

.b_teaserslider__arrow--right:before {
    background: url(../Assets/Img/arrow-right.svg) no-repeat 50%
}

.b_teaserslider__arrow--right:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.b_teaserslider__arrow--left {
    left: -11px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__arrow--left {
        left:-28px
    }
}

.b_teaserslider__arrow--left:before {
    background: url(../Assets/Img/arrow-left.svg) no-repeat 50%
}

.b_teaserslider__arrow--left:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.b_teaserslider__category {
    max-width: 261px
}

@media screen and (min-width: 624px) {
    .b_teaserslider__category {
        max-width:157px
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider__category {
        max-width:321px
    }
}

.b_teaserslider__meta {
    padding: 10px 36px 0
}

.b_currentteaser .b_teaserslider__meta {
    padding: 10px 20px 0
}

.b_teaserslider__meta:first-child {
    padding-top: 36px
}

.b_teaserslider__meta:after {
    clear: both;
    content: "";
    display: table
}

.b_teaserslider__date {
    float: right;
    text-align: right
}

.b_currentteaser .b_teaserslider__date {
    margin-bottom: 0!important
}

.b_teaserslider__text {
    padding: 16px 36px 36px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__text--grid {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .b_internetexplorer .b_teaserslider__text--grid {
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px
    }
}

.b_teaserslider__text--link {
    margin-top: 24px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__text--link {
        margin-top:32px
    }
}

.b_teaserslider__text--link span {
    position: relative
}

.b_teaserslider__text--link span:before {
    background: #2f3640;
    bottom: -2px;
    content: "";
    display: blocK;
    height: 1px;
    left: 0;
    max-width: 0;
    position: absolute;
    right: 0;
    -webkit-transition: max-width .5s ease-in-out;
    transition: max-width .5s ease-in-out;
    width: 100%
}

.b_teaserslider__col {
    background: #f0f0f0;
    position: relative;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.b_teaserslider__col--element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.b_internetexplorer .b_teaserslider__col--element {
    -ms-flex-preferred-size: 490px;
    flex-basis: 490px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__col--grid {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b_teaserslider__element-link:focus-visible {
    outline-offset: 3px
}

.b_teaserslider__image {
    height: 0;
    overflow: hidden;
    padding-bottom: 54.85%;
    text-align: center;
    width: 100%
}

.b_teaserslider__image .b_teaserslider__imagefile {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%
}

.b_teaserslider__image--bw {
    -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    position: relative
}

.b_teaserslider__image--bw:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.b_teaserslider__imagelink {
    display: block;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_teaserslider__slider-arrow {
        -webkit-transition:all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .b_teaserslider__slider-arrow:hover {
        background: hsla(0,0%,87%,.7)
    }
}

.b_teaserslider__slider-arrow--big {
    display: inline-block;
    float: left;
    margin-bottom: 2px;
    margin-right: 10px
}

.b_teaserslider__slider-arrow--big:before {
    background: url(../Assets/Img/arrow-big.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    float: left;
    height: 14px;
    margin-top: 4px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

.b_teaserslider__link {
    width: 100%
}

.b_teaserslider__grid-wrap {
    margin-top: -30px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__grid-wrap {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px
    }

    .b_internetexplorer .b_teaserslider__grid-wrap {
        width: 100%
    }
}

.b_teaserslider__grid {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .b_teaserslider__grid {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .b_internetexplorer .b_teaserslider__grid {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .b_teaserslider__grid {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media screen and (min-width: 768px) {
    .b_teaserslider__bodytext {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.b_teaserslider__video-wrap {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative
}

.b_teaserslider__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 624px) {
    .b_teaserslider:not(.b_teaserslider__slider) {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .b_teaserslider--two .b_teaserslider__col {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }

    .b_teaserslider--three .b_teaserslider__col {
        display: inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }

    .b_teaserslider--three .b_teaserslider__category {
        max-width: 237px
    }

    .b_teaserslider__col--last.b_teaserslider__col {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .b_teaserslider__col:hover {
        background: #d7d7d7
    }

    .b_teaserslider__col:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.b_teaserslider a {
    color: #2f3640
}

.b_teaserslider.b_module .b_citeslider__caption,.b_teaserslider.b_module .b_teaserslider__category,.b_teaserslider.b_module .b_teaserslider__date,.b_teaserslider.b_module .b_textimage__date,.b_teaserslider.b_module p {
    margin-bottom: 16px
}

.b_teaserslider .slick-track,.b_teaserslider .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b_teaserslider .slick-track .slick-slide {
    display: -moz-box;
    height: auto;
    overflow: hidden;
    padding-right: 1px
}

@media screen and (min-width: 768px) {
    .b_teaserslider .slick-track .slick-slide {
        margin-left:18px;
        margin-right: 18px;
        padding-right: 0
    }

    .b_teaserslider .slick-list {
        margin-left: -16px;
        margin-right: -16px
    }
}

.b_teaserslider a:hover .b_headline__h4--teasertextlink span {
    position: relative
}

.b_teaserslider a:hover .b_headline__h4--teasertextlink span:before {
    max-width: 100%
}

.b_teaserslider a:hover .b_teaserslider__slider-arrow--big:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.b_textcenteredsimple .b_citeslider__caption,.b_textcenteredsimple .b_teaserslider__category,.b_textcenteredsimple .b_teaserslider__date,.b_textcenteredsimple .b_textimage__date,.b_textcenteredsimple p {
    font-size: 22px;
    font-style: italic;
    line-height: 32px;
    margin: .5rem auto 1rem;
    max-width: 1000px;
    text-align: center
}

.b_textcentered {
    text-align: center
}

.b_textcentered__header {
    margin-bottom: 16px
}

.b_textcentered__caption .b_citeslider__caption,.b_textcentered__caption .b_teaserslider__category,.b_textcentered__caption .b_teaserslider__date,.b_textcentered__caption .b_textimage__date,.b_textcentered__caption p {
    font-size: 13px;
    line-height: 13px
}

.b_textcentered__html {
    margin-bottom: 16px;
    margin-top: 32px
}

@media screen and (min-width: 768px) {
    .b_textcentered {
        margin-left:8.6021505376%;
        margin-right: 8.6021505376%
    }
}

.b_textcentered__h3,.b_textcentered__h4 {
    font-size: 18px;
    line-height: 24px
}

.b_textcentered__h4 {
    color: #2b3130
}

.JM_mod-content-Sh .JM_obj-append-item span,.JM_obj-ui-btn,.JM_obj-ui-btn.JM_ext-color-1,.b_cta,.b_cta__resetsearch,.sg-cookie-optin-box-button-accept-all,.sg-cookie-optin-box-button-accept-essential,.sg-cookie-optin-box-button-accept-specific {
    background: transparent;
    border: 2px solid #2f3640;
    border-radius: 0;
    color: #2f3640;
    display: block;
    font-family: sofia,sans-serif;
    font-size: 18px;
    padding: 16px;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_mod-content-Sh .JM_obj-append-item span:before,.JM_obj-ui-btn.JM_ext-color-1:before,.JM_obj-ui-btn:before,.b_cta:before,.b_cta__resetsearch:before,.sg-cookie-optin-box-button-accept-all:before,.sg-cookie-optin-box-button-accept-essential:before,.sg-cookie-optin-box-button-accept-specific:before {
    display: none
}

@media screen and (min-width: 623px) {
    .JM_mod-content-Sh .JM_obj-append-item span,.JM_obj-ui-btn,.JM_obj-ui-btn.JM_ext-color-1,.b_cta,.b_cta__resetsearch,.sg-cookie-optin-box-button-accept-all,.sg-cookie-optin-box-button-accept-essential,.sg-cookie-optin-box-button-accept-specific {
        display:inline-block
    }
}

.b_cta__element {
    margin-left: 18px;
    margin-right: 18px;
    text-align: center
}

.JM_mod-content-Sh .JM_obj-append-item .b_cta__element--layer span,.b_cta__element--layer .JM_mod-content-Sh .JM_obj-append-item span,.b_cta__element--layer .JM_obj-ui-btn,.b_cta__element--layer .b_cta,.b_cta__element--layer .b_cta__resetsearch,.b_cta__element--layer .sg-cookie-optin-box-button-accept-all,.b_cta__element--layer .sg-cookie-optin-box-button-accept-essential,.b_cta__element--layer .sg-cookie-optin-box-button-accept-specific {
    margin-top: 0
}

.b_cta__element:after,.b_cta__element:before {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.JM_mod-content-Sh .JM_obj-append-item .b_cta__element span,.b_cta__element .JM_mod-content-Sh .JM_obj-append-item span,.b_cta__element .JM_obj-ui-btn,.b_cta__element .b_cta,.b_cta__element .b_cta__resetsearch,.b_cta__element .sg-cookie-optin-box-button-accept-all,.b_cta__element .sg-cookie-optin-box-button-accept-essential,.b_cta__element .sg-cookie-optin-box-button-accept-specific {
    display: block;
    margin: 40px auto 0
}

@media screen and (min-width: 768px) {
    .JM_mod-content-Sh .JM_obj-append-item .b_cta__element span,.b_cta__element .JM_mod-content-Sh .JM_obj-append-item span,.b_cta__element .JM_obj-ui-btn,.b_cta__element .b_cta,.b_cta__element .b_cta__resetsearch,.b_cta__element .sg-cookie-optin-box-button-accept-all,.b_cta__element .sg-cookie-optin-box-button-accept-essential,.b_cta__element .sg-cookie-optin-box-button-accept-specific {
        display:inline-block;
        width: 382px
    }
}

.JM_mod-content-Sh .JM_obj-append-item span:active,.JM_mod-content-Sh .JM_obj-append-item span:focus,.JM_mod-content-Sh .JM_obj-append-item span:hover,.JM_obj-ui-btn:active,.JM_obj-ui-btn:focus,.JM_obj-ui-btn:hover,.b_cta:active,.b_cta:focus,.b_cta:hover,.b_cta__resetsearch:active,.b_cta__resetsearch:focus,.b_cta__resetsearch:hover,.sg-cookie-optin-box-button-accept-all:active,.sg-cookie-optin-box-button-accept-all:focus,.sg-cookie-optin-box-button-accept-all:hover,.sg-cookie-optin-box-button-accept-essential:active,.sg-cookie-optin-box-button-accept-essential:focus,.sg-cookie-optin-box-button-accept-essential:hover,.sg-cookie-optin-box-button-accept-specific:active,.sg-cookie-optin-box-button-accept-specific:focus,.sg-cookie-optin-box-button-accept-specific:hover {
    color: #2f3640
}

.JM_mod-content-Sh .JM_obj-append-item span:focus-visible,.JM_obj-ui-btn:focus-visible,.b_cta:focus-visible,.b_cta__resetsearch:focus-visible,.sg-cookie-optin-box-button-accept-all:focus-visible,.sg-cookie-optin-box-button-accept-essential:focus-visible,.sg-cookie-optin-box-button-accept-specific:focus-visible {
    outline-offset: 2px
}

.JM_mod-content-Sh .JM_obj-append-item span:hover,.JM_obj-ui-btn:hover,.b_cta:hover,.b_cta__resetsearch:hover,.sg-cookie-optin-box-button-accept-all:hover,.sg-cookie-optin-box-button-accept-essential:hover,.sg-cookie-optin-box-button-accept-specific:hover {
    background: #2f3640;
    border-color: #fff;
    color: #fff
}

.b_cta--white {
    background: #fff;
    border: 2px solid #2f3640;
    color: #2f3640
}

.b_cta--white.b_state-active,.b_cta--white:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #2f3640
}

.b_cta--white-keyvisual,.b_cta--white-keyvisual:hover {
    border-color: #fff
}

.b_cta--block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    width: 100%
}

.JM_obj-ui-btn,.JM_obj-ui-btn.JM_ext-color-1,.b_cta--black,.b_cta__searchsubmit,.sg-cookie-optin-box-button-accept-all {
    background-color: #000;
    border: 2px solid #000;
    color: #fff!important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.JM_obj-ui-btn:active,.JM_obj-ui-btn:focus,.JM_obj-ui-btn:hover,.b_cta--black.b_state-active,.b_cta--black:active,.b_cta--black:focus,.b_cta--black:hover,.b_cta__searchsubmit:active,.b_cta__searchsubmit:focus,.b_cta__searchsubmit:hover,.b_state-active.JM_obj-ui-btn,.b_state-active.b_cta__searchsubmit,.b_state-active.sg-cookie-optin-box-button-accept-all,.sg-cookie-optin-box-button-accept-all:active,.sg-cookie-optin-box-button-accept-all:focus,.sg-cookie-optin-box-button-accept-all:hover {
    background-color: #666;
    border-color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.b_cta--transparent {
    background: rgba(47,54,64,0)
}

.b_cta--transparent.b_state-active {
    background: #000;
    color: #fff
}

.b_cta--transparent.b_state-active .b_ajaxslider__ctastatus:after,.b_cta--transparent.b_state-active .b_ajaxslider__ctastatus:before {
    background: #fff
}

.b_cta--transparent:active,.b_cta--transparent:focus,.b_cta--transparent:hover {
    background: rgba(47,54,64,.2);
    color: #fff
}

@media screen and (min-width: 768px) {
    .b_cta--transparent {
        background:rgba(47,54,64,.42);
        border-color: #fff;
        color: #fff
    }

    .b_cta--transparent.b_state-active,.b_cta--transparent:hover {
        background: rgba(47,54,64,.62)
    }
}

.b_cta--borderless {
    border: none
}

.b_cta--borderless:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_cta--borderless:visited {
    color: #2f3640
}

.b_cta--borderless:focus,.b_cta--borderless:hover {
    background: transparent;
    color: #a6202c
}

.b_cta--borderless:focus:before,.b_cta--borderless:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_cta--paddingless {
    padding: 0
}

.b_cta__status:before {
    content: "+";
    display: inline-block
}

.b_cta__resetsearch,.b_cta__searchsubmit {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    padding: 16px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_cta__resetsearch,.b_cta__searchsubmit {
        width:auto
    }
}

.b_cta__readmore {
    display: block;
    margin-top: 32px;
    text-align: center
}

.b_cta__readmore:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 7px;
    text-align: center;
    text-rendering: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 43px
}

.b_cta__readmore span {
    display: block
}

.b_cta__readmore:hover:before {
    background-color: #999
}

.b_cta--addtocartbuttons {
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .b_cta--addtocartbuttons {
        margin-top:24px
    }
}

.b_cta--toggle:before {
    content: "+";
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: -1px
}

.b_cta--toggle.JM_st-active:before {
    content: "-"
}

.b_cta--toggle span {
    pointer-events: none
}

.b_cta--toggle-active:before {
    content: "-"
}

.b_cta--addToCard {
    display: inline-block;
    font-size: 16px;
    padding: 6px 13px
}

.b_cta--addToCardIndividual {
    margin-top: 24px
}

.b_cta--showall {
    cursor: pointer
}

.b_cta--hide {
    display: none
}

.b_cta--shop-layer {
    display: inline-block;
    font-size: 16px;
    padding: 12px 16px
}

.b_cta--shop-layer-cart {
    margin-top: 16px
}

.b_cta--stageslider {
    margin-top: 10px
}

@media screen and (min-width: 1024px) {
    .b_cta--stageslider {
        margin-top:20px
    }
}

.b_cta--stageslider-red {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.b_cta--stageslider-red:hover {
    background-color: #fff;
    color: #2f3640
}

.b_cta--stageslider-beige:hover {
    background-color: #2f3640;
    border-color: #2f3640
}

.b_cta--keyvisual {
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
    padding: 10px
}

@media screen and (min-width: 768px) {
    .b_cta--keyvisual {
        font-size:18px;
        margin-top: 30px;
        padding: 16px
    }

    .b_cta--carousel-3 {
        margin-left: 0;
        margin-right: 0
    }
}

.b_cta--newsletter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-column-gap: 8px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.b_cta--newsletter-header {
    margin-top: 20px
}

.b_cta--newsletter-footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.b_cta--disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.b_cta__icon-mail {
    padding-top: 3px
}

.b_cta__icon-mail:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-family: Breuninger!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.b_map {
    background: #fff;
    margin-top: 16px
}

.b_map:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_map__wrapper {
    position: relative
}

@media screen and (min-width: 768px) {
    .b_map {
        position:relative
    }
}

.b_map a {
    color: #2f3640
}

.b_map a:hover {
    text-decoration: none
}

.b_map__element {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%
}

.b_map--fullwidth .b_map__element {
    min-height: 375px
}

@media screen and (min-width: 768px) {
    .b_map__element {
        margin-bottom:40px
    }

    .b_map--fullwidth .b_map__element {
        min-height: 500px
    }

    .b_map__offset {
        margin: 0 -37px
    }

    .b_map--houses .b_map__offset {
        margin: 0
    }
}

.b_map__address,.b_map__details {
    padding-left: 20px;
    padding-right: 20px
}

.b_map__info {
    background: rgba(47,54,64,.85);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center
}

.b_map .b_state-open .b_map__info {
    display: block
}

.b_map__col {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .b_map__col--last {
        margin-bottom:0
    }
}

@media screen and (min-width: 768px) {
    .b_map__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }

    .b_map__col--last,.b_map__col--second {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }

    .b_map__col--last {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .b_map__col {
        display:inline;
        float: left;
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }

    .b_map__col--last {
        display: inline;
        float: left;
        margin-right: 0;
        *margin-right: -36px
    }
}

@media screen and (min-width: 768px) {
    .b_map__address {
        background:#fff;
        left: 20px;
        margin-top: 0;
        padding: 30px;
        position: absolute;
        right: 20px;
        top: 260px
    }
}

@media screen and (min-width: 900px) {
    .b_map__address {
        left:auto;
        right: 56px;
        top: 110px
    }
}

.JM_mod-content-Sh .JM_obj-append-item .b_map__address span,.b_map__address .JM_mod-content-Sh .JM_obj-append-item span,.b_map__address .JM_obj-ui-btn,.b_map__address .b_cta,.b_map__address .b_cta__resetsearch,.b_map__address .sg-cookie-optin-box-button-accept-all,.b_map__address .sg-cookie-optin-box-button-accept-essential,.b_map__address .sg-cookie-optin-box-button-accept-specific {
    display: block;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .JM_mod-content-Sh .JM_obj-append-item .b_map__address span,.b_map__address .JM_mod-content-Sh .JM_obj-append-item span,.b_map__address .JM_obj-ui-btn,.b_map__address .b_cta,.b_map__address .b_cta__resetsearch,.b_map__address .sg-cookie-optin-box-button-accept-all,.b_map__address .sg-cookie-optin-box-button-accept-essential,.b_map__address .sg-cookie-optin-box-button-accept-specific {
        display:inline-block;
        float: right;
        margin-bottom: 0;
        width: 45%
    }
}

@media screen and (min-width: 900px) {
    .JM_mod-content-Sh .JM_obj-append-item .b_map__address span,.b_map__address .JM_mod-content-Sh .JM_obj-append-item span,.b_map__address .JM_obj-ui-btn,.b_map__address .b_cta,.b_map__address .b_cta__resetsearch,.b_map__address .sg-cookie-optin-box-button-accept-all,.b_map__address .sg-cookie-optin-box-button-accept-essential,.b_map__address .sg-cookie-optin-box-button-accept-specific {
        display:block;
        float: none;
        width: auto
    }
}

.b_map__address--info {
    display: none
}

@media screen and (min-width: 768px) {
    .b_map__address--info {
        display:block;
        float: left;
        width: 45%
    }
}

@media screen and (min-width: 900px) {
    .b_map__address--info {
        float:none;
        margin-bottom: 40px;
        width: auto
    }
}

.b_map--houses {
    background: #fff;
    margin-top: 16px
}

.b_map--houses .b_map__colwrap,.b_map--houses.b_map__colwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.b_map--houses:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_map--houses .b_map__wrapper {
    display: block;
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.b_map--houses .b_map__btnroute {
    display: inline-block;
    margin-top: 20px
}

.b_map--houses .b_map__element {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.b_map--houses .b_map__details,.b_map--houses .b_map__offset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .b_map--houses .b_map__details,.b_map--houses .b_map__offset {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.b_map--houses .b_map__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    max-width: 100%;
    width: auto
}

@media screen and (min-width: 1024px) {
    .b_map--houses .b_map__col {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media screen and (min-width: 768px) {
    .b_map--houses .b_map__offset {
        padding:0 25px 0 0
    }
}

.b_map--houses .b_map__details {
    padding: 0
}

@media screen and (min-width: 768px) {
    .b_map--houses .b_map__details {
        padding:0 0 0 25px
    }
}

.b_map--houses .b_map__info--houses {
    background: transparent;
    display: block;
    padding: 0;
    position: static;
    text-align: left
}

.lang-ar .b_map--houses .b_map__info--houses {
    text-align: right
}

.b_map--houses .b_map__infoclosed,.b_map--houses .b_map__infoopened {
    margin-bottom: 0
}

.b_map--houses .b_map__infoopened {
    color: #589a3a;
    display: none
}

.b_map--houses .b_map__infoclosed {
    color: #a6202c;
    display: none
}

@media screen and (max-width: 767px) {
    .b_map--houses .b_map__col--openinghours {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .b_map--houses .b_map__col--additionalopeninghours {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .b_map--houses .b_map__col--address {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 20px;
        order: 1
    }

    .b_map--houses .b_map__col--directions {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.b_map--houses .b_map__col {
    margin-bottom: 16px
}

@media screen and (min-width: 1024px) {
    .b_map--houses .b_map__col {
        margin-bottom:0;
        margin-top: 60px
    }

    .b_map--houses .b_map__col:first-child,.b_map--houses .b_map__col:nth-child(2) {
        margin-top: 0
    }
}

@media screen and (min-width: 624px) {
    .b_map--houses .b_map__headline--spaceless,.b_map--houses .b_map__headline--spaceless.b_headline__h3 {
        margin-bottom:0
    }
}

.b_store__prev {
    background: transparent;
    border: none;
    display: inline-block;
    float: left;
    font-weight: 400;
    margin-top: 16px;
    position: relative;
    text-decoration: none
}

.b_store__prev,.b_store__prev:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_store__prev:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.b_store__prev:visited {
    color: #2f3640;
    text-decoration: none
}

.b_store__prev:focus,.b_store__prev:hover {
    color: #a6202c;
    text-decoration: none
}

.b_store__prev:focus:before,.b_store__prev:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_store__prev--cart {
    margin-top: 44px
}

.b_store__next {
    float: right;
    margin-top: 24px
}

.b_store__error {
    color: red;
    margin-bottom: 20px;
    text-align: center
}

.b_store__error--inline {
    margin-bottom: 0;
    text-align: left
}

.b_store__error--personalizationlayer {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px
}

.b_store__error--input {
    display: none
}

.b_cart__additem {
    grid-column-gap: 4px;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: sofia,sans-serif;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0
}

.b_cart__amount {
    background: #ccc;
    border-left: none;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    text-align: center;
    width: 40px
}

.b_cart__carticon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #000;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.b_cart__icon {
    height: 20px;
    width: 17px
}

.b_cart__amounticon,.b_cart__amountupdate {
    height: 48px;
    line-height: 48px;
    text-align: center
}

.b_cart__amounticon {
    background: transparent;
    border: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.b_cart__amounticon--flyout {
    vertical-align: inherit
}

.b_cart__amounticon--disabled {
    opacity: .35;
    pointer-events: none
}

.b_cart__amountinput {
    background-color: #f4f4f2;
    border: 0;
    color: #2b3130;
    height: 47px;
    line-height: 20px;
    padding: 8px 0;
    text-align: center;
    width: 100%
}

.b_cart__delete {
    position: absolute;
    right: 0
}

.b_cart__delete:before {
    display: none
}

.b_cart__delete--cover {
    margin-left: 8px;
    position: static
}

.b_cart__edit {
    background: transparent;
    border: none
}

.b_cart__edit-form {
    display: inline-block;
    margin-left: 12px
}

.b_cart__amountupdate-list {
    list-style: none;
    margin-bottom: 2px;
    position: relative
}

@media screen and (min-width: 768px) {
    .b_cart__amountupdate-list {
        display:inline-block;
        width: 125px
    }
}

.b_cart__amountupdate-list-item {
    float: left;
    width: 35px
}

.b_cart__amountupdate-list-item--input {
    width: 55px
}

.b_cart__amountupdate-list-item--value {
    display: none
}

@media screen and (min-width: 768px) {
    .b_cart__amountupdate-list-item--value {
        display:block
    }
}

.b_cart__content-container {
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .b_cart__content-container {
        margin-left:25.80645%;
        margin-right: 25.80645%;
        padding-bottom: 50px;
        padding-top: 40px
    }
}

.b_cart__content-p {
    margin-bottom: 30px
}

.b_cart__step-edit-form-button {
    background: none;
    border: none;
    font-size: 15px
}

.b_cart__step-edit-form {
    float: right
}

.b_cart__overview-back {
    padding-top: 14px
}

.b_cart__overview-back-form-button {
    background: none;
    border: none;
    font-size: 15px;
    margin-top: 18px
}

.b_cart__col-header {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px
}

.b_cart__image-cover {
    margin-right: 16px
}

.b_cart__cover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.b_cart__col-text {
    display: inline-block
}

.b_cart__add-another-link {
    display: inline-block;
    font-weight: 400;
    margin-top: 12px;
    position: relative;
    text-decoration: none
}

.b_cart__add-another-link,.b_cart__add-another-link:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_cart__add-another-link:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.b_cart__add-another-link:visited {
    color: #2f3640;
    text-decoration: none
}

.b_cart__add-another-link:focus,.b_cart__add-another-link:hover {
    color: #a6202c;
    text-decoration: none
}

.b_cart__add-another-link:focus:before,.b_cart__add-another-link:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_accordion__header {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.b_module .b_accordion__header {
    margin-bottom: 0
}

.b_accordion__header::-webkit-details-marker {
    display: none
}

.b_accordion__header::marker {
    content: ""
}

.b_accordion__header:before {
    content: "+";
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 11
}

@media screen and (min-width: 768px) {
    .b_accordion__header--inline {
        display:inline-block;
        width: 550px
    }

    .b_accordion__header--inline:before {
        opacity: 0
    }

    .b_accordion__header:hover:before {
        opacity: 1
    }
}

.b_accordion__item {
    border-bottom: 1px solid #2f3640;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.b_accordion__item:first-of-type {
    border-top: 1px solid #2f3640
}

.b_accordion__item:open .b_accordion__header {
    font-weight: 700
}

.b_accordion__item:open .b_accordion__header:before {
    content: "-";
    opacity: 1
}

.b_accordion__bodycontent {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .b_accordion__bodycontent {
        margin-top:30px
    }
}

.b_accordion__content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_accordion__content {
        max-width:1030px;
        width: 83.3333%
    }
}

.b_accordion__contentheadline {
    font-size: 20px;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .b_accordion__contentheadline {
        font-size:24px
    }
}

.b_layer {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 50px;
    position: relative;
    text-align: left;
    width: 100%
}

.b_layer--inline {
    max-width: 100%;
    width: 550px
}

.b_layer__timify-layer {
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%
}

.b_layer__timify-layer .mfp-close {
    margin-right: 80px
}

.b_layer__timify-iframe {
    border-radius: 5px;
    height: 550px;
    max-width: 100%;
    width: 550px
}

.b_layer__close {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding: 8px;
    position: absolute;
    right: 16px;
    top: 9px
}

.b_layer__close:hover {
    color: #2b3130
}

.b_layer__print {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px
}

@media screen and (min-width: 768px) {
    .b_layer--inline {
        max-width:550px
    }
}

.mfp-bg {
    background: rgba(43,49,48,.6);
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 1042
}

.mfp-bg,.mfp-wrap {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.mfp-wrap {
    outline: none;
    position: fixed;
    z-index: 1043
}

.mfp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.mfp-content {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    z-index: 100
}

.b_keyvisualslider__info {
    pointer-events: none
}

.b_keyvisualslider__slider {
    overflow: hidden;
    position: relative
}

.b_keyvisualslider__item {
    display: none
}

.b_keyvisualslider__item:first-child {
    display: block
}

.b_keyvisualslider__image {
    height: auto;
    margin-bottom: 0;
    max-width: 100%
}

.b_servicecollapsible {
    margin-left: -16px;
    margin-right: -16px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible {
        margin:50px -20px -30px
    }

    .b_servicecollapsible--2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 68.8%
    }
}

@media screen and (min-width: 1024px) {
    .b_servicecollapsible--2 {
        margin-left:-20px;
        margin-right: -20px;
        max-width: 110%;
        padding-left: 24.1%;
        padding-right: 24.1%
    }

    .b_servicecollapsible--3,.b_servicecollapsible--6 {
        padding-left: 12.5%;
        padding-right: 12.5%
    }
}

.b_servicecollapsible {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 8px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible {
        grid-template-columns:repeat(3,1fr)
    }

    .b_servicecollapsible--2 {
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (min-width: 1024px) {
    .b_servicecollapsible--4 {
        grid-template-columns:repeat(4,1fr)
    }

    .b_servicecollapsible--6 {
        grid-template-columns: repeat(6,1fr)
    }
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible {
        padding:0
    }
}

.b_servicecollapsible__element {
    background: transparent;
    border: none;
    font-family: sofia,sans-serif;
    margin-bottom: 16px;
    padding: 0 8px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__element {
        margin-bottom:40px;
        padding: 0 20px
    }
}

.b_servicecollapsible__element--expandable {
    cursor: pointer
}

.b_servicecollapsible__element--active {
    position: relative
}

.b_servicecollapsible__element--active:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    bottom: -1px;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    z-index: 12
}

.b_servicecollapsible__content-wrap,.b_servicecollapsible__image-container {
    overflow: hidden;
    position: relative
}

.b_servicecollapsible__image-container--darken:before,.b_servicecollapsible__image-container--lighten:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.b_servicecollapsible__image-container--darken:before {
    background: rgba(0,0,0,.54)
}

.b_servicecollapsible__image-container--lighten:before {
    background: rgba(0,0,0,.1)
}

.b_servicecollapsible__picture {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_servicecollapsible__element--expandable:hover .b_servicecollapsible__picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.b_servicecollapsible__image {
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%
}

.b_servicecollapsible__contentimage {
    height: auto;
    max-width: 100%
}

.b_servicecollapsible__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 100%;
    -ms-hyphens: auto;
    hyphens: auto;
    justify-content: center;
    left: 0;
    letter-spacing: .01em;
    line-height: 1em;
    padding: 0 16px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11
}

@media screen and (min-width: 1024px) {
    .b_servicecollapsible__title {
        font-size:22px;
        line-height: 27px
    }
}

.b_servicecollapsible__collapsible {
    padding: 0 6px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__collapsible {
        padding:0 15px
    }
}

.b_servicecollapsible__collapsible-content {
    display: none;
    grid-column: 1/-1;
    margin: 0 -15px;
    overflow: hidden;
    padding: 0 15px 12px
}

.b_servicecollapsible__collapsible-content-inner {
    margin: 0 auto 24px;
    max-width: 730px;
    width: 100%
}

.b_servicecollapsible__collapsible-content-table {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__collapsible-content-table {
        margin-left:-3px;
        margin-right: -3px
    }
}

.b_servicecollapsible__table {
    background: #fff;
    padding-bottom: 32px;
    width: 100%
}

.b_servicecollapsible__table:nth-child(odd) {
    background: #f0f0f0
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__table {
        padding-bottom:16px
    }
}

@media screen and (max-width: 767px) {
    .b_servicecollapsible__table-thead {
        display:none
    }
}

.b_servicecollapsible__table-tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.b_servicecollapsible__table-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px
}

.b_servicecollapsible__table-content a {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_servicecollapsible__table-content a:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_servicecollapsible__table-content a:visited {
    color: #2f3640;
    text-decoration: none
}

.b_servicecollapsible__table-content a:focus,.b_servicecollapsible__table-content a:hover {
    color: #a6202c;
    text-decoration: none
}

.b_servicecollapsible__table-content a:focus:before,.b_servicecollapsible__table-content a:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_servicecollapsible__table-content:before {
    content: attr(data-title);
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 32px
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__table-content:before {
        display:none
    }
}

.b_servicecollapsible__table-content--content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__table-content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 24px
    }

    .b_servicecollapsible__table-content--content {
        margin-bottom: 6px
    }

    .b_servicecollapsible__table-content--1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .b_servicecollapsible__table-content--2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .b_servicecollapsible__table-content--4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .b_servicecollapsible__table-content--5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .b_servicecollapsible__table-content--6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
}

.b_servicecollapsible__table-content--title {
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .b_servicecollapsible__table-content--title {
        margin-top:16px
    }
}

.b_servicecollapsible__cta {
    background: transparent;
    border: 2px solid #2f3640;
    color: #2f3640;
    display: block;
    font-size: 18px;
    margin: 44px auto;
    max-width: 224px;
    padding: 16px;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_servicecollapsible__cta:before {
    display: none
}

.b_servicecollapsible__cta:hover {
    background: #2f3640;
    border-color: #fff;
    color: #fff
}

.b_brands__filter {
    margin: 50px auto 0;
    max-width: 100%;
    position: relative
}

@media screen and (min-width: 768px) {
    .b_brands__filter {
        max-width:83%
    }
}

.b_brands__path {
    fill: #000
}

.b_brands__togglepath {
    fill: #2f3640
}

.b_brands__filter-slider-container {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.b_brands__filter-slider-container::-webkit-scrollbar {
    display: none
}

.b_brands__filter-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.b_brands__filter-item {
    -webkit-box-flex: 0;
    background: none;
    border: none;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: sofia,sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 34px
}

.b_brands__filter-item:focus-visible,.b_brands__filter-item:hover {
    cursor: pointer;
    text-decoration: underline
}

.b_brands__filter-item--active {
    text-decoration: underline
}

.b_brands__next,.b_brands__prev {
    background: none;
    border: none;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 2
}

.b_brands__next:hover,.b_brands__prev:hover {
    cursor: pointer
}

.b_brands__prev {
    background: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,.25)));
    background: linear-gradient(left,#fff,hsla(0,0%,100%,.25));
    background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,.25));
    display: var(--brand-prev-button-display,none);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff",endColorstr="#40ffffff",GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff",endColorstr="#40ffffff",GradientType=1);
    left: 0
}

@media screen and (min-width: 768px) {
    .b_brands__prev {
        left:-15px
    }
}

.b_brands__next {
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.25)),to(#fff));
    background: linear-gradient(left,hsla(0,0%,100%,.25),#fff);
    background: linear-gradient(90deg,hsla(0,0%,100%,.25) 0,#fff);
    display: var(--brand-next-button-display,none);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#40ffffff",endColorstr="#ffffff",GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#40ffffff",endColorstr="#ffffff",GradientType=1);
    right: 0;
    text-align: right
}

@media screen and (min-width: 768px) {
    .b_brands__next {
        right:-15px
    }
}

.b_brands__slider-icon {
    width: 7px
}

.b_brands__list-container {
    margin-top: 18px;
    max-height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_brands__list-container {
        margin-top:50px;
        max-height: 210px
    }
}

.b_brands__list-container--expanded {
    max-height: 5000px;
    padding-bottom: 50px
}

.b_brands__list-container--searched {
    max-height: 100000px;
    overflow: visible
}

.b_brands__list {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    display: none;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_brands__list {
        -webkit-column-count:4;
        -moz-column-count: 4;
        column-count: 4
    }
}

.b_brands__list--searched {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_brands__list--searched {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.b_brands__list>li {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 24px;
    padding-right: 30px;
    padding-top: 10px
}

@media screen and (min-width: 768px) {
    .b_brands__list>li {
        padding-right:25px
    }
}

.b_brands__list-toggle {
    bottom: 0;
    height: 50px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

@media screen and (min-width: 768px) {
    .b_brands__list-toggle {
        height:110px
    }
}

.b_brands__list-container--collapsed .b_brands__list-toggle,.b_brands__list-container--expanded .b_brands__list-toggle {
    pointer-events: all
}

.b_brands__list-container--collapsed .b_brands__list-toggle {
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(hsla(0,0%,100%,0)));
    background: linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0))
}

.b_brands__list-toggle-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: none;
    border: none;
    bottom: 0;
    display: none;
    font-family: sofia,sans-serif;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%
}

.b_brands__list-toggle-title:hover {
    cursor: pointer
}

.b_brands__list-container--collapsed .b_brands__list-toggle-title--show-more,.b_brands__list-container--expanded .b_brands__list-toggle-title--show-less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b_brands__list-toggle-item {
    height: 14px;
    margin-right: 7px;
    margin-top: 2px;
    width: 14px
}

.b_brands__search {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 550px
}

.b_brands__searchlabel {
    color: #616262
}

.b_brands__searchword {
    background: #fff;
    border: 1px solid #000;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    z-index: 1
}

.b_brands__searchword::-ms-clear {
    display: none
}

.b_brands__searchicon {
    background: #fff;
    font-size: 18px;
    position: absolute;
    right: 24px;
    top: 37px;
    z-index: 2
}

.b_brands__searchreset {
    background: #fff;
    border: none;
    cursor: pointer;
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 3
}

.b_shopteaser {
    padding: 30px 0 40px;
    text-align: center
}

.b_shopteaser__header {
    color: #2f3640;
    font-size: 24px;
    letter-spacing: .01em
}

.b_shopteaser__subheader {
    margin-top: 15px
}

.b_shopteaser__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px -7px 0
}

@media screen and (min-width: 1024px) {
    .b_shopteaser__list {
        margin:40px -15px 0
    }
}

.b_shopteaser__link-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-top: 14px;
    max-width: 50%;
    overflow: hidden;
    padding: 0 7px;
    position: relative
}

@media screen and (min-width: 768px) {
    .b_shopteaser__link-wrap {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%;
        margin-top: 30px;
        max-width: 25%;
        padding: 0 15px
    }

    .b_shopteaser__link-wrap--length2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .b_shopteaser__link-wrap--length3 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
}

.b_shopteaser__link {
    display: block;
    position: relative
}

.b_shopteaser__link:focus-visible {
    outline-offset: 3px
}

.b_shopteaser__picture-wrap {
    overflow: hidden
}

.b_shopteaser__picture {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_shopteaser__link:hover .b_shopteaser__picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.b_shopteaser__image {
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%
}

.b_shopteaser__link-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0,0,0,.34);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    left: 0;
    letter-spacing: .01em;
    line-height: 1em;
    padding: 0 26px;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .b_shopteaser__link-title {
        font-size:22px
    }
}

.b_cta--shopteaser {
    margin-top: 40px
}

.b_cta--shopteaser:hover {
    background-color: #2f3640;
    color: #fff
}

.slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 83px;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px
}

.slick-dots li button {
    background: #f0f0f0;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0px;
    outline: none;
    width: 15px
}

.slick-dots li.slick-active button {
    background: #2f3640;
    border: 1px solid #ccc
}

.b_citeslider {
    margin-top: 8px;
    padding: 30px 0 50px;
    position: relative;
    text-align: center
}

.b_citeslider--single {
    padding-bottom: 0
}

.b_citeslider--gray {
    background: #f0f0f0
}

.b_citeslider--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.b_citeslider--image:before {
    background: hsla(0,0%,100%,.9);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.b_citeslider--stores {
    margin-top: 0;
    padding: 0
}

.b_citeslider--stores:before {
    display: none
}

@media screen and (min-width: 768px) {
    .b_citeslider {
        margin-left:-37px;
        margin-right: -37px
    }
}

.b_citeslider__element {
    padding-left: 20px;
    padding-right: 20px
}

.b_citeslider__element:hover .b_citeslider__image {
    -webkit-filter: none;
    filter: none
}

.b_citeslider__element:hover .b_citeslider__image:before {
    opacity: 0
}

.b_citeslider__image {
    display: inline-block;
    -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_citeslider__image--stores {
    -webkit-filter: none;
    filter: none;
    margin-bottom: 16px
}

.b_citeslider__imagefile {
    border-radius: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px
}

.b_citeslider__imagefile--stores {
    border-radius: 0;
    max-height: 200px;
    max-width: 100%;
    width: auto
}

.b_citeslider__image:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 100%
}

.b_citeslider__cite .b_citeslider__caption,.b_citeslider__cite .b_teaserslider__category,.b_citeslider__cite .b_teaserslider__date,.b_citeslider__cite .b_textimage__date,.b_citeslider__cite p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.b_citeslider__cite .b_citeslider__caption i,.b_citeslider__cite .b_teaserslider__category i,.b_citeslider__cite .b_teaserslider__date i,.b_citeslider__cite .b_textimage__date i,.b_citeslider__cite p i {
    font-style: italic
}

.b_citeslider__caption {
    color: #717377
}

.b_citeslider a.b_citeslider__cta {
    margin-top: 16px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_citeslider a.b_citeslider__cta {
        background:rgba(47,54,64,0);
        border-color: #000;
        margin-left: 75px;
        margin-right: 75px;
        min-width: 350px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: auto
    }

    .b_citeslider a.b_citeslider__cta:hover {
        background: #2f3640;
        border-color: #fff;
        color: #fff
    }
}

.b_citeslider a.b_citeslider__cta+.b_citeslider__cta {
    margin-top: 20px
}

.b_citeslider a,.b_citeslider a:focus,.b_citeslider a:hover {
    color: #2f3640;
    text-decoration: none
}

.b_citeslider .slick-dots,.b_citeslider .slick-list {
    z-index: 110
}

.b_citeslider .slick-dots {
    bottom: -7px;
    position: absolute;
    top: auto
}

@media screen and (min-width: 1024px) {
    .b_citeslider .slick-dots {
        bottom:18px
    }
}

.b_citeslider__arrow {
    background: hsla(0,0%,87%,.4);
    cursor: pointer;
    max-height: 57px;
    max-width: 57px;
    padding: 9px 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    z-index: 100
}

.b_citeslider__arrow--left {
    display: block!important;
    left: 0;
    z-index: 150
}

.b_citeslider__arrow--left:before {
    background: url(../Assets/Img/arrow-left.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 30px;
    width: 18px
}

.b_citeslider__arrow--left:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.b_citeslider__arrow--right {
    right: 0;
    z-index: 150
}

.b_checkout__detail-toggle-link {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_checkout__detail-toggle-link:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_checkout__detail-toggle-link:visited {
    color: #2f3640;
    text-decoration: none
}

.b_checkout__detail-toggle-link:focus,.b_checkout__detail-toggle-link:hover {
    color: #a6202c;
    text-decoration: none
}

.b_checkout__detail-toggle-link:focus:before,.b_checkout__detail-toggle-link:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_cookienotice {
    background-color: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 3px 0 #e6e5e5;
    box-shadow: 0 -1px 3px 0 #e6e5e5;
    display: block;
    opacity: 0;
    padding-bottom: 15px;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 100%;
    z-index: 151
}

.b_cookienotice--visible {
    opacity: 1
}

.b_cookienotice__container {
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_cookienotice__container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        padding: 0 30px
    }
}

@media screen and (min-width: 1240px) {
    .b_cookienotice__container {
        max-width:1240px;
        padding: 0
    }
}

.b_cookienotice__bodytext {
    text-align: left
}

.b_cookienotice__bodytext .b_citeslider__caption,.b_cookienotice__bodytext .b_teaserslider__category,.b_cookienotice__bodytext .b_teaserslider__date,.b_cookienotice__bodytext .b_textimage__date,.b_cookienotice__bodytext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 1em
}

.b_cookienotice__bodytext .b_citeslider__caption:first-child,.b_cookienotice__bodytext .b_teaserslider__category:first-child,.b_cookienotice__bodytext .b_teaserslider__date:first-child,.b_cookienotice__bodytext .b_textimage__date:first-child,.b_cookienotice__bodytext p:first-child {
    margin-top: 0
}

.b_cookienotice__bodytext a {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

.b_cookienotice__bodytext a,.b_cookienotice__bodytext a:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_cookienotice__bodytext a:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.b_cookienotice__bodytext a:visited {
    color: #2f3640;
    text-decoration: none
}

.b_cookienotice__bodytext a:focus,.b_cookienotice__bodytext a:hover {
    color: #a6202c;
    text-decoration: none
}

.b_cookienotice__bodytext a:focus:before,.b_cookienotice__bodytext a:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_cookienotice__cta {
    border: 1px solid #000;
    display: block;
    margin-left: 15px;
    padding: 10px 20px;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .b_cookienotice__cta {
        float:right;
        margin-bottom: 10px;
        margin-top: 5px
    }
}

.b_image__img {
    height: auto;
    max-width: 100%;
    padding-bottom: 24px
}

.b_inlinelayer {
    display: none
}

@media screen and (min-width: 623px) {
    .b_inlinelayer__cartbuttons {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

.c_size-m {
    font-size: 24px
}

.b_icon-facebook:before {
    content: "\e907"
}

.b_icon-facebook:before,.b_icon-twitter:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Breuninger!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.b_icon-twitter:before {
    content: "\e90a"
}

.b_sticky-newsletterlayer-closeicon {
    display: inline-block
}

.b_sticky-newsletterlayer-mailicon {
    float: right;
    margin-left: 5px;
    margin-top: 2px
}

.b_sticky-newsletterlayer-mailicon:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-family: Breuninger!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.b_list {
    list-style: none;
    padding: 0
}

.b_list li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative
}

.b_list li:before {
    content: "•";
    left: 0;
    position: absolute;
    top: -2px
}

.b_list a {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

.b_list a,.b_list a:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_list a:before {
    background: #2f3640;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.b_list a:visited {
    color: #2f3640;
    text-decoration: none
}

.b_list a:focus,.b_list a:hover {
    color: #a6202c;
    text-decoration: none
}

.b_list a:focus:before,.b_list a:hover:before {
    background: #a6202c;
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
}

.b_list--numbered {
    color: #2b3130;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    list-style: decimal;
    margin-left: 20px
}

.b_list--numbered li {
    margin-bottom: 18px;
    padding-left: 0
}

.b_list--numbered li:before {
    display: none
}

.b_list--numbered a {
    display: inline;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_list--numbered a:before {
    display: none
}

.b_list--numbered a:hover {
    color: #a6202c;
    text-decoration: underline
}

.b_list--checkmark {
    color: #2f3640;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 0
}

@media screen and (max-width: 767px) {
    .b_list--checkmark {
        margin-bottom:16px
    }
}

.b_list--checkmark li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 23px
}

.b_list--checkmark li:before {
    content: "✓";
    margin-right: 10px
}

.b_list--checkmark a {
    display: inline;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_list--checkmark a:before {
    display: none
}

.b_list--checkmark a:hover {
    color: #a6202c;
    text-decoration: underline
}

.b_list--bg-gray {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 32px 16px
}

.b_list--check-circle li {
    margin-bottom: 8px;
    padding-left: 24px
}

.b_list--check-circle li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    text-rendering: auto;
    top: 4px
}

.b_list--check-circle-orange li:before {
    color: #e08f49
}

.b_list--check-circle-platin li:before {
    color: #d0bab0
}

@media screen and (min-width: 768px) {
    .b_list--bg-gray {
        margin-left:-34px;
        margin-right: -34px
    }
}

.b_ajaxslider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 1rem
}

.b_ajaxslider .slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 83px;
    width: 100%
}

.b_ajaxslider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    width: 15px
}

.b_ajaxslider .slick-dots li button {
    background: #f0f0f0;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0px;
    outline: none;
    width: 15px
}

.b_ajaxslider .slick-dots li.slick-active button {
    background: #2f3640;
    border: 1px solid #ccc
}

@media screen and (min-width: 768px) {
    .b_ajaxslider {
        margin-left:-30px;
        margin-right: -30px
    }
}

@media screen and (min-width: 1024px) {
    .b_ajaxslider {
        margin-left:-80px;
        margin-right: -80px
    }
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__element {
        position:relative
    }
}

.b_ajaxslider__image img {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__image {
        position:relative
    }
}

.b_ajaxslider__image-file {
    height: auto;
    max-width: 100%;
    width: 100%
}

.b_ajaxslider .b_cta--ajaxslider {
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_ajaxslider .b_cta--ajaxslider {
        color:#fff
    }
}

.b_ajaxslider .b_cta--ajaxslider.b_state-active {
    background: #2f3640;
    border-color: #2f3640;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (max-width: 767px) {
    .b_ajaxslider .b_cta--ajaxslider.b_state-active {
        border-color:#fff
    }
}

.b_ajaxslider .b_cta--ajaxslider.b_state-active .b_ajaxslider__ctastatus:after {
    opacity: 0
}

.b_ajaxslider .b_cta--ajaxslider.b_state-active .b_ajaxslider__ctastatus:before {
    background: #fff;
    width: 10px
}

.b_ajaxslider__cta {
    list-style: none;
    text-align: center
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__cta {
        width:100%
    }

    .b_ajaxslider__cta .b_cta--ajaxslider {
        margin-top: 18px;
        padding-right: 1rem;
        width: 240px
    }

    .b_ajaxslider__cta--link3 .b_cta--ajaxslider {
        width: 300px
    }
}

@media screen and (min-width: 1024px) {
    .b_ajaxslider__cta .b_cta--ajaxslider {
        width:310px
    }
}

@media screen and (min-width: 1240px) {
    .b_ajaxslider__cta .b_cta--ajaxslider {
        width:350px
    }
}

@media screen and (min-width: 1024px) {
    .b_ajaxslider__cta--link3 .b_cta--ajaxslider {
        width:300px
    }
}

@media screen and (min-width: 1240px) {
    .b_ajaxslider__cta--link3 .b_cta--ajaxslider {
        width:300px
    }
}

.b_ajaxslider__cta-item {
    display: block
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__cta-item {
        display:inline-block;
        margin-left: 50px;
        margin-right: 50px
    }
}

@media screen and (max-width: 767px) {
    .b_ajaxslider__cta-item+.b_ajaxslider__cta-item .b_cta--transparent {
        border-top:none
    }
}

.b_ajaxslider__mobilebody {
    padding: 20px
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__mobilebody {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.b_ajaxslider .b_caption {
    background: hsla(0,0%,94%,.87)
}

@media screen and (min-width: 768px) {
    .b_ajaxslider .b_caption {
        bottom:0;
        left: 0;
        margin-top: -13px;
        position: absolute;
        right: 0
    }

    .b_ajaxslider .b_caption:hover .b_teaserslider__arrow-big:before {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.b_ajaxslider__mobilestatus {
    background: #2f3640;
    border: 2px solid #2f3640;
    display: none;
    font-size: 1.125rem;
    font-style: italic;
    padding: 1rem 40px 1rem 1rem;
    position: relative;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.b_ajaxslider__mobilestatus,.b_ajaxslider__mobilestatus:hover {
    color: #fff;
    text-decoration: none
}

.b_ajaxslider__mobilestatus.b_state-active {
    color: #fff;
    display: block
}

.b_ajaxslider__mobilestatus span {
    font-style: italic
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__mobilestatus {
        border:none;
        padding: 0;
        position: static
    }

    .b_ajaxslider__mobilestatus span {
        display: none
    }
}

.b_ajaxslider__mobilestatus .b_ajaxslider__icon--close {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 12px
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__mobilestatus .b_ajaxslider__icon--close {
        background:url(../Assets/Img/close.svg) no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 31px;
        position: absolute;
        right: 37px;
        top: 37px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 31px;
        z-index: 1000
    }

    .b_ajaxslider__mobilestatus .b_ajaxslider__icon--close:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.b_ajaxslider__collapse,.b_ajaxslider__content {
    position: relative
}

.b_ajaxslider__content.b_state-open {
    padding: 10px
}

@media screen and (min-width: 768px) {
    .b_ajaxslider__content.b_state-open {
        padding:37px
    }

    .b_ajaxslider__ctastatus {
        display: none
    }
}

.b_ajaxslider__ctastatus:after,.b_ajaxslider__ctastatus:before {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    right: 21px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_ajaxslider__ctastatus:before {
    height: 2px;
    top: 50%;
    width: 12px
}

.b_ajaxslider__ctastatus:after {
    height: 12px;
    margin-right: 5px;
    margin-top: -5px;
    top: 50%;
    width: 2px
}

#SgCookieOptin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(43,49,48,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1.47;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.sg-cookie-optin-plugin-initialized #SgCookieOptin {
    background: transparent;
    padding: 0;
    position: static
}

.sg-cookie-optin-box-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative
}

.sg-cookie-optin-box {
    background: #fff;
    height: 100%;
    max-height: 100%;
    max-width: 900px;
    overflow: auto;
    padding: 40px 22px 300px
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box {
        height:auto;
        padding: 40px 40px 50px;
        position: relative
    }
}

.sg-cookie-optin-plugin-initialized .sg-cookie-optin-box {
    max-width: 1280px;
    padding: 0
}

.sg-cookie-optin-box-table-reason {
    word-break: break-all
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-table-reason {
        word-break:normal
    }
}

.sg-cookie-optin-box-cookie-detail-list,.sg-cookie-optin-box-cookie-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0
}

.sg-cookie-optin-box-cookie-list {
    margin: 16px -16px 0
}

.sg-cookie-optin-box-cookie-detail-list {
    display: none;
    margin: 16px 0 0
}

.sg-cookie-optin-visible {
    display: block
}

.sg-cookie-optin-box-cookie-list-item {
    display: inline-block
}

.sg-cookie-optin-box-header {
    display: block;
    margin-bottom: 24px
}

.sg-cookie-optin-box-footer {
    text-align: right
}

.sg-cookie-optin-box-copyright-link {
    display: none
}

.sg-cookie-optin-box-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 20px;
    padding-bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 230
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-button {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -8px;
        padding-bottom: 0;
        position: static
    }
}

.sg-cookie-optin-box-button-accept-all {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-top: 16px;
    order: 1;
    width: 100%
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-button-accept-all {
        margin:32px 8px 0;
        width: auto
    }
}

.sg-cookie-optin-box-button-accept-specific {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    margin-top: 16px;
    order: 3;
    width: 100%
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-button-accept-specific {
        margin:32px 8px 0;
        width: auto
    }
}

.sg-cookie-optin-box-button-accept-essential {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-top: 16px;
    order: 2;
    width: 100%
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-button-accept-essential {
        margin:32px 8px 0;
        width: auto
    }
}

.sg-cookie-optin-box-cookie-detail-header {
    display: block;
    margin-top: 16px
}

.sg-cookie-optin-box-cookie-detail-description {
    font-size: 13px;
    line-height: 1.538;
    margin-top: 8px
}

.sg-cookie-optin-box-description {
    font-size: 13px;
    line-height: 1.538
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-box-description {
        font-size:15px;
        line-height: 1.47
    }
}

.sg-cookie-optin-checkbox {
    left: -200vw;
    position: absolute;
    visibility: hidden
}

.sg-cookie-optin-checkbox-label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 16px;
    margin-top: 16px;
    padding-left: 32px;
    position: relative
}

@media screen and (min-width: 768px) {
    .sg-cookie-optin-checkbox-label {
        margin-top:0
    }
}

.sg-cookie-optin-box-cookie-list-item:first-child .sg-cookie-optin-checkbox-label {
    color: #717377;
    cursor: default
}

.sg-cookie-optin-checkbox-label:before {
    background: url(../Assets/Img/b_checkbox.svg);
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 20px
}

input:checked+.sg-cookie-optin-checkbox-label:before {
    background: url(../Assets/Img/b_checkbox--checked.svg);
    width: 24px
}

.sg-cookie-optin-box-open-more {
    margin-top: 16px
}

.sg-cookie-optin-box-open-more-link {
    position: relative
}

.sg-cookie-optin-box-open-more-link:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEwMjkzLjI5MyAtNDU5LjIwOCAxNS40MTQgOS4xMjEiPjxwYXRoIGQ9Im04NDk2Ljg5NS0zODg2LjA3IDcgNy03IDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDc2ODguNjYzIC0xMjY2LjczMykiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyYjMxMzA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -16px;
    top: 7px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    width: 10px
}

.sg-cookie-optin-visible+.sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sg-cookie-optin-box-cookie-detail-sublist td,.sg-cookie-optin-box-cookie-detail-sublist th {
    font-size: 13px;
    line-height: 1.538
}

.sg-cookie-optin-box-cookie-detail-sublist th {
    font-weight: 700;
    padding: 4px 8px 4px 0;
    vertical-align: top
}

.sg-cookie-optin-box-cookie-detail-sublist td {
    padding: 4px 8px;
    vertical-align: top
}

.sg-cookie-optin-box-cookie-detail-list-item>a {
    display: none
}

.sg-cookie-optin-box-close-button {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.sg-cookie-optin-plugin-initialized .sg-cookie-optin-box-close-button {
    display: none
}

.b_optout--successful,.sg-cookie-optin-save-confirmation {
    color: #3d9d2a!important;
    font-weight: 700;
    margin-bottom: 8px
}

.b_optout--successful:before,.sg-cookie-optin-save-confirmation:before {
    background: #3d9d2a
}

@media screen and (min-width: 768px) {
    .b_textimagehalf--card {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .b_textimagehalf__content--card {
        margin-bottom: 40px;
        width: 83.33333%
    }

    .b_textimagehalf__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .b_textimagehalf__col {
        -ms-flex-preferred-size: 48.3871%;
        flex-basis: 48.3871%;
        max-width: 48.3871%;
        padding: 0 15px
    }

    .b_textimagehalf__col--text-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .b_textimagehalf__col--image-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.b_textimagehalf__link .b_teaser__text--link {
    margin-top: 0
}

.b_textimagehalf__link:before {
    display: none
}

.b_textimagehalf__date {
    color: #000;
    margin: -15px 0 15px
}

@media screen and (min-width: 768px) {
    .b_textimagehalf__date {
        margin:-30px 0 30px
    }
}

.b_textimagehalf__img {
    height: auto;
    width: 100%
}

.b_textimagehalf__togglebox {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    display: none;
    margin: 24px auto 0;
    overflow: visible;
    padding: 30px;
    position: relative
}

.b_textimagehalf__togglebox:before {
    background: url(../Assets/Img/JM_sprite_assets.png) 0 -1080px no-repeat;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: -13px;
    -webkit-transition: top .3s ease-out,height .3s ease-out;
    transition: top .3s ease-out,height .3s ease-out;
    width: 25px
}

.b_textimagehalf__togglebox-inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left
}

.b_blurkeyvisual {
    margin-bottom: 40px;
    position: relative
}

@media screen and (min-width: 768px) {
    .b_blurkeyvisual {
        margin-bottom:0
    }
}

.b_blurkeyvisual img {
    margin-bottom: 0
}

.b_blurkeyvisual a {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

.b_blurkeyvisual a:before {
    background: #fff;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.b_blurkeyvisual a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.b_blurkeyvisual--colorB a,.b_blurkeyvisual--colorB span {
    color: #2f3640
}

.b_blurkeyvisual--colorB a:before {
    background: #2f3640
}

.b_blurkeyvisual--colorB .b_blurkeyvisual__description:before {
    border-bottom-color: #2f3640
}

.b_blurkeyvisual--blur span {
    color: #2f3640
}

.b_blurkeyvisual--blur .b_blurkeyvisual__description:before {
    border-bottom-color: #2f3640
}

.b_blurkeyvisual--blur:before {
    background: hsla(0,0%,100%,.7);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.b_blurkeyvisual__subject {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin-left: -100%;
    padding-bottom: 10px;
    padding-top: 35px;
    position: relative;
    text-transform: uppercase;
    width: 300%
}

.b_blurkeyvisual__subject:after {
    border-bottom: 4px solid #fff;
    bottom: -10px;
    content: "";
    display: block;
    margin-left: 33.3%;
    position: relative;
    width: 33.289%
}

.b_blurkeyvisual__headline {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-left: 15%;
    padding: 3% 0 0;
    position: relative;
    width: 70%
}

@media screen and (min-width: 768px) {
    .b_blurkeyvisual__headline {
        font-size:2rem;
        height: 40px;
        line-height: 2rem;
        margin-left: -100%;
        padding: 3% 0 0;
        width: 300%
    }
}

.b_blurkeyvisual__description {
    display: block;
    font-size: 1.125rem;
    font-style: italic;
    margin-left: -25%;
    margin-top: 1%;
    padding-top: 18px;
    position: relative;
    width: 150%
}

@media screen and (min-width: 1024px) {
    .b_blurkeyvisual__description {
        font-size:1.375rem;
        margin-left: -15%;
        width: 130%
    }
}

.b_blurkeyvisual__info {
    color: #fff;
    left: 50%;
    margin-left: -40%;
    margin-top: -40px;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    width: 80%;
    z-index: 20
}

@media screen and (min-width: 768px) {
    .b_blurkeyvisual__info {
        margin-left:-15%;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30%
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .b_blurkeyvisual__info__info {
        top:10%
    }

    .b_blurkeyvisual__info__info .b_blurkeyvisual__headline {
        letter-spacing: 3px
    }
}

.b_preloading__container {
    height: 50vh;
    min-height: 300px;
    position: relative
}

.b_preloading__container--small {
    height: 150px;
    min-height: 150px
}

.b_preloading__img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%
}

.fade-enter-active,.fade-leave-active {
    -webkit-transition: opacity .75s;
    transition: opacity .75s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.b_shop-layer-individual {
    --lineheader-maxwidth: 100%;
    --specialmarginbottom: 10px
}

.b_shop-layer-individual__layer-item {
    border-bottom: 1px solid #c5c7c8;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.b_shop-layer-individual__form--edit-active .b_shop-layer-individual__layer-item {
    display: none
}

.b_shop-layer-individual__layer-item-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.b_shop-layer-individual__header {
    margin-bottom: 40px
}

.b_shop-layer-individual__form--edit-active .b_shop-layer-individual__header {
    display: none
}

.b_shop-layer-individual__col--personalize {
    grid-column-start: 2
}

@media screen and (min-width: 500px) {
    .b_shop-layer-individual__col--personalize {
        grid-column-start:auto
    }
}

.b_shop-layer-individual__col-header {
    font-weight: 700;
    margin-bottom: 0
}

.b_shop-layer-individual__form-submit {
    margin-top: 40px
}

.b_shop-layer-individual__form--edit-active .b_shop-layer-individual__form-submit {
    display: none
}

.b_shop-layer-individual__covers {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px
}

@media screen and (min-width: 768px) {
    .b_shop-layer-individual__covers {
        grid-template-columns:repeat(3,1fr)
    }
}

.b_shop-layer-individual__label {
    -ms-flex-preferred-size: calc(50% - 10px);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(50% - 10px);
    height: 100%;
    position: relative
}

.b_shop-layer-individual__label:after,.b_shop-layer-individual__label:before {
    pointer-events: none
}

.b_shop-layer-individual__label:before {
    background: #fff;
    border: 1px solid #c5c7c8;
    border-radius: 50%;
    bottom: -7px;
    content: "";
    height: 18px;
    left: -7px;
    position: absolute;
    width: 18px
}

.b_shop-layer-individual__label:after {
    background: #000;
    border-radius: 50%;
    bottom: -3px;
    height: 12px;
    left: -3px;
    position: absolute;
    width: 12px
}

input:checked+.b_shop-layer-individual__label:after {
    content: ""
}

@media screen and (min-width: 768px) {
    input:checked+.b_shop-layer-individual__label:after {
        -ms-flex-preferred-size:calc(33.33333% - 10px);
        flex-basis: calc(33.33333% - 10px)
    }
}

.b_shop-layer-individual__label-placeholder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #c5c7c8;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    -ms-hyphens: auto;
    hyphens: auto;
    justify-content: center;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .b_shop-layer-individual__label-placeholder {
        font-size:16px
    }
}

.b_shop-layer-individual .sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.b_shop-layer-individual__layer-subheader {
    margin-top: 40px
}

.b_shop-layer-individual__layer-form-group {
    margin-bottom: 40px;
    margin-top: 30px
}

.b_shop-layer-individual__layer-item-personalize {
    display: none
}

.b_shop-layer-individual__layer-item-personalize--show {
    display: grid;
    row-gap: 20px
}

.b_shop-layer-individual__individal-text {
    margin-top: 8px
}

.b_shop-layer-individual__figure {
    line-height: 1
}

.b_shop-layer-individual__magnify-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    pointer-events: none;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .b_shop-layer-individual__magnify-image {
        pointer-events:auto
    }
}

.b_shop-layer-individual__article {
    display: grid;
    margin-top: 30px;
    row-gap: 30px
}

.b_shop-layer-individual__article-header {
    display: grid;
    row-gap: 10px
}

.b_shop-layer-individual__article-title {
    font-weight: 700
}

.b_shop-layer-individual__footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end
}

.b_reservation__include {
    margin-bottom: 15px;
    margin-top: 15px
}

.b_links {
    margin-top: 40px
}

.b_links__container {
    background-color: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
    padding: 40px 20px
}

.b_links__icon {
    fill: currentColor;
    height: 18px;
    margin-top: 2px;
    width: 14px
}

.b_links__link {
    grid-column-gap: 10px;
    display: grid;
    font-size: 15px;
    grid-template-columns: 14px 1fr;
    line-height: 18px;
    margin-bottom: 24px;
    text-decoration: underline
}

.b_links__link:hover {
    color: #a6202c
}

@media screen and (min-width: 1024px) {
    .b_links__container {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: 930px
    }
}

.b_modal__close {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 24px;
    top: 17px;
    z-index: 200
}

.b_modal__close:hover {
    color: #2b3130
}

.b_modal__content {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 50px;
    position: relative;
    text-align: left;
    width: 100%
}

.b_modal__content .b_keyvisual__picture {
    --aspect-ratio: auto
}

.b_modal .b_body__wrap {
    margin: 0;
    padding: 0
}

.b_modal .JM_mod-layer-L-2-1 {
    display: none
}


.c_size-m {
    font-size: 24px
}

.b_icon-facebook:before {
    content: "\e907"
}

.b_icon-facebook:before,.b_icon-twitter:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Breuninger!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.b_icon-twitter:before {
    content: "\e90a"
}

.b_is__imgfluid {
    height: auto;
    max-width: 100%
}

.b_is__imground {
    border-radius: 50%
}

.b_is__color--green {
    color: #7fb4b4
}

.b_is__color--red {
    color: #b61616
}

.b_is__color--orange {
    color: #e08f49
}

.b_is__color--platin {
    color: #d0bab0
}

.b_is__spaceless,p.b_is__spaceless {
    margin: 0
}

.b_is__ellipsis {
    display: block;
    height: 100%
}

.b_is__ellipsis-line {
    word-wrap: normal;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b_is__ellipsis,.b_is__ellipsis-line {
    overflow: hidden;
    position: relative
}

article,aside,figure,footer,header,main,nav,picture,section {
    display: block
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-check-circle:before {
    content: "\f058"
}

.SumoSelect {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: sofia,sans-serif;
    position: relative;
    text-align: left;
    width: 100%
}

.SumoSelect:focus-visible {
    outline: auto!important
}

.SumoSelect p {
    margin: 0
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .CaptionCont,.SumoSelect .options li.opt label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.SumoSelect.open .optWrapper {
    display: block;
    top: 43px
}

.SumoSelect.open .optWrapper.up {
    bottom: 100%;
    margin-bottom: 5px;
    top: auto
}

.SumoSelect.open .CaptionCont i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.SumoSelect .CaptionCont {
    background-color: #f0f0f2;
    border: 1px solid #ccc;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    margin: 0;
    min-height: 14px;
    position: relative
}

.SumoSelect .CaptionCont span {
    color: #2b3130;
    display: block;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SumoSelect .CaptionCont i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEwMjkzLjI5MyAtNDU5LjIwOCAxNS40MTQgOS4xMjEiPjxwYXRoIGQ9Im04NDk2Ljg5NS0zODg2LjA3IDcgNy03IDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDc2ODguNjYzIC0xMjY2LjczMykiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyYjMxMzA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    width: 16px
}

.SumoSelect .optWrapper {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.SumoSelect .optWrapper ul {
    display: block;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0
}

.SumoSelect .optWrapper.multiple>.options li li.opt {
    padding-left: 50px
}

.SumoSelect .optWrapper .options {
    max-height: 262px;
    position: relative
}

.SumoSelect .optWrapper .options .opt {
    padding: 10px;
    position: relative
}

.SumoSelect .optWrapper .options li label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SumoSelect .optWrapper .options li.group>label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 40px;
    max-width: 1000px;
    overflow: hidden;
    padding: 0 24%;
    position: relative;
    width: 83%
}

.SumoSelect .optWrapper .options li.group>label:before {
    border-top: 1px solid #2f3640;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.SumoSelect .optWrapper .options li.group>label span {
    background: #fff;
    display: inline-block;
    padding: 0 27px;
    position: relative;
    z-index: 5
}

.SumoSelect .selected {
    background-color: #f0f0f2
}

.SumoSelect .selected span {
    background: url(../Assets/Img/b_check.png);
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    z-index: 100
}

.awesomplete [hidden] {
    display: none
}

.awesomplete .visually-hidden {
    clip: rect(0,0,0,0);
    position: absolute
}

.awesomplete {
    position: relative
}

.awesomplete>ul {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 100%;
    padding: 12px 16px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.awesomplete>ul mark {
    background: none;
    font-weight: 700
}

.awesomplete>ul li {
    cursor: pointer;
    line-height: 22px;
    padding: 10px 0
}

.awesomplete>ul:empty {
    display: none
}

#awesomplete_list_1_item_4 {
    cursor: default;
    pointer-events: none
}

.b_content .b_area__content {
    padding-left: 20px;
    padding-right: 20px
}

.b_content .b_area__content>.b_module {
    margin-top: 20px
}

.b_content .b_area__content>.b_module:first-child {
    margin-top: 40px
}

@media (min-width: 768px) {
    .b_content .b_area__content>.b_module,.b_content .b_area__content>.b_module:first-child {
        margin-top:50px
    }

    .b_content .b_area__content {
        padding-left: 37px;
        padding-right: 37px
    }
}

.b_area__content:after,.b_area__content:before {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_friends__col {
    display: none;
    position: relative
}

@media (min-width: 420px) {
    .b_friends__col {
        -ms-flex-preferred-size:0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px
    }

    .b_friends__col:nth-child(3) {
        display: none
    }
}

@media (min-width: 768px) {
    .b_friends__col:nth-child(3) {
        display:block
    }
}

.b_friends__mobile {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 420px) {
    .b_friends__mobile {
        display:none
    }
}

.b_friends__caption {
    background: hsla(0,0%,94%,.7);
    bottom: 20px;
    color: #2b3130;
    left: 15px;
    padding: 20px 30px;
    position: absolute;
    right: 15px
}

.b_friends figure {
    margin-bottom: 0
}

.b_friends__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1280px
}

.b_friends__content:after {
    clear: both;
    content: " ";
    display: block
}

.b_friends__image {
    margin-bottom: 21.84px
}

p.b_cardcompare__headertitle {
    margin-bottom: 0;
    margin-top: 1px
}

.b_cardcompare {
    position: relative
}

@media (min-width: 768px) {
    .b_cardcompare {
        margin-left:0;
        margin-right: 0
    }
}

.b_cardcompare__listitem {
    border-bottom: 1px solid #2f3640;
    display: table;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.b_cardcompare__listitem:first-of-type {
    border-top: 1px solid #2f3640
}

@media (min-width: 768px) {
    .b_cardcompare__check {
        display:none
    }
}

.b_cardcompare__description {
    margin-right: 0;
    max-width: 75%
}

@media (min-width: 768px) {
    .b_cardcompare__description {
        max-width:100%
    }
}

.b_cardcompare__headercolitem {
    margin-right: 10px
}

@media (min-width: 768px) {
    .b_cardcompare__headercolitem {
        margin-right:0
    }
}

.b_cardcompare__cardimg {
    height: auto;
    margin-right: 10px;
    width: 40px
}

.b_internetexplorer .b_cardcompare__cardimg {
    height: 26px
}

@media (min-width: 768px) {
    .b_cardcompare__cardimg {
        margin:0 auto 10px
    }
}

.b_cardcompare__cardimg--inline {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    width: 55px
}

.b_internetexplorer .b_cardcompare__cardimg--inline {
    height: 55px;
    margin-top: -13px
}

.b_internetexplorer .b_cardcompare__cardimg--inline[src$=png] {
    margin-top: -4px;
    max-height: 36px
}

.b_cardcompare__checkicon {
    margin-top: 5px
}

.b_cardcompare__listitemrow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b_cardcompare__listheadercol,.b_cardcompare__listiconcol,.b_cardcompare__listitemrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b_cardcompare__listheadercol {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

@media (min-width: 768px) {
    .b_cardcompare__listheadercol {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.b_cardcompare__listheadercol-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    position: relative;
    width: 100%
}

.b_cardcompare__listiconcol {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-preferred-size: 25%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-start;
    flex-basis: 25%;
    justify-content: flex-end;
    max-width: 25%;
    padding-top: 5px
}

@media (min-width: 768px) {
    .b_cardcompare__listiconcol {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        margin-right: -15px;
        max-width: 50%
    }
}

.b_cardcompare__listheader {
    font-size: 20px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .b_cardcompare__listheader {
        font-size:24px
    }
}

.b_cardcompare__section {
    margin-top: 40px
}

.b_cardcompare__section:first-child {
    margin-top: 20px
}

@media (min-width: 768px) {
    .b_cardcompare__section:first-child {
        margin-top:0
    }
}

.b_cardcompare__headertitle {
    margin-top: 0
}

.b_cardcompare__header {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .b_cardcompare__header {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center
    }
}

.b_cardcompare__headercol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .b_cardcompare__headercol {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 200px;
        padding: 0 15px;
        width: 100%
    }

    .b_cardcompare__headerrow {
        -ms-flex-preferred-size: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 50%;
        justify-content: flex-end;
        max-width: 50%
    }
}

.b_cardcompare__headersmall {
    font-size: 13px;
    line-height: 14px
}

.b_cardcompare__checkedicon {
    font-size: 14px;
    margin-left: 5px
}

@media (min-width: 768px) {
    .b_cardcompare__checkedicon {
        font-size:20px
    }
}

.b_cardcompare__listicon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .b_cardcompare__listicon {
        -webkit-box-align:start;
        -ms-flex-align: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: flex-start;
        justify-content: center;
        max-width: 200px;
        padding: 0 15px;
        width: 100%
    }
}

.b_cardcompare__status {
    color: #717377;
    display: block;
    font-size: 12px;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%
}

.b_cardcompare__status:hover {
    color: #2f3640
}

.b_cardcompare__status--active,.b_state-open .b_cardcompare__status--inactive {
    display: none
}

.b_state-open .b_cardcompare__status--active {
    display: block
}

.b_cardcompare__request-icon {
    margin-right: 10px
}

.b_cardcompare__request-icon:before {
    background: url(../Assets/Img/arrow-big.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

.b_cardcompare__request-link {
    font-weight: 700;
    margin-top: 16px
}

.b_cardcompare__listheadercol-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.b_cardcompare__listbody {
    max-width: 740px
}

.b_cardcompare__request-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.b_lineheader {
    margin-left: -30px;
    margin-right: -30px
}

.b_lineheader span {
    max-width: 125%
}

@media (min-width: 768px) {
    .b_lineheader {
        margin-left:0;
        margin-right: 0
    }

    .b_lineheader span {
        max-width: 10000px
    }

    .b_lineheader--partner {
        margin-top: 50px
    }
}

.b_accordion {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.b_accordion:after {
    clear: both;
    content: " ";
    display: block
}

.b_accordion__header {
    cursor: pointer;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.b_module .b_accordion__header {
    margin-bottom: 0
}

.b_accordion__header--inline:before {
    display: none
}

@media (min-width: 768px) {
    .b_accordion__header--inline {
        display:inline-block;
        width: 550px
    }
}

.b_accordion__item {
    border-bottom: 1px solid #2f3640;
    display: table;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.b_accordion__item:first-of-type {
    border-top: 1px solid #2f3640
}

.b_accordion__body {
    clear: both
}

.b_accordion__bodycontent {
    margin-top: 20px
}

@media (min-width: 768px) {
    .b_accordion__bodycontent {
        margin-top:30px
    }
}

.b_accordion__content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.b_accordion__contentheadline {
    font-size: 20px;
    margin-top: 0
}

@media (min-width: 768px) {
    .b_accordion__content {
        max-width:1030px;
        width: 83.3333%
    }

    .b_accordion__contentheadline {
        font-size: 24px
    }
}

.b_cardfilter__content {
    float: left;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardfilter__content {
        float:left;
        margin-left: 8.3333333333%;
        padding-left: 15px;
        padding-right: 15px;
        width: 83.3333333333%
    }
}

.b_cardfilter__col {
    margin-bottom: 30px
}

.b_cardfilter__col--third {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardfilter__col--third {
        float:left;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333333333%
    }
}

.b_cardfilter__reset {
    background: none;
    border: none;
    display: block;
    font-family: sofia,sans-serif;
    margin-bottom: 40px;
    text-align: right
}

.b_cardfilter__reset a {
    position: relative
}

.b_cardfilter__reset a:after {
    border-bottom: 1px solid #1a171b;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardfilter__reset {
        margin-bottom:30px
    }
}

.b_cardfilter__reset-icon {
    display: inline-block;
    float: left;
    margin-right: 4px;
    margin-top: 4px;
    width: 8px
}

.b_cardfilter__filter {
    margin-bottom: 60px
}

.b_cardfilter__colcheck {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardfilter__colcheck {
        float:left;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333333333%
    }
}

.b_cardfilter__search:-ms-input-placeholder {
    color: #2b3130;
    font-weight: 300
}

.b_cardfilter__search::-webkit-input-placeholder {
    color: #2b3130;
    font-weight: 300
}

.b_cardfilter__search::-moz-placeholder {
    color: #2b3130;
    font-weight: 300
}

.b_cardfilter__search-container {
    position: relative
}

.b_cardfilter__searchlabel {
    color: #616262
}

.b_cardfilter__search {
    background-color: #f0f0f2;
    border: 1px solid #ccc;
    color: #2b3130;
    font-family: sofia,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.47;
    margin-top: 8px;
    padding: 12px 16px;
    width: 100%
}

.b_cardfilter__searchIcon {
    color: #2b3130;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 46px
}

.b_cardfilter__shortcuts {
    display: none;
    position: relative
}

@media (min-width: 768px) {
    .b_cardfilter__shortcuts {
        display:block
    }
}

.b_cardfilter__flyout-trigger {
    background-color: #f0f0f2;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-family: sofia,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 12px 16px;
    position: relative;
    text-align: left;
    width: 100%
}

.b_cardfilter__flyout-trigger:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEwMjkzLjI5MyAtNDU5LjIwOCAxNS40MTQgOS4xMjEiPjxwYXRoIGQ9Im04NDk2Ljg5NS0zODg2LjA3IDcgNy03IDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDc2ODguNjYzIC0xMjY2LjczMykiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMyYjMxMzA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 16px;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 16px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    width: 16px
}

.b_pseudo:checked~.b_cardfilter__flyout-trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b_cardfilter__flyout {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    max-height: 500px;
    overflow: auto;
    padding-top: 40px;
    position: absolute;
    text-align: center;
    top: 47px;
    width: 100%;
    z-index: 100
}

.b_cardfilter__flyout.is-open {
    display: block
}

.b_cardfilter__flyout-category {
    list-style: none;
    margin: 0
}

.b_cardfilter__flyout-category-title {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 1000px;
    overflow: hidden;
    padding: 0 24%;
    position: relative;
    width: 83%
}

.b_cardfilter__flyout-category-title:before {
    border-top: 1px solid #2f3640;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.b_cardfilter__flyout-category-title span {
    background: #fff;
    display: inline-block;
    padding: 0 27px;
    position: relative;
    z-index: 5
}

.b_cardfilter__flyout-item {
    font-family: sofia,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.b_cardfilter__checkboxwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

@media (min-width: 768px) {
    .b_cardfilter__checkboxwrapper {
        margin-bottom:30px
    }
}

.b_cardfilter__checkbox {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-appearance: auto
}

.b_cardfilter__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px
}

.b_cardpartnerinternal {
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 100
}

.b_cardpartner__headlinecrop {
    height: 60px;
    max-width: 100%
}

@media (min-width: 1280px) {
    .b_cardpart__teasertext {
        height:95px
    }
}

.b_cardpartnerotm {
    background: hsla(0,0%,94%,.6);
    padding: 5px 10px;
    text-align: center;
    z-index: 100
}

.b_cardpartnerotm--teaser {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.b_cardpartnerotm--page {
    margin-top: 50px
}

.b_cardpartnerotm--page .b_cardpartnerotm__headline {
    display: inline-block;
    font-size: 24px
}

.b_cardpartnerotm__headline {
    display: inline;
    font-size: 15px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) {
    .b_cardpartnerotm__headline {
        font-size:16px
    }
}

.b_cardpartnerotm__img {
    display: inline-block;
    margin-top: 3px
}

.b_cardpartnerotm--layer .b_cardpartnerotm__img--left {
    float: left
}

.b_cardpartnerotm--layer .b_cardpartnerotm__img--right {
    float: right
}

.b_cardpartnerotm+.b_cardpartnerinternal {
    top: 35px
}

.b_cardpartner__introtext {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .b_cardpartner__introtext {
        margin-bottom:80px;
        padding: 0 30px
    }

    .b_modal .b_cardpartner__introtext {
        padding: 0
    }
}

.b_cardpartner__col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardpartner__col {
        float:left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }
}

.b_cardpartner__benefit {
    margin-bottom: 40px
}

.b_cardpartner__benefitheadline {
    display: table;
    margin-bottom: 0;
    width: 100%
}

@media (min-width: 768px) {
    .b_cardpartner__contentheadline {
        left:0;
        margin: 0;
        position: absolute;
        right: 0;
        top: -20px
    }

    .b_cardpartner__contentheadline .b_cardpartner__contentheadlinetext:before {
        display: none
    }
}

.b_cardpartner__content {
    margin: 0 -10px;
    padding: 35px 10px 0;
    position: relative
}

@media (min-width: 768px) {
    .b_cardpartner__content {
        border:1px solid #2f3640;
        margin: 0;
        padding: 30px
    }
}

.b_teaser {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.b_teaser:after {
    clear: both;
    content: " ";
    display: block
}

.b_teaser__col {
    height: auto;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width: 768px) {
    .b_teaser__col {
        float:left;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333333333%
    }

    .b_teaser__col:hover .b_teaser__image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.b_teaser__cards {
    bottom: 20px;
    left: 30px;
    position: absolute
}

.b_teaser__cards img {
    display: inline-block;
    margin-right: 10px
}

.b_teaser__category,.b_teaser__store {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    max-width: 50%;
    text-transform: uppercase
}

.b_teaser__arrow--navigation {
    background: hsla(0,0%,87%,.4);
    cursor: pointer;
    max-height: 57px;
    max-width: 57px;
    padding: 9px 18px;
    position: absolute;
    right: 0;
    top: 50%
}

.b_teaser__arrow--big {
    display: inline-block;
    float: left;
    margin-bottom: 2px;
    margin-right: 10px
}

.b_teaser__arrow--big:before {
    background: url(../Assets/Img/arrow-big.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    float: left;
    height: 14px;
    margin-top: 4px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 20px
}

@media screen and (min-width: 768px) {
    .b_teaser__arrow {
        -webkit-transition:all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .b_teaser__arrow:hover {
        background: hsla(0,0%,87%,.7)
    }
}

.b_teaser__category {
    float: left;
    max-width: 261px
}

@media (min-width: 768px) {
    .b_teaser__category {
        max-width:157px
    }
}

@media (min-width: 1280px) {
    .b_teaser__category {
        max-width:321px
    }
}

.b_teaser__meta {
    padding: 10px 15px
}

.b_teaser__meta:first-child {
    padding-top: 15px
}

.b_teaser__meta:after {
    clear: both;
    content: "";
    display: table
}

.b_teaser__store {
    float: right;
    text-align: right
}

@media (min-width: 768px) {
    .b_teaser__store {
        height:27px
    }
}

.b_teaser__headline {
    margin-bottom: 0
}

.b_teaser__text {
    padding: 16px 30px 60px
}

.b_teaser__text--none {
    padding: 16px 0
}

.b_teaser__text--link {
    margin-top: 24px
}

@media (min-width: 768px) {
    .b_teaser__text--link {
        margin-top:32px
    }
}

.b_teaser__text--link span {
    position: relative
}

.b_teaser__text--link span:before {
    background: #2f3640;
    bottom: -2px;
    content: "";
    display: blocK;
    height: 1px;
    left: 0;
    max-width: 0;
    position: absolute;
    right: 0;
    -webkit-transition: max-width .5s ease-in-out;
    transition: max-width .5s ease-in-out;
    width: 100%
}

.b_teaser__item {
    background: #f0f0f0;
    display: table;
    height: 100%;
    position: relative;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.b_teaser__item--none {
    background: transparent
}

.b_teaser__item>a {
    position: static
}

.b_teaser__item>a:before {
    display: none!important
}

.b_teaser.b_module p {
    margin-bottom: 16px
}

.b_teaser__image {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 54.85%;
    text-align: center;
    width: 100%
}

.b_teaser__image figure,.b_teaser__image img {
    margin: 0
}

.b_teaser__image img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.b_teaser__list-noresult {
    width: 100%
}

a:hover .b_teaser__text--link span {
    position: relative
}

a:hover .b_teaser__text--link span:before {
    max-width: 100%
}

a:hover .b_teaser__arrow--big:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.b_internetexplorer.b_version-11 .b_teaser__item {
    display: block
}

.b_internetexplorer.b_version-11 .b_teaser__item>a {
    display: inline
}

.b_form__filterreset {
    display: inline-block
}

.b_form__check {
    display: block;
    line-height: 30px;
    margin-bottom: 35px;
    position: relative
}

@media (min-width: 768px) {
    .b_form__check {
        margin-bottom:30px
    }
}

.b_form__check input {
    border: 0;
    height: 30px;
    margin: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 30px;
    z-index: -1
}

.b_form__checklabel {
    display: inline-block;
    padding-left: 40px
}

.b_form__checklabel:before {
    background: url(../Assets/Img/b_checkbox.png);
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 30px
}

.b_form__check input:checked+.b_form__checklabel:before {
    background: url(../Assets/Img/b_checkbox__checked.png)
}

.b_form__error {
    border-color: red!important
}

.b_multiselect {
    opacity: 0
}

span.b_form__error {
    color: red;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 13px
}

.b_pagination {
    line-height: 40px;
    margin: 0 auto 60px;
    max-width: 310px;
    text-align: center
}

.b_pagination a:before {
    opacity: 0
}

.b_pagination ul {
    display: inline-block;
    list-style: none
}

.b_pagination li {
    display: inline-block;
    float: left
}

.b_pagination li a {
    color: #717377
}

.b_pagination li.active a {
    color: #2f3640
}

.b_pagination__iconnext,.b_pagination__iconprev {
    height: auto;
    vertical-align: middle;
    width: 12px
}

.b_pagination__linkbutton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #dedede;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.b_pagination__linkbutton:hover {
    background: #ddd
}

.b_pagination__link {
    padding: 0 12px
}

.b_pagination__link:hover:before {
    opacity: 1
}

.b_pagination .disabled .b_svg__stroke {
    stroke: #ccc
}

@media (min-width: 768px) {
    .b_textimagecol--card .b_textimagecol__col--card {
        max-width:340px;
        width: 100%
    }

    .b_textimagecol--card .b_textimagecol__col--card:first-child {
        margin-right: 75px
    }
}

.b_textimagecol__headline {
    text-align: center
}

@media (min-width: 768px) {
    .b_textimagecol__content {
        margin:0 30px 40px
    }
}

.b_textimagecol__content .b_textimagecol__image--card {
    max-width: 100%
}

.b_internetexplorer.b_version-11 .b_textimagecol__col a {
    display: inline
}

.b_modal .b_imagegallery {
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (min-width: 768px) {
    .b_imagegallery__content {
        padding:0 40px
    }

    .b_modal .b_imagegallery__content {
        padding: 0
    }
}

.b_imagegallery__content .slick-dots {
    bottom: -20px;
    left: 0;
    list-style: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto
}

@media screen and (min-width: 768px) {
    .b_imagegallery__content .slick-dots {
        margin:0 -7px;
        position: static;
        text-align: left
    }
}

.b_imagegallery__content .slick-dots li {
    display: inline-block;
    height: auto;
    margin: 0 3px;
    width: auto
}

@media screen and (min-width: 768px) {
    .b_imagegallery__content .slick-dots li {
        margin:0;
        padding: 0 7px
    }
}

.b_imagegallery__image {
    margin-left: auto;
    margin-right: auto
}

.b_imagegallery__paginationitem {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 15px
}

.slick-active .b_imagegallery__paginationitem {
    background: #2f3640
}

.slick-active .b_imagegallery__paginationitem img {
    opacity: 1
}

@media screen and (min-width: 768px) {
    .b_imagegallery__paginationitem {
        background:transparent;
        border: none;
        border-radius: 0;
        height: auto;
        width: auto
    }
}

.b_imagegallery__paginationitem img {
    display: none;
    opacity: .5;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media screen and (min-width: 768px) {
    .b_imagegallery__paginationitem img {
        display:block
    }
}

.b_imagegallery__slide {
    height: auto
}

.b_event__collapseHeader {
    margin-bottom: 32px
}

.b_event__collapsebody {
    display: none
}

.b_event__clearer {
    clear: both;
    margin-bottom: 16px
}

.b_event__input {
    max-width: 852px
}

@media (min-width: 768px) {
    .b_modal .b_event__input {
        max-width:586px
    }
}

.b_event__col {
    position: relative
}

.b_event__col,.b_event__col--half {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .b_event__col--half {
        width:50%
    }

    .b_event__col--half,.b_event__col--small {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }

    .b_event__col--small {
        width: 25%
    }
}

.b_event__col--large {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.b_event__col--newRow:before {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.b_event__form {
    margin-bottom: 32px;
    padding: 0 30px
}

.b_event__submit {
    margin-top: 32px
}

.b_platincard__image {
    height: auto;
    max-width: 100%
}

.b_platincard__icon {
    color: #717377;
    font-size: 18px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 4px
}

.b_platincard__status-icon:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #717377;
    content: "\e905";
    font-family: Breuninger!important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 2px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    width: 14px
}

.b_platincard__accordion-header:hover .b_platincard__status-icon:before {
    color: #000
}

.b_platincard__accordion-item:open .b_platincard__status-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b_platincard__accordion-header {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    margin-bottom: 10px;
    padding: 0 26px;
    position: relative
}

.b_platincard__accordion-header::-webkit-details-marker {
    display: none
}

.b_platincard__accordion-header::marker {
    content: ""
}

.b_platincard__accordion-body {
    overflow: hidden;
    padding: 0 100px 0 26px
}

@media (min-width: 768px) {
    .b_platincard {
        margin-left:-15px;
        margin-right: -15px
    }

    .b_platincard,.b_platincard__image-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .b_platincard__image-col {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        padding: 0 15px
    }

    .b_platincard__text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

.b_gridrow {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .b_gridrow--flex {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }
}

.b_gridrow:after,.b_gridrow:before {
    content: " ";
    display: table;
    width: 100%
}
