

/* Listing Page */
.listing-page {
  background-color: #ffffff;
  /*display: flex;*/
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.listing-page .overlap-group-wrapper {
  background-color: #ffffff;
  /*width: 1440px;
  height: 3275px;*/
}

.listing-page .overlap-group {
  position: relative;
  /*height: 3275px;*/
}

.listing-page .right-side-nav {
  display: flex;
  flex-direction: column;
  width: 372px;
  height: 1024px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 1068px;
}

.listing-page .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .menu-icon {
  position: relative;
  width: 41px;
  height: 26px;
  top: 50px;
  left: 291px;
}

.listing-page .line {
  width: 24px;
  top: 0;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.listing-page .img {
  width: 41px;
  top: 13px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.listing-page .line-2 {
  width: 41px;
  top: 26px;
  position: absolute;
  height: 1px;
  left: 0;
  object-fit: cover;
}

.listing-page .stamp {
  position: absolute;
  width: 89px;
  height: 89px;
  top: 527px;
  left: 1197px;
}

.listing-page .stamp-2 {
  position: absolute;
  width: 89px;
  height: 89px;
  top: 2187px;
  left: 1197px;
}

/*.listing-page .div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: absolute;
  top: 0;
  left: 0;
}*/

.listing-page .header {
  display: flex;
  flex-direction: column;
  /*width: 1440px;
  height: 475px;*/
  align-items: center;
  gap: 50px;
  padding: 225px 80px 60px;
  position: relative;
  background-color: #ffffff;
}

.listing-page .white-logo-no {
  position: relative;
  width: 342px;
  height: 182px;
}

.listing-page .header-2 {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  flex: 0 0 auto;*/
  position: relative;
  align-self: stretch;
  width: 100%;  
}

.listing-page .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.listing-page .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h-1-font-family);
  font-weight: var(--h-1-font-weight);
  color: #000000;
  font-size: var(--h-1-font-size);
  text-align: center;
  letter-spacing: var(--h-1-letter-spacing);
  line-height: var(--h-1-line-height);
  font-style: var(--h-1-font-style);
}

.listing-page .p {
  position: relative;
  align-self: stretch;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.listing-page .pop-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: var(--body-text);
  margin-top:20px;
}

.listing-page .KONTAKTA-MIG {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.7px;
  line-height: normal;
}

.listing-page .object-full-width {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 54px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  width:90%;
}

.listing-page .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .frame-4 {
  position: relative;
  flex: 0 0 auto;
}

.listing-page .object-info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 76px;
  padding: 0px;
  position: relative;
  flex: 0 0 auto;
  margin-top:54px;
}

.fusion-column-inner-bg {
    width: 100%;
	height: 100%;
    /*height: 470px;*/
    position: absolute;
    top: 0;
    left: 0;
	
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
}
.fusion-column-inner-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;

	/*-webkit-transition:all 1s ease-in-out;
	-o-transition:1s all ease-in-out;
	transition:all 1s ease-in-out;*/
}
.fusion-column-inner-bg-image img { position:relative; top:-35%; }

@keyframes no_zoom {
	0%   { background-size: 100% auto; }
	50% { background-size: 100% auto; }
}
@keyframes zoom {
	0%   { background-size: 100% auto; }
	50% { background-size: 120% auto; }
}
@keyframes zoom_out {
	0%   { background-size: 105% auto; }
	50% { background-size: 100% auto; }
}
/*.fusion-column-inner-bg-image:hover {
  /*animation: zoom 30s linear infinite;
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}*/

.fusion-column-inner-bg-image {
  display: inline-block;
  overflow: hidden;            /* clip the excess when child gets bigger than parent */
}
.fusion-column-inner-bg-image img {
  display: block;
  -webkit-transition:all 1s ease-in-out;
	-o-transition:1s all ease-in-out;
	transition:all 1s ease-in-out;
}
.fusion-column-inner-bg-image:hover img {
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}

.fusion-column-inner-bg img {
  display: block;
  -webkit-transition:all 1s ease-in-out;
	-o-transition:1s all ease-in-out;
	transition:all 1s ease-in-out;
}
.fusion-column-inner-bg:hover img {
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}

.listing-page .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.listing-page .frame-6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.listing-page .text-wrapper-3, .listing-page .text-wrapper-price {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.listing-page .line-3 {
  position: relative;
  width: 1px;
  height: 18px;
  object-fit: cover;
}

.listing-page .footer {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.listing-page .content-wrapper {
  position: relative;
  width: 1440px;
  height: 304px;
  background-color: var(--acent-color);
}

.listing-page .content {
  position: relative;
  width: 1210px;
  height: 162px;
  top: 71px;
  left: 95px;
}

.listing-page .frame-7 {
  display: inline-flex;
  align-items: center;
  gap: 454px;
  position: relative;
  left: 36px;
}

.listing-page .white-logo-no-2 {
  position: relative;
  width: 194px;
  height: 162px;
}

.listing-page .frame-8 {
  display: inline-flex;
  align-items: flex-start;
  gap: 117px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .frame-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 59px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .frame-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .vector {
  position: relative;
  width: 22px;
  height: 22px;
}

.listing-page .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.listing-page .frame-10 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.listing-page .layer {
  position: relative;
  width: 17.38px;
  height: 24px;
}

.listing-page .strandv-gen {
  position: relative;
  width: 201px;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
}

.listing-page .img-2 {
  position: relative;
  width: 194px;
  height: 137px;
}

.listing-page .img-3 {
  position: absolute;
  width: 144px;
  height: 102px;
  top: 1814px;
  left: 1174px;
}

.stickers {
  /*background-color: #ffffff;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position:absolute;
}

.stickers .div {
  /*background-color: #ffffff;*/
  /*width: 1440px;*/
  /*height: 180px;*/
  width:100%;
  position: relative;
}

.stickers .frame {
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 10px;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #000000;
}

.stickers .TILL-SALU {
  position: relative;
  width: fit-content;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
  text-transform:uppercase;
}

.stickers .visning-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 82px;
  left: 0;
  background-color: var(--acent-color);
  text-transform:uppercase;
}

.stickers .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.stickers .real-view-banner {
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 0px;
}

.stickers .real-view-object-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  gap: 10px;
  position: absolute;
  top: 20px;
  /*left: 44%;*/
}

.stickers .real-view-object-banner img { width:100%; }

.stickers .visning-banner-2 {
  display: flex;
  width: 179px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 290px;
  right: 0px;
  background-color: #ffffff;
  box-shadow: 0px 9px 12px #00000040;
  text-transform:uppercase;
}

.stickers .budgivning-object {
	position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Gilroy-Regular", Helvetica;
    font-weight: 400;
    color: var(--body-text);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    white-space: nowrap;
}
.stickers .visning-banner-object-2 {
  display: flex;
  width: 225px;
  z-index:1001;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: absolute;
  top: 100px;
  right: 0px;
  background-color: #ffffff;
  box-shadow: 0px 9px 12px #00000040;
  text-transform:uppercase;
}

.stickers .group {
  position: relative;
  width: 23px;
  height: 23px;
}

.stickers .budgivning {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

/*.label {
	width: 598px;
	height: 32px;
	position: absolute;
	bottom: 110px;
	left: 10px;
}

.label .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}*/

.object-full-width .frame-3 a { position:relative; }

.label {
	width: 100%;
	position: absolute;
	bottom: 46px;
	left: 20px;
}

.label .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 32px;
  text-align:left;
  text-transform:uppercase;
}

/* Object Page */
.object-page {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.object-page .div {
  background-color: #ffffff;
  width: 100%;
  /*height: 5318px;*/
  position: relative;
}

.object-page .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 80px 0px 0px;
  position: relative;
  /*top: 1815px;*/
  left: 0;
  width:100%;
}

.object-page .object-info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  position: relative;
  flex: 0 0 auto;
  margin-top:20px;
}

.object-page .open-menu {
  position: relative;
  width: 1169px;
  height: 30px;
}

.object-page .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 993px;
  position: relative;
}

.object-page .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom:20px;
}

.object-page .icon {
  position: relative;
  width: 30px;
  height: 30px;
}

.object-page .overlap-group {
  position: relative;
  height: 30px;
}

.object-page .line {
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  left: 15px;
  object-fit: cover;
}

.object-page .img {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 15px;
  left: 0;
  object-fit: cover;
}

.object-page .divider {
  position: relative;
  width: 1170px;
  height: 1px;
  margin-bottom: -1px;
  object-fit: cover;
}

.object-page .div-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .div-4 {
  display: flex;
  width: 1169px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .images {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .klippuddsstigen-igen {
  position: relative;
  /*width: 1170px;
  height: 730px;*/
  object-fit: cover;
  margin-bottom:30px;
  width:100%;
}

.image_label {
	position: relative;
}
.image_text_wrapper {
  position: absolute;
  bottom: 46px;
  left: 20px;
  right:0;
  font-family: "Gilroy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 32px;
  text-align:left;
  text-transform:uppercase;
}

.imgwrap {
    display: inline-block;
    position: relative;
}

.imgwrap:before {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(rgba(255,255,255,0) 35%, rgba(255,255,255,1) 100%);
    z-index:1;

}

.object-page .mapa {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.object-page .icon-2 {
  position: relative;
  width: 30px;
  height: 1px;
  background-image: url(./img/line-26-7.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.object-page .screenshot {
  position: relative;
  width: 1169px;
  height: 426px;
  object-fit: cover;
}

.object-page .contact-form {
  display: flex;
  flex-direction: column;
  width: 1031px;
  align-items: center;
  gap: 63px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .KONTAKTA-SVENNEFALK {
  position: relative;
  width: 300px;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.object-page .frame-3 {
  display: flex;
  flex-wrap: wrap;
  width: 970px;
  align-items: flex-start;
  gap: 30px 30px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .form {
  display: flex;
  width: 470px;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  border: 1px solid;
  border-color: var(--body-text);
}

.object-page .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #aeaeae;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
  width: 470px;
}

.object-page .f-rnamn-wrapper {
  display: flex;
  width: 970px;
  height: 128px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  border: 1px solid;
  border-color: var(--body-text);
}

.object-page .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .check-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-color: var(--body-text);
}

.accept_checkbox {
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align:middle;
  border: 1px solid;
  border-color: var(--body-text);
}

.object-page .jag-samtycker-att {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #929292;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.object-page .span {
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #929292;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
}

.object-page .text-wrapper-3 {
  text-decoration: underline;
}

.object-page .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  width:233px;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: var(--body-text);
  cursor:pointer;
  color: var(--body-text);
}
.object-page .viewing_button {
	all: unset;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width:300px;
	padding:10px;	
	position: relative;
	flex: 0 0 auto;
	border: 1px solid;
	border-color: var(--body-text);
	cursor:pointer;
}
.object-page .viewing_button:hover {
	background-color:var(--body-text);
	color:#f5f5f5;
}
.object-page .viewing_button-text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.7px;
  line-height: normal;
  text-transform:uppercase;
}

.object-page .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.7px;
  line-height: normal;
}

.object-page .bottom {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  width:100%;
  background-color: #f5f5f5;
}

.object-page .agents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 98px 0px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-6 {
  display: inline-flex;
  align-items: flex-start;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-7 {
  display: inline-flex;
  align-items: flex-end;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .element {
  position: relative;
  width: 141px;
  height: 187px;
  object-fit: cover;
}

.object-page .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .p {
  position: relative;
  width: 300px;
  margin-top: -1px;
  font-family: "Gilroy-Bold", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.object-page .text-wrapper-5 {
  font-weight: 700;
  color: #595959;
}

.object-page .text-wrapper-6 {
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #595959;
}

.object-page .frame-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-10 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .icons {
  position: relative;
  width: 20px;
  height: 20px;
}

.object-page .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.object-page .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .capa {
  position: relative;
  width: 20px;
  height: 15px;
}

.object-page .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: underline;
  white-space: nowrap;
}

.object-page .footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 71px 95px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--acent-color);
}

.object-page .content {
  position: relative;
  width: 1210px;
  height: 162px;
}

.object-page .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 454px;
  position: relative;
  left: 36px;
}

.object-page .white-logo-no {
  position: relative;
  width: 194px;
  height: 162px;
}

.object-page .frame-13 {
  display: inline-flex;
  align-items: flex-start;
  gap: 117px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-14 {
  display: inline-flex;
  align-items: flex-start;
  gap: 59px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-15 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .frame-16 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .vector {
  position: relative;
  width: 22px;
  height: 22px;
}

.object-page .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.object-page .frame-17 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.object-page .layer {
  position: relative;
  width: 17.38px;
  height: 24px;
}

.object-page .strandv-gen {
  position: relative;
  width: 201px;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
}

.object-page .img-2 {
  position: relative;
  width: 194px;
  height: 137px;
}

.object-page .overlap {
  position: relative;
  width: 100%;
  /*height: 2043px;*/
  top: 0;
  left: 0;
}

.object-page .frame-18 {
 /* display: inline-flex;
  flex-direction: column;
  align-items: flex-start;*/
  position: relative;
  top: 0;
  left: 0;
}

.object-page .object-gallery {
  position: relative;
  width: 100%;
  /*height: 1012px;*/
  overflow:hidden;
}

@keyframes object_zoom_in {	
	/*0% {transform: scale(1.5);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1);}*/
	
	0% {transform: scale(1);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1.5);}
}
.background-image { 
	animation: object_zoom_in 50s linear infinite; 
	background-repeat:no-repeat; 
}

#object_main_image { width:100%; }

.object-page .overlap-group-2 {
  position: absolute;
  width: 100%;
  height: 1012px;
  top: 0;
  left: 0;
  background-image: url(./img/object-gallery-new.svg);
  background-size: cover;
  background-position:50% 70%;
}

.object-page .white-logo-no-2 {
  position: absolute;
  width: 342px;
  height: 180px;
  top: 22px;
  left: 549px;
}

.object-page .scroll {
  position: absolute;
  width: 21px;
  height: 162px;
  top: 698px;
  left: 47px;
}

.object-page .arrow {
  position: absolute;
  width: 21px;
  height: 46px;
  top: 66px;
  left: 0;
}

.object-page .scroll_text {
  position: absolute;
  height: 17px;
  top: 20px;
  left: -15px;
  transform: rotate(-90deg);
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.object-page .object-info-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
  margin-top:-80px;
  /*padding: 0px 130px;*/
  /*position: absolute;
  top: 884px;
  left: 0;*/
}

.object-page .frame-19 {
  display: flex;
  width: 100%;
  height: 140px;
  align-items: center;
  justify-content: center;
  gap: 27px;
  position: relative;
  margin-left: -130px;
  margin-right: -130px;
  background-color: var(--acent-color);
}

.object-page .frame-20 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.object-page .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.object-page .line-2 {
  position: relative;
  width: 1px;
  height: 33px;
  object-fit: cover;
}

.object-page .intro {
  display: flex;
  width: 100%;
  /*height: 476px;*/
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 80px 311px;
  position: relative;
  background-color: #ffffff;
}

.object-page .GROSSHANDLARVILLA {
  position: relative;
  flex: 1;
  margin-top: -30.5px;
  margin-bottom: -28.5px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.object-page .text-wrapper-11 {
  color: #595959;
  line-height: var(--h-2-line-height);
  font-family: var(--h-2-font-family);
  font-style: var(--h-2-font-style);
  font-weight: var(--h-2-font-weight);
  letter-spacing: var(--h-2-letter-spacing);
  font-size: var(--h-2-font-size);
  text-transform:uppercase;
}

.object-page .text-wrapper-12 {
  color: #595959;
  font-size: 22px;
  line-height: 26px;
}

.object-page .text-wrapper-13 {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}

.object-page .agent-info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background-color: #f5f5f5;
}

.object-page .agent-imfo {
  display: flex;
  /*width: 100%;*/
  justify-content: center;
  /*padding: 80px 135px;*/
  padding: 80px;
  /*background-color: #f5f5f5;*/
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin:0 auto;
}

.object-page .frame-21 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 85px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.object-page .frame-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.object-page .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.object-page .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 26px;
}

.object-page .anders-svennefalk {
  position: relative;
  align-self: stretch;
  font-family: "Gilroy-Bold", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.object-page .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.object-page .frame-25 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.object-page .frame-26 {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.object-page .element-na {
  position: relative;
  width: 288px;
  height: 383px;
  object-fit: cover;
}

.object-page .date {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.object-page .calendar-icon {
  position: relative;
  width: 33.88px;
  height: 30.22px;
}

.object-page .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.object-page .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Gilroy-Bold", Helvetica;
  font-weight: 700;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.object-page .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  color: var(--body-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.object-page .buttons {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 296px;
  left: 135px;
}

.object-page .frame-28 {
  position: relative;
  flex: 0 0 auto;
}

.object-page .HITTA-BOSTAD-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 233px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  border-color: var(--body-text);
  color:var(--body-text);
  cursor:pointer;
}
.object-page .HITTA-BOSTAD-text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Gilroy-Light", Helvetica;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.7px;
  line-height: normal;
  color:#000;
}
.object-page .HITTA-BOSTAD-wrapper:hover, .object-page .HITTA-BOSTAD-wrapper:focus, .object-page .button:hover, .object-page .button:focus, .modal_content .button:hover, .modal_content .button:focus {
	background-color:var(--body-text);
	color:#f5f5f5;
}

.object-page .pop-up {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  position: absolute;
  top: 93px;
  left: 0;
}

.object-page .right-side-nav {
  display: flex;
  flex-direction: column;
  width: 372px;
  height: 1024px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 1068px;
}

.object-page .frame-29 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.object-page .menu-icon {
  position: relative;
  width: 41px;
  height: 26px;
  top: 50px;
  left: 291px;
}

.object-page .line-3 {
  position: absolute;
  width: 24px;
  height: 1px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.object-page .line-4 {
  position: absolute;
  width: 41px;
  height: 1px;
  top: 13px;
  left: 0;
  object-fit: cover;
}

.object-page .line-5 {
  position: absolute;
  width: 41px;
  height: 1px;
  top: 26px;
  left: 0;
  object-fit: cover;
}

#selling_description { 
	height: 250px;
    display: block;
    padding: 10px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.read_more_wrapper { float:left; width:100%; margin-top:20px; }
.read_more_button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 130px;
    padding: 15px;
    position: relative;
    flex: 0 0 auto;
    border: 1px solid;
    border-color: var(--body-text);
    cursor: pointer;
	font-size:18px;
}
.read_more_button:hover {
	background-color:var(--body-text);
	color:#f5f5f5;
}

.accordion-frame { 
	display: inline !important; 
	border-bottom: 1px solid;
    float: left;
	width:100%;
}
.accordion {
  /*background-color: #eee;*/
  /*color: #444;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width:100% !important;
}
.accordion-frame .panel { margin-bottom: 14px; }
.accordion-frame .panel, .accordion-open-menu { height:auto !important; }

.accordion-frame .left_area { width: 60%; float:left; }
.accordion-frame .right_area { width: 40%; float:left; }
.accordion-frame .panel p {
	font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
	float:left;
	width:100%;
}
.accordion-frame table {
	font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
	width: 70% !important;
    margin: 10px auto 20px auto !important;
}
.accordion-frame table, .accordion-frame table tr td { border:none !important; }
.accordion-frame .panel h2 {
	font-family: "Gilroy-Light", Helvetica;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
	padding:25px 0px 0px 0px;
    letter-spacing: 0;
    line-height: 28px;
	float:left;
	width:100%;
}
.accordion-frame .panel p strong { font-weight:600; float:left; width:30%; }
.accordion-frame .panel p span { float:right; width:70%; }
.accordion-frame .panel p i { font-size:20px; }
.accordion-frame .panel p a {
	color: #000000;
	margin-left:10px;
}

.active, .accordion:hover {
  /*background-color: #ccc;*/
}

.accordion:after {
  content: url('https://svennefalkdev.se/wp-content/themes/Divi/img/plus-line.png');
  /*content: '\002B';
  color: #777;
  font-weight: bold;*/
  float: right;
  margin-left: 5px;
}

.active:after {
  /*content: "\2212";*/
  content: url('https://svennefalkdev.se/wp-content/themes/Divi/img/line-26-9.svg');
}

.panel {
  padding: 0 18px;
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.success_message {
	font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
	padding:10px 20px;
}

.error_message {
	font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
	padding:10px 20px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);*/
}

/* Modal Content/Box */
.modal_content {
  /*background-color: #fefefe;*/
  background: #fff;
  padding: 20px;
  box-shadow:-15px 25px 50px 0px rgba(0,0,0,0.1);
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.popup_form {
	position:absolute;
	z-index:1001;
	width:400px;
	top:475px;
	left:135px;
	background: #fff;
    padding: 20px;
	box-shadow:-15px 25px 50px 0px rgba(0,0,0,0.1);
	display:none;
}
.modal_content .text-wrapper-2 {
    position: relative;
    width: fit-content;
    font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 36px;
    white-space: nowrap;
	padding:0px 10px;
	width:100%;
	margin-bottom:10px;
}
.modal_content .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    width: 233px;
    position: relative;
    flex: 0 0 auto;
    border: 1px solid;
    border-color: var(--body-text);
    cursor: pointer;
}
.modal_content h2 {
	font-family:"Gilroy-bold", Helvetica;
    font-weight: 700;
    color: #595959;
	margin-bottom:10px;
}
.modal_content p {
	font-family:"Gilroy-Light", Helvetica;
    color: var(--body-text);
    font-weight: 300;
    line-height: 28px;
	margin-bottom:20px;
}
.jag-samtycker-att a, .jag-samtycker-att a:hover, .jag-samtycker-att a:visited {
	color: var(--body-text);
}
.modal_content .button {
	width:146px;
	margin-bottom:10px;
}
.modal_content .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.7px;
    line-height: normal;
}
.modal_content .close_icon {
	width: 100%;
    float: left;
    margin-bottom: 14px;
}
.modal_content img { float:right; cursor:pointer; }
.room_desc { margin-top:20px; }

.viewing_slots { margin-top:-25px; }
.viewing_slot {
  all: unset;
  box-sizing: border-box;
  display: inline;
  padding: 10px;
  border: 1px solid;
  border-color: var(--body-text);
  color:var(--body-text);
  cursor:pointer;
  margin-right:5px; 
  margin-top:10px;
}
.viewing_slot:hover {
	background-color:var(--body-text);
	color:#f5f5f5;
}

@media only screen and (max-width: 767px) {
	.viewing_slots { margin-top:-10px; }
	.object-page .frame-23 { margin-top:20px; }
	
	.accordion-frame .panel .room_name { width:100% !important; }
	.video_css iframe { height:200px; }
	.listing-page .text-wrapper { 
		font-size:30px; 
		line-height:40px; 
	}
	 .listing-page .p {
		font-size: 16px;
		float: left;
		width: 320px;
	}
	.listing-page .header-2 { 
		align-self: center;
		width:auto; 
	}
	.listing-page .object-full-width { padding:0px; }
	.listing-page .frame-3 { display: inline; height:auto; float:left; }
	.listing-page .object-info { 
		width:320px; 
		gap: unset; 
		flex-direction: column; 
		margin-top:20px; 
		display:block; 
	}
	.stickers { top:-20px; }
	.stickers .frame { height:auto; }
	.stickers .visning-banner { top:62px; }
	.stickers .visning-banner-2 { width:140px; padding:8px; top:130px; }
	.stickers .group { width:16px; height:16px; }
	.stickers .TILL-SALU, .visning-banner .text-wrapper, .visning-banner-2 .budgivning { 
		font-size:14px !important;
		line-height:20px !important;
	}
	.listing-page .text-wrapper-2 { white-space: unset; font-size:20px; }
	.listing-page .text-wrapper-3, .listing-page .text-wrapper-price { display:inline; }
	.listing-page .frame-6 { display:inline; }
	.listing-page .line-3 { 
		width: 9px;
		height: 12px;
		padding: 0px 4px;
	}
	.label .text-wrapper {
	  font-size: 14px !important;
	  line-height: 20px !important;
	}
	
	.stickers .real-view-banner { top:25px; }
	.stickers .real-view-banner img { width:75%; margin-right:-75px; }
	.stickers .real-view-object-banner { top: -50px; /*left: 20%;*/ }
	.stickers .real-view-object-banner img { width:65%; }
	
	.object-page { display:inline; }
	.object-page .overlap-group-2, .object-page .object-gallery {
		width: 375px;
		height: 281px;
	}
	.object-page .div, .object-page .overlap { width: auto; }
	.object-page .object-info-2 { top:727px; width:100%; position:unset; float:left; padding:0px; margin-top:-30px; }
	.object-page .frame-20 { gap: 5px; display:inline !important; text-align:center }
	.object-page .text-wrapper-10 { font-size:14px; display:inline-block; float:none; }
	.object-page .frame-18 { display:block; }
	.object-page .frame-19 { width:100%; }
	.object-page .line-2 { /*object-fit: unset; float:left;*/ height:12px; }
	.object-page .intro .text-wrapper-11 { font-size:20px; }
	.object-page .intro .text-wrapper-12 { font-size:14px; }
	.object-page .intro .text-wrapper-13 { font-size:14px; }
	.object-page .intro { float:left; width:100%; padding:0px; display:inline; }
	.object-page .GROSSHANDLARVILLA { margin-top:20px; float:left; }
	.object-page .agent-imfo { width:100%; padding:20px; }
	.object-page .frame-21, .object-page .contact-form { display:block; }
	.object-page .frame-22 { margin-top:30px; margin-bottom:30px; }
	.object-page .frame { display:block; padding:190px 0px 0px; }
	.object-page .buttons { position:relative; top:0px; left:0px; margin-left:20px; }
	.object-page .div-2, .object-page .open-menu { width:100%; }
	.object-page .klippuddsstigen-igen { width:auto; height:auto; }
	.object-page .KONTAKTA-SVENNEFALK { width:fit-content; margin:20px; }
	.object-page .frame-3 { width:340px; padding:20px; }
	.object-page .frame-4 { width:100%; }
	.object-page .jag-samtycker-att { white-space:normal; }
	.object-page .frame-5 { align-items: normal; }
	
	.accordion-frame .left_area { width:100%; }
	.accordion-frame .right_area { width:100%; margin-top:20px; }
	.object-page .agent-info { height:865px; }
	
	.object-gallery  .stickers { top:60px; }
	.stickers .visning-banner-object-2 { padding:6px; width:155px; left:32px; top:80px; }
	.stickers .budgivning-object { font-size:16px; }
	/*.fusion-column-inner-bg { height:250px; }*/
	.fusion-column-inner-bg:hover img {
		-webkit-transform:scale(1);
  		-o-transform:scale(1);
  		transform:scale(1);
	}
}
@media screen and (max-width : 820px){
	.fusion-column-inner-bg:hover img {
		-webkit-transform:scale(1);
  		-o-transform:scale(1);
  		transform:scale(1);
	}
	.object-page .object-gallery { width:100%; }
}
@media only screen and (max-width: 980px) {
	.fusion-column-inner-bg-image { overflow:auto; position:relative; }
	/* .listing-page .text-wrapper-3, .listing-page .text-wrapper-price { float:right; }*/
 .listing-page .frame-6 { float:right; width:50%; }
.listing-page .text-wrapper-3 { width:100%; text-align:right;  }
.listing-page .text-wrapper-3, .listing-page .text-wrapper-price { font-size:18px; }
 
	.object-page .object-gallery { width:100%; }
	.fusion-column-inner-bg:hover img {
		-webkit-transform:scale(1);
  		-o-transform:scale(1);
  		transform:scale(1);
	}
	.listing-page .text-wrapper { 
		font-size:30px; 
		line-height:40px; 
	}
	.listing-page .p {
		font-size: 16px;
		float: left;
		width: 320px;
	}
	.listing-page .header-2 { 
		align-self: center;
		width:auto; 
	}
	
	.listing-page .frame-3 { display: inline; }
	.listing-page .object-info { width:100%; gap: unset; flex-direction: column; margin-top:20px; display:block; }
	.stickers { top:-20px; }
	.stickers .frame { height:auto; }
	.stickers .visning-banner { top:62px; }
	.stickers .visning-banner-2 { width:140px; padding:8px; }
	.stickers .group { width:16px; height:16px; }
	.stickers .TILL-SALU, .visning-banner .text-wrapper, .visning-banner-2 .budgivning { 
		font-size:14px !important;
		line-height:20px !important;
	}
	.listing-page .text-wrapper-2 { white-space: unset; font-size:20px; }
	.listing-page .text-wrapper-3 , .listing-page .text-wrapper-price { display:inline; }
	.listing-page .frame-6 { display:inline; }
	.listing-page .line-3 { 
		width: 9px;
		height: 12px;
		padding: 0px 4px;
	}
}

@media screen and (min-width: 1920px) {
    /* Styles for projectors or Full HD screens */
	/*.object-page .agent-imfo { padding:80px 375px; }*/
	.object-page .buttons { left:375px; }
	.object-page .object-gallery, .object-page .overlap-group-2 { height:1080px; overflow:visible; }
	.popup_form { left:375px; }
	/*.stickers .real-view-object-banner { left:45% !important; }*/
}
@media only screen and (device-width: 2560px) {	
	.object-page .text-wrapper-2 { margin-left:15px; margin-bottom:10px; margin-top:10px; }
	.object-page .object-info { width:70%; }
	.object-page .element-na { margin-left:5%; }
	.object-page .viewing_box { margin-left:5% !important; }
	.object-page .date { margin-top:20px; margin-bottom:20px; }
	.object-page .calendar-icon { margin-right:5px; }
	.object-page .viewing_slots { margin-top:0px; }
	.fusion-column-inner-bg img { width:100%; }
}
@media only screen and (device-width: 3840px) {	
	.object-page .object-gallery, .object-page .overlap-group-2 { height:2160px !important; overflow:visible; }
	.object-page .object-info-2 { margin-top:25% !important; }
	
	.object-page .text-wrapper-2 { margin-left:15px; margin-bottom:10px; margin-top:10px; }
	.object-page .object-info { width:60%; }
	.imgwrap { width:100%; }
	.object-page .element-na { margin-left:5%; }
	.object-page .viewing_box { margin-left:5% !important; }
	.object-page .date { margin-top:20px; margin-bottom:20px; }
	.object-page .calendar-icon { margin-right:5px; }
	.object-page .viewing_slots { margin-top:0px; }
	.fusion-column-inner-bg img { width:100%; }
}