/***** Chapter2 Text **********/
.chapter-mobile-section {
  /*border: 1px solid red;*/
}

.scroll-btn-story-3{
  z-index: 101;
}

.chapter-container .chapter3-text .white{
  color:#ffffff;
}

.chapter3-1-text,
.chapter3-2-text,
.chapter3-2b-text,
.chapter3-3-text,
.chapter3-3b-text{
  position: absolute;
  left:0;
  right: 0;
  top:50%;
  transform: translate(0,-50%);
  font-family: 'Cormorant SC', serif;
  color:#efbe8c;
}


.chapter-container .chapter3-1-text{
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  opacity: 0;
}

@media screen and (max-width: 1250px) {
}


.chapter-container .chapter3-2-text,
.chapter-container .chapter3-2b-text{
  font-size: 60px;/*70*/
  line-height: 73px;/*83*/
  text-align: center;
}

.chapter-container .chapter3-3-text,
.chapter-container .chapter3-3b-text{
  font-size: 60px;/*70*/
  line-height: 73px;/*83*/
  text-align: center;
}



.chapter3-1-text-inside,
.chapter3-2-text-inside,
.chapter3-3-text-inside,
.chapter3-4-text-inside{
  display: table;
  margin: 0 auto;
  text-align: left;
}

/***** Chapter3 **********/

.chapter3-1{
  background: url('../images/chapter3/chapter3-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;
}

.chapter3-2, .chapter3-3, .chapter3-4, .chapter3-5{
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  opacity:0;
  top:0;
  left:0;
  z-index: 100;
}

.chapter3-2{
  background: url('../images/chapter3/chapter3-2-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter3-3{
  background: url('../images/chapter3/chapter3-3-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter3-4{
  background: url('../images/chapter3/chapter3-4-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.chapter3-5{
  background: url('../images/chapter3/chapter3-5-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}




.chapter3-text-icon{
  position:absolute;
  /*top: 166px;
  right: 12%;*/
  top:200px;
  right:200px;
  width: 150px;
  height:auto;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 101;
}

@media (max-width: 1550px){
  .chapter3-text-icon{
    /*right: 8%;*/
  }
}


@media (max-width: 1300px){
  .chapter3-text-icon{
    /* right: 3%; */
  }
}

.chapter3-icon-audio{
  position:absolute;
  /* top: 166px;
  right: 336px; */
  top:200px;
  right:200px;
  width: 150px;
  height:auto;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 101;
}


@media (max-width: 1600px){
  .chapter3-icon-audio{
     /* right: 14% */;
  }
}

@media (max-width: 1300px){
  .chapter3-icon-audio{
    /* right: 5%; */
  }
}

.chapter3-bubbles{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width:1636px;
  height:auto;
  z-index: 1;
  opacity: 0;
  top: 110%;
}

/*--------------------*/
/*Video*/
/*--------------------*/
.chapter3-video{
  width:100%;
  height:calc(100% - 80px);
  position: absolute;
  top:0;
  left:0;
  padding-top:80px;
}

.chapter3-video .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.chapter3-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*--------------------*/
/*Chapter Desktop Menue*/
/*--------------------*/

.chapter3-menu{
  z-index: 30;
  position: absolute;
  top: 120px;
  left:0;
  text-align: center;
  width:100%;
}
.chapter3-menu img{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.chapter3-menu-icon{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height:17px;
  cursor:pointer;
}
.chapter3-menu-icon.chapter3-menu-eye{
  width:31px;
  background: url('../images/chapter-menu-eye.png') no-repeat top left;
}
.chapter3-menu-icon.chapter3-menu-video{
  width:25px;
  background: url('../images/chapter-menu-video.png') no-repeat top left;
}
.chapter3-menu-icon.chapter3-menu-share{
  width:28px;
  background: url('../images/chapter-menu-share.png') no-repeat top left;
}
.chapter3-menu-icon.chapter3-menu-eye:hover,
.chapter3-menu-icon.chapter3-menu-eye.active{
  background: url('../images/chapter-menu-eye-active.png') no-repeat top left;
}
.chapter3-menu-icon.chapter3-menu-video:hover,
.chapter3-menu-icon.chapter3-menu-video.active{
  background: url('../images/chapter-menu-video-active.png') no-repeat top left;
}
.chapter3-menu-icon.chapter3-menu-share:hover,
.chapter3-menu-icon.chapter3-menu-share.active{
  background: url('../images/chapter-menu-share-active.png') no-repeat top left;
}


.chapter3-menu span.white{
  color:#ffffff;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
}
.chapter3-menu span.gold{
  color:#ebba89;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
  margin-right:30px;
}


/***** Chapter3 Mobile **********/

.chapter3-text-icon-audio-smartphone{
  margin: 11% auto 0;
  width: 137px;
}

.chapter3-text-icon-smartphone{
  width: 135px;
  margin: 10% auto 0;
  
  left: 0;
   position: absolute;
    right: 0;
}

@media screen and (max-width: 670px) {
}

/*2 section start*/
.chapter-mobile-3-2{
  /* left: 0; */
  /*margin: 28px auto 0;*/
  /* right: 0;
  width: 425px; */
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-3-2{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-2{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-3-1{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-3-2{
    font-size: 31px;
    line-height: 35px;
   /*  width: 270px; */
  }
}

/* .chapter-mobile-3-2-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-2-tablet{
    display: none;
  }
}

.chapter-mobile-3-2-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-2-mobile{
    display: block;
  }
} */


/*2 section end*/


/*3 section start*/
.chapter-mobile-3-3{
/*   left: 0; */
  margin: 28px auto 0;
/*   right: 0;
  width: 510px; */
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-3-3{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-3{
    text-align: left;
    /* width: 400px; */
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-3-3{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-3-3{
    font-size: 31px;
    line-height: 35px;
    /* width: 230px; */
  }
}

.chapter-mobile-3-3-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-3-tablet{
    display: none;
  }
}

.chapter-mobile-3-3-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-3-mobile{
    display: block;
    text-align: center;
  }
}


/*3 section end*/



/*4 section start*/
.chapter-mobile-3-4{
/*   left: 0; */
  margin: 28px auto 0;
/*   right: 0;
  width: 585px; */
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-3-4{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-4{
   /*  width: 420px; */
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-3-4{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-3-4{
    font-size: 31px;
    line-height: 35px;
    /* width: 270px; */
  }
}

.chapter-mobile-3-4-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-4-tablet{
    display: none;
  }
}

.chapter-mobile-3-4-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-3-4-mobile{
     display: block;
    margin: 0 auto;
    text-align: center;
   /*  width: 650px; */
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-3-4-mobile{
    display: block;
    margin: 0 auto;
    text-align: center;
   /*  width: 300px; */
  }
}

.chapter-mobile-3-4-innertext{
  text-align: left; display: table; margin: 0 auto;
}


/*4 section end*/



/*Mobile sharing*/
.chapter3-mobile-sharing-container{
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 148px;
  padding-bottom: 203px;
}

.chapter3-mobile-sharing-container p{
  margin: 0;
}

.chapter3-mobile-sharing-container .headline{
  font-size: 32px;
  color: #941f32;
  font-family: "IM Fell DW Pica",serif;
  font-style: italic;
  margin-bottom: 28px;
}

.chapter3-mobile-sharing-container .subheadline{
  font-size: 60px;
  color: white;
  font-family: "Cormorant SC",serif;
  margin-bottom: 28px;
}

.chapter3-mobile-sharing-container .text{
  font-size: 24px;
  color: #999696;
  margin-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
}

.chapter3-mobile-sharing-container ul{
  font-size: 0;
  padding: 0;
}

.chapter3-mobile-sharing-container ul li{
  display: inline-block;
}

@media screen and (max-width: 820px) {
  .chapter3-mobile-sharing-container .subheadline{
  }
}

@media screen and (max-width: 640px) {
  .chapter3-mobile-sharing-container{
    padding-bottom: 103px;
    padding-top: 78px;
  }
  
  .chapter3-mobile-sharing-container .headline{
    font-size: 26px;
  }

  .chapter3-mobile-sharing-container .subheadline{
    font-size: 42px;
    line-height: 42px;
  }

  .chapter3-mobile-sharing-container .text{
    font-size: 15px;
    margin: 0 auto 30px;
  }
}


@media screen and (max-width: 580px) {
  .chapter3-mobile-sharing-container .subheadline{
  }
}


@media screen and (max-width: 440px) {
  .chapter3-mobile-sharing-container .subheadline{
  }
}