@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;
*/
#header > .inside {
  margin: 0 0.5em;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 54em) {
  #header > .inside {
    padding-top: 0;
  }
}
#kopfbild {
  margin: 0 0.5em 0.5em;
  padding-top: 4.7em;
  transition: all 0.625s ease-in-out;
}
#kopfbild.opensearch {
  padding-top: 8.7em;
}
@media (min-width: 54em) {
  #kopfbild {
    transition: all 0.625s ease-in-out;
  }
  #kopfbild.opensearch {
    padding-top: 8.7em;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Logo */
#logo {
  width: 12em;
  position: absolute;
  top: -1px;
  right: 2.5em;
  z-index: 20;
}
#logo a {
  display: block;
  width: 12em;
  height: 1px;
  padding-top: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
}
@media (max-width: 29.99em) {
  #logo {
    right: 1.5em;
  }
}
@media (max-width: 53.99em) {
  #logo, #logo a {
    width: 9em;
  }
}
@media (min-width: 64em) {
  #logo {
    right: 4em;
  }
}
/* mobil-selector */
#nav-toggle {
  position: relative;
  display: none;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 3.5em;
  height: 3.5em;
  margin: 0 1em;
  font-size: 0.9em;
}
#nav-toggle:hover span {
  background: #BB4400;
}
#nav-toggle span {
  pointer-events: none;
  display: block;
  position: absolute;
  height: 0.5em;
  width: 50%;
  background: #545454;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle span:hover {
  background: #BB4400;
}
#nav-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.5em 0.5em 0;
}
#nav-toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 0.5em 0 0 0.5em;
}
#nav-toggle span:nth-child(1), #nav-toggle span:nth-child(2) {
  top: 0px;
}
#nav-toggle span:nth-child(3), #nav-toggle span:nth-child(4) {
  top: 1em;
}
#nav-toggle span:nth-child(5), #nav-toggle span:nth-child(6) {
  top: 2em;
}
#nav-toggle.open span:nth-child(1), #nav-toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.open span:nth-child(2), #nav-toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-toggle.open span:nth-child(1) {
  left: 0.277em;
  top: 0.388em;
}
#nav-toggle.open span:nth-child(2) {
  left: calc(50% - .277em);
  top: 0.388em;
}
#nav-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-toggle.open span:nth-child(5) {
  left: 0.277em;
  top: 1.6em;
}
#nav-toggle.open span:nth-child(6) {
  left: calc(50% - .277em);
  top: 1.6em;
}
@media screen and (max-width: 53.99em) {
  #nav-toggle {
    display: block;
  }
}
/* Mobile Suche */
#mobile-search, #mobile-meinkonto {
  background-size: contain;
  position: relative;
  display: none;
  float: left;
  width: 2.5em;
  height: 2.5em;
  box-sizing: border-box;
  margin: 0 1em;
  cursor: pointer;
  -webkit-transition: hover 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
#mobile-meinkonto {
  width: 2.48em;
}
#mobile-meinkonto a {
  width: 100%;
  display: block;
  height: 100%;
}
#mobile-search {
  position: relative;
  width: 2.35em;
}
#mobile-search > a {
  position: absolute;
  inset: 0;
}
@media (max-width: 53.99em) {
  #mobile-search, #mobile-meinkonto {
    display: block;
  }
}
/* Menü */
#header {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  max-width: 1280px;
  transition: padding-top 0.625s ease-in-out;
}
#header .inside {
  height: 4.7em;
}
#header .mod_navigation {
  padding-top: 1.6em;
  display: block;
  position: relative;
  top: 0;
  z-index: 20;
}
#header .mod_navigation .invisible {
  display: none;
}
#header .mod_navigation ul {
  margin-bottom: 1.25em;
}
#header .mod_navigation li {
  display: inline-block;
  margin-right: 1.5em;
  background-color: initial;
}
#header .mod_navigation li.last {
  margin-right: 0;
}
#header .mod_navigation li.last a {
  padding-bottom: 0.5em;
}
#header .mod_navigation li a {
  text-transform: uppercase;
  padding: 0.5em 0.5em 2em;
  color: #3c3c3b;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
#header .mod_navigation li a:hover {
  color: #BB4400;
}
#header .mod_navigation li a.active, #header .mod_navigation li a.trail {
  color: #BB4400;
  font-weight: 900;
}
#header .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  z-index: 6;
  top: 4.66em;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.5em;
  background: #363636;
  background: rgba(54, 54, 54, 0.9);
}
#header .mod_navigation ul.level_2 li {
  display: block;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
#header .mod_navigation ul.level_2 li li li {
  display: inline;
}
#header .mod_navigation ul.level_2 li li li.active {
  font-weight: 400;
}
#header .mod_navigation ul.level_2 li.impressum, #header .mod_navigation ul.level_2 li.datenschutz {
  display: none;
}
#header .mod_navigation ul.level_2 a {
  text-transform: none;
  padding: 0;
  font-size: 1em;
  color: #ddd;
}
#header .mod_navigation ul.level_2 a:hover {
  color: #ffffff;
}
#header .mod_navigation ul.level_2 a.active, #header .mod_navigation ul.level_2 a.trail {
  color: #FFC48A;
}
#header .mod_navigation ul.level_2 > li > a {
  color: #ffffff;
  font-weight: 700;
}
#header .mod_navigation ul.level_2 > li > a:hover {
  color: #FFC48A;
}
#header .mod_navigation ul.level_2 > li > a.trail {
  color: #FFC48A;
}
#header .mod_navigation ul.level_3, #header .mod_navigation ul.level_4, #header .mod_navigation ul.level_5 {
  margin-left: 0em;
  margin-bottom: 0;
}
#header .mod_navigation ul.level_1 > li:hover ul.level_2 {
  display: block;
}
#header .mod_navigation ul.level_1 > li.show > a {
  color: #BB4400;
}
#header .mod_navigation ul.level_1 > li.show ul.level_2 {
  display: block;
}
#header .mod_navigation li.suche > a, #header .mod_navigation li.meinkonto > a {
  display: inline-block;
  text-indent: -9999px;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .mod_navigation li.suche > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .mod_navigation li.meinkonto > a {
  padding-bottom: 0.5em;
}
#header .mod_navigation ul.level_1 > li > a.last:hover:after {
  display: none;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 {
  width: 100%;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2 > li, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2 > li, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 > li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin: 0;
  margin-bottom: 1em;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2:after, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2:after, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2:after {
  display: table;
  content: "";
  clear: left;
}
#header .mod_navigation ul.level_1 li:nth-of-type(4) ul.level_2 {
  width: 100%;
}
#header .mod_navigation ul.level_4 {
  display: none;
}
#header.opensearch {
  padding-top: 4em;
}
@media screen and (max-width: 66.25em) and (min-height: 31.5em) {
  #header .mod_navigation li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 58.75em) and (min-height: 31.5em) {
  #header .mod_navigation li {
    margin-right: 1em;
  }
  #header .mod_navigation li a {
    padding: 0.25em 0.5em 2em;
  }
}
@media screen and (min-width: 79.938em) and (max-height: 36.25em) {
  #header .mod_navigation li {
    margin-right: 0em;
  }
  #header .mod_navigation li a {
    padding: 0.25em 0.5em 2em;
  }
}
@media screen and (min-width: 66.25em) and (max-height: 32.5em) {
  #header .mod_navigation li {
    margin-right: 0em;
  }
  #header .mod_navigation li a {
    padding: 0.25em 0.5em 2em;
  }
}
@media (min-width: 50em) {
  #header .mod_navigation ul.level_1 > li > a {
    position: relative;
  }
  #header .mod_navigation ul.level_1 > li > a > .submenu-toggle {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: none;
    color: white;
    padding: 0.375em 0.75em;
    border: none;
    background: transparent;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #header .mod_navigation ul.level_1 > li > a > .submenu-toggle:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0.75em 0.75em 0 0.75em;
    border-color: #383838 transparent transparent transparent;
    margin-left: -0.75em;
  }
  #header .mod_navigation ul.level_1 > li.submenu:hover > a:after, #header .mod_navigation ul.level_1 > li.submenu > a:hover:after, #header .mod_navigation ul.level_1 > li.submenu.show > a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2.2em;
    left: 50%;
    border-style: solid;
    border-width: 0 1em 1em 1em;
    border-color: transparent transparent #383838 transparent;
    margin-left: -1em;
  }
  #header .mod_navigation ul.level_1 > li.service:hover > a:after, #header .mod_navigation ul.level_1 > li.service > a:hover:after {
    top: 1.5em;
  }
  #header li.service {
    padding: 0em 0.5em 0 0.5em;
  }
  #header li.service > a {
    position: relative;
    top: 0.4em;
    display: inline-block;
    text-indent: -9999px;
    width: 0.5em;
    height: 0.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 1.25em;
  }
}
@media (min-width: 80em) {
  #header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 {
    width: 60%;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2 > li:nth-of-type(2), #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2 > li:nth-of-type(2), #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 > li:nth-of-type(2) {
    margin-bottom: 1em;
  }
  #header .mod_navigation ul.level_1 ul.level_4 {
    display: none;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(4) ul.level_2 {
    width: 100%;
  }
}
@media (min-width: 50em) and (max-width: 64em) {
  #header .mod_navigation {
    padding-top: 1.65em;
  }
  #header .mod_navigation ul.level_1 > li:hover > a:after, #header .mod_navigation ul.level_1 > li > a:hover:after {
    top: 2.1em;
  }
}
@media (min-width: 50em) and (max-width: 57em) {
  #header .mod_navigation ul.level_1 > li:hover > a:after, #header .mod_navigation ul.level_1 > li > a:hover:after {
    top: 2.15em;
  }
}
@media (max-width: 53.99em) {
  #kopfbild {
    padding-top: 4.1em;
  }
  #header.open {
    position: absolute;
  }
  #header.search {
    top: 3.9em;
  }
  #header {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.625s ease-in-out;
    -moz-transition: top 0.625s ease-in-out;
    -o-transition: top 0.625s ease-in-out;
    transition: top 0.625s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1em;
  }
  #header .inside {
    box-sizing: border-box;
    height: 3.9em;
  }
  #header .mod_navigation {
    top: 2.5em;
    position: absolute;
    z-index: 20;
    width: 100%;
    padding-right: 0em;
    display: none;
    box-sizing: border-box;
  }
  #header .mod_navigation.open {
    display: block;
  }
  #header .mod_navigation ul.level_1 > li.submenu:hover > a:after, #header .mod_navigation ul.level_1 > li.submenu > a:hover:after {
    display: none;
  }
  #header .mod_navigation ul {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #header .mod_navigation ul li {
    display: block;
    margin-right: 0;
  }
  #header .mod_navigation ul li a {
    display: block;
    text-transform: uppercase;
    padding: 0.5em 0.5em;
    color: #b3b3b3;
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    width: 80%;
  }
  #header .mod_navigation ul li a.active {
    color: #BB4400;
    font-weight: 900;
  }
  #header .mod_navigation ul li a.trail {
    font-weight: 900;
  }
  #header .mod_navigation ul li.suche, #header .mod_navigation ul li.meinkonto {
    display: none;
  }
  #header .mod_navigation ul.level_1 {
    background: #363636;
    background: rgba(54, 54, 54, 0.9);
  }
  #header .mod_navigation ul.level_1 > li {
    background: transparent;
  }
  #header .mod_navigation ul.level_1 > li.first {
    padding-top: 0.25em;
  }
  #header .mod_navigation ul.level_1 > li:hover ul.level_2 {
    display: none;
  }
  #header .mod_navigation ul.level_1 > li:hover ul.level_2.open {
    display: block;
  }
  #header .mod_navigation ul.level_2.open, #header .mod_navigation ul.level_3 {
    display: block;
  }
  #header .mod_navigation ul.level_2 {
    position: static;
    background: #808080;
  }
  #header .mod_navigation ul.level_2 li, #header .mod_navigation ul.level_2 li li, #header .mod_navigation ul.level_2 li li li {
    display: block;
  }
  #header .mod_navigation ul.level_2 a {
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    padding: 0.1em 0;
  }
  #header .mod_navigation ul.level_2 a.active, #header .mod_navigation ul.level_2 a.trail {
    color: #BB4400;
  }
  #header .mod_navigation ul.level_3 a.active, #header .mod_navigation ul.level_3 a.trail {
    font-weight: normal;
  }
  #header .mod_navigation ul.level_4 {
    margin-left: 1em;
  }
  #header .mod_navigation ul li {
    position: relative;
  }
  #header .mod_navigation ul li span.toggle {
    cursor: pointer;
    color: #b3b3b3;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 0.4em;
    width: 3em;
    font-size: 1.4em;
    text-align: center;
  }
  #header .mod_navigation ul li span.toggle:hover {
    color: #BB4400;
  }
  #header .mod_navigation ul li.open span.toggle {
    content: "-";
  }
  #header .mod_navigation ul ul li span.toggle {
    display: none;
  }
  #header .mod_navigation ul.level_1 > li.first span.toggle {
    top: 0.65em;
  }
}
@media (max-width: 29.99em) {
  #header {
    padding-right: 0;
  }
  #header .mod_navigation {
    padding-right: 0;
  }
  #logo {
    right: 1.5em;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(n) ul.level_2 > li {
    width: 100%;
  }
  #header .mod_navigation ul.level_4 {
    display: none;
  }
}
/* Suchleiste */
#suche {
  z-index: 30;
  position: fixed;
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.625s ease-in-out;
  -moz-transition: all 0.625s ease-in-out;
  -o-transition: all 0.625s ease-in-out;
  transition: all 0.625s ease-in-out;
}
#suche .mod_form {
  margin: 0;
  height: 4em;
  background-color: #545454;
}
#suche .mod_form .innerform {
  padding: 0.25em 2em;
  max-width: 1280px;
  margin: auto;
}
#suche .mod_form .innerform input {
  font-size: 1.25em;
  padding: 0.625em 0.8em;
  font-weight: 100;
}
#suche .mod_form .innerform input[placeholder], #suche .mod_form .innerform [placeholder], #suche .mod_form .innerform *[placeholder] {
  color: #808080;
}
#suche .mod_form .innerform input.text {
  color: #f7f7f7;
  width: 80%;
  border: none;
  background-color: transparent;
}
#suche .mod_form .innerform input.submit {
  letter-spacing: 0;
  visibility: hidden;
}
#suche.open {
  display: block;
  height: 4em;
}
@media (max-width: 53.99em) {
  #suche {
    position: fixed;
    width: 100%;
  }
}
/* special style Kontaktmenü */
@media (min-width: 54em) {
  #header .mod_navigation ul.level_1 li.contactpage ul.level_2 {
    min-height: 25.5em;
  }
}
#header .mod_navigation ul.level_2 li.content {
  width: 80%;
  position: absolute;
  right: 0;
  top: 2em;
  margin-right: 0;
}
#header .mod_navigation ul.level_2 li.content .servicemenu {
  font-size: 0.875em;
}
#header .mod_navigation ul.level_2 li.content .box-50 {
  text-align: left;
  width: 39%;
}
#header .mod_navigation ul.level_2 li.content .box-50 .innerbox {
  padding: 0 1em;
}
#header .mod_navigation ul.level_2 li.content .box-50 .textcontainer {
  padding: 1em 0;
}
#header .mod_navigation ul.level_2 li.content .box-50 p a {
  display: inline;
}
#header .mod_navigation ul.level_2 li.content .box-50 p {
  line-height: 1.6;
}
#header .mod_navigation ul.level_2 li.content p, #header .mod_navigation ul.level_2 li.content em, #header .mod_navigation ul.level_2 li.content strong, #header .mod_navigation ul.level_2 li.content span, #header .mod_navigation ul.level_2 li.content p a {
  color: #ffffff;
}
#header .mod_navigation ul.level_2 li.content p em {
  font-style: italic;
  font-size: 0.9em;
}
#header .mod_navigation ul.level_2 li.content p span, #header .mod_navigation ul.level_2 li.content p a {
  display: inline-block;
  font-weight: 700;
}
#header .mod_navigation ul.level_2 li.content p strong {
  font-weight: 700;
}
#header .mod_navigation ul.level_2 li.content p a {
  text-transform: uppercase;
}
#header .mod_navigation ul.level_2 li.content .hotline p {
  /* font-size: 1.5em; */
  margin-bottom: 0.5em;
  max-width: 95%;
}
#header .mod_navigation ul.level_2 li.content .hotline p em {
  display: block;
}
#header .mod_navigation ul.level_2 li.content .hotline p span, #header .mod_navigation ul.level_2 li.content .hotline p a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#header .mod_navigation ul.level_2 li.content .servicenummer {
  clear: both;
  padding-left: 5em;
  width: 61%;
}
#header .mod_navigation ul.level_2 li.content .servicenummer .textcontainer {
  padding-top: 2.75em;
}
#header .mod_navigation ul.level_2 li.content .servicenummer .textcontainer p {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5em;
}
#header .mod_navigation ul.level_2 li.content .servicenummer .textcontainer .service, #header .mod_navigation ul.level_2 li.content .servicenummer .textcontainer .stoerung {
  text-align: left;
  width: 100%;
  margin-top: 1em;
}
#header .mod_navigation ul.level_2 li.content .servicenummer .textcontainer .e_mail {
  clear: both;
  width: 100%;
  font-size: 1em;
}
#header .mod_navigation ul.level_2 li.content .links {
  width: 61%;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer {
  padding-left: 5em;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.15em;
  line-height: 1.5;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer p {
  margin-bottom: 0;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer p a:before {
  content: none;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer p a {
  text-transform: none;
  color: #b3b3b3;
  font-size: 1.15em;
  font-weight: 300;
}
#header .mod_navigation ul.level_2 li.content .links .textcontainer p a:hover {
  color: #fff;
  opacity: 1;
}
#header .mod_navigation ul.level_2 li.content:before {
  width: 2px;
  height: 94%;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 1.5em;
  top: 0;
}
@media (min-width: 0) and (max-width: 53.99em) {
  #header .mod_navigation ul.level_2 li.content {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fnhl.abnahme-server.de%2Fhttpdocs%2Ffiles%2Fcss%2Fheader.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%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5CJ%3BAAwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAA1FJ%3BAAiGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAA1NJ%3BAAgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAvQJ%3BAA8QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAGY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBZ%3BAAQoB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAASpB%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA51BJ%3BAAm2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh6BJ%3BAAu6BA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACI%3BAAAA%3BAAAA%3BAAAA%22%7D */