/* --- Base --- */
html {
    font-size: 10px;
    font-family: 'Saira ExtraCondensed', sans-serif;
    font-weight: 900;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4.8rem 0;
    background-size: cover !important;
    position: relative;
}

section.no-padding {
    padding: 0;
}

section.is-dark {
    background: #000000;
    color: #FFFFFF;
}

.is-full-height {
    min-height: 100vh;
}

.module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.module .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.module .wrapper .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3.2rem;
    width: 100%;
    max-width: 192rem;
}

.module.has-padding {
    padding: 4.8rem 0;
}

h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

p {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    word-break: keep-all;
    hyphens: none;
}

p.has-break {
    word-break: break-word;
    hyphens: auto;
}

p.is-smaller {
    font-size: 2.0rem;
}

br {
    display: none;
}

br.is-all {
    display: block;
}

a {
    color: inherit;
}

ul.section-navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 1.2rem;
    top: 50%;
    transform: translateY( -50% );
    list-style-type: none;
    z-index: 10;
}

ul.section-navigation li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 1.6rem;
    height: 2.4rem;
}

ul.section-navigation li span.indicator {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: #000000;
    border-radius: 50%;
    opacity: 0.33;
    transition: width 0.33s ease-out, height 0.33s ease-out, opacity 0.33s ease-out, background 0.33s ease-out;
}

ul.section-navigation li span:not(.indicator) {
    display: none;
}

ul.section-navigation li.is-active span.indicator,
ul.section-navigation li:hover span.indicator {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
    opacity: 1;
}

ul.section-navigation.is-bright li span.indicator {
    background: #FFFFFF;
}

section#guilty-are .module.is-portrait p {
    width: 30rem;
    background: #FFFFFF;
    padding: 1.2rem;
    position: absolute;
    top: 4.8rem;
    left: 3.2rem;
}

section#guilty-are .module.is-portrait .scroller {
    position: absolute;
    bottom: 2rem;
}

h2.is-smaller.has-margin,
p.is-smaller.has-margin {
    margin-bottom: 2.4rem;
}

h2.is-smaller,
p.is-smaller {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

h2.has-margin {
    margin-bottom: 4rem;
}

/* --- Sections --- */
section#start {
    background: url( '../img/guilty76-start-bg.jpg' ) no-repeat center center;
} 

section#guilty-are .module.is-full-height {
    background: url( '../img/guilty76-are-bg.jpg' ) no-repeat center center;
    background-size: cover;
} 

section#guilty-are .module.is-portrait {
    background-size: cover !important;
} 

section#guilty-are .module.is-portrait[rel="florian-joeckel"] {
    background: url( '../img/florian-joeckel.jpg' ) no-repeat center center;
    background-position: 56% 50%;
} 

section#guilty-are .module.is-portrait[rel="marcus-wendel"] {
    background: url( '../img/marcus-wendel.jpg' ) no-repeat center center;
    background-position: 34% 50%;
} 

section#guilty-are .module.is-portrait[rel="marek-goebel"] {
    background: url( '../img/marek-goebel.jpg' ) no-repeat center center;
    background-position: 65% 50%;
} 

section#guilty-are .module.is-portrait[rel="marcus-wendel"] p {
    bottom: 7rem;
    right: 7%;
    top: initial;
    left: initial;
}

section#guilty-are .module.is-portrait[rel="marek-goebel"] p {
    top: 30rem;
}

/* --- Start --- */
section .module .wrapper .container > * {
    /*opacity: 0;*/
    transition: opacity 0.66s ease-out;
}

img.logo {
    width: 20rem;
    height: auto;
}

h1.claim {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'ITC Honda';
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 6.4rem;
    line-height: 5rem;
    padding: 2.4rem 0;
}

h1.claim span {
    display: block;
}

h1.claim span:nth-child( 2 ) {
    padding-left: 2rem;
}

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

.scroller span {
    transform: rotate( 90deg );
    font-size: 4rem;
    line-height: 1rem;
}

.page-ready #start img.logo {
    opacity: 1;
}

.page-ready #start h1 {
    opacity: 1;
    transition-delay: 0.33s;
}

.page-ready #start .scroller {
    opacity: 1;
    transition-delay: 0.66s;
}

sup {
    font-size: 2.4rem;
    margin: 0 0 0 0.5rem;
}

img.scroller {
    margin-top: 3rem;
    width: 2.4rem;
    cursor: pointer;
}

#start img:not(.logo) {
    width: 2.4rem;
    cursor: pointer;
}

/*
.page-ready #start .scroller span:nth-child(1) {
    transform: rotate( 90deg ) translateX( 1.5rem );
    transition: transform 0.66s ease-out;
    transition-delay: 0.99s;
}
.page-ready #start .scroller span:nth-child(2) {
    transform: rotate( 90deg ) translateX( 1.5rem );
    transition: transform 0.66s ease-out;
    transition-delay: 0.99s;
}
.page-ready #start .scroller span:nth-child(3) {
    transform: rotate( 90deg ) translateX( 1.5rem );
    transition: transform 0.66s ease-out;
    transition-delay: 0.99s;
}*/

@media all and ( min-width: 768px ) {
    section {
        padding: 9.6rem 0;
    }

    .module .wrapper .container {
        padding: 0 12.4rem;
    }

    .module.has-padding {
        padding: 9.6rem 0;
    }

    ul.section-navigation {
        right: 3.2rem;
    }

    img.logo {
        width: 30rem;
        height: auto;
    }

    img.scroller {
        margin-top: 5rem;
        width: 4.6rem;
    }

    #start img:not(.logo) {
        width: 4.6rem;
    }

    h1.claim {
        font-size: 9rem;
        line-height: 6.5rem;
    }

    h1.claim span:nth-child( 2 ) {
        padding-left: 2.8rem;
    }

    h2 {
        font-size: 6.4rem;
        line-height: 6.4rem;
    }
    
    p {
        font-size: 6.4rem;
        line-height: 6.4rem;
    }
    
    p.is-smaller {
        font-size: 4.0rem;
        line-height: 4.0rem;
    }

    section#guilty-are .module.is-portrait p {
        width: 42rem;
        background: #FFFFFF;
        padding: 2.4rem;
    }
    
    section#guilty-are .module.is-portrait .scroller {
        position: absolute;
        bottom: 3rem;
    }

    section#guilty-are .module.is-portrait[rel="marek-goebel"] p {
        top: 4.8rem;
    }

    section#guilty-are .module.is-portrait[rel="marcus-wendel"] p {
        bottom: 15rem;
        right: 30%;
    }
    
    section#guilty-are .module.is-portrait[rel="florian-joeckel"] {
        background-position: 50%;
    } 

    section#guilty-are .module.is-portrait[rel="marcus-wendel"] {
        background-position: 50%;
    } 

    section#guilty-are .module.is-portrait[rel="marek-goebel"] {
        background-position: 50%;
    } 
    
    h2.is-smaller.has-margin,
    p.is-smaller.has-margin {
        margin-bottom: 4rem;
    }
    
    h2.is-smaller,
    p.is-smaller {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    h2.has-margin {
        margin-bottom: 6.4rem;
    }

    sup {
        font-size: 4.2rem;
        margin: 0 0 0 0.5rem;
    }
}

@media all and ( min-width: 1024px ) {
    ul.section-navigation {
        right: 6.4rem;
    }
    
    section#guilty-are .module.is-portrait[rel="marcus-wendel"] p {
        right: 7%;
    }
}

@media all and ( min-width: 1440px ) {
    img.logo {
        width: 38rem;
        height: auto;
    }

    h1.claim {
        font-size: 11.5rem;
        line-height: 9.6rem;
    }

    h1.claim span:nth-child( 2 ) {
        padding-left: 3.8rem;
    }

    br.is-desktop {
        display: block;
    }

    .module.has-padding {
        padding: 20rem 0;
    }

    .module .wrapper .container {
        padding: 0 7%;
    }

    section {
        padding: 20rem 0;
    }

    h2 {
        font-size: 9rem;
        line-height: 9rem;
        text-align: center;
        text-transform: uppercase;
    }
    
    p {
        font-size: 9rem;
        line-height: 9rem;
        text-align: center;
        text-transform: uppercase;
        word-break: keep-all;
        hyphens: none;
    }
    
    p.has-break {
        word-break: break-word;
        hyphens: auto;
    }

    h2.has-margin {
        margin-bottom: 9rem;
    }
    
    h2.is-smaller.has-margin,
    p.is-smaller.has-margin {
        margin-bottom: 4.2rem;
    }
    
    h2.is-smaller,
    p.is-smaller {
        font-size: 4.2rem;
        line-height: 4.2rem;
    }

    sup {
        font-size: 6.0rem;
        margin: 0 0 0 1rem;
    }

    section#guilty-are .module.is-portrait p {
        width: 60rem;
        background: #FFFFFF;
        padding: 2.4rem;
        position: absolute;
        top: 7rem;
        left: 7%;
    }

    section#guilty-are .module.is-portrait .scroller {
        position: absolute;
        bottom: 3rem;
    }
}

@media all and ( min-width: 1680px ) {
    h2 {
        font-size: 11.5rem;
        line-height: 11.5rem;
        text-align: center;
        text-transform: uppercase;
    }
    
    p {
        font-size: 11.5rem;
        line-height: 11rem;
        text-align: center;
        text-transform: uppercase;
        word-break: keep-all;
        hyphens: none;
    }
    
    p.has-break {
        word-break: break-word;
        hyphens: auto;
    }

    h2.has-margin {
        margin-bottom: 11rem;
    }
    
    h2.is-smaller.has-margin,
    p.is-smaller.has-margin {
        margin-bottom: 5.5rem;
    }
    
    h2.is-smaller,
    p.is-smaller {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }

    sup {
        font-size: 7.0rem;
        margin: 0 0 0 1rem;
    }
}