@charset "UTF-8";
/**
 *   Farbengrundtöne
 */
/*
  * Farben verwendung
  */
/**
  *   Schriften
  */
/**
  *  Schriftgrößen
  */
/**
  * grid
  */
body .topbg.startseite {
  background-image: inherit !important; }
body .topbg .menu {
  padding: 0; }
body .container.submenutitle {
  max-width: 100%;
  overflow: hidden; }
body .topbg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: none !important; }
  body .topbg .pagetitlecontainer {
    margin-top: 3rem;
    margin-bottom: 1rem; }
body .ankermenu {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  background: rgba(var(--cifarbe1rgbawert), 1); }
  body .ankermenu > li {
    display: block;
    margin-bottom: 1rem;
    text-align: left; }
    body .ankermenu > li a {
      text-decoration: none;
      display: flex;
      align-items: center;
      line-height: 140%;
      font-size: 19px;
      /*für die standard ersatzschrift sollte die umrechnung immer etwas kleiner sein daher nciht 0.063rem*/
      font-size: 1.14rem;
      color: #fff; }
      body .ankermenu > li a:hover, body .ankermenu > li a:focus {
        color: #d9d9d9; }
      body .ankermenu > li a:before {
        content: "";
        display: inline-block;
        margin-right: 0.5rem;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff; }
body footer {
  min-height: 10rem;
  background-position: center 225%;
  padding-bottom: 6rem; }
body .footermenu {
  flex-wrap: wrap; }
  body .footermenu li a {
    padding: 0.5rem 0; }
body .startseiteinhalt .maincontent {
  padding: 1rem 0 4rem; }

/*# sourceMappingURL=mobile.css.map */
