@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
footer {
  padding: 1em calc(50% - 31rem);
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 62rem) {
  footer {
    padding: 1em;
  }
}
footer h1, footer h2, footer h3, footer h4, footer h5 {
  color: #fff;
}
@media screen and (min-width: 30em) {
  footer div.footer_wrapper {
    margin-left: -0.5em;
    margin-right: -0.5em;
    display: block;
    display: flex;
    flex-wrap: wrap;
  }
  footer div.footer_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  footer div.footer_wrapper > div {
    min-height: 1px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50%;
    float: left;
    display: block;
    display: flex;
    flex-flow: column;
  }
}
@media screen and (min-width: 40em) {
  footer div.footer_wrapper {
    margin-left: -0.5em;
    margin-right: -0.5em;
    display: block;
    display: flex;
    flex-wrap: wrap;
  }
  footer div.footer_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  footer div.footer_wrapper > div {
    min-height: 1px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 25%;
    float: left;
    display: block;
    display: flex;
    flex-flow: column;
  }
}
footer .nav_vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: inherit;
}
footer h4 {
  margin-bottom: 1em;
}
footer .social_bookmarks a {
  margin-left: 8px;
  width: 33px;
  display: inline-block;
  overflow: hidden;
}
footer .social_bookmarks a img {
  margin-left: -34px;
}
footer .social_bookmarks a img:hover {
  margin-left: 0;
}
footer .social_bookmarks a:first-child {
  margin-left: 0;
}

/*# sourceMappingURL=https://www.fritzen.eu/srv/designset/_ts_1585429789000/_repo/current/style/generated/120_footer.css.map */
