html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Roboto';
  src: url("../css_fonts/roboto_lt.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../css_fonts/roboto_rg.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../css_fonts/roboto_md.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../css_fonts/roboto_bk.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../css_fonts/roboto_it.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
html {
  height: 100%;
  color: rgba(0, 0, 0, 0.8); }

body {
  background: rgba(0, 0, 0, 0.05);
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.5rem; }

div.clear {
  clear: both;
  width: 0;
  height: 0;
  float: none; }

img {
  display: block; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #003399;
  padding: 0 0 1.5rem 0; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5rem;
  padding: 0.75rem 0 0.75rem 0; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.75rem 0 0.75rem 0; }

h1 + h2, h1 + h3 {
  padding-top: 0; }

h1.clear, h2.clear, h3.clear {
  clear: left; }

p, ul, ol {
  padding: 0 0 0.75rem 0; }

strong, b {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #003399; }

a:hover {
  cursor: pointer; }

.c-page {
  width: 80%;
  max-width: 1200px;
  margin: 3.0rem auto 1.0rem auto;
  background: white;
  position: relative;
  min-height: calc(100vh - 10.0rem - 2px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.35);
  border-bottom-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

header {
  position: relative;
  width: 100%;
  height: 400px; }
  header img {
    position: absolute; }
  header img#stoetzler {
    right: 3.0rem;
    top: 2.0rem; }
  header img#ihk {
    left: 3.0rem;
    top: 28px; }
  header span.subline {
    display: block;
    position: absolute;
    right: 3.0rem;
    top: calc(1.25rem + 50px);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5rem; }
  header nav {
    background: white;
    position: absolute;
    right: 3.0rem;
    bottom: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; }
    header nav ul.l-main {
      padding: 0; }
      header nav ul.l-main li {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.375rem;
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
        header nav ul.l-main li a {
          display: block;
          height: 100%;
          color: rgba(0, 0, 0, 0.5);
          padding: 0.5rem 0.5rem;
          border-top: 5px solid transparent; }
        header nav ul.l-main li a:hover {
          color: #003399; }
        header nav ul.l-main li a.active {
          color: #003399;
          border-color: #003399; }
    header nav ul.l-sub {
      display: none; }
    header nav ul.l-main li:first-child a {
      padding-left: 1.25rem; }
    header nav ul.l-main li:last-child a {
      padding-right: 1.25rem; }
  header div.c-headimg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: center center no-repeat;
    background-size: cover; }
  header div.c-headimg.align-1 {
    background-position: left center; }
  header div.c-headimg.align-2 {
    background-position: right center; }
  header a.burger {
    position: absolute;
    left: 1.0rem;
    top: 0.25rem;
    width: 28px;
    height: 28px;
    background: url(/css_gfx/sym_menu.svg) left center no-repeat;
    background-size: contain;
    display: none; }

footer {
  width: 80%;
  max-width: 1200px;
  height: 6.0rem;
  margin: 0 auto;
  padding-right: 3.0rem;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
  clear: left; }
  footer a {
    color: rgba(0, 0, 0, 0.5); }

main {
  padding: 5.0rem 3.0rem 3.0rem 3.0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: top;
  align-items: top;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

article {
  width: 65%;
  margin: 0 auto; }
  article div.c-paragraph div.c-float {
    float: left;
    clear: left; }
    article div.c-paragraph div.c-float figure {
      margin-bottom: 0.75rem; }
      article div.c-paragraph div.c-float figure img {
        width: 100% !important;
        height: auto !important; }
  article div.c-paragraph div.c-float.col-1 {
    width: calc((100% - 1.0rem) / 3); }
  article div.c-paragraph div.c-float.col-2 {
    width: calc((100% - 1.0rem) / 2); }
  article div.c-paragraph div.c-text.col-1 {
    margin-left: calc(((100% - 1.0rem) / 3) + 1.0rem); }
  article div.c-paragraph div.c-text.col-2 {
    margin-left: calc(((100% - 1.0rem) / 2) + 1.0rem); }
  article div.c-paragraph div.c-label, article div.c-paragraph div.postlabel {
    display: inline-block;
    vertical-align: top; }
  article div.c-paragraph div.c-label {
    width: 100px;
    margin-right: -4px;
    font-weight: 700;
    color: #003399; }
  article div.c-paragraph div.postlabel {
    width: calc(100% - 100px); }
  article div.c-paragraph ul:not(.l-bottom) li {
    padding: 0 0 0 0.75rem;
    position: relative;
    background: url(/css_gfx/bul_standard.svg) 0 0.5rem no-repeat;
    background-size: 0.375rem 0.375rem; }
  article div.c-paragraph.margin-1 {
    margin-bottom: 1.5rem; }
  article div.c-paragraph.margin-2 {
    margin-bottom: 3.0rem; }
  article div.c-paragraph.margin-3 {
    margin-bottom: 4.5rem; }
  article div.c-paragraph.margin-4 {
    margin-bottom: 6.0rem; }
  article ul.l-bottom {
    clear: left;
    margin-top: 4.0rem;
    text-align: right; }
    article ul.l-bottom li {
      display: inline-block;
      vertical-align: top;
      margin-left: 0.5rem; }
      article ul.l-bottom li a {
        display: block;
        width: 2.0rem;
        height: 2.0rem;
        background: center center no-repeat;
        background-size: 20px 20px;
        border: 2px solid #003399; }
      article ul.l-bottom li a span {
        display: block;
        width: 0;
        height: 0;
        overflow: hidden; }
      article ul.l-bottom li a#a-next {
        background-image: url(/css_gfx/sym_next.svg); }
      article ul.l-bottom li a#a-prev {
        background-image: url(/css_gfx/sym_prev.svg); }
      article ul.l-bottom li a#a-list {
        background-image: url(/css_gfx/sym_list.svg); }
      article ul.l-bottom li a:hover {
        background-color: rgba(0, 51, 153, 0.05); }

aside {
  width: 27%;
  margin: 0 auto;
  margin-right: 8%; }
  aside ul.l-sidebar li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.75rem; }
    aside ul.l-sidebar li a {
      display: block;
      color: rgba(0, 0, 0, 0.5);
      border-top: 1px solid rgba(0, 0, 0, 0.5); }
    aside ul.l-sidebar li a:hover {
      color: #003399; }
    aside ul.l-sidebar li a.active {
      font-weight: 500;
      border-top: 2px solid; }
  aside div.c-marginal figure {
    width: 100%;
    margin-bottom: 0.75rem; }
    aside div.c-marginal figure img {
      width: 100% !important;
      height: auto !important; }
  aside div.c-marginal.width-1 figure {
    width: 66%; }
  aside div.c-marginal.width-2 figure {
    width: 50%; }
  aside div.c-marginal.align-1 figure {
    margin-left: auto;
    margin-right: auto; }
  aside div.c-marginal.align-2 figure {
    margin-left: 34%; }
  aside div.c-marginal.width-2.align-2 figure {
    margin-left: 50%; }

@media screen and (max-width: 1400px) {
  header span.subline {
    top: 2.75rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.625rem; }
    header span.subline span:first-child {
      display: block; }
    header span.subline span.temp {
      display: none; } }
@media screen and (max-width: 1279px) {
  body {
    background: white; }

  .c-page {
    width: 100%;
    min-height: 0;
    max-width: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 1.0rem; }

  header {
    height: 300px; }
    header img#stoetzler {
      top: 1.5rem; }
    header img#ihk {
      top: 15px; }
    header span.subline {
      top: 2.1875rem;
      right: auto;
      left: 170px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem; }
    header div.c-headimg {
      height: 210px; }

  footer {
    width: calc(100% - 3.0rem);
    max-width: none;
    height: auto;
    margin: 4.0rem 0 3.0rem 0; } }
@media screen and (max-width: 1150px) {
  header img#ihk {
    left: 1.5rem;
    top: 16px; }
  header img#stoetzler {
    right: 1.5rem; }
  header span.subline {
    left: 155px;
    top: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    header span.subline span:not(.temp) {
      display: block; }
  header nav {
    right: 1.5rem; }

  footer {
    width: calc(100% - 1.5rem);
    padding-right: 1.5rem; }

  main {
    padding: 5.0rem 1.5rem 3.0rem 1.5rem; } }
@media screen and (max-width: 799px) {
  header img#ihk {
    top: 0.25rem;
    width: 70px !important;
    height: 70px !important; }
  header img#stoetzler {
    width: 225px !important;
    height: 45px !important;
    top: 2.75rem; }
  header span.subline {
    left: 110px;
    top: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.0rem; }
    header span.subline span:not(.temp) {
      display: block; }

  main {
    display: block;
    padding: 3.0rem 1.5rem 3.0rem 1.5rem; }

  article {
    width: 100%; }

  aside {
    width: 40%;
    margin: 0; }
    aside div.c-marginal.width-1 figure {
      width: 66%; }
    aside div.c-marginal.width-2 figure {
      width: 50%; }
    aside div.c-marginal.align-1 figure,
    aside div.c-marginal.align-2 figure,
    aside div.c-marginal.width-2.align-2 figure {
      margin: 0; }
    aside ul {
      display: none; }
    aside div.c-marginal figure:last-child {
      margin-bottom: 3.0rem !important; } }
@media screen and (max-width: 750px) {
  header img#ihk {
    display: none; }
  header img#stoetzler {
    right: 1.0rem; }
  header span.subline {
    left: 1.0rem; }
  header nav {
    right: 1.0rem; }

  footer {
    width: calc(100% - 1.0rem);
    padding-right: 1.0rem; }

  main {
    padding: 2.0rem 1.0rem 3.0rem 1.0rem; } }
@media screen and (max-width: 639px) {
  header {
    height: auto;
    min-height: 320px;
    max-height: 320px;
    transition: max-height 2.0s ease-out; }
    header nav {
      display: none; }
    header img#stoetzler {
      left: 38%;
      top: 0.25rem; }
    header span.subline {
      left: 38%;
      top: 3.0rem; }
    header a.burger {
      display: block; }

  header.show-0 {
    min-height: 130px;
    max-height: 130px; }
    header.show-0 .c-headimg {
      display: none; }

  header.expanded {
    height: auto;
    min-height: calc(100vh - 2.0rem);
    max-height: 150vh;
    background: white;
    position: absolute;
    z-index: 100;
    transition: max-height 2.0s ease-out; }
    header.expanded div.c-headimg {
      display: none; }
    header.expanded nav {
      display: block;
      right: auto;
      bottom: auto;
      left: 1.0rem;
      top: 150px;
      width: calc(100% - 2.0rem); }
      header.expanded nav ul.l-main li {
        display: block; }
        header.expanded nav ul.l-main li a {
          padding-left: 0 !important;
          padding-right: 0 !important;
          border-top: 2px solid rgba(0, 0, 0, 0.5); }
        header.expanded nav ul.l-main li a.active {
          border-top: 2px solid #003399; }
      header.expanded nav ul.l-sub {
        display: block; }
        header.expanded nav ul.l-sub li {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 0.9375rem;
          line-height: 1.375rem;
          padding: 0; }
          header.expanded nav ul.l-sub li a {
            display: block;
            color: rgba(0, 0, 0, 0.5);
            text-transform: none;
            border: none;
            padding: 0 0 0.25rem 0; }
          header.expanded nav ul.l-sub li a.active {
            font-weight: 700;
            border: none; }
    header.expanded a.burger {
      background-image: url(/css_gfx/sym_shut.svg); }

  article div.c-paragraph div.c-float,
  article div.c-paragraph div.c-float.col-1,
  article div.c-paragraph div.c-float.col-2 {
    float: none;
    width: 100%;
    margin: 0 0 1.0rem 0; }
  article div.c-paragraph div.c-text.col-1, article div.c-paragraph div.c-text.col-2 {
    margin-left: 0; }
  article div.c-paragraph div.c-label, article div.c-paragraph div.postlabel {
    display: inline-block;
    vertical-align: top; }
  article div.c-paragraph div.c-label {
    width: 50px; }
  article div.c-paragraph div.postlabel {
    width: calc(100% - 50px); }

  footer {
    padding: 0 0 0 1.0rem;
    text-align: left; }
    footer span {
      display: block; }
    footer span.temp {
      display: none; } }
@media screen and (max-width: 540px) {
  header img#stoetzler {
    left: auto;
    right: 1.0rem; }
  header span.subline {
    left: 1.0rem;
    top: 3.25rem; } }
