/**************************************************************************************
**
** PROPERTY DETAIL
**
***************************************************************************************/



.icons-table td{
	padding-right:20px;
}

.estate-icon-digit{
	font-size: 18px;
	color: #777;
}


.share-container {
    position: relative;
	display: inline-block;
}


.upper-div {
    width: 100%;
    height: 40px;
    background-color: #F0F0F0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
    position: relative;
    z-index: 2;
}
/*
.lower-div {
    width: 100%;
    height: 50px;
    background-color: #2ecc71;
    color: white;
    position: absolute;
    top: 50px;
    z-index: 1;
    display: none;
	border-radius: 5px;
}
*/
.lower-div {
    width: 126px;
    height: 38px;
    background-color: #A2A2A2;
    color: white;
    display: flex; /* Enable flexbox */
    align-items: center; /* Center items vertically */
    justify-content: space-evenly; /* Distribute items evenly horizontally */
    position: absolute;
	right: 0px;
    top: 40px;
    z-index: 9;
    display: none; /* Start hidden */
	border-radius: 6px;
}

.share-container.share-open .lower-div {
	display: flex;
}

.lower-div a {
    color: white; /* Set icon color */
    text-decoration: none; /* Remove underline from links */
    font-size: 24px; /* Set default icon size */
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
}

.lower-div i {
    font-size: inherit; /* Inherit font size from the parent anchor tag */
}

.estate-detail-picture-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

a.estate-button{
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--color-colpin-black);
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

@media only screen {
	.estate-detail-picture-wrapper{
		height: 55vh;
	}
}



@media only screen and (min-width: 1200px) {
    .estate-detail-picture-wrapper{
		height: 70vh;
	}
}


.estate-detail-swiper .swiper-slide{
	position: relative;
	width: 100%;
	height: 70vh;
	padding: 0;
	margin: 0;
}

.estate-detail-swiper .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.estate-detail-swiper .swiper-button-prev, .estate-detail-swiper .swiper-button-next{
	color: white;
} 

.estate-detail-info{
	position: absolute;
	top: auto;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 2;
}

.estate-detail-info-buttons{
	text-align: center;
	margin-bottom: 15px;
}

.estate-detail-info-data{
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--color-deva-darkblue);
}

.estate-detail-info-price{
	font-weight: 500;
	font-size: 18px;
}


.estate-detail-title{
	position: relative;
	font-size: 24px;
}

.property-price-tag-amount{
	font-size:2em;
	text-align:right;
	font-family: 'Lato', sans-serif;
}


/* *********************************************************
**
**
** detail panels
**
**
********************************************************* */


.detail-panel{
	height: 100%;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.detail-panel-title{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: var(--color-colpin-black);
	font-size: 1.1rem;
	font-weight: 700;
	border-bottom: 0;
}

.detail-panel-body{
	padding: 0;
}


.estate-contact-form-wrapper{
	background-color: #F9F9F9;
}






/* *********************************************************
**
**
** TABEL SPECS
**
**
********************************************************* */


table.specs{
	width: 100%;
}

table.specs tr td:first-child {
    /* CSS properties here */
	font-weight: 400;
}

table.specs tr td:nth-child(2) {
    /* CSS properties here */
	font-weight: 300;
}

table.specs td{
	width: 50%;
	border-bottom:#F0F0F0 1px solid;
}

.tabs-content{
	border: none;
}

.tabs-panel{
	padding: 40px;
}

.specs-title{
	color: #000 !important;
	font-weight: bold;
}




/* *********************************************************
**
**
** ENERGIE
**
**
********************************************************* */


/* EPC */
.epc-gradient{
background: #2ea517; /* Old browsers */
background: -moz-linear-gradient(left,  #2ea517 0%, #ddef64 25%, #eded04 50%, #f7ad25 75%, #ff2121 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ea517), color-stop(25%,#ddef64), color-stop(50%,#eded04), color-stop(75%,#f7ad25), color-stop(100%,#ff2121)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* IE10+ */
background: linear-gradient(to right,  #2ea517 0%,#ddef64 25%,#eded04 50%,#f7ad25 75%,#ff2121 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea517', endColorstr='#ff2121',GradientType=1 ); /* IE6-9 */
}






.resp-card{
	text-align: center;
}

.resp-card-image{
	position: relative;
	height: 200px;
	text-align: center;
}

.resp-card-name{
	font-weight: bold;
	font-size: 18px;
}

.resp-card-share{
	position: relative;
	padding-top: 20px;
	margin-top: 30px;
	border-top: #CCC 1px solid;
}

.resp-card-share table{
	width: 100%;
}

.resp-card-share a{
	color: #000 !important;
}