@import "/lib/bootstrap-3.3.7/less/bootstrap.css";
@import "/lib/css/fonts/icomoon/style.css";
@import "/lib/slick-1.6.0/slick/slick.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/lib/css/fonts/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/lib/css/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('/lib/css/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('/lib/css/fonts/open-sans-v15-latin-regular.woff') format('woff'), url('/lib/css/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('/lib/css/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/lib/css/fonts/open-sans-v15-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/lib/css/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('/lib/css/fonts/open-sans-v15-latin-600.woff2') format('woff2'), url('/lib/css/fonts/open-sans-v15-latin-600.woff') format('woff'), url('/lib/css/fonts/open-sans-v15-latin-600.ttf') format('truetype'), url('/lib/css/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/lib/css/fonts/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/lib/css/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('/lib/css/fonts/open-sans-v15-latin-700.woff2') format('woff2'), url('/lib/css/fonts/open-sans-v15-latin-700.woff') format('woff'), url('/lib/css/fonts/open-sans-v15-latin-700.ttf') format('truetype'), url('/lib/css/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.four-three {
  position: relative;
}
.four-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-three > .content,
.four-three > .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-position: center center;
  object-fit: cover;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #eeeeee;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 8px;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  font-size: 100.0%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  color: #000;
  position: relative;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 75px;
}
body * {
  outline: 0 !important;
}
body hr {
  border-color: #8f96ac;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover {
  text-decoration: none;
  color: #000;
}
body ul {
  padding: 0px;
  margin: 0px;
}
body ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
body p {
  font-size: 13px;
  line-height: 20px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
}
body table {
  border: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
body table tr td {
  font-size: 13px;
  line-height: 20px;
  padding: 0px 20px 0px 0px;
}
body h1 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  line-height: 37px;
  padding: 15px 0px;
  margin: 0px;
  border-top: 1px solid #36426b;
  border-bottom: 1px solid #36426b;
}
body h1 br {
  display: none;
}
body h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 0px;
  margin: 35px 0px 20px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body h3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  padding: 0px;
  margin: 35px 0px 20px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  padding: 0px;
  margin: 20px 0px 20px 0px;
}
body h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px;
  border-top: 1px solid #36426b;
  border-bottom: 1px solid #36426b;
}
body .img-full {
  display: block;
  width: 100%;
  height: auto;
}
body a {
  color: #36426b;
}
body a:hover {
  color: #93cad8;
}
body .accordion > .title {
  border-bottom: 1px solid #36426b;
  cursor: pointer;
}
body .accordion > .title h2 {
  margin-bottom: 35px;
  position: relative;
}
body .accordion > .title h2:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 15px;
  content: "\e900";
  font-family: icomoon;
  font-size: 1.2em;
  font-weight: normal;
}
body .accordion > .title:hover {
  color: #93cad8;
}
body .accordion.open > .title h2:before {
  content: "\e906";
}
body .accordion > .content {
  display: none;
  padding-bottom: 35px;
  border-bottom: 1px solid #36426b;
}
body .linktable {
  margin-top: 35px;
  margin-bottom: 35px;
}
body .linktable .row {
  margin-bottom: 35px;
}
body .linktable .bezeichner {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  padding: 5px 0px;
}
body .linktable a {
  display: block;
  border-bottom: 1px solid #36426b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  padding: 5px 0px;
}
body .image-full {
  padding-top: 35px;
  padding-bottom: 35px;
}
body .image-full img {
  display: block;
  width: 100%;
  height: auto;
}
body .image-row {
  position: relative;
}
body .image-row .img {
  padding-top: 35px;
  padding-bottom: 35px;
}
body .image-row .img:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  content: "";
  border-bottom: 1px solid #36426b;
}
body .image-row .img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: auto;
}
body .image-row:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  content: "";
  border-bottom: 1px solid #36426b;
}
body .filter {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
body .filter:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  content: "";
  border-bottom: 1px solid #36426b;
}
body .filter .label {
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #36426b;
  margin-left: 0px;
  padding-left: 0px;
}
body .filter a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #36426b;
  margin-left: 0px;
}
body .filter a.active {
  font-weight: 700;
}
body .filter a:hover {
  color: #93cad8;
}
body .objekt {
  margin-bottom: 50px;
}
body .objekt h4 {
  margin: 15px 0px 15px 0px;
  min-height: 40px;
}
body .objekt h5 {
  min-height: 82px;
}
body .objekt .price,
body .objekt a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
body .objekt .price span,
body .objekt a span {
  font-size: 10px;
  margin-left: 5px;
}
body .object-table {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
body .object-table .empty {
  display: none;
}
body .object-table .bold {
  font-weight: 700;
}
body .object-table .row {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .object-table .row:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  content: "";
  border-bottom: 1px solid #36426b;
}
body .object-slider {
  margin-top: 35px;
  margin-bottom: 25px;
}
body .object-slider img {
  display: block;
  width: 100%;
  height: auto;
}
body .object-slider .slick-arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 2em;
  color: #FFF;
  margin-top: -16px;
  cursor: pointer;
}
body .object-slider .slick-arrow.icon-arrow-left {
  left: 30px;
}
body .object-slider .slick-arrow.icon-arrow-right {
  right: 30px;
}
body .object-slider .slick-dots {
  position: absolute;
  bottom: 2px;
  right: 15px;
  z-index: 2;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
body .object-slider .slick-dots li {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
  margin: 0px 0px 0px 6px !important;
}
body .object-slider .slick-dots li button {
  display: none;
}
body .object-slider .slick-dots li:before {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 3em;
  color: #FFF;
  cursor: pointer;
}
body .object-slider .slick-dots li.slick-active:before {
  color: #93cad8;
}
body .object-top {
  margin-bottom: 15px;
}
body .object-top .price {
  font-size: 23px;
  font-weight: 600;
}
body .object-top .id {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
body .object-foot {
  background-color: #606c95;
  margin: 25px -15px -15px -15px;
  padding: 35px 15px;
}
body .object-foot h2 {
  font-size: 23px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: normal;
  text-transform: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
body .object-foot a {
  font-size: 13px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  margin-bottom: 10px;
}
body .object-foot a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 8px;
  line-height: 20px;
  font-weight: 400;
  font-family: icomoon;
  content: "\e901";
  color: #FFF;
}
body .object-foot a:hover {
  color: #93cad8;
}
body .object-foot a:hover:before {
  color: #93cad8;
}
body #logo {
  display: block;
  margin-bottom: 30px;
}
body #logo img {
  display: inline-block;
  width: 129px;
  height: auto;
}
body footer {
  position: relative;
  background-color: #36426b;
  z-index: 2;
  margin: 15px 15px 0px 15px;
}
body footer .foot {
  padding: 10px 40px;
}
body footer .foot > div,
body footer .foot a,
body footer .foot span {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
body footer .foot > div.divider,
body footer .foot a.divider,
body footer .foot span.divider {
  margin: 0px 12px;
}
body.navigation aside {
  height: 100%;
}
body.navigation aside .navigation-holder {
  overflow-y: scroll;
}
body aside {
  position: fixed;
  top: 0px;
  left: 15px;
  right: 15px;
  height: 45px;
  z-index: 99;
  background-color: #36426b;
  -webkit-box-shadow: 6px 6px 21px 1px rgba(54,66,107,0.28);
  box-shadow: 6px 6px 21px 1px rgba(54,66,107,0.28);
  transition: height 800ms cubic-bezier(0.250,0.460,0.450,0.940);
}
body aside.abs {
  left: 15px;
  margin-top: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: top 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
body aside .navigation-holder {
  position: absolute;
  overflow: hidden;
  top: 45px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body aside .toggle-nav {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
body aside .toggle-nav span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 24px;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 10.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
body aside .toggle-nav span:nth-child(1) {
  top: 17px;
}
body aside .toggle-nav span:nth-child(2),
body aside .toggle-nav span:nth-child(3) {
  top: 23.0px;
}
body aside .toggle-nav span:nth-child(4) {
  top: 29px;
}
body aside .toggle-nav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body aside .toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body aside .toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body aside .toggle-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body aside nav {
  padding: 0px 0px 45px 0px;
}
body aside nav > ul li.item {
  border-bottom: 1px solid #8f96ac;
}
body aside nav > ul li.item:first-child {
  border-top: 1px solid #8f96ac;
}
body aside nav > ul li.item > a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #FFF;
  display: block;
  padding: 7px 29px;
  transition: background-color 300ms cubic-bezier(0.250,0.460,0.450,0.940);
}
body aside nav > ul li.item:hover > a,
body aside nav > ul li.item.active > a {
  background-color: #606c95;
  color: #FFF;
}
body aside nav > ul > li.folder {
  margin-top: 30px;
}
body aside nav > ul > li.folder > a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  display: block;
  padding: 7px 29px;
  cursor: none;
  pointer-events: none;
}
body main {
  background-color: #eeeeee;
  -webkit-box-shadow: 6px 6px 21px 1px rgba(54,66,107,0.28);
  box-shadow: 6px 6px 21px 1px rgba(54,66,107,0.28);
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #36426b;
}
body main ul {
  margin-bottom: 35px;
}
body main ul li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0px 5px 38px;
  margin: 0px 0px 0px 0px;
  font-weight: 500;
  border-bottom: 1px solid #36426b;
}
body main ul li:before {
  position: absolute;
  content: "•";
  left: 0px;
  top: 6px;
}
body main ul li:first-child {
  border-top: 1px solid #36426b;
}
body main ol {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  margin-bottom: 35px;
}
body main ol li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0px 5px 28px;
  margin: 0px 0px 0px 0px;
  font-weight: 500;
}
body #visual {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: url(/images/elements/bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
body #visual_ov {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 35px;
  overflow: hidden;
  z-index: 2;
}
body #visual_ov div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: url(https://www.noe-immobilien.de/images/elements/bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
body form .selector-field {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
body form .selector-field .holder-closed {
  width: 100%;
  height: 60px;
  position: relative;
}
body form .selector-field .holder-closed .option {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #36426b;
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 700;
}
body form .selector-field .holder-closed .icons {
  position: absolute;
  top: 28px;
  right: 20px;
  z-index: 2;
}
body form .selector-field .holder-closed .icons span {
  color: #FFF;
  position: absolute;
  right: 0px;
  font-size: 10px;
}
body form .selector-field .holder-closed .icons .icon-arrow-small-up {
  top: -10px;
}
body form .selector-field .holder-closed .icons .icon-arrow-small-down {
  top: 6px;
}
body form .selector-field .holder-open {
  width: 100%;
  height: 120px;
  position: absolute;
  top: 64px;
  left: 0px;
  display: none;
  z-index: 3;
}
body form .selector-field .holder-open .option {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #93cad8;
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 700;
}
body form .selector-field .holder-open .option:hover {
  background-color: #606c95;
}
body form .selector-field .holder-open .option:last-child {
  top: 64px;
}
body form .selector-field .holder-open .icons {
  position: absolute;
  top: 28px;
  right: 20px;
  z-index: 2;
}
body form .selector-field .holder-open .icons span {
  color: #FFF;
  position: absolute;
  right: 0px;
  font-size: 10px;
}
body form .selector-field .holder-open .icons .icon-arrow-small-up {
  top: -10px;
}
body form .selector-field .holder-open .icons .icon-arrow-small-down {
  top: 6px;
}
body form ul.selectable li {
  padding-left: 0px;
}
body form ul.selectable li:before {
  display: none;
}
body form ul.selectable li.head {
  font-weight: 600;
}
body form ul.selectable li.s {
  cursor: pointer;
  color: #93cad8;
}
body form ul.selectable li.a {
  font-weight: 600;
  color: #36426b;
}
body form ul.selectable li.a:before {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  content: "X";
  padding-right: 6px;
  font-weight: 600;
}
body form input[type="text"] {
  display: block;
  border: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #36426b;
  font-size: 13px;
  margin-bottom: 4px;
  background-color: #e5e7ef;
  padding: 0px 8px;
}
body form input[type="text"]::-webkit-input-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form input[type="text"]:-moz-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form input[type="text"]::-moz-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form input[type="text"]:-ms-input-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form textarea {
  display: block;
  border: none;
  width: 100%;
  height: 64px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #36426b;
  font-size: 13px;
  margin-bottom: 4px;
  background-color: #e5e7ef;
  padding: 0px 8px;
  resize: none;
}
body form textarea::-webkit-input-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form textarea:-moz-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form textarea::-moz-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form textarea:-ms-input-placeholder {
  color: #36426b !important;
  opacity: 1;
}
body form button[type="submit"] {
  display: block;
  border: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  margin: 30px 0px;
  background-color: #36426b;
  padding: 0px 15px;
  text-align: left;
  text-transform: uppercase;
}
body form button[type="submit"] span {
  font-size: 10px;
}
body form button[type="reset"] {
  display: block;
  border: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #36426b;
  font-size: 13px;
  font-weight: 700;
  margin: 30px 0px;
  background-color: transparent;
  padding: 0px 0px;
  text-align: left;
  text-transform: uppercase;
}
body form button[type="reset"] span {
  font-size: 10px;
  margin-left: 6px;
}
body .only-print {
  display: none;
}
.tracker {
  position: fixed;
  display: none;
  left: 0px;
  width: 300px;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 3;
  top: 0px;
}
.tracker span {
  display: block;
  color: white;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 38px;
    line-height: 47px;
    padding: 45px 0px;
  }
  body h1 br {
    display: block;
  }
  body main {
    padding: 25px;
  }
  body .object-slider .slick-arrow {
    display: block !important;
  }
  body .object-table .empty {
    display: block;
  }
  body .object-foot {
    margin: 25px -25px -25px -25px;
    padding: 35px 25px;
  }
  body .object-foot a {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 35px;
    background: url(/images/elements/bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  body #visual {
    display: none;
  }
  body .container-fluid {
    max-width: 970px;
  }
  body .accordion > .title h2::before {
    right: 50px;
  }
  body .linktable .row {
    margin-bottom: 0px;
  }
  body .filter .label {
    display: inline-block;
  }
  body .filter a {
    display: inline-block;
    margin-left: 20px;
  }
  body .object-foot {
    margin: 25px -45px -45px -45px;
    padding: 35px 45px;
  }
  body aside {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    height: inherit;
    z-index: inherit;
  }
  body aside .toggle-nav {
    display: none;
  }
  body aside .navigation-holder {
    position: relative;
    overflow: inherit;
    top: auto;
    bottom: inherit;
    left: 0px;
    right: inherit;
  }
  body aside nav {
    padding-top: 45px;
  }
  body footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
  }
  body main {
    padding: 45px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  body .container-fluid {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  body .container-fluid {
    max-width: 1300px;
  }
}
@media (min-width: 2000px) {
  body .container-fluid {
    max-width: 1300px;
  }
}
