#vk_blockly_header { background-color: #bcc4cc} .site-name a, .site-name a:visited, .site-name a:hover {  color: #593589;  text-decoration: none;  }  .site-slogan { color: #000000} a, a:hover, a:visited, a.page-link { color: #660b11} .mega-dropdown-menu a.level1 { color: #0b5b76 !important;} h1, h2, h3, h4, h5, h6 {color:#0b5b76} .site-logo { border-radius:0px; } 
body {font-family:"Source Sans 3 VF", "Source Sans 3", sans-serif; }/* Basis-Schriftgröße festlegen */
html {
   font-size: 18px;
}
/* Überschriften */
h1 {
   font-size: 2.2rem;
}
#block-views-block-frontpage-block-1 > h2, h2 {
   font-size: 1.8rem;
}
div.views-row > article > div > h2 > a, h3 {
   font-size: 1.5rem; 
}
h4 {
font-size: 1.4rem;
}
h5 {
   font-size: 1.2rem;
}
h6 {
   font-size: 1.0rem;
} 
/* Bildrechte */
.vk_bildrechte {
  font-size: .6rem;
}
/* Site Slogan */
.site-slogan {
  font-size: 1.5rem;
}
/* Telefonnummern, Fax, Mailadressen mit Symbol darstellen */
a[href^="tel:"], a[href^="mobile:"], a[href^="fax:"], a[href^="mailto:"] {
  white-space: nowrap;
}
a[href^="tel:"]:before {
  content: "\2706";
  margin-right: 0.3em;
}
a[href^="mobile:"]:before {
  content: "\1F4F1";
  margin-right: 0.3em;
}
a[href^="fax:"]:before {
  content: "Fax";
  margin-right: 0.3em;
}
a[href^="mailto:"]:before {
  content: "\2709";
  margin-right: 0.3em;
}
/* Video vorerst unsichtbar */
#block-video {
    display: none;
}