.article-list .article {
  border: 0px;
  border-top: 1px solid #000;
}

/* Start Readmore */ 
.article-list .article .readmore a, 
.tsk-readmore {
  font-weight: 500;
  font-size: 1rem;
  background: #b0b088;
  color: #ffffcc;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
/* End Readmore */ 

/*  Reduce the image size in article list */
.article-introtext img {
  max-height: 200px;
  width: auto;
}
img.intro-image-right {
  float: right;
  margin-left: 10px;
}
img.intro-image-left {
  float: left;
  margin-right: 10px;
}

div[itemprop="articleBody"] img.intro-only {
  display:none;
}

/*  finish float only in preview but not finish float in article */
div[itemprop="articleBody"] br.tsk-keep-float {
  display:none;  
}

/* Kategorieliste */

.categories-list {
  --bs-list-group-bg: #ffc;
}

#sp-main-body
{
  padding: 10px 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* start Termine */

.tsk_table_schedule {
	width: 100%;
}
.tsk_table_schedule td {
	padding: 10px;
	border: 1px solid black;
}
.tsk_table_schedule tr td:nth-child(1):not([colspan]){
	width: 200px;
}
.tsk_table_schedule tr td:nth-child(2):not([colspan]){
	width: 90px;
}
div.schedule .Fett {
  font-weight:bold;
}
div.schedule .Monat {
  font-weight:bold;
  font-size:x-large
}
div.schedule .Termin-Thema,.Thema,.Termin-Thema-Zentriert {
  font-weight:bold;
  font-size:larger;
}
div.schedule .Termin-Thema-Zentriert {
/*  font-weight:bold;
  font-size:larger;*/
  text-align: center;
}
div.schedule .Termin,.Training,.Termin-Zentriert,.Standard-Fett {
  font-weight:bold;
}
div.schedule .Termin-Zentriert {
  text-align: center;
}
div.schedule .Zentriert {
/*  font-weight:bold;
  font-size:larger;*/
  text-align: center;
}
div.schedule table {
  width:90%;
  border:1px solid;
}
div.schedule table td{
  vertical-align:top;
  padding: 10px;
  border:1px solid;
}
div.schedule td:nth-child(1) {
  width: 200px;
}
div.schedule td:nth-child(2) {
  width: 70px;
}
div.schedule .Sa-Datum {
  text-align:center;
  font-weight:bold;
}
div.schedule .Sa-Thema{
  text-align:center;
  font-weight:bold;
  font-size:large;
}

/* end Termine */
