* {
    box-sizing: border-box;
    user-select: none; 
}

html, body {
    width: 100%;
    font-family: 'Cardo', sans-serif;
    word-break: break-word;
    position: relative;
    line-height: 1.65;
    text-shadow: 0 3px 6px rgba(113, 113, 113, 0.15);
    font-weight: bold;
}

body#imprint-page {
    background: #FFFFFF;
}

body#imprint-page #imprint div {
    margin: 0 auto;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/animation_500_ktd2gju8.gif") center no-repeat black;
    background-size: 10%;
}

body.no-scroll {
    overflow: hidden;
}

h1 {
    color: #FFFFFF;
    font-size: 3rem;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

body {
    position: relative;
    min-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

div#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

section {
    color: #FFFFFF;
    padding: 2rem 0;
    overflow: hidden;
}

section a {
    position: relative;
    text-decoration: none;
    font-weight: bolder;
    display: inline-block;
    color: inherit;
    margin: 2px 0;
}

section a::after {
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 8px);
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: -4px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
    transition: 0.5s ease all;
}

section#start::after,
section#program-music::after,
section#musik-zum-programm::after {
    content: '';
    background: linear-gradient(rgba(255,255,255,0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(255,255,255,0));
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

section div.container,
footer div.container {
    margin: 0 auto;
    padding: 2.5rem 0;
    max-width: 86vw;
}

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

section div.text-left {
    text-align: left;
    margin: 2rem 0;
}

section div.text-right {
    text-align: right;
    margin: 2rem auto;
}

section ul {
    padding: 0;
}

section ul li {
    list-style: none;
    padding: 0.5rem 1rem;
}

@media (min-width: 576px) {
    section div.text-left {
        max-width: 80%;
    }
}

@media (min-width: 758px) {
    h1 {
        font-size: 4.3rem;
        text-shadow: 0 3px 6px rgba(113, 113, 113, 0.16);
    }

    section a::after {
        width: 0;
        transition: 0.5s ease all;
    }

    a:hover::after {
        width: calc(100% + 8px);
    }

    section div.text-left {
        text-align: left;
        margin: 2rem 0;
        max-width: 60%;
    }

    section div.text-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: flex-end;
        text-align: right;
        margin: 2rem 0;
    }


    section#start div.text-md-center {
        text-align: center;
        margin: 0 auto;
    }

    section div.text-right p {
        max-width: 50%;
        align-self: flex-end;
    }

    section div.text-center {
        text-align: center;
        max-width: 75%;
    }

    section div.columns {
        display: flex;
        flex-direction: row;
    }

    section div.col-left {
        max-width: calc(50% - 1.5rem);
        margin-right: 1.5rem;
    }

    section div.col-right {
        max-width: calc(50% - 1.5rem);
        margin-left: 1.5rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 4.5rem;
    }

    section {
        padding: 4rem 0;
    }

    section div.text-left {
        margin: 4rem 0;
        max-width: 55%;
    }

    section div.text-right {
        margin: 4rem 0;
    }
}

@media (min-width: 1024px) {
    body{
        font-size: 110%;
    }

    section div.container,
    footer div.container {
        max-width: 800px;
        padding: 1rem 0 2.5rem 0;
    }

    section {
        padding: 6rem 0;
    }
}

@media (min-width: 1220px) {
    section div.container,
    footer div.container {
        max-width: 980px;
    }

    section {
        padding: 12% 0;
    }
}

@media (min-width: 1440px) {
    body{
        font-size: 115%;
    }

    section div.container,
    footer div.container {
        max-width: 1200px;
    }

    section {
        padding: 10% 0;
    }

    section div.col-left {
        max-width: calc(50% - 2rem);
        margin-right: 2rem;
    }

    section div.col-right {
        max-width: calc(50% - 2rem);
        margin-left: 2rem;
    }
}

@media (min-width: 1920px) {
    body{
        font-size: 120%;
    }

    h2 {
        font-size: 3.1rem;
    }

    section div.container,
    footer div.container {
        max-width: 1480px;
    }

    section {
        padding: 10% 0 25% 0;
    }
}

/*SECTION 1 START STYLING*/
section#start .scroll-down {
display: none;
}

section#start {
    position: relative;
    background-size: cover;
    height: auto;
}

section#start div.container {
    margin-top: 0;
}

section#start h1 {
    padding: 4.5rem 0 2.5rem 0;
    text-align: center;
    margin: 4rem 0 2rem 0;
}

section#start div.text-left {
    padding: 4rem 0;
}

@media (min-width: 1920px) {
    section#start {
        height: 200vh;
    }

    section .first-audio {
        position: absolute;
        top: 100vh;
        width: 1480px;
        margin: 0 auto;
        height: auto;
    }
    section#start div.text-left {
        position: absolute;
        top: 130vh;
        width: 690px;
        margin: 0 auto!important;
        height: auto;
    }

    section#start div.text-right {
        position: absolute;
        top: 160vh;
        width: 1480px;
        margin-top: 10vh;
    }

    section#start div.text-md-center {
        position: absolute;
        top: 160vh;
        width: 1480px;
        margin-top: 10vh;
        padding: 0 18%;
        max-width: 100%;
    }

    section#start .scroll-down {
        position: absolute;
        top: 85vh;
        left: 0;
        text-align: center;
        opacity: 0.3;
        width: 100%;
        pointer-events: none;
        display: inline-block;
    }

    section#start .scroll-down p::before {
        text-align: center;
        content: url("../img/auto-scroll.svg");
        vertical-align: top;
        padding: 0 8px;
    }

    section#start .scroll-down p.bounce {
        animation: bounce 3s infinite;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-30px);
        }
        60% {
            transform: translateY(-15px);
        }
    }
}

section#start::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-01_576w.webp") no-repeat center top;
    background-size: cover;
}

section#author, section#author-books, section#biography, section#contacts,
section#autor, section#autor-buecher, section#biografien, section#kontakt {
    color: #221912;
}

@media (min-width: 576px) {
    section#start::before {
        background: url("../img/bg-01_768w.webp") no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    section#start::before {
        background: url("../img/bg-01_1024w.webp") no-repeat center top;
        background-size: cover;
    }
    section#start h1 {
        padding: 5.5rem 0 2.5rem 0;
        margin: 5rem 0 2rem 0;
    }
}

@media (min-width: 1024px) {
    section#start::before {
        background: url("../img/bg-01_1440w.webp") no-repeat center top;
        background-size: cover;
    }
    section#start h1 {
        padding: 10% 0 45% 0;
        height: 60vh;
    }
    section#start .first-audio {
        height: 15vh;
    }
}
@media (min-width: 1440px) {
    section#start::before {
        background: url("../img/bg-01.webp") no-repeat center top;
        background-size: cover;
    }
    section#start h1 {
        padding: 10% 0 25% 0;
        height: 10vh;
    }
    section#start .first-audio {
        height: 40vh;
    }
}

@media (min-width: 1920px) {
    section#start div.text-left {
        margin: 10rem 0 4rem 0;
    }
    section#start h1 {
        padding: 10% 0 25% 0;
        height: 25vh;
    }
    section#start .first-audio {
        height: 45vh;
    }
}


/*SECTION 2 PROGRAM MUSIC STYLING*/

section#program-music,
section#musik-zum-programm {
    position: relative;
    padding-bottom: 6rem;
}

section#program-music::before,
section#musik-zum-programm::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-02_576w.webp") no-repeat center top;
    background-size: cover;
}

section#program-music h2.note-decoration,
section#musik-zum-programm h2.note-decoration {
    padding: 0 1rem;
}

section#program-music h2.note-decoration::after,
section#program-music h2.note-decoration::before, 
section#musik-zum-programm h2.note-decoration::after,
section#musik-zum-programm h2.note-decoration::before { 
    content: url("../img/musicalt.svg");
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 0.25rem;
}


#program-music-list li{
    width: 100%;
}

.song-info-link span{
    position: relative;
    text-decoration: none;
    font-weight: bolder;
    color: inherit;
    background: url("../img/brushstroke.svg") no-repeat left 1.05rem;
    background-size: 0 10px;
    transition: background-size 0.5s ease;
    background-origin: padding-box;
    text-align: left;
    overflow: visible;
    padding-right: 1rem;
}

.song-info-link span:hover {
    background-size: 100% 10px;
 }

.song-info-link span::after {
    content: "";
    position: relative;
    display: inline-block;
    font-size: 2rem;
    height: 2rem;
    width: 1.25rem;
    background: url("../img/info-note.svg") no-repeat bottom;
    background-size: contain;
    transition: 0.5s ease all;
    margin: 0 5px -4px 5px;
    z-index: -1;
}

div.close-song-i {
    position: fixed;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.85) no-repeat;
    background-position: calc(100% - 2.5rem) 15%;
    text-indent: -99999rem;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
}

div.close-song-i.open{
    opacity: 100%;
    pointer-events: auto;
}

div.song-info {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100vw;
    width: 100%;
    padding: 4.5rem 1rem;
    background: url("../img/paper.webp") no-repeat center;
    background-size: 120%;
    opacity: 0;
    pointer-events: none;
    color: #221912;
    transition: .3s ease all;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 95%;
}

div.song-info.open {
    opacity: 100%;
    pointer-events: auto;
}


@media (min-width: 567px) {
    section#program-music::before,
    section#musik-zum-programm::before {
        background: url("../img/bg-02_768w.webp") no-repeat center top;
        background-size: cover;
    }
    div.song-info {
        width: 90%;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 85vh;
        padding: 4.5rem 10%;
        background-size: contain;
    }
}

@media (min-width: 768px) {
    section#program-music::before,
    section#musik-zum-programm::before {
        background: url("../img/bg-02_1024w.webp") no-repeat center top;
        background-size: cover;
    }
    section#program-music > h2,
    section#musik-zum-programm > h2 {
        text-align: left;
    }

    #program-music-list{
        text-align: left;
    }

    section ul li {
        padding: 0.75rem 1rem;
    }

    .song-info-link:hover {
        cursor: pointer;
    }

    div.song-info {
        width: 65%;
        padding: 4.5rem 10%;
    }
    div.song-info.open {
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    section#program-music::after,
    section#musik-zum-programm::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        height: 15%;
        width: 100%;
        background: green;
        background: linear-gradient(rgba(255,255,255,0), rgba(251,251,251, 1));
        z-index: -1;
    }

    div.song-info {
        width: 70%;
        padding: 4.5rem 10%;
        max-height: 75vh;
    }
}

@media (min-width: 1024px) {
    section#program-music::before,
    section#musik-zum-programm::before {
        background: url("../img/bg-02_1440w.webp") no-repeat center top;
        background-size: cover;
    }
    section ul li {
        padding: 1.25rem 1rem;
    }

    div.song-info {
        width: 70%;
        max-height: 85vh;
        padding: 4.5rem 12%;
        max-width: 65%;
    }
}

@media (min-width: 1440px) {

    div.close-song-i {
        height: 100vh;
        width: 100vw;
        background: transparent;
        top: 0;
        left: 0;
        right: auto;
    }

    section#program-music::before,
    section#musik-zum-programm::before {
        background: url("../img/bg-02.webp") no-repeat center top;
        background-size: cover;
    }
    section#program-music > h2,
    section#musik-zum-programm > h2,
    #program-music-list {
        max-width: 65%;
        margin: 0 auto 3rem auto;
    }

    section#program-music,
    section#musik-zum-programm {
        padding-bottom: 15%;
    }

    div.song-info {
        padding: 4.5rem 20%;
    }
}

/*SECTION 3 AUTHOR STYLING*/

section#author,
section#autor {
    position: relative;
}

section#author::before,
section#autor::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: linear-gradient(#fdfcfc, rgb(243,240,240));
    background-size: cover;
}

section#author::after,
section#autor::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10%;
    width: 100%;
    background: green;
    background: linear-gradient(rgba(255,255,255,0), rgba(243,240,240,0.95));
}

section#author img.author-portrait,
section#autor img.author-portrait {
    max-width: 250px;
    height: auto;
}

section#author .tree-bg,
section#autor .tree-bg {
    display: none;
}

@media (min-width: 758px) {
    section#author img.author-portrait,
    section#autor img.author-portrait {
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1440px) {
    section#author,
    section#autor {
        padding-bottom: 15%;
    }
    section#author img.author-portrait,
    section#autor img.author-portrait {
        max-width: 350px;
        margin-top: 5rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1920px) {
    section#author .tree-bg,
    section#autor .tree-bg {
        display: inline;
        position: absolute;
        right: -5%;
        top: 15%;
    }

    section#author .tree-bg img,
    section#autor .tree-bg img {
        position: relative;
        display: inline-block;
    }

}

/*SECTION 4 AUTHOR-BOOKS STYLING*/

section#author-books,
section#autor-buecher {
    position: relative;
    padding: 6rem 0 12rem 0;
}
section#author-books.container,
section#autor-buecher.container {
    z-index: 10;
}

section#author-books::before,
section#autor-buecher::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-04-03_576w.webp") no-repeat center top;
    background-size: cover;
}
section#author-books::after,
section#autor-buecher::after {
    content: '';
    position: absolute;
    height: 10%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: linear-gradient(rgb(243,240,240), rgba(255,255,255,0));
}

section#author-books div.book-list,
section#autor-buecher div.book-list{
    margin: 0 auto;
}

section#author-books div.book-list::before,
section#autor-buecher div.book-list::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/paper-note.webp") no-repeat center top;
    background-size: cover;
}

section#author-books ul li::before,
section#autor-buecher ul li::before {
    content: url("../img/book.svg");
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 0.5rem 0 0;
}

@media (min-width: 576px) {
    section#author-books::before,
    section#autor-buecher::before {
        background: url("../img/bg-04-03_768w.webp") no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 758px) {
    section#author-books::before,
    section#autor-buecher::before {
        background: url("../img/bg-04-03_1024w.webp") no-repeat center top;
        background-size: cover;
    }

    section#author-books,
    section#autor-buecher {
        padding: 10% 0;
    }

    section#author-books div.book-list,
    section#autor-buecher div.book-list{
        width: 75%;
        margin: 2rem auto;
        padding: 4rem 2rem 14rem 2rem;
    }
}

@media (min-width: 992px) {
    section#author-books,
    section#autor-buecher {
        padding: 10% 0;
    }

    section#author-books::after,
    section#autor-buecher::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 10%;
        width: 100%;
        background: green;
        background: linear-gradient(rgba(243,240,240,0.95), rgba(255,255,255,0));
    }

    section#author-books div.book-list,
    section#autor-buecher div.book-list{
        width: 100%;
        margin: 2rem auto;
        padding: 8rem 8% 10rem 25%;
    }

    section#author-books div.book-list::before,
    section#autor-buecher div.book-list::before{
        background-size: cover;
    }
}

@media (min-width: 1024px) {
    section#author-books::before,
    section#autor-buecher::before {
        background: url("../img/bg-04-03_1440w.webp") no-repeat center top;
        background-size: cover;
    }
    section#author-books div.book-list,
    section#autor-buecher div.book-list{
        padding: 8rem 5% 12rem 28%;
    }
}

@media (min-width: 1440px) {
    section#author-books::before,
    section#autor-buecher::before {
        background: url("../img/bg-04-03.webp") no-repeat center top;
        background-size: cover;
    }
    section#author-books .container,
    section#autor-buecher .container {
        max-width: 1220px;
    }

    section#author-books div.book-list,
    section#autor-buecher div.book-list{
        position: relative;
        padding: 10% 10% 15% 35%;
    }

    section#author-books div.book-list::before,
    section#autor-buecher div.book-list::before{
        background-size: contain;
    }

    section#author-books,
    section#autor-buecher {
        padding: 12% 0;
    }
}

@media (min-width: 1920px) {
    section#author-books .container,
    section#autor-buecher .container {
        max-width: 1600px;
    }

    section#author-books div.book-list,
    section#autor-buecher div.book-list{
        position: relative;
        padding: 20% 20% 20% 25%;
    }

    section#author-books div.book-list::before,
    section#autor-buecher div.book-list::before{
        background-size: contain;
    }
}

/*SECTION 5 WHO IS STYLING*/

section#who-is,
section#wer-ist {
    position: relative;
    padding: 0 0 8rem 0;
}

section#who-is::before,
section#wer-ist::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-05-06_576w.webp") no-repeat center bottom;
    background-size: cover;
}

section#who-is .quote,
section#wer-ist .quote {
    font-size: 1.3rem;
    margin: 3rem 1rem 5rem 1rem;
    position: relative;
}

section#who-is .quote q::before,
section#wer-ist .quote q::after {
    position: absolute;
    height: 1rem;
    width: 1rem;
    font-size: 1.5rem;
    display: inline;
    opacity: 0.7;
}

section#who-is .quote q::before,
section#wer-ist .quote q::before {
    left: -1rem;
    top: -0.25rem;
}

section#who-is .quote q::after,
section#wer-ist .quote q::after {
    position: relative;
    left: auto;
    right: -0.25rem;
    top: -0.25rem;
}

section#who-is .quote .quote-author,
section#wer-ist .quote .quote-author {
    font-size: 0.9rem;
    margin: 2rem 0;
    text-align: right;
}

@media (min-width: 576px) {
    section#who-is::before,
    section#wer-ist::before {
        background: url("../img/bg-05-06_768w.webp") no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    section#who-is::before,
    section#wer-ist::before {
        background: url("../img/bg-05-06_1024w.webp") no-repeat center bottom;
        background-size: cover;
    }
}
@media (min-width: 992px) {
    section #brer-rabbit {
        padding-bottom: 0;
    }

    section#who-is,
    section#wer-ist {
        padding: 10% 0 15% 0;
    }

    section#who-is::after,
    section#wer-ist::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        height: 8%;
        width: 100%;
        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255, 1));
    }

    section #benjamin-ram {
        padding-bottom: 8rem;
    }

}
@media (min-width: 1440px) {
    section#who-is::before,
    section#wer-ist::before {
        background: url("../img/bg-05-06.webp") no-repeat center bottom;
        background-size: cover;
    }
    section #brer-rabbit {
        padding-bottom: 5%;
    }

}

/*SECTION 7 BIOGRAPHY STYLING*/

section#biography,
section#biografien {
    position: relative;
    padding: 0 0 3rem 0;
}

section#biography::before,
section#biografien::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-07_576w.webp") no-repeat center bottom;
    background-size: cover;
}

section#biography h2,
section#biografien h2  {
    text-align: center;
}

section div.bio-paul,
section div.bio-ilene {
    position: relative;
    padding: 4rem 15% 6.5rem;
    text-align: left;
}

section div.bio-paul::before,
section div.bio-ilene::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
}

section div.bio-paul::before {
    background: url("../img/message-papers-red.webp") no-repeat bottom;
    background-size: cover;
}

section div.bio-ilene::before {
    background: url("../img/message-papers-green.webp") no-repeat bottom;
    background-size: cover;
}

@media (min-width: 576px) {
    section#biography::before,
    section#biografien::before {
        background: url("../img/bg-07_768w.webp") no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 600px) {
    section div.bio-paul,
    section div.bio-ilene {
        position: relative;
        padding: 25% 15% 35%;
    }
}

@media (min-width: 768px) {
    section#biography::before,
    section#biografien::before {
        background: url("../img/bg-07_1024w.webp") no-repeat center bottom;
        background-size: cover;
    }
    section div.bio-paul,
    section div.bio-ilene {
        padding: 8rem 10% 12.5rem;
        max-width: 75%;
        margin: 5rem auto;
    }
}

@media (min-width: 992px) {
    #biography::after,
    #biografien::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 10%;
        width: 100%;
        background: green;
        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95));
    }
}

@media (min-width: 1024px) {
    section#biography,
    section#biografien {
        padding: 10% 0 3rem 0;
    }
    section#biography::before,
    section#biografien::before {
        background: url("../img/bg-07_1440w.webp") no-repeat center bottom;
        background-size: cover;
    }
    section div.bio-paul,
    section div.bio-ilene {
        margin: 6rem auto;
    }
}

@media (min-width: 1440px) {
    section#biography::before,
    section#biografien::before {
        background: url("../img/bg-07.webp") no-repeat center bottom;
        background-size: cover;
    }
    #biography .container,
    #biografien .container {
        display: flex;
        flex-direction: column;
        padding-bottom: 10%;
    }

    #biography::after,
    #biografien::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 10%;
        width: 100%;
        background: green;
        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95));
    }

    section div.bio-paul,
    section div.bio-ilene {
        margin: 15% 0;
        max-width: 60%;
        align-self: flex-start;
    }

    section div.bio-ilene {
        align-self: flex-end;
    }

    #biography .container,
    #biografien .container {
        padding-top: 4rem;
    }

    #biography .container::after,
    #biografien .container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 15%;
        width: 100%;
        background: green;
        background: linear-gradient( rgba(255,255,255,0.95), rgba(255,255,255,0));
        z-index: -1;
    }
}

/*SECTION 8 CONTACT STYLING*/

section#contacts,
section#kontakt {
    position: relative;
    padding: 2rem 0 34rem 0;
}

section#contacts::before,
section#kontakt::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    background: url("../img/bg-08_576w.webp") no-repeat center bottom;
    background-size: cover;
}

section#contacts p 
section#kontakt p {
    margin: 2.5rem 0;
}

section#contacts address,
section#kontakt address {
    font-style: normal;
}

section#contacts a.obinet,
section#kontakt a.obinet {
    position: relative;
    display: inline-block;
    width: 10rem;
    height: 3rem;
    line-height: inherit;
    margin-bottom: -10px;
    background: url("../img/obinet-logo.svg") no-repeat left bottom;
    text-indent: -100000rem;
    overflow: hidden;
    vertical-align: bottom;
}

section#contacts .text-center,
section#kontakt .text-center {
    margin: 0 auto;
}

@media (min-width: 576px) {
    section#contacts::before,
    section#kontakt::before {
        background: url("../img/bg-08_768w.webp") no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    section#contacts::before,
    section#kontakt::before {
        background: url("../img/bg-08_1024w.webp") no-repeat center bottom;
        background-size: cover;
    }
    section#contacts a.obinet,
    section#kontakt a.obinet {
        background: url("../img/obinet-logo.svg") no-repeat center bottom;
    }
}

@media (min-width: 992px) {
    section#contacts .text-center,
    section#kontakt .text-center {
        max-width: 55%;
        margin: 0 auto;
    }

    section#contacts::after,
    section#kontakt::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 10%;
        width: 100%;
        background: green;
        background: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0.8), rgba(255,255,255,0));
        z-index: -1;
    }
}

@media (min-width: 1024px) {
    section#contacts::before,
    section#kontakt::before {
        background: url("../img/bg-08_1440w.webp") no-repeat center bottom;
        background-size: cover;
    }
}
@media (min-width: 1440px) {
    section#contacts::before,
    section#kontakt::before {
        background: url("../img/bg-08.webp") no-repeat center bottom;
        background-size: cover;
    }
    section#contacts,
    section#kontakt {
        position: relative;
        padding: 10% 0 35% 0;
    }
}

section#imprint h1,
section#imprint {
    color: #221912;
}

section#imprint {
    padding-top: 0;
}