body {
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
  }
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: 600;
    font-style: bold;
    font-size: 16px;
    color: #0026a1;
    line-height: 1.5;
  }

  /* Hautptfenster */
  .main {
    align-content: center;
    background-color: rgba(155, 189, 211, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
   
  .boxinput {
    width: 65%;
    max-width: 600px;
    height: 300px;
    border: 2px solid rgb(104, 105, 105);
    border-radius: 5px;
    background-color: rgba(68, 128, 163, 0.2);
    margin:  2px;
    padding: 10px;
  }

  .boxcomment {
    width: 35%;
    max-width: 200px;
    height: 300px;
    border: 2px solid rgb(104, 105, 105);
    border-radius: 5px;
    background-color: rgba(68, 128, 163, 0.2);
    margin:  2px;
    padding: 10px;
  }

  /* Fenster Ausgabe Kontrollstreifen */
  .main_kontstr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .kontstr {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    width: 320px;
    border: 2px solid rgb(163, 163, 163);
    border-radius: 5px;
    background-color: rgba(155, 189, 211, 0.2);
    margin:  2px;
    padding: 10px;
  }
  
.logo {
	width: 100%;
  }

  @media print {
      #suchfenster {
        display: none;
      }
    }
  