.kyl_animated_header {
  position: relative;
}
.kyl_animated_header .element {
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 150%;
  position: sticky;
  transition: none;
  max-width: 100%;
  height: 100vh;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 1140px) {
  .kyl_animated_header .element {
    background-size: 150% auto;
  }
}
.kyl_animated_header .element:before {
  transition: background 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
}
.kyl_animated_header .element.active .content_wrapper .headline {
  transform: translateY(0);
  padding-bottom: 50px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .kyl_animated_header .element.active .content_wrapper .headline {
    padding-bottom: 30px;
  }
}
.kyl_animated_header .element.read_more:before {
  background: rgba(0, 0, 0, 0.75);
}
.kyl_animated_header .element.read_more .next_element {
  display: none !important;
}
.kyl_animated_header .element .content_wrapper {
  align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  height: 100%;
  position: relative;
}
.kyl_animated_header .element .content_wrapper .close_read_more {
  background: transparent url('../assets/img/cross_white.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  outline: none;
  height: 20px;
  border: none;
  right: 20px;
  width: 20px;
  opacity: 0;
  z-index: 1;
  top: 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_animated_header .element .content_wrapper .close_read_more {
    top: 60px;
    right: 0;
  }
}
.kyl_animated_header .element .content_wrapper .headline {
  transition: none;
  font-weight: 600;
  font-size: 35px;
  transform: translateY(20px);
  padding-right: 25px;
  position: relative;
  line-height: 42px;
  color: #FFFFFF;
  opacity: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .kyl_animated_header .element .content_wrapper .headline {
    font-weight: 600;
    font-size: 60px;
    line-height: 69px;
  }
}
.kyl_animated_header .element .content_wrapper .read_more_text {
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0;
  height: 0;
}
.kyl_animated_header .element .content_wrapper .read_more_text p {
  margin: 0;
}
.kyl_animated_header .element .content_wrapper .read_more {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin: 0 0 50px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  color: #FFFFFF;
}
.kyl_animated_header .element .content_wrapper .next_element {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: #FFFFFF;
  height: 15px;
  width: 15px;
  background: transparent url('../assets/img/arrow_down_white.svg') no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_animated_header .element .content_wrapper .next_element {
    bottom: 50px;
  }
}
.kyl_animated_header .navigation_wrapper {
  transform: translateX(46%) rotate(-90deg);
  border-bottom: 1px solid #FFFFFF;
  transition: opacity 0.3s ease;
  padding: 0 0 4px;
  position: fixed;
  right: 15px;
  opacity: 0;
  top: 50%;
}
.kyl_animated_header .navigation_wrapper.active {
  opacity: 1;
}
.kyl_animated_header .navigation_wrapper.active.read_more {
  opacity: 0;
}
.kyl_animated_header .navigation_wrapper .indicator {
  background-color: #CAA85F;
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 3px;
  right: 0;
  bottom: -1.5px;
  z-index: 1;
}
.kyl_animated_header .navigation_wrapper .nav_item_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.kyl_animated_header .navigation_wrapper .nav_item_container .nav_item {
  display: inline-block;
  position: relative;
  line-height: 21px;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
}
.kyl_animated_header .navigation_wrapper .nav_item_container .nav_item.active {
  font-weight: 600;
  color: #CAA85F;
}
.kyl_animated_header .navigation_wrapper .nav_item_container .nav_item:not(:last-of-type) {
  padding-right: 30px;
}
.kyl_animated_header.initialized .element .content_wrapper .headline {
  transition: all 0.6s ease;
}
