/***** Chapter2 Text **********/
.chapter-mobile-section {
  /*border: 1px solid red;*/
}

.scroll-btn-story-2{
  z-index: 101;
}

.chapter2-1-text{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'Cormorant SC', serif;
  color:#efbe8c;
}

.chapter2-2-text,
.chapter2-2b-text,
.chapter2-2c-text{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-family: 'Cormorant SC', serif;
}

.chapter-mobile-2-1-innertext{
  text-align: left; display: table; margin: 0 auto;
}


.chapter2-3-text,
.chapter2-4-text{
  position: absolute;
  left:0;
  right: 0;
  top:50%;
  transform: translate(0,-50%);
  font-family: 'Cormorant SC', serif;
  color:#efbe8c;
}

.chapter2-3-text-inside,
.chapter2-4-text-inside{
   display: table;
    margin: 0 auto;
    text-align: left;
}



.chapter-container .chapter2-1-text{
  font-size: 60px;/*70*/
  line-height: 73px;/*83*/
}

@media screen and (max-width: 1250px) {
  .chapter-container .chapter2-1-text {
      font-size: 56px;
      line-height: 69px;
  }
}


.chapter-container  .chapter2-2-text,
.chapter-container  .chapter2-2b-text,
.chapter-container  .chapter2-2c-text{
  font-size: 60px;/*70*/
  line-height: 73px;/*83*/
}

@media screen and (max-width: 1430px) {
  .chapter-container  .chapter2-2-text,
  .chapter-container  .chapter2-2b-text,
  .chapter-container  .chapter2-2c-text{
    font-size: 61px;
    line-height: 74px;
  }
}

@media screen and (max-width: 1250px) {
  .chapter-container  .chapter2-2-text,
  .chapter-container  .chapter2-2b-text,
  .chapter-container  .chapter2-2c-text{
    font-size: 50px;
    line-height: 63px;
  }
}

.chapter-container .chapter2-3-text{
  font-size: 61px;
  line-height: 74px;
}

@media screen and (max-width: 1720px) {
  .chapter-container .chapter2-3-text{

  }
}

@media screen and (max-width: 1430px) {
  .chapter-container .chapter2-3-text {

  }
}

@media screen and (max-width: 1250px) {
  .chapter-container .chapter2-3-text {

  }
}


.chapter-container .chapter2-4-text{
  font-size: 61px;
  line-height: 74px;
}

@media screen and (max-width: 1560px) {
  .chapter-container .chapter2-4-text {

  }
}

@media screen and (max-width: 1430px) {
  .chapter-container .chapter2-4-text {
    font-size: 53px;
    line-height: 61px;
  }
}


@media screen and (max-width: 1250px) {
  .chapter-container .chapter2-4-text{

  }
}



.chapter-container .chapter2-text .white{
  color:#ffffff;
}


@media (max-width: 1518px){

}

@media (max-width: 1280px){

}

@media (max-width: 1155px){

}


/***** Chapter1 **********/

.chapter2-1{
  background: url('../images/chapter2/chapter2-1-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  top:0;
  right:0;
  overflow: hidden;
}

.chapter2-2, .chapter2-3, .chapter2-4, .chapter2-5{
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  opacity:0;
  top:0;
  left:0;
  z-index: 100;
}

.chapter2-2{
  background: url('../images/chapter2/chapter2-2-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter2-3{
  background: url('../images/chapter2/chapter2-3-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter2-4{
  background: url('../images/chapter2/chapter2-4-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.chapter2-5{
  background: url('../images/chapter2/chapter2-5-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}



.chapter2-endless{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width:1153px;
  height:auto;
  z-index: 1;
}

@media (max-width: 1160px){
  .chapter2-endless{
    width: 1020px;
  }
}

.chapter2-endless-e{
  z-index: 2;
}

.chapter2-endless-d{
  z-index: 3;
}

.chapter2-endless-es{
  z-index: 4;
}


.chapter2-endless-reset{
  /*top: 165% !important;*/
  opacity: 0 !important;
  transform: matrix(1, 0, 0, 1, 0, 800);
}



.chapter2-text-icon, .chapter2-icon-audio{
  position:absolute;
  top:170px;
  right: 150px;
  width:150px;
  height:150px;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 101;
}


@media (max-width: 1155px){
  .chapter2-text-icon, .chapter2-icon-audio {
    position: absolute;
    top: 180px;
    width: 150px;
    height: 150px;
  }
}




/*.chapter2-text-underlay{
  width: 100%;
  height: auto;
}*/


/*video*/
.chapter2-video{
  width:100%;
  height:calc(100% - 80px);
  position: absolute;
  top:0;
  left:0;
  padding-top:80px;
}

.chapter2-video .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.chapter2-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




@media (max-width: 1560px){
}

@media (max-width: 1300px){
}

@media (max-width: 1155px){
}

@media (max-width: 1000px){
}


/*--------------------*/
/*Chapter Desktop Menue*/
/*--------------------*/

.chapter2-menu{
  z-index: 30;
  position: absolute;
  top: 120px;
  left:0;
  text-align: center;
  width:100%;
}
.chapter2-menu img{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.chapter2-menu-icon{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height:17px;
  cursor:pointer;
}
.chapter2-menu-icon.chapter2-menu-eye{
  width:31px;
  background: url('../images/chapter-menu-eye.png') no-repeat top left;
}
.chapter2-menu-icon.chapter2-menu-video{
  width:25px;
  background: url('../images/chapter-menu-video.png') no-repeat top left;
}
.chapter2-menu-icon.chapter2-menu-share{
  width:28px;
  background: url('../images/chapter-menu-share.png') no-repeat top left;
}
.chapter2-menu-icon.chapter2-menu-eye:hover,
.chapter2-menu-icon.chapter2-menu-eye.active{
  background: url('../images/chapter-menu-eye-active.png') no-repeat top left;
}
.chapter2-menu-icon.chapter2-menu-video:hover,
.chapter2-menu-icon.chapter2-menu-video.active{
  background: url('../images/chapter-menu-video-active.png') no-repeat top left;
}
.chapter2-menu-icon.chapter2-menu-share:hover,
.chapter2-menu-icon.chapter2-menu-share.active{
  background: url('../images/chapter-menu-share-active.png') no-repeat top left;
}


.chapter2-menu span.white{
  color:#ffffff;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
}
.chapter2-menu span.gold{
  color:#ebba89;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
  margin-right:30px;
}




/***** Chapter1 Mobile **********/

.chapter-mobile-section {
}


.chapter2-text-icon-audio-smartphone{
  margin: 17% auto 0;
  width: 137px;
}

.chapter2-text-icon-smartphone{
  width: 135px;
  margin: 7% auto 0;
}

@media screen and (max-width: 670px) {
  .chapter2-text-icon-smartphone{
    margin: 15% auto 0;
  }
}

@media screen and (max-width: 480px) {
  .chapter2-text-icon-smartphone{
    margin: 8% auto 0;
  }
}

.chapter-mobile-2-1{
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 138px;
 /*  width: 510px; */
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-2-1{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-1{
    /* width: 300px; */
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-2-1{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-2-1{
    font-size: 31px;
    line-height: 35px;
  /*   width: 185px; */
  }
}


.chapter-mobile-2-1-tablet{
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-1-tablet{
    display: none;
  }
}

.chapter-mobile-2-1-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-1-mobile{
    display: block;
  }
}




.chapter-mobile-2-2{
/*   left: 0;
  margin: 0 auto;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px; */
}

@media screen and (max-width: 768px) {
  .chapter-mobile-2-2{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-2{
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-2-2{
  }
}


.chapter-mobile-2-2-text{
  /* width: auto; */
  margin: 18% auto 0;
  font-family: "Cormorant SC",serif;
  font-size: 51px;
  line-height: 55px;
  left: 0;
  right: 0;
  /* width: 340px; */
  text-align:center;
  margin-left: -5%;
}


@media screen and (max-width: 870px) {
  .chapter-mobile-2-2-text{
     margin: 12% 0 0 -10%
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-2-2-text{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-2-2-text{
    font-size: 31px;
    line-height: 35px;
    /* width: 210px; */
  }
}

   

.endless_tablet{
  display: block;
  height: auto;
  max-width: 718px;
  width: 100%;
  /* margin-top: 20px; */
  margin: 20px auto 0;
}

@media screen and (max-width: 750px) {
  .endless_tablet{
    display: none;
  }
}

.endless_mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .endless_mobile{
    display: block;
    height: auto;
    max-width: 588px;
    width: 90%;
    margin: 0 auto;
  }
}

.chapter-mobile-2-3{
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 27px;
/*   width: 725px; */
  font-family: "Cormorant SC",serif;
  font-size: 51px;
  line-height: 55px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-3{
    /* width: 370px; */
    font-size: 45px;
    line-height: 49px;
    margin: -10px auto 0;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-3{
  }
}

@media screen and (max-width: 500px) {
  .chapter-mobile-2-3{
    font-size: 31px;
    line-height: 35px;
    /* width: 250px; */
    margin-top: -30px;
  }
}


.chapter-mobile-2-3-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-3-tablet{
    display: none;
  }
}

.chapter-mobile-2-3-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-3-mobile{
    display: block;
    text-align: center;
  }
}



.chapter-mobile-2-4{
  left: 0;
  margin: 13px auto 0;
  right: 0;
  top: 27px;
 /*  width: 790px; */
  font-family: "Cormorant SC",serif;
  font-size: 51px;
  line-height: 55px;
}

@media screen and (max-width: 850px) {
  .chapter-mobile-2-4{
    font-size: 45px;
    line-height: 49px;
    /* width: 700px; */
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-4{
    font-size: 51px;
    line-height: 55px;
   /*  width: 450px; */
  }
}

@media screen and (max-width: 670px) {
  .chapter-mobile-2-4{
    font-size: 45px;
    line-height: 49px;
    /* width: 400px; */
  }
}

@media screen and (max-width: 500px) {
  .chapter-mobile-2-4{
    font-size: 31px;
    line-height: 35px;
    /* width: 275px; */
  }
}

.chapter-mobile-2-4-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-4-tablet{
    display: none;
  }
}

.chapter-mobile-2-4-smartphone{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-2-4-smartphone{
    display: block;
  }
}


/*Mobile sharing*/
.chapter2-mobile-sharing-container{
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 148px;
  padding-bottom: 203px;
}

.chapter2-mobile-sharing-container p{
  margin: 0;
}

.chapter2-mobile-sharing-container .headline{
  font-size: 32px;
  color: #941f32;
  font-family: "IM Fell DW Pica",serif;
  font-style: italic;
  margin-bottom: 28px;
}

.chapter2-mobile-sharing-container .subheadline{
  font-size: 60px;
  color: white;
  font-family: "Cormorant SC",serif;
  margin-bottom: 28px;
}

.chapter2-mobile-sharing-container .text{
  font-size: 24px;
  color: #999696;
  margin-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
}

.chapter2-mobile-sharing-container ul{
  font-size: 0;
  padding: 0;
}

.chapter2-mobile-sharing-container ul li{
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .chapter2-mobile-sharing-container{
    padding-bottom: 103px;
    padding-top: 78px;
  }
  
  .chapter2-mobile-sharing-container .headline{
    font-size: 26px;
  }

  .chapter2-mobile-sharing-container .subheadline{
    font-size: 42px;
    line-height: 42px;
  }

  .chapter2-mobile-sharing-container .text{
    font-size: 15px;
    margin: 0 auto 30px;
  }
}



