/*PLZ-Eingabe*/
#mapcontainer {
  padding: 0;
  margin: 10px auto 0;
  height: 55vh;
  width: 90%;
  min-height: 350px;
}
#mapcontainer img{
  padding: 0px;
  float: left;
  width: 48%;
}

.gm-style-iw {
  width: 350px !important;
}

#infomap {
  overflow: hidden;
  width: 100%;
}
#infotxt {
  font-family: verdana,arial,sans-serif !important;
  font-size:10px !important;
  color: #333;
  float: right;
  width: 48%;
  height: auto;
  position: relative;
  text-align: center;
  overflow: auto;
  padding: 0 2px 0 5px;
}
#infotxt h6, #infotxt p {
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 7px;
}
#infotxt h6 {
  font-size: 13px;
}

/*ScrollTable*/
.mytable {
  border: 2px solid #4c819c;
  margin: 20px auto;
  padding: 0;
  width: 90%;
  font-family: verdana,arial,sans-serif;
  font-size:11px;
}
.mytable table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.tabheader {
  background:#4c819c;
  display: block;
  border-bottom: 1px solid #000;
  color:#fff;
}
.map_headtable .map_ascdesc {
  background: url("images/ascdesc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.map_headtable .map_asc {
  background: url("images/asc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.map_headtable .map_desc {
  background: url("images/desc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.map_headtable {
    width: auto;
}
.map_headtable th {
  box-sizing: border-box;
  border-right: 1px solid #999;
  padding: 8px 16px 8px 5px;
}
.map_headtable th:last-child {
    border: none;
}

.tabbody {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  color:#444;
}
.map_table {
    width: 100%;
}
.tabbody .map_table thead th {
  line-height: 0;
  padding: 0 8px;
  visibility: hidden;
}
.map_table td {
  background: papayawhip;
  padding: 8px;
  border-right: 1px solid #999;
  font-size: 1.2em;
}
.map_table td:last-child {
  text-align: center;
}
.map_table tbody tr {
  border-bottom: 1px solid #999;
}

.map_table td:last-child {
  border-right: 0;
}
.map_table a {
  color: #452A15;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .map_headtable th:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
  .map_headtable {
    width: 100%;
  }
  .map_headtable th {
    width: auto !important;
  }

  .map_table tbody tr {
    border-bottom: 3px solid #eee;
    display: block;
    margin-bottom: .625em;
  }
  .map_table td {
    border-bottom: 1px solid #eee;
    border-right: 0;
    display: block;
    font-size: 1em;
    text-align: right;
  }
  .map_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .map_table td:last-child {
    border-bottom: 0;
  }
  .map_table td:last-child {
    text-align: right;
  }
  .map_table thead {
    display: none;
  }
}