body{
  color:#fff;
}

#header{
  width:100%;
  margin:0;
}

#content{
  background-color:#000;
}

#content_normal{
  margin:0;
  max-width:100%;
  padding-left:0;
}
#footer{
  width:100%;
  margin-right:0;
}

#content_normal .close-detail-view{
  position:absolute;
  right:10px;
  top:47px;
  font-size:0px;
}
#content_normal .close-detail-view a{
  width:40px;
  height:40px;
  display:block;
  background-image:url("/fileadmin/_files_/icons/white-close-icon.png");
  background-repeat:no-repeat;
  background-size:contain;
  transition:.2s linear;
}
#content_normal .close-detail-view a:hover{
  transform:scale(1.05);
}
#content_normal .news-single-wrapper{
  position:relative;
}
#content_normal .news-single .article{
  height:100dvh;
  max-height:calc( calc( 100dvh - 5em ) - 105px );
  display:grid;
  grid-template-rows:1fr auto;
  padding-bottom:18px;
}


#content_normal .news-single .article .news-img-wrap {
  background-color:transparent;
  float:none;
  margin:0 auto 20px;
  width:80%;
  display:flex;
}
#content_normal .news-single .article .news-img-wrap .swiper-wrapper{
  height:unset;
}
#content_normal .news-single .article .news-img-wrap .swiper-wrapper .outer.swiper-slide{
  display:flex;
  justify-content:center;
  padding:0 2.5px;
}
#content_normal .news-single .article .news-img-wrap .swiper-wrapper .outer.swiper-slide picture{
  height:100%;
  display:flex;
}
#content_normal .news-single .article .news-img-wrap .swiper-wrapper .project-description.swiper-slide{
  display:flex;
  overflow:auto;
}
#content_normal .news-single .article .news-img-wrap .swiper-wrapper .project-description_wrapper {
  width:80%;
  margin:auto;
}

#content_normal .news-single .article .news-img-wrap .slick-list{
  max-height:100%;
}
#content_normal .news-single .article .news-img-wrap .slick-track{
  height:100%;
}

#content_normal .swiper-navigation .swiper-button-prev,
#content_normal .swiper-navigation .swiper-button-next{
  width: 9%;
  padding:0;
  font-size: 0px;
  color: #000;
  height: 100%;
  top: 0;
  margin:0;
  background-image:url("/fileadmin/_files_/icons/white-single-arrow-icon.png");
  background-color:#000;
  background-repeat:no-repeat;
  background-size:40px auto;
  background-position:left center;
  transition:background-size .2s linear;
}
#content_normal .swiper-navigation .swiper-button-prev:hover,
#content_normal .swiper-navigation .swiper-button-next:hover{
  background-size:42px auto;
}
#content_normal .swiper-navigation .swiper-button-prev{
  left:0;
  transform:rotateY(180deg);
}
#content_normal .swiper-navigation .swiper-button-next{
  right:0;
}
#content_normal .swiper-button-next.swiper-button-disabled,
#content_normal .swiper-button-prev.swiper-button-disabled{
  opacity:0;
}

#content_normal .swiper-navigation div::after{
  content:'';
  display:none;
}



#content_normal .news-single .article .swiper-pagination {
  position:static;
}
#content_normal .news-single .article .swiper-pagination.swiper-pagination-lock{
  display:block;
}



#content_normal .news-single .article .news-list-title {
  background-color:transparent;
  float:none;
  margin:0 auto;
  width:80%;
  text-align:center;
}
#content_normal .news-single .article .news-list-title h1{
  font-size:16px;
  margin-bottom:0;
}

#content_normal .news-single .article .swiper-slide img{
  width:100%;
  max-height:100%;
  object-fit:contain;
}

#content_normal .prev-next .previous,
#content_normal .prev-next .next{
  position:absolute;
  top:0;
  height:100%;
  margin-left:0;
  width:9%;
}
#content_normal .prev-next .previous a,
#content_normal .prev-next .next a{
  display:flex;
  align-items:center;
  height:100%;
  font-size:0px;
  background-image:url("/fileadmin/_files_/icons/white-double-arrow-icon.png");
  background-repeat:no-repeat;
  background-size:40px auto;
  background-position:left center;
  transition:background-size .2s linear;
}
#content_normal .prev-next .previous a{
  transform:rotateY(180deg);
}
#content_normal .prev-next .previous a:hover,
#content_normal .prev-next .next a:hover{
  background-size:42px auto;
}
#content_normal .prev-next .previous::before,
#content_normal .prev-next .next::before{
  content:'';
  display:none;
}

#content_normal .prev-next .previous{
  left:0px;
}

#content_normal .prev-next .next{
  right:0px;
}


@media only screen and (max-width:650px){
  #content_normal .news-single-wrapper{
    position:static;
  }

  #content_normal .news-single .article .news-img-wrap{
    width:100%;
    margin:0;
  }
  #content_normal .news-single .article .news-list-title{
    width:100%;
    margin:0;
  }

  #content_normal .swiper-navigation .swiper-button-prev,
  #content_normal .swiper-navigation .swiper-button-next{
    top:48px;
    height:28px;
  }
  #content_normal .swiper-navigation .swiper-button-prev{
    left:60px;
  }
  #content_normal .swiper-navigation .swiper-button-next{
    right:60px;
  }

  #content_normal .prev-next .previous, 
  #content_normal .prev-next .next{
    top:48px;
    height:28px;
  }
  #content_normal .prev-next .next{
    right:60px;
  }
  #content_normal .prev-next .previous{
    left:60px;
  }
}

@media only screen and (max-width:480px){
  #content_normal .news-single .article{
    max-height:calc( calc( 100dvh - 50px ) - 103px );
  }
  #content_normal .swiper-navigation .swiper-button-prev,
  #content_normal .swiper-navigation .swiper-button-next{
    width:40px;
  }
  #content_normal .prev-next .previous, 
  #content_normal .prev-next .next{
    width:40px;
  }
  #content_normal .news-single .article .news-list-title h1{
    font-size:20px;
  }
  #content_normal .news-single .article .news-list-title{
    font-size:20px;
  }
  #footer{
    padding-bottom:30px
  }
}

@media only screen and (max-height:550px), and (orientation: landscape) {
  #content{
    padding-top:2.5em;
  }
  #content_normal .close-detail-view a{
    width:30px;
    height:30px;
  }
  #content_normal .news-single .article{
    height:unset;
    max-height:unset;
  }
  #footer{
    position:static;
  }
}

