/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "Bold";
  src: url(../fonts/corporate_s_bold.eot);
  src: url(../fonts/corporate_s_bold_8b7d8b69c993f3aa.eot)
      format("embedded-opentype"),
    url(../fonts/corporate_s_bold_3eee034bef299d0c.woff2)
      format("woff2"),
    url(../fonts/corporate_s_bold_3eee034bef299d0c.ttf)
      format("truetype"),
    url(../fonts/corporate_s_bold.woff)
      format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Regular";
  src: url(../fonts/corporate_s_regular.eot);
  src: url(../fonts/corporate_s_regular_8b7d8b69c993f3aa.eot)
      format("embedded-opentype"),
    url(../fonts/corporate_s_regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Light";
  src: url(../fonts/corporate_s_light.eot);
  src: url(../fonts/corporate_s_light_8b7d8b69c993f3aa.eot)
      format("embedded-opentype"),
    url(../fonts/corporate_s_light_3eee034bef299d0c.woff2)
      format("woff2"),
    url(../fonts/corporate_s_light_3eee034bef299d0c.ttf)
      format("truetype"),
    url(../fonts/corporate_s_light.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}

/* NORMALIZE */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

body {
  background: #fff;
  color: #373632;
  line-height: 138%;
  font-family: "Regular", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bodyWrapper {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  outline: 1px solid #373632;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.box,
.intro {
  padding: 0 35px;
}

/* ELEMENTE */
.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}

.heroWrapper {
  position: relative;
}
.heroWrapper small {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 5px 5px 35px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  background: rgba(55, 54, 50, 0.5);
}

strong,
.strong {
  font-family: "Bold", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h1 {
  color: #005a9a;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-family: "Bold";
  letter-spacing: 1.5px;
  font-weight: normal;
  text-transform: uppercase;
}
h1 span,
small {
  font-size: 3rem;
}
h1 span {
  line-height: 0;
}
/* h1 span.mwd {
  display: inline;
} */

h2,
h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 5px;
  color: #005a9a;
  font-family: "Bold", sans-serif;
}

h2 {
  color: #ee7326;
  text-transform: uppercase;
}

a {
  color: #373632;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 0.1s;
  font-family: "Bold", sans-serif;
}
a::before {
  content: "";
  transition: all ease-in-out 0.1s;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #ee7326;
}
a:hover::before {
  content: "";
  width: 100%;
}
a#hzdr_logo::before {
  display: none;
}
.intro a {
  color: #ee7326;
}
a.btn {
  background: #005a9a;
  color: #fff;
  padding: 8px 14px;
  margin-bottom: 25px;
  transition: all ease-in-out 0.15s;
}
a.btn::before {
  display: none;
}
a.btn:hover {
  background: #ee7326;
}

ul {
  margin-left: 18px;
  margin-top: 0;
  padding-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none;
}
ul li {
  position: relative;
  margin-bottom: 2px;
}
ul li::before {
  content: "";
  background: #ee7326;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  margin-left: -18px;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul ul {
  margin-top: 2px;
}
ul ul li {
  margin-left: -2px;
}
ul ul li::before {
  content: "";
  background: #fff;
  border: 2px solid #ee7326;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  margin-left: -18px;
}

.hero {
  width: 100%;
  margin-bottom: -10px;
}

/* HEADER */
header {
  padding: 0 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
header::before {
  content: "";
  width: 35px;
  height: 35px;
  background: #ee7326;
  position: absolute;
  left: 0;
  top: 0;
}
header #hzdr_logo svg {
  width: 160px;
  height: 66px;
  margin-top: 70px;
  margin-right: 70px;
}

/* INHALT */
.intro {
  position: relative;
  margin-top: 17.5px;
}
.intro::before {
  content: "";
  height: 13px;
  position: absolute;
  top: -13px;
  left: 35px;
  width: 53%;
  background: #ee7326;
}
.intro .content {
  background: #005a9a;
  padding: 28px 35px 5px;
  color: #fff;
  position: relative;
}
.intro p {
  margin: 0 0 23.33333px;
}

.grauWrapper {
  padding: 0 35px;
}
.grauWrapper .content {
  background: #ededed;
  padding: 1px 0;
}
.grauWrapper .content h1 {
  color: #005a9a;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-family: "Bold";
  letter-spacing: 1.5px;
  font-weight: normal;
}
/* .grauWrapper .content h1 span {
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0;
  display: block;
  margin-top: -2px;
}
.grauWrapper .content h1 span.mwd {
  display: inline;
} */
.grauWrapper + footer > .box {
  margin-top: 0;
}
.grauWrapper + footer > .box > .content {
  background: #ededed;
  margin-top: 5px;
}

.box {
  margin: 30px 0;
}
.box p {
  margin: 0 0 23.33333px;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}
.box .side {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.box .side > * {
  flex: 0 0 calc(100% / 2 - 4%);
  flex-basis: calc(100% / 2 - 4%);
  flex-shrink: 1;
  box-sizing: border-box;
}
/* .box .side > *:first-child {
  padding-right: 23.33333px;
} */

/* FOOTER */
footer {
  padding: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
footer .content {
  background: #ededed;
  padding: 30px 35px 10px;
}
footer .content .side {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
}
footer .content .side strong {
  color: #005a9a;
}
footer .content .side svg {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px;
  }
}

@media screen and (max-width: 590px) {
  .grauWrapper .content h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .box .side {
    flex-direction: column;
  }
  .box .side > * {
    flex: auto;
  }
  .box .side > *:first-child {
    padding-right: 0;
  }
  .box .side ul {
    margin-bottom: 0;
  }
  .box .side > div {
    padding-top: 35px;
  }
}

@media screen and (max-width: 450px) {
  .bodyWrapper,
  body {
    padding: 0;
    margin: 0;
  }
  .grauWrapper {
    padding: 0 23.33333px;
  }
  .box,
  .intro {
    padding-left: 23.33333px;
    padding-right: 23.33333px;
  }
  .intro::before {
    left: 23.33333px;
  }
  footer > .box {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  header #hzdr_logo svg {
    margin-right: 20px;
  }
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}