/*******
ROOT
*******/

:root {
    --sk-gray: #F0F0F0;
    --cnvs-line-height-content: 21px;
}


/********
HELPERS
********/

/** font colors **/
.text-sk-red {
    color: var(--cnvs-themecolor);
}


/** background-colors **/
.bg-sk-gray {
    background-color: var(--sk-gray);
}

.bg-sk-red {
    background-color: var(--cnvs-themecolor);
}

/** typo helpers **/

.sk-h1{
    font-size: 60px;
    font-weight: 400;
    line-height: 84px;
    font-family: var(--font-SK-Head);
}

.sk-h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 84px;
    font-family: var(--font-SK-Head);
}

.sk-h3 {
    font-family: var(--font-SK-Web);
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}

.sk-h4 {
    font-family: var(--font-SK-Head);
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
}

.sk-h6 {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--font-SK-Web);
}

.sk-p, .working-scroll-wrapper p {
    font-weight: 200;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--font-SK-Web);
}



/****
Header
*****/

#page-nav-desktop img{
    max-width: 90px;
}

#page-nav-mobile img{
    max-width: 45px;
}

/******* 
SECTION
****/

/** set high z-index so the logo is not visible in that section **/
#start {
    z-index: 99999;
    position: relative;
}

.smooth-scrollbar {
    z-index: 99999;
}

/***** 
Navigation
*****/


/** desktop **/
#page-nav-desktop {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

#page-nav-desktop .one-page-nav {
    width: 0;
    justify-content: space-evenly;
    display: flex;
    align-self: stretch;
    align-items: center;
    background: var(--cnvs-themecolor);
}

#page-nav-desktop.show .one-page-nav{
    padding: 0 32px;
}

#page-nav-desktop .one-page-nav a{
    line-height: 1rem;
}

.one-page-nav a {
    display: none;
    font-weight: normal;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    transition: opacity .2s ease-in-out;
}

@media (max-width: 991px) {
    .one-page-nav a {
        display: block;
    }
}

/**** 
Navigation Mobile
****/

#page-nav-mobile {
    cursor: pointer;
    width: fit-content;
    flex-wrap: wrap;
}

#page-nav-mobile .logo-container {
    width: 100%;
}

#page-nav-mobile .one-page-nav {
    overflow: hidden;
    height: 0;
    display: flex;
    width: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: var(--cnvs-themecolor);
    padding-left: 36px;
}

#page-nav-mobile .one-page-nav a {
    width: 100%;
}

#page-nav-mobile .one-page-nav a {
    padding-bottom: 16px;
}

#page-nav-mobile .one-page-nav a:last-child {
    padding-bottom: 32px;
}

#page-nav-mobile .logo-bar {
    width: 0;
    background-color: var(--cnvs-themecolor);
    height: 100%;
}

@media (max-width: 575px) {
    #page-nav-mobile .one-page-nav a {
        font-size: 15px;
    }
}


/********
Scrollable Section
 ********/

.scrollableSection{
    width: 100% !important;
}

/** video **/
.video-wrapper .video {
    margin-left: 150px
}

.video-wrapper .video img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
}

.row[data-scrollmagic-pin-spacer], .scrollableSection > .row {
    --bs-gutter-x: 0;
}

.swiper-col-1, .swiper-col-2 {
    overflow: hidden;
}

.swiper-col-2.bg-sk-red {
    transform: translateY(-72px)
}

.section-conainer{
    max-width: 2588px;
    margin-left: auto;
    margin-right: auto;
}

.scrollableSection .mySwiper {
    height: 750px;
    touch-action: auto !important;
}

#scrollableSection-2 .mySwiper, #scrollableSection-3 .mySwiper {
    height: 800px;
}

.mySwiper .t-image {
    max-width: 300px;
    margin: 0 auto;
}

.mySwiper .box-img {
    max-width: 500px;
}

.working-scroll-wrapper p:last-of-type {
    margin-bottom: 0;
}

/********
Responsive
 ********/

/* xxl breakpoint stuff **/
@media (max-width: 1399px) {

    .video-wrapper .video img {
        transform: translate(-50%, 50%);
        top: unset;
        bottom: 0;
        left: 50%;
    }
    
    .sk-h2, .sk-h1 {
        font-size: 55px;
        line-height: 64px;
    }

    .mySwiper .t-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .mySwiper .box-img {
        max-width: 400px;
    }

    .video-wrapper .video {
        margin-left: 0
    }
}

/** xl breakpoint stuff **/
@media (max-width: 1199px) {
    .sk-h2, .sk-h1 {
        font-size: 48px;
        line-height: 62px;
    }

    .sk-h3, .sk-h4 {
        font-size: 25px;
        line-height: 33px;
    }
}


/** lg breakpoint **/

@media (max-width: 991px) {
    .scrollableSection {
        display: none !important;
    }
}

@media(max-width: 991px){
    .sk-h1 {
        font-size: 36px;
        line-height: 62px;
    }

    
    .sk-h3, .sk-h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .sk-h-summe{
        font-size: 30px;
        line-height: 38px;
    }

    .sk-p{
        font-size: 14px;
    }

    .at-home > p {
        font-size: 14px;
    }
}

/** sm breakpoint **/

@media (max-width: 575px){

    .sk-h1 {
        font-size: 36px;
        line-height: 62px;
    }



    .sk-h3, .sk-h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .sk-h-summe{
        font-size: 30px;
        line-height: 38px;
    }

    .sk-p{
        font-size: 14px;
    }

    .at-home > p {
        font-size: 14px;
    }
}


/** extra small (nadir size) **/

@media (max-width: 389px){
   .sk-h1 {
       font-size: 36px;
       line-height: 62px;
   }

    
    .sk-h3, .sk-h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .sk-h-summe{
        font-size: 30px;
        line-height: 38px;
    }
    
    .sk-p{
        font-size: 14px;
    }
    
    .at-home > p {
        font-size: 14px;
    }
   
}