@CHARSET "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');*/
*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: 'Indie Flower', cursive;
    font-family: 'Questrial', sans-serif;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
html, body{
    position: relative;
    height: 100%;
}

.logo{
    max-width: 300px;
    width: 40vw;
}

.tnr *{
    font-family: arial,sans-serif !important;
}

.sliderResidence .carousel-item img{
    height: 550px;
}

.mhr_logo{
    width: 165px;
}

.linkResort{
    font-size: 18px;
    font-family: times, 'Times New Roman', serif;
    color: #0084ff;
}
.location{
    font-size: 18px;
    font-family: times, 'Times New Roman', serif;
    text-transform: uppercase;
}

.logoResidence{
    position: absolute;
    bottom: -90px;
    z-index: 100;
    left: 100px;
    display: block;
    border-radius: 50% 50%;
    background-color: #fff;
    padding: 30px 40px;
    width: 460px;
    height: 180px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

.tondini{
    position: absolute;
    top: -120px;
    z-index: 100;
    right: 0;
    display: block;
}
.tondini img{
    border-radius: 50%;
    object-fit: cover;
    float: right;
    display: block;
    clear: right;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
}
.tondini img:nth-child(1){
    width: 285px;
    height: 285px;
    margin-right: 20px;
}
.tondini img:nth-child(2){
    width: 250px;
    height: 250px;
    margin-right: 50px;
    margin-top: 30px;
}
.tondini img:nth-child(3){
    width: 200px;
    height: 200px;
    margin-right: 230px;
    margin-top: -12px;
}

.tondini-inline .tondini{
}
.tondini-inline img{
    /*
    width: 33%;
    height: auto;
    margin: unset;
    box-shadow: none;
    border-radius: unset;
    position: relative;
    display: inline-block;
    clear: unset;
    float: unset;
    */
    margin:20px 0;
    background-color: silver;
    display: inline-block;
    height: 0;
    padding-bottom: 32%;
    width: 32%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}



.sliderResidenceWrapper{
    margin-bottom: calc(90 / 992 * 100%);
}


.residenceContent{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.residenceTxt{
    width: 50%;
    padding-right: 10px;
    font-size: 1.2rem;
}
.residenceTbl:not(.residenceTbl .balken){
    font-size: 1.2rem;
}
.residenceTbl{
    width: 50%;
    padding-left: 10px;
}

.txt{
    font-size: 1.2rem;
    font-weight: 300;
}
.custom-checkbox {
    display: inline-block;
    margin-right: 20px;
}
.custom-checkbox input{
    margin-right: 5px;
}





@media (max-width: 576px){
    .sliderResidence .carousel-item img{
        height: calc(264 / 576 * 100%);
    }

    .tondini{

        display: none;

    }


    .logoResidence{
        position:relative;
        width: 80%;
        /*height: unset;*/
        height: 90px;
        margin: 10px auto;
        border-radius: unset;
        padding: unset;

        bottom: unset;
        z-index: unset;
        left: unset;
        object-fit: unset;

    }
    .residenceContent{
    }
    .residenceTxt{order:2}
    .residenceTbl{order:1}
    .residenceTxt,.residenceTbl{
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px){
    .sliderResidence .carousel-item img{
        height: calc(550 / 1200 * 576px);
    }

    .tondini{
        top: calc(-120 / 1200 * 576px);
    }
    .tondini img:nth-child(1){
        width: calc(285 / 1200 * 576px);
        height: calc(285 / 1200 * 576px);
        margin-right: calc(20 / 1200 * 576px);
    }
    .tondini img:nth-child(2){
        width: calc(250 / 1200 * 576px);
        height: calc(250 / 1200 * 576px);
        margin-right: calc(50 / 1200 * 576px);
        margin-top: calc(30 / 1200 * 576px);
    }
    .tondini img:nth-child(3){
        width: calc(200 / 1200 * 576px);
        height: calc(200 / 1200 * 576px);
        margin-right: calc(230 / 1200 * 576px);
        margin-top: calc(-12 / 1200 * 576px);
    }
    .logoResidence{
        bottom: calc(-90 / 1200 * 576px);
        left: calc(100 / 1200 * 576px);
        padding: calc(30 / 1200 * 576px) calc(40 / 1200 * 576px);
        width: calc(460 / 1200 * 576px);
        height: calc(180 / 1200 * 576px);
    }
    .residenceContent{
    }
    .residenceTxt{order:2}
    .residenceTbl{order:1}
    .residenceTxt,.residenceTbl{
        width: 100%;
        display: block;
    }

}

@media (min-width: 768px) and (max-width: 992px){
    .sliderResidence .carousel-item img{
        height: calc(550 / 1200 * 768px);
    }

    .tondini{
        top: calc(-120 / 1200 * 768px);
    }
    .tondini img:nth-child(1){
        width: calc(285 / 1200 * 768px);
        height: calc(285 / 1200 * 768px);
        margin-right: calc(20 / 1200 * 768px);
    }
    .tondini img:nth-child(2){
        width: calc(250 / 1200 * 768px);
        height: calc(250 / 1200 * 768px);
        margin-right: calc(50 / 1200 * 768px);
        margin-top: calc(30 / 1200 * 768px);
    }
    .tondini img:nth-child(3){
        width: calc(200 / 1200 * 768px);
        height: calc(200 / 1200 * 768px);
        margin-right: calc(230 / 1200 * 768px);
        margin-top: calc(-12 / 1200 * 768px);
    }
    .logoResidence{
        bottom: calc(-90 / 1200 * 768px);
        left: calc(100 / 1200 * 768px);
        padding: calc(30 / 1200 * 768px) calc(40 / 1200 * 768px);
        width: calc(460 / 1200 * 768px);
        height: calc(180 / 1200 * 768px);
    }

}

@media (min-width: 992px) and (max-width: 1200px){
    .sliderResidence .carousel-item img{
        height: calc(550 / 1200 * 992px);
    }

    .tondini{
        top: calc(-120 / 1200 * 992px);
    }
    .tondini img:nth-child(1){
        width: calc(285 / 1200 * 992px);
        height: calc(285 / 1200 * 992px);
        margin-right: calc(20 / 1200 * 992px);
    }
    .tondini img:nth-child(2){
        width: calc(250 / 1200 * 992px);
        height: calc(250 / 1200 * 992px);
        margin-right: calc(50 / 1200 * 992px);
        margin-top: calc(30 / 1200 * 992px);
    }
    .tondini img:nth-child(3){
        width: calc(200 / 1200 * 992px);
        height: calc(200 / 1200 * 992px);
        margin-right: calc(230 / 1200 * 992px);
        margin-top: calc(-12 / 1200 * 992px);
    }
    .logoResidence{
        bottom: calc(-90 / 1200 * 992px);
        left: calc(100 / 1200 * 992px);
        padding: calc(30 / 1200 * 992px) calc(40 / 1200 * 992px);
        width: calc(460 / 1200 * 992px);
        height: calc(180 / 1200 * 992px);
    }
}
@media (min-width: 1200px){

}