/* goudy-bookletter-1911-regular - latin */
@font-face {
    font-family: 'Goudy Bookletter 1911';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/goudy-bookletter-1911-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/goudy-bookletter-1911-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/goudy-bookletter-1911-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/goudy-bookletter-1911-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/goudy-bookletter-1911-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/goudy-bookletter-1911-v15-latin-regular.svg#GoudyBookletter1911') format('svg'); /* Legacy iOS */
  }

body {    
    background-image: url('img/Cover_Print_01_Hintergrund_heller-mobile.jpg');
    font-family: "Goudy Bookletter 1911", Arial, Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
}
.btn-dark, body, a, a:hover {
    color: #FBEC85;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: normal;
}


/* Header */
.logoback-container {
    display: none;
}


/* Über das Buch */
.purchase {
    display: none;
}
.purchase-mobile a {
    margin-bottom: 140px;    
    font-size: 1.5em;    
}
.about-the-trilogy-image {
    width: 80%;
    height: auto;
    margin-left: -10%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.about-the-trilogy-text p {
    font-size: 1.1em;
}

/* Bände */
.band2-wrapper {    
    background-size: cover;
    color: black;
    background-image: url('img/bg02.jpg');
    background-attachment: fixed;
}
.band3-wrapper {
    background-image: url('img/bg03.jpg');
    background-attachment: fixed;
    background-size: cover;
    color: white;
}
.hero-cover {    
    width: 80%;
    margin: 0% 10%;
    margin-left: 0%;
    margin-top: 15%;
    padding-bottom: 10%;
}
.hero-text h1 {
    padding-top: 0px;
}
.hero-spacer {
    display: none;
}
.hero-content {
    padding: 0px;
    font-size: 1.1em;
}
.product {
    width: 80%;
    height: auto;
    margin: 0% 10%;
}
.product-wrapper {
    padding-bottom: 50px;
}




/*
 * Leseprobe 
 */
.leseprobe {
    padding-top: 50px;
    background-image: url('img/bg.jpg');
    background-size: 100%;
    color: #3d392f;    
    margin: auto;
    font-size: 1em;
}
.leseprobe p {
    text-indent: 40px;
    padding: 0px;
    margin: 5px 20px;
    hyphens: auto;
}
.leseprobe .first-p {
    text-indent: 0px;
}
.first-p::first-letter {
    font-size: 7.4rem;
    font-weight: bold;
    line-height: 6rem;    
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}
.download-leseprobe {    
    font-size: 1em;    
}
.download-leseprobe a {    
    width: 70%;
    margin: auto;
    margin: 10% 0%;
}


/* Newsletter */
.newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
}
.formkit-form {
    margin: auto;
}
.formkit-submit > span {
    background-color: #FBEC85;
    color: black;
}


/* Autorin */
.autorin-container {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1300px !important;
}
.h1-autorin {
    font-size: 3em;
}
.autorin {
    width: 50%; 
    margin-left:25%;
    margin-top: 20%;
    margin-bottom: 25px;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 1));
}


/* Footer */
.social-icons a {
    padding: 5px;
}
footer {
    padding: 25px;
    background-color: rgba(0,0,0,0.3);
}






@media (min-width: 1080px) {    
    body {
        background-image: url('img/Cover_Print_01_Hintergrund_heller.jpg');
        background-size: 100%;        
        margin-top: 170px;
        font-size: 1em;
    }    
    .container {
        max-width: 700px;         
    }
    h1 {
        font-size: 4em;
    }
    p {
        font-size: 1.5em;
    }

    .logo {
        width: 200px;    
        margin-left: 100px;    
    }
    .logo-container {
        position: absolute;
        left: 50%;
        margin-left: -200px;
        top: 12.5px;
    }
    .logoback-container {
        display: initial;        
        position: absolute;
        height: 170px;
        overflow: hidden;
        top: 0px;
    }
    .logoback-container img {
        mix-blend-mode: soft-light;
        opacity: 50%;
        width: 100%;
        margin-top: -300px;
    }
    .purchase {
        display: block;
    }
    .purchase-mobile {
        display: none;
    }    
    .first-p2::first-letter {
        font-size: 7.4rem;
        line-height: 6rem;    
        float: left;
        padding-right: 10px;
        padding-top: 10px;
    }
    .about-the-trilogy-image {
        width: 70%;
        margin-left: -10%;
    }    
    .about-the-trilogy-text {    
        margin: 0% 11%    
    }
    .about-the-trilogy-text p {
        font-size: 1.3em;
    }

    .band-container {
        padding-top: 50px; 
        padding-left: 87px; 
        padding-bottom: 100px;
    }

    /* Bände */
    .band2-wrapper {    
        background-size: 100%;
        color: black;
        background-image: url('img/bg02.jpg');
        background-attachment: fixed;
    }
    .band3-wrapper {
        background-image: url('img/bg03.jpg');
        background-attachment: fixed;
        background-size: 100%;
        color: white;
    }

    .hero-cover {    
        width: 250px;
        height: auto;    
        margin: 0% 10%;
        margin-left: -50px;
        float: left;        
        margin-right: 50px;
        padding-bottom: 0px;
    }
    .hero-spacer {
        clear: both; 
        margin-bottom: 25px;
    }
    .hero-text h1 {
        font-size: 3em;
        margin-bottom: 0px;
        padding-top: 30px;
    }
    h1.band-subtitle {
        padding-top: 5px;
    }
    .hero-content {
        padding: 10px;
        width: 530px;        
        font-size: 0.9em;
    }

    .leseprobe {
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        width: 900px;
        font-size: 0.8em;
    }
    .download-leseprobe {
        margin-top: 70px;
        font-size: 1em;    
    }
    .download-leseprobe a {    
        width: initial;
        margin: auto;
    }

    .product {
        width: initial;
        height: auto;
    }

    .autorin-container {
        padding: 100px;
    }
   
    .btn-dark {    
        font-size: 1.4em;
        margin: 0px 10px;
    }
    footer {
        margin-top: 100px;
    }
}

@media (min-width: 2560px) {
    body {
        margin-top: 350px;
    }
    .container {
        max-width: 900px; 
        font-size: 1em;
    }
    .logo {
        width: 400px;        
        margin-left: 0px;
        top: 50px;
    }
    .logoback-container {
        height: 350px;
    }

    .about-the-trilogy-image {
        width: 90%;
        height: auto;
        margin-left: -10%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .about-the-trilogy-text p {
        font-size: 1.5em;
    }

    .hero-cover {    
        width: 250px;
        height: auto;    
        margin-left: 0px;
        float: left;
        margin-right: 50px;
    }
    .hero-spacer {
        margin-bottom: 50px;
    }
    .hero-text h1 {
        font-size: 4em;
    }
    .hero-content {
        width: 630px;
        margin-left: 50px;
        font-size: 1.1em;
    }

    .leseprobe {
        width: 1000px;
        font-size: 1em;
    }
}