#myid {
    text-align: left;
    color: red;
  }

  #rathaus {
      width: 600;
  }

  body {
    width: 1000px;
  }

  #head-name {
      font-size: 48px;
      letter-spacing:4px;
      display: inline-block;
      background-color: #d3eee1;
      text-align: center;
      width: 100%;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  #sub-head-name {
      font-size: 20px;
      text-align: center;
      font-family: Georgia, 'Times New Roman', Times, serif;
  }


  #infotext {
    width: 100%;
    column-count: 3; 
    /* column-gap: 30px; */
  }

  #left-block {
    text-align: left;
    width: 40%;
  }

  #middle-block {
    text-align: center;
    width: 50%;
  }

  #right-block {
    text-align: right;
    width: 70%;
  }


  h1 {
    break-before: column;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
   }
   


  #page-footer {
      font-size: 10px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      text-align: center;
  }

  #parent {
      position: relative;
      height: 600px;
  }

  #child_1, #child_2 {
      width: 200px;
      height: 100px;
  }

  /*#child_1 {
      background-color: red;
      vertical-align: top;
  }*/

  #child_1 {
      font-size: 48px;
      letter-spacing:4px;
      display: inline-block;
      text-align: center;
      width: 100%;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
  }


  #child_2 {
      background-color: #d3eee1;
      vertical-align: top;
  }
