/* cmsms stylesheet: style modified: Donnerstag, 10. Oktober 2024 12:23:17 */
#kopf {
  background-color:#07a84d;
}

.header {
  padding: 10px;
}

.header h1 {
  color: #fff;
  font-size: 6vmin;
}

.header h2 {
  color: #fff;
  font-size: 3vmin;
}

.header img {
  margin: 20px 0 0 0;

} 

.footer {
  margin-top:10px;
  padding-top: 10px;
  background-color: #eee;
}

#content {
  line-height:1.5;
} 

.footer a{
  color: #444;
}

hr {
  color: #444;
}

.quoted p {
  quotes: "»" "«"
}

.quoted p::before{
   font-size: 1.5em;
   content: open-quote;
   margin-left: -1ch;
}

blockquote p::after {
   font-size:1.5em;
   content: close-quote;
}

.copyright {
  padding: 7px 10px;
  color: #444;
}

#content .valign {
  vertical-align: middle;
}

.heading{
  font-weight: bold;
}

.wichtig {
  border-left: 3px solid #444;
  font-weight: bold;
}
