#parallaxwrapper {
    background-color: grey;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100vh;
}

body.home.page-template-page-parallax-gsap #parallaxwrapper {
    background-color: #13192f;
}

section.section {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

body.home.page-template-page-parallax-gsap section.section {
    background-position: center;
}

section.section .object {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

body.home.page-template-page-parallax-gsap section.section .object {
    background-position: center;
}


/* Trenner */
section.section .object.trenner {
    max-width:584px;
    right:-292px;
    background-position: center center;
}

body.home.page-template-page-parallax-gsap section.section .object.trenner {
    width: 100%;
    right: auto;
    left: 50vw;
    align-items: center;
}

section.section:last-child .object.trenner {
    right: 0;
    background-position: right center;
}


/* Textbox */
section.section .object.trenner .textbox {
    color: #fff;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: -292px;
    padding: 0;
    opacity: 1;
}

section.section:last-child .object.trenner .textbox {
    margin-left: 0;
}

body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox {
    width: 100%;
    align-items: center;
    margin-left: 0;
}

section.section .object.trenner .textbox .content {
    text-align: left !important;
    margin-left:0;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 50px;
    max-width: 415px;
    background: rgba(0,0,0,.5);
}

body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox .content {
    max-width:415px;
}

section.section .object.trenner .textbox .content > * {
    color:#fff;
}

section.section .object.trenner .textbox .content > h1 + p,
section.section .object.trenner .textbox .content > h2 + p {
    margin-top:1.5rem;
    font-size: 16px;
    font-weight:400;
}

section.section .object.trenner .textbox .content > h1,
section.section .object.trenner .textbox .content > h2 {
    color: #009acb;
    text-transform: uppercase;
    font-size:2.1rem;
    font-weight:800;
}

body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox .content > h1,
body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox .content > h2 {
    color: #fff;
    text-transform: none;
}

body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox .content > p + .button {
    margin-top:0;
}

.page-template-page-parallax-gsap section.section .object.trenner .textbox .content .button {
    display:inline-block;
    background: #00627d;
    border:2px solid #fff;
    border-radius: 10px;
    padding-top:1rem;
    padding-bottom:1rem;
}

.page-template-page-parallax-gsap section.section .object.trenner .textbox .content .button:hover {
    background: #009acb;
    border-color: #009acb;
}


/* Responsive */
@media screen and (max-width: 768px) {
    #parallaxwrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        min-height: 100vh;
    }
    section.section {
        display: block;
        height: 100vh;
        width: 100vw;
        background-position: bottom center;
    }
    section.section .object {
        background-position: bottom center;
    }
    section.section .object.trenner {
        right: auto;
        left: auto;
        width: 100%;
        max-width: 100vw;
        background: transparent !important;
    }
	body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox,
    section.section .object.trenner .textbox {
        margin: 0 auto;
        width: 85%;
        text-shadow: 0 0 8px #000000;
    }
    section.section .object.trenner .textbox .content {
        width: 100%;
        padding: 15px;
        background: rgba(0,0,0,.66);
        max-width: none;
    }
    body.home.page-template-page-parallax-gsap section.section .object.trenner {
        left: auto;
    }
    body.home.page-template-page-parallax-gsap section.section .object.trenner .textbox .content {
        background: rgba(0,0,0,.85);
    }
}