#content_main ul.news-tags {
  margin: 0 0 25px;
}
#content_main ul.news-tags li {
  display: inline-block;
  margin: 0 2.5px;
}
#content_main ul.news-tags a {
  border-bottom: none;
  padding: 3px;
}
#content_main ul.news-tags a.active {
  color: #fff;
}
.general-uni:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active) {
  color: #b71a49;
}
.general-architektur:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active) {
  color: #009bb4;
}
.general-bauing:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active) {
  color: #f39100;
}
.general-gestaltung:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active) {
  color: #94c11c;
}
.general-medien:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active) {
  color: #006b94;
}
.all:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active):focus,
.all:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active):hover,
.all:not(.contrast):not(.print) #page #content_main ul.news-tags a:not(.active):active {
  background-color: #000;
  color: #fff;
}
.contrast #page #content_main ul.news-tags a:not(.active),
#page.print #content_main ul.news-tags a:not(.active) {
  color: #000;
}
.contrast #page #content_main ul.news-tags a:not(.active):focus,
#page.print #content_main ul.news-tags a:not(.active):focus,
.contrast #page #content_main ul.news-tags a:not(.active):hover,
#page.print #content_main ul.news-tags a:not(.active):hover,
.contrast #page #content_main ul.news-tags a:not(.active):active,
#page.print #content_main ul.news-tags a:not(.active):active {
  background-color: #000;
  color: #fff;
}
.general-uni:not(.contrast):not(.print) #page #content_main ul.news-tags a.active {
  background-color: #b71a49;
}
.general-architektur:not(.contrast):not(.print) #page #content_main ul.news-tags a.active {
  background-color: #009bb4;
}
.general-bauing:not(.contrast):not(.print) #page #content_main ul.news-tags a.active {
  background-color: #f39100;
}
.general-gestaltung:not(.contrast):not(.print) #page #content_main ul.news-tags a.active {
  background-color: #94c11c;
}
.general-medien:not(.contrast):not(.print) #page #content_main ul.news-tags a.active {
  background-color: #006b94;
}
.contrast #page #content_main ul.news-tags a.active,
#page.print #content_main ul.news-tags a.active {
  background-color: #000;
}
ul.news-tags li.all {
  position: relative;
}
#content_main ul.news-tags li.all::before {
  color: #2b2e34;
  content: "|";
  font-size: 0.9em;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
}
#content_right ul.news-tags li.all {
  margin-top: 20px;
}
#content_right ul.news-tags {
  color: #fff;
  padding: 0 20px;
}
#content_right ul.news-tags a.active {
  font-weight: bold;
}
