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