
/*==================================================
 * OVERWRITE / NOUISLIDER
 * ================================================*/
.noUi-horizontal {
  font-size: 16px;
  height: 24px;
  height: 1.500em;
}
.noUi-target {
  border: 0px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-connects {
  background-color: #dcdcde;
  height: 4px;
  height: 0.250em;
}
.noUi-connect {
  background-color: #E40045;
  border-radius: 2px;
  border-radius: 0.125em;
}
.noUi-handle {
  width: 24px !important;
  height: 24px !important;
  width: 1.500em !important;
  height: 1.500em !important;
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../Images/icons/rangeslider/touch-icon.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/rangeslider/touch-icon.png");
}
.noUi-horizontal .noUi-handle {
  top: -10px !important;
  top: -0.625em !important;
  right: -20px;
  right: -1.250em;
  background-size: 100%;
}
.noUi-horizontal .noUi-origin:last-child .noUi-handle {
  right: -2px;
  right: -0.125em;
}
.noUi-touch-area {
  cursor: pointer;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.nouislider .range-min-label,
.nouislider .range-max-label {
  color: #51505A;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
}
/* 1440px px */
@media all and (min-width: 90.000em) {
  .noUi-horizontal {
    font-size: 1.111vw;
  }
  .nouislider .range-min-label,
  .nouislider .range-max-label {
    font-size: 1.111vw;
  }
}



/*==================================================
 * PFIMMO / SERVICE / AUTOCOMPLETE
 * ================================================*/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }




/*==================================================
 * SPINNER
 * ================================================*/
.spinner {
  width: 3.750rem;
  height: 3.750rem;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E40045;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}



/*==================================================
 * PFIMMO / PROJECTS / QUICK SEARCH
 * ================================================*/
.ce-immo-quick-search .form-group:last-child {
  margin-bottom: 0px;
}
.ce-immo-quick-search .type-items {
  overflow: hidden;
  margin: 0px -6px;
  padding: 0px;
}
.ce-immo-quick-search .type-item {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
}
.ce-immo-quick-search .type-item:before,
.ce-immo-quick-search .type-item:after {
  display: none;
}
.ce-immo-quick-search .type-item .form-label {
  color: #51505A;
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 1.333em;
  display: block;
  text-align: center;
  margin-top: -2px;
}
.ce-immo-quick-search .type-item input {
  background-size: auto 87%;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom;
  border: 0px;
  height: 0px;
  padding-top: 10px;
  padding-bottom: 76%;
  width: 100%;
  opacity: 0.4;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ce-immo-quick-search .type-item input:hover,
.ce-immo-quick-search .type-item input:checked {
  opacity: 1;
}
.ce-immo-quick-search .type-item input:focus {
  outline: none;
  border: 0px !important;
}
.ce-immo-quick-search .type-item-rent input {
  background-image: url('../Images/icons/objektart/miete.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/objektart/miete.svg');
}
.ce-immo-quick-search .type-item-property input {
  background-image: url('../Images/icons/objektart/eigentum.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/objektart/eigentum.svg');
}
.ce-immo-quick-search .type-item-hire-purchase input {
  background-image: url('../Images/icons/objektart/mietkauf.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/objektart/mietkauf.svg');
}
.ce-immo-quick-search .type-item-business input {
  background-image: url('../Images/icons/objektart/gewerbe.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/objektart/gewerbe.svg');
}
.ce-immo-quick-search .type-item input:after,
.ce-immo-quick-search .type-item input:checked:after,
.ce-immo-quick-search .type-item input:hover:after,
.ce-immo-quick-search .type-item input:checked:hover:after {
  display: none;
  width: 15px;
  height: 15px;
  background-image: url("../Images/icons/functions/check-white.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/functions/check-white.svg");
  background-size: 65% !important;
  background-color: #E40045;
  border-radius: 100%;
  border: 0px;
  color: #FFFFFF;
  position: absolute;
  left: auto;
  top: 3px;
  right: 3px;
}
.ce-immo-quick-search .type-item input:checked:after,
.ce-immo-quick-search .type-item input:checked:hover:after {
  display: block;
}


/* 768 px */
@media all and (min-width: 48.000em) {
  .ce-immo-quick-search .type-item input {
    background-size: 49%;
    padding-bottom: 50%;
  }
  .ce-immo-quick-search .type-item input:after,
  .ce-immo-quick-search .type-item input:checked:after,
  .ce-immo-quick-search .type-item input:hover:after,
  .ce-immo-quick-search .type-item input:checked:hover:after {
    width: 20px;
    height: 20px;
    width: 1.250rem;
    height: 1.250rem;
  }
  .ce-immo-quick-search .type-item .form-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.286em;
  }
}
/* 1440px px */
@media all and (min-width: 90.000em) {
  .ce-immo-quick-search .type-item .form-label {
    font-size: 0.972vw;
  }
}

@media
all and (-webkit-min-device-pixel-ratio: 2),
all and (min-resolution: 192dpi),
all and (min-resolution: 2dppx) {
  .ce-immo-quick-search .type-item-rent input {
    background-image: url('../Images/icons/objektart/miete@2x.png');
    background-image:
        linear-gradient(transparent, transparent),
        url('../Images/icons/objektart/miete.svg');
  }
  .ce-immo-quick-search .type-item-property input {
    background-image: url('../Images/icons/objektart/eigentum@2x.png');
    background-image:
        linear-gradient(transparent, transparent),
        url('../Images/icons/objektart/eigentum.svg');
  }
  .ce-immo-quick-search .type-item-hire-purchase input {
    background-image: url('../Images/icons/objektart/mietkauf@2x.png');
    background-image:
        linear-gradient(transparent, transparent),
        url('../Images/icons/objektart/mietkauf.svg');
  }
  .ce-immo-quick-search .type-item-business input {
    background-image: url('../Images/icons/objektart/gewerbe@2x.png');
    background-image:
        linear-gradient(transparent, transparent),
        url('../Images/icons/objektart/gewerbe.svg');
  }
  .ce-immo-quick-search .type-item input:after,
  .ce-immo-quick-search .type-item input:checked:after,
  .ce-immo-quick-search .type-item input:hover:after,
  .ce-immo-quick-search .type-item input:checked:hover:after {
    background-image: url("../Images/icons/functions/check-white@2x.png");
    background-image: linear-gradient(transparent, transparent),
    url("../Images/icons/functions/check-white.svg");
  }
}



/*==================================================
 * PFIMMO / IMMO / SLIDER
 * ================================================*/
.ce-immo-slider {
  position: relative;
}



/*==================================================
 * PFIMMO / IMMO / SHOWCASE
 * ================================================*/
.showcase-controls {
  margin: 0px -7px;
}
.ce-immo-showcase .slick-arrow {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 7px;
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
}
.ce-immo-showcase .headline {
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.154em;
  color: #51505A;
  position: relative;
  z-index: 300;
}
.ce-immo-showcase-inside-right {
  margin-left: -16px;
}
.ce-immo-showcase .showcase-list-item {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
  margin-top: 18px;
  margin-bottom: 22px;
  text-decoration: none;
}
.ce-immo-showcase .showcase-list-item.slick-active,
.ce-immo-showcase .showcase-list-item:hover {
  text-decoration: none;
  color: #E40045;
}
.ce-immo-showcase .showcase-list-item .title {
  display: block;
  font-size: 20px;
  font-size: 1.250rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.400em;
  text-decoration: none;
}
.ce-immo-showcase .showcase-detail-item .content {
  margin-top: -5px;
}
.ce-immo-showcase .showcase-detail-item .image img {
  width: 100%;
}
.ce-immo-showcase .showcase-detail-item .headline a {
  text-decoration: none;
  color: #E40045;
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-size: 31.2px;
  font-size: 1.950rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.026em;
  margin-top: -0.4em;
}
.ce-immo-showcase .showcase-detail-item .headline a:hover,
.ce-immo-showcase .showcase-detail-item .headline a:focus {
  text-decoration: none !important;
}
.ce-immo-showcase .showcase-detail-item .description {
  display: block;
}
.ce-immo-showcase .showcase-detail-item .button {
  margin-top: 22px;
}

/* 768 px */
@media all and (max-width: 47.937em) {
  .ce-immo-showcase {
    padding-top: 49px;
  }
  .ce-immo-showcase:before {
    display: none !important;
  }
  .ce-immo-showcase .showcase-detail-item .content {
    padding-right: 0px !important;
  }
  .ce-immo-showcase .showcase-detail-item .content .container {
    padding: 0 16px;
  }
}

/* 768 px */
@media all and (min-width: 48.000em) {
  .ce-immo-showcase-inside {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .ce-immo-showcase-inside-left,
  .ce-immo-showcase-inside-right {
    display: table-cell;
    vertical-align: top;
  }
  .ce-immo-showcase-inside-left {
    padding-bottom: 135px;
    padding-bottom: 9.375vw;
    padding-top: 8vw;
  }
  .no-js .ce-immo-showcase-inside-left {
    vertical-align: top;
  }
  .ce-immo-showcase-inside-right {
    margin-top: 0px;
  }
  .ce-immo-showcase-inside-left {
    width: 35%;
  }
  .ce-immo-showcase .headline {
    font-size: 39.06px;
    font-size: 2.441rem;
    line-height: 1.024em;
    margin-bottom: 28px;
    margin-bottom: 1.750rem;
  }
  .ce-immo-showcase .showcase-controls {
    margin-bottom: 32px;
    margin-bottom: 2.000rem;
  }
  .ce-immo-showcase .showcase-list-item {
    margin-bottom: 23px;
    margin-bottom: 1.438rem;
  }
  .ce-immo-showcase .showcase-detail-item .pull-edge-box {
    margin-left: 0px;
  }
  .ce-immo-showcase .showcase-detail-item .content {
    margin-top: -27px;
    margin-top: -1.688rem;
    padding-left: 11%;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .ce-immo-showcase .showcase-detail-item .headline a {
    font-size: 40px;
    font-size: 2.500rem;
    line-height: 0.983em;
    padding-right: 26%;
    margin-bottom: 0.492em;
    margin-top: 0px;
  }
  .ce-immo-showcase .showcase-detail-item .button {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
}
/* 1024px */
@media all and (min-width: 64.000em) {
  .ce-immo-showcase .showcase-detail-item .content {
    padding-left: 22%;
  }
  .ce-immo-showcase .showcase-detail-item .headline a {
    font-size: 61.03px;
    font-size: 3.814rem;
  }
}



/*==================================================
 * PFIMMO / IMMO / SEARCH
 * ================================================*/

/* 1024px */
@media all and (min-width: 64.000em) {
  .tx-pfimmo-fullsearch-inside {
    margin-left: -30px;
    margin-right: -30px;
    margin-left: -1.250rem;
    margin-right: -1.250rem;
  }
  .tx-pfimmo-fullsearch-inside > .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .tx-pfimmo-fullsearch .filter,
  .tx-pfimmo-fullsearch .search-results {
    padding: 0 20px;
    padding: 0 1.250rem;
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tx-pfimmo-fullsearch .filter {
    width: 306px;
    width: 29.883vw;
    padding-top: 13px;
    padding-top: 0.813rem;
  }
}
/* 1280px */
@media all and (min-width: 80.000em) {
  .tx-pfimmo-fullsearch .filter {
    width: 408px;
    width: 25.500rem;
  }
}


/*==================================================
 * PFIMMO / IMMO / SEARCH / FILTER
 * ================================================*/
body.filter-open {
  overflow: hidden;
}
.filter {
  position: relative;
  margin-top: 35px;
}
.filter.open {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 99999;
  overflow-y: scroll;
  background-color: #FFFFFF;
  margin-top: 0px;
}
.filter-form {
  display: none;
}
.filter.open .filter-form {
  display: block;
}
.filter .filter-inside {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.filter.open .filter-inside {
  padding: 20px;
}
.filter.open .filter-headline,
.filter.open .filter-form {
  display: table-row;
}
.filter.open .form-controls {
  background-color: #FFFFFF;
  padding: 20px 0px;
  bottom: 0px;
}
/* 1024px */
@media all and (min-width: 64.000em) {
  .filter-inside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 25px;
    margin-top: -13px;
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  }
  .filter-form {
    display: block;
  }
  .filter .form-controls {
    display: none;
  }
  .no-js .form-controls {
    display: block;
  }
}
/* 1440px px */
@media all and (min-width: 90.000em) {
  .filter-inside {
    padding: 1.597vw 1.736vw;
    margin-top: -0.903vw;
  }
}


/* FILTER HEADLINE
 * ================================================*/
.filter-headline button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0px;
  color: #E40045;
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-style: normal;
  text-transform: none;
  margin: 0 0 0.655em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0px;
  padding-left: 19px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
  position: relative;
}
.filter.open .filter-headline button {
  font-size: 25px;
  font-size: 1.563rem;
  line-height: 1.200em;
  padding-left: 0px;
}
.filter-headline .trigger-filter:before {
  content: "";
  background-image: url('../Images/icons/plus/plus-pink.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/plus/plus-pink.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
}
.filter.open .filter-headline .trigger-filter:before {
  left: auto;
  right: 0px;
  top: 0px;
  background-image: url('../Images/icons/close/close.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/close/close.svg');
}
/* 1024px */
@media all and (min-width: 64.000em) {
  .filter-headline button {
    font-size: 25px;
    font-size: 1.563rem;
    line-height: 1.200em;
    padding-left: 0px;
    pointer-events: none;
  }
  .filter-headline .trigger-filter:before {
    display: none;
  }
}


/* FILTER BLOCKS
 * ================================================*/
.filter-block-header {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  margin: 0px;
  padding-bottom: 15px;
  padding-bottom: 0.938rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.250em;
}
.filter-block-header:after {
  position: absolute;
  content: "";
  display: block;
  right: 16px;
  right: 1rem;
  top: 3px;
  top: 0.188rem;
  width: 20px;
  height: 20px;
  width: 1.250rem;
  height: 1.250rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../Images/icons/chevron/down.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/chevron/down.svg');
}
.filter-block.open .filter-block-header:after {
  background-image: url('../Images/icons/chevron/up.png');
  background-image:
      linear-gradient(transparent, transparent),
      url('../Images/icons/chevron/up.svg');
}
.filter-block-content {
  height: 0px;
  overflow: hidden;
}
.filter-block.open .filter-block-content {
  height: auto;
  padding-bottom: 35px;
  padding-bottom: 2.188rem;
}
.filter-block.open .filter-block-content {
  overflow: visible;
}
.filter-block.open .filter-block-content:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.filter-block .nouislider {
  margin-top: 16px;
  margin-top: 1rem;
}


/* FILTER FORM
 * ================================================*/
.filter-form .actions {
  margin-bottom: 24px;
}
.filter-form .form-group {
  border-bottom: 1px solid #dcdcde;
  border-bottom: 1px solid rgba(81,80,90,0.2);
  margin-bottom: 15px;
  margin-bottom: 0.938rem;
}
.filter-form .form-group.last {
  border-bottom: 0px !important;
}
.checkbox-element {
  width: 100%;
}
.filter-form .checkboxes-row {
  margin: 0 -10px;
}
.filter-form .checkboxes-row > .inner {
  display: table;
}
.filter-form .checkboxes-row > .inner .checkboxes-column {
  padding: 0 10px;
  width: 50%;
  display: table-cell;
  float: none;
  clear: both;
}
.filter-form .checkboxes-row > .inner .checkboxes-column:first-child {
  width: 45%;
}
.form-group-rooms .checkbox-element,
.form-group-rooms .checkbox-element .input {
  width: 28px;
  width: 2.333rem;
  height: 28px;
  height: 2.333rem;
}
.form-group-rooms .checkbox-element {
  padding: 0 5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-group-rooms .checkbox-element .input {
  position: relative;
}
.form-group-rooms .checkbox-element .input input {
  height: 100% !important;
}
.form-group-rooms .checkbox-element input:after,
.form-group-rooms .checkbox-element:hover input:after {
  content: attr(value);
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 28px;
  line-height: 2.333rem;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #dcdcde !important;
  border: 1px solid rgba(81,80,90,0.2) !important;
  background: none;
  text-align: center;
  color: #51505A;
  font-weight: bold;
  letter-spacing: 0.017em;
  background-image: none !important;
}
.form-group-rooms .checkbox-element input:hover:after,
.form-group-rooms .checkbox-element input:checked:after {
  background-color: #E40045;
  color: #FFFFFF;
}
/* 1024px */
@media all and (min-width: 64.000em) {
  .filter-form .checkboxes-row {
    margin: 0 -10px;
  }
  .filter-form .checkboxes-row > .inner {
    display: block;
  }
  .filter-form .checkboxes-row > .inner .checkboxes-column {
    display: block;
    width: 100%;
  }
  .filter-form .form-group-district {
    position: relative;
  }
}
/* 1280px */
@media all and (min-width: 80.000em) {
  .filter-form .checkboxes-row {
    margin: 0 -10px;
  }

  .filter-form .checkboxes-row > .inner {
    display: table;
  }

  .filter-form .checkboxes-row > .inner .checkboxes-column {
    padding: 0 10px;
    width: 50%;
    display: table-cell;
    float: none;
    clear: both;
  }
}
/* 1440px px */
@media all and (min-width: 90.000em) {
  .tx-pfimmo-fullsearch-inside-left {
    width: 29.722vw;
  }
  .form-group-rooms .checkbox-element input:after,
  .form-group-rooms .checkbox-element:hover input:after {
    font-size: 0.833vw;
  }
}


/*==================================================
 * PFIMMO / PROPERTY / DETAIL
 * ================================================*/
.tx-pfimmo-detail .navigation {
  margin-bottom: 24px;
  margin-bottom: 1.500rem;
}
.tx-pfimmo-detail .link-back {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
}
.tx-pfimmo-detail header .headline {
  margin-bottom: 26px;
}
.tx-pfimmo-detail .infobar {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 26px;
}
.tx-pfimmo-detail .infobar .infobar-item {
  padding: 5px 0px;
}
.tx-pfimmo-detail .gallery {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0 -5px 0px;
  margin: 0 -0.313rem 0px;
  padding-bottom: 10px;
}
.tx-pfimmo-detail .gallery .total {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FFFFFF;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 1.333em;
  padding: 2px 5px;
  z-index: 57;
}
.tx-pfimmo-detail .gallery .total:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #51505A;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.tx-pfimmo-detail .gallery-items {
  position: relative;
}
.tx-pfimmo-detail .gallery-item {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tx-pfimmo-detail .gallery .inner {
  display: block;
  margin: 0px;
}
.tx-pfimmo-detail .gallery-item-02 > .inner,
.tx-pfimmo-detail .gallery-item-03 > .inner{
  position: relative;
  width: 100%;
  height: 100%;
}
.tx-pfimmo-detail .gallery-item-01 {
  width: 100%;
}
.tx-pfimmo-detail .gallery-item-01 img {
  display: block;
  margin: 0px;
}
.tx-pfimmo-detail .gallery-item-02,
.tx-pfimmo-detail .gallery-item-03 {
  display: none;
}
.tx-pfimmo-detail .gallery .trigger-open-fancybox {
  width: 98%;
  margin: 0 1%;
  display: none;
  text-decoration: none;
}
.tx-pfimmo-detail .gallery .trigger-open-fancybox:hover {
  text-decoration: none;
  color: inherit;
}
.tx-pfimmo-detail .gallery .trigger-open-fancybox span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.375em;
  padding: 13px 25px;
  padding: 0.813rem 1.563rem;
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.500rem;
  -moz-border-radius: 0.500rem;
  border-radius: 0.500rem;
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .1s linear;
}
.tx-pfimmo-detail .gallery .trigger-open-fancybox:hover span {
  transform: scale(1.03);
}
.tx-pfimmo-detail .gallery .trigger-open-fancybox:hover {
  text-decoration: none;
}
.tx-pfimmo-detail .content .sidebar,
.tx-pfimmo-detail .content .main {
  padding-top: 41px;
  padding-top: 2.625rem;
}
.tx-pfimmo-detail .content .sidebar {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.tx-pfimmo-detail .keyfacts {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  background-color: #FFFFFF;
}
.tx-pfimmo-detail .keyfacts .headline {
  color: #E40045;
  font-size: 25px;
  font-size: 1.563rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.200em;
  margin-bottom: 12px;
  margin-bottom: 0.750rem;
}
.tx-pfimmo-detail .keyfacts .downloads {
  margin: 0 -2px;
  margin-bottom: 20px;
}
.tx-pfimmo-detail .keyfacts .downloads a {
  margin: 0 2px 4px;
  word-break: break-word;
  display: block;
}
.tx-pfimmo-detail .keyfacts tr.divider th,
.tx-pfimmo-detail .keyfacts tr.divider td {
  border-bottom: 1px solid #eaeaeb;
  border-bottom: 1px solid rgba(81,80,90,0.12);
  padding-bottom: 8px;
  padding-bottom: 0.500rem;
}
.tx-pfimmo-detail .keyfacts tr.divider ~ tr th,
.tx-pfimmo-detail .keyfacts tr.divider ~ tr td {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 0px;
}
.tx-pfimmo-detail .keyfacts th,
.tx-pfimmo-detail .keyfacts td {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
  padding: 4px 1px;
}
.tx-pfimmo-detail .keyfacts th {
  font-weight: normal;
}
.tx-pfimmo-detail .keyfacts td {
  font-weight: bold;
  text-align: right;
  word-break: break-word;
}
.tx-pfimmo-detail .trigger-request-object {
  width: 100%;
  margin-top: 20px;
}
.tx-pfimmo-detail .tools {
  margin: 0 -10px;
}
.tx-pfimmo-detail .tools-item {
  padding: 0 10px;
  float: left;
  position: relative;
}
.tx-pfimmo-detail .tools-item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
}
.tx-pfimmo-detail .share-items {
  /* position: absolute; */
  top: 40px;
  left: 10px;
  margin: 0;
  padding: 10px 25px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.tx-pfimmo-detail .share-items li {
  margin: 0;
  padding: 0;
}
.tx-pfimmo-detail .share-items li::before {
  display: none;
}
.tx-pfimmo-detail .share-items li a {
  display: block;
  line-height: 30px;
  text-decoration: none;
}
.tx-pfimmo-detail .share-items li a:hover {
  color: #E40045;
}
.tx-pfimmo-detail .equipment {
  max-width: 612px;
}
.tx-pfimmo-detail .equipment .headline {
  margin-bottom: 39px;
}
.tx-pfimmo-detail .equipment-items {
  width: 100%;
  display: table;
  width: 100%;
}
.tx-pfimmo-detail .equipment-item:before {
  display: none !important;
}
.tx-pfimmo-detail .equipment-items i,
.tx-pfimmo-detail .equipment-items .title {
  display: table-cell;
  vertical-align: middle;
}
.tx-pfimmo-detail [class*='equipment-icon-'] {
  width: 40px;
  height: 40px;
  width: 2.500rem;
  height: 2.500rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tx-pfimmo-detail .equipment-icon-garden {
  background-image: url("../Images/icons/equipment/garten.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/garten.svg");
}
.tx-pfimmo-detail .equipment-icon-balcony {
  background-image: url("../Images/icons/equipment/balkon.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/balkon.svg");
}
.tx-pfimmo-detail .equipment-icon-lift {
  background-image: url("../Images/icons/equipment/personenlift.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/personenlift.svg");
}
.tx-pfimmo-detail .equipment-icon-terrace {
  background-image: url("../Images/icons/equipment/terrasse.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/terrasse.svg");
}
.tx-pfimmo-detail .equipment-icon-parking {
  background-image: url("../Images/icons/equipment/parkplatz.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/parkplatz.svg");
}
.tx-pfimmo-detail .equipment-icon-cellar {
  background-image: url("../Images/icons/equipment/keller.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/equipment/keller.svg");
}
.tx-pfimmo-detail .equipment-items .title {
  padding-left: 17px;
  padding-left: 1.063rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.tx-pfimmo-detail .location .header {
  margin-bottom: 29px;
  margin-bottom: 1.813rem;
}
.tx-pfimmo-detail .google-maps {
  width: 100%;
  height: 480px;
}
.tx-pfimmo-detail .google-maps iframe {
  width: 100%;
  height: 100%;
}

/* 380 px */
@media all and (min-width: 23.750em) {
  .tx-pfimmo-detail .location .header {
    display: table;
    width: 100%;
    margin-bottom: 29px;
    margin-bottom: 1.813rem;
  }
  .tx-pfimmo-detail .location .header .headline,
  .tx-pfimmo-detail .location .header .address {
    display: table-cell;
  }
  .tx-pfimmo-detail .location .header .address {
    text-align: right;
  }
}
/* 768 px */
@media all and (min-width: 48.000em) {
  .tx-pfimmo-detail .link-back {
    margin-left: -1px;
    margin-left: -0.063rem;
  }
  .tx-pfimmo-detail .gallery .total {
    display: none;
  }
  .tx-pfimmo-detail .gallery-item-01 {
    width: 68.5%;
  }
  .tx-pfimmo-detail .gallery-item-02,
  .tx-pfimmo-detail .gallery-item-03 {
    display: block;
    position: absolute;
    height: 50%;
    width: 31.5%;
    top: 0px;
    right: 0px;
  }
  .tx-pfimmo-detail .gallery-item-03 {
    top: 50%;
  }
  .tx-pfimmo-detail .gallery-item-02 .image-item,
  .tx-pfimmo-detail .gallery-item-03 .image-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .tx-pfimmo-detail .gallery .trigger-open-fancybox {
    display: block;
    position: absolute;
    width: auto;
    z-index: 100;
    right: 28px;
    right: 1.750em;
    bottom: 29px;
    bottom: 1.813rem;
  }
}
/* 1024px */
@media all and (min-width: 64.000em) {
  .tx-pfimmo-detail .infobar {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .tx-pfimmo-detail .infobar .infobar-item {
    padding: 0 10px;
    padding: 0 0.625rem;
    float: left;
  }
  .tx-pfimmo-detail .gallery {
    padding-bottom: 0px;
  }
  .tx-pfimmo-detail .gallery .trigger-open-fancybox {
    width: auto;
  }
  .tx-pfimmo-detail .content {
    margin: 0 -8px;
  }
  .tx-pfimmo-detail .content > .inner {
    float: left;
    width: 100%;
  }
  .tx-pfimmo-detail .content .main,
  .tx-pfimmo-detail .content .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
  }
  .tx-pfimmo-detail .content .main {
    width: 68%;
  }
  .tx-pfimmo-detail .content .sidebar {
    width: 32%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
  }
  .tx-pfimmo-detail .content .contact-person .headline {
    margin-bottom: 31px;
    margin-bottom: 1.938rem;
  }
  .tx-pfimmo-detail .keyfacts {
    padding: 25px;
    padding: 1.563rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 0.500rem;
    -moz-border-radius: 0.500rem;
    border-radius: 0.500rem;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
  }
  .tx-pfimmo-detail .keyfacts td.price {
    font-size: 20px;
    font-size: 1.250rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.400rem;
    text-align: right;
  }
  .tx-pfimmo-detail .tools {
    padding-left: 24px;
    padding-left: 1.500rem;
  }
}




/*==================================================
 * PFIMMO / IMMO / DETAIL / PROJECT
 * ================================================*/
.tx-pfimmo-detail.project .keyfacts {
  background-color: #f6f6f7;
  background-color: rgba(81,80,90,0.05);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 51px 24px 24px;
  padding: 3.188rem 1.500rem 1.500rem;
}
.tx-pfimmo-detail.project .keyfacts .prefix,
.tx-pfimmo-detail.project .keyfacts .number,
.tx-pfimmo-detail.project .keyfacts .suffix {
  display: block;
  text-align: center;
  color: #E40045;
}
.tx-pfimmo-detail.project .keyfacts .prefix {
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 1.333em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.tx-pfimmo-detail.project .keyfacts .number {
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-size: 95.37px;
  font-size: 5.961rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.028em;
}
.tx-pfimmo-detail.project .keyfacts .suffix {
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-size: 25px;
  font-size: 1.563rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.200em;
  margin-bottom: 29px;
  margin-bottom: 1.813rem;
}
.tx-pfimmo-detail.project .keyfacts .download {
  text-align: left;
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.250rem;
}
.tx-pfimmo-detail.project .trigger-request-object {
  margin-top: 31px;
  margin-top: 1.938rem;
}


/*==================================================
 * PFIMMO / IMMO / DETAIL / PROJECT / OBJECTS
 * ================================================*/

/* Table header
 * ----------------------------------------------- */
.tx-pfimmo-detail .object-items {
  margin-top: 74px;
}
.tx-pfimmo-detail .object-item:first-child .label {
  display: block;
  position: absolute;
  top: -46px;
  top: -2.875rem;
  padding-bottom: 21px !important;
  left: 0px;
}

/* Object item
 * ----------------------------------------------- */
.tx-pfimmo-detail .object-item {
  background-color: #FFFFFF;
  border-bottom: 1px solid #eaeaeb;
  border-bottom: 1px solid rgba(81,80,90,0.12);
}


/* Objectdata (= table cell) - general
 * ----------------------------------------------- */
.tx-pfimmo-detail .object-item .label,
.tx-pfimmo-detail .object-item .value {
  padding: 19px 25px;
}
.tx-pfimmo-detail .object-item .label {
  display: none;
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: bold;
  letter-spacing: 0.017em;
  line-height: 1.333em;
  text-transform: uppercase;
}
.tx-pfimmo-detail .object-item .value {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
  padding-top: 21px;
  padding-top: 1.313rem;
  padding-bottom: 19px;
  padding-bottom: 1.188rem;
  white-space: nowrap;
}

/* Object Header
 * ----------------------------------------------- */
.tx-pfimmo-detail .object-item-header {
  display: table;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.tx-pfimmo-detail .object-item-header:after {
  content: "";
  height: 16px;
  width: 16px;
  height: 1rem;
  width: 1rem;
  display: block;
  position: absolute;
  right: 16px;
  right: 1rem;;
  top: 50%;
  margin-top: -8px;
  margin-top: -0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../Images/icons/chevron/down.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/chevron/down.svg");
}
.object-item-header-cell {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.object-item-header-cell > .inner {
  display: table-cell;
  position: relative;
}
.object-item-header-cell.top > .inner {
  width: 95px;
}
.object-item-header-cell.type > .inner {
  width: 80px;
}
.object-item-header-cell.floor > .inner {
  text-align: left;
  width: 70px;
}
.object-item-header-cell.area > .inner {
  text-align: center;
  width: 120px;
}
.object-item-header-cell.rooms > .inner {
  text-align: center;
  width: 170px;
}
.object-item-header-cell.loggia > .inner {
  text-align: center;
  width: 90px;
}
.object-item-header-cell.garden > .inner {
  text-align: center;
  width: 180px;
}
.object-item-header-cell.objecttype > .inner {
  text-align: center;
}
.object-item-header-cell.price > .inner {
  text-align: right;
  width: 160px;
}
.object-item-header-cell.price .label,
.object-item-header-cell.price .value {
  padding-right: 50px;
}
.object-item-header-cell > .inner .label,
.object-item-header-cell > .inner .value {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Object ITEM HOVER / FOCUSED
 * ----------------------------------------------- */
.tx-pfimmo-detail .object-item:hover .object-item-header,
.tx-pfimmo-detail .object-item.open .object-item-header {
  background-color: #E40045;
}
.tx-pfimmo-detail .object-item:hover .object-item-header .value,
.tx-pfimmo-detail .object-item.open .object-item-header .value {
  color: white;
}
.tx-pfimmo-detail .object-item:hover .object-item-header:after {
  background-image: url("../Images/icons/chevron/down-white.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/chevron/down-white.svg");
}




/* Collapse functionality
 * ----------------------------------------------- */
.object-item-header-cell.collapsed {
  display: none !important;
}
.tx-pfimmo-detail .object-item.open .object-item-header:after {
  background-image: url("../Images/icons/chevron/up-white.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/chevron/up-white.svg");
}


/* Object details
 * ----------------------------------------------- */
.object-item-content {
  height: 0px;
  overflow: hidden;
}
.object-item-content > .inner {
  overflow: hidden;
}
.object-item-content-inside {
  padding: 17px 20px 30px;
}
.object-item-content-inside > .inner {
  overflow: hidden;
}
.object-item-content .image {
  padding-bottom: 20px;
}
.object-item-content .data-from-header {
  padding: 0px 20px 30px;
}
.object-item-content .data-from-header .label {
  display: inline-block;
}
.object-item-content .downloads {
  margin-bottom: 17px;
  margin-bottom: 1.063rem;
}
.object-detail-table {
  margin-bottom: 27px;
  margin-bottom: 1.688rem;
}
.object-detail-table th,
.object-detail-table td {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
  font-weight: normal;
}
.object-detail-table td {
  font-weight: bold;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  .tx-pfimmo-detail .object-item-header-cell.price {
    text-align: left;
  }
}

/* 1024px */
@media all and (min-width: 64.000em) {
  .object-item-content-inside {
    padding-top: 47px;
  }
  .object-item-content .image,
  .object-item-content .details {
    float: left;
    padding: 0px 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .object-item-content .image {
    width: 55%;
  }
  .object-item-content .details {
    width: 45%;
    padding-top: 15px;
  }
}




/*==================================================
 * PFIMMO / REGISTER FORM / STEPS
 * ================================================*/
.register-steps {
  overflow: hidden;
  background-color: #f6f6f7;
  background-color: rgba(81,80,90,0.05);
  padding: 14px 0px 9px;
  padding: 0.875rem 0px 0.563rem;
  margin: 10px 0px 50px;
  margin: 0.625rem 0px 3.125rem;
}
.register-steps * {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
}
.register-steps-inside {
  margin: 0 -7px;
}
.register-steps ul {
  list-style: outside none none;
  position: relative;
  left: 50%;
  text-align: center;
  float: left;
  margin: 0px;
  padding: 0px;
}
.register-steps li {
  padding: 0 7px;
  padding: 0 0.438rem;
  right: 50%;
  display: block;
  float: left;
  position: relative;
  margin: 0px 0px 10px;
  padding: 0px 5px;
}
.register-steps .button {
  display: inline-block;
  border-radius: 20px;
  background-color: #f6f6f7;
  background-color: rgba(81,80,90,0.05);
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  padding: 11px 17px;
  color: #51505A;
  border: 0px;
  outline: none;
}
.register-steps .button span {
  font-weight: bold !important;
  font-family: 'Nunito', Arial, sans-serif;
}
.register-steps .button.enabled {
  cursor: pointer;
}
.register-steps li.active .button,
.register-steps li .button.enabled:hover {
  background-color: #FFFFFF;
}
.register-steps .button:hover {
  text-decoration: none;
}
.register-steps li:before {
  display: none !important;
}
.trigger-add-repeater-field.hide {
  display: none !important;
}
/* 768 px */
@media all and (min-width: 48.000em) {
  .register-steps ul {
    left: 0px;
  }
  .register-steps li {
    right: auto;
  }
}



/*==================================================
 * PFIMMO / REGISTER FORM / NAVI
 * ================================================*/
.register-navi {
  overflow: hidden;
  margin-top: 17px;
  margin-top: 1.063rem;
  margin: 30px -10px 0px;
}
.register-navi-item {
  padding: 0 10px;
  float: left;
}


/*==================================================
 * PFIMMO / SERVICENUMBERS / SEARCH
 * ================================================*/
.window-servicenumbers .headline {
  padding-right: 0px !important;
}
.window-servicenumbers .headline .info {
  display: inline-block;
  font-size: 0px;
  color: transparent;
  text-indent: -100000em;
  width: 16px;
  width: 1rem;
}
.window-servicenumbers .headline .info:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -7px;
  top: -7px;
  left: -0.438rem;
  top: -0.438rem;
  background-image: url("../Images/icons/info/info-icon.png");
  background-image:
      linear-gradient(transparent, transparent),
      url("../Images/icons/info/info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 1024px */
@media screen and (min-width: 64.000em) {
  .window-servicenumbers .headline .info {
    width: 20px;
    width: 1.250rem;
  }
  .window-servicenumbers .headline .info:after {
    width: 20px;
    height: 20px;
    width: 1.250rem;
    height: 1.250rem;
    left: -9px;
    top: -9px;
    left: -0.563rem;
    top: -0.563rem;
  }
}
@media
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi),
screen and (min-resolution: 2dppx) {
  .window-servicenumbers .headline .info:after {
    background-image: url("../Images/icons/info/info-icon@2x.png");
    background-image:
        linear-gradient(transparent, transparent),
        url("../Images/icons/info/info-icon.svg");
  }
}




/*==================================================
 * PFIMMO / SERVICENUMBERS / RESULT
 * ================================================*/
.tx-pfimmo-servicenumbers-result .navigation {
  margin-bottom: 24px;
  margin-bottom: 1.500rem;
}
.tx-pfimmo-servicenumbers-result .header {
  margin-bottom: 47px;
  margin-bottom: 2.938rem;
}
.tx-pfimmo-servicenumbers-result .result {
  margin-top: 47px;
  margin-top: 2.938rem;
}
.tx-pfimmo-servicenumbers-result .result-category-headline {
  margin-bottom: 49px;
  margin-bottom: 3.063rem;
}
.tx-pfimmo-servicenumbers-result .team {

}

/* 1280px */
@media all and (min-width: 80.000em) {
  .tx-pfimmo-servicenumbers-result .navigation {
    margin-left: -2%;
  }
}

/*==================================================
 * PFIMMO / SERVICENUMBERS / RESULT / SERVICEBOX
 * ================================================*/
.service-box > .inner {
  display: block;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.500rem;
  -moz-border-radius: 0.500rem;
  border-radius: 0.500rem;
  padding: 24px;
  padding: 1.500rem;
  margin-bottom: 36px;
  margin-bottom: 2.500vw;
}
.service-box .header {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.service-box .header .headline {
  margin-bottom: 0px;
}
.service-box .address {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}




