.kyl_post_content .content_wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kyl_post_content .content_wrapper .post_info {
  margin: 0 0 50px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content .content_wrapper .post_info {
    position: absolute;
    width: 320px;
    order: 2;
    right: 0;
    top: -70px;
  }
  .kyl_post_content .content_wrapper .post_info + .post_content {
    padding-right: 70px;
  }
}
.kyl_post_content .content_wrapper .post_info .headline {
  font-weight: 600;
  font-size: 18px;
  color: #58595B;
  margin: 0 0 20px;
}
.kyl_post_content .content_wrapper .post_info .key_aspects {
  margin: 0 0 50px;
}
.kyl_post_content .content_wrapper .post_info .key_aspects .info_field {
  padding-left: 25px;
  color: #58595B;
  font-weight: 400;
  font-size: 15px;
}
.kyl_post_content .content_wrapper .post_info .key_aspects .info_field .label {
  font-weight: 600;
}
.kyl_post_content .content_wrapper .post_info .key_aspects .info_field.timeframe {
  background: transparent url('../assets/img/calendar_black.svg') no-repeat left top;
  background-size: 14px;
}
.kyl_post_content .content_wrapper .post_info .key_aspects .info_field.country {
  background: transparent url('../assets/img/country_dark.svg') no-repeat left top;
  background-size: 14px;
}
.kyl_post_content .content_wrapper .post_info .key_aspects .info_field.theme {
  background: transparent url('../assets/img/theme_dark.svg') no-repeat left top;
  background-size: 16px;
}
.kyl_post_content .content_wrapper .post_info .actors_stakeholders .list {
  padding: 0 0 0 20px;
  margin: 0;
}
.kyl_post_content .content_wrapper .post_info .actors_stakeholders .list .list_item {
  font-weight: 600;
  font-size: 15px;
  color: #58595B;
}
.kyl_post_content .content_wrapper .post_info .actors_stakeholders .list .list_item:not(:last-of-type) {
  margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content .content_wrapper .post_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    order: 1;
  }
}
.kyl_post_content .content_wrapper .post_content h1,
.kyl_post_content .content_wrapper .post_content h2,
.kyl_post_content .content_wrapper .post_content h3,
.kyl_post_content .content_wrapper .post_content h4,
.kyl_post_content .content_wrapper .post_content h5,
.kyl_post_content .content_wrapper .post_content h6 {
  font-weight: 600;
  font-size: 18px;
  color: #58595B;
  margin: 0 0 15px;
}
.kyl_post_content .content_wrapper .post_content ul {
  padding: 0 0 0 18px;
  margin: 0 0 35px;
}
.kyl_post_content .content_wrapper .post_content ul li {
  color: #58595B;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 15px;
}
.kyl_post_content .content_wrapper .post_content p {
  color: #58595B;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 30px;
}
.kyl_post_content .content_wrapper .post_content .gallery {
  margin: 50px 0;
  transition: none;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content .content_wrapper .post_content .gallery {
    width: calc(100% + 390px);
  }
}
.kyl_post_content .content_wrapper .post_content .gallery * {
  transition: none;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item {
  max-width: 1140px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content .content_wrapper .post_content .gallery .gallery-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-icon {
  position: relative;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-icon img {
  display: block;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-icon:before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-icon .label {
  background: transparent url('../assets/img/gallery_white.svg') no-repeat left 20px center;
  background-size: 16px;
  padding: 20px 20px 20px 44px;
  position: absolute;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  bottom: 0;
  left: 0;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-icon .label span {
  background: transparent url('../assets/img/long_arrow_right_white.svg') no-repeat right center;
  background-size: 18px;
  display: inline-block;
  padding: 0 24px 0 0;
  width: 100%;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:first-of-type .gallery-caption {
  display: none;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item:not(:first-of-type) {
  display: none;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item .gallery-icon img {
  border-radius: 4px;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.kyl_post_content .content_wrapper .post_content .gallery .gallery-item .gallery-caption {
  color: #58595B;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  display: none;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened {
  background-color: #FFFFFF;
  padding: 50px 15px 40px;
  position: fixed;
  overflow: auto;
  z-index: 100;
  height: 100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .close_gallery {
  background: transparent url('../assets/img/cross_dark.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  border: none;
  height: 15px;
  width: 15px;
  right: 20px;
  top: 15px;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item {
  margin-right: auto !important;
  margin-left: auto !important;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:first-of-type {
  border-radius: 0;
  cursor: default;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:first-of-type .gallery-icon:before {
  display: none;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:first-of-type .gallery-icon img {
  border-radius: 0;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:first-of-type .gallery-icon .label {
  display: none;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:not(:first-of-type) {
  display: block;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item:not(:last-of-type) {
  margin: 0 0 30px;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item .gallery-icon img {
  margin: 0 0 15px;
}
.kyl_post_content .content_wrapper .post_content .gallery.opened .gallery-item .gallery-caption {
  display: block;
}
