/* cmsms stylesheet: Module_News modified: Montag, 26. Januar 2026 14:35:54 */
/* Start of CMSMS style sheet 'Module: News' */
div#news {
  /*margin: 2em 0 1em 1em;/*  /* margin for the entire div surrounding the news list */
  margin: 0;
  /*
  border: 1px solid #000; 
  background: #ccc;
  */
}

div#news h2 {
   line-height: 2em !important;
   font-size: 1.3em !important;
}

.NewsSummary {
    /*padding: 0.5em;*/ /* padding for the news article summary */
    /*margin: 0 0.5em 0.5em 0.5em;*/ /* margin to the bottom of the news article summary */
    margin: 0.5em 0;
    border-bottom: 1px solid #ccc; 
}

div#studioanmeldung {
	margin-top: 1em;
}

div.NewsSummarySummary h3, div#NewsPostDetailSummary h3, div#NewsPostDetailContent h3, div#studioanmeldung h3 {
    margin-bottom: 0.5em !important;
}

.NewsSummaryPostdate {
  font-size: 75%;
  font-weight: bold;
  padding-bottom: 0.2em;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 1.1em;
    /*color: #ff6600;*/
    color: var(--koco-red);
}

div.NewsSummaryLink a, div.NewsSummaryMorelink a, div#NewsPostDetailPrintLink a {
    /*color: #ff6600 !important;*/
    color: var(--koco-red);
    text-decoration: none;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
  padding-top: 0.5em;
}

.NewsSummarySummary p {
  /*line-height: 100%;*/
  margin-bottom: 0.2em;
}

.NewsSummaryContent {
}

.NewsSummaryMorelink, #NewsPostDetailPrintLink {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  /*color: #ff6600 !important;*/
  color: var(--koco-red);
}

#NewsPostDetailDate {
  font-size: 75%;
  font-weight: bold;
  padding-bottom: 0.5em;
}

#NewsPostDetailSummary {
   /*line-height: 100%;*/
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*font-weight: bold;*/
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  padding-bottom: 0.5em;
  /*line-height: 100%;*/
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsHomepage {
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  text-align: center;
  padding: 10px;
  background-color: #fecc00;
  color: #9f1916;
  font-weight: 700;
  font-size: 1.2em;
}

#NewsPostDetailTitle {
  line-height: 110%;
  /*color: #ff6600 !important;*/
  color: var(--koco-red);
}

/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink { s.o.}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */
