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

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

  section.header {
    width: 63rem;
    margin: 6rem auto 0 auto;
    display: block;
    background-color: #fff;
    height: 87px;
    position: relative;
  }

  .header-logo {
    position: absolute;
    top: 45px;
    right: 75px;
    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: 63rem;
    margin: 0 auto 0 auto;
    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 {
    display: none;
  }

  /*Drucklink*/
  .drucklink {
    position: absolute;
    top: 25px;
    right: 25px;
  }

  .drucklink a {
    padding: 0.4em 0.7em 0.3em 0.7em;
    font-size: 1.2em;
    text-decoration: none;
    border: 0.1em solid #000;
    background-color: #CDCDCD;
    color: #000;
  }

  .drucklink a:hover {
    background-color: #76D750;
    color: #FFF;
    border-color: #FFF;
  }
}

