/**************************************** Single Detail Split 1/234... Pics ****************************************/
.news.news-single .news-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-single .news-img-wrap .outer{
  flex-grow: 1;
  width: 32.5%;
  margin: .2%;
}
.news.news-single .teaser-text{
  font-weight: 600;
}

/**************************************** Slider ****************************************/
.news .swiper-pagination-bullet {
  background: var(--c-default);
}
.news .swiper-pagination-bullet-active {
  margin: 0 4px;
  background: var(--c-special);
}
.news-slider-view .swiperButton{
  display: block;
}

/**************************************** List Default ***********************************/
.news p {
  line-height: 150%;
}
.news-list-view {
  display: flex;
  flex-wrap: wrap;
}
.news-list-view article{
  position: relative;
  width: 31%;
  flex-grow: 1;
  margin: 1%;
  border: 1px solid #ccc;
  padding: 1.5em;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  background: linear-gradient(35deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 60%);
}
.news-list-view .news-img-wrap {
  text-align: center;
}
.news-list-view .news-img-wrap a{
  display: block;
  line-height: 0;
}
.news-img-wrap img {
  box-shadow: 0px 0px 2px rgba(0,0,0,.3);
}
.news-list-view .teaser-text {
  margin-bottom: 50px;
}
.news-list-view .footer {
  position: absolute; 
  bottom: 0;
}
.news-list-view .footer span::after{
  content: '|';
  margin:0 5px;
}
.news-list-view .news-list-tags a:nth-child(1)::before{
  content: ''; 
}
.news-list-view .news-list-tags a:nth-child(2n)::before{
  content: '-';
  padding: 0 2px;
}

/**************************************** Grid List View ****************************************/
.dh-container {
  position: relative;
  overflow: hidden;
}
.dh-overlay {
  position: absolute;
  top: -100%;
}
[class^="dh-container"] {
  margin: 15px;
  flex-grow: 1;
  width: 30%;
  height: 300px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: var(--c-special);
}
[class^="dh-overlay"] {
  background: var(--c-special);
  width: 100%;
  height: 100%;  
  padding: 1em;
  color: var(--c-white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.rImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  position: absolute;
}

/**************************************** Single View ****************************************/
.news-single h4 {
  font-size: 1.5em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.news-single .ce-row {
  display: flex;
  flex-wrap: wrap;
}
.news-single .ce-column {
  flex-grow: 1;
  width: 49%;
  border: 1px solid var(--c-default);
  margin: .1em;
}
.news-single .ce-media {
  text-align: center;
}
/*.news-single .news-img-wrap {
    float: left;
    margin-right: 15px;
}*/

/**************************************** Social ****************************************/
.social {
  display: block;
  margin: 1em;
}
.social::after {
  content: '';
  clear: both;
  display: block;
}
#mainContent .social ul{
  margin-left: 0;
}

/**************************************** Categories ****************************************/
#mainContent ul.news-categorie{
  margin: 0;
  margin: 1em 0;
}
.news-categorie li {
  list-style: none;
  position: relative;
}
.news-categorie li a {
  padding: .3em;
  display: block;
  margin: .4em 0;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  transition: all .2s ease;
}
.news-categorie li a:hover {
  background: var(--c-special);
  color: var(--c-white);
  padding-left: 50px;
}

/*************************************** Counter ****************************************/
.newsCounter {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--c-default);
  width: 30px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.newsCounter::before {
  content: '';
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--main-txt-color);
  position: absolute;
  left: -5px;
  top: 6px;
}

/**************************************** Tags ****************************************/
.news-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.news-tags li{
  font-style: italic;
  list-style: none;
}
.news-tags li::after{
  content: '|';
  margin:0 5px;
}
.news-list-tags a{
  text-decoration: none;
}

/**************************************** Pagination ****************************************/
.f3-widget-paginator {
  width: 100%;
  display: block;
  text-align: center;
  margin: 3em;
}
.f3-widget-paginator li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.f3-widget-paginator li.active{
  padding: 0 10px;
}
.f3-widget-paginator li a {
  padding: 3px 10px;
  background: var(--c-default);
  color: var(--c-special);
}
.f3-widget-paginator li.current{
  padding: 3px 10px;  
}
.f3-widget-paginator li.current,
.f3-widget-paginator li:hover a,
.f3-widget-paginator li.active {
  background: var(--c-special);
  color: var(--c-default);
}
.f3-widget-paginator li.next a,
.f3-widget-paginator li.previous a{
  font-weight: bold; 
}

/**************************************** BTN ****************************************/
.news-backlink-wrap {
  float: left;
}
.more {
  background: #79848c;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  height: 30px;
  display: block;
  line-height: 30px;
  margin-right: 20px;
  padding: 0 1em;
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.more:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.more:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

/**************************************** TIMELINE ****************************************/

.news-timeline-vertikal {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.news-timeline-vertikal h1, .news-timeline-vertikal h2, .news-timeline-vertikal h3, .news-timeline-vertikal h4, .news-timeline-vertikal h5, .news-timeline-vertikal h6 {
  line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: var(--c-special);
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 2px;
  left: -3px;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid var(--c-default);
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}



/**************************************************************** Responsive ********************************************************************************/
/************************************************************************************************************************************************************/
/************************************************************************************************************************************************************/
@media screen and (max-width: 1023px){
.active .news-categorie,
.news-tags{
  position: relative;
  z-index:999;
  left: 0;
  top: -1px;
  width: 100%;
  background: #fff;
}
.news-tags li {
  list-style:none;
}
.active .news-categorie {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
}
.active .news-categorie li {
  list-style: none;
}
.active .news-categorie li a {
  padding: 5px 0;
  text-align: center;
  margin: 1px 0;
  display: block;
}
.active .news-tags {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  padding: 20px 0;
  top: 0;
  display: block;
}
.active .news-tags li a{
  padding: 5px 0;
  text-align: center;
  margin: 1px 0; 
  display: block;
}
.active .news-tags li:hover a{
  color:#fff;
  background: var(--main-txt-color);
}
.active .news-tags li::after{
  display: none;
}
}

@media screen and (max-width: 763px){
.news-list-view article{
  width: 49%;
}
}

@media screen and (max-width: 499px){
.news-list-view article{
  width: 100%;
}
}
