@media print {
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
  }

  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 600;
  }

  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
  }
  body {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
  }
  .side-buttons,
  nav,
  .mobile_website_menu,
  .nav_mobile,
  section.hero-img,
  section.welcome .col-sm-7 img,
  section.dienstleistungen figure img,
  section.anwaelte figure img,
  #contact_form,
  .read_more,
  .hide_print,
  .google-maps,
  .blue-column .img-top {
    display: none !important;
  }
  body,
  h1,
  h2,
  h3,
  p,
  span,
  a {
    color: #000;
    text-decoration: none;
  }
  a {
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  .footer-headline {
    margin: 3rem 0 1rem;
  }
  td,
  table {
    border: none;
  }
  table {
    width: 80%;
  }
  td {
    width: 50%;
    vertical-align: baseline;
  }
  td p {
    margin: 0;
  }
  td p + p {
    margin-top: 0.5rem;
  }
  table tr td:first-child:nth-last-child(2) {
    padding-right: 0.8rem;
  }
  table tr td:last-child:nth-child(2) {
    padding-left: 0.8rem;
  }

  iframe {
    width: 100%;
    height: 400px;
  }

  .blue-column {
    padding: 0 !important;
  }

  footer p.footer-headline {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }

  footer span.float_left, section.kontakt span.float_left  {
    margin-right: 1rem;
  }
}
