<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-primary-color {
  background-color: #d2f2cc;
}

.background-primary-color2 {
  background-color: #f6f6f6;
}

.background-primary-color_t {
  background-color: #1ca725;
}
  
footer {
  color: white;
  background-color: #179302;
}

.h1-marker-color {
  color: rgb(25,171,0);
}

.font-white {
  color: white;
}

.grid-cell  {
  background-color: #f0f0f0;
}

.background-white {
  background-color: white;
}

.chip {
  background-color: #198b00;
  color: white;
}

.read-more-button {
  color: white !important;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.read-more-button:hover {
  box-shadow: 6px 6px 4px rgb(61, 61, 61);
}
.read-more-button::before {
  background-color: #179302;
}
.read-more-button::after {
  background-color: #e70000;
}

.top-news {
  background-color: white;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.top-news:hover {
  box-shadow: 6px 6px 4px rgb(61, 61, 61);
}

.link-button {
  color: white !important;
  background-color: #30a47c;
  box-shadow: 2px 2px 2px rgb(92, 92, 92);
}
.link-button:hover {
  box-shadow: 6px 6px 4px rgb(61, 61, 61);
}

.article-sub-headline {
  border-bottom: solid 2px #229944;
}

#mobile-navi-icon {
  color: #ffffff;
  background-color: rgb(36, 194, 186);
}


#mobile-navi-icon span,
#mobile-navi-icon span::before,
#mobile-navi-icon span::after {
  background: #fff;
}

#mobile-navi-content {
  background: #fff;
}
</pre></body></html>