.e3d-isometrie {
  display: inline-block;
  height: 100%;
  width: 100%;
  float: left;
  /* padding-top: 20vh; */
}

/*.e3d-flat-data {
  display: inline-block;
}*/

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

.e3d-table-max-height {
  display: block;
  overflow: auto;
}

table .uk-grid {
  margin-left: 10px;
}

@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 {
  min-width: 16px;
  min-height: 16px;
  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-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;
  position: relative;
  vertical-align: middle;
}

.e3d-filter-container-vert label {
  width: 200px;
  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: 2px 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: 960px) {
  .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;
}

/*Custom Column width*/
tr td:nth-child(1) {
  max-width: 20px;
}
tr td:nth-child(2) {
  min-width: 80px;
}

#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 .level.on {
  transform: translate(0px, -330px);
  -webkit-transform: translate(0px, -330px);
  -ms-transform: translate(0px, -330px);
  /* 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: #6c7264 !important;
  opacity: 1;
  transition: all 0.3s ease;
}

#iso .flat.on .flat {
  transition: all 0.3s ease;
}
#iso .flat {
  transition: all 0.3s ease;
}

#iso .flat.on .flat:nth-child(1) {
  fill: #6c7264 !important;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(0px);
}
#iso .flat.on .flat:nth-child(2) {
  fill: #6c7264 !important;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(-150px);
}

.umgebung {
  transition: all 0.3s 0.2s ease;
  opacity: 1;
}
#umgebung-v.on {
  transition: all 0.3s ease;
  transform: translate(-340px, 180px) !important;
  opacity: 0.5;
}
#umgebung-r.on {
  transition: all 0.3s ease;
  transform: translate(350px, 110px) !important;
  opacity: 0.5;
}
#umgebung-l.on {
  transition: all 0.3s ease;
  transform: translate(-350px, -110px) !important;
  opacity: 0.5;
}

.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;
}

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;
}

.flatTR.on {
  background: #6c7264 !important;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

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

.flatTR.row-active {
  transition: all 1.6s;
  background-color: #a99362;
}

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

.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;
}

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

.e3d-additional-info a {
  margin-bottom: 6px !important;
}

/*************CUSTOM CHECKBOXES*******************/

.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s 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.2s 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);
  }
}
