<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.col-4 {
  width: 32.533333%;
}

.col-8 {
  width: 65.066666%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**
responsive part
  */
/**
responsive part tablet
  */
/**
responsive part smartphone
  */
@media only screen and (max-width: 550px) {
  .col-12, .col-8, .col-4 {
    width: 100%;
  }
}
.lSAction .lSNext {
  right: 10px;
}
.lSAction .lSPrev {
  left: 10px;
}
.lSAction &gt; a {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #949799;
  opacity: 0.5;
  transition: 0.5s opacity;
}
.lSAction &gt; a:hover, .lSAction &gt; a:focus, .lSAction &gt; a:active {
  opacity: 1;
}

.form-wrap {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 999999;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
.form-wrap.show {
  display: flex;
}

.form-inner-wrap {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  padding: 10px;
  position: relative;
}
.form-inner-wrap h3 {
  color: #F29222;
  margin-bottom: 15px;
}
.form-inner-wrap input, .form-inner-wrap select, .form-inner-wrap textarea {
  padding: 10px;
  border: none;
  font-size: 14px;
}
.form-inner-wrap input[type=submit] {
  background: #F29222;
  color: white;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.form-inner-wrap textarea {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
  height: 140px;
}
.form-inner-wrap input, .form-inner-wrap textarea, .form-inner-wrap select {
  background-color: #F2F2F2;
}
.form-inner-wrap form, .form-inner-wrap textarea {
  margin-bottom: 10px;
}
.form-inner-wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.form-inner-wrap .close span {
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
}

.request-form-inner-wrap {
  padding: 20px 10px 10px;
}

.form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-row.submit {
  justify-content: center;
}
.form-row &gt; * {
  width: 25%;
  margin-bottom: 10px;
}
.form-row .field-wrap {
  padding: 0 5px;
}
.form-row .field-wrap.textarea {
  width: 100%;
}
.form-row .field-wrap input, .form-row .field-wrap textarea, .form-row .field-wrap select {
  width: 100%;
}

.tx-host .back {
  text-align: left;
  margin-bottom: 25px;
}
.tx-host .back a {
  font-size: 13px;
  padding: 10px 13px 10px 23px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C6CACC;
  position: relative;
}
.tx-host .back a:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  border-top: 1px solid white;
  border-left: 1px solid white;
  left: 10px;
  top: 12px;
  width: 7px;
  height: 7px;
}
.tx-host picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.rating {
  height: 40px;
  text-align: left;
}
.rating &gt; span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  margin-right: 10px;
  height: 35px;
}
.rating &gt; span.active:before {
  content: "★";
  position: absolute;
  color: #F29222;
  font-size: 30px;
}

.search-bar {
  margin-bottom: 15px;
  background-color: #F2F2F2;
  width: 100%;
  padding: 23px;
  box-sizing: border-box;
}
.search-bar .search input::placeholder {
  color: #808080;
  font-style: italic;
}
.search-bar .search input:focus {
  outline: none;
}
.search-bar .search input {
  padding: 10px 21px;
  border: 0;
  font-size: 17px;
  background-color: rgba(198, 202, 204, 0.2);
  border-bottom: 2px solid rgba(149, 152, 154, 0.4);
  width: 190px;
}
.search-bar .search .submit input {
  background: #F29222;
  border: 0;
  color: white;
  padding: 10px;
  font-size: 19px;
  cursor: pointer;
}
.search-bar .search .search-form-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-bar .search .search-form-wrap .boxes {
  position: relative;
  display: block;
  margin: 1px;
}

.search-cat {
  margin-bottom: 15px;
}
.search-cat ul {
  display: flex;
  flex-wrap: wrap;
}
.search-cat li {
  margin: 5px 2px;
}
.search-cat li:first-child {
  margin-left: 0;
}
.search-cat li:last-child {
  margin-right: 0;
}
.search-cat li.active a {
  background-color: #F29222;
}
.search-cat li a {
  font-size: 13px;
  padding: 13px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C6CACC;
}
.search-cat .mobile-filter-outerWrap {
  display: none;
}
.search-cat .filter-outerWrap {
  display: block;
}

.outer-img-wrap {
  overflow: hidden;
  position: relative;
}
.outer-img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s all;
}

.outer-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow: hidden;
}
.outer-item-wrap &gt; * {
  width: 50%;
}

.outer-text-wrap {
  text-align: left;
  padding: 35px;
  background-color: #F2F2F2;
  position: relative;
}
.outer-text-wrap .details {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
}
.outer-text-wrap p, .outer-text-wrap div, .outer-text-wrap a {
  text-align: left;
}
.outer-text-wrap p {
  margin: 10px 0;
  font-size: 18px;
}
.outer-text-wrap a {
  background: #F29222;
  color: white;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.outer-text-wrap h3 {
  color: #F29222;
  font-size: 24px;
  word-wrap: break-word;
}
.outer-text-wrap .inner-price-wrap .hint {
  margin-top: 0;
}
.outer-text-wrap .price-outer {
  font-family: Raleway, sans-serif;
  margin-bottom: 0;
  line-height: 1.1;
}
.outer-text-wrap .price-outer .price {
  font-size: 36px;
  color: #F29222;
  margin: 0 10px;
}
.outer-text-wrap .main-price-wrap {
  border-top: 1px solid rgba(149, 152, 154, 0.4);
  border-bottom: 1px solid rgba(149, 152, 154, 0.4);
  margin: 25px 0 20px;
  padding: 10px 0;
}
.outer-text-wrap .main-category-wrap {
  display: flex;
  flex-wrap: wrap;
}
.outer-text-wrap .main-category-wrap .category {
  font-size: 12px;
  padding: 12px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C6CACC;
  margin-right: 2px;
  margin-bottom: 2px;
}
.outer-text-wrap .more {
  margin-top: 10px;
}
.outer-text-wrap .address p {
  font-size: 14px;
}
.outer-text-wrap .address p span {
  padding-left: 25px;
}
.outer-text-wrap .address a {
  background: transparent;
  color: unset;
  padding: 0;
  display: inline-block;
}

.hint {
  color: rgba(149, 152, 154, 0.4);
  font-size: 12px !important;
}

div {
  box-sizing: border-box;
}

.search .submit input {
  background: #F29222;
  color: white;
  cursor: pointer;
}

.error {
  margin-bottom: 30px;
}

/**
detail-view
  */
.detailView {
  /**
  sideBar
   */
}
.detailView p {
  text-align: left;
}
.detailView h1 {
  color: #F29222;
  font-size: 24px;
  text-align: left;
}
.detailView h3 .category {
  font-size: 12px;
  padding: 8px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C6CACC;
  margin-left: 10px;
  top: -5px;
  position: relative;
}
.detailView h4 {
  color: #F29222;
  text-align: left;
  font-size: 20px;
}
.detailView .read-more {
  color: #C6CACC;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.detailView .read-more span {
  padding: 5px 5px 5px 0;
}
.detailView .read-more .less {
  display: none;
}
.detailView .object.open .read-more .less {
  display: block;
}
.detailView .object.open .read-more .more {
  display: none;
}
.detailView .object.open .outer-text-wrap {
  transform: scale(1.05);
  transition-delay: 0s;
}
.detailView .object.open .shadow {
  box-shadow: 0 0 100px -15px rgba(0, 0, 0, 0.5294117647);
}
.detailView .object.open .details {
  left: 99%;
  box-shadow: 0 0 100px -15px rgba(0, 0, 0, 0.5294117647);
  transition: 0.5s all;
  transition-delay: 0.5s;
}
.detailView .object.open .outer-img-wrap:before {
  background-color: rgba(0, 0, 0, 0.8);
  transition-delay: 0.5s;
}
.detailView .outer-text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0;
  transform: scale(1);
  transition: 0.5s all;
  transition-delay: 0.5s;
}
.detailView .outer-text-wrap .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5294117647);
  transition: 0.5s all;
}
.detailView .outer-text-wrap .inner-text-wrap {
  position: relative;
  z-index: 3;
  background-color: #F2F2F2;
  padding: 35px;
  width: 100%;
}
.detailView .outer-text-wrap .details {
  transition: 0.5s left;
  transition-delay: 0s;
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: 1;
  padding-right: 30px;
  padding-left: 10px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5294117647);
}
.detailView .main-price-wrap {
  border-bottom: none;
}
.detailView .teaser p {
  margin: 1em 0;
}
.detailView .object {
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.detailView .details {
  padding: 30px 15% 30px 0;
}
.detailView .details h3 {
  color: #95989A;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  right: -25px;
}
.detailView .details h3:before {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/info.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  left: -25px;
  top: -2px;
}
.detailView .details table {
  border-spacing: 0;
}
.detailView .details td {
  padding: 10px 0;
  border-bottom: 1px solid #95989A;
  font-size: 12px;
}
.detailView .sideBar p {
  margin: 3px 0;
}
.detailView .sideBar p.phone {
  position: relative;
  padding-left: 30px;
}
.detailView .sideBar p.phone:before {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/telefon.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.detailView .sideBar p.fax {
  position: relative;
  padding-left: 30px;
}
.detailView .sideBar p.fax:before {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/fax.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.detailView .sideBar p.email {
  position: relative;
  padding-left: 30px;
}
.detailView .sideBar p.email:before {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/mail.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.detailView .sideBar h4 {
  margin-bottom: 13px;
}
.detailView .sideBar .box {
  background-color: #F2F2F2;
  margin-bottom: 30px;
  padding: 30px;
}
.detailView .sideBar .box .section {
  border-bottom: 1px solid #95989A;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.detailView .sideBar .box .section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.detailView .sideBar .button {
  margin-bottom: 10px;
}
.detailView .sideBar .button.request {
  position: relative;
}
.detailView .sideBar .button.request:after {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/anfrage.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.detailView .sideBar .button.plan-route {
  position: relative;
}
.detailView .sideBar .button.plan-route:after {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/route.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.detailView .sideBar .button.website {
  position: relative;
}
.detailView .sideBar .button.website:after {
  content: "";
  background-image: url(/fileadmin/layout/img/icons/website.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.detailView .sideBar .button:last-child {
  margin-bottom: 0;
}
.detailView .sideBar .button &gt; * {
  cursor: pointer;
  padding: 15px;
  display: block;
  color: white;
  background-color: #F29222;
}
.detailView .sideBar ul {
  text-align: left;
}
.detailView .sideBar ul li {
  padding: 5px 0;
  padding-left: 30px;
  position: relative;
}
.detailView .sideBar ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url(/fileadmin/layout/img/icons/done.svg);
}

.inner-object-wrap {
  background-color: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
}
.inner-object-wrap &gt; * {
  width: 50%;
}

/**
responsive part
  */
/**
responsive part tablet
  */
/**
responsive part smartphone
  */
@media only screen and (max-width: 600px) {
  .outer-item-wrap &gt; * {
    width: 100%;
  }
  .search-bar .search .boxes {
    width: 100%;
  }
  .search-bar .search input {
    width: 100%;
  }
  .search-cat .mobile-filter-overlay.active {
    position: fixed;
    display: flex;
  }
  .search-cat .mobile-filter-overlay.active .mobile-filter-wrap {
    padding: 20px;
  }
  .search-cat .mobile-filter-overlay.active .mobile-filter-wrap ul {
    padding-top: 20px;
  }
  .search-cat .mobile-filter-overlay.active .mobile-filter-wrap ul li {
    width: 100%;
  }
  .search-cat .mobile-filter-overlay.active .mobile-filter-wrap ul li a {
    width: 100%;
  }
  .search-cat .mobile-filter-overlay.active .mobile-filter-wrap .close {
    top: 0;
  }
  .search-cat .mobile-filter-overlay.no-active {
    display: none;
  }
  .search-cat .mobile-filter-overlay .mobile-filter-close {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .search-cat .mobile-filter-overlay .mobile-filter-close span {
    width: 100%;
    height: 100%;
    display: flex;
    transform: rotate(45deg);
    justify-content: center;
    align-items: center;
    font-size: 3.5em;
    color: rgb(255, 255, 255);
  }
  .search-cat .filter-outerWrap {
    display: none;
  }
  .search-cat .mobile-filter-outerWrap {
    display: block;
  }
  .search-cat .mobile-filter-outerWrap .mobile-filter-input li {
    display: none;
  }
  .search-cat .mobile-filter-outerWrap .mobile-filter-input li.active {
    display: block;
    width: 100%;
  }
  .search-cat .mobile-filter-input li {
    list-style: none;
  }
  .search-cat .mobile-filter-input li a {
    width: 100%;
  }
  .tx-host .detailView .object.open .inner-object-wrap .details {
    left: 0;
    top: 99%;
    width: 100%;
    height: 80%;
  }
  .tx-host .detailView .object .inner-object-wrap {
    display: block;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-detail-wrap {
    width: 100%;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-detail-wrap .details {
    padding: 20px;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-img-wrap {
    width: 100%;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-img-wrap .item img {
    width: 100%;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-text-wrap {
    width: 100%;
  }
  .tx-host .detailView .object .inner-object-wrap .outer-text-wrap .inner-text-wrap {
    width: 100%;
  }
  .tx-host .detailView .object .inner-object-wrap .details {
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s all;
  }
  .tx-host .detailView .request-form h3 {
    width: 90%;
    text-align: left;
    padding-left: 5px;
  }
  .tx-host .detailView .request-form form {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 80vh;
  }
  .tx-host .detailView .request-form form .form-row input {
    width: 100%;
  }
  .tx-host .detailView .request-form form .form-row .field-wrap {
    width: 100%;
  }
  .tx-host .items .main-price-wrap .address span {
    padding: 0px;
    display: block;
  }
}

/*# sourceMappingURL=default_host.css.map */
</pre></body></html>