@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.btn {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.btn-primary {
  background-color: #d90812 !important;
  border-color: #d90812 !important;
  padding: 10px 20px;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #d90812 !important;
  border-color: #d90812 !important;
}
.table tr:first-child td {
  border-top: 0;
}
.btn-route {
  padding: 6px 10px;
}
.btn-round {
  border-radius: 10px;
}
.p-t-30 {
  padding-top: 30px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-60 {
  margin-top: 60px;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.small {
  font-size: 13px;
}
h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
h1.title {
  margin-top: 30px;
  font-size: 2.75rem;
}
h2.title {
  font-size: 2.5rem;
}
.s-lh {
  line-height: 2rem;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  text-transform: uppercase;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
  margin: 30px 0 30px 0;
}
h1.subtitle,
h2.subtitle,
h3.subtitle,
h4.subtitle,
h5.subtitle {
  text-transform: none;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
hr {
  display: block;
  margin: 30px auto;
  margin-bottom: 40px;
  width: 50px;
  border: 1px solid #d90812;
}
.download-list {
  display: flex;
}
.download-list .download-item .download-item-wrapper {
  height: 100%;
  background-color: #efefef;
}
.download-list .download-item .download-item-wrapper:hover {
  background-color: #d90812;
}
.download-list .download-item .download-item-wrapper:hover a {
  color: #ffffff;
}
.download-list .download-item .download-item-wrapper:hover .headline {
  border-bottom-color: #ffffff;
}
.download-list .download-item .download-item-wrapper a {
  display: block;
  padding: 15px;
  color: #000000;
}
.download-list .download-item .download-item-wrapper .headline {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#search-filternav .input-group {
  display: block;
}
#search-filternav .input-group .input-group-btn {
  width: 100%;
  display: block;
}
#search-filternav .input-group .form-control {
  display: block;
  float: none;
}
#search-filternav label {
  font-weight: bold;
}
#search-filternav .btn-primary {
  width: 100%;
}
.btn-select {
  min-width: 125px;
}
.filter-navigation select,
.filter-navigation input[type=text] {
  height: 42px;
  transition: background-color 0.15s;
  min-width: 150px;
}
.filter-navigation select:hover,
.filter-navigation input[type=text]:hover {
  background-color: #efefef;
}
.filter-navigation select:focus,
.filter-navigation input[type=text]:focus {
  background-color: #efefef;
}
.filter-navigation h3 {
  margin-bottom: 30px;
}
.filter-navigation .btn-show-search {
  border-radius: 0;
  padding: 10px 15px;
  background-color: #efefef;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  transition: background-color 0.25s linear;
}
.filter-navigation .btn-show-search:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.filter-navigation .list-group {
  margin-bottom: 0;
}
.filter-navigation .list-group .list-group-item {
  border: 1px solid #ccc;
  border-radius: 0;
}
.filter-navigation .main .btn-primary {
  border-radius: 0;
}
.filter-navigation .additional {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  margin-left: 0;
  margin-right: 1px;
  transition: all 0.2s;
}
.filter-navigation .additional label {
  font-size: 1.25rem;
  font-weight: normal;
}
.filter-navigation .additional select,
.filter-navigation .additional input[type=text] {
  position: relative;
  height: 35px;
  border-width: 0 0 1px 0;
  border-style: solid solid dashed  solid;
}
.filter-navigation .additional .formatted-element {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  z-index: 55;
  background-color: white;
  border-bottom: 1px dashed #efefef;
}
.filter-navigation .additional.wohnung,
.filter-navigation .additional.haus,
.filter-navigation .additional.gewerbe,
.filter-navigation .additional.grundstueck,
.filter-navigation .additional.sonstige {
  display: none;
}
.alert {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group {
  position: relative;
}
.form-group label.error {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff0000;
  font-size: 12px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.checkbox label.error {
  color: #ff0000;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 15px;
}
.map {
  height: 300px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: black;
}
body.no-overflow {
  overflow: hidden;
}
body.no-overflow #request-form-wrapper {
  overflow-y: auto;
}
#page-689 #main #request-form-wrapper {
  position: static;
  display: block;
  left: 0;
  height: auto;
  overflow: visible;
  box-shadow: none;
}
#page-689 #main #request-form-wrapper .slide-arrow,
#page-689 #main #request-form-wrapper .close-cross {
  display: none;
}
#page-122 #stage .stage-img {
  height: 120px;
}
.relative {
  position: relative;
}
.mb-3 {
  margin-bottom: 3rem;
}
a {
  color: #d90812;
}
a:hover {
  color: #a8060e;
  text-decoration: none;
}
.placeholder-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 15;
  line-height: 41px;
  padding-top: 1px;
  padding-left: 13px;
  background-color: #AAA;
  width: 75%;
}
#header {
  position: fixed;
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
  z-index: 10;
}
#header #logo img {
  margin: 15px;
  height: 80px;
}
#header #object-number-search {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: transparent;
}
#header #object-number-search input[type=text] {
  background-color: #AAA;
  border-color: #AAA;
  color: #ffffff;
}
#header #object-number-search input[type=text]::-webkit-input-placeholder,
#header #object-number-search input[type=text]:-moz-placeholder,
#header #object-number-search input[type=text]::-moz-placeholder,
#header #object-number-search input[type=text]:-ms-input-placeholder {
  color: #ffffff !important;
}
#header #mobile-toggle {
  position: absolute;
  right: 15px;
  top: 35px;
  font-size: 30px;
  cursor: pointer;
  color: #d90812;
}
#header #main-navigation {
  display: none;
  background-color: #ffffff;
  font-size: 16px;
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 109px;
  z-index: 25;
}
#header #main-navigation ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
#header #main-navigation ul.level-2 {
  display: none;
  border-top: 1px solid #efefef;
}
#header #main-navigation li {
  position: relative;
}
#header #main-navigation li.level-1 {
  border-bottom: 1px solid #efefef;
}
#header #main-navigation li.level-1:last-child {
  border: 0;
}
#header #main-navigation li.level-1.active {
  border-bottom: 3px solid black;
}
#header #main-navigation li.level-2 a {
  padding-left: 30px;
}
#header #main-navigation li.level-2:last-child {
  padding-bottom: 0;
}
#header #main-navigation a {
  color: #d90812;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  width: 80%;
  white-space: nowrap;
}
#header #main-navigation a:hover,
#header #main-navigation a:active {
  text-decoration: none;
}
#header #main-navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  color: #000000;
  cursor: pointer;
  border-left: 1px solid #efefef;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
#stage {
  position: relative;
  height: auto;
  z-index: 0;
}
#stage .stage-img {
  height: 330px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#stage .container {
  position: relative;
}
#stage .object-search-block {
  position: absolute;
  top: 45px;
  width: 230px;
  left: 50%;
  margin-left: -100px;
  background: rgba(217, 8, 18, 0.8);
  padding: 20px 40px 30px 0;
  height: 205px;
  z-index: 2;
}
.lt-ie9 #stage .object-search-block {
  background: transparent;
  filter: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  zoom: 1;
}
#stage .object-search-block .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#stage .object-search-block .title:before {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-right: 40px solid #d90812;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  border-top: 40px solid transparent;
  top: 0;
  left: -40px;
  position: absolute;
}
#stage .object-search-block .title:after {
  content: '';
  width: 40px;
  height: 165px;
  position: absolute;
  left: -40px;
  bottom: 0;
  background: rgba(217, 8, 18, 0.8);
}
.lt-ie9 #stage .object-search-block .title:after {
  background: transparent;
  filter: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  zoom: 1;
}
#stage .object-search-block hr {
  width: 15%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#stage .object-search-block .form-group {
  margin-bottom: 5px;
}
#stage .object-search-block .form-group .form-control {
  font-size: 14px;
}
#stage .object-search-block .btn-stage {
  background-color: transparent;
  width: 100%;
  border-color: #ffffff;
  font-size: 16px;
  color: #ffffff;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#stage .stage-text {
  font-size: 26px;
  color: #ffffff;
  position: relative;
  text-align: center;
  left: 0;
  bottom: 55px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 2.0rem;
}
.stage-contact-wrapper {
  border-bottom: 1px solid #efefef;
}
#contact-stage {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-size: 1.75rem;
}
#contact-stage .small {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
.search-objectnr {
  margin-bottom: 30px;
}
.search-objectnr input {
  height: 42px;
}
.no-overflow {
  overflow: hidden;
  height: 100%;
}
#main {
  left: 0;
  transition: left 0.5s linear;
  padding-top: 110px;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5 {
  text-align: left;
}
.headline h1.title {
  margin-top: 60px;
  font-size: 2.75rem;
}
.headline h2.title {
  font-size: 1.75rem;
}
.home-block-item a {
  color: #000000;
}
.home-block-item a:hover,
.home-block-item a:focus {
  text-decoration: none;
}
.home-block-item .info-block {
  padding: 15px 15px 45px 15px;
}
.home-block-item .info-block .more-info {
  font-weight: 600;
  color: #d90812;
}
.search-objectnr button.btn-primary {
  border-radius: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.grey-bg {
  background-color: #efefef;
}
.white-bg {
  background-color: #ffffff;
}
.phone-icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  left: 0;
}
#footer .box {
  border: 1px solid #000000;
  display: inline-block;
  width: 80px;
  height: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
#footer .box .fa {
  font-size: 40px;
  padding-top: 10px;
}
#footer .box .fa.phone-icon {
  padding-left: 7px;
  padding-top: 7px;
}
#footer .box:before {
  content: "";
  border-right: 1px solid #000000;
  z-index: 3;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -10px;
  left: -10px;
  background: #ffffff;
  width: 20px;
  height: 20px;
}
#footer .box a i {
  color: #000000;
}
#footer .big {
  font-weight: 700;
}
#footer .footer-content {
  margin-bottom: 30px;
}
#footer .copyright {
  margin-top: 15px;
}
#footer #footer-navigation {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  background-color: #d90812;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  min-height: 47px;
}
#footer #footer-navigation li {
  display: inline-block;
}
#footer #footer-navigation li a {
  color: #ffffff;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 30px;
}
#footer #footer-navigation:before {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-right: 47px solid #d90812;
  border-top: 47px solid transparent;
  top: 0;
  left: -47px;
  position: absolute;
}
#footer #footer-navigation:after {
  width: 40px;
  height: 72px;
  position: absolute;
  left: -40px;
  bottom: 0;
  background-color: #d90812;
}
.semi-bold {
  font-weight: 600;
}
.attachment_count {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-image {
  margin: 0 auto;
}
.back-link {
  display: inline-block;
  margin-bottom: 15px;
}
.immo-list-row {
  display: flex;
  flex-flow: row wrap;
  margin-top: 60px;
}
.immo-list-row .list-item-wrapper {
  padding: 0 15px 15px 15px;
  border-bottom: 1px dashed #AAA;
  height: 100%;
}
.immo-list-row .list-item-wrapper:hover {
  background-color: #efefef;
}
.immo-list-row .item {
  min-height: 100px;
  margin-bottom: 30px;
  padding: 0 15px 15px 15px;
}
.immo-list-row .item a {
  color: black;
}
.immo-list-row .item a:hover {
  text-decoration: none;
}
.immo-list-row .item h2,
.immo-list-row .item h3 {
  margin: 5px 0;
}
.immo-list-row .item h2 {
  font-size: 2.0rem;
}
.immo-list-row .item h3 {
  font-size: 1.75rem;
}
.immo-list-row .item .image {
  position: relative;
  background-color: #efefef;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.immo-list-row .item .info-block {
  text-align: center;
  position: relative;
  min-height: 100px;
}
.immo-list-row .item .info-block .info {
  padding-top: 15px;
  color: #d90812;
}
.immo-list-row .search-request {
  background-color: #efefef;
  text-align: center;
}
.immo-list-row .search-request .text {
  padding: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: #AAA;
  opacity: 1.0;
}
.owl-theme .owl-controls .owl-page span {
  background: #AAA;
}
.owl-theme .owl-controls {
  margin-top: 35px;
}
#immo-list .immo-item {
  text-align: center;
}
#immo-list .immo-item.item {
  border-right: 1px solid #efefef;
}
#immo-list .immo-item a {
  color: #000000;
}
#immo-list .immo-item .image {
  background-color: black;
  width: auto;
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
}
#immo-list .immo-item .info {
  width: 20px;
  height: 20px;
  font-size: 1.0rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 3px;
  padding-left: 3px;
  background-color: #d90812;
  color: #ffffff;
  border-radius: 50%;
}
.m-t-45 {
  margin-top: 45px;
}
section.content {
  margin: 30px 0;
}
#detail-page-content h1,
#detail-page-content h2,
#detail-page-content h3 {
  text-align: left;
}
#detail-page-content h3 {
  margin-top: 0;
}
#detail-page-content .section {
  margin-bottom: 15px;
}
#detail-page-content .item {
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #EBEBEB;
  min-height: 30px;
}
#detail-page-content .title-image {
  position: relative;
}
#detail-page-content .title-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-height: 250px;
  background-color: #EBEBEB;
  margin-bottom: 15px;
}
#detail-page-content .gallery-img {
  display: inline-block;
  height: auto;
  width: 150px;
  max-width: 29%;
  background-color: #EBEBEB;
  margin: 5px;
  padding: 5px;
  border: 1px solid #EBEBEB;
}
#detail-page-content .gallery-img:hover {
  background-color: transparent;
}
#request-form.detail-page {
  margin-top: 60px;
}
#request-form.detail-page h2,
#request-form.detail-page h3 {
  text-align: left;
}
#request-form .info-caption {
  display: block;
  margin-bottom: 15px;
}
#request-form .list-group .list-group-item {
  border-radius: 0;
  background-color: #efefef;
  border-color: #ffffff;
}
#request-form-wrapper {
  position: absolute;
  left: -100%;
  width: 100%;
  transition: left 0.3s linear;
  height: 0;
  overflow-y: hidden;
  border-bottom: 2px solid #d90812;
  box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.5);
}
#request-form-wrapper .container {
  position: relative;
}
#request-form-wrapper.detail-page {
  position: static;
  left: 0;
  height: auto;
  box-shadow: none;
}
#request-form-wrapper.detail-page .slide-arrow {
  display: none;
}
#request-form-wrapper.detail-page .close-cross {
  display: none;
}
#request-form-wrapper.slide {
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 125px;
  height: calc(100% - 125px);
  width: 100%;
}
#request-form-wrapper.slide .slide-arrow {
  display: inline-block;
  cursor: pointer;
  margin: 30px 0;
  color: #d90812;
}
#request-form-wrapper.slide .close-cross {
  text-align: right;
  font-size: 1.5rem;
  color: #353535;
  cursor: pointer;
}
.red-badge {
  background-color: #d90812;
}
.request-info-block {
  padding-top: 5px;
  margin-bottom: 15px;
}
.pagination-wrapper {
  min-height: 1px;
}
.pagination {
  display: block;
  margin: 0;
  background-color: #AAA;
  float: right;
}
.pagination li a {
  background-color: #AAA;
  border: 0;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #efefef !important;
  border: 0;
  color: #AAA !important;
}
.legend {
  padding-top: 15px;
}
figure picture {
  display: block;
  margin-bottom: 15px;
}
.remove-detail:hover {
  cursor: pointer;
}
#routing-form {
  margin-top: 30px;
}
.btn-cta {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
