* {
  margin: 0;
  padding: 0;
  font-family: "Arial";
  font-weight: 300;
  line-height: 20px;
  border: 0px dashed #ccc;
  color: #555;
  background-color: transparent;
  box-sizing: border-box;
}

body {
  width: 97%;
  height: 100%
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.col1 {
  grid-column: 1;
  grid-row: auto;
}
.col1s {
  grid-column: auto / span 2;
  height: 3px;
  border-bottom: 1px dashed #aaa;
}

div.whglstdata ul {
  display: block;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

div.whglstdata ul li {
  display: block;
  text-align: right;
}

@media only screen and (min-width: 801px) {
  #apartner div.apdata {
    grid-template-columns: auto 200px 150px !important;
  }

  #impress {
    grid-template-columns: 50% 50% !important;
  }

  #impress div.imdata {
    grid-template-columns: 155px auto !important;
  }

  #impress div.imdata2 {
    grid-template-columns: 85px auto !important;
  }

  .col1 {
    grid-column: 1; grid-row: 1;
  }
  .col1s {
    grid-column: auto / span 7;
    height: 3px;
    border-bottom: 1px dashed #aaa;
  }

  div.whglstdata ul li {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
  }
}

h2, h1 {
  border-bottom: 1px dashed #aaa;
  color: #555;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 16pt;
  font-weight: 350;
}

p {
  margin-bottom: 10px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11pt;
}


p.about:first-letter {
 font-weight : bold;
 width : 1em;
 color : #555;
}

h3, h4, h5, h6 {
  color: #555;
  font-size: 13pt;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

ol, ul {
  padding-left: 50px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 11pt;
}

ol li, ul li {
  font-size: 11pt;
}

td {
  padding-bottom: 5px;
  font-size: 11pt;
}

table {
  margin-left: 10px;
}

.tdtxtbox {
  font-size: 11pt;
}

#cntRight {
  background-color: transparent;
  overflow: hidden;
}

.clr {
  clear: both;
}

.row0 {
  color: #000;
  background-color: #fff;
}

.row1 {
  color: #000;
  background-color: #F3F6FB;
  border-top: 1px dotted #222;
  border-bottom: 1px dotted #222;
}

table.wa {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 11pt;
}

table.wa thead {
  background-color: #d3d5ec;
  border-radius: 5px 5px 0 0;
}

table.wa thead tr {
  border-radius: 5px 5px 0 0;
}

table.wa tfoot {
  background-color: #d3d5ec;
  border-radius: 0 0 5px 5px;
}

table.wa tfoot tr {
  border-radius: 0 0 5px 5px;
}

table.wa tbody {
  background-color: #fff;
}

.top {
  vertical-align: top;
}

.rctl5 {
  border-radius: 5px 0 0 0;
}

.rctr5 {
  border-radius: 0 5px 0 0;
}

.rcbl5 {
  border-radius: 0 0 0 5px;
}

.rcbr5 {
  border-radius: 0 0 5px 0;
}

.lft {
  text-align: left;
}

.rgt {
  text-align: right;
}

.pdg1 {
  padding: 1px !important;
}

.pdg3 {
  padding: 3px;
}

.pdg3_btm {
  padding-bottom: 3px;
}

.pdg3_lft {
  padding-left: 3px;
}

.pdg3_rgt {
  padding-right: 3px;
}
.cnt {
  text-align: center;
}

a.lnk_detail {
  text-decoration: none;
}

a.lnk_detail:hover {
  text-decoration: underline;
}

.tfooter {
  color: #555;
  background-color: #d3d5ec;
  padding: 3px;
  text-align: center;
}

.tfooter ul {
  list-style: none;
  display: inline;
}

.tfooter ul li {
  list-style: none;
  display: inline;
}

.list-footer {
  display: inline;
}

ul.menu {
  list-style: none;
}

ul.menu ul {
  list-style: none;
  margin-left: 15px;
}

ul.menu a {
  color: #aaa;
  text-decoration: none;
}

ul.menu li a {
  height: 20px;
  width: 140px;
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 5px;
}

ul.menu li a:hover {
  border-left: 2px solid #aaa;
}

#current a {
  border-left: 2px solid #555;
}

#current a span {
  color: #333;
}

#current ul li a {
  border-left: 2px solid transparent;
}

#current ul li a span {
  color: #555;
}

#current ul li a:hover, ul.menu li.active ul li a:hover {
  border-left: 2px solid #aaa;
}

ul.menu li.active ul li a {
  border-left: 2px solid transparent;
}

div.search_box {
  margin: 0 auto;
  margin-top: 10px;
  width: 320px;
  color: #555;
  background-color: #F3F6FB;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 1px 3px 5px rgba(0,0,0,0.3);
}

div.search_box .f_buttons {
  text-align: right;
  padding: 10px 15px 10px 15px;
  background-color: #d3d5ec;
}

div.search_box .f_buttons .button {
  padding: 3px;
  color: #555;
  background-color: #F3F6FB;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

div.search_box .f_row, div.search_box .f_row_bottom {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #aaa;
}

div.search_box .f_row_bottom {
  border-bottom: 0px;
}

div.search_box .f_row label, div.search_box .f_row_bottom label {
  text-align: right;
  float: left;
  width: 155px;
  font-size: 11pt;
}

div.search_box .f_row .input_text, div.search_box .f_row_bottom .input_text {
  width: 105px;
  margin-right: 15px;
  margin-left: 15px;
  color: #555;
  background-color: #fff;
}

.frgt {
  float: right;
}

.fs9 {
  font-size: 9pt;
}

.fs10 {
  font-size: 10pt;
}

.fs11 {
  font-size: 11pt;
}

.fwb {
  font-weight: bold;
}

div.blog h2 {
  text-align: left !important;
  font-size: 12pt !important;
  border: 0 !important;
  padding-left: 10px;
}

div#wa_details {
  float: left;
}

div#wa_img {
  float: right;
}

div.wa_clear {
  clear: both;
}

ul.wohnungsangebot {
  width: 280px;
  margin: 0 0 15px 0 !important;
  padding: 0 0 0 10px !important;
}

ul.wohnungsangebot li {
  list-style: none;
  width: 270px;
  margin-bottom: 2px;
  padding-bottom: 0px;
}

ul.wohnungsangebot li h4
{ float: left;
  display: inline;
  width: 100px;
  font-weight: bold;
  font-size: 11pt !important;
  margin: 0px !important;
  padding: 0px !important;
}

ul.wohnungsangebot li ul {
  list-style: none;
  height: 100%;
  margin: 0px !important;
  margin-left: 101px !important;
  font-size: 10pt;
}

ul.wohnungsangebot li ul li {
  list-style: none;
  font-weight: normal;
  padding-bottom: 0px;
}

ul.wohnungsangebot p {
  clear: left;
  padding-top: 2px;
  font-size: 10pt;
}

a.backlink {
  border-top: 1px solid grey;
  padding: 5px;
  display: inline-block;
}

a.backlink:link, a.backlink:visited, a.backlink:active {
  text-decoration: none;
  color: #555;
}

a.backlink:hover {
  text-decoration: underline;
  color: #333;
}

img.list_img {
  margin-top: 2px;
  width: 50px;
  height: 35px;
}

img.wa_img {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

#map_con {
  border-top: 1px solid #5a5a5a;
  visibility: hidden;
  display: none;
  clear: both;
  padding-top: 5px;
  width: 555px;
  height: 350px;
  margin: 0 auto;
}

#map_canvas {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 550px;
  height: 345px
  overflow: auto;
}

#map_info {
  border-top: 1px solid #5a5a5a;
  visibility: hidden;
  display: none;
  clear: both;
  padding-top: 5px;
  width: 555px;
  height: 30px;
  margin: 0 auto;
}

#map_lnk_show {
  visibility: visible;
  display: inline;
}

#map_lnk_hide {
  visibility: hidden;
  display: none;
}

ul.pagination {
  margin: 0 !important;
  padding: 0 !important;
}

ul.pagination li {
  display: inline !important;
  margin-right: 10px;
}

div.list-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

div.list-footer div, div.list-footer ul {
  display: inline;
  margin-right: 10px;
}