@font-face {
    font-family: "Font Awesome 5 Pro";
    font-face: swap
}

@media (min-width: 1921px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}


.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body, html {
    height: 100%;
}

@media (max-width: 1199px) {
    body, .btn, .dropdown-menu, .form-control {
        font-size: .86rem
    }

}


@media (max-width: 991px) {
    h1, .h1 {
        font-size: 2rem
    }

    h2, .h2 {
        font-size: 1.7rem
    }

    h3, .h3 {
        font-size: 1.6rem
    }
}

body {
    position: relative;
    background: #fff;
    color: #000;
    font-family: muli, sans-serif;
    font-style: normal;
    font-weight: 300;
}

a {
    color: #555;
    text-decoration: underline;
}

a:hover {
    color: #c7c1b8;
}

b, strong {
    font-weight: 700
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn {
    font-weight: 300;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

#main-slider {
    position: relative;
    height: auto;
    z-index: 5;
    min-height: 150px;

}
@media(min-width: 992px){
    #sub-slider, #main-slider {
        margin-top: 30px;
    }
}

.slidercontainer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: -1
}

.carousel-indicators {
    position: relative;
    margin: 0;
}

.carousel-indicators-holder {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.carousel-indicators .carousel-indicator {
    width: auto !important;
    margin: 0 !important;
    float: left !important;
    opacity: .5;
    position: relative;
    cursor: pointer;
}

.carousel-indicators .carousel-indicator:hover {
    opacity: .75 !important;
}

.carousel-indicators .carousel-indicator:hover i {
    transform: rotate(90deg);
}

.carousel-indicators .carousel-indicator.active {
    opacity: 1;
}

.captioninner {
    position: relative
}

.captioninner .btn {
    position: absolute;
    right: 30px;
    bottom: -18px;
    margin-bottom: 0;
}

.indicator {
    border-top: 2px solid #000;
    padding: 4px 0 0;
    font-size: 86%;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-indicator i {
    position: absolute;
    top: 7px;
    font-size: 12px;
    right: 15px;
    color: #fff;
    transition: transform ease .25s
}

#main-slider .carousel-inner {
    height: auto;
}

#main-slider .carousel-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

#sub-slider p.h1,
#main-slider p.h1 {
    font-size: 1.5rem;
    font-family: operetta-32, serif;
    font-weight: 600;
}
#sub-slider p.h2,
#main-slider p.h2 {
    font-size: 1.25rem
}

.carousel-item {
    overflow: hidden
}

@media (max-width: 575px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #sub-slider p.h1,
    #main-slider p.h1 {
        font-size: 2rem
    }
    #sub-slider p.h2,
    #main-slider p.h2 {
        font-size: 1.75rem
    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 1921px) {

}

.sliderbild img {
    transition: transform linear 7s;
    transform: scale(1.15);
    transform-origin: center bottom;
    max-height: 55vH;
}


@media (min-width: 768px) {
    .slidercaption {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .slidercaption {
        padding: 3rem;
    }
}

.slidercaption p:last-child {
    margin-bottom: 0
}

.carousel-inner {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

.carousel .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    color: #fff;

}

.carousel .captionBG {
    background-color: #fab30f;
    mix-blend-mode: color;
    z-index: 3;
    transform: skewX(15deg);
    transform-origin: left bottom
}


.carousel .caption:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.carousel .captionBG:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    background-color: #fab30f;
    width: 100%;
}


.carousel .caption p {
    color: #fff;
}

.carousel .caption p.h1 span {
    background-color: #ffF;
    padding: 5px 10px;
    color: #084690
}

.carousel .caption p.h1 + p {
    margin-top: 15px;
    font-weight: bold;
}

.carousel .caption p.h1 + p span {
    color: #ffF;
    padding: 5px 10px;
    background-color: #084690
}

#sub-slider {
    position: relative;
    height: auto;
    z-index: 5;
    overflow: hidden;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 100;
}


#sub-slider .carousel-inner {
    height: auto;
}

#sub-slider .carousel-item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}


.carousel-inner {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

#sub-slider .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    max-height: 90%;
    right: 0;
    z-index: 2;
    color: #fff;
}

#sub-slider .caption p {
    color: #fff;
}


.carousel-control-next, .carousel-control-prev {
    z-index: 100;
}


.headervideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    min-height: 100%;
}

.carousel-item.hasVideo .caption {
    top: 50%;
    opacity: 1;
    transition: opacity ease .3s;
}

.carousel-item.hasVideo:hover .caption {
    opacity: .15;
}

@media (min-width: 1200px) {
    .intrologo {
        padding: 30px 10px;
    }
}

.carousel-control-next, .carousel-control-prev {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.small-gap {
    margin-bottom: 15px !important;
}

.gap {
    margin-bottom: 30px !important;
}

.big-gap {
    margin-bottom: 60px !important;
}

.no-margin {
    margin: 0 !important;
    padding: 0;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.versteckt {
    opacity: 0
}

.sichtbar {
    opacity: 1
}

.shadow {
    box-shadow: 0px 0px 3px 1px #3c3a3e;
    -moz-box-shadow: 0px 0px 3px 1px #3c3a3e;
    -webkit-box-shadow: 0px 0px 3px 1px #3c3a3e;
}

.inner-shadow {
    -moz-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    -webkit-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
}

.img-responsive {
    margin: 0 auto;
}

section {
    padding: 50px 0;
}

section.vc_section {
    left: initial !important
}

p {
    margin-bottom: 1.2em;
}

p a {
    text-decoration: underline;
}

p.small {
    margin-bottom: 0;
}

.call-to-action p {
    margin: 10px 0 0 0;
    font-family: 'muli', sans- serif;
    font-size: 15px;
}

p.more {
    text-align: left;
    font-family: 'muli', sans- serif;
    text-align: center;
}

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

hr {
    width: 50%;
    margin: 2.4em auto
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {

    font-style: normal;
}

h3, h4, h5, h6 { font-weight: bold;}

h1, h2 {    font-family: operetta-32, serif;
    font-weight: 600;}

#main-slider p.h1 span, #main-slider a p.h1 span {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background: #c7c1b8;
    display: inline-block;
    text-decoration: none;
    font-family: operetta-32, serif;
    font-weight: 600;
}

#main-slider p.h2 span, #main-slider a p.h2 span {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background: #c7c1b8;
    display: inline-block;
    text-decoration: none;
}

#main-slider a:hover h1 {
    background: #fff;
    color: #c7c1b8;
}


/** SLICKS **/

.slick-list {
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 1200px) {
    .slick-list {
        padding: 0 !important;
        margin: 0 -15px !important;
    }
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    background-color: #ac1731;
    color: #fff;
}

.slick-slider .slick-prev, .slick-slider .slick-next {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 52px;
    text-align: center;
    color: #000;
    background-color: #fff;
    outline: none !important;
    font-size: 16px;
    text-shadow: none !Important;
    border: 0 !important;
    outline: 0 !Important;
    z-index: 5;
    box-shadow: 5px 5px 10px rgba(0,
    0,
    0,
    .05);
    border-radius: 50%;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .15);
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.slick-slider.dark .slick-prev, .slick-slider.dark .slick-next {
    background-color: rgba(255, 255, 255, .15);
}

.slick-slider.dark .slick-prev:hover, .slick-slider.dark .slick-next:hover {
    background-color: rgba(255, 255, 255, .05);
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px
}

@media (min-width: 768px) {
    .slick-slider .slick-prev {
        left: -15px;

    }

    .slick-slider .slick-next {
        right: -15px;
    }
}

@media (min-width: 1200px) {
    .slick-slider .slick-prev {
        left: -20px;

    }

    .slick-slider .slick-next {
        right: -20px;
    }
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    height: inherit;
}

.slick-track .slick-slide > div {
    height: 100%
}

.slick-track .slick-slide > div .slickitem {
    height: 100%;
}

/** FORMS **/
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
input#coupon_code,
.form-control, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, textarea.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom-color: #000;
    background: transparent;
    box-shadow: none !important;
    margin-bottom: 15px;
    padding: 22px 9px 4px;
    height: auto !important;
    line-height: 1;
    position: relative;
    z-index: 1;
}

select.form-control option {
    color: #000
}

select.form-control option:hover,
select.form-control option:focus {
    background-color: rgba(232, 80, 14, 1) !Important
}

select.form-control {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 49px !Important;

    /* and then whatever styles you want*/
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.form-groupp label.small {
    font-weight: bold;
}


.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 2.5rem;
    opacity: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding-left: 2.5rem
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 2.5;
}

.custom-control-label::before {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
}

.custom-control-label::after {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #064794;
    background-color: #064794;
}


.wpcf7-form-control-wrap {
    position: relative
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
}

input[type="file"].form-control {
    padding: 12px 9px;
}

textarea.form-control {
    height: auto;
}

.form-group {
    position: relative;
    margin-bottom: 1rem !important;
}


/** BUTTONS **/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #artikelanfrage-gruppe button {
    border: 0;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    padding: 18px 15px 15px;
    box-shadow: none !important;
    border-radius: 0 !Important;
    position: relative;
    line-height: 1;
    z-index: 1;
    margin-bottom: 5px;
    font-weight: bold;
    transition: color ease .15s, border ease .15s;
    background-color: #ac1731;
    text-transform: uppercase;
    text-align: center;
}

.btn-reset { background-color: #c7c1b8 ; }


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.btn-default:hover, #newsletter input[type=submit]:hover, input[type="button"]:hover, input[type="submit"]:hover, #artikelanfrage-gruppe button {
    background-color: #000;
    color: #fff;
}

.ctaitem {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.ctaitem .backgrounder {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0px;
    background-size: cover;
    background-position: center;
    transition: transform ease .3s
}


.ctaitem .itemdetails p.h3 {

}


.ctaitem .overlay {
    background-color: rgba(0, 0, 0, .43);
    position: absolute;
    transition: background-color ease .3s;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.ctaitem:hover .overlay {
    background-color: rgba(0, 0, 0, .21)
}

.ctaitem:hover .backgrounder {
    transform: scale(1.1)
}

.ctaitem:hover .backgrounder.grayscale {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
}

.ctaitem:hover .overlay {
    transform: scale(1.1)
}

.contact {
    background-color: #c7c1b8;
    color: #fff;
    padding: 60px 0;
    position: relative;
    border-bottom: 30px solid #fff;
}

.contact .btn-default:hover {
    border-color: #fff;
}

.contact .btn-default.btn-additional {
    border-color: #fff;
    color: #fff;
}

.contact .btn-default.btn-additional:hover {
    border-color: #ddd;
    color: #ddd;
}

.contact p.h1 {
    color: #fff;
}

.contact p.h1 + p.h1 {
    color: #333;
}

.contact .card {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 45px 0 15px
}

#kontakt {
    background-color: #c7c1b8;
    border-bottom: 15px solid #222;
}

#kontakt .form-control:focus {
    border-color: #000 !important
}

#kontakt .form-group.active label {
    color: #000 !important
}

#kontakt .form-group.filled label {
    color: #666 !important
}

#kontakt .form-group.filled .form-control {
    border-color: #666 !important
}

#kontakt .card {
    border-bottom: 0 !important
}

#kontakt .wpcf7 form.wpcf7-form.submitting:before, #kontakt .wpcf7 form.wpcf7-form.resetting:before {
    background-color: rgba(232, 80, 14, .75);
}

#kontakt .form-group.invalid span.wpcf7-not-valid-tip {
    color: darkred !important
}

#kontakt .form-group.invalid .form-control, #kontakt .form-group.filled.invalid .form-control {
    border-color: darkred !important
}

#kontakt .form-group.invalid .form-control, #kontakt .form-group.invalid label {
    color: darkred !important
}


.legal {
    padding: 5px 0;
}

.legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.legal ul li {
    display: inline;
}

.legal ul li a {
    font-size: .86rem;
    color: #fff;
    padding: 7px;
    padding-right: 0;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .legal ul li a {
        font-size: .75rem;
    }
}


#wrapper {
    padding-top: 100px;
    overflow: hidden;
}

@media (min-width: 992px) {
    #wrapper {
        padding-top: 100px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    #wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    #wrapper {
        padding-top: 175px;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        padding-top: 195px;
    }
}

@media (max-width: 991px) {
    #wrapper > section {
        overflow: hidden;
    }
}


.newsitem {
    position: relative;
    height: 100%;
    background-color: transparent;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .0);
    transition: box-shadow ease .3s;
    display: flex;
    flex-direction: column;
    color: #000;
    border-bottom: 1px solid #000
}



.newsitem, a.newsitem, .newsitem a {
    text-decoration: none
}

.slickitem .newsitem,
.slickitem .relateditem {
}

.relateditem {
    position: relative;
    display: block;
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
    transition: box-shadow ease .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.relateditem span.btn-default {
    margin-top: auto
}

.newsitem:hover {
    position: relative;
    color: #000;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
}

.newsheader {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1;
    background-color: #f0f0f0;
}

.newsheader:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 55%
}

.newsbody {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}
@media(min-width: 768px){
    .newsbody { padding: 30px;}
}

.newsdetails {
    font-size: 10px;
    padding: 10px 0px 0;
    border-top: 2px solid #3c3a3e;
}

.newsitem:hover .newsdetails {
    border-top-color: #fff;
}

.newsmeta p {
    margin-bottom: 0
}

/** NAVBAR **/
header .container-fluid {
    max-width: 1600px;
    padding: 0;

}

header.fixed-top {
    transition: transform ease .3s;
    left: 0px;
    right: 0px;
}

header a:hover { text-decoration: none !Important}

header .navbar {
    z-index: 999;
    border-radius: 0 !Important;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0 0px;
    transition: box-shadow ease .3s, transform ease .3s, border-top-width ease .3s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.menuholder {
    margin: 0px;
    background-color: #fff;
    border-bottom: 1px solid #000;
    pointer-events: none;
}

@media (min-width: 992px) {
    .menuholder {
        margin: 0 15px;
    }
}

header .navbar-nav > li {
    margin: 0 30px 0 0;
    pointer-events: all;
}

header .navbar-nav > li > a {
    padding: 0 !Important;
    display: inline-block;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

header .navbar-nav li.active > a, header .navbar-nav li.current-menu-item > a, header .navbar-nav li.current-menu-parent > a,
.dropdown-item.active, .dropdown-item:active, header .navbar-nav li.current-page-ancestor > a, header .navbar-nav li.current-post-ancestor > a {
    color: #ab092f;
    font-weight: bold;
    border-bottom-color: #ab092f;
}


header .navbar-nav > li > a:hover {
    border-bottom-color: #c7c1b8 !important;
    color: #c7c1b8 !important
}

.navbar-brand {
    height: auto;
    z-index: 1000;
    padding: 5px;
    background-color: #fff;
    margin: -100px 30px 0px 5px;
    pointer-events: all;
}

.navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 80px;
    max-width: 150px;
}

body.navaffix .navbar-brand img {
    height: 80px;
}

body.navaffix .navbar-brand {
    margin: -100px 30px 0px 5px
}

/*
@media (max-width: 575px) {
    body.navaffix .slogan {
        margin-top: -100%;
    }
}
*/
@media (min-width: 992px) {
    .navbar-brand {
        padding: 10px;
        margin: -85px 30px 0px 15px;
    }

    .navbar-brand img {
        height: 138px;
        max-width: 250px;
    }

    body.navaffix .navbar-brand img {
        height: 115px
    }

    body.navaffix .navbar-brand {
        padding: 10px;
        margin: -90px 30px 0px 15px;
    }

}
@media (min-width: 1200px) {
    .navbar-brand {
        padding: 10px;
        margin: -85px 30px 0px 15px;
    }

    .navbar-brand img {
        height: 158px;
        max-width: 250px;
    }

    body.navaffix .navbar-brand img {
        height: 115px
    }

    body.navaffix .navbar-brand {
        padding: 10px;
        margin: -90px 30px 0px 15px;
    }

}


.dropdown-menu {
    border-radius: 0 !important;
    background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #c7c1b8;
}

.dropdown-menu a:hover {
    background-color: #999999 !important;
    color: #fff !important
}


.searchholder {
    border-bottom: 1px solid #000;
    line-height: 50px;
    padding-left: 50px;
    background-color: #fff;
    transition: line-height ease .25s;
}

ul.shopnav {
    margin: 0;
    padding: 0;
    z-index: 99999;
    position: relative;
}
@media (min-width: 768px) {
    .searchholder { padding-left: 70px}
}

@media (min-width: 992px) {
    .searchholder {
        margin: 0 15px;
        padding-left: 127px;
        padding-right: 15px;
    }
}

.searchholder label {
    line-height: 1
}

.searchholder .search .form-group, .searchholder .search .btn-default {
    margin-bottom: 0 !important;
}

.searchholder ul, .meta ul {
    list-style: none
}

.searchholder ul li, .meta ul li {
    float: left;
    margin: 0 0 0 15px
}

.searchholder input.form-control {
    border-bottom-color: transparent !Important
}

.searchholder .search .btn-default {
    overflow: hidden;
    height: 1px;
    width: 1px;
    opacity: 0;
    font-size: 0;
    line-height: 0
}

/** METANAV **/
.metanav {
    background-color: #000;
    color: #c7c1b8;
    color: rgba(199, 193, 184, 1);
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    margin: 0 -15px
}

.metanav ul {
    list-style: none;
    margin-left: auto;
}

.metanav ul li {
    display: inline-block;
    padding: 0 10px;
}

.metanav ul li a {
    display: inline-block;
	color:#fff;
}

@media (min-width: 992px) {
    .metanav {
        margin: 0
    }
}

/** FULL SIZE NAV **/

@media (min-width: 991px) {
    .mobilenav {
        display: none;
    }
}

@media (max-width: 992px) {
    .megamenuwrap {
        display: none !important
    }

    #secondNav .mainNav {
        padding: 5px 30px;
    }

    .menui {
        background: #fff;
        transition: transform ease 0.3s;
        margin-top: 10px;
        position: absolute;
    }


    body.navaffix .menuicon {
        top: 0;
    }

    body.navaffix .menuicon, .menuicon {
        top: 0;
    }

    footer {
        margin-bottom: 0 !important
    }


    body #wrapper {
        transition: transform ease .3s;
    }

    body.menuopen #wrapper, body.menuopen header.fixed-top {
        transform: translateX(-450px);
        -webkit-transform: translateX(-450px);
        -moz-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
    }

    body.menuopen.navaffix #secondNav {
        transform: translateY(0) translateX(-450px);
        -webkit-transform: translateY(0) translateX(-450px);
        -moz-transform: translateY(0) translateX(-450px);
        -ms-transform: translateY(0) translateX(-450px);
        -o-transform: translateY(0) translateX(-450px);
        transform: translateY(0) translateX(-450px);
    }

    body.menuopen {
        overflow: hidden
    }


    body.menuopen .mobilenav {
        right: 0px;
        box-shadow: inset 3px 0 5px rgba(0, 0, 0, .15);
    }

    .mobilenav {
        top: 0;
        bottom: 0;
        min-width: 140px;
        z-index: 999;
        padding: 50px;
        position: fixed;
        height: 100%;
        overflow: auto;
        border-left: 2px solid #333;
        transition: right ease .3s;
        text-align: left;
        width: 450px;
        right: -450px;
        background-color: #000;
        box-shadow: inset 3px 0 5px rgba(0, 0, 0, 0);
    }

    .mobilenav .search-form {
        margin-top: 50px;
    }

    .mobilenav .search-form input {
        width: 100%;
    }

    .mobilenav .table {
        display: table;
        margin-bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding: 50px 0
    }

    .mobilenav .table .inner {
        display: table-cell;
        vertical-align: middle;
    }

    .mobilenav.in {
        display: table;
    }

    .mobilenav ul {
        margin: 0;
        padding: 0;
    }

    .mobilenav ul.clearfix > li {
        display: block;
        width: 100%;
    }

    .mobilenav li {
        list-style-type: none;
        list-style-image: none;
        list-style: none;
        text-align: left;
        margin: 4px 0;
        position: relative;
        clear: both;
        z-index: 2;
        display: block;
    }

    .mobilenav ul:not(.sub-menu) > li > a {
        border-bottom: 2px solid #ddd
    }

    .mobilenav li ul {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
        padding: 0 0 0 15px;
        clear: both;
        width: 100%;
    }

    .mobilenav li ul:before, .mobilenav li ul:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .mobilenav li.menu-item-has-children > a:after {
        display: inline-block;
        /* border-top: .3em solid;
         border-right: .3em solid transparent;
         border-bottom: 0;
         border-left: .3em solid transparent;*/
        right: 15px;
        position: absolute;
        top: 15px;
        transform-origin: center;
        transform: translateY(-50%);
        vertical-align: 0;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        border: 0;
        margin-left: 5px;
        transition: transform ease .3s;
    }


    .mobilenav li.parent-clicked > ul, .mobilenav li.current-menu-parent > ul {
        display: block
    }


    .mobilenav li ul:hover {
        opacity: 1;
    }

    .mobilenav li ul li ul li {
        position: relative;
    }

    .mobilenav li a {
        padding: 10px 15px;
        display: block;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        border-bottom: 2px solid #666;
        color: #fff;
        text-decoration: none;
    }

    .mobilenav li ul li a {
        font-size: 90%;
        padding: 5px 7px;
        color: #fff;
        display: block;
    }

    .mobilenav li.active a, .mobilenav li.current-menu-item > a, .mobilenav li.current-menu-parent > a, .mobilenav li:hover > a {
        border-bottom: 2px solid #c7c1b8;
        color: #c7c1b8
    }

    .mobilenav li.active a:after, .mobilenav li.current-menu-item > a:after, .mobilenav li.current-menu-parent > a:after,
    .mobilenav li.menu-item-has-children.parent-clicked > a:after {
        transform: rotate(180deg);
    }

    .menuicon {
        z-index: 99999;
        position: relative;
        display: block;
        padding: 12px 11px;
        height: 50px;
        width: 50px;
        margin: 0px;
        top: 0px;
        right: 0;
        background-color: transparent;
    }

    .top-animate {
        border-color: #c7c1b8 !important;
        background-color: #c7c1b8 !important;
        top: 14px !important;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mid-animate {
        opacity: 0;
    }

    .bottom-animate {
        border-color: #c7c1b8 !important;
        background-color: #c7c1b8 !important;
        top: 14px !important;
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }


    .top-menu {
        top: 4px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #000;
        border: 2px solid #000;
    }

    .mid-menu {
        top: 14px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #000;
        border: 2px solid #000
    }

    /*.mid-animate {

      top: 3px !important; border:4px solid #000;
      border-radius: 50%; width:25px; height:25px; background:transparent;
    }*/
    .bottom-menu {
        top: 24px;
        width: 28px;
        height: 2px;
        border-radius: 0;
        background-color: #000;
        border: 2px solid #000
    }

}

body.menuopen {
    overflow: hidden
}

@media (max-width: 768px) {

    body.menuopen #wrapper, body.menuopen header.fixed-top {
        transform: translateX(-325px);
        -webkit-transform: translateX(-325px);
        -moz-transform: translateX(-325px);
        -ms-transform: translateX(-325px);
        -o-transform: translateX(-325px);
        transform: translateX(-325px);
    }

    body.menuopen.navaffix #secondNav, body.menuopen header.fixed-top {
        transform: translateY(0) translateX(-325px);
        -webkit-transform: translateY(0) translateX(-325px);
        -moz-transform: translateY(0) translateX(-325px);
        -ms-transform: translateY(0) translateX(-325px);
        -o-transform: translateY(0) translateX(-325px);
        transform: translateY(0) translateX(-325px);
    }

    .mobilenav {
        max-width: 325px
    }
}


@media (max-width: 576px) {

    body.menuopen #wrapper, body.menuopen header.fixed-top {
        transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
    }


    .mobilenav {
        max-width: 280px;
        padding: 15px;
    }
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(90deg);
    }
    40% {
        transform: translateY(30px) rotate(90deg);
    }
    60% {
        transform: translateY(15px) rotate(90deg);
    }
}


/** BREADCRUMB**/
#breadCrumb {
    position: relative;
    z-index: 3;
    font-size: 10px;
    border-bottom: 1px solid #000
}

.breadcrumbmenu {
    padding: 15px 0;
}

ol.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important
}

section#simpleheader + #breadCrumb,
div#main-slider + #breadCrumb {
    margin-top: 0
}

#breadCrumb + #cta {
    margin-top: 0
}

#breadCrumb p {
    margin: 0;
    padding: 0;
}

#breadCrumb i {
    margin: 0px 7px;
}

#breadCrumb strong {
    color: #fff;
}

#breadCrumb a, #breadCrumb i, #breadCrumb p, #breadCrumb p a {
    font-size: 10px;
    text-decoration: none !important;
    color: #999;
}

#breadCrumb a:hover {
    color: rgba(232, 80, 14, 1)
}

.container-fluid {
    max-width: 1600px;
}

/** GALLERY **/
.gallery img:hover {
    opacity: .86
}

.masonry .box-item img {
    width: 100%
}

.galerieslick img {
    max-height: 33vH;
}

.slickitem {
    padding: 0 7px
}

@media (min-width: 992px) {
    .slickitem {
        padding: 0 15px
    }
}

#newsletter {
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
}

#newsletter h2, #newsletter p {
    color: #fff;
}

#newsletter:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .35);

}

#newsletter .wpb_wrapper {
    position: relative;
    z-index: 2;
}

a.loadMore {
    display: block;
    width: 100%;
    background-color: transparent !important;
    padding: 0;
    position: relative;
}

a.loadMore:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #000;
    z-index: -1
}

a.loadMore span {
    padding: 15px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    position: relative
}

a.loadMore:hover span {
    color: #ac1731;
}

a.loadMoreShopBtn {
    display: block;
    width: 100%;
    background-color: transparent !important;
    padding: 0;
    position: relative;
}

a.loadMoreShopBtn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #000;
    z-index: -1
}

a.loadMoreShopBtn span {
    padding: 15px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    position: relative
}

a.loadMoreShopBtn:hover span {
    color: #ac1731;
}


input.form-control.site-search {
    border: 0 !important
}


/** SEARCH **/
.searchoverlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .86);
    z-index: 1500;
    display: none;
}

body.searchin .searchoverlay {
    display: block;
}

.searchoverlay .form-control {
    color: #fff;
}

.searchoverlay .btn-default { margin-bottom: 0;}
.searchoverlay .form-group { margin-bottom: 0 !important;}
.searchoverlay .searchicon { display:none}
.searchoverlay input[type="search"].form-control.site-search { border-bottom:1px solid #fff !important;}

.searchoverlay .closeSearch {
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    opacity: .5;
}

.searchoverlay .closeSearch:hover {
    opacity: 1;
}
footer {
    background-color: #000;
    color: #c7c1b8;
    padding: 60px
}

.footerelement {
    padding: 30px;
    border-bottom: 1px solid #c7c1b8
}

footer h5 {
    font-size: 1rem;
    font-family: muli, sans-serif
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer p { font-size: .86rem}

footer ul li a {
    font-size: .86rem;
    text-decoration: none
}

footer ul#menu-footer-social-media {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

footer ul#menu-footer-social-media li {
    display: inline-block;
}

footer ul#menu-footer-social-media li a {
    font-size: 3rem;
    line-height: 1;
    padding: 0 15px
}

#menu-footer-legal li { display:inline-block; float: left; margin-right: 10px;}
footer h5 { text-transform: uppercase}
footer ul li a { color:#999}


span.badge.badge-pill.badge-pill-primary {
    background-color: #c7c1b8;
    color: #fff;
}
ul.usplist {
    list-style: none;
}

.usplist li {
    position: relative;
}

.usplist li:before {
    content: "\f00c";
    position: absolute;
    right: calc(100% + 7px);
    top: 0;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 1; */
}

.metanav {

    padding-left:127px !important
}

/** META **/
.metanav {
    background-color: #000;
    color: #c7c1b8;
    color: rgba(199, 193, 184, 1);
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    margin: 0 -15px
}

@media (min-width: 992px) {
    .metanav {
        margin: 0
    }
}
		
div#sb_instagram #sbi_load a {
    border-radius: 0 !important;
}

.shopnav .badge {padding:.5em .6em .25em}


	.checkout-reuse-shipping-box {
		background-color: #c7c1b8;
		border: 1px solid rgba(0,0,0,.1);
		padding: 30px;
		width: 100%;
		margin-bottom: 15px;
		color: #fff;
	}
	
	.woocommerce form .checkout-reuse-shipping-box .form-row label.checkbox, .woocommerce-page form .checkout-reuse-shipping-box .form-row label.checkbox {
		line-height: 1;
	}