/***** Chapter1 Text **********/

.chapter-container .chapter-text{
  font-size: 70px;
  color:#efbe8c;
  line-height: 83px;
  font-family: 'Cormorant SC', serif;
}

.chapter-container .chapter-text .white{
  color:#ffffff;
}

@media (max-width: 1518px){
  .chapter-container .chapter-text{
    font-size: 58px;
    line-height: 71px;
  }
}

@media (max-width: 1155px){
  .chapter-container .chapter-text {
    font-size: 48px;
    line-height: 59px;
  }
}

@media (max-width: 928px){
  .chapter-container .chapter-text {
    font-size: 40px;
    line-height: 51px;
  }
}


/***** Chapter1 **********/

.chapter1-1{
  background: url('../images/chapter1/chapter1-1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  top:0;
  right:0;
}

.chapter1-video{
  width:100%;
  height:calc(100% - 80px);
  position: absolute;
  top:0;
  left:0;
  padding-top:80px;
}

.chapter1-video .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.chapter1-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chapter1-1-text,.chapter1-2-text,.chapter1-3-text,.chapter1-4-text{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  /*opacity: 0;*/
}

.chapter1-3-text{
  transform: translate(-90%,-50%);
}

.chapter1-4-text{
  width: 100%;
  text-align: center;
}

.chapter-container .chapter-text.chapter1-2-text{
  color:#972046;
  width: 100%;
  text-align: center;
}

.chapter1-2, .chapter1-3, .chapter1-4{
  background: url('../images/chapter1/chapter1-2.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  opacity:0;
  top:0;
  left:0;
}

.chapter1-3{
  background: url('../images/chapter1/chapter1-3.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter1-4{
  /*background: url('../images/chapter1/chapter1-4.jpg') no-repeat center center;*/
  background: url("../images/chapter1/enigma-chapter1-circle8-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter1-wing{
    position: absolute;
    top:90px;
    right: 0;
    opacity: 0;
    width:1000px;
    height:auto;
}

.chapter1-feathers{
  position: absolute;
  top: 200px;
  right: 20%;
  width: 1000px;
  height: auto;
  opacity: 0;
}

.chapter1-text-icon, .chapter1-audio-icon{
  position:absolute;
  top:200px;
  right:200px;
  width:150px;
  height:150px;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 25;
}

.chapter1-darkoverlay{
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
background: #000000;
opacity: 0;
}


.hole {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.hole i {
  display: block;
  position: absolute;
  width: 260px;
  height: 260px;
  left: -130px;
  top: -130px;
  border-radius: 260px;
  opacity: 0;
  animation-name: scale;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hole i:nth-child(1) {
  animation-delay: 0.3s;
}

.hole i:nth-child(2) {
  animation-delay: 0.6s;
}

.hole i:nth-child(3) {
  animation-delay: 0.9s;
}

.hole i:nth-child(4) {
  animation-delay: 1.2s;
}

.hole i:nth-child(5) {
  animation-delay: 1.5s;
}

.hole i:nth-child(6) {
  animation-delay: 1.8s;
}

.hole i:nth-child(7) {
  animation-delay: 2.1s;
}

.hole i:nth-child(8) {
  animation-delay: 2.4s;
}

.hole i:nth-child(9) {
  animation-delay: 2.7s;
}

.hole i:nth-child(10) {
  animation-delay: 3s;
}

@keyframes scale {
  0% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  }
  50% {
    transform: scale(1) translate(0px, -5px);
    opacity: 1;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: scale(0.1) translate(0px, 5px);
    opacity: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1560px){

  .chapter1-wing{
    width:800px;
  }

  .chapter1-feathers {
    width: 800px;
  }

}

@media (max-width: 1300px){

  .chapter1-wing{
    width:600px;
  }

  .chapter1-feathers {
    width: 600px;
  }

}

@media (max-width: 1155px){
  .chapter1-text-icon, .chapter1-audio-icon {
    position: absolute;
    top: 180px;
    right: 100px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1000px){

  .chapter1-wing{
    width:500px;
  }

  .chapter1-feathers {
    width: 500px;
  }

}


/***** Chapter1 Mobile **********/


/*chaptertext sizes mobile*/
.chapter-mobile-chaptertext{
  font-family: "Cormorant SC",serif;
  font-size: 51px;
  line-height: 55px;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-chaptertext{
    font-size: 51px;
    line-height: 55px;
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-chaptertext{
    font-size: 36px;
    line-height: 35px;
  }
}

/*end chaptertext sizes mobile*/



.chapter-mobile-1-1{
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 269px;
  /* width: 490px; */
}

@media screen and (max-width: 768px) {
  .chapter-mobile-1-1{
    top: 210px;
  }
}


@media screen and (max-width: 750px) {
  .chapter-mobile-1-1{
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-1-1{
    top: 159px;
    /* width: 290px; */
  }
}


.chapter-mobile-1-2{
  left: 0;
  margin: 0 auto;
  right: 0;
  /* width: 380px; */
  top: 93px;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-1-2{
   
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-1-2{
    top: 10%;
    /*width: 250px;*/
  }
}


.chapter-mobile-1-3{
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 108px;
/*   width: 520px; */
}

@media screen and (max-width: 750px) {
  .chapter-mobile-1-3{
 
  }
}

@media screen and (max-width: 560px) {
  .chapter-mobile-1-3{
    top: 105px;
    /* width: 81%;
    max-width: 330px; */
  }
  .chapter-mobile-1-3 .chapter-mobile-chaptertext{
    font-size: 34px;
    line-height: 35px;
  }
}

@media screen and (max-width: 400px) {
  .chapter-mobile-1-3{
    width: 81%;
  }
  .chapter-mobile-1-3 .chapter-mobile-chaptertext{
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .chapter-mobile-1-3 .chapter-mobile-chaptertext{
    font-size: 30px;
  }
}

@media screen and (max-width: 350px) {
  .chapter-mobile-1-3 .chapter-mobile-chaptertext{
    font-size: 28px;
  }
}

@media screen and (max-width: 330px) {
  .chapter-mobile-1-3 .chapter-mobile-chaptertext{
    font-size: 26px;
  }
}


.chapter-mobile-1-3-b{
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 75px;
  /* width: 530px; */
}

@media screen and (max-width: 850px) {
  .chapter-mobile-1-3-b{
    /* width: 460px; */
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 560px) {
  .chapter-mobile-1-3-b{
    /* width: 268px; */
  }
  .chapter-mobile-1-3-b .chapter-mobile-chaptertext{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter1-text-icon-smartphone{
  width: 135px;
  margin: 10% auto 0;
}

@media screen and (max-width: 750px) {
  .chapter1-text-icon-desktop{
  }
  .chapter1-text-icon-smartphone{
  }
}


@media screen and (max-width: 480px) {
  .chapter1-text-icon-smartphone{
  }
}


.chapter1-text-icon-audio-smartphone{
  margin: 10% auto 0;
  width: 137px;
}

@media screen and (max-width: 850px) {
  .chapter1-text-icon-audio-desktop{
  }
}

@media screen and (max-width: 750px) {
  .chapter1-text-icon-audio-desktop{
  }
  .chapter1-text-icon-audio-smartphone{
  }
}

@media screen and (max-width: 480px) {
  .chapter1-text-icon-audio-smartphone{
  }
}


/*--------------------*/
/*MObile Sharing*/
/*--------------------*/
.chapter-mobile-sharing-container{
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 148px;
  padding-bottom: 203px;
}

.chapter-mobile-sharing-container p{
  margin: 0;
}

.chapter-mobile-sharing-container .headline{
  font-size: 32px;
  color: #941f32;
  font-family: "IM Fell DW Pica",serif;
  font-style: italic;
  margin-bottom: 28px;
}

.chapter-mobile-sharing-container .subheadline{
  font-size: 60px;
  color: white;
  font-family: "Cormorant SC",serif;
  margin-bottom: 28px;
}

.chapter-mobile-sharing-container .text{
  font-size: 19px;
  color: #999696;
  margin-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
}

.chapter-mobile-sharing-container ul{
  font-size: 0;
  padding: 0;
}

.chapter-mobile-sharing-container ul li{
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .chapter-mobile-sharing-container{
    padding-bottom: 103px;
    padding-top: 78px;
  }
  
  .chapter-mobile-sharing-container .headline{
    font-size: 26px;
  }

  .chapter-mobile-sharing-container .subheadline{
     font-size: 42px;
    line-height: 42px;
  }

  .chapter-mobile-sharing-container .text{
    font-size: 15px;
    margin: 0 auto 30px;
  }
}

/*--------------------*/
/*Chapter Desktop Menue*/
/*--------------------*/

.chapter-menu{
  z-index: 30;
  position: absolute;
  top: 120px;
  left:0;
  text-align: center;
  width:100%;
}
.chapter-menu img{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.chapter-menu-icon{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height:17px;
  cursor:pointer;
}
.chapter-menu-icon.chapter-menu-eye{
  width:31px;
  background: url('../images/chapter-menu-eye.png') no-repeat top left;
}
.chapter-menu-icon.chapter-menu-video{
  width:25px;
  background: url('../images/chapter-menu-video.png') no-repeat top left;
}
.chapter-menu-icon.chapter-menu-share{
  width:28px;
  background: url('../images/chapter-menu-share.png') no-repeat top left;
}
.chapter-menu-icon.chapter-menu-eye:hover,.chapter-menu-icon.chapter-menu-eye.active{
  background: url('../images/chapter-menu-eye-active.png') no-repeat top left;
}
.chapter-menu-icon.chapter-menu-video:hover,.chapter-menu-icon.chapter-menu-video.active{
  background: url('../images/chapter-menu-video-active.png') no-repeat top left;
}
.chapter-menu-icon.chapter-menu-share:hover,.chapter-menu-icon.chapter-menu-share.active{
  background: url('../images/chapter-menu-share-active.png') no-repeat top left;
}


.chapter-menu span.white{
  color:#ffffff;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
}
.chapter-menu span.gold{
  color:#ebba89;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
  margin-right:30px;
}




/*--------------------*/
/*mobile float menue*/
/*--------------------*/

.chapter1-menu-mobile {
    left: 0;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 100%;
    z-index: 30;
    display: none;
}

.chapter1-menu-mobile img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.chapter-close-desktop {
    cursor: pointer;
}

.chapter1-menu-mobile span.white {
    color: #ffffff;
    font-family: "IM Fell DW Pica",serif;
    font-style: italic;
    font-weight: 400;
}

.chapter1-menu-mobile span.gold {
    color: #ebba89;
    font-family: "IM Fell DW Pica",serif;
    font-style: italic;
    font-weight: 400;
    margin-right: 30px;
}

.chapter1-menu-mobile  .chapter1mobile-menu-eye{
    background: rgba(0, 0, 0, 0) url("../images/chapter-menu-eye.png") no-repeat scroll left top;
    width: 31px;
}
.chapter-menu-icon {
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-right: 20px;
    vertical-align: middle;
}

.chapter1-menu-mobile  .chapter1mobile-menu-video{
    background: rgba(0, 0, 0, 0) url("../images/chapter-menu-video.png") no-repeat scroll left top;
    width: 25px;
}

.chapter1-menu-mobile .chapter1mobile-menu-share {
    background: rgba(0, 0, 0, 0) url("../images/chapter-menu-share.png") no-repeat scroll left top;
    width: 28px;
}
