@media print {
  html,
  body {
    background: white !important;
  }
  .themen {
    background: #34495e;
    width: 100%;
  }

  .maxi-button {
    display: none;
  }

 

  .themen table {
    width: 100%;
  }

  .themen td {
    font-size: 15px;
    padding: 0;
    width: 50px;
  }

  .themen p {
    font-size: 15px;
    width: 200px;
    padding: 0;
  }

  .themencontent {
    background: white;
  }

  .themen th {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
  }

  .navigation {
    display: none;
  }

  .footer {
    display: none;
    background: white;
  }

  .section1 {
    display: none;
  }
  .section2 {
    display: none;
  }
  .section3 {
    display: none;
  }

  .border {
    display: none;
  }

  .fahrschulnamen {
    display: none;
  }

  .theorieuhrzeit {
    display: none;
  }

  .theoriecontent {
    display: none;
  }

  .theorietage {
    background-color: inherit;
  }

  .print {
    display: none;
  }

  .scrollTop {
    display: none;
  }

  .border_footer {
    display: none;
  }

  button {
    display: none;
  }
}
