.double_slashes{
    position: absolute; 
    bottom: 0; 
    left: 60vw;
    height: 100vh;
    width: 60vw; 
    overflow: hidden;
    transform: skew(-20deg);
    
}

.double_slashes .screen_slash{
    width: 5vw;
    height: 0vh;
    background: var(--primary-color);
    position: absolute; 
    bottom: 0;
    left: 0;
}

.double_slashes .screen_slash:nth-child(2){
    
    left: 10vw;
}

section.section{
    width: 85vw;
    margin-left: 15vw;
    background: rgb(39,39,39);
}

section.section .webwrapper{
    width: calc(100% - 4vw);
    padding: 0 2vw;
}

section#section2{
    background: var(--primary-color);
    color: var(--text-color);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#section2 .cover_wrapper{
    position: absolute; 
    bottom: 0;
    left: -20vw;
    width: 140%;
    transform: skew(-20deg);

}

section#section2 .cover_wrapper .cover_slash{
    position: absolute; 
    bottom: 0; 
    width: 6%;
    height: 100vh; 
    background: white;

}

.section_head{padding: 0;}

section.section .webwrapper{
   
}

@media(min-width: 840px){
    section.section .webwrapper.flex_grid{
        display: grid; 
        grid-template-columns: 1fr 2fr;
    }
}


section.section h1, section.section h2, section.section h3{line-height: 1em;}

section.section h2{font-size: 24px; }

h1.section_counter{font-size: 7vw; display: inline-block; position: relative; }
h1.section_counter::before{
    content: "";
    position: absolute; 
    bottom: 0px;
    width: 50px; 
    height: 5px; 
    background: var(--text-color);
    animation: pulse1 1.2s infinite;
}

#section3 h1.section_counter::before{
    background: var(--off-white);
}

section#section2 .webwrapper.flex_grid > div{
    opacity: 0; 
    transform: translateY(50px);
}

section.section .webwrapper.flex_grid > div:nth-child(2){
    max-width: 450px;
}

section#section3{
    background: #151515; 
    color: var(--light-grey);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#section3 .cover_wrapper{
    position: absolute; 
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    

}

section#section3 .cover_wrapper .cover_slash{
    position: absolute; 
    right: 0; 
    width: 100vw;
    height: 10vh; 
    background: var(--primary-color);
    transform: skew(-20deg);

}

section#section4{
    background: var(--off-white); 
    color: var(--textcolor);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#section3 .cover_wrapper{
    position: absolute; 
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    

}

section#section4 .cover_wrapper, section#section5 .cover_wrapper{
    position: absolute; 
    top: 0; left: 0; 
    width: 100vw; 
    height: 0; 
}

section#section4 .cover_wrapper .cover_slash, section#section5 .cover_wrapper .cover_slash{
    position: absolute; 
    top: 0; 
    width: 20vw;
    height: 100vh; 
    background: var(--text-color);
    

}

section#section5 .cover_wrapper .cover_slash{background: var(--off-white);}

section#section5{
    background: var(--primary-color); 
    color: var(--textcolor);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line_block{
    position: relative; display: inline-block; 
    transform: skew(-20deg);
}

.line_block .subline{
    display: block; 
    height: 150vw; 
    border-left: 1px solid var(--text-color); 
    position: absolute; 
    top: 0; left: 0%; 
    transform: translateY(-50%);
    opacity: 0.3;
}

.line_block .subline:nth-child(1){transform: translateY(-50%) rotate(-180deg);}

.line_block .subline:nth-child(2){left: 50px; transform: translateY(-50%) rotate(-149deg);}

.line_block.dark .subline{border-left: 1px solid var(--off-white); }

section#section6{
    background: white; 
    color: var(--text-color);
    overflow: hidden; 
    position: relative;
    padding: 120px 0;
}

.form_field label {display: inline-block; font-size: 0.8em; }

@media(max-width: 768px){
    .title_wrapper{
        top: 15vh;
    }

    section#hero #slide_counter{display: none;}

    .double_slashes{left: 110vw; opacity: 0.2;}

    h1.section_counter {
        font-size: 72px;
    }

    .line_block .subline{
        height: 200vh;
    }

    .section_counter{
        transform: translateY(-50px);
    }

    section#hero .blind:nth-child(2){
        height: 100%; 
        top: 0; 
    }

    section#section2 .cover_wrapper {
        width: 800px;
    }

}

#hero .line{
    transform: skew(-20deg);
}

#invitation_box .invitation{
    background: white; 
    border-radius: 22px; 
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    display: block; 
    padding: 2em; 
    min-height: 80px;
    margin: 1em 0 4em 0;

}

.profile_grid{
    display: grid; 
    grid-template-columns: 80px 1fr;
    grid-gap: 1em;
    align-items: center;
}

.profile_grid .user_avatar{
    width: 80px; height: 80px; 
    border-radius: 50%; 
    background-size: cover!important; 
    background-position: center!important; 
}

.form_message{
    display: block; 
    opacity: 0;
    height: 0; overflow: hidden;
    padding: 2em; 
    background: var(--off-white);
}

@media(min-width: 840px){
    .section_content p, .title_wrapper p{
        font-size: 1.2vw;
    }

    .section_content h3, .title_wrapper h3{
        font-size: 1.2vw;
    }
}

section h2, section h1, section h3, section h4{font-weight: 400;}

.dark section h1, .dark section h2, .dark section h3, .dark section h4, .dark section p, .dark section li{color: var(--text-color);}
.dark section#hero h1, .dark section#hero h2, .dark section#hero h3, .dark section#hero p, .dark section#section3 h1, .dark section#section3 h3, .dark section#section3 p{color: var(--light-grey)!important;}

.bg_image{
    position: fixed;
    top: 0; left: 15vw; 
    width: 85vw; 
    height: 100vh;
    background-size: cover!important; 
    background-position: center!important;
    opacity: 0.4;
}

.image_author{
    position: absolute;
    top: 20px; right: 40px; 
    color: white;
    font-size: 13px;
    z-index: 5;
}

h3{font-family: 'SwissBlack', Arial, Helvetica, sans-serif; }
p strong, li strong{font-family:  'SwissBlack', Arial, Helvetica, sans-serif;}

.dark a{color: var(--text-color);}

.dark #section3 ul, .dark #section3 li{color: var(--light-grey);}

.dark #masthead .lang_switcher .lang_menu ul li a{color: white;}

#section4 label{color: var(--text-color);}

.dark .form_field input[type=text], .dark .form_field input[type=email], .dark .form_field input[type=password], .dark .form_field input[type=number], .dark .form_field input[type=time], .dark .form_field input[type=date], .dark .form_field select , .dark .form_field textarea{
    background: white;
    color: var(--text-color);
}

section#section4.section_form{
    min-height: initial;
    
    padding: 5em 0; 
}

.dark #footer a{color: white;}



