@charset "UTF-8";
/* Allgemeine Farbvorlage */
/* Zusätzliche Farben für den Calculator */
/* Auszeichnungsfarben - projektspezifisch */
/* Überschreiben mit Webseiten-spezifischen Farben */
/* Anpassungen Farbschema für die ZEAG */
/*
@import 'colors_hvg';
@import 'colors_intranet';
@import 'colors_gvu';
*/
/* Allgemeine Schriftstile*/
/* 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;
}

$font_basic: 'Segoe UI', 'Dejavu Sans', helvetica, arial, sans-serif;
$font_italic: 'Dejavu Sans Oblique', 'Segoe UI', helvetica, arial, sans-serif;
$font_bold: 'Dejavu Bold', 'Segoe UI', helvetica, arial, sans-serif;
*/
/* Stylings for Head Image iosSlider */
.sliderContainer_home, .ce_iosslider {
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.sliderContainer_home, .home .ce_iosslider {
  width: 100%;
  padding: 0;
}
.iosSlider_home, .iosSlider {
  width: 100%;
  height: 36%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
}
.page-nonav-hascolumn .ce_gallery {
  box-sizing: border-box;
  padding: 0 2em;
  margin-bottom: 2em;
}
.page-nonav-hascolumn .ce_gallery .iosSlider {
  width: 100%;
  height: 56.25%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
}
.page-nonav-hascolumn .ce_gallery .iosSlider .slider {
  padding-bottom: 56.25%;
}
.page-nonav-hascolumn .ce_gallery .iosSlider .slider .item .inner {
  padding-bottom: 56.25%;
}
.iosSlider_home .slider_home, .iosSlider .slider {
  width: 100%;
  padding-bottom: 36%;
  margin-bottom: 2em;
}
.iosSlider_home .slider_home .mod_article, .iosSlider .slider .item {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  float: left;
}
.iosSlider_home .slider_home .mod_article .inner, .iosSlider .slider .item .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
}
.iosSlider_home .slider_home .mod_article .inner img, .iosSlider .slider .item .inner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.iosSlider .slider .item .inner:after {
  position: absolute;
  width: 980px;
  height: 455px;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.iosSliderButtons {
  position: absolute;
  bottom: 0.5em;
  text-align: center;
  left: 50%;
  z-index: 100;
  width: 980px;
  height: 11px;
  margin-left: -490px;
}
.iosSliderButtons .button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #eee;
  margin: 0 10px 0 0;
  border: 0px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(90, 90, 90, 0.5);
  *box-shadow: 0 0 1px 1px #5a5a5a;
}
.iosSliderButtons .selected {
  background: #BB4400;
  box-shadow: 0 0 1px 1px rgba(90, 90, 90, 0.5);
  *box-shadow: 0 0 1px 1px #5a5a5a;
}
.iosSlider_home .slider_home .mod_article .textcontainer, .iosSlider .slider .item .caption {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 5em;
  width: 33em;
  padding: 1em;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: #3c3c3b;
  text-align: left;
  opacity: 0;
}
.iosSlider_home .slider_home .mod_article .textcontainer p, .iosSlider .slider .item .caption p {
  font-size: 2em;
  margin-bottom: 0;
  font-family: "adelle", "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: italic;
  color: #3c3c3b;
  text-transform: none;
  line-height: 1.5;
}
.iosSlider_home .slider_home .mod_article .textcontainer p a, .iosSlider .slider .item .caption p a {
  font-family: "adelle", "Times New Roman", Times, serif;
  color: #3c3c3b;
  text-transform: none;
  font-weight: 300;
}
.iosSlider_home .slider_home .mod_article .textcontainer p strong, .iosSlider .slider .item .caption p strong {
  font-family: "museo-sans", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #BB4400;
}
@media (max-width: 40em) {
  .iosSlider_home .slider_home .mod_article .textcontainer, .iosSlider .slider .item .caption {
    bottom: 1em;
    left: 1em;
    width: calc(100% - 4em);
    font-size: 0.475em;
  }
}
.page-nonav-hascolumn .ce_gallery {
  box-sizing: border-box;
  padding: 0 2em 2em;
}
.page-nonav-hascolumn .ce_gallery .iosSlider {
  width: 100%;
  height: 56.25%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
}
.page-nonav-hascolumn .ce_gallery .iosSlider .slider figure {
  position: relative;
}
.page-nonav-hascolumn .ce_gallery .iosSlider .slider figure .caption {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  color: #4d4d4d;
  font-family: "adelle", "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: italic;
  left: calc(-25% - 2em);
  bottom: 1em;
  width: 35%;
  padding: 1em;
}
@media (min-width: 40em) {
  .page-nonav-hascolumn .ce_gallery .iosSlider .slider figure .caption {
    display: inline-block;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fn-hl.de%2Fhttpdocs%2Ffiles%2Fcss%2Fslider.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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAKK%3BAAAA%3BAAAA%3BAAAA%22%7D */