/**
 * Theme Name: Michael Weiß
 * Author: CodeKiosk GmbH
 * Version: 1.0
**/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

 .aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}


/*
 * Custom Styles
 *****************************************************************************/

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	color: inherit;
    position: relative;
}

a::after,
.mw-load-more a > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform .3s ease;
    transform-origin: center;
    transform: scaleX(0);
}

a:hover::after,
.mw-load-more a:hover > span::after {
    transform: scaleX(1);
}

* {
	letter-spacing: 0;
}

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

strong {
    font-weight: 700;
}

html {
    font-size: 15px;
}

body {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: #000;
    background: #E9EBDF;
    line-height: 1.25;
    padding-top: 8rem;
}

p {
    margin-bottom: 1.55rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    background: #E9EBDF;
    height: 8rem;
    padding: 3.05rem 6rem 0 5.1rem;
}

.mw-logo::after,
.mw-footer-logo::after {
    display: none;
}

.mw-logo img {
    height: 4.548rem;
}

header .menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    padding-top: .65rem;
}

header .menu-item {
    padding: 0 1.5rem;
}

a.mw-button,
.mw-button {
    display: inline-flex;
    height: 2.6rem;
    border-radius: 1.3rem;
    justify-content: center;
    align-items: center;
    background: #6A6B66;
    color: #fff;
    padding: 0 2.15rem;
    letter-spacing: -.01em;
    line-height: 1;
    transition: transform .35s ease, box-shadow .35s ease;
}

.mw-instagram {
    margin-right: .8rem;
    transition: transform .35s ease, box-shadow .35s ease;
    border-radius: 1.3rem;
    display: block;
}

.mw-instagram::after {
    display: none;
}

.mw-instagram img {
    width: 2.6rem;
    height: 2.6rem;
}

a.mw-button:hover,
a.mw-instagram:hover {
    transform: translateY(-.25rem);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
}

.mw-button::after {
    content: '';
    position: static;
    width: .9805rem;
    height: .7845rem;
    background: url(assets/img/right-arrow-white.svg) center/contain no-repeat;
    transform: none;
    margin-left: .48rem;
    margin-right: -.86rem;
}

header > div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

h1,
h2 {
    font-family: ainslie-sans, sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2.25rem;
}

.mw-legal h2 {
    font-size: 1.75rem;
    margin-bottom: 1.6rem;
}

h1 span,
h2 span,
h3 {
    font-family: ainslie-sans-extended, sans-serif;
    font-weight: 600;
}

.mw-herstellung {
    padding: 8.85rem 0 9.2rem;
    text-align: center;
}

.mw-herstellung .container > .row > div:first-child {
    margin-bottom: 3.9rem;
}

.mw-herstellung .row .row {
    --bs-gutter-x: 4.8rem;
    align-items: flex-end;
    text-align: center;
}

.mw-herstellung .row .row img {
    margin-bottom: 1.85rem;
}

.mw-herstellung .row .row span {
    display: block;
    font-family: ainslie-sans-extended, sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.05rem;
    min-height: 4.1rem;
}

.mw-stoerer {
    background: #6A6B66;
    color: #fff;
    padding: 5.55rem 0 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.mw-stoerer .container {
    position: relative;
    z-index: 1;
}

.mw-stoerer::after {
    content: '';
    position: absolute;
    width: 40.8025rem;
    height: 20.407rem;
    right: -9.68rem;
    top: 5.55rem;
    background: url(assets/img/logo-icon-bg-white.svg) center/contain no-repeat;
}

.mw-stoerer a.mw-button,
.mw-shop .container .row > div > a .mw-button {
    background: #fff;
    color: #000;
}

.mw-stoerer .mw-button::after,
.mw-shop .container .row > div > a .mw-button::after {
    background-image: url(assets/img/right-arrow-black.svg);
}

.mw-stoerer h2,
.mw-unikate h2 {
    margin-bottom: 1.55rem;
}

.mw-about {
    padding: 8.9rem 0 9.5rem;
}

.mw-about .row > div:last-child {
    transform: translateY(25%);
    padding-left: 4.3rem;
}

.mw-about .row > div:first-child img {
    width: 100%;
}

.mw-about .row > div:last-child img {
    width: 3.452rem;
    margin-bottom: 1.4rem;
}

.mw-about .row > div:last-child > :last-child {
    margin-bottom: 0;
}

.mw-about .row,
.mw-home-top .row,
.mw-kontakt .row {
    --bs-gutter-x: 1.7rem;
}

.mw-home-top .row > div:first-child > :nth-last-child(2) {
    margin-bottom: 3.75rem;
}

.mw-home-top .row > div:first-child {
    padding-bottom: 6.55rem;
    padding-right: 4.3rem;
}

.mw-home-top .royalSlider .rsArrowLeft {
    display: none !important;
}

.mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight {
    right: calc(200% + 1.7rem);
    transform: translateX(100%);
    width: 4.3405rem;
    height: 3.4725rem;
    top: 25%;
    transition: transform .35s ease;
}

.mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background: url(assets/img/right-arrow-big.svg) center/contain no-repeat !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 1;
}

.mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight:hover {
    transform: translateX(100%) translateX(1rem);
}

.mw-scroll-down img {
    width: 4.3405rem;
}

a.mw-scroll-down {
    position: absolute;
    bottom: 3.55rem;
    right: 7.25rem;
    transform: translate(100%,100%) rotate(90deg) translate(-100%,0%);
    transition: transform .35s ease;
    transform-origin: left top;
}

.mw-scroll-down::after {
    display: none;
}

a.mw-scroll-down:hover {
    transform: translate(100%,100%) translateY(1rem) rotate(90deg) translate(-100%,0%);
}

.mw-home-top {
    position: relative;
    padding-bottom: 3.55rem;
}

.mw-home-top .mw-button::after {
    display: none;
}

.mw-unikate {
    padding: 7.55rem 0 11.65rem;
}

.mw-unikate .row:first-child {
    text-align: center;
    margin-bottom: 3.5rem;
}

.mw-unikate .row:last-child {
    --bs-gutter-x: 2.6rem;
}

.mw-unikate .row:last-child > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mw-unikate .row:last-child > div:last-child img {
    margin-bottom: auto;
}

.mw-unikate .row:last-child > div:last-child > :nth-last-child(2) {
    margin-bottom: 3.7rem;
}

.mw-unikate img {
    width: 100%;
}

.mw-kontakt {
    background: #fff;
    padding: 12.9rem 0;
    overflow: hidden;
}

.mw-kontakt .row > div:last-child a {
    font-family: ainslie-sans-extended, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.mw-kontakt .row > div:last-child a::after {
    height: 2px;
    bottom: 0;
}

.mw-kontakt .row > div:last-child {
    display: flex;
    justify-content: center;
}

.mw-kontakt .row > div:first-child > :last-child,
.mw-kontakt .row > div:last-child > div > :last-child {
    margin-bottom: 0;
}

.mw-kontakt .row > div:last-child > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mw-footer-main {
    padding: 7.4rem 7.25rem;
}

.mw-footer-main .row > div:nth-child(3) {
    display: flex;
}

.mw-address {
    margin-bottom: 0;
}

.mw-footer-logo img {
    width: 13.908rem;
}

.mw-footer-main .row {
    --bs-gutter-x: 10.4rem;
}

.mw-footer-main .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    grid-auto-columns: max-content;
    column-gap: 5rem;
    row-gap: .3rem;
}

.mw-footer-bottom {
    background: #6A6B66;
    color: #fff;
}

.mw-footer-bottom .row {
    height: 3.5rem;
    line-height: 1;
    text-align: center;
}

.mw-legal {
    padding-top: 3rem;
    overflow-wrap: break-word;
}

.mw-shop-headline {
    display: flex;
    align-items: center;
    padding: 7.4rem 6rem 6.3rem;
}

.mw-shop-headline h2 {
    margin-bottom: 0;
}

.mw-shop-headline > div:last-child {
    text-align: right;
}

.mw-shop {
    background: #fff;
    position: relative;
    padding-bottom: 5.9rem;
    overflow: hidden;
}

.mw-shop .container {
    position: relative;
    z-index: 1;
}

.mw-shop::after {
    content: '';
    position: absolute;
    left: -3.12rem;
    bottom: 11.85rem;
    width: 38.0455rem;
    height: 38.0455rem;
    background: url(assets/img/logo-icon-bg-black.svg) center/contain no-repeat;
}

.mw-product > a {
    display: block;
    position: relative;
    padding-top: 138.519924%;
    transition: box-shadow .35s ease;
}

.mw-product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(106,107,102,.64);
    -webkit-backdrop-filter: blur(.45rem) brightness(1.15);
    backdrop-filter: blur(.45rem) brightness(1.15);
    color: #fff;
    padding: 3.25rem;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.mw-product > a:hover .mw-product-overlay {
    opacity: 1;
}

.mw-product > a:hover {
    box-shadow: .25rem .25rem .75rem rgba(0,0,0,.3);
}

.mw-product > a::after {
    display: none;
}

.mw-product h3 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.mw-shop .row {
    --bs-gutter-x: 2.65rem;
    --bs-gutter-y: 2.5rem;
}

.mw-product img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.mw-load-more {
    padding-top: 3.35rem;
    text-align: center;
}

.mw-load-more a::after {
    position: static;
    display: block;
    margin: 0 auto;
    height: .736rem;
    width: .92rem;
    background: url(assets/img/right-arrow-black.svg) center/contain no-repeat;
    transform: rotate(90deg);
}

.mw-load-more a span {
    display: inline-block;
    padding-bottom: .4rem;
    position: relative;
}

.mw-load-more a > span:after {
    bottom: .4rem;
}

.mw-product-hidden {
    height: 0;
    margin-top: 0;
}

.mw-product {
    overflow: hidden;
    transition: height .5s ease;
}

.mw-menu-button {
    background: none;
    position: relative;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

.mw-menu-button svg {
    width: 32px;
    height: 32px;
}

.mw-mobile-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 6rem);
    background: #e9ebdf;
    left: 0;
    top: 6rem;
    z-index: 999;
    transition: transform .5s ease;
    transform: translateX(-100%);
}

.mw-menu-open .mw-mobile-menu {
    transform: translateX(0);
}

.mw-mobile-menu .menu {
    text-align: center;
    padding: 2vw 0;
    font-size: 8vw;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.mw-mobile-menu .menu-item {
    padding-top: 2vw;
    padding-bottom: 2vw;
}

body > * {
    overflow: hidden;
}


@media (min-width: 2500px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 85.85rem;
    }
}

@media (max-width: 1799px) {
    .mw-footer-main {
        padding: 3rem;
    }

    .mw-footer-main .row {
        --bs-gutter-x: 6rem;
    }

    .mw-footer-main .menu {
        column-gap: 3rem;
    }

    .mw-footer-logo img {
        width: 24rem;
    }

    .mw-scroll-down {
        right: 3rem;
    }
}

@media (max-width: 1549px) {
    .mw-scroll-down {
        display: none;
    }
}

@media (max-width: 1399px) {
    header {
        height: 6.5rem;
        padding: 2rem 3rem 0;
    }

    .mw-shop-headline {
        padding: 2rem 3rem;
    }

    body {
        padding-top: 6.5rem;
    }

    .mw-footer-main .row {
        --bs-gutter-x: 4rem;
    }

    .mw-footer-main .menu {
        column-gap: 2rem;
    }

    .mw-footer-logo img {
        width: auto;
        height: 3.7265rem;
    }

    .mw-kontakt .row > div:last-child a {
        font-size: 2rem;
    }
}

@media (max-width: 1199px) {
    header {
        height: 6rem;
        padding-top: 0;
        align-items: center;
    }

    body {
        padding-top: 6rem;
    }

    .mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight {
        top: 10%;
    }

    .mw-home-top {
        padding-bottom: 0;
    }

    .mw-herstellung,
    .mw-about,
    .mw-stoerer,
    .mw-unikate,
    .mw-kontakt {
        padding: 5rem 0;
    }

    .mw-herstellung .container > .row > div:first-child,
    .mw-footer-main .row > div:first-child,
    .mw-footer-main .row > div:nth-child(3) {
        margin-bottom: 2rem;
    }

    .mw-about .row > div:last-child {
        transform: none;
    }

    .mw-kontakt .row > div:last-child a {
        font-size: 1.8rem;
    }

    .mw-footer-main .row > div:nth-child(3) {
        text-align: right;
    }

    .mw-footer-main .row > div:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .mw-product-overlay {
        padding: 1rem;
    }
}

@media (max-width: 991px) {
    .mw-home-top .row > div:first-child {
        padding-bottom: 0;
    }

    .mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight {
        top: auto;
        bottom: 0;
        right: calc(100% + 1.7rem);
        transform: none;
    }

    .mw-herstellung .row .row {
        --bs-gutter-x: 2rem;
    }

    .mw-herstellung .row .row span {
        font-size: 1.5rem;
        line-height: 1.75rem;
        min-height: 3.5rem;
    }

    .mw-unikate .row:first-child {
        margin-bottom: 1.5rem;
    }

    .mw-unikate .row:last-child > div:last-child > :nth-last-child(2) {
        margin-bottom: 1.55rem;
    }

    .mw-unikate .row:last-child > div:last-child img {
        margin-bottom: 2rem;
    }

    .mw-kontakt .row > div:last-child a {
        font-size: 1.4rem;
    }

    .mw-shop-headline > div:first-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .mw-home-top .row > div:last-child,
    .mw-about .row > div:first-child {
        margin-bottom: 3rem;
    }

    .mw-home-top .royalSlider.rsUni.rsHor .rsArrowRight {
        display: none !important;
    }

    .mw-home-top .row > div:first-child > :nth-last-child(2) {
        margin-bottom: 1.55rem;
    }

    .mw-herstellung .row .row img {
        transform: scale(.75);
        margin-bottom: 0;
    }

    .mw-herstellung .row .row span {
        font-size: 1rem;
        line-height: 1.2;
        min-height: 2.4rem;
    }

    .mw-herstellung .container > .row > div:first-child {
        margin-bottom: 0;
    }

    .mw-home-top .row > div:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .mw-about .row > div:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .mw-unikate .row:last-child > div:first-child,
    .mw-kontakt .row > div:first-child,
    .mw-footer-main .row > div:nth-child(2) {
        margin-bottom: 2rem;
    }

    .mw-kontakt .row > div:last-child,
    .mw-footer-main .row > div:last-child {
        display: block;
    }

    header > div:last-child > * {
        display: none;
    }
}

@media (max-width: 575px) {
    .row {
        --bs-gutter-x: 1.5rem !important;
    }

    header {
        padding: 0 .75rem;
    }

    .mw-herstellung {
        text-align: left;
    }

    .mw-footer-main {
        padding: .75rem;
    }

    .mw-footer-bottom .row {
        height: 5rem;
    }

    .mw-kontakt .row > div:last-child a {
        font-size: 1.2rem;
    }

    .mw-shop-headline {
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
    }

    .mw-shop-headline > div {
        text-align: center !important;
    }

    .mw-shop-headline h2 {
        margin-bottom: 2.25rem;
    }
}