/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* orange */
/* blue */
/* opacity .8 */
/* opacity .8 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* FOOTER */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* Header-Elements */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* Main */
/* General */
/* List-Elements */
/* Related for Level-0 */
html {
  -webkit-text-size-adjust: 100%;
}
.mobile-action-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5c6b99;
  background: transparent;
  clear: both;
  font-size: 200%;
  cursor: pointer;
}
.mobile-action-btn span {
  text-indent: -99999px;
  font-size: 40%;
  display: block;
  height: 0;
}
@media only screen and (max-width: calc(1280px  +  0)) {
  body#page .wrap {
    width: 100%;
    padding: 0 0;
    overflow: hidden;
  }
  body#page #page-header .wrap {
    overflow: visible;
  }
}
@media only screen and (max-width: 1024px) {
  body#page a#page-logo {
    padding: 0;
  }
  body#page a#page-logo object,
  body#page a#page-logo img {
    display: block;
    height: 70px;
    width: auto;
  }
  body#page #mobile-nav-item {
    border: none;
  }
  body#page #mobile-nav-item.mobileonly {
    display: inline-block;
    top: 27.5px;
    left: inherit;
    right: 15px;
  }
  body#page div#content-head #page-image {
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 950px) {
  body#page.blank section#page-content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  body#page > .ui-autocomplete.ui-menu {
    width: calc(100% -  0) !important;
    left: 0 !important;
  }
  body#page .col-w40,
  body#page .col-w60,
  body#page .col-w33,
  body#page .col-w66 {
    width: 50%;
  }
  body#page .col-w40.space-double,
  body#page .col-w60.space-double,
  body#page .col-w33.space-double,
  body#page .col-w66.space-double {
    width: 50%;
  }
  body#page .col-w40.space-tripple,
  body#page .col-w60.space-tripple,
  body#page .col-w33.space-tripple,
  body#page .col-w66.space-tripple {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  body#page.default aside#page-aside,
  body#page.default section#page-content,
  body#page .section-aside,
  body#page .section-main,
  body#page .col-w40,
  body#page .col-w60,
  body#page .col-w33,
  body#page .col-w66,
  body#page .col-w50,
  body#page .col-w25,
  body#page .col-w75,
  body#page.divide #module-content,
  body#page.divide #page-content,
  body#page.divide #text-content,
  body#page.divide aside#page-aside,
  body#page div.space-lr-double:not(.clickable),
  body#page div.space-lr-triple:not(.clickable) {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body#page .two-text-cols,
  body#page .three-text-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  body#page a#page-logo {
    padding: 0;
  }
  body#page a#page-logo object,
  body#page a#page-logo img {
    display: block;
    height: 45px;
    width: auto;
  }
  body#page.kontakt #text,
  body#page.kontakt #moduleContent.kontakt {
    width: 100%;
    margin: 0%;
    float: none;
  }
  body#page #text .GMUserdefined {
    height: 200px;
  }
}
@media only screen and (min-width: 1020px) {
  body#page.sticky-nav div#info-block {
    display: none;
  }
  body#page.sticky-nav header#page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #faaf3b;
    z-index: 1000;
    border-bottom: solid 1px #fff;
  }
  body#page.sticky-nav header#page-header .wrap.white {
    margin-top: 0;
    padding: 0 20px;
  }
  body#page.sticky-nav header#page-header nav#page-navigation a#page-logo object,
  body#page.sticky-nav header#page-header nav#page-navigation a#page-logo img {
    height: 70px;
    width: auto;
    padding: 2px;
  }
  body#page.sticky-nav header#page-header nav#page-navigation a#page-logo:after {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
  body#page.sticky-nav header#page-header nav#page-navigation .main-navigation {
    padding: 0px 15px 0 0;
  }
  body#page.sticky-nav header#page-header nav#page-navigation div#info-block,
  body#page.sticky-nav header#page-header nav#page-navigation div#page-topline {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  body#page #page-header .wrap {
    overflow: visible;
  }
  body#page #page-topline {
    left: auto;
    right: 0;
    width: 500px;
  }
  body#page.home #page-main .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body#page a#page-logo {
    width: auto;
    z-index: 101;
    margin-top: -35px;
  }
  body#page a#page-logo object,
  body#page a#page-logo img {
    height: 140px;
    width: 140px;
  }
  body#page #page-navigation > .wrap {
    display: block;
    height: auto;
    overflow: visible;
  }
  body#page #page-navigation:before {
    height: 50px;
    top: 25px;
  }
  body#page #page-navigation ul.multi-level-navigation {
    position: relative !important;
    background: #5c6b99;
  }
  body#page .navigation-wrap {
    position: relative !important;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
  body#page #page-topline {
    left: auto;
    right: 0;
    width: 100%;
    position: relative;
    margin-top: -20px;
  }
  body#page .mobile-header-content {
    top: 19px;
    right: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  body#page #mobile-nav-item {
    position: relative !important;
    top: 17px !important;
    left: unset !important;
    right: 15px !important;
    display: flex !important;
    align-items: center;
    padding-left: 15px;
    width: auto;
    font-size: 140% !important;
  }
  body#page #mobile-nav-item span {
    text-indent: 0;
    padding-left: 10px;
    font-size: 100% !important;
    height: auto;
  }
  body#page #mobile-nav-item i {
    position: relative;
    top: 0px !important;
  }
  body#page #slider > li .sliderContent h2 .title {
    font-size: 250%;
  }
  body#page #slider > li .sliderContent h2 .subtitle {
    font-size: 150%;
  }
  body#page.home #page-main h1,
  body#page.home #page-main h2 {
    font-size: 160%;
  }
  body#page footer#page-footer > .wrap {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 950px) {
  body#page.blank section#page-content {
    width: 100%;
    margin: 0;
  }
  body#page div#page-background {
    background: url(../../../images/default/bg-header.jpg ) transparent no-repeat bottom center cover;
  }
}
@media only screen and (max-width: 900px) {
  body#page.home #page-main .main,
  body#page.home #page-main .aside {
    width: 100%;
    float: none;
    padding: 0 15px;
    overflow: hidden;
  }
  body#page.home #page-main .main h1,
  body#page.home #page-main .aside h1,
  body#page.home #page-main .main h2,
  body#page.home #page-main .aside h2 {
    text-align: left;
    padding-left: 30px;
  }
  body#page.home #page-main .main {
    padding-bottom: 15px;
  }
  body#page.contactmodule #text,
  body#page.contactmodule #moduleContent {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    display: block;
  }
  body#page.default footer#page-footer,
  body#page.blank footer#page-footer {
    margin-top: 0;
  }
  body#page #page-header {
    background: #5c6b99;
  }
  body#page.default #page-main,
  body#page.blank #page-main {
    margin: 0;
    background: #5c6b99;
  }
  body#page div#page-breadcrumbs {
    top: 0;
  }
  body#page.default h1,
  body#page.blank h1 {
    height: 60px;
    border-top: 0px solid #fff;
  }
}
@media only screen and (max-width: 850px) {
  body#page ul.info {
    flex-wrap: wrap;
  }
  body#page ul.info > li.info-legend {
    width: 100%;
    order: 1;
  }
  body#page ul.info > li.info-prev {
    width: 50%;
    order: 2;
    margin-right: 0;
  }
  body#page ul.info > li.info-next {
    width: 50%;
    order: 3;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  body#page.default aside#page-aside,
  body#page.default section#page-content {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none;
  }
  body#page.default h1 {
    padding-left: 15px;
  }
  body#page.default.singleview h1 {
    left: -15px;
    padding-left: 15px;
    width: calc(100% + 30px);
  }
  body#page.default.singleview .col-w66,
  body#page.default.singleview .col-w33 {
    width: 100%;
    margin: 0;
  }
  body#page.singleview.default #page-aside img,
  body#page.singleview.default #page-content img {
    width: 100%;
    object-fit: cover;
  }
  body#page ul.widgetlist-aside > li h2 {
    font-size: 180%;
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
  body#page .col-w33,
  body#page .col-w25,
  body#page .col-w40 {
    width: calc(50% - 15px);
    margin-bottom: 15px;
    margin-top: 15px;
  }
  body#page.home #home-content .col-w66,
  body#page.home #home-content .col-w33 {
    width: 100%;
    margin: 0;
  }
  body#page #slider > li .sliderContent h2 .title {
    font-size: 200%;
  }
  body#page #slider > li .sliderContent h2 .subtitle {
    font-size: 125%;
  }
}
@media only screen and (max-width: 700px) {
  body#page .plugin-infoimage.col-w40 {
    width: 49%;
  }
  body#page .apartments-list .list-item-wrap,
  body#page #category-list .list-item-wrap {
    display: flex;
    flex-direction: column;
  }
  body#page .apartments-list .list-item-wrap .list-item-image,
  body#page #category-list .list-item-wrap .list-item-image {
    padding-right: 0;
    padding-top: 15px;
    width: 100%;
  }
  body#page .apartments-list .list-item-wrap .list-item-content,
  body#page #category-list .list-item-wrap .list-item-content {
    padding: 15px 0px 50px 0px !important;
    width: 100%;
  }
  body#page #slider-frame.default-slider {
    height: 80vh;
  }
  body#page #slider-frame.default-slider .sliderContent {
    bottom: 10%;
  }
}
@media only screen and (max-width: 600px) {
  body#page .col-w25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  body#page ul.topline-contact > li:nth-child(n+2):before {
    content: unset;
  }
  body#page #page-navigation:before {
    content: none;
  }
  body#page #page-navigation > .wrap {
    background: #faaf3b;
  }
  body#page #page-navigation > .wrap #mobile-nav-item.mobileonly {
    top: 7.5px;
  }
  body#page #page-navigation > .wrap a#page-logo {
    height: 60px;
    overflow: hidden;
    margin-top: 0;
  }
  body#page #page-navigation > .wrap a#page-logo object,
  body#page #page-navigation > .wrap a#page-logo img {
    height: 110px;
    width: 110px;
    padding: 0px 0;
    transform: translateY(-25px);
  }
  body#page #page-navigation > .wrap a#page-logo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
  body#page #page-navigation > .wrap a#page-logo:after {
    content: none;
  }
  body#page #page-navigation > .wrap .mobile-header-content {
    top: 0;
  }
  body#page #page-navigation > .wrap #mobile-nav-item {
    top: unset !important;
  }
  body#page #page-navigation > .wrap #mobile-contact-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: 15px !important;
    display: flex !important;
    align-items: center;
    padding-left: 15px;
    width: auto;
    font-size: 140% !important;
  }
  body#page #page-navigation > .wrap #mobile-contact-item span {
    text-indent: 0;
    padding-left: 10px;
    font-size: 100% !important;
    height: auto;
  }
  body#page #page-navigation > .wrap #mobile-contact-item i {
    position: relative;
    top: 0px !important;
  }
  body#page .navigation-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 0;
  }
  body#page #page-topline {
    display: none;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 0;
  }
  body#page #page-topline .topline-contact {
    display: flex;
    flex-direction: column;
    float: none;
    padding-left: 15px;
  }
  body#page #slider-frame.default-slider {
    height: 65vh;
  }
  body#page #slider-frame.default-slider .sliderContent {
    font-size: 90%;
  }
}
@media only screen and (max-width: 450px) {
  body#page #slider > li .sliderContent h2 .title {
    font-size: 175%;
  }
  body#page #slider > li .sliderContent h2 .subtitle {
    font-size: 115%;
  }
  body#page ul#main-navigation > li > .nav-item-wrap > a {
    font-size: 125%;
  }
  body#page #slider-frame.default-slider {
    height: 55vh;
  }
  body#page #slider-frame.default-slider .sliderContent {
    font-size: 85%;
  }
}
