/**************************************** 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;
}
.noshow,
.none {
  display: none;
}
.notes {
    margin-top: 3em;
}


/**************************************** 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 var(--c-grey);
  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;
}
/**************************************** Trigger ****************************************/
.triggerMainEl {
  margin: 1px 0;
}
.triggerMainEl:last-of-type .articleInner{
  padding-bottom: 2.5em;
}
.triggerWrap{
  background: var(--c-special);
}
.triggerer{
  color: var(--c-white);
  background: var(--c-special);
  padding: 0.5em 1em;
  cursor: pointer;
  position: relative;
}
.triggerer:after{
  content: '+';
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
  z-index: 5;
  font-size: 2em;
  line-height: 1;
  transition:all .2s ease;
}
.triggerer:hover{
  background: var(--c-special);
}
.triggerer h2 {
  margin: 0;
}
.triggerMainEl.open .triggerer:after {
  transform: rotate(45deg);
  transform-origin:center center;
  color: var(--c-special);
}
.triggerEl{
  display: none;
}
.triggerElInner{
  padding:1em;
}
.triggerMainEl.open .triggerEl{
  display: block;
}
.triggerMainEl.open .triggerer,
.triggerMainEl.open .triggerElInner{
  transition:all .2s ease;  
  background: var(--c-lightgrey);
}

/**************************************** Text only ***********************************/
.news-txt-view h3 {
  margin: 0;
  border-bottom: 1px solid var(--c-grey);
  font-size: 16px;
  transition: all .2s ease;
}
.onlytext h3:hover { 
    margin-left: 20px;
}

/**************************************** Single View ****************************************/
.news-single .ce-row {
  display: flex;
  flex-wrap: wrap;
}
.news-single .ce-column {
  flex-grow: 1;
  width: 49%;
  border: 1px solid #79848c;
  margin: .1em;
}
.news-single .ce-media {
  text-align: center;
}
.news .cPerson {
  background: var(--c-special);
  color: var(--c-white);
  display: inline-block;
}
.news .cPerson h3{
  color: var(--c-white);
  margin: 0;
}
.news .cPerson p{
  margin: 0;
}

/**************************************** 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 {
  padding-left: 50px;
}
.jobs-list-category span::after {
  content: ', ';
}
span.jobs-list-category span:last-child::after{
  content: '';
}

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

/**************************************** BTN ****************************************/
.news-backlink-wrap a{
  background: var(--c-special);
  color: var(--c-white);
  display: inline-block;
  padding: 5px 10px;
  margin: 2em 0; 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.more {
  background: var(--c-special);
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
  padding: 0 1em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


/**************************************************************** Responsive ********************************************************************************/
/************************************************************************************************************************************************************/
/************************************************************************************************************************************************************/
@media screen and (max-width: 1023px){
.active .news-categorie{
  position: relative;
  z-index:999;
  left: 0;
  top: -1px;
  width: 100%;
  background: #fff;
}
.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;
}
}

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

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