body {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  /* border: 6px solid #903486;
  padding: 20px !important; */
}

.text-color-enabled {
  color: black;
}
.text-color-disabled {
  color: grey;
}

.text-color-green {
  color: rgb(16, 90, 16);
}
.text-color-yellow {
  color: rgb(177, 143, 55);
}
.text-color-red {
  color: rgb(176, 37, 37);
}
tr:hover .text-color-green {
  color: rgb(171, 255, 171);
}
tr:hover .text-color-yellow {
  color: rgb(255, 242, 157);
}
tr:hover .text-color-red {
  color: rgb(255, 170, 170);
}

.disabled {
  pointer-events: none;
  background-color: #707070 !important;
}
.disabled * {
  pointer-events: none;
  background-color: #707070;
}

.e3d-boxen-wallbach {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.e3d-isometrie #iso svg {
  display: inline-block;
  max-height: 40vh;
  width: 100%;
  /* height: 40vh; */
  /* padding-top: 20vh; */
}

.e3d-flat-data-filter-container {
  height: 60vh;
}
.e3d-obj-container table {
  border-collapse: collapse;
  height: calc(60vh - 100px);
}

@media (min-height: 1080px) and (min-width: 1200px) {
  .e3d-isometrie #iso svg {
    max-height: 50vh;
  }
  .e3d-flat-data-filter-container {
    height: 50vh;
  }
  .e3d-obj-container table {
    height: calc(50vh - 100px);
  }
}

@media (max-width: 1200px) {
  .e3d-flat-data-filter-container {
    height: auto;
  }
  .e3d-obj-container table {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 1200px) {
  .e3d-obj-container table {
    height: calc(64vh - 100px);
  }
}

@media (max-width: 1200px) and (max-height: 900px) {
  .e3d-flat-data-filter-container {
    max-height: 600px;
  }
  .e3d-obj-container table {
    max-height: 300px;
  }
}

.e3d-obj-container thead {
  background-color: white;
}

.e3d-obj-container thead tr {
  background-color: white;
  z-index: 99;
}

.e3d-obj-container td,
.e3d-obj-container th {
  padding: 4px 8px;
}

.no-results {
  padding-left: 16px !important;
}

/*SLIDER BACKGROUND*/
.ui-widget-header {
  border: 5px solid #96468e;
  background: #96468e;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #d299cc;
  background: radial-gradient(white, #e6dbe4);
  font-weight: bold;
  color: #96468e;
}

.ui-widget-content {
  border: 1px solid grey !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid grey !important;
}

.e3d-flat-data-filter-container {
  display: flex;
}

@media (max-width: 960px) {
  .e3d-flat-data-filter-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .e3d-obj-filter-container {
    max-width: 640px;
    padding: 10px 30px 0px 5px !important;
  }
  .e3d-flat-data {
    padding: 10px 30px 0px 5px;
    height: 100%;
  }
  .e3d-obj-filter-container p {
    margin-bottom: 6px;
  }
  h2 {
    margin-bottom: 6px;
  }
  .e3d-additional-info .uk-first-column {
    margin-bottom: 6px;
  }
  .e3d-obj-list_container table {
    overflow-x: auto !important;
  }
}

.e3d-additional-info:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.e3d-table-max-height {
  display: block;
  overflow: auto;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

@media (min-width: 960px) {
  .e3d-table-max-height {
    height: 40vh;
  }
}

@media (max-width: 960px) {
  .e3d-table-max-height {
    height: 85vh;
  }
  .e3d-table-max-height td {
    font-size: 14px;
    min-width: 40px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .e3d-table-max-height td:first-child {
    width: 16px;
    min-width: 16px;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.e3d-head-sticky {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 5;
}

thead th {
  vertical-align: bottom !important;
}

.e3d-icon {
  width: 26px;
  height: 26px;
}

.e3d-status-icon {
  width: 16px;
  height: 16px;
}

.e3d-open-icon {
  transform: rotate(0deg);
  transition: rotate 0.4s ease;
}
.e3d-open-icon.open {
  transform: rotate(-90deg);
  transition: rotate 0.4s ease;
}

.filtered,
.filtered-available {
  visibility: hidden;
  display: none;
}

.e3d-filter-container-vert,
.e3d-filter-container-vert ul {
  max-width: 300px;
}

.e3d-filter-container-vert {
  margin-top: 0px !important;
}

.e3d-filter-container-vert p {
  margin-bottom: 8px;
}

.e3d-obj-filter-container {
  margin: 40px 20px;
}

.e3d-obj-filter-container fieldset {
  display: inline-block;
  border: none;
}

.e3d-filter-container-vert ul {
  list-style-type: none;
  padding-left: 0;
}

.e3d-filter-container-vert input {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}

.e3d-filter-container-vert label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.e3d-filter-container-vert legend {
  color: black;
  font-weight: bold;
}

.e3d-additional-info,
.e3d-additional-info td {
  padding: 0;
  border-bottom: 1px solid #707070;
}

.e3d-additional-info.hidden {
  height: 0px;
}

.e3d-additional-info.hidden td div.slide {
  max-height: 0;
  padding: 0 0px;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  transition: max-height 0.3s, padding 0.3s;
}
.e3d-additional-info.hidden * {
  max-height: 0;
  padding: 0 0px;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.e3d-additional-info td div.slide {
  max-height: 960px;
  padding: 10px 10px;
  transition: max-height 0.6s, padding 0.6s;
  text-align: center;
  /*  border: 1px solid black;*/
  /*  max-width: calc(100vw - 80px);*/
}
.e3d-additional-info * {
  max-height: 960px;
  transition: max-height 0.6s, padding 0.6s;
  max-width: calc(100vw - 80px);
}

/*
@media only screen and (max-width: 640px) {
  .e3d-apartments-list_container td,
  .e3d-crafts-list_container td {
    text-align: left !important;
    border: none;
  }
  .e3d-apartments-list_container tr,
  .e3d-crafts-list_container tr {
    border-bottom: 2px solid black;
    border-collapse: separate;
    border-spacing: 0px 6px;
  }

  .e3d-filter-container-vert label {
    width: calc(50vw - 80px);
  }
  tr {
    max-width: calc(100vw - 40px);
    display: block;
  }
  td {
    display: table-row;
  }
  .e3d-additional-info {
    padding: 0;
    border-bottom: none !important;
  }
}

@media (max-width: 640px) {
  .e3d-mobile-column {
    display: block;
    float: left;
    width: 200px;
    text-align: left;
    font-weight: bold;
  }
}

@media (min-width: 960px) {
  .e3d-mobile-column {
    display: none;
  }
}*/

.show100 {
  display: none;
}
.show200 {
  display: none;
}
.show300 {
  display: none;
}
.show400 {
  display: none;
}
.show500 {
  display: none;
}
.show600 {
  display: none;
}
.show640-tr {
  display: none;
}
.show700 {
  display: none;
}
.show800 {
  display: none;
}
.show900 {
  display: none;
}
.show960 {
  display: none;
}
.show1000 {
  display: none;
}
.show1100 {
  display: none;
}
.show1200 {
  display: none;
}
.show1300 {
  display: none;
}
.show1400 {
  display: none;
}
.show1500 {
  display: none;
}
.show1600 {
  display: none;
}

@media only screen and (min-width: 100px) {
  .show100 {
    display: table-cell;
  }
}

@media only screen and (min-width: 200px) {
  .show200 {
    display: table-cell;
  }
}
@media only screen and (min-width: 300px) {
  .show300 {
    display: table-cell;
  }
}
@media only screen and (min-width: 400px) {
  .show400 {
    display: table-cell;
  }
}
@media only screen and (min-width: 500px) {
  .show500 {
    display: table-cell;
  }
}
@media only screen and (min-width: 600px) {
  .show600 {
    display: table-cell;
  }
}
@media only screen and (min-width: 640px) {
  .show640-tr {
    display: table-row;
  }
}
@media only screen and (min-width: 700px) {
  .show700 {
    display: table-cell;
  }
}
@media only screen and (min-width: 800px) {
  .show800 {
    display: table-cell;
  }
}
@media only screen and (min-width: 900px) {
  .show900 {
    display: table-cell;
  }
}
@media only screen and (min-width: 960px) {
  .show960 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1000px) {
  .show1000 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1100px) {
  .show1100 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1200px) {
  .show1200 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1300px) {
  .show1300 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1400px) {
  .show1400 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1500px) {
  .show1500 {
    display: table-cell;
  }
}
@media only screen and (min-width: 1600px) {
  .show1600 {
    display: table-cell;
  }
}

@media only screen and (max-width: 1200px) {
  .e3d-isometrie {
    display: none;
  }
}

/*
body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  color: #363a38;
  font-size: 19px;
  overflow-x: hidden;
}
*/

.ui-slider-handle.ui-corner-all {
  border-radius: 100%;
}

.infoBox {
  display: none;
}
.infoBox > div {
  float: left;
}
.infoBoxTR > td {
  padding: 0px;
}

.filtered {
  display: none;
}

.hidden {
  display: none;
}

.offer tr {
  text-align: right;
}

#iso .level {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /* opacity: 1;
  fill-opacity: 0.05;
  stroke-opacity: 1;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0px; */
}

#iso .flat {
  stroke: #74787b;
  stroke-width: 4px;
  fill-opacity: 0.5;
  fill: #fff !important;
  opacity: 1;
  transition: all 0.1s;
}

#iso .level.on {
  transform: translate(0px, -380px);
  -webkit-transform: translate(0px, -380px);
  -ms-transform: translate(0px, -380px);
  /* opacity: 1;
  /* fill-opacity: 0.01; */
  /* stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0px; */
  transition: all 0.3s ease;
}

#iso .flat.on {
  fill: #96468e !important;
  stroke: #96468e;
  stroke-width: 10px;
  opacity: 1;
  fill-opacity: 0.4;
  transition: all 0.1s;
}
.item {
  text-align: center;
}
.item .ui-slider {
  margin-top: 12px;
}

.angebot .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1920px;
  padding: 6em 2em 2em 2em;
  margin: 0 auto;
}

.angebot .center .left {
  width: 49%;
}

.angebot .left .wrapper {
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: hidden;
  text-align: center;
}

.angebot .center .right {
  width: 49%;
  padding-top: 1em 6em;
}

.filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter .item {
  width: 48%;
  margin-bottom: 0.5em;
}

.filter .slidertext {
  font-size: 0.9em;
}

.filter label {
  display: inline-block;
  margin: 0.4em 0;
}

.info {
  text-align: center;
}

table.offer {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.button {
  padding: 6px;
  border: 1px;
  max-width: 240px;
  margin-bottom: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  margin-top: 20px;
}

.uk-checkbox {
  margin-right: 6px;
}

.uk-button-primary {
  background-color: #96468e;
  color: #fff;
}

.uk-button-primary:hover {
  background-color: #74336e;
  color: #fff;
}

table.offer tbody tr:not(.infoBoxTR) {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 150);
  padding: 8px 0px;
}

table.offer tbody tr:not(.infoBoxTR) td {
  /*background: #FFFFFF;*/
  border-top: 1px solid rgba(0, 0, 0, 150);
  padding: 3px 10px 12px 10px;
}

table.offer thead th {
  color: #74787b;
  padding: 3px 10px 8px 10px;
}

/* table.offer tbody tr.on,
.business table.offer tbody tr.on {
  background: rgba(158, 168, 121, 0.4);
  cursor: pointer;
} */

.ui-slider div:last-child {
  background: rgba(158, 168, 121, 0.4);
}

.flatTR {
  border-bottom: 2px solid #707070;
  transition: all 0.1s;
}

.flatTR.on {
  background: #96468e !important;
  color: white;
  cursor: pointer;
  transition: all 0.1s;
}
.flatTR.on td {
  color: white;
}
.flatTR.row-active td {
  color: white;
}

.flatTR.active {
  transition: all 0.6s;
  font-weight: 500;
}

.flatTR.row-active {
  /* transition: all 1.6s; */
  color: white;

  background-color: #96468e;
}

.flatTR.on .text-color-green,
.flatTR.row-active .text-color-green {
  color: rgb(171, 255, 171);
}
.flatTR.on .text-color-yellow,
.flatTR.row-active .text-color-yellow {
  color: rgb(255, 242, 157);
}
.flatTR.on .text-color-red,
.flatTR.row-activen .text-color-red {
  color: rgb(255, 170, 170);
}

tr[data-status]:not([data-status="frei"]) {
  color: rgba(0, 0, 0, 0.6);
}

.e3d-obj-container table {
  max-width: 100%;
  white-space: nowrap;
}

.e3d-obj-container table tr td:nth-child(1),
.e3d-obj-container table tr th:nth-child(1) {
  min-width: 67px;
}
.e3d-obj-container table tr td:nth-child(2),
.e3d-obj-container table tr th:nth-child(2) {
  min-width: 57px;
}
.e3d-obj-container table tr td:nth-child(3),
.e3d-obj-container table tr th:nth-child(3) {
  min-width: 203px;
}
.e3d-obj-container table tr td:nth-child(4),
.e3d-obj-container table tr th:nth-child(4) {
  min-width: 85px;
}
.e3d-obj-container table tr td:nth-child(5),
.e3d-obj-container table tr th:nth-child(5) {
  min-width: 71px;
}
.e3d-obj-container table tr td:nth-child(6),
.e3d-obj-container table tr th:nth-child(6) {
  min-width: 104px;
}
.e3d-obj-container table tr td:nth-child(7),
.e3d-obj-container table tr th:nth-child(7) {
  min-width: 119px;
}
.e3d-obj-container table tr td:nth-child(8),
.e3d-obj-container table tr th:nth-child(8) {
  min-width: 110px;
}
.e3d-obj-container table tr td:nth-child(9),
.e3d-obj-container table tr th:nth-child(9) {
  min-width: 85px;
}
.e3d-obj-container table tr td:nth-child(10),
.e3d-obj-container table tr th:nth-child(10) {
  min-width: 42px;
}

.uk-table thead {
  border-bottom: 4px solid black;
}

.e3d-obj-filter-container-vert {
  width: 50%;
  display: inline-block;
}

.e3d-obj-filter-group {
  width: 50%;
  display: inline-block;
}

.e3d-obj-filter-group .uk-button-default {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid black;
  float: left;
}
.uk-button-default,
.uk-checkbox,
.uk-radio {
  border: 1px solid #a7a7a7;
}

.e3d-obj-filter-group .uk-button-primary {
  float: left;
}

/*************CUSTOM CHECKBOXES*******************/
.e3d-filter-container-vert ul {
  display: flex;
  justify-content: space-between;
}
.e3d-filter-container-vert li {
  display: flex;
  align-content: center;
  align-items: center;
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus,
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #96468e;
}

.uk-checkbox:focus,
.uk-radio:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  border-color: #96468e;
}

.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.1s ease;
  margin: 0px !important;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx[for="nurFreie"] {
  margin-top: 8px !important;
}

.cbx:hover {
  background: rgba(158, 168, 121, 0.06);
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.1s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 12px;
}
.cbx:hover span:first-child {
  border-color: rgb(158, 168, 121);
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: rgb(158, 168, 121);
  border-color: rgb(158, 168, 121);
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .cbx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}
@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
