body, html {
  margin: 0;
  background-color: #999;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

.inhalt {
  max-width: 600px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .inhalt > div {
    font-weight: 400;
    font-size: 1.3rem;
    padding: 1rem 2rem;
    color: #404040; }
    .inhalt > div h1 {
      font-size: 1.5rem; }
    .inhalt > div h2 {
      font-size: 1.1rem; }
    .inhalt > div .logos {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .inhalt > div .logos svg {
        max-width: 50px;
        height: auto;
        padding: 0.5rem; }

/*# sourceMappingURL=style.css.map */
