header.main-header {
    margin: 0 !important;
}

body {
    height: 100vh;
}

body > .content,
body > .content .entry-page,
body > .content .entry-page main,
body > .content .entry-page .container,
body > .content .entry-page .row,
body > .content .entry-page .elementor,
body > .content .entry-page .elementor-inner,
body > .content .entry-page .elementor-section-wrap,
body > .content .entry-page section,
body > .content .entry-page .elementor-container,
body > .content .entry-page .elementor-widget,
body > .content .entry-page .elementor-widget-container,
body > .content .entry-page .elementor-shortcode
{
    height: 100%;
}

body > .mm-page,
body > .mm-page > .content,
body > .mm-page > .content .entry-page,
body > .mm-page > .content .entry-page main,
body > .mm-page > .content .entry-page .container,
body > .mm-page > .content .entry-page .row,
body > .mm-page > .content .entry-page .elementor,
body > .mm-page > .content .entry-page .elementor-inner,
body > .mm-page > .content .entry-page .elementor-section-wrap,
body > .mm-page > .content .entry-page section,
body > .mm-page > .content .entry-page .elementor-container,
body > .mm-page > .content .entry-page .elementor-widget,
body > .mm-page > .content .entry-page .elementor-widget-container,
body > .mm-page > .content .entry-page .elementor-shortcode
{
    height: 100%;
}

body > .mm-page .site-content,
body main .container,
body main .col-12,
body main .elementor-column-wrap
{
    padding: 0 !important;
}

body > .mm-page .main .slideshow {
    padding: 0 !important;
    margin: 0 !important;
}

body .catalog-header-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

body .catalog-header-inner {
    background: none !important;
    border-bottom: 1px solid white !important;
}

.catalog-header-inner {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.main-desktop-menu .menu.menu-main #main-imaged-menu > li, .main-desktop-menu .menu.menu-main #main-imaged-menu > li:hover {
    color: white;
}

.header-inner.headroom--top #main-imaged-menu li.collection-menu a {
    color: white !important;
    font-weight: 900 !important;
}

.main-header .head-line .menu-burger {
    background-color: white !important;
}

.site-content {
    padding-top: 0 !important;
}

.head-line {
    background-color: transparent !important;
    color: white !important;
    font-weight: 400;
}

.head-line a {
    color: white !important;
}

.c-hotline-text {
    color: white !important;
}

.btn-search-submit {
    color: white !important;
}

.head-line input::placeholder {
    color: white !important;
}

.breadcrumbs-wrapper {
    display: none !important;
}

.footer-main {
    display: none;
}

/* Page Loader */
.main .js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.main .js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

.main .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Icons */
.main .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor !important;
    font-size: unset !important;
    color: unset !important;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
}

.main .content {
    text-align: center;
}

.main .slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 3.5rem 0 0 0;
    padding: 0 0 3.5rem 0;
    pointer-events: none;
    overflow: hidden;
}

.main .slide {
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    align-items: center;
    justify-items: center;
}

.main .slideshow.slide__1 {
    background: #3152b8;
}

.main .slideshow.slide__2 {
    background: #c47b4d;
}

.main .slideshow.slide__3 {
    background: #c24bc8;
}

.main .slideshow.slide__4 {
    background: #c94246;
}

.main .slide--current {
    position: relative;
}

.main .slide__img-wrap {
    grid-area: 1 / 1 / 1 / 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    outline: 3px solid transparent;
}

.main .slide__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    backface-visibility: hidden;
    pointer-events: none;
}

.main .slide__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main .slide__img.overlay__1::after {
    background: rgba(22, 63, 191, 0.8);
}

.main .slide__img.overlay__2::after {
    background: rgba(191, 99, 42, 0.8);
}

.main .slide__img.overlay__3::after {
    background: rgba(183, 34, 191, 0.8);
}

.main .slide__img.overlay__4::after {
    background: rgba(191, 22, 27, 0.8);
}

.main .slide__img-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate3d(-100%,0,0);
    pointer-events: none;
}

.main .slide__img-reveal.reveal__1 {
    background: #3152b8;
}

.main .slide__img-reveal.reveal__2 {
    background: #c47b4d;
}

.main .slide__img-reveal.reveal__3 {
    background: #c24bc8;
}

.main .slide__img-reveal.reveal__4 {
    background: #c94246;
}

.main .slide__number {
    font-size: 2rem;
    position: absolute;
    top: 175px;
    opacity: 0;
    color: white;
}

.main .slide__title {
    grid-area: 1 / 1 / 1 / 1;
    font-size: 7vw;
    color: white;
    position: relative;
    opacity: 0;
    width: 75%;
    text-align: center;
    margin: 54px 0 1.25rem;
}

.main .slide__title h3 {
    font-size: 7vw;
    color: white;
    position: relative;
    margin-bottom: 1.25rem;
}

.main .slide__title h4 {
    display: none;
}

.main .slide--current .slide__img-wrap,
.main .slide--current .slide__number,
.main .slide--current .slide__title,
.main .slide--current .slide__teaser
{
    opacity: 1;
}

.main .slidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: lowercase;
}

.main .slidenav__item {
    pointer-events: auto;
    border: 0;
    background: none;
    padding: 1rem;
    margin: 0.85rem;
    text-transform: inherit;
    position: relative;
    line-height: 1;
    color: white;
}

.main .slidenav__item::before,
.main .slidenav__item::after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 1px;
    background: currentColor;
    top: 50%;
}

.main .slidenav__item::before {
    right: 100%;
}

.main .slidenav__item::after {
    left: 100%;
}

.main .slidenav__item:hover {
    color: #f53b57;
}

.main .slidenav__item--prev {
    transform: rotate(-90deg) translateY(-50%);
}

.main .slidenav__item--next {
    transform: rotate(90deg) translateY(-25%);
}

.main .slidenav__preview {
    pointer-events: auto;
    color: white;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    border: 0;
    background: none;
    padding: 1rem;
    transition: 0.3s transform;
}

.main .slidenav__preview:hover {
    color: #f53b57 !important;
}

.main .slidenav__preview .icon {
    pointer-events: none;
}

.main .slidenav__preview--open {
    transform: translateX(-50%) rotate(180deg);
}

.main .preview,
.main .preview__img-wrap,
.main .preview__img,
.main .preview__img-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.main .preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main .preview__img-wrap {
    overflow: hidden;
    opacity: 0;
}

.main .preview__img {
    background-size: cover;
    background-position: 50% 50%;
    backface-visibility: hidden;
}

.main .preview__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main .preview__img.overlay__1::after {
    background: rgba(22, 63, 191, 0.8);
}

.main .preview__img.overlay__2::after {
    background: rgba(191, 99, 42, 0.8);
}

.main .preview__img.overlay__3::after {
    background: rgba(183, 34, 191, 0.8);
}

.main .preview__img.overlay__4::after {
    background: rgba(191, 22, 27, 0.8);
}

.main .preview__img-reveal.reveal__1 {
    background: #3152b8;
}

.main .preview__img-reveal.reveal__2 {
    background: #c47b4d;
}

.main .preview__img-reveal.reveal__3 {
    background: #c24bc8;
}

.main .preview__img-reveal.reveal__4 {
    background: #c94246;
}

.main .preview__title {
    position: relative;
    font-size: 1.5rem;
    opacity: 0;
    padding: 0 1rem;
    margin: 0 0 1rem 0;
    text-align: center;
    color: white;
}

.main .preview__content {
    position: relative;
    opacity: 0;
    padding: 0 1rem;
    font-size: 21px;
    text-align: center;
    color: white;
    width: 80%;
    margin-top: 20px;
    line-height: 22px;
}

.main .preview__content p {
    margin: 0;
}

@media screen and (max-width: 420px) {
    .main .slide__title {
        width: 70%;
    }
}

@media screen and (min-width: 53em) {
    body {
        padding: 0;
    }

    .main .slide__title h3 {
        line-height: 68px;
    }

    .main .slide__title h4 {
        text-align: center;
        background: white;
        color: black;
        display: inline-block;
        width: auto;
        font-size: 32px;
        font-weight: 200;
        padding: 5px;
    }

    .main .content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        min-height: 100%;
        text-align: left;
    }
    .main .codrops-links {
        margin: 0;
    }
    .main .info {
        margin: 0;
        justify-self: end;
    }
    .main .github {
        grid-area: github;
        justify-self: start;
    }
    .main .slideshow {
        padding: 0;
        margin: 0;
    }
    .main .slide {
        height: 100%;
    }
    .main .slide__img-wrap {
        width: 100%;
    }
    .main .preview__title {
        font-size: 3.5rem;
    }
    .main .preview__content {
        padding: 0 5rem;
        max-width: 690px;
    }
}

