@charset "UTF-8";
/* Allgemeine Farbvorlage */
/* Zusätzliche Farben für den Calculator */
/* Auszeichnungsfarben - projektspezifisch */
/* Überschreiben mit Webseiten-spezifischen Farben */
/* Anpassungen Farbschema für die HVG */
/*$menue_dreieck: #383838;*/
/*
@import 'colors_hvg';
@import 'colors_intranet';
@import 'colors_gvu';
*/
/* Allgemeine Schriftstile

$font_basic: "museo-sans", Arial, Helvetica, sans-serif;
$font_italic: "adelle", "Times New Roman", Times, serif;
$font_bold: "museo-sans", Arial, Helvetica, sans-serif;
*/
/* Allgemeine Schriftstile HVG*/
@font-face {
  font-family: "Dejavu Sans";
  src: url("../../files/fonts/DejaVuSans-webfont.eot");
  src: url("../../files/fonts/DejaVuSans-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/DejaVuSans-webfont.woff") format("woff"), url("../../files/fonts/DejaVuSans-webfont.ttf") format("truetype"), url("../../files/fonts/DejaVuSans-webfont.svg#dejavu_sansbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dejavu Sans Oblique";
  src: url("../../files/fonts/DejaVuSansCondensed-Oblique-webfont.eot");
  src: url("../../files/fonts/DejaVuSansCondensed-Oblique-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/DejaVuSansCondensed-Oblique-webfont.woff") format("woff"), url("../../files/fonts/DejaVuSansCondensed-Oblique-webfont.ttf") format("truetype"), url("../../files/fonts/DejaVuSansCondensed-Oblique-webfont.svg#dejavu_sanscondensed_oblique") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dejavu Bold";
  src: url("../../files/fonts/DejaVuSans-Bold-webfont.eot");
  src: url("../../files/fonts/DejaVuSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/DejaVuSans-Bold-webfont.woff") format("woff"), url("../../files/fonts/DejaVuSans-Bold-webfont.ttf") format("truetype"), url("../../files/fonts/DejaVuSans-Bold-webfont.svg#dejavu_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* karma-regular - latin-ext_latin_devanagari */
@font-face {
  font-family: "Karma";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.eot");
  /* IE9 Compat Modes */
  src: local("Karma Regular"), local("Karma-Regular"), url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.woff2") format("woff2"), url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.woff") format("woff"), url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.ttf") format("truetype"), url("../../files/fonts/karma-v10-latin-ext_latin_devanagari-regular.svg#Karma") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.woff2") format("woff2"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.woff") format("woff"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.ttf") format("truetype"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.woff2") format("woff2"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.woff") format("woff"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.ttf") format("truetype"), url("../../files/fonts/source-sans-pro-v13-latin-ext_latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* Stilangaben für die Suche, vor allem das Suchergebnis */
#container .mod_search {
  margin-bottom: 2em;
}
#container .mod_search form {
  padding: 2em;
  margin: -2em 0.5em 2em 0.5em;
  background: #545454;
}
#container .mod_search .formbody {
  text-align: center;
  vertical-align: top;
}
#container .mod_search p.header {
  margin: 1em 0.5em;
  padding: 1em 2em;
}
#container .mod_search p.header strong {
  font-weight: 700;
}
#container .mod_search input.text {
  display: inline-block;
  width: 40%;
  margin: 0 auto 0 auto;
  padding: 0;
  line-height: 2;
  font-size: 1.2em;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#container .mod_search input.submit {
  vertical-align: top;
  position: static;
  top: 0;
  bottom: auto;
}
#container .mod_search div.odd, #container .mod_search div.even {
  margin: 0 0.5em 0 0.5em;
  padding: 2em;
}
#container .mod_search div.odd h3 a, #container .mod_search div.even h3 a {
  font-weight: 900;
}
#container .mod_search div.odd h3 a:hover, #container .mod_search div.even h3 a:hover {
  color: #153E79;
}
#container .mod_search div.odd h3 .relevance, #container .mod_search div.even h3 .relevance {
  font-weight: 300;
}
#container .mod_search div.odd p.context, #container .mod_search div.even p.context {
  margin-bottom: 0;
}
#container .mod_search div.odd p.url, #container .mod_search div.even p.url {
  display: none;
}
#container .mod_search div.odd span.highlight, #container .mod_search div.even span.highlight {
  font-style: italic;
  color: #153E79;
  font-weight: 700;
}
#container .mod_search div.even {
  background: #f2f2f2;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fhnvg.abnahme-server.de%2Fhtdocs%2Ffiles%2Fcss%2Fsuche.scss%22%2C%22var%2Fwww%2Fvirtual%2Fhnvg.abnahme-server.de%2Fhtdocs%2Ffiles%2Fcss%2F_fonts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9BA%3BAC0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1CA%3BACwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxDA%3BACqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrEA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%22%7D */