.kartendarstellung {
  font-family: "Source Sans 3";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  margin-top: 0px;
  width: 100%;
  height: 600px;
}
#GoogleMaps {
  height: 100%;
}
.SuchErgebnis {
  font-family: "Source Sans 3";
  margin-top: 12px;
  margin-left: 50px;
  width: 380px;
  max-height: 380px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.SuchErgebnis .verlauf-u {
  display: none;
}
.SuchErgebnis .rectangle-intro {
  padding: 20px;
  font-size: 16px;
}
.SuchErgebnis .rectangle-intro h2 {
  font-size: 18px;
}
.SuchErgebnis .rectangle-intro .intro-symbols {
  margin-top: 10px;
}
.SuchErgebnis .rectangle-intro .intro-symbols div img {
  margin-right: 15px;
  position: relative;
  top: 5px;
  margin-bottom: 7px;
}
.SuchErgebnis .rectangle-search-result {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
.SuchErgebnis .rectangle-search-result .one-search-result {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px 0;
  cursor: pointer;
}
.SuchErgebnis .rectangle-search-result .one-search-result:hover {
  background-color: #f5f5f5;
}
.SuchErgebnis .rectangle-search-result .one-search-result .verlauf-r {
  display: none;
}
.SuchErgebnis .rectangle-search-result .one-search-result .house {
  width: 48px;
  height: 24px;
  display: table-cell;
}
.SuchErgebnis .rectangle-search-result .one-search-result .house:hover {
  background-color: #f5f5f5;
}
.SuchErgebnis .rectangle-search-result .one-search-result .house img {
  position: relative;
  top: 0px;
  left: 10px;
  width: 60%;
}
.SuchErgebnis .rectangle-search-result .one-search-result span.title {
  display: table-cell;
  vertical-align: text-top;
  padding-top: 10px;
}
.SuchErgebnis .rectangle-search-result .one-search-result span.city {
  display: block;
  margin-left: 48px;
  margin-bottom: 12px;
}
.SuchErgebnis .map-marker {
  width: 24px;
  height: 31px;
  font-size: 30.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.SuchErgebnis .map-marker.map-marker-grey {
  width: 40px;
  height: 40px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: 7px !important;
}
.gm-style {
  font: 400 16px "Source Sans 3";
}
.SuchErgebnisDetail {
  width: 380px;
  height: 350px;
  background-color: #ffffff;
}
.SuchErgebnisDetail .detail-information {
  position: relative;
}
.SuchErgebnisDetail .detail-information .verlauf-u {
  display: none;
}
.SuchErgebnisDetail .detail-information .space span {
  color: #fff;
  position: relative;
}
.SuchErgebnisDetail .detail-information .space span.report {
  display: block;
  width: 300px;
  height: 54px;
  border-radius: 8px;
  background-color: var(--red);
  padding: 6px 20px 2px 20px;
  margin: 0 0 20px 20px;
}
.SuchErgebnisDetail .detail-information .space span.report img {
  position: relative;
  margin-right: 32px;
  top: 3px;
  left: 10px;
}
.SuchErgebnisDetail .detail-information .space span.report span {
  color: #fff;
  position: relative;
  top: 4px;
}
.SuchErgebnisDetail .detail-information span.gelb span {
  color: #000 !important;
}
.SuchErgebnisDetail .detail-information .basic {
  padding: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}
.SuchErgebnisDetail .detail-information .basic h2 {
  font-size: 18px;
}
.SuchErgebnisDetail .detail-information .basic .phone {
  margin-bottom: 4px;
}
.SuchErgebnisDetail .detail-information .basic .phone img {
  width: 25px;
  translate: 0 -3px;
}
.SuchErgebnisDetail .detail-information .basic .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.SuchErgebnisDetail .detail-information .basic .mail img {
  width: 25px;
  translate: 0 8px;
}
.SuchErgebnisDetail .detail-information .basic .mail a {
  padding-top: 2px;
}
.SuchErgebnisDetail .detail-information .basic .www {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.SuchErgebnisDetail .detail-information .basic .www img.icon-globe {
  width: 25px !important;
  translate: 0 8px;
}
.SuchErgebnisDetail .detail-information .basic .www a {
  display: block;
  width: 280px;
  padding-top: 2px;
}
.SuchErgebnisDetail .detail-information .info-text {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  white-space: pre-line;
}
.SuchErgebnisDetail .detail-information .features {
  margin: 20px;
}
.ZurueckZuDenSuchErgebnissen {
  border-radius: 6px;
  background-color: black;
  width: 380px;
  color: #fff;
  padding: 6px 0;
  margin-left: 50px;
  cursor: pointer;
}
.ZurueckZuDenSuchErgebnissen img {
  position: relative;
  margin-right: 10px;
  margin-left: 20px;
}
.SuchLeiste {
  margin-left: 50px;
  margin-top: 25px;
}
.SuchLeiste .rectangle-eingabe input {
  position: relative;
  width: 380px;
  height: 50px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 4px 50px 4px 20px;
  z-index: 1;
  border: 1px solid black;
}
.SuchLeiste .rectangle-eingabe img.icon-search {
  position: absolute;
  top: 42px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.SuchLeiste .rectangle-eingabe img.icon-close {
  position: absolute;
  top: 45px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
}
.SuchLeiste .rectangle-range-select {
  border-radius: 8px;
  background-color: black;
  color: #fff;
}
.SuchLeiste .rectangle-range-select .select-box {
  margin-bottom: 10px;
}
.SuchLeiste .rectangle-range-select .select-box select {
  color: #000;
  width: 100%;
  height: 37px;
}
.SuchLeiste .rectangle-range-select legend {
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding-top: 10px;
}
.SuchLeiste .rectangle-range-select legend input[type=checkbox] {
  margin-left: 20px;
  margin-bottom: 10px;
}
.SuchLeiste .rectangle-range-select legend label {
  margin-left: 6px;
  cursor: pointer;
}
.features img {
  margin-right: 8px;
}
.gm-style img {
  max-width: auto !important;
}
img.icon-globe {
  width: 12px !important;
  height: 12px !important;
}
#ListenDarstellung {
  font-family: "Source Sans 3";
  margin-top: 40px;
  max-width: 1100px;
  border-bottom: 1px solid #d1d1d1;
}
#ListenDarstellung select {
  width: 300px;
  display: inline-block;
  margin-bottom: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px 32px 12px 16px;
  font-size: 17px;
}
#ListenDarstellung .listenbox:after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath d='M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
}
#ListenDarstellung .detail-open {
  background-color: #f5f5f5;
}
#ListenDarstellung .detail-open .listenbox:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#ListenDarstellung .detail-close .listenbox:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#ListenDarstellung .fhnset {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#ListenDarstellung .fhnset .SuchErgebnisDetail {
  height: auto;
  width: auto;
  margin-top: 20px;
}
#ListenDarstellung .fhnset .SuchErgebnisDetail .detail-information {
  overflow: hidden;
}
#ListenDarstellung .fhnset .SuchErgebnisDetail .detail-information .space {
  position: relative;
  left: -30px;
}
#ListenDarstellung .fhnset .SuchErgebnisDetail .detail-information .space span.report img {
  top: 1px;
}
#ListenDarstellung .fhnset .SuchErgebnisDetail .detail-information .space span.report span {
  top: 3px;
}
#ListenDarstellung .fhnset .listenbox {
  cursor: pointer;
}
#ListenDarstellung .fhnset .listenbox .house {
  width: 80px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#ListenDarstellung .fhnset .listenbox .house img {
  position: relative;
  top: 0px;
  left: 20px;
  height: 40px;
  width: 40px;
}
#ListenDarstellung .fhnset .listenbox .title {
  padding-top: 7px;
  font-weight: 700;
}
#ListenDarstellung .fhnset .listenbox .city {
  padding-top: 7px;
}
#ListenDarstellung .detail-information {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
.kartendarstellung {
    width: 100% !important;
    height: 600px;
}
}
@media screen and (max-width: 768px) {
img.icon-search {
    top: 32px !important;
}
.SuchLeiste {
    margin-left: 10px !important;
    margin-top: 15px;
}
.SuchErgebnis {
    margin-top: 12px;
    margin-left: 10px !important;
}
}
@media screen and (max-width: 576px) {
.kartendarstellung {
    display: none;
}
#ListenDarstellung .listenbox .city {
    padding-left: 100px;
}
}