
/*==================================================
 * IMMO SERVICE BOXES (Homepage)
 * ================================================*/
.immo-service-boxes {
  position: relative;
}
.immo-service-boxes .row > .column-left,
.immo-service-boxes .row > .column-right {
  margin-bottom: 20px;
}
.immo-searchbox,
.immo-customerservice,
.immo-registerbox {
  margin: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.immo-service-boxes .ce-infobox {
  margin: 0px;
}
.immo-customerservice .ce-infobox {
  margin-bottom: 10px;
}
.immo-searchbox form {
  display: table;
  width: 100%;
}
.form-section-haddress,
.form-section-objectspecifications {
  padding-top: 10px;
}
.immo-service-boxes .immo-customerservice {
  margin-bottom: 10px;
}
.immo-service-boxes .slick-dots {
  position: absolute;
  top: -50px;
  height: 50px;
}
.immo-customerservice form label {
  line-height: 1.188;
}
.immo-customerservice form label input {
  margin-top: 5px;
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .immo-service-boxes-inside {
    margin: 0 -21px;
  }
  .immo-service-boxes .row {
    display: table;
    width: 100%;
    margin: 0px;
  }
  .immo-service-boxes .row > .column-left,
  .immo-service-boxes .row > .column-right {
    display: table-cell;
    vertical-align: top;
    float: none;
    clear: both;
    height: 100%;
  }
  .immo-searchbox,
  .immo-searchbox > .inner,
  .immo-searchbox form  {
    display: table;
    width: 100%;
    height: 100%;
  }
  .immo-searchbox form {
    position: relative;
  }
  .form-section-haddress,
  .form-section-objectspecifications {
    display: table-row;
  }
  .form-section-button {
    display: table-footer-group;
  }
  .form-section-button .form-group {
    display: table-cell;
    vertical-align: bottom;
  }
  .immo-service-boxes .column-right .column-inside {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .immo-customerservice {
    display: table-row;
  }
  .immo-registerbox {
    display: table-footer-group;
  }
  .immo-customerservice > .inner {
    display: table-cell;
    vertical-align: top;
  }
  .immo-registerbox > .inner {
    display: table-cell;
    vertical-align: bottom;
  }
}



/*==================================================
 * IMMOSEARCH
 * ================================================*/
.immo-searchbox {
  display: table;
}
.immosearch-form .objecttypes-list li,
.immosearch-form .legalforms-list li {
  display: block;
  width: 100%;
  text-align: left;
}

/*==================================================
 * FILTER FORM
 * ================================================*/
.filter-form label {
  margin: 0px;
}
.filter-form .btn {
  width: 100%;
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 15px;
}
.filter-form .form-control {
  border: 0px solid #DDDDDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 12px;
}
.filter-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}
.filter-form .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}
.filter-form .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}
.filter-form .form-control:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}



/*==================================================
 * IMMOSEARCH FORM
 * ================================================*/
.immosearch-form .headline {
  margin-bottom: 22px;
}
.immosearch-form li:before {
  display: none;
}
.immosearch-form li.split {
  margin: 0px;
}
.immosearch-form .immotypes-list {
  margin-top: 10px;
}
.immosearch-form .immotypes-list .checkbox-container {
  padding-right: 10px;
}
.immosearch-form .btn {
  text-transform: uppercase;
  padding: 12px 51px;
  margin-top: 10px;
  font-size: 20px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immosearch-form .headline {
    margin-bottom: 44px;
  }
}


/*==================================================
 * IMMO FILTER
 * ================================================*/
.filter-form {
  margin-bottom: 30px;
}


/*==================================================
 * IMMO LIST
 * ================================================*/
.immo-item-list {
  margin-bottom: 50px;
}
.immo-item-list .page-navigation {
  margin-top: 30px;
  overflow: hidden;
}



/*==================================================
 * IMMO ITEM
 * ================================================*/
.immo-item .image img {
  width: 100%;
}
.immo-item .image {
  min-height: 200px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.immo-item .image .banner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #004588;
  background: rgba(181, 9, 25, 0.9);
  color: #fff;
  padding: 9px 14px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.immo-item .text {
  padding: 24px 20px 24px;
}
.immo-item .header {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.immo-item .headline {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.immo-item .teaser + .data {
  margin-top: 20px;
}
.immo-item .data {
  font-family: 'Average', serif;
  color: #b50919;
  font-size: 20px;
  line-height: 1.143;
}
.immo-item .data span {
  display: block;
}
.immo-item .btn {
  margin-top: 15px;
}
/* 480 px */
@media screen and (min-width: 30.000em) {
  .immo-item .data {
    display: table;
    width: 100%;
  }
  .immo-item .data span {
    display: table-cell;
  }
  .immo-item .data .rooms {
    text-align: center;
  }
  .immo-item .data .price {
    text-align: right;
  }
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item {
    margin: 0 -4px;
  }
  .immo-item-inside {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .immo-item .image,
  .immo-item .text {
    display: table-cell;
    vertical-align: top;
    border: 4px solid white;
  }
  .immo-item .image {
    width: 312px;
  }
  .immo-item .text {
    padding: 24px 40px 24px;
  }
  .immo-item .data {
    display: block;
    font-size: 28px;
  }
  .immo-item .data span {
    display: block;
  }
  .immo-item .data .rooms {
    text-align: left;
  }
  .immo-item .data .price {
    text-align: left;
  }
}
/* 1024px */
@media screen and (min-width: 64.000em) {
  .immo-item .data {
    display: table;
  }
  .immo-item .data span {
    display: table-cell;
  }
  .immo-item .data .rooms {
    text-align: center;
  }
  .immo-item .data .price {
    text-align: right;
  }
}
/* 1280px */
@media screen and (min-width: 80.000em) {
  .immo-item .text {
    padding: 35px 55px 29px;
  }
  .immo-item .data {
    font-size: 35px;
  }
}



/*==================================================
 * IMMO ITEM - LAYOUT 2
 * ================================================*/
.immo-item.layout-2 + .immo-item.layout-2 {
  padding-top: 30px;
}
.immo-item.layout-2 {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #39444c;
}
.immo-item.layout-2:last-child {
  border-bottom: 0px !important;
}
.immo-item.layout-2 .text {
  padding: 0px;
}
.immo-item.layout-2 .header {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 26px;
  line-height: 1;
  font-size: 19px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item.layout-2 .header {
    font-size: 25px;
  }
}
/* 1280px */
@media screen and (min-width: 80.000em) {
  .immo-item.layout-2 .header {
    font-size: 33px;
  }
}



/*==================================================
 * OBJECT DETAIL
 * ================================================*/
.immo-item-detail {
  color: #707173;
}
.immo-item-detail .subheader {
  font-size: 21px;
}

/* Immodetail - Navi-top
 * ----------------------------------------------- */
.immo-item-detail .navi {
  padding: 10px 0px 23px;
}
.immo-item-detail .navi .link-back {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.immo-item-detail .navi .link-back:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-right:10px solid #000000;
}
.immo-item-detail .navi .link-back:hover:before {
  border-right-color: #3b3b3a;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item-detail .navi .link-back {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 27px;
  }
}


/* Immodetail - Gallery
 * ----------------------------------------------- */
.immo-item-detail .gallery {
   margin-bottom: 40px;
}
.immo-item-detail .gallery .slider-image,
.immo-item-detail .gallery .slider-image * {
  width: 100%;
  height: 300px;
  display: block!important;
}
.immo-item-detail .gallery .slider-image a {
  background-size: cover;
  background-position: center;
}
.immo-item-detail .gallery .slick-arrow {
  z-index: 1000;
  width: 80px;
  height: 80px;
}
.immo-item-detail .gallery .slick-prev {
  left: 10px;
  text-align: left;
}
.immo-item-detail .gallery .slick-next {
  right: 10px;
  text-align: right;
}
.immo-item-detail .gallery .slick-arrow:before {
  color: black;
  font-size: 30px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item-detail .gallery {
    margin: 0 -4px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .immo-item-detail .gallery .lightbox-image {
    display: none;
  }
  .immo-item-detail .gallery-inside {
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .immo-item-detail.project .gallery-inside {
    margin-top: -4px;
  }
  .immo-item-detail .gallery .thumb {
    width: 20%;
    height: 50%;
    float: left;
  }
  .immo-item-detail .gallery .thumb-big {
    width: 59%;
    height: 100%;
    float: left;
  }
  .immo-item-detail .gallery .thumb-big.full-width {
    width: 100% !important;
    background-position: center;
  }

  /* 2 items
   ***********************************/
  .immo-item-detail .gallery-items-2 .thumb-1 {
    width: 40%;
    height: 100%;
    float: left;
  }

  /* 3 items
   ***********************************/
  .immo-item-detail .gallery-items-3 .thumb-1,
  .immo-item-detail .gallery-items-3 .thumb-2 {
    width: 40%;
    height: 50%;
    float: left;
  }
  .immo-item-detail .gallery-items-3 .thumb-2 {
    top: 50%;
  }

  /* 4 items
   ***********************************/
  .immo-item-detail .gallery-items-4 .thumb-1,
  .immo-item-detail .gallery-items-4 .thumb-2 {
    width: 20%;
    height: 50%;
    float: left;
  }
  .immo-item-detail .gallery-items-4 .thumb-3 {
    width: 40%;
    height: 50%;
    top: 50%;
    float: left;
  }

  /* 5 items
   ***********************************/
  .immo-item-detail .gallery-items-5 .thumb-1,
  .immo-item-detail .gallery-items-5 .thumb-2 {
    width: 20%;
    height: 50%;
    float: left;
  }
  .immo-item-detail .gallery-items-5 .thumb-3,
  .immo-item-detail .gallery-items-5 .thumb-4 {
    width: 20%;
    height: 50%;
    top: 50%;
    float: left;
  }

  .immo-item-detail .gallery .inner {
    border: 4px solid #FFFFFF;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
  }
  .bg-lightgray .gallery .inner {
    border-color: #ebebeb;
  }
  .immo-item-detail .gallery .image-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
  }
  .immo-item-detail .gallery .link{
    height: 100%;
    width: 100%;
  }
  .immo-item-detail .gallery .link {
    display: block;
    text-align: center;
  }
  .immo-item-detail .gallery .link .label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: table !important;
  }
  .immo-item-detail .gallery .link .label-inside {
    display: table-cell !important;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #b3b3b4;
    height: auto !important;
  }

  .immo-item-detail .gallery .thumb-big .image-item:hover {
    transform: scale(1.1);
  }
  .immo-item-detail .gallery .thumb .image-item:hover {
    transform: scale(1.2);
  }

}


/* Immodetail - Headline
 * ----------------------------------------------- */
/* 480 px */
@media screen and (min-width: 30.000em) {
  .immo-item-detail .data {
    display: table;
    width: 100%;
  }
  .immo-item-detail .data span {
    display: table-cell;
  }

}


/* Immodetail - Text
 * ----------------------------------------------- */
.immo-item-detail .location {
  clear: both;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-bottom: 20px;
  display: block;
}
.immo-item-detail .headline {
  font-family: 'Open Sans', 'Arial', sans-serif;
}
.immo-item-detail .description {
  margin-bottom: 15px;
}

/* Immodetail - Factsheets
 * ----------------------------------------------- */
.immo-item-detail .factsheet {
  margin-bottom: 8px;
  max-width: 620px;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.immo-item-detail .factsheet ~ .factsheet {
  border-top: 1px solid black;
  padding-top: 8px;
}
.immo-item-detail .factsheet th {
  width: 40%;
  font-weight: 400;
  text-align: left;
  padding: 0px 12px 0px 0px;
}
.immo-item-detail .factsheet th,
.immo-item-detail .factsheet td {
  vertical-align: top;
  line-height: 18px;
}
.immo-item-detail .factsheet .line-before th,
.immo-item-detail .factsheet .line-before td {
  border-top: 1px solid black;
}
/* 380 px */
@media screen and (min-width: 23.750em) {
  .immo-item-detail .factsheet th {
    width: 118px;
  }
  .immo-item-detail .factsheet th {
    padding-right:  25px;
  }
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item-detail .factsheet th {
    padding-right:  40px;
  }
}


/* Immodetail - Project-Objects
 * ----------------------------------------------- */
.project-objects {
  margin: 0 -4px;
}
.project-objects table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
.project-objects tr:hover td {
  background-color: #F8F8F8
}
.project-objects thead th {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #000000;
  padding: 0px 4px;
  padding-bottom: 7px;
}
.project-objects td {
  position: relative;
  padding: 5px 4px;
  vertical-align: top;
  white-space: nowrap;
}
.project-objects th.capitalresources,
.project-objects td.capitalresources {
  text-align: right;
}
.project-objects td .details {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.project-objects .link {
  color: #b50919;
  font-weight: 600;
  text-decoration: none;
}
.project-objects .footable-details {
  padding: 0px;
  margin: 0px 0px 20px;
}
.project-objects .downloads {
  text-align: right;
}
.project-objects .download-link {
  background-image: url('/_assets/5771054fbe39ac5f9b1aeeda2da6e848/Images/icon-download.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  width: 20px;
  height: 20px;
  font-size: 0px;
  text-indent: -2000px;
  display: block;
  float: right;
}
.project-objects .footable-details th {
  text-align: left;
  border-bottom:  2px solid #f7f5f1;
}
.project-objects .footable-details td {
  text-align: right;
  border-bottom: 2px solid #f7f5f1;
}





/* Immodetail - Responsible department
 * ----------------------------------------------- */
.immo-item-detail .responsible-department a {
  color: #b50919;
  font-weight: 700;
  text-decoration: none;
}

/* Immodetail - Map
 * ----------------------------------------------- */
.immo-item-detail .google-maps {
  width: 100%;
  overflow: hidden;
}
.immo-item-detail .mapcontainer {
  position: relative;
}
.immo-item-detail .mapcontainer .routePlanner {
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.immo-item-detail .mapcontainer .routePlanner a {
  text-transform: uppercase;
}
.immo-item-detail .map {
  width: 100%;
  height: 390px;
}

/* Immodetail - Links
 * ----------------------------------------------- */
.immo-item-detail .links .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b50919;
  color: #FFFFFF;
  text-align: center;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0px 0px 5px;
  padding: 15px 18px;
  font-size: 18px;
}
.immo-item-detail .links .btn:hover {
  background-color: #39444c;
}
.immo-item-detail .links .btn-bookmark {
  padding-left: 40px !important;
  width: 100%;
  box-sizing: border-box;
}
/* 480 px */
@media screen and (min-width: 30.000em) {
  .immo-item-detail .links {
    margin: 0 -3px;
  }
  .immo-item-detail .links > .inner {
    display: table;
    width: 100%;
  }
  .immo-item-detail .links .btn {
    display: table-cell;
    vertical-align: middle;
    border: 3px solid #ffffff;
    width: auto;
    font-size: 15px;
  }
  .immo-item-detail .links .btn-bookmark {
    width: 161px;
    max-width: 161px;
    display: block;
  }
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item-detail .links .btn {
    font-size: 13px;
    white-space: nowrap;
  }
}
/* 1024px */
@media screen and (min-width: 64.000em) {
  .immo-item-detail .links .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* 1280px */
@media screen and (min-width: 80.000em) {
  .immo-item-detail .links .btn {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Immodetail - Custom columns
 * ----------------------------------------------- */´
.immo-item-detail .col-custom-side .logo {
  margin-bottom: 30px;
  padding: 0px;
}
.immo-item-detail .col-custom-side .ce-infobox {
  padding: 18px 20px;
}
.immo-item-detail .contactperson {
  margin-bottom: 18px;
}
/* 768 px */
@media screen and (min-width: 48.000em) {
  .immo-item-detail .col-custom-main {
    width: 65.5%;
    padding-bottom: 30px;
  }
  .immo-item-detail .col-custom-side {
    width: 34%;
    padding-bottom: 30px;
  }
}
/* 820 px */
@media screen and (min-width: 51.250em) {
  .immo-item-detail .col-custom-side .ce-infobox {
    padding: 38px 27px;
  }
}


/* Immodetail - Contact person
 * ----------------------------------------------- */
.immo-item-detail .contactperson {
  color: #000000;
}
.immo-item-detail .contactperson .headline {
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  padding: 0px;
  font-weight: 500;
  margin-bottom: 48px;
}
.immo-item-detail .contactperson .image {
  margin-bottom: 18px;
}
.immo-item-detail .contactperson .name,
.immo-item-detail .contactperson .telephone {
  display: block;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
.immo-item-detail .contactperson img {
  margin: 0 auto;
}
.immo-item-detail .contactperson .btn {
  color: #ffffff;
  text-align: center;
  margin-top: 29px;
  padding-top: 15px;
  padding-bottom: 15px;
}


/* Immodetail - Opening hours
 * ----------------------------------------------- */
.immo-item-detail .logo {
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 20px;
}


/* Immodetail - Opening hours
 * ----------------------------------------------- */
.immo-item-detail .openinghours {
  color: #000000;
}
.immo-item-detail .openinghours .headline {
  font-size: 17px;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.immo-item-detail .openingtime-object {
  display: table;
  padding: 4px 0px;
  margin: 0 auto;
}
.immo-item-detail .openinghours .label {
  display: table-cell;
  letter-spacing: 0.02em;
  word-spacing: 0.2em;
  padding-right: 20px;
}
.immo-item-detail .openinghours .time {
  display: table-cell;
  text-align: left;
}


#reservationForm {
  padding-top: 40px;
  padding-bottom: 60px;
}
#reservationForm .btn{
    background-color: #b50919;
}
