/* cmsms stylesheet: style modified: Sonntag, 12. Juli 2026 17:03:39 */
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');

#kopf {
  background-color:#2c96db;
  background: url('https://borg-krems.ac.at/images/slider_dm.jpg');
}

.header {
  padding: 10px;
}

.header h1 {
  font-family: "Passion One", sans-serif;
  color: #fff;
  font-size: 5.5vmin;
  text-transform: uppercase;
  line-height:0.5;
  -webkit-text-stroke: 1px #444;
}

.header h2 {
  font-family: "Passion One", sans-serif;
  color: #fff;
  font-size: 3.5vmin;
  -webkit-text-stroke: 1px #444;
}

.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;
}

h3 {
line-height: 2;
}

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