/* Hide vue syntax before first render */
[v-cloak] {
  display: none;
}

[type="button"],
[type="submit"],
button {
  border: 0;
}

.svg-building, .svg-location {
  position: absolute; 
  left: 0;
  top: 0;
  pointer-events: none;
}

.slett {
  float: right;
}

#construction-selector {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  min-height: 250px;
  z-index: 0;
}

.loading-screen {
  width: 100%;
  height: 600px;
  background-color: rgb(189, 203, 215);
}

.background-3d {
  width: 100%;
  height: 600px;
  background-color: rgb(189, 203, 215);
}

.loading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 10px;
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  transition: all .2s ease;
}

#wera-building .building-info-bubble {
  opacity: 0;
  transition: all ease .4s;
}

#wera-building .building-info-bubble.hover {
  opacity: 1;
}

.building-info-bubble {
  pointer-events: none;
  min-width: 100px;
  margin-top: -50px;
  border: solid 3px rgb(28, 119, 161);
  display: inline-block;
}

.building-name,
.building-info {
  display: block;
  text-align: center;
}

.building-name {
  padding: 1px;
  background-color: rgb(28, 119, 161);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1em;
  font-weight:600;
}

.building-info {
  background-color: rgb(255, 255, 255);
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9em;
  color: #555 !important;
  font-weight:500;
}

.apartment-title {
  color: #222;
  font-size: .9em;
  font-weight: 400;
}

.apartment-meta {
  color: #222;
  font-size: .9em;
  font-weight: 800;
}

.apartment-meta-megler {
  color: #222;
  font-size: 14px;
  font-weight: 300;
}

.apartment-meta-megler-name {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
}

.viewbutton {
  border: 2px solid #155D84;
  border-right: 0;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  font-weight: 400 !important;
  color: #555;
  font-size:16px;
  padding: 12px 30px;
  z-index: 1;
}

.viewbutton:last-child {
  border-right: 2px solid #155D84;
}

.viewbutton.active {
  background-color: #155D84;
  color:#f5f5f5;
  font-weight: 600 !important;
  border: 2px solid #155D84;
}

.viewbutton:focus {
  border: 2px solid #155D84;
}

.btn-location:hover,
.btn-building:hover,
.btn-apartment:hover,
.btn-location:focus,
.btn-building:focus,
.btn-apartment:focus,
.btn-3d:hover,
.btn-3d:focus {
  background-color: #155D84;
  color: #f5f5f5;
  transition: all 0.2s ease;
  border-color: #155D84;
}

.navigation {
  display: flex;
  margin: 50px 0 0 0;
}

.navigation > div {
  display: flex;
}

.placeholder {
  color: #fff;
  font-weight: 300;
  font-family: 'Quicksand', sans-serif;
  z-index: 10;
  position: absolute;
  top: 0px;
  margin-top: 150px;
  width: 100%;
}

.wera-location,
.wera-building,
.wera-apartment,
.wera-apartment__image {
  position: relative;
  width: 100%;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.wera-location {
  width: 100%;
}

.wera-apartment__image {
  width: '100%';
  height: '600px';
  border-top: 20px #f8f8f8 solid;
  border-bottom: 20px #f8f8f8 solid;
}

.wera-location,
.wera-building,
.wera-apartment__image {
  background-color: #f8f8f8;
  overflow: hidden;
}

.wera-apartment__table {
  width: 100%;
  font-weight: 300 !important;
  border: none;
  margin-bottom: 0;
}

.wera-apartment__table th,
.wera-apartment__table td,
.wera-apartment__table tr {
  background-color: #D8E2E7 !important;
  padding: 0 6px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px;
  font-size: 16px;
}

.wera-apartment__table tr td:nth-child(1) {
  text-align: right;
}

.apartment-meta-building {
  color: #555;
  font-size: 1.1em;
}

.maintable_view {
  height: 600px;
  overflow-y: scroll;
}

.maintable,
.maintable-building {
  border: none;
  width: 100%;
  float: right;
  font-weight: 300;
}

.maintable {
  width: 100%;
  /*calc(24% - 10px);*/
}

.maintable th,
.maintable-building th {
  font-weight: bold;
}

.maintable td,
.maintable-building th,
.maintable th,
.maintable-building td {
  background-color: transparent !important;
}

.maintable th,
.maintable td {
  width: 20%;
}

.maintable td,
.maintable-building td{
  font-weight:400;
}

.maintable th,
.maintable td,
.maintable-building th,
.maintable-building td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.wera-apartment__information {
  height: 33%;
  width: calc(100% - 340px);
  padding: 30px;
  float: left;
  font-size: 16px;
}

.wera-apartment__description {
  height: 33%;
  width: 340px;
  padding: 30px;
  font-size: 16px;
  background-color: #D8E2E7;
  float: right;
  text-align: center;
  margin-top: 20px;
}

.wera-apartment__description h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.wera-apartment__title {
  font-size: 24px;
  font-weight: 600;
  color: #555;
  margin-bottom: 15px;
}

.apartment-meta2 {
  font-size: 28px;
  font-weight: 300;
  display: block;
  margin-top: 25px;
  margin-bottom: -25px;
}

.border-div{
  margin-top:15px;
  margin-left:-10%;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(85, 85, 85, 0.2);
  width:120%;
}

.wera-apartment__megler {
  width: 100%;
  margin: auto;
  padding: 0px 30px 0;
  font-size: 20px;
  display: inline-block;
}

.wera-apartment__megler span {
  display: block;
}

.wera-apartment__status {
  width: 100%;
  padding: 15px 0 0 5px;
}

.wera-apartment__status_color {
  width: 15%;
  height: 100%;
  display: inline-block
}

.wera-apartment__status_color_text {
  width: 84%;
  height: 100%;
  display: inline-block;
}

.visual-status {
  width: 100%;
  height: 50px;
  margin: 0px 5px 10px;
}

.visual-status .box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 8px;
  float: left;
}

.visual-status span {
  font-size: 20px;
}

.square-meter {
  font-size: .7em !important;
  vertical-align: top !important;
}

.wera-apartment__buttons {
  width: 100%;
  float: right;
  padding: 0 30px 10px;
  font-size: 16px;
}

.werabutton {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fff;
  color: rgb(155, 162, 165);
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.werabutton:hover {
  background-color: #444;
  color: #fff;);
}

.werabutton--dark {
  background-color: #f6f6f6;
  color: rgb(131, 137, 139);
}

.wera-apartment__subheading {
  font-size: 20px;
  font-weight: 400;
  color: #555;
}

.wera-apartment__content {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
}

.wera-apartment h2:before {
  background: transparent;
  content: "";
  display: none;
  height: 0;
  margin: 0;
  width: 0;
}

.apartment-megler-img {
  width: 50%;
  border: solid 5px #fff !important;
  border-radius: 500px !important;
}

.gallery {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.gallery h3 {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #555;
}

polygon.location,
polygon.building {
  stroke: #fff;
  stroke-width: 0.25;
  transition: all 0.3s ease;
  pointer-events: all;
}

polygon.location.available,
polygon.location.soon_available,
polygon.location.not_available {
  fill: transparent;
}

polygon.location.build-hover,
polygon.location:hover {
  fill: rgba(255, 255, 255, 0.2);
}

polygon.building.available {
  fill: rgba(31, 189, 20, 0.5);
}

polygon.building.soon_available {
  fill: rgba(230, 226, 12, 0.5);
}

polygon.building.not_available {
  fill: rgba(219, 11, 11, 0.5);
}

polygon.building:hover, polygon.building.hover {
  fill: transparent;
}

polygon.location,
polygon.building {
  cursor: pointer;
  transition: all 0.3s ease;
}

.table-tr {
  color: #555;
  cursor: pointer;
  background-color: transparent !important;
}

.table-tr th {
  background-color: #eee !important;
}

.table-tr-hover {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.inner-button-field {
  width: 100%;
  margin: 15px 0;
}

.inner-button-field form {
  transition: ease all .5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.inner-button-field form.show {
  height: auto;
  opacity: 1;
}

.inner-button-field input[type="text"],
.inner-button-field input[type="tel"],
.inner-button-field textarea {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fff;
  color: #555;
  margin-top: 10px;
  border: 0px;
  border-radius: 0px;
  text-align: left;
}

.inner-button-field input[type="submit"] {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fff;
  color: rgb(155, 162, 165);
  text-align: center;
  margin-top: 10px;
}

.gallery-image {
  transition: ease all .2s;
}

.gallery-image:hover {
  opacity: .7;
}

.status-field {
  margin: auto;
  display: inline-block;
  margin-top: 8px;
}

.status-field span {
  font-size: 19px;
  font-weight: 200;
}

.status-field span b {
  font-weight: 400;
}

.subtitle {
  width: 100%;
  margin: -10px auto auto;
  padding: 0px 30px 0;
  font-size: 22px;
  font-weight: 200;
  display: inline-block;
}

.maps-iframe {
  float: right;
  width: 100%;
  padding: 5px 0;
  height: 400px;
}

.maintable.mini {
  width: 100%;
  float: left;
}

#residential-map {
  width: 100%;
  height: 300px;
}