
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, .6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0 0
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    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 {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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 {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: PublicaSans-Regular;
    src: url(../assets/fonts/FaceType-PublicaSans-Regular.WOFF)
}

@font-face {
    font-family: PublicaSans-Light;
    src: url(../assets/fonts/PublicaSans-Light.WOFF)
}

@font-face {
    font-family: PublicaSans-Medium;
    src: url(../assets/fonts/PublicaSans-Medium.WOFF)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    font-family: PublicaSans-Regular;
    margin: 0;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: PublicaSans-Light;
    font-weight: 400
}

a {
    color: #000
}

b {
    font-family: PublicaSans-Medium;
    font-weight: 400
}

.site {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-content {
    padding-bottom: 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.comingsoon .main-navigation,
.comingsoon .menu-footer-menu-container,
.comingsoon .search,
.comingsoon .site-content,
.comingsoon .site-footer a {
    display: none
}

.comingsoon_image {
    max-width: 100%;
    width: auto;
    height: auto
}

.center-wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

.btn {
    display: inline-block;
    text-align: center;
    background: #f8f3eb;
    color: #c1aa6d;
    padding: 10px;
    text-decoration: none;
    border: none;
    font-family: PublicaSans-Light;
    outline: none;
    cursor: pointer
}

.btn.active,
.btn:hover {
    background: #c1aa6d;
    color: #f8f3eb
}

body:not(.home) .site-content {
    padding: 0 0 50px
}

.golden-spacer {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px
}

.golden-spacer:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c1aa6d;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:1000px) {
    body {
        padding-top: 63px
    }
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 40px
}

@media (max-width:1000px) {
    .site-header {
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px;
        z-index: 100000
    }
}

.site-logo img {
    width: 300px
}

@media (max-width:1000px) {
    .site-logo img {
        width: 200px
    }
}

.site-title {
    margin: 0
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1000px) {
    .main-navigation .menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 100;
        padding-bottom: 30px;
        height: 100vh;
        padding: 0 20px
    }

    .main-navigation .menu.is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-navigation .menu li {
        margin-left: 0
    }

    .main-navigation .menu li a {
        display: block;
        padding: 7px 0
    }
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.menu li {
    margin-left: 30px
}

.menu li.current-menu-item a,
.menu li.current-page-item a {
    color: #c1aa6d
}

.menu a {
    text-decoration: none
}

.menu a:hover,
.tax-product_cat .menu li.menu-item-56 a,
.tax-product_tag .menu li.menu-item-56 a {
    color: #c1aa6d
}

.cart-icon {
    margin-left: 30px;
    margin-top: 5px
}

.cart-icon svg {
    width: 20px;
    height: 20px
}

.cart-icon:hover path {
    fill: #c1aa6d
}

@media (max-width:1000px) {
    .cart-icon {
        margin-top: 0
    }
}

.menu-toggle {
    display: none;
    width: 30px;
    padding: 0;
    margin-left: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000
}

.menu-toggle span:not(:last-child) {
    margin-bottom: 7px
}

@media (max-width:1000px) {
    .menu-toggle {
        display: block
    }
}

.site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: PublicaSans-Light;
    font-size: 12.8px;
    font-size: .8rem
}

@media (max-width:768px) {
    .site-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 20px
    }
}

.site-footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer .menu li {
    margin-left: 10px
}

@media (max-width:768px) {
    .site-footer .menu li {
        margin: 0 10px 0 0
    }
}

.site-footer .icon {
    text-decoration: none;
    font-family: PublicaSans-Medium;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem
}

.site-footer .icon:before {
    content: "";
    position: absolute;
    left: -12px;
    height: 3px;
    width: 3px;
    background: #c1aa6d;
    border-radius: 50%;
    top: 50%;
    margin-top: -1px
}

.site-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer__left .menu li {
    margin-right: 10px;
    margin-left: 0
}

@media (max-width:768px) {
    .site-footer__left {
        display: block
    }
}

.grid-filter {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid-filter a {
    text-decoration: none;
    text-transform: lowercase;
    margin-right: 20px
}

.grid-filter a.is-active,
.grid-filter a:hover {
    color: #c1aa6d
}

@media (max-width:768px) {
    .grid-filter {
        display: block;
        white-space: nowrap;
        overflow-x: auto
    }
}

.grid {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    grid-template-rows: 16.666% 16.666% 16.666% 16.666% 16.666% 16.666%;
    margin: 0 -4px;
    overflow: hidden;
    min-height: 740px
}

@media (max-width:1000px) {
    .grid {
        grid-template-columns: 50% 50%;
        grid-template-rows: 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333%
    }
}

@media (max-width:768px) {
    .grid {
        display: block;
        min-height: 0;
        margin: 0
    }
}

.grid__element {
    padding: 4px;
    display: contents;
    text-decoration: none;
}

@media (max-width:768px) {
    .grid__element {
        padding: 0;
        margin-bottom: 6px
    }
}

.grid__element .inner {
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background-color: #f8f3eb;
    min-height: 200px;
    padding: 30px 10px 10px;
    height: 100%;
    z-index: 1
}

.grid__element .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .8);
    z-index: 0;
    opacity: 0;
    z-index: -1
}

.grid__element .inner>div {
    opacity: 0
}

.grid__element .inner img {
    max-width: 100%;
    height: auto
}

.grid__element h2 {
    z-index: 1
}

.grid__element.grid__element-project h2,
.grid__element p {
    opacity: 0;
    z-index: 1
}

.grid__element .grid__element__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 1
}

.grid__element .grid__element__icon.grid__element__icon2 {
    background-image: url(../assets/images/Symbol-Kreis2_weis.png)
}

.grid__element .grid__element__icon.grid__element__icon3 {
    background-image: url(../assets/images/Symbol-Kreis3_weis.png)
}

.grid__element:active .inner:before,
.grid__element:active .inner>div,
.grid__element:active h2,
.grid__element:active p,
.grid__element:hover .inner:before,
.grid__element:hover .inner>div,
.grid__element:hover h2,
.grid__element:hover p {
    opacity: 1
}

.grid__element:active .grid__element__headline,
.grid__element:hover .grid__element__headline {
    color: #000
}

.grid__element:active .grid__element__icon.grid__element__icon1,
.grid__element:hover .grid__element__icon.grid__element__icon1 {
    background-image: url(../assets/images/Symbol-Kreis1_schwarz.png)
}

.grid__element:active .grid__element__icon.grid__element__icon2,
.grid__element:hover .grid__element__icon.grid__element__icon2 {
    background-image: url(../assets/images/Symbol-Kreis2_schwarz.png)
}

.grid__element:active .grid__element__icon.grid__element__icon3,
.grid__element:hover .grid__element__icon.grid__element__icon3 {
    background-image: url(../assets/images/Symbol-Kreis3_schwarz.png)
}

.grid__element:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5
}

.grid__element:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4
}

.grid__element:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3
}

@media (max-width:1000px) {
    .grid__element:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 9;
        grid-row-end: 13
    }
}

.grid__element:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 7
}

@media (max-width:1000px) {
    .grid__element:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 9
    }
}

.grid__element:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 7
}

.grid__element:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 5
}

@media (max-width:1000px) {
    .grid__element:nth-child(6) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 9
    }
}

.grid__element:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 7
}

@media (max-width:1000px) {
    .grid__element:nth-child(7) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 9;
        grid-row-end: 13
    }
}

.grid-layout-1 {
    grid-template-columns: 33.333% 33.333% 33.333%;
    grid-template-rows: 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333% 8.333%;
    min-height: 900px
}

.grid-layout-1 .grid__element:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5
}

.grid-layout-1 .grid__element:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4
}

.grid-layout-1 .grid__element:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5
}

.grid-layout-1 .grid__element:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 9
}

.grid-layout-1 .grid__element:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 7
}

.grid-layout-1 .grid__element:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 9
}

.grid-layout-1 .grid__element:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 13
}

.grid-layout-1 .grid__element:nth-child(8) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 10
}

.grid-layout-1 .grid__element:nth-child(9) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 10;
    grid-row-end: 13
}

.grid-layout-1 .grid__element:nth-child(10) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 9;
    grid-row-end: 13
}

.grid__element__headline {
    margin: 0;
    padding: 0;
    color: #fff
}

.post-type-archive-product .site-content aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:768px) {
    .page__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page__content {
    width: 100%
}

.page__gallery {
    width: 750px;
    margin-left: 20px;
    overflow: hidden;
    min-width: 750px
}

@media (max-width:1200px) {
    .page__gallery {
        width: 50%;
        min-width: 50%
    }
}

@media (max-width:768px) {
    .page__gallery {
        width: 100%;
        min-width: 100%;
        margin-top: 30px;
        margin-left: 0
    }
}

.page__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    z-index: 10;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij48Zz48cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
    outline: none
}

.page__gallery .slick-arrow.slick-next {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.page__gallery__item {
    height: 400px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #eee
}

.page .entry-content img {
    max-width: 100%;
    height: auto
}

.headervisual {
    background-size: cover;
    background-position: 50%;
    margin-bottom: 7px
}

.headervisual .hover {
    min-height: 500px;
    opacity: 0;
    background: hsla(0, 0%, 100%, .65);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .headervisual .hover {
        opacity: 1;
        padding: 20px;
        min-height: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.headervisual .hover__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 66.666%;
    max-width: 66.666%;
    padding-left: 100px
}

@media (max-width:1000px) {
    .headervisual .hover__left {
        min-width: 50%;
        max-width: 50%;
        padding-left: 20px
    }
}

@media (max-width:768px) {
    .headervisual .hover__left {
        min-width: 100%;
        max-width: 100%;
        padding-left: 0
    }
}

.headervisual .hover__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 33.333%;
    max-width: 33.333%;
    padding-right: 100px;
    padding-left: 5px
}

@media (max-width:1000px) {
    .headervisual .hover__right {
        min-width: 50%;
        max-width: 50%;
        padding-right: 20px
    }
}

@media (max-width:768px) {
    .headervisual .hover__right {
        min-width: 100%;
        max-width: 100%;
        padding-left: 0
    }

    .headervisual .hover__right h1 {
        display: none
    }
}

.headervisual:hover .hover {
    opacity: 1
}

.headervisual h1 {
    font-weight: 400
}

.headervisual__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.headervisual__info p {
    padding-right: 40px;
    margin-bottom: 0
}

@media (max-width:768px) {
    .headervisual__info {
        display: block
    }

    .headervisual__info p {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.headervisual__meta {
    color: #c1aa6d;
    font-family: PublicaSans-Light;
    font-size: 12.8px;
    font-size: .8rem
}

.shop__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    font-family: PublicaSans-Light
}

.shop__header .btn {
    margin: 0
}

.shop__header .search {
    margin-bottom: 0
}

.shop__views-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop__views,
.shop__views-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop__views {
    width: 100%
}

@media (max-width:1000px) {
    .shop__views {
        display: block
    }
}

.shop__main {
    width: 100%
}

.shop__sidebar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 300px;
    min-width: 300px;
    padding-right: 70px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.shop__sidebar .show-mobile {
    display: none;
    position: relative;
    font-size: 18px
}

.shop__sidebar .show-mobile:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41Yy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==)
}

.shop__sidebar>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.shop__sidebar>ul>li {
    margin-bottom: 20px
}

@media (max-width:1000px) {
    .shop__sidebar {
        max-width: 100%;
        padding-right: 0
    }

    .shop__sidebar .show-mobile {
        display: block
    }

    .shop__sidebar .show-mobile.is-active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .shop__sidebar .show-mobile.is-active+ul {
        display: block
    }

    .shop__sidebar>ul {
        display: none
    }
}

.shop__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px
}

@media (max-width:1000px) {
    .shop__list {
        padding-left: 0
    }
}

.shop__list .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px
}

@media (max-width:500px) {
    .shop__list .products {
        display: block
    }
}

.shop__list .button {
    display: none !important
}

.shop__list .woocommerce-de_price_taxrate,
.shop__list .woocommerce_de_versandkosten {
    font-family: PublicaSans-Light;
    font-size: 11.2px;
    font-size: .7rem
}

.widget_productcat_widget a {
    text-decoration: none;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.widget_productcat_widget a.is-active,
.widget_productcat_widget a:hover {
    color: #c1aa6d
}

.widget_productcat_widget a span {
    color: #c1aa6d;
    background: #f8f3eb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-size: 11px
}

.widget_productcat_widget .spacer {
    display: block;
    height: 20px
}

.widget_producttag_widget h2 {
    display: none
}

.widget_producttag_widget a {
    display: inline-block;
    color: #c1aa6d;
    background: #f8f3eb;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 14.4px !important;
    font-size: .9rem !important;
    text-decoration: none;
    margin: 0 5px 5px 0
}

.widget_producttag_widget a.is-active,
.widget_producttag_widget a:hover {
    background: #c1aa6d;
    color: #f8f3eb
}

.widget_producttag_widget .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    background: #f8f3eb;
    color: #c1aa6d;
    border-radius: 0;
    font-weight: 400;
    font-family: PublicaSans-Medium
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    background: #c1aa6d;
    color: #f8f3eb
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    display: none;
    content: normal
}

.woocommerce-page ul.products[class*=columns-] li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce ul.products li.product {
    float: none;
    max-width: 33.3%;
    min-width: 33.3%;
    margin-bottom: 25px;
    margin-right: 0;
    padding: 0 7px
}

@media (max-width:1000px) {

    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product {
        max-width: 50%;
        min-width: 50%
    }
}

@media (max-width:500px) {

    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px
    }
}


.woocommerce form .form-row{
    display: block;
}

.woocommerce .woocommerce-breadcrumb {
    color: #c1aa6d
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #c1aa6d
}

.woocommerce-info:before,
.woocommerce-message:before {
    color: #c1aa6d
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -7px
}

.woocommerce ul.products li.product .badges {
    position: absolute;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

.woocommerce ul.products li.product .badge {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.woocommerce ul.products li.product .onsale {
    background: #c1aa6d
}

.woocommerce ul.products li.product .is-new {
    background: #fff;
    color: #c1aa6d
}

.woocommerce ul.products li.product .price {
    color: #c1aa6d;
    font-size: 16px;
    font-size: 1rem;
    font-family: PublicaSans-Light;
    margin-top: 0
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none
}

.woocommerce ul.products li.product .stock-info {
    color: #c1aa6d;
    font-size: 12.8px;
    font-size: .8rem;
    margin: 0
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17.6px;
    font-size: 1.1rem
}

.woocommerce ul.products li.product a img {
    margin-bottom: 5px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product form.cart {
    margin-bottom: 5px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
    height: 35px;
    width: 120px
}

.checkout input[type=email],
.checkout input[type=tel],
.checkout input[type=text],
.checkout textarea {
    padding: 10px 15px;
    font-family: PublicaSans-Light;
    font-size: 16px;
    font-size: 1rem
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 30px
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: PublicaSans-Light;
    color: #c1aa6d
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
    background: hsla(44, 40%, 59%, .3);
    color: #c1aa6d
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #c1aa6d;
    color: #fff
}

@media (max-width:1000px) {

    .woocommerce #content div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce div.product div.summary {
        width: 100%
    }
}

.team__header {
    background-size: cover;
    min-height: 500px;
    background-position: 50%;
    margin-bottom: 7px
}

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .team {
        display: block
    }
}

.member {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: calc(33.333% - 4.66px);
    min-width: calc(33.333% - 4.66px);
    margin-bottom: 7px;
    height: 0;
    padding-bottom: 40%;
    position: relative;
    background-size: cover;
    background-position: 50%
}

.member:not(:nth-child(3n)) {
    margin-right: 7px
}

.member .member__overlay {
    display: none;
    background: hsla(0, 0%, 100%, .8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.member:active .member__overlay,
.member:hover .member__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.member h3 {
    margin-bottom: 0
}

.member a {
    color: #c1aa6d
}

.member p {
    margin: 0
}

@media (max-width:768px) {
    .member {
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 100%
    }

    .member:not(:nth-child(3n)) {
        margin-right: 0
    }
}

.single-product .current_page_parent a {
    color: #c1aa6d
}

.product__main {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px
}

@media (max-width:1000px) {
    .product__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product__main .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image a {
    cursor: default
}

.product__main .product-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -5px
}

.product__main .product-thumbnails .woocommerce-product-gallery__image {
    padding: 5px;
    width: 25%
}

.product__main .onsale {
    display: none
}

.product__main .product__info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product__main .summary {
    padding-top: 80px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1000px) {
    .product__main .summary {
        margin-left: 0;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product__main .summary h1 {
    min-width: 100%;
    margin-bottom: 30px
}

.product__main .summary .summary__right {
    padding-left: 80px;
    position: relative;
    font-size: 12.8px;
    font-size: .8rem
}

@media (max-width:1000px) {
    .product__main .summary .summary__right {
        padding-left: 0
    }
}

.product__main .summary .price small {
    font-size: 12px;
    font-family: PublicaSans-Light
}

.product__main .badge {
    background: #c1aa6d;
    color: #fff;
    position: absolute;
    top: 20px;
    right: -10px;
    padding: 7px 20px 10px;
    font-size: 14px
}

.product__main .quantity {
    position: relative;
    border: 1px solid #c1aa6d;
    overflow: hidden;
    position: absolute;
    left: 0
}

.product__main .quantity input[type=number]::-webkit-inner-spin-button,
.product__main .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product__main .quantity input[type=number] {
    -moz-appearance: textfield
}

.product__main .quantity input {
    width: 65px !important;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 20px;
    color: #c1aa6d;
    border: none
}

.product__main .quantity input:focus {
    outline: 0
}

.product__main .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px
}

.product__main .quantity .quantity-nav .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #c1aa6d;
    width: 20px;
    text-align: center;
    color: #c1aa6d;
    font-size: 13px;
    font-family: Trebuchet MS, Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.product__main .quantity .quantity-nav .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #c1aa6d
}

.product__main .quantity .quantity-nav .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%
}

.product__main .single_add_to_cart_button {
    height: 44px;
    display: block;
    width: 100%
}

.product__main .btn {
    width: 100%
}

.product__info>p:first-child {
    margin-top: 0
}

.product__info .product__attributes {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    font-family: PublicaSans-Light
}

.product__info .product__attributes b {
    font-weight: 400;
    font-family: PublicaSans-Medium
}

.product__info .product__attributes li {
    margin-bottom: 7px
}

.product__info a {
    text-decoration: none
}

.product__distribution {
    margin-top: 40px;
    color: #c1aa6d
}

.product__pickup {
    margin-top: 20px;
    color: #c1aa6d
}

.product__pickup a {
    display: block;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-color: #f8f3eb;
    margin-top: 20px
}

.product__related__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

@media (max-width:768px) {
    .product__related__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product__teaser {
    max-width: 25%;
    text-decoration: none;
    color: #c1aa6d;
    padding: 0 10px 10px
}

.product__teaser h3 {
    color: #000;
    font-size: 17.6px;
    font-size: 1.1rem;
    margin: 10px 0
}

.product__teaser .stock-info {
    color: #c1aa6d;
    font-size: 12.8px;
    font-size: .8rem;
    margin: 0
}

.product__teaser .product__teaser__price {
    display: block;
    margin-bottom: 10px;
    color: #c1aa6d;
    font-size: 16px;
    font-size: 1rem;
    font-family: PublicaSans-Light
}

.product__teaser .product__teaser__price ins {
    text-decoration: none
}

@media (max-width:1000px) {
    .product__teaser {
        max-width: 50%
    }
}

.imprint {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0
}

.imprint__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .imprint__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.imprint__main {
    max-width: 600px
}

.imprint__meta {
    color: #c1aa6d;
    margin-left: 20px;
    max-width: 300px
}

@media (max-width:768px) {
    .imprint__meta {
        margin-left: 0
    }
}

.imprint__meta span {
    color: #c1aa6d
}

.acf-map {
    width: 100%;
    height: 600px;
    border: none;
    display: none
}

.acf-map img {
    max-width: inherit !important
}

.acf-map .marker__inner {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.acf-map .marker__inner h4 {
    margin: 0;
    color: #c1aa6d
}

.acf-map .marker__inner .marker__img {
    width: 100px;
    height: 100px;
    background: #c1aa6d;
    background-size: cover;
    background-position: 50%;
    margin-right: 10px
}

.acf-map .marker__inner a {
    display: block
}

.acf-map .marker__inner a:not(:last-child) {
    margin-bottom: 7px
}

.search {
    margin-bottom: 10px
}

.searchform {
    position: relative;
    padding-left: 22px
}

.searchform:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 15px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: -7px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1MSA0NTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MSA0NTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDQ3LjA1LDQyOGwtMTA5LjYtMTA5LjZjMjkuNC0zMy44LDQ3LjItNzcuOSw0Ny4yLTEyNi4xQzM4NC42NSw4Ni4yLDI5OC4zNSwwLDE5Mi4zNSwwQzg2LjI1LDAsMC4wNSw4Ni4zLDAuMDUsMTkyLjMgICBzODYuMywxOTIuMywxOTIuMywxOTIuM2M0OC4yLDAsOTIuMy0xNy44LDEyNi4xLTQ3LjJMNDI4LjA1LDQ0N2MyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTQgICBDNDUyLjI1LDQ0MS44LDQ1Mi4yNSw0MzMuMiw0NDcuMDUsNDI4eiBNMjYuOTUsMTkyLjNjMC05MS4yLDc0LjItMTY1LjMsMTY1LjMtMTY1LjNjOTEuMiwwLDE2NS4zLDc0LjIsMTY1LjMsMTY1LjMgICBzLTc0LjEsMTY1LjQtMTY1LjMsMTY1LjRDMTAxLjE1LDM1Ny43LDI2Ljk1LDI4My41LDI2Ljk1LDE5Mi4zeiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.searchform>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.searchform input[type=text] {
    border: none;
    border-left: 2px solid #000;
    outline: none;
    padding-left: 5px;
    -webkit-appearance: none;
    border-radius: 0
}

.searchform input[type=text]:focus {
    border: none
}

.searchform input[type=submit] {
    display: none
}

@media print {

    .woocommerce-cart #wpadminbar,
    .woocommerce-cart .cart-collaterals,
    .woocommerce-cart .entry-title,
    .woocommerce-cart .search,
    .woocommerce-cart .site-footer,
    .woocommerce-cart .site-header,
    .woocommerce-cart .woocommerce-cart-form {
        display: none
    }

    .woocommerce-cart .center-wrapper {
        padding: 0;
        margin: 0;
        max-width: 100%;
        min-height: 0
    }

    a[href]:after {
        content: none !important
    }

    @page {
        size: auto;
        margin: 0
    }

    .pdf-product {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        padding: 20px;
        font-size: 16px;
        background-size: cover;
        background-position: 50%;
        font-family: PublicaSans-Light;
        position: relative
    }

    .pdf-product p {
        font-size: 16px;
        margin: 0
    }

    .pdf-product b {
        font-family: PublicaSans-Medium
    }

    .pdf-product .pdf-product__main-image {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .pdf-product.pdf-product--front {
        padding: 0
    }

    .pdf-product.pdf-product--front img {
        position: absolute;
        width: 100%;
        height: 100%;
        min-height: 100vh
    }

    .pdf-product .summary {
        overflow: hidden;
        vertical-align: top
    }

    .pdf-product .product__info {
        float: left;
        vertical-align: top
    }

    .pdf-product .summary__right {
        float: right;
        vertical-align: top;
        text-align: right
    }

    .pdf-product .product__distribution {
        margin-top: 0
    }

    .pdf-product .product__attributes,
    .pdf-product .product__pickup {
        margin: 0
    }

    .pdf-product .price ins {
        text-decoration: none
    }
}