    html, body {
      height: 100%;
      margin: 0;
    }
    #map {
      width: 100%;
      height: 100%;
    }

  .mouse-position {
    margin-bottom: 500px;
    position: fixed !important;
    top: 20px;
    right: 200px;;
    background-color: white;
    font-size: 1.5em;
    font-family: monospace;
    color: black;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }

    #bbox-info {
      position: absolute;
      bottom: 20px;
      left: 10px;
      right: 200px;
      background: white;
      font-size: 1em;
      font-family: sans-serif;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0,0,0,0.2);
      z-index: 1000;
      max-height: 50%;
      overflow: auto;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    th, td {
      text-align: left;
      vertical-align: top;
      padding: 6px 10px;
      border-bottom: 1px solid #ccc;
    }
    th {
      background: #f2f2f2;
    }
    input.coord-field {
      width: 100%;
      font-family: monospace;
      font-size: 0.95em;
      padding: 4px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: #f9f9f9;
    }

  #impressum {
    position: absolute;
      bottom: 20px;
      right: 5px;
      z-index: 2000;
      background: white;
      font-size: 0.8em;
      font-family: sans-serif;
      padding: 15px;
}

  .tile-ui {
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    background: #fff;
    padding: 10px;
    border: 1px solid #999;
    font-size: 0.9em;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    max-width: 320px;
    z-index: 1000;
  }

  .tile-ui label {
    display: block;
    margin-bottom: 0.5em;
  }

  .tile-info {
    line-height: 1.4em;
  }

    #wktInput {
      z-index: 1000;
      width: 100%;
      height: 20%;
      bottom: 75%;
      font-family: monospace;
      font-size: 14px;
      padding: 10px;
      box-sizing: border-box;
    }
    #buttonContainer {
      position: fixed !important;
      text-align: right;
      bottom: 2%;
      right: 200px;
      z-index: 1001;
    }

    #map_wkt {
      width: 100%;
      height: 75%;
    }
