.chaptertext-red {
    color: #972046; /*red*/
}

/*---------------*/
/*Video*/
/*---------------*/
.chapter-mobile-video-container-video {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.chapter-mobile-video-container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/
/*Overlays*/
/*---------------*/

/*Songtext*/

.overlay-background {
    /*position:absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .80;
    display: none;
}

.container-overlay-text {
    position: fixed !important;
    height: 200px;
    width: 300px;
    width: 100%;
    max-width: 570px;
    margin: -100px 0px 0px -200px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    z-index: 20000;
}

@media all and (orientation: portrait) and (max-width: 740px) {
    .container-overlay-text {
        height: 100%;
        top: 0;
        max-width: none;
    }
}

@media all and (orientation: landscape) and (max-width: 740px) {
    .container-overlay-text {
        height: 100%;
        top: 49%;
        max-width: none;
        transform: translate(0%, 0%);
    }
}

.overlay-content-text {
    background: #941f32 none repeat scroll 0 0;
    box-sizing: border-box;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 35;
    padding: 60px;
}

.overlay-content-text .headline {
    color: #b09fc7;
    font-family: 'Cormorant SC', serif;
    font-weight: 300;
    font-size: 46px;
    margin: 0 0 18px;
    line-height: 40px;
}

.container-overlay-text .songtext {
    color: white;
    font-size: 16px;
    line-height: 26px;
}

.container-overlay-text-close {
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    color: #f0c192;
    display: table;
    height: 30px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 30px;
    cursor: pointer;
}

.container-overlay-text-close:hover,
.container-overlay-text-close:target,
.container-overlay-text-close:active {
    background-image: url("../images/close_white.png");
}

@media screen and (max-width: 1024px) {
}

@media all and (orientation: portrait) and (max-width: 740px) {
    .overlay-content-text {
        left: 0;
        transform: none;
        height: 100%;
        padding: 40px 30px 15px;
    }

    .overlay-content-text .headline {
        font-size: 33px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    .container-overlay-text .songtext {
        color: white;
        line-height: 23px;
        overflow: scroll;
        height: 80%;
        padding-right: 25px;
    }

    .container-overlay-text-close {
        right: 10px;
        top: 10px;
    }
}

@media all and (orientation: landscape) and (max-width: 740px) {
    .overlay-content-text {
        /* left: 0;
        transform: none;*/
        height: 100%;
        padding: 40px 30px 15px;
    }

    .overlay-content-text .headline {
        font-size: 33px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    .container-overlay-text .songtext {
        color: white;
        line-height: 23px;
        overflow: scroll;
        height: 80%;
        padding-right: 25px;
    }

    .container-overlay-text-close {
        right: 10px;
        top: 10px;
    }
}

@media screen and (min-width: 740px) {
    .container-overlay-text-long {
        max-width: 650px;
    }

    .overlay-content-text-long {
        padding: 30px;
    }
}

/*Audio Overlay*/

.container-overlay-audio {
    position: fixed !important;
    /*position:absolute;*/
    /*height:200px;*/
    width: 300px;
    margin: -100px 0px 0px -200px;
    top: 57%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #000000;*/
    display: none;
    z-index: 20000;
    /*padding:10px;*/
}

.overlay-content-audio {
    background: #941f32 none repeat scroll 0 0;
    box-sizing: border-box;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 35;
}

.overlay-content-audio .headline {
    color: #d5d5d5;
    font-family: 'Cormorant SC', serif;
    font-weight: 300;
    font-size: 34px;
    margin: 0;
}

.overlay-content-audio iframe {
    color: green;
}

.container-overlay-audio-close {
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    color: #f0c192;
    display: table;
    height: 30px;
    position: absolute;
    right: -18px;
    top: -11px;
    width: 30px;
    cursor: pointer;
}

.container-overlay-audio-close:hover,
.container-overlay-audio-close:target,
.container-overlay-audio-close:active {
    background-image: url("../images/close_white.png");
}

@media screen and (max-width: 740px) {
    .container-overlay-audio {
        width: 100%;
        top: 0;
        /*padding: 55px 36px 36px;*/
        height: 100%;
    }

    .overlay-content-audio {
        padding-top: 50px;
        width: 100%;
        height: 100%;
        transform: none;
        left: 0;
    }

    .container-overlay-audio-close {
        right: 6px;
        top: 10px;
    }
}

@media all and (orientation: portrait) and (max-width: 740px) {
    .container-overlay-audio #soundcloudEmbed {
        transform: translate(0, calc(50% - 30px));
    }
}

/*@media only screen and (max-width: 750px) and (orientation: landscape){
  .overlay-content-audio iframe{
    height: 80px;
    margin-top: 70px;
  }
}*/

.audio-iframe-small {
    height: 80px;
    margin-top: 70px;
}

/*---------------*/
/*--Mobile-------*/
/*---------------*/

.chapter-mobile-section {
    position: relative;
    /*border: 1px solid #ff0000;*/
}

.chapter-mobile-position {
    display: table;
    position: absolute;
    width: 100%;
    text-align: center;
}

.chapter-mobile-backgroundimage-tablet {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 750px) {
    .chapter-mobile-backgroundimage-tablet {
        display: none;
    }
}

.chapter-mobile-backgroundimage-smartphone {
    width: 100%;
    height: auto;
    display: none;
}

@media screen and (max-width: 750px) {
    .chapter-mobile-backgroundimage-smartphone {
        display: block;
    }
}

.chapter-mobile-white {
    color: white;
}

.chapter-mobile-sand {
    color: #f5e4d2;
}

.chapter-mobile-yellow {
    color: #efbe8c;
}

.chapter-mobile-red {
    color: #bb304f;
}

/* --------------- */
/* Chapter sharing */
/* --------------- */

.chapter-sharing {
    height: 100%;
    background-image: url("../images/chapter1/footer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.chapter2-sharing {
    background-image: url("../images/chapter2/chapter2-share-hg.jpg");
}

.chapter3-sharing {
    background-image: url("../images/chapter3/chapter3-social.jpg");
}

.chapter4-sharing {
    background-image: url("../images/chapter4/chapter4-social.jpg");
}

.chapter5-sharing {
    background-image: url("../images/chapter5/chapter5-social.jpg");
}

.chapter6-sharing {
    background-image: url("../images/chapter6/chapter6-social.jpg");
}

.chapter7-sharing {
    background-image: url("../images/chapter7/chapter7-social.jpg");
}

.chapter8-sharing {
    background-image: url("../images/chapter8/chapter8-social.jpg");
}

.chapter9-sharing {
    background-image: url("../images/chapter9/chapter9-social.jpg");
}

.chapter10-sharing {
    background-image: url("../images/chapter10/chapter10-social.jpg");
}

.chapter11-sharing {
    background-image: url("../images/chapter11/chapter11-social.jpg");
}

.chapter12-sharing {
    background-image: url("../images/chapter12/chapter12-social.jpg");
}

.chapter-sharing-inner {
    padding-top: 300px;
    text-align: center;
}

.chapter-sharing .headline {
    color: #941f32;
    font-family: "IM Fell DW Pica", serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.chapter-sharing .subheadline {
    color: #ffffff;
    font-family: "Cormorant SC", serif;
    font-size: 60px;
    font-weight: 300;
    margin: 20px 0;
}

.chapter-sharing .share {
    color: #999696;
    font-family: "Ruda", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}

.chapter-sharing .chapter-social {
    margin-top: 50px;
    font-size: 0;
}

.chapter-sharing .chapter-social img {
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1518px) {
    .chapter-sharing .subheadline {
        font-size: 48px;
    }
}
