/**************************************** Template spezifisch ***********************************/
#wrapper > section#nCategorie.intro > .content {
  height: 50vh;
}
#page-22 #wrapper section > header h2 {
  margin: 0 0 1rem 0; 
}
#page-22 #wrapper section {
  margin: 0 0 3em 0;
}
#page-22 #wrapper section:first-child > .content, 
#page-22 #wrapper section:nth-child(2) > .content {
  border-bottom: 1px solid #f2f2f2;
}

/**************************************** Termine spezifisch ***********************************/
#Termine ul {
  display: block;
  margin: 0;
  padding: 0;
}
#Termine ul li{
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1rem 0;
  font-weight: 600;
  list-style: none;
  font-size: 1.25rem;
  position: relative;
  padding: 0.5rem 0 0 4.5rem;
}
#Termine ul li:last-child{
  border-bottom: 0;
}
#Termine ul li::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath d='M256,0l221.7,128v256L256,512L34.3,384V128L256,0z' fill='rgba(144, 144, 144, 0.1)' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--c-reddark);
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  height: 3.25rem;
  left: 0;
  line-height: 3.25rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3.25rem;
}
#Termine ul li li{
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  border-bottom: 0;
}
#Termine ul li li:before{
  content: unset;
  background: unset;
}
/**************************************** Single Detail Split 1/234... Pics ****************************************/
span.description p {
  margin: 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(--main-txt-color);
  color: #fff;
  padding-left: 50px;
}
#nCategorie h1 {
  font-size: 4rem;
}

/*************************************** Counter ****************************************/
.newsCounter {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--main-txt-color);
  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%;
  text-align: center;
}
.f3-widget-paginator li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}
.f3-widget-paginator li.current{  
  box-shadow: inset 0 0 0 2px var(--c-special);
  color: var(--c-special) !important;
}
.f3-widget-paginator li.next a,
.f3-widget-paginator li.previous a{
  font-weight: bold; 
}

/**************************************************************** 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){
  #Termine ul li{
    padding: 0;
  }
  #Termine ul li::before{
    left: -40px;
    top: -5px;
  }
}

@media screen and (max-width: 499px){
}
