@charset "utf-8";


/* Fonts ----------------------------------------------- */
/* Poppins - Thin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: local('Poppins Thin'), local('Poppins-Thin'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
}

/* Poppins - ExtraLight */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
}

/* Poppins - Light */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
}

/* Poppins - Regular */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
}

/* Poppins - Medium */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
}

/* Poppins - SemiBold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
}

/* Poppins - Bold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
}

/* Poppins - ExtraBold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
}


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

html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: white;
}

body {
    background-color: #233330;
}

img {
    width: 100%;
    height: auto;
}

.currentPage,
#tutorialPages {
    display: none;
}

#wrapper {
    display: block;
    position: relative;
    text-align: center;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0rem 10%;
    background-color: #292929c9;
    z-index: 100;
}

#cookieHeadline,
#cookieText {
    color: white;
    font-size: .9rem;
}

#cookieHeadline {
    margin: 3rem 0rem 1rem 0rem;
    font-weight: 500;
}

#cookieText {
    margin: 1rem 0rem 3rem 0rem;
    font-weight: 200;
}

#closeCookiePopupButton {
    position: absolute;
    cursor: pointer;
    background: none;
    border: none;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
}

.line {
    position: absolute;
    background: white;
    width: 2.5rem;
    height: 2px;
}

.line:nth-of-type(1) {
    top: 30%;
    right: 0%;
    transform: translateY(0.45rem) rotate(-135deg);
}

.line:nth-of-type(2) {
    top: 65%;
    right: 0%;
    transform: translateY(-0.45rem)rotate(135deg);
}


/* --- Mobile/Schmal ------------------------------------- */
@media (max-width:420px) {

    #logo {
        display: block;
        margin: 1rem auto;
        width: 200px;
    }
    
    #pictureStart {
        height: 250px;
        object-fit: cover;
        margin-bottom: 1rem;
    }
    
    .picture {
        height: 200px;
        object-fit: cover;
        margin: 1rem 0rem;
    }

    h1 {
        margin: 2rem 1rem 0rem;
        font-weight: 700;
        font-size: 1.2rem;
        color: #00968F;
    }

    .currentPage p {
        font-weight: 200;
        font-size: 1rem;
    }

    #wrapper>section>p {
        margin: 2rem 10%;
    }

    #tutorialPages {
        margin: 0rem 5%;
    }

    #tutorialPages>section>p:nth-child(1) {
        margin: 2rem 0rem;
    }

    #tutorialPages>section>p:nth-child(3) {
        margin: 2rem 0rem;
    }

    #startButton,
    .button {
        background-color: #00968F;
        border: none;
        border-radius: .5rem;
        color: white;
        margin: 1rem 0rem 3rem;
        padding: 1rem 2.5rem;
        font-family: 'Poppins';
        font-size: 1.3rem;
        font-weight: 200;
        cursor: pointer;
    }

    .button {
        padding: .6rem 1.6rem;
    }

    #pageNumber {
        font-size: 1.1rem;
        font-weight: 200;
        margin: 0rem .6rem;
    }

}


/* --- Mobile -------------------------------------------- */
@media (min-width:421px) and (max-width:800px) {

    #logo {
        display: block;
        margin: 2rem auto;
        width: 250px;
    }

    #pictureStart {
        height: 350px;
        object-fit: cover;
        margin-bottom: 2rem;
    }

    .picture {
        height: 250px;
        object-fit: cover;
        margin: 0rem auto;
        padding: 0rem 10%;
        /*         margin: 1rem 0rem; */
    }

    h1 {
        margin: 4rem 10% 0rem;
        font-weight: 700;
        font-size: 1.5rem;
        color: #00968F;
    }

    .currentPage p {
        font-weight: 200;
        font-size: 1.2rem;
    }

    #wrapper>section>p {
        margin: 2rem 10%;
    }

/*     #tutorialPages {
        margin: 0rem 10%;
    }
 */
    #tutorialPages>section>p:nth-child(1) {
        margin: 4rem 10% 3rem;
    }

    #tutorialPages>section>p:nth-child(3) {
        margin: 3rem 10% 2rem;
    }

    #startButton,
    .button {
        background-color: #00968F;
        border: none;
        border-radius: .5rem;
        color: white;
        margin: 1rem 0rem 3rem;
        padding: 1rem 3rem;
        font-family: 'Poppins';
        font-size: 1.5rem;
        font-weight: 200;
        cursor: pointer;
    }

    .button {
        padding: .8rem 2.8rem;
    }

    #pageNumber {
        font-size: 1.3rem;
        font-weight: 200;
        margin: 0rem .8rem;
    }

}


/* --- Tablet -------------------------------------------- */
@media (min-width:801px) and (max-width:1000px) {

    #logo,
    .picture {
        display: block;
        margin: 2rem auto;
        width: 250px;
    }

    #pictureStart {
        width: 100%;
    }

    #wrapper {
        display: block;
        position: relative;
        text-align: center;
        /*top: 50%;
        transform: translateY(-50%);*/
        margin: 5rem 25% 0rem;
    }

    h1 {
        font-weight: 700;
        font-size: 1.5rem;
        color: #00968F;
    }

    p {
        font-weight: 200;
        font-size: 1.2rem;
    }

    #startButton,
    .button {
        background-color: #A4BCC2;
        border: none;
        border-radius: .5rem;
        color: white;
        margin: 1rem;
        padding: 1rem 3rem;
        font-family: 'Poppins';
        font-size: 1.5rem;
        font-weight: 200;
        cursor: pointer;
    }

    #startButton:hover,
    .button:hover {
        background-color: #00968F;
    }

    #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0rem 25%;
        background-color: #292929c9;
        z-index: 100;
    }

    #cookieHeadline,
    #cookieText {
        color: white;
        font-size: .9rem;
    }

    #cookieHeadline {
        margin: 3rem 0rem 1rem 0rem;
        font-weight: 500;
    }

    #cookieText {
        margin: 1rem 0rem 3rem 0rem;
        font-weight: 200;
    }

    #closeCookiePopupButton {
        position: absolute;
        cursor: pointer;
        background: none;
        border: none;
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .line {
        position: absolute;
        background: white;
        width: 2.5rem;
        height: 2px;
    }

    .line:nth-of-type(1) {
        top: 30%;
        right: 0%;
        transform: translateY(0.45rem) rotate(-135deg);
    }

    .line:nth-of-type(2) {
        top: 65%;
        right: 0%;
        transform: translateY(-0.45rem)rotate(135deg);
    }

}


/* --- Desktop ------------------------------------------- */
@media (min-width:1001px) {

    #logo,
    .picture {
        display: block;
        margin: 2rem auto;
        width: 250px;
    }

    #pictureStart {
        width: 100%;
    }

    #wrapper {
        display: block;
        position: relative;
        text-align: center;
        /*top: 50%;
        transform: translateY(-50%);*/
        margin: 5rem 25% 0rem;
    }

    h1 {
        font-weight: 700;
        font-size: 1.5rem;
        color: #00968F;
    }

    p {
        font-weight: 200;
        font-size: 1.2rem;
    }

    #startButton,
    .button {
        background-color: #A4BCC2;
        border: none;
        border-radius: .5rem;
        color: white;
        margin: 1rem;
        padding: 1rem 3rem;
        font-family: 'Poppins';
        font-size: 1.5rem;
        font-weight: 200;
        cursor: pointer;
    }

    #startButton:hover,
    .button:hover {
        background-color: #00968F;
    }

    #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0rem 25%;
        background-color: #292929c9;
        z-index: 100;
    }

    #cookieHeadline,
    #cookieText {
        color: white;
        font-size: .9rem;
    }

    #cookieHeadline {
        margin: 3rem 0rem 1rem 0rem;
        font-weight: 500;
    }

    #cookieText {
        margin: 1rem 0rem 3rem 0rem;
        font-weight: 200;
    }

    #closeCookiePopupButton {
        position: absolute;
        cursor: pointer;
        background: none;
        border: none;
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .line {
        position: absolute;
        background: white;
        width: 2.5rem;
        height: 2px;
    }

    .line:nth-of-type(1) {
        top: 30%;
        right: 0%;
        transform: translateY(0.45rem) rotate(-135deg);
    }

    .line:nth-of-type(2) {
        top: 65%;
        right: 0%;
        transform: translateY(-0.45rem)rotate(135deg);
    }

}