/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
body {
  background-color: #ffffff !important; }

.notfound {
  text-align: center;
  color: #3E3F47;
  margin-bottom: 30px; }
  .notfound * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .notfound__line1, .notfound__line2 {
    display: block; }
  .notfound__line1 {
    margin-bottom: 15px;
    margin-top: 15px; }
  .notfound__headline {
    font: 500 18px/32px "Roboto",Arial,sans-serif;
    margin-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      .notfound__headline {
        font-size: 32px; } }
  .notfound__subheadline {
    font-size: 14px; }
    @media print, screen and (min-width: 48em) {
      .notfound__subheadline {
        font-size: 16px; } }
  .notfound__paragraphBottom {
    margin-top: 20px;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 48em) {
      .notfound__paragraphBottom {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .notfound__bgimage {
    height: 150px; }
    @media print, screen and (min-width: 48em) {
      .notfound__bgimage {
        height: 250px; } }
    .notfound__bgimage img {
      height: 100%;
      width: auto; }
  @media print, screen and (min-width: 48em) {
    .notfound__teaser {
      max-width: 1000px; } }
  .notfound__teaser-title {
    margin-bottom: 0;
    font-size: 14px;
    text-decoration: none; }
    @media print, screen and (min-width: 48em) {
      .notfound__teaser-title {
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px; } }
  .notfound__link {
    color: #55575d;
    text-decoration: none; }
    .notfound__link:hover {
      color: #55575d; }
  .notfound__img {
    width: 100%; }
  .notfound__home-link {
    display: block;
    text-decoration: none; }
  .notfound__topic {
    position: absolute;
    top: 50px;
    width: calc(100% - 14px); }
    @media print, screen and (min-width: 48em) {
      .notfound__topic {
        top: 97px; } }
  .notfound .wrapper {
    width: 100%;
    height: 150px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .notfound .wrapper {
        height: 250px; } }

.cswrapper__inComponentHeading {
  text-align: center;
  font-size: 25px;
  line-height: 25px; }
