@media print {
  a {
    color: #505050;
  }

  body {
    background-color: #fff;
    font-family: "Hind", Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #505050;
  }

  section.header {
    width: 100%;
    margin: 0;
    display: block;
    background-color: #fff;
    height: 87px;
    position: relative;
  }

  .header-logo {
    position: absolute;
    top: 35px;
    right: 0;
    width: 250px;
    height: 42px;
    background: transparent url(../Images/alsterarbeit-it-logo-gruen.png) 0 0 no-repeat;
    background-size: 230px auto;
  }

  .readspeaker-wrapper {
    display: none;
  }

  nav,
  .header-navigation,
  .mobile-nav {
    display: none;
  }

  section.chapter-image {
    display: none;
  }

  section.content-section {
    width: 100%;
    margin: 0;
    display: block;
    background-color: #fff;
    height: auto;
    position: relative;
  }

  .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }

  .content-container {
    /* padding: 15px 125px 75px; */
    background: #fff;
  }

  .ce-gallery .image img {
    width: 175px;
    height: auto;
  }

  form, footer, hr, .drucklink  {
    display: none;
  }
}