
.estate-print{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: black;
    text-decoration: none;
}
.estate-print:hover{
    color: black;
    text-decoration: underline;
}
.estate-header-location{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    color: white;
}
.estate-header-title{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}
.estate-header-additional{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}
.estate-header-price{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: white;
}
.estate-description{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 28px;
}

.estate-hmodh-btn{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-color: black;
    font-size: 16px;
    display: inline-block;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
}
.estate-hmodh-btn:hover{
    color: var(--logo-color);
}

.estate-hmodh-btn2{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    background-color: white;
    font-size: 16px;
    display: inline-block;
    padding: 20px 40px 20px 40px;
    text-decoration: underline;
}
.estate-hmodh-btn2:hover{
    color: black;
}


.estate-table{
    height: 100%;
    width: 100%;
    display: table;
}
.estate-table-cell{
    display: table-cell;
    vertical-align: middle;
}


.estate-first-pic-container{
    display: block;
    overflow: hidden;
}
.estate-first-pic-container > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#similar-periods{
    color: black;
}
#similar-periods:hover{
    color: black;
}

.estate-section-label{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}


.estate-detail-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}




.estate-header-label{
    background-color: var(--logo-color);
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}



@media only screen {
    .estate-first-pic-container{
        width: 100%;
        height: 320px;
    }
    .estate-header-title{
        font-size: 32px;
    }
    .estate-table-cell{
        text-align: left;
    }
    .estate-social-links{
        margin: 0;
    }
    .estate-section-label{
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) {
	.estate-first-pic-container{
        width: 100%;
        height: 380px;
    }
}

@media only screen and (min-width: 768px) {
    .estate-first-pic-container{
        height: 450px;
        width: 100%;
    }
	.estate-header-title{
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) {
    .estate-first-pic-container{
        height: 570px;
        width: 90%;
    }
	.estate-table-cell{
        text-align: right;
    }
    .estate-social-links{
        margin: 0 0 0 auto;
    }
    .estate-section-label{
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
	.estate-first-pic-container{
        height: 640px;
    }
}

@media only screen and (min-width: 1400px) {
    .estate-first-pic-container{
        height: 800px;
    }
	.estate-header-title{
        font-size: 60px;
    }
}

@media only screen and (min-width: 1700px) {
    .estate-first-pic-container{
        height: 920px;
        width: 87%;
    }
}

@media only screen and (min-width: 1700px) {
    .estate-first-pic-container{
        height: 960px;
        width: 85%;
    }
}




/**************************************************************************************
**
** YOUTUBE EMBED
**
***************************************************************************************/


.ytwrapper{
    position: relative;
    overflow:hidden;
}

.ytwrapper video { 
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
}


/*
.ytwrapper{
    display: inline-block;
    position: relative;
    padding: 0;
}

.ytwrapper video{
    width: 100%;
    outline: none;
}
*/

.estate-video-play-button{
    position: absolute;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}



.estate-video-sound-button-wrapper{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    background-color: black;
}

.video-mute-toggle{
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.video-mute-button{
    height: 48px;
    width: 48px;
    font-size: 36px;
    text-align: center;
    line-height: 48px;
    color: white;
}
.video-mute-button:hover{
    color: white;
}


@media only screen {
    .ytwrapper{
        width: 100%;
        height: 260px;
    }
}

@media only screen and (min-width: 576px) {
	.ytwrapper{
        width: 100%;
        height: 330px;
    }
}

@media only screen and (min-width: 768px) {
	.ytwrapper{
        width: 100%;
        height: 440px;
    }
}

@media only screen and (min-width: 992px) {
	.ytwrapper{
        width: 95%;
        height: 610px;
    }
}

@media only screen and (min-width: 1200px) {
	.ytwrapper{
        width: 90%;
        height: 720px;
    }
}

@media only screen and (min-width: 1400px) {
	.ytwrapper{
        width: 90%;
        height: 800px;
    }
}

@media only screen and (min-width: 1700px) {
	.ytwrapper{
        width: 85%;
        height: 960px;
    }
}




/**************************************************************************************
**
** PHOTO GRID
**
***************************************************************************************/


/* with flexbox */
.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*.grid-col { width: 50%; }*/


.grid-col.grid-col--1{
    margin-top: 40px;
    display: block;
    width: 52%;
}
.grid-col.grid-col--2{
    display: block;
    width: 48%;
}


@media only screen {
    .grid-col.grid-col--1{
        padding-right: 10px;
    }
    .grid-col.grid-col--2{
        padding-left: 10px;
    }
    .grid-item{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	.grid-col.grid-col--1{
        padding-right: 15px;
    }
    .grid-col.grid-col--2{
        padding-left: 15px;
    }
    .grid-item{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}



/**************************************************************************************
**
** COLS
**
***************************************************************************************/

/* SPECS KOLOMMEN */
.estate-col-section{
    break-inside: avoid;
}
.estate-spectitle{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}
.estate-specs-key{
    display:inline-block;
    line-height: 48px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #3F3F3F;
}
.estate-specs-value{
    display:block;
    float:right;
    color: var(--base-color);
    line-height: 48px;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
.estate-specs-row{
    border-bottom: #CCCCCC 1px solid;
    break-inside: avoid;
}



@media only screen {
    .estate-cols{
        column-count: 1;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 576px) {
	.estate-cols{
        column-count: 1;
        column-gap: 0px;
    }
}

@media only screen and (min-width: 768px) {
	.estate-cols{
        column-count: 2;
        column-gap: 15px;
    }
}

@media only screen and (min-width: 992px) {
	.estate-cols{
        column-count: 2;
        column-gap: 20px;
    }
}

@media only screen and (min-width: 1200px) {
	.estate-cols{
        column-count: 2;
        column-gap: 30px;
    }
}

@media only screen and (min-width: 1400px) {
	.estate-cols{
        column-count: 2;
        column-gap: 40px;
    }
}



/**************************************************************************************
**
** ROW - KEY - VALUE
**
***************************************************************************************/


a.dates-link-wrapper{
    position: relative;
}
.dates-row{
    position: relative;
    background-color: white;
    padding: 10px auto;
}
.dates-key{
    display:inline-block;
    line-height: 32px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: var(--base-color);
}
.dates-value{
    display:block;
    float:right;
    color: var(--base-color);
    line-height: 32px;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
a.dates-link-wrapper:hover .dates-row{
    background-color: whitesmoke;
}



/**************************************************************************************
**
** PROJECT TABLE
**
***************************************************************************************/


.project-doc-link{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: var(--logo-color);
    text-align: center;
}

.project-doc-link:hover{
    color: var(--base-color);
}

.re-table-header-row .re-table-cell{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

.re-table-cell{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.re-table-cell a{
    color: var(--logo-color);
}
.re-table-cell a:hover{
    color: var(--logo-color);
}

@media only screen {
    .re-table{
        display: block;
        width: 100%;
    }
    .re-table-header-row{
        display: none;
    }
    .re-table-cell{
        display: block;
    }
    .re-table-row{
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .re-table-row .re-table-cell{
        border-bottom:none;
    }
    .re-table-cell.re-table-cell-title{
        width: 100%;
        padding-right: 0px;
    }
    .re-table-cell.re-table-link{
        position: absolute;
        bottom:0px;
        right: 0px;
    }
    .re-table-cell span{
        display: inline-block;
        min-width: 80px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	.re-table{
        display: table;
        width: 100%;
    }
    .re-table-header-row{
        display: table-header-group;
    }
    .re-table-header-row .re-table-cell{
        padding: 10px 0;
    }
    .re-table-cell{
        display: table-cell;
    }
    .re-table-row{
        display: table-row;
        margin-bottom: 0px;
        position: relative;
    }
    .re-table-row .re-table-cell{
        padding: 20px 0;
        border-bottom: #ccc 1px solid;
    }
    .re-table-cell.re-table-cell-title{
        width: 66%;
        padding-right: 20px;
    }
    .re-table-cell.re-table-link{
        position: relative;
    }
    .re-table-cell span{
        display: none;
    }
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}



/**************************************************************************************
**
** ESTATE FORM
**
***************************************************************************************/


.estate-form-wrapper{
    background-color: var(--base-dark-color);
}


#estateform, #organimmoestateform{
    width: 90%;
}

#organimmoestateform label, #seasonsfilterform label, #organimmo-estate-form label{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.estate-contact-title{
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 45px;
}

.estate-label{
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.estate-select{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.estate-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.estate-textarea{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    height: 120px;
}


.estate-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: white;
    color: var(--base-dark-color);
    padding: 20px 40px 20px 40px;
    border: 0;
}

.estate-contact-card{
    border-radius: 0;
    text-align: center;
}

.estate-contact-card-picture{
    padding: 30px;
}

.estate-contact-card-title{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.estate-contact-card-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.estate-contact-function{
    font-size: 12px;
}

.estate-contact-phone{
    font-size: 16px;
}

.estate-contact-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    margin: 10px auto;
}
.estate-contact-button:hover{
    color: white;
    background-color: var(--logo-color);
}


.search-input-field{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    font-size: 1em;
    border: 0px;
    border-bottom: black 1px solid;
    padding-left: 0px;
    padding-top: 11px;
    width: 100%;
}

.search-input-field::placeholder{
    color: black;
}


@media only screen {
    .estate-contact-title{
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
    .estate-contact-title{
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}




.estate-top-visual-wrapper{
    position: relative;
    height: 100vh;
    width: 100%;
}

.estate-top-visual{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 86px);
    overflow: hidden;
}

.estate-photo-gallery{
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.estate-top-visual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.estate-top-visual .curtain{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.estate-top-visual-text{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* *********************************************************
**
**
** carousel
**
**
********************************************************* */

#mainCarousel {
    width: 100%;
    height: calc(100vh - 84px);
    margin: 0 auto 4px auto;

    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
    width: 100%;
    height: 100%;
    padding: 0;
    /*overflow: hidden;*/
    object-fit: contain;
}
#mainCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}


#mainCarousel .carousel__button.is-prev {
    left: 20px;
}

#mainCarousel .carousel__button.is-next {
    right: 20px;
}

#mainCarousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
    opacity: 0.8;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
    transition: opacity .3s ease;
}

#thumbCarousel .carousel__slide:hover {
    opacity: 1;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 4px;*/
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

#thumbCarousel .carousel__button {
    background-color: #fff;
}



.estate-info-btn{
    display: block;
    background-color: #170724;
    color: white;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}
.estate-info-btn:hover{
    color: var(--logo-color);
}

.estate-estimation-btn{
    display: block;
    background-color: var(--logo-color);
    color: #170724;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}
.estate-estimation-btn:hover{
    color: white;
}


#estate-map{
    position: relative;
    height: 50vh;
    background-color: whitesmoke;
}

#estate-map-mb{
    position: relative;
    height: 50vh;
    background-color: whitesmoke;
}


.nav-link{
    font-weight: 300;
    color: #999;
}
.nav-link.active{
    font-weight: bold;
    color: black;
}

.tab-pane{
    padding: 30px 10px 30px 10px;
}