.embed-full-container{
    position: relative;
    padding-bottom: clamp(200px, calc(50vw / (16 / 9)), 600px);
    height: 0;
}
.embed-full{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/* height: clamp(200, calc(100% / (16 / 9)), 600); */
}
@font-face {
    font-family: 'brands-regular';
    src: url('../Fonts/Font-Awesome-5-Brands-Regular-400.otf');
}
@font-face {
    font-family: 'la-brands-400';
    src: url('../Fonts/la-brands-400.ttf');
}
@font-face {
    font-family: 'la-regular';
    src: url('../Fonts/la-regular-400.ttf');
}
@font-face {
    font-family: 'la-solid';
    src: url('../Fonts/la-solid-900.ttf');
}
@font-face {
    font-family: "sans-500";
    src: url('../Fonts/Work-Sans-500.ttf');
}
@font-face {
    font-family: 'sans-600';
    src: url('../Fonts/Work-Sans-600.ttf');
}
@font-face {
    font-family: 'sans-700';
    src: url('../Fonts/Work-Sans-700.ttf');
}
@font-face {
    font-family: 'sans-regular';
    src: url('../Fonts/Work-Sans-regular.ttf');
}
@font-face {
    font-family: "Bricolage Grotesque";
    src: url('../Fonts/BricolageGrotesque-VariableFont_opsz.ttf');
}
@font-face {
    font-family: "Italiana";
    src: url('../Fonts/Italiana-Regular.ttf');
}
@font-face {
    font-family: "Unna";
    src: url('../Fonts/Unna-Regular.ttf');
}
h1 {
    font-size: 30px;
    font-family: 'sans-500';
    letter-spacing: -0.5px;
}
.Top-cont h1 {
    font-size: 50px;
    color: white;
    font-weight: 600;
}
h2 {
    font-size: 30px;
    font-family: 'sans-500';
    letter-spacing: -0.5px;
}
h3 {
    font-size: 30px;
    font-family: 'sans-500';
    letter-spacing: -0.5px;
}
h4 {
    font-size: 22px;
    font-family: 'sans-500';
    letter-spacing: -0.5px;
}
h5 {
    
}
a {
    cursor: pointer;
    line-height: 1.2;
    color: #a27a4d !important;
    text-decoration: none !important;
}
a:hover {
    color: #a27a4d;
}
.Main-cont a:hover {
    text-decoration: underline !important;
}
p {
    font-size: 18px;
    line-height: 1.3;
    color: black;
}
html, body {
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
}
.pad-top {
    padding-top: 80px;
}
.pad-bot {
    padding-bottom: 80px;
}
.m-bot {
    margin-bottom: 80px;
}
.info-modal {
    border: none;
    background: none;
}
.info-modal-text {
    display: none !important;
}
button.info-btn.btn {
    display: inline-block;
    margin-top: -15px;
    height: auto;
    padding: 0;
}
button.info-btn.btn:focus {
    box-shadow: none;
}
.max-width-cont {
    max-width: 1350px;
    margin-left: auto !important;
    margin-right: auto !important;
}
#campaign .nav-cont {
    display: none !important;
}
.nav-cont {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
    height: 105px;
    top: 0;
}
nav {
    width: 90%;
    max-width: 1350px;
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 0;
    z-index: 999999;
    background-color: white;
    transition: top 0.3s;
}
.Pinned {
    position: fixed !important;
    top: 0;
    z-index: 99;
    transition: top 0.3s;
    background-color: white;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: unset;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 15%);
}
.Piilotettu {
    display: none !important;
}
.Auki {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    /* width: 85%; */
    margin-top: 0;
    top: 100%;
    max-width: 1000px !important;
    left: 0;
}
.activepage {
    color: #a27a4d !important;
}
.MegaMenu-cont .MegaMenu-dropdown .MegaMenu-row.Auki {
    padding: 20px 35px !important;
}
.Scrolling {
    height: 75px;
}
.Scrolling .nav-link {
    line-height: 59px !important;
}
.Scrolling .nav-item.Home-icon-cont {
    height: 75px !important;
}
.Scrolling .Home {
    background-position-y: 21px;
}
.start {
    height: 105px;
}
/* iframe {
    height: 600px !important;
} */
.navbar-collapse, .navbar-nav, .nav-item, .nav-link, .MegaMenu-cont .col-1 {
    height: 100% !important;
}
.nav-item {
    position: relative;
}
.nav-link {
    line-height: 88px !important;
}
.nav-item.Home-icon-cont {
    height: 105px !important;
}
.navbar-collapse {
    width: auto;
}
.navbar-nav {
    justify-content: end;
}
.navbar ul {
    list-style-type: none;
}
.navbar .Logo img {
    max-height: 80px;
}
.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-size: 16px;
    font-family: "sans-500";
}
.Home {
    background-image: url('../kuvat/home.svg');
    background-size: 30px 30px;
    background-position: center;
    background-position-y: 36px;
    background-repeat: no-repeat;
}
.Home:active, .Home:hover {
    background-image: url('../kuvat/homehover.svg');
}
.MegaMenu-dropdown .MegaMenu-row a.dropdown-toggle {
    font-size: 20px !important;
    /* font-family: 'sans-regular'; */
    line-height: 2 !important;
}
.navbar-light .navbar-nav .nav-link:active {
    color: #d49900 !important;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover,
.navbar-nav .submenu li a:focus, .navbar-nav .submenu li a:hover {
    color: #d49900 !important;
}
.navbar-light .navbar-toggler {
    color: black;
    border: none;
    width: auto;
}
.navbar .nav-item .dropdown-toggle::after {
    content: "";
    margin: 0;
    border: 0;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 2000;
    display: none;
    min-width: 10rem !important;
    padding: 15px 15px !important;
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: max-content;
    border-radius: 0 !important;
    border-top: 1px solid rgba(0,0,0,.15) !important;
    border-bottom: 2px solid #d49900 !important;
    border-left: 0;
    border-right: 0;
}
.dropdown:hover .dropdown-menu {
    display: flex;
    margin-top: 0;
}
.subsubmenu {
    display: flex;
    margin-top: 0;
    position: relative !important;
    border: none !important;
}
.submenu:hover .subsubmenu {
    display: flex;
    margin-top: 0;
    position: relative !important;
    border: none !important;
}
.navbar ul li a {
    text-decoration: none;
    color: #212529 !important;
    line-height: 2;
}
.navbar ul li a:hover {
    color: #d49900 !important;
}
.col {
    margin: 0;
    padding: 0;
    font-family: "sans-regular";
}
.MegaMenu-cont {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}
/* .MegaMenu-cont .nav-item span {
    width: 10px;
} */
.MegaMenu-cont .nav-item span .minus {
    display: none;
}
.MegaMenu-cont div.col-12 {
    height: 100%;
    align-self: baseline;
}
.MegaMenu-dropdown {
    position: unset;
    /* width: 100%; */
}
.MegaMenu-dropdown .dropdown-toggle {
    text-align: center;
}
.MegaMenu-dropdown .nav-link {
    padding-right: 0 !important; 
    padding-left: 0 !important;
    height: auto !important;
    display: inline-block;
}

.navbar-nav .MegaMenu-dropdown .nav-link img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.MegaMenu-cont .col-1 .navbar-nav {
    justify-content: start;
}
/* .MegaMenu-row.dropdown-menu[data-bs-popper] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    padding: 60px 60px;
    max-width: 1000px;
} */
.MegaMenu-Column {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    width: 25%;
}
.MegaMenu-dropdown .MegaMenu-Column li.Heading {
    font-size: 20px;
    margin-bottom: 10px;
}
.MegaMenu-cont ul.Mobile-hidden li:last-of-type {
    margin-right: 30px;
}
.MegaMenu-cont .nav-item span .minus,
.MegaMenu-cont .nav-item span .plus {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}
/* Customize the label (the container) */
.valmiit-cont {
    width: 195px;
    margin-left: auto;
    margin-right: auto;
}
.valmiit-cont .container {
    padding-left: 45px;
    width: unset !important;
}
.valmiit-cont .container .checkmark {
    position: absolute;
    top: 10%;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid;
    margin-left: 0;
}
.container {
    display: block;
    width: fit-content;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    margin-top: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    width: fit-content !important;
}
  
/* Hide the browser's default checkbox */
.container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid;
    margin-left: -30px;
}
input[type="checkbox"] {
    width: 0 !important;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}
  
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark{
    background-color: #d49900;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper {
    width: 100%;
    position: relative !important;
    /* height: 700px; */
}
.swiper-wrapper {
    height: auto !important;
    margin-bottom: 80px;
    position: unset !important;
}
.Main-cont .House-listing-carousel .swiper-wrapper {
    margin-bottom: 20px !important;
}
.swiper .Cover-left,
.swiper .Cover-right {
    width: 9%;
    height: 100%;
    position: absolute;
    background-color: white;
    opacity: 80%;
}
.swiper .Cover-left {
    left: 0;
    top: 0;
}
.swiper .Cover-right{
    right: 0;
    top: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 19% !important;
    max-width: 300px;
    margin-right: 25px;
    margin-left: 25px;
}
.Main-cont .Furnishing .Gallery-slider .swiper-slide {
    max-width: 850px;
}
.mySwiper3 {
    /* margin-top: 50px; */
    width: 85%;
    margin-bottom: 10px;
}
.mySwiper3 .swiper-wrapper {
    margin-bottom: 0;
}
.thumbsSlider {
    width: 95%;
    margin-bottom: 40px;
}
.thumbsSlider .swiper-slide {
    /* width: 19.4% !important; */
    margin-left: 5px;
    margin-right: 5px;
}
.thumbsSlider .swiper-wrapper {
    margin-bottom: unset !important;
}
.mySwiper3 .swiper-slide {
    width: 100%!important;
    margin: 0;
    max-height: 900px;
    max-width: unset;
}
.mySwiper3 .swiper-slide-prev,
.mySwiper3 .swiper-slide-next {
    visibility: hidden;
}
.Top-slider {
    position: relative;
}
.Top-slider .swiper-scrollbar {
    bottom: -15px !important;
}
.mySwiper2 .swiper-slide {
    opacity: 0.4;
}
.mySwiper2 .swiper-slide-active {
    opacity: 1;
}
.Top-slider .swiper-button-next, .Top-slider .swiper-button-prev {
    top: 50% !important;
}
.Gallery-slider .swiper .swiper-slide {
    width: 32% !important;
    height: 368px;
}
.Gallery-slider.kohdesivu .swiper-slide {
    display: flex;
    flex-direction: column;
    height: fit-content;
    text-align: start;
    width: 70% !important;
    align-self: flex-start;
    background: transparent;
}
.pre-marketing .Gallery-slider.kohdesivu .swiper-slide {
    width: auto !important;
    margin-left: 5px;
    margin-right: 5px;
}
.pre-marketing .uutiskirje.btn-simple,
.pre-marketing .guide-form .btn-simple {
    height: 50px;
    padding: 0px 20px !important;
    border: none;
}
.pre-marketing .Content-row .btn-cont {
    height: 50px;
    padding: 0px 20px !important;
    line-height: 50px;
    border: none;
}
.pre-marketing .Contact form .btn-cont {
    /* color: unset !important; */
    border: none;
}
.pre-marketing .Contact form .btn-cont:hover {
    color: white !important;
}
.Gallery-slider.kohdesivu .swiper-slide div {
   visibility: hidden;
}
.Gallery-slider.kohdesivu .swiper-slide-active div {
    display: block;
    visibility: initial;
}
.Gallery-slider.kohdesivu .swiper-slide p {
    margin-top: 30px;
}
.Gallery-slider.kohdesivu .swiper-button-next, .Gallery-slider.kohdesivu .swiper-button-prev {
    top: 22% !important;
}
.Gallery-slider.kohdesivu .swiper .Cover-left, .Gallery-slider.kohdesivu .swiper .Cover-right {
    height: 100%;
}
.Gallery-slider.kohdesivu .swiper-pagination {
    bottom: 0;
}
.swiper-pagination-bullet {
    background-color: #d49900 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #a27a4d !important;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Gallery-slider.kohdesivu .swiper-slide .slide-description p {
    font-size: 16px;
    line-height: 1.4;
}
.Gallery-slider.kohdesivu .swiper-slide img {
    height: 575px;
}
.pre-marketing .Gallery-slider .swiper .swiper-slide img {
    height: unset;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 44% !important;
    width: 44px !important;
    height: 44px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: unset !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5% !important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5% !important;
    right: auto;
}
.swiper-button-prev:after {
    content: '' !important;
    background-image: url('../kuvat/arrow-left.svg');
    width: 44px !important;
    height: 44px !important;
    background-position: center center;
}
.swiper-button-next:after {
    content: '' !important;
    background-image: url('../kuvat/arrow-right.svg');
    width: 44px !important;
    height: 44px !important;
    background-position: center center;
}
.Gallery-slider.kohdesivu .swiper-button-prev:after {
    background-image: url('../kuvat/gold-arrow-left.svg');
}
.Gallery-slider.kohdesivu .swiper-button-next:after {
    background-image: url('../kuvat/gold-arrow-right.svg');
}
.swiper-scrollbar {
    width: 75% !important;
    left: 12.5% !important;
    height: 3px !important;
}
.mySwiper3 .swiper-scrollbar {

}
.swiper-scrollbar-drag {
    background: #d49900 !important;
}
.Side-links {
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
.Side-links img {
    width: 50px;
    zoom: 90%;
}
.Side-links .Phone {
    background-color: #d49900;
}
.Side-links .WA {
    background-color: #25D366;
}
.Side-links .Phone,
.Side-links .WA {
    position: relative;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.Side-links .Phone span,
.Side-links .WA span {
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    width: fit-content;
    margin: auto;
    color: white;
    font-size: 12px;
}

/* ETUSIVUN TYYLEJ� */
.Top-cont {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 105px;
}
.Top-image {
    max-width: 1350px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.Top-cont .Top-image {
    width: 90%;
    height: clamp(300px, calc(100vw / (1350 / 700)), 700px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.Top-cont .Top-image .Heading {
    margin-top: -12%;
}
.Main-cont {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Search-houses {
    background-color: #f5f5f5;
    width: 100%;
    max-width: 800px;
    height: 240px;
    margin-top: -70px;
    z-index: 99;
}
.Search-houses h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.Search-houses .Input-cont {
    display: flex;
    justify-content: space-between;
}
.Search-houses .Input-cont select {
    height: 50px;
    width: 100%;
    max-width: 220px;
    padding: 0 10px;
    font-size: 17px;
    border: 1px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url('../kuvat/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px 17px;
    background-position-x: 95%;
    background-position-y: 17px;
    /* font-family: 'sans-regular'; */
}
.Search-houses .Input-cont select option {
    color: black;
}
.Search-houses .Input-cont .btn-cont {
    /* width: 100%; */
    height: 50px;
    background-color: #d49900;
    text-align: center;
    line-height: 50px;
    /* font-family: 'sans-600'; */
    font-size: 20px;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    /* font-family: 'sans-600'; */
    font-weight: 600;
    max-width: 220px;
    border: none;
}
.Main-cont .Heading {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.Heading p {
    font-size: 19px;
    /* letter-spacing: -0.5px; */
}
.Main-cont .House-listing-carousel {
    width: 100%;
}
.House-cards-list {
    position: relative;
    z-index: 9;
}
.House-listing-carousel .Card-cont,
.Open-house-modulecont .Card-cont {
    width: 350px;
    height: 480px;
}
.House-cards-list .Card-cont {
    width: 350px;
    height: 510px;
}
.paivays {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px;
}
.House-cards-list .Card-cont {
    padding: 25px;
}
.Card-cont .img-cont a, .Open-house-modulecont .img-cont a {
    margin: 0;
    height: 200px;
}
.House-presentations-cont {
    max-width: 800px;
    justify-content: space-between;
}
.House-presentation {
    margin-bottom: 25px;
    width: 100%;
}
.House-presentations-cont h3 {
    text-align: start;
    padding: 0;
    margin-bottom: 20px;
}
.House-presentations-cont .contact-cont {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.House-presentations-cont .contact-cont p {
    margin-bottom: 0;
}
.House-presentations-cont .contact-cont p:first-of-type {
    font-weight: 700;
    margin-bottom: 10px;
}
/* .House-presentations-cont .contact-cont .yht a {
    font-weight: 700;
    color: black !important;
} */
.House-presentations-cont .contact-cont a img,
.House-presentations-cont .contact-cont a svg {
    width: 22px;
}
.House-presentations-cont .contact-cont a img {
    margin-right: 10px;
}
.presentations-cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 45%;
    padding: 0;
}
.House-presentation h4 {
    margin-bottom: 3px !important;
}
.House-presentation p {
    font-size: 16px;
    margin-bottom: 3px !important;
}
.House-presentation a {
    line-height: 1.2;
    color: #a27a4d !important;
    text-decoration: none !important;
}
.House-presentation p:last-of-type {
    margin-bottom: 0;
}
.House-listing-carousel .Card-cont .info-cont p{
    font-size: 15px;
}
.Card-cont .info-cont {
    margin: 0;
    padding: 30px 20px;
    background-color: #f5f5f5;
    text-align: start;
    height: 58%;
    position: relative;
}
.Card-cont .info-cont .align-bot {
    position: absolute;
    bottom: 25px;
    width: 86%;
}
.Card-cont .info-cont .align-bot p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}
.Card-cont .info-cont p {
    line-height: 1;
    font-size: 16px;
    /* font-family: 'sans-regular'; */
    margin-bottom: 5px;
}
/* .Card-cont .info-cont p:last-of-type {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
} */
/* .Card-cont .info-cont .align-bot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} */
.Text-green {
    /* color: #6e9600; */
    /* color: #708366; */
    color: #6d9600;
    font-family: 'sans-600' !important;
}
.Text-red{
    color: #963c00;   
    font-family: 'sans-600' !important;
}
.Text-yellow {    
    /* color: #d49900; */
    color: #e9c163;
    font-family: 'sans-600' !important;  
}
.Text-grey {    
    color: #929292;  
    font-family: 'sans-600' !important;  
}

.Card-cont .info-cont .btn-cont {
    font-size: 18px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #d49900;
    display: block;
}
.Card-cont .info-cont .btn-cont:hover {
    text-decoration: none !important;
}
.Main-cont .Open-house {
    /* width: 100%; */
    position: relative;
    max-width: 800px;
}
.Main-cont .fix-img-wysiwyg .Open-house {
    width: 100%;
}
.Main-cont .Open-house .Card-cont {
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.Main-cont .Open-house .Card-cont .thirdGridPos .col {
    text-align: center;
}
.Main-cont .Open-house .Card-cont h3 {
    margin-bottom: 40px;
    text-align: center;
}
.Main-cont .Open-house .Card-cont p {
    text-align: center;
}
.Main-cont .Open-house .Card-cont .pnro {
    color: #a27a4d;
    /* font-family: 'sans-600'; */
    font-weight: 600;
}
.Main-cont .Open-house-modulecont h3 {
    margin-bottom: 40px;
}
.Main-cont .Open-house-modulecont a {
    color: #a27a4d;
}
.House-presentations-cont a.btn-cont,
.Open-house a.btn-cont {
    display: block;
    height: 50px;
    width: fit-content;
    padding: 0 20px;
    background-color: #d49900;
    color: white !important;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
    text-decoration: none;
}
.House-presentations-cont a.btn-cont:hover,
.Open-house a.btn-cont:hover {
    text-decoration: none !important;
}
.Main-cont .Topical {
    /* width: 87.5%; */
    /* height: 600px; */
}
.Main-cont .Topical .Heading {
    margin-top: 0;
    text-align: left;
}
.Main-cont .Topical .News-item {
    margin-top: 20px;
}
.Main-cont .Topical .News-item p {
    margin: 0;
    font-weight: 500;
}
.Main-cont .Topical .News-item a {
    /* font-family: 'sans-600'; */
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    color: #a27a4d;
}
.palkki {
    margin-top: 40px;
}
.uutinen {
    margin-top: 40px;
}
.uutinen .pvm a, .uutinen .ingressi a {
    text-decoration: none;
    color: black !important;
}
.uutinen a:hover {
    color: #a27a4d;
}
.uutinen a.lue {
    display: block;
    margin-top: 10px;
}
.Main-cont .Furnishing {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
}
.Perussivu.Main-cont .Furnishing {
    padding-bottom: 0;
}
#sijainti {
    padding-top: 75px;
    padding-bottom: 40px;
}
.Main-cont .Furnishing h3, 
.Main-cont .Furnishing p:first-of-type {
    margin-bottom: 20px;
}
.Main-cont .Furnishing .Gallery-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}
.Main-cont .Furnishing .Gallery-slider .swiper-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.Main-cont .Furnishing .Gallery-slider .btn-cont,
.takaisin.btn-cont {
    display: block;
    height: 50px;
    width: fit-content;
    padding: 0 20px;
    background-color: #d49900;
    color: white !important;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
    text-decoration: none;
}
.Main-cont .Furnishing .Gallery-slider .btn-cont:hover,
.takaisin.btn-cont:hover {
    text-decoration: none!important;
}
.Main-cont .Furnishing .Some-block {
    text-align: center;
}
.Main-cont .Furnishing .Some-block a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: black;
    /* font-family: 'sans-regular'; */
    margin-top: 10px;

}
.Main-cont .Furnishing .Some-block a svg {
    height: 50px;
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Main-cont .Bottom-section {
    width: 100%;
}
.Content-row {
    display: flex;
    justify-content: center;
    /* width: 100%; */
}
.Content-row.img-right {
    min-height: 600px;
    /* background-color: white; */
}
.Content-row.img-left {
    min-height: 600px;
    /* background-color: #f5f5f5; */
}
.no-img-cont {
    width: 100%;
    /* min-height: 330px; */
    display: flex;
}
.Content-row.no-img {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.no-img-cont:last-of-type {
    margin-bottom: 40px !important;
}
.Content-row.img-right div:nth-of-type(2) ,
.Content-row.img-left div:nth-of-type(1) {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} 
.Content-row .Text-cont {
    align-self: center;
}
.Content-row .Text-cont table {
    max-width: 100%;
    width: auto !important;
}
.Content-row h3 {
    margin-bottom: 30px;
}
.Content-row .Text-cont a, .Content-row a, .Content-row .Text-cont a:hover, .Content-row a:hover {
    color: #a27a4d;
}
.Content-row .Text-cont .btn-cont {
    display: block;
    width: fit-content;
    max-width: 60%;
    padding: 20px 20px;
    background-color: #d49900;
    color: white !important;
    text-align: center;
    margin-top: 40px;
    text-decoration: none;
    font-size: 18px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
}
.Content-row .Text-cont .btn-cont:hover {
    color: white;
    text-decoration: none !important;
}
.Content-row .fix-img-wysiwyg {
    width: 100%; 
    max-width: unset !important; 
    /* margin-bottom: 40px; */
}
.Content-row div.fix-img-wysiwyg img.image-align-left {
    margin-left: -150px;
}
.Content-row div.fix-img-wysiwyg div {
    /* margin-left: 125px; */
    max-width: unset !important;
}
.Content-row.Topical {
    height: unset!important;
    background-color: unset!important;
}
.Content-row.Topical div.col-lg-6:first-of-type {
    height: unset!important;
}
.Content-row.Topical .News-item {
    height: unset!important;
}
/* ETUSIVUN TYYLIEN LOPPU */
/* PERYSSIVUN TYYLEJ� */
.Perussivu.Top {
    margin-bottom: 50px;
}
.Perussivu.Top .Heading, .Kohdessivu.Top .Heading {
    text-align: center;
    padding-top: 105px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.Perussivu.Top .Top-image {
    height: clamp(215px, calc(100vw / (1350 / 700)), 700px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.Perussivu.Top .Top-image-double-cont {
    display: flex;
}
.Perussivu.Top .Links,
#campaign .Links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    z-index: 990;
}
#campaign .Links {
    display: none;
}
.Perussivu.Top .Links a {
    border: 1px solid black;
    color: black !important;
    font-size: 16px;
    /* font-family: 'sans-regular'; */
    width: auto;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    margin: 5px;
}
.Perussivu.Top .Links a.active,
.Perussivu.Top .Links a:hover {
    background-color: #d49900;
    color: white !important;
    border: 1px solid transparent;
}
#campaign .Links a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 5px 20px;
    font-weight: 300;
}
#campaign .Links a.active,
#campaign .Links a.hover {
    color: #E1AD58;
}
.Perussivu.Top .Breadcrumbz {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 16px;
    /* font-family: 'sans-regular'; */
    text-align: center;
}
.Breadcrumbz a {
    color: #a27a4d;
    text-decoration: none;
}
.Breadcrumbz a:hover {
    color: #a27a4d;
    text-decoration: underline !important;
}
.Perussivu.Main-cont {
    text-align: start;
}
body .Perussivu.Main-cont div.Text-cont {
    margin-bottom: 30px;
}
body .Perussivu.Main-cont div.Ingress {
    color: black;
    font-weight: 600;
    /* font-family: 'sans-600'; */
    margin-bottom: 20px;
}
body .Perussivu.Main-cont div.Ingress p {
    margin: 0;
}
.Perussivu.Main-cont h2 {
    margin-bottom: 20px;
}
.Perussivu .Loop-section {
    padding-top: 40px;
}
.Perussivu .Loop-section:last-of-type {
    margin-bottom: 40px;
}
.Perussivu .Loop-section a {
    color: #a27a4d;
}
.Perussivu .Loop-section h3 {
    margin-bottom: 30px;
}
blockquote, .blockquote {
    border-left: 3px solid #d49900;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 30px !important;
    font-size: 18px !important;
    color: black;
    font-weight: 500;
}
.Perussivu .Content-row ul,
.Perussivu .Loop-section ul {
    list-style-position: inside;
    list-style-image: url('../kuvat/bulletlist_dot.png');
    margin: 0;
    padding: 0;
    column-count: 2;
    gap: 60px;
    /* margin-bottom: 40px; */
}
.Content-row ul {
    margin-top: 20px !important;
}
.Perussivu ul li {
    font-size: 16px;
    /* font-family: 'sans-500'; */
    font-weight: 500;
    list-style-position: outside;
}
.Perussivu .Middle-cont {
    text-align: start;
    display: flex;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    padding: 70px 0px;
}
.Perussivu .Middle-cont.background-grey {
    margin-top: 40px;
}
.Perussivu .Middle-cont.background-grey .imgFix {
    display: flex;
}
.Perussivu .Middle-cont .image-align-left {
    margin-bottom: unset;
    display: flex;
    justify-content: flex-end;
    height: fit-content;
    padding: 40px 0;
}
.Perussivu .Middle-cont .image-align-right {
    margin-bottom: unset;
    display: flex;
    justify-content: flex-start;
    height: fit-content;
    padding: 40px 0;
}
.Perussivu.Bottom-cont {
    text-align: start;
    margin-bottom: 30px;
}
/* PERUSSIVUN TYYLIEN LOPPU */

/* KOHDESIVU */
.Location {
    font-size: 20px !important;
    color: #a27a4d;
    text-align: center;
    margin-bottom: 40px;
}
.Location img {
    margin-right: 20px;
}
.Location a, .Location a:hover {
    color: #a27a4d;
    text-decoration: none;
}
.Asemapiirros-cont {
    margin-top: 30px;
    margin-bottom: 80px;
}
.Asemapiirros-cont .Asemapiirros {
    position: relative;
    width: fit-content;
}
.Asemapiirros-cont h3 {
    margin-bottom: 40px;
}
#layer-over-img {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    /* top: 0px; */
}
#layer-over-img .visible {
    display: block !important;
}
#layer-over-img .ball {
    position: absolute;
    border-radius: 50%;
    /* border: 3px solid #fff; */
    display: none;
    cursor: pointer;
}
#layer-over-img .small-ball {
    width: 30px;
    height: 30px;
    z-index: 4;
}
#layer-over-img .small-ball.AKP-ball {
    width: 20px;
    height: 20px;
    z-index: 4;
}
#layer-over-img .large-ball {
    width: 120px !important;
    height: 120px !important;
    z-index: 99;
}
#layer-over-img .red-ball {
    background: #963c00;
    /* background: -webkit-radial-gradient(60% 36%,farthest-side,#fae6e6,#a61919,#880909);
    background: -o-radial-gradient(60% 36%,farthest-side,#fae6e6,#a61919,#880909);
    background: -moz-radial-gradient(60% 36%,farthest-side,#fae6e6,#a61919,#880909);
    background: radial-gradient(60% 36%,farthest-side,#fae6e6,#a61919,#880909); */
}
#layer-over-img .green-ball {
    /* background: #6e9600; */
    /* background: #708366; */
    background: #6d9600;
    /* background: -webkit-radial-gradient(60% 36%,farthest-side,#d2e6d2,#296329,#114011);
    background: -o-radial-gradient(60% 36%,farthest-side,#d2e6d2,#296329,#114011);
    background: -moz-radial-gradient(60% 36%,farthest-side,#d2e6d2,#296329,#114011);
    background: radial-gradient(60% 36%,farthest-side,#d2e6d2,#296329,#114011); */
}
#layer-over-img .orange-ball {
    /* background: #f09000; */
    background: #e9c163;
    /* background: -webkit-radial-gradient(60% 36%,farthest-side,#f8ed5a,#c88401,#b76700);
    background: -o-radial-gradient(60% 36%,farthest-side,#f8ed5a,#c88401,#b76700);
    background: -moz-radial-gradient(60% 36%,farthest-side,#f8ed5a,#c88401,#b76700);
    background: radial-gradient(60% 36%,farthest-side,#f8ed5a,#c88401,#b76700); */
}
#layer-over-img .large-ball .ball-text-cont {
    color: white;
    font-weight: 700;
}
.kerros-valikko a {
    width: 15px;
    height: 15px;
    background-color: #f2f2f2;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 10px;
}
.kerros-valikko a.valittu {
    background-color: #d49900;
    color: white!important;
}
.Asemapiirros-cont .PDF-btn {
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    color: black !important;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-family: 'sans-600';
    font-weight: 600;
    width: 215px;
    margin-top: 40px;
    border: 1px solid black;
}
.HouselistHeader {
    background-color: #d49900;
    color: #fff;
    height: 80px;
    /* font-family: 'sans-500'; */
    font-weight: 500;
    font-size: 18px;
}
.Houselist {
    width: 100%;
}
.Houselist-cont h3 {
    margin-bottom: 40px;
}
#autopaikat {
    margin-top: 40px !important;
}
table.Houselist tr {
    height: 80px;
    border: 1px solid #f2f2f2;
    padding: 20px 25px;
}
table.Houselist tr.House {
    cursor: pointer;
}
table.Houselist tr.House:hover {
    background-color: rgb(212, 153, 0, 0.25);
}
table.Houselist tr.House.Sold {
    background-color: #f5f5f5;
}
table.Houselist tr td,
table.Houselist tr th {
    /* font-family: 'sans-500'; */
    font-weight: 500;
    font-size: 18px;
    font-weight: unset;
}
table.Houselist tr th {
    color: #fff;
}
table.Houselist tr.HouselistHeader th:nth-child(n+2) {
    padding: 0 20px 0 0;
}
table.Houselist tr th:last-of-type,
table.Houselist tr td:last-of-type {
    width: 230px;
}
table.Houselist tr td:first-of-type {
    text-align: center;
    min-width: 40px;
}
table.Houselist tr td {
    font-size: 17px;
    /* font-family: 'sans-regular'; */
}
table.Houselist tr td.House-nro,
table.Houselist tr td.Text-green,
table.Houselist tr td.Text-yellow,
table.Houselist tr td.Text-red {
    text-transform: uppercase;
    /* font-family: 'sans-700'; */
    font-weight: 700;
}
table.Houselist tr td a {
    width: 195px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    /* font-family: 'sans-600'; */
    font-weight: 600;
}
table.Houselist tr td a.Reservation-green-btn {
    /* background-color: #6e9600; */
    /* background: #708366; */
    background-color: #6d9600;
}
table.Houselist tr td a.Reservation-yellow-btn {
    /* background-color: #f09000; */
    background: #e9c163;
}
table.Houselist tr td a.Reservation-grey-btn {
    /* background-color: #929292; */
    /* background-color: #6e9600; */
    background-color: #6d9600;
}
table.Houselist tr td.varaus {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: inherit;
}
button.info-btn.btn {
    min-width: 18px !important;
    border-radius: 50% !important;
    background-color: black !important;
    margin-top: 0 !important;
    margin-left: 5px;
}
button.info-btn.btn:hover {
    color: white !important;
}
.House-info-cont {
    padding: 1.5rem 1.5rem 2rem 1.5rem !important;
}
.House-info-cont .Open-info-gallery {
    color: #a27a4d;
}
.House-info-cont .Open-info-gallery:hover {
    text-decoration: underline !important;
}
.House-info-cont .pswp-gallery a:nth-of-type(n+2) {
    display: none;
}
tr.House-info .swiper,
tr.House-info .swiper .swiper-wrapper {
    /* height: 100% !important; */
}
.House-info .swiper .pswp-gallery a {
    width: 100% !important;
}
tr.House-info .swiper .swiper-wrapper {
    margin-bottom: 0 !important;
}
tr.House-info .swiper .swiper-slide {
    width: 100%!important;
    margin: 0;
    max-width: unset;
}
table.Houselist tr.House-info .Right span {
    margin-left: 5px;
}
table.Houselist tr.House-info .Right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    /* font-family: 'sans-500'; */
    font-weight: 500;
    text-align: start;
}
table.Houselist tr.House-info td .Right h4 {
    font-size: 20px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
    text-align: start;
}
table.Houselist tr.House-info .Right p {
    font-size: 16px;
    /* font-family: 'sans-500'; */
    font-weight: 500;
    text-align: start;
}
table.Houselist tr.House-info .Right div {
    display: flex;
    flex-direction: column;
}
table#asunnot-taulu.Houselist tr.House-info .Right div:nth-child(2) {
    padding-top: 67px;
}
table.Houselist tr.House-info.Parking .Right div:nth-child(2) {
    padding-top: 30px;
}

table.Houselist tr.House-info .Right div:nth-child(3) {
    margin-top: 20px;
}
table.Houselist tr.House-info .Right div:nth-child(3) p {
    font-size: 14px;
    /* font-family: 'sans-700'; */
    font-weight: 700;
}
.Reservation-form-background {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgb(33, 37, 41, 0.3);
}
#Reservation-form {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
}
#Reservation-form .form-content {
    border: 2px solid #d49900;
    background-color: white;
    padding: 40px;
}
#Reservation-form .form-content h4 {
    margin-bottom: 0 !important;
}
#Reservation-form .form-content .subheading {
    font-size: 22px;
}
#Reservation-form #kohdeasunto {
    font-weight: 500;
}
#Reservation-form form {
    margin-top: 20px;
}
#Reservation-form form div {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
#Reservation-form form div:nth-of-type(n+2) {
    margin-top: 20px;
}
#Reservation-form form input {
    height: 50px;
    padding: 0 10px;
    font-size: 17px;
    max-width: 340px;
    width: 50%;
}
#Reservation-form form div p {
    font-size: 14px;
    width: 50%;
    max-width: 340px;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: -2px;
}
#Reservation-form form input[type="email"],
#Reservation-form form textarea {
    max-width: 720px;
    width: 100%;
}
#Reservation-form form textarea {
    height: 90px;
    padding: 10px 10px;
}
#Reservation-form form input,
#Reservation-form form textarea {
    background-color: #f5f5f5;
    border: 1px solid black;
}
#Reservation-form form .container {
    width: unset !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
#Reservation-form form .container .checkmark {
    margin-left: 0;
}
#Reservation-form form .captcha,
#Reservation-form form .terms {
    width: 50%;
    max-width: 340px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
}
#Reservation-form form .captcha {
    background-color: #f5f5f5;
    border: 1px solid black;
}
#Reservation-form form .terms {
    margin-top: 0 !important;
    font-size: 15px;
    justify-content: center;
}
#Reservation-form form .terms a {
    display: contents;
    color: #a27a4d;
    text-decoration: underline;
}
#Reservation-form form .captcha p {
    margin-left: unset;
    font-size: 18px;
    line-height: unset;
    width: 100%;
    text-align: center;
}
#Reservation-form form .submit {
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #d49900;
    width: 100%;
    max-width: 720px;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    margin-top: 30px;
    border: none;
}
#Reservation-form form .submit:disabled {
    opacity: 0.6;
}
.form-open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Close-form {
    text-align: end;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    cursor: pointer;
}
.margin-cont {
    margin-top: 75px !important;
    margin-bottom: 75px;
}
.padding-cont {
    padding-top: 75px !important;
    padding-bottom: 75px;
}
.extra-margin {
    margin-bottom: 60px !important;
}
.flex-column-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-dropdown {
    min-height: 50px;
    background-color: #d49900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
}
.box-dropdown:nth-of-type(n+2) {
    margin-top: 25px;
}
.box-dropdown p {
    color: #fff;
    font-size: 20px;
    /* font-family: 'sans-600'; */
    font-weight: 600;
    margin-bottom: 0;
}
.box-dropdown .minus,
.box-dropdown .plus {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-bottom: 3px;
    color: white;
}
.Houselist .plus,
.Houselist .minus {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-bottom: 3px;
    color: white;
    float: right;
    margin-top: 8px;
}
.Houselist .plus {
    display: none;
}
#autopaikat .Houselist .minus {
    display: none;
}
#autopaikat .Houselist .plus {
    display: block;
}
.box-dropdown .minus {
    display: none;
}
.content-unsee {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
}
.flyers {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    margin-top: 60px;
}
.flyers div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.flyers div a {
    text-decoration: none;
    color: black;
}
.flyers img {
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    width: 200px;
    margin-bottom: 20px;
    display: block;
}
.background-grey {
    background-color: #f5f5f5 !important;
    padding: 30px 0;
}
.Loop-section {
    padding: 0;
    margin: 0;
}
.Loop-section ul li,
.Content-row ul li {
    font-size: 18px;
    width: 100%;
    padding-bottom: 30px;
    list-style-position: outside;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.Loop-section ul {
    max-height: unset;
    flex-direction: unset;
}
.basic-content-box-cont {
    display: flex;
    height: 600px;
}
.basic-content-box-cont {
    font-size: 20px;
}
.basic-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.basic-content-box div a:first-of-type {
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
    color: #d49900;
    font-size: 17px;
    /* font-family: 'sans-regular'; */
}
.basic-content-box-cont.img-left {
    justify-content: space-between;
}
.basic-content-box-cont.img-right {
    justify-content: space-between;
}
.basic-content-box-cont img {
    height: 100%;
    width: 100%;
}
.basic-content-box-cont .small-img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
.basic-content-box h3 {
    margin-bottom: 30px;
}
.basic-content-box-cont .basic-content-box .btn-cont {
    display: block;
    font-size: 20px !important;
    font-weight: 600;
    height: 50px;
    background-color: #d49900;
    color: white !important;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    /* font-family: 'sans-600' !important; */
    font-weight: 600;
    width: 215px;
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.Iframe-cont h3 {
    margin-bottom: 45px;
}
.Iframe-cont iframe {
    display: flex;
}
.Iframe-cont p {
    margin: 0;
}
#esittelyssa {
    /* display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; */
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.esittely {
    margin-bottom: 80px;
    max-width: 450px;
}
.Content-row div.fix-img-wysiwyg div.esittely {
    max-width: 450px !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    /* max-height: 735px; */
}
.esittely_kartta {
    position: absolute;
    bottom: 0;
    width: 91%;
}
.esittely_sisalto {
    padding-bottom: 210px;
}
.esittely_sisalto h2 {
    margin-top: 20px;
}
.esittely_sisalto a, .esittely_sisalto a:hover {
    text-decoration: none;
    color: #a27a4d;
}
.esittely_kartta iframe {
    height: 210px!important;
}
.kohde_esittely {
    text-align: center;
    width: 350px !important;
}
.kohde_esittely p {
    font-size: 18px;
}
.Gallery-cont {
    background-color: #f5f5f5;
    padding-top: 75px;
    padding-bottom: 75px;
}
.Gallery-cont span {
    color: #a27a4d;
    cursor: pointer;
}
.Gallery {
    margin-top: 40px;
    display: flex;
}
.pswp-gallery {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.pswp-gallery a {
    margin: 7px;
    padding: 0;
    width: auto !important;
}
.pswp-gallery a img {
    width: 300px;
    height: 200px;
}
.House-info .pswp-gallery {
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;

}
.House-info .pswp-gallery a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.House-info .pswp-gallery a img {
    width: 100%;
    height: auto;
}
.Contact {
    max-width: 1200px;
}
.Contact div.hlo-cont,
.Contact div:nth-child(2) {
    /* padding-right: 50px; */
    align-items: flex-start;
}
.Contact div:first-of-type img.hlo {
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 173px;
}
.Contact div.hlo-cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.Contact div.hlo-cont div:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.Contact div.hlo-cont {
    /* font-family: 'sans-500'; */
    font-weight: 500;
    font-size: 16px;
}
.Contact div:first-of-type p,
.Contact div:first-of-type a {
    color: black !important;
    text-decoration: none;
}
.Contact div:first-of-type a {
    margin-bottom: 10px;
    /* font-family: 'sans-regular'; */
}
.Contact div:first-of-type a svg, .Contact div:first-of-type a img {
    width: 25px;
    margin-right: 5px;
}
.Contact div:first-of-type a.pnro {
    /* font-family: 'sans-700'; */
    font-weight: 700;
    font-size: 20px;
    margin-left: 0;
}
.Contact h4 {
    margin-bottom: 20px;
}
.Contact form {
    width: 100%;
}
.Contact .txt-section {
    padding-right: 20px !important;
}

.otayhteytta input, 
.otayhteytta textarea,
.Contact form input,
.Contact form textarea {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: black;
    border: 1px solid #212529;
    padding: 15px 15px;
    /* font-family: 'sans-regular'; */
}
.Contact form .container input {
    width: unset;
}
.otayhteytta input,
.Contact form input {
    height: 45px;
    line-height: 45px;
}
.otayhteytta textarea,
.Contact form textarea {
    height: 100px;
}
.Contact form .container {
    width: unset;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-left: 40px;
    margin: 0;
}
.Contact form .checkmark {
    position: absolute;
    top: 10%;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: white;
    border: 1px solid;
    margin-left: 0;
}
.Contact form .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 16px;
}
.Contact form .btn-cont {
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    background-color: #d49900;
    color: white ;
    text-align: center;
    /* font-family: 'sans-600'; */
    font-weight: 600;
    width: 100%;
    margin-top: 40px;
    line-height: unset;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
/* KOHDESIVU LOPPU */

/* ASUNTOHAKUSIVU */
.Kohdessivu .Top-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
}
.Kohdessivu .Search-houses {
    background-color: #f5f5f5;
    width: 100%;
    max-width: 800px;
    height: 240px;
    margin-top: 0;
    z-index: 99;
}
.House-cards-list {
    /* background-color: #fff; */
    margin-top: -100px;
    margin-bottom: 40px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    max-width: 1150px;
    min-height: 120px;
}
.House-cards-list .Card-cont {
    /* margin: 10px; */
    /* height: unset; */
    padding: 25px;
    background: white;
}
.Card-cont .img-cont a, .Open-house-modulecont .img-cont a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.Open-house-modulecont {
    justify-content: center;
}
.Open-house-modulecont div.info-cont {
    height: 250PX;
}
.yhteinen-kuvaus {
    margin-top: 20px;
}
.yhteinen-kuvaus p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* ASUNTOHAKUSIVU LOPPU */
.Footer-cont {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.Footer-cont .Footer-upper {
    /* padding-left: 6.75%;
    padding-right: 6.75%; */
    flex-wrap: nowrap;
}
.Footer-cont .Footer-upper .Logo img {
    width: 150px;
    height: auto;
}
.Footer-cont .Footer-upper .Some-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: unset;
}
.Footer-cont .Some-block {
    display: none;
}
.Footer-cont .Some-block div {
    margin-left: 10px;
    margin-right: 10px;
}
.Footer-cont .Some-block div.Mail {
    padding-top: 6px;
}
.Footer-cont .Some-block a {
    width: 35px;
}
.Footer-cont .Some-block a img {
    width: 35px;
}
.Footer-cont .Footer-bottom {
    margin-top: 40px;
    /* padding-left: 6.75%;
    padding-right: 6.75%; */
}
.Footer-cont .Footer-bottom div {
    display: flex;
    flex-direction: column;
    width: 20%;
}
.Footer-cont .Footer-bottom h4, 
.Footer-cont  p, 
.Footer-cont .Footer-bottom a {
    font-size: 16px;
    color: black !important;
    margin: 0;
    text-align: left;
}
.Footer-cont .Footer-bottom a:hover {
    text-decoration: underline;
    color: #d49900 !important;
}
.Footer-cont  p, 
.Footer-cont .Footer-bottom a {
    /* font-family: 'sans-500'; */
    font-weight: 500;
}
.Footer-cont h4 {
    font-family: 'sans-700';
}
.Footer-cont .Footer-bottom h4, .Footer-cont p, .Footer-cont .Footer-bottom a {
    margin-bottom: 5px;
}
.Footer-cont .Footer-bottom a:first-of-type,
.Footer-cont .Footer-bottom h4 {
    margin-bottom: 10px;
}
.Footer-cont .Footer-bottom div a:first-of-type {
    /* font-family: 'sans-700'; */
    font-weight: 700;
}
.Footer-bottom a {
    text-decoration: none;
}
.Footer-cont .Copyright p {
    margin-top: 40px;
    text-align: center;
}
.btn-cont:hover, .btn-cont a:hover {
    background-color: black !important;
}
div.g-recaptcha iframe {
    height: unset !important;
}
.asiakaskokemukset-cont {
    max-width: 1200px;
}
#asiakaskertoo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* width: 70%; */
    width: 100%;
}
.asuntokohde {
    width: 350px;
    height: 540px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
}
.asuntokohde .asuntokohde_kuva {
    height: 235px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.asuntokohde .asuntokohde_kuva a img {
    width: 100% !important;
    height: auto !important;
}
.asuntokohde_lyhyesti {
    padding: 30px 20px;
    height: 54%;
    position: relative;
}
.asuntokohde_lyhyesti h4 {
    font-size: 21px;
    height: 50px;
    margin-bottom: 10px;
}
.asuntokohde_lyhyesti h4 a {
    color: #212529 !important;
}
.asuntokohde_lyhyesti a.linkki-sivulle {
    position: absolute;
    bottom: 20px;
}
.asuntokohde_lyhyesti a span {
    font-family: 'sans-500';
}
.nayta_lisaa {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.my-gallery figure a img {
    z-index: 99 !important;
}


/* Ota yhteyttä -lomake */
table.otayhteytta {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
    max-width: 100%;
}

table.otayhteytta td {
    font-size: 100%;
    padding: 4px 10px 4px 0;
    margin: 0;
    text-align: left;
    line-height: 25px;
    min-height: 25px;
    max-width: 70%;
}

table.otayhteytta input[type="text"] {
    width: 100%;
/*    border: none;
    background: #ececec;
    color: #000;
    font-size: 100%;
    line-height: 25px;
    height: 25px;
    max-width: 535px;*/
}

.otayhteytta input[type="radio"], 
.otayhteytta input[type="checkbox"] {
    height: auto;
    width: auto;
}

table.otayhteytta label:hover {
    cursor: pointer;
    text-decoration: underline;
}

table.otayhteytta textarea {
    width: 100%;
/*    border: none;
    background: #ececec;
    color: #000;
    font-size: 100%;
    line-height: 1.2em;
    height: 130px;
    max-width: 651px;*/
}

.yhteydenottolomake input[type="submit"] {
    margin: 10px 0;
    height: 50px;
    background-color: #d49900;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    max-width: 250px;
    border: none;
    padding: 0 16px;
}
.yhteystiedot-cont {
    display: block; 
    max-width: 1200px;
}
.yhteystiedot-cont h3 {
    margin-top: 40px;
    margin-right: auto;
}
.Henkilokortti {
    display: inline-block;
    margin: 0 20px 20px 20px;
    vertical-align: top;
}
.Henkilokortti img {
    border-radius: 50%;
}
.Henkilokortti p:first-of-type {
    margin-top: 15px;
    text-align: center;
}
.takaisin {
    display: block;
    margin-top: 40px;
}
.uusiLomake div {
    margin: 0 !important;
}
.uusiLomake h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.uusiLomake input[type="text"],
.uusiLomake input[type="email"]{
    height: 45px;
    line-height: 45px;
}
.uusiLomake input:not([type="file"]),.uusiLomake textarea {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: black;
    border: 1px solid #212529;
    padding: 15px 15px;
}
.uusiLomake input[type="file"] {
    margin-top: 6px;
    margin-bottom: 10px;
}
.uusiLomake input[type="checkbox"] {
    width: 28px !important;
    height: 28px;
    accent-color: #d49900;
}
.uusiLomake form div:nth-last-child(2) {
    margin-top: 10px !important;
}
.uusiLomake input[type="submit"] {
    margin: 10px 0;
    height: 50px;
    background-color: #d49900;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    max-width: 250px;
    border: none;
    padding: 0 16px;
}
.Top-image-double {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pre-marketing .Content-row {
    min-height: unset;
}
.pre-marketing .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.pre-marketing .flex .Leipateksti:last-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pre-marketing .flex .Leipateksti {
    padding: 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pre-marketing .img-text-cont .img-text .text.flexCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pre-marketing .img-text-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pre-marketing .img-text-cont .img-text {
    height: 460px;
    padding-right: 10px;
    padding-left: 10px;
    /* flex-grow: 1; */
}
.pre-marketing .img-text-cont .img-text .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.pre-marketing .img-text-cont .img-text .img .header {
    text-align: center;
    width: 100%;
    padding: 5px;
    color: white;
    background-color: rgba(44,44,44,0.5);
}
.pre-marketing .img-text-cont .img-text .img .eye-cont {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px;
    width: 25px;
    height: 25px;
    background: black;
    z-index: 999;
}  
.pre-marketing .img-text-cont .img-text .img svg {
    width: 18px;
    color: white;
    margin-top: -13px;
}   
.pre-marketing .img-text-cont .img-text .text {
    display: none;
    flex: 1 1 auto;
    height: 100%;
    /* padding: 10px; */
    padding: 0 2rem;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,666666+0,666666+0,595959+12,474747+22,2c2c2c+38,2c2c2c+38,2c2c2c+46,2c2c2c+55,111111+82,000000+91,000000+100,2b2b2b+100,1c1c1c+100,2b2b2b+100,131313+100&0.65+0,0.85+100 */
background: -moz-linear-gradient(top,  rgba(102,102,102,0.65) 0%, rgba(89,89,89,0.67) 12%, rgba(71,71,71,0.69) 22%, rgba(44,44,44,0.72) 38%, rgba(44,44,44,0.74) 46%, rgba(44,44,44,0.76) 55%, rgba(17,17,17,0.81) 82%, rgba(0,0,0,0.83) 91%, rgba(19,19,19,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(102,102,102,0.65) 0%,rgba(89,89,89,0.67) 12%,rgba(71,71,71,0.69) 22%,rgba(44,44,44,0.72) 38%,rgba(44,44,44,0.74) 46%,rgba(44,44,44,0.76) 55%,rgba(17,17,17,0.81) 82%,rgba(0,0,0,0.83) 91%,rgba(19,19,19,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(102,102,102,0.65) 0%,rgba(89,89,89,0.67) 12%,rgba(71,71,71,0.69) 22%,rgba(44,44,44,0.72) 38%,rgba(44,44,44,0.74) 46%,rgba(44,44,44,0.76) 55%,rgba(17,17,17,0.81) 82%,rgba(0,0,0,0.83) 91%,rgba(19,19,19,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6666666', endColorstr='#d9131313',GradientType=0 ); /* IE6-9 */

}
.pre-marketing .img-text-cont .img-text .text p {
    color: white;
}
.pre-marketing .myyjat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* .pre-marketing .hlo-cont {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.pre-marketing .hlo-cont a {
    color: black !important;
}
.pre-marketing .hlo-cont a img,
.pre-marketing .hlo-cont a svg {
    width: 25px;
    margin-right: 5px;
} */
.extra-logo {
    width: fit-content;
}
.extra-logo-mobile {
    width: fit-content;
    display: none;
}
.pre-marketing .swiper-slide {
    max-width: unset;
}
.pre-marketing .uutiskirje {
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.pre-marketing .Content-row.Gridi .Text-cont {
    min-height: inherit;
    display: flex;
    align-items: center;
}
.pre-marketing .guide-form-cont input[type="email"] {
    padding-left: 6px;
    font-size: 16px;
    height: 32px;
}

.pre-marketing .guide-form-cont input,
.pre-marketing .guide-form-cont textarea {
    width: 100%;
}
/* .pre-marketing .guide-form-cont input[type="submit"] {
    background-color: #d49900;
    color: white;
    border: none;
    padding: 10px;
} */
.pre-marketing .btn-simple {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.pre-marketing .btn-simple:hover {
    text-decoration: none !important;
    background-color: black !important;
    color: white !important;
}
.pre-marketing .Gridi .Text-cont .text-cont-inner {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1em;
}

/* .pre-marketing .guide-form-cont span,
.pre-marketing .email-form-cont span {
    float: right;
    font-size: 15px;
    cursor: pointer;
} */
.Etusivu .tilaa-uutiskirje-cont {
    width: 100%;
    /* background-color: #7a869b; */
    margin-top: 80px;
}
.Etusivu .tilaa-uutiskirje-text-cont {
    background-color: #f5f5f5;
    padding: 60px 60px;
}
.Etusivu .tilaa-uutiskirje-text-cont p {
    /* color: white; */
}
.Etusivu .tilaa-uutiskirje-cont a {
    display: block;
    height: 50px;
    width: fit-content;
    padding: 0 20px;
    background-color: #d49900;
    /* background-color: white; */
    color: white !important;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.Etusivu .tilaa-uutiskirje-cont a:hover {
    background-color: black !important;
    color: white !important;
    text-decoration: none !important;
}
#campaign {
    background-color: #1E1E1E;
    /* background-color: #353535; */
}
#campaign h1,
#campaign h2,
#campaign h3 {
    font-family: 'Italiana';
    letter-spacing: normal;
}
#campaign p {
    font-size: 16px;
}
#campaign .Perussivu.Top a,
#campaign .Perussivu.Main-cont a,
#campaign .Perussivu.Top p,
#campaign .Perussivu.Main-cont p {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
}
#campaign .Perussivu.Top {
    margin: 0;
    position: relative;
}
#campaign .Perussivu.Top a.home-icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}
#campaign .Perussivu.Top a.home-icon img {
    width: 22px;
}
#campaign .Perussivu.Top .Top-image {
    max-width: 2500px;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 215px;
    height: clamp(250px, calc(100vw /(1350 / 700)), 900px);
    color: white;
}
#campaign .Perussivu.Top .Top-image h1 {
    font-size: 67px;
    /* font-family: 'Bricolage Grotesque'; */
}
#campaign .Perussivu.Top .Top-image p {
    font-size: 28px;
}
#campaign .Perussivu.Main-cont {
    max-width: 1920px;
    margin: auto;
}
#campaign .intro {
    background-color: black;
    width: 100%;
}
#campaign .gold-bottom-bar {
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, rgba(174, 134, 68, 1) 0%, rgba(225, 173, 88, 1) 50%, rgba(123, 95, 48, 1) 100%);
}
#campaign .intro p,
#campaign .intro a {
    font-weight: 300;
}
#campaign .intro .flex-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#campaign .intro .info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    max-width: 460px;
}
#campaign .intro .info .gold-top-bar {
    padding: 30px;
    background: rgb(174,134,68);
    background: linear-gradient(90deg, rgba(174,134,68,1) 0%, rgba(225,173,88,1) 50%, rgba(123,95,48,1) 100%);
}
#campaign .Perussivu.Top .Top-image h1,
#campaign .Perussivu.Top .Top-image p,
#campaign .intro .gold-top-bar {
    text-transform: uppercase;
}
#campaign .intro .info .gold-top-bar {
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#campaign .intro .info .info-text-box {
    padding: 30px 20px;
    /* background-color: #1E1E1E; */
    background-color: #353535;
}
#campaign .dark-bg {
    background-color: #353535;
    width: 100%;
}
#campaign .intro .info .info-text-box p {
    margin-bottom: 8px;
}
#campaign .Content-row {
    background-color: #A69480;
}
#campaign .Content-row .Text-cont,
#campaign .Content-row .Text-cont p {
    color: white;
    font-size: 20px;
}
#campaign .Content-row.img-right .KuvaEnsin {
    order: 2;
}
#campaign .Contact-cont {
    background-color: black;
    width: 100%;
}
#campaign .Contact form.esite-form {
    width: 50%;
}
#campaign .Contact h3,
#campaign .Contact .hlo-cont p,
#campaign .Contact a,
#campaign .esite h3,
#campaign .kartta h3,
#campaign .intro p,
#campaign .intro h3,
#campaign .Perussivu.Top .Top-image p {
    color: white !important;
}
#campaign .Contact p,
#campaign .esite p,
#campaign .esite h3,
#campaign .kartta h3 {
    color: #E1AD58 !important;
    font-size: 24px;
}
#campaign .Contact .hlo-cont p {
    font-size: 22px;
}
#campaign .Contact .hlo-cont a.pnro {
    font-size: 24px;
    font-weight: 600;
}
#campaign h2,
#campaign h3,
#campaign .kartta h3,
#campaign .esite h3 {
    font-size: 46px;
}
#campaign .intro h2,
#campaign .intro .info .gold-top-bar p {
    margin-bottom: 0;
}
#campaign .esite h3 {
    margin-bottom: 20px;
}

#campaign .kartta#sijainti {
    padding-bottom: 0;
}
#campaign form input:not([type='submit']), 
#campaign form textarea {
    background-color: #1E1E1E;
    color: #A9A9A9;
    border: 1px solid #E1AD58;
}
#campaign form input[type='submit'] {
    background-color: #E1AD58;
    width: auto;
    margin-top: 15px;
}
#campaign .Contact form .container {
    margin-bottom: 20px;
    color: #E1AD58 !important;
}
#campaign .esite {
    text-align: center;
}
#campaign .intro .esite {
    text-align: start;
}
#campaign div.g-recaptcha iframe {
    height: 78px !important;
}
#campaign .Footer-cont {
    margin-top: 0;
}
#campaign .Perussivu.Main-cont a.btn-cont {
    padding: 15px 15px;
}
#campaign .Contact div.hlo-cont a svg, 
#campaign .Contact div.hlo-cont a img {
    width: 25px;
    margin-right: 5px;
}

@media only screen and (max-width: 1200px) and (min-width: 401px)  {
    .pre-marketing .img-text-cont {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .pre-marketing .img-text-cont .img-text {
        padding-top: 10px;
        padding-bottom: 10px;
        /* width: 100%;
        max-width: 50%; */
    }
    .pre-marketing .img-text-cont .img-text:first-of-type {
        padding-left: 10px;
    }
    .pre-marketing .img-text-cont .img-text:last-of-type {
        padding-right: 10px;
    }
}

@media (max-width: 1920px) {
    #campaign .Perussivu.Top .Top-image {
        height: clamp(250px, calc(100vw /(1350 / 700)), 700px);
    }
    .Reservation-form-background {
        width: 100vw;
        height: 100%;
    }
    .form-open {
        overscroll-behavior: auto;
    }
    #Reservation-form {
        position: absolute;
        top: 0;
        height: 100%;
    }
    #Reservation-form .form-content {
        overflow-x: auto;
        /* height: 100%; */
    }
    #Reservation-form form div p {
        font-size: 14px;
        width: 50%;
        max-width: 340px;
        font-weight: 600;
        margin-bottom: 0 !important;
        margin-top: -2px;
    }
    #Reservation-form form input,
    #Reservation-form form div p,
    #Reservation-form form .captcha, 
    #Reservation-form form .terms {
        width: 47%;
    }
    .flyers {
        flex-wrap: wrap;
    }
    .flyers div {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1899px) {
    .Content-row div {
        max-width: 700px;
    }
    #campaign .Content-row div,
    .pre-marketing .Content-row div {
        max-width: unset;
    }
}
@media (max-width: 1450px) {
    .swiper-slide {
        width: 22% !important;
    }
}
@media (max-width: 1400px) {
    .Contact div.hlo-cont {
        align-items: center;
        margin-bottom: 34px;
    }
    .Contact div.hlo-cont{
        margin-bottom: 34px;
    }
    .Contact div.hlo-cont:last-child:not(:nth-child(2)){
        margin-bottom: 0;
    }
    #esittelyssa {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1325px) {
    #asiakaskertoo {
        justify-content: center;
    }
    body .Perussivu.Main-cont div.Leipateksti img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    body .Perussivu.Main-cont div.Leipateksti.news-img-fix img {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .Search-houses {
        width: 80% !important;
    }
    .Gallery-slider .swiper .Cover-left,
    .Gallery-slider .swiper .Cover-right {
        width: 15%;
    }
    .swiper-slide {
        width: 30% !important;
    }
    .Gallery-slider .swiper .swiper-slide {
        width: 45% !important;
    }
    .Footer-cont .Footer-bottom div {
        margin-bottom: 20px;
    }
    .Footer-cont .Footer-bottom div {
        width: 23%;
    }
    .Kohdessivu .Top-image {
        height: 550px;
    }
    span.collapse-btn {
        display: none;
    }
    .Auki {
        left: -200px;
        width: 770px !important;
    }
    .MegaMenu-dropdown .MegaMenu-row a.dropdown-toggle {
        white-space: break-spaces;
        text-align: start;
        line-height: 1.2!important;
    }
}
@media (max-width: 1130px) {
    #campaign h2, #campaign h3, #campaign .esite h3 {
        font-size: 34px;
    }
    #campaign .Contact p, #campaign .esite p {
        font-size: 22px;
    }
    #campaign .Content-row.img-left,
    #campaign .Content-row.img-right {
        min-height: 500px;
    }
    .House-cards-list {
        width: 100%;
    }
    .Footer-cont .Footer-bottom div {
        width: 25%;
    }
    table.Houselist tr.HouselistHeader th:nth-child(n+2) {
        padding: 0 14px 0 0;
    }
    table.Houselist tr td a {
        width: 150px;
    }
}
@media screen and (max-width: 1024px) {
    .flyers {
        flex-direction: row;
    }
    .flyers div:first-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    .navbar-light .navbar-nav.Mobile-hidden .nav-link,
    .navbar-light .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        font-size: 15px;
    }
    .swiper-slide {
        width: 30% !important;
    }
    .thumbsSlider .swiper-slide {
        width: 20% !important;
    }
    .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        
        padding-right: 10px;
    }
    .Footer-cont .Footer-bottom div {
        width: 30%;
    }
}

@media screen and (max-width: 992px) {
    #campaign .intro .info {
        margin-bottom: 75px;
    }
    .pre-marketing .Gallery-slider .swiper .swiper-slide img {
        max-height: 575px;
    }
    .pre-marketing .Gallery-slider .swiper .Cover-left,
    .pre-marketing .Gallery-slider .swiper .Cover-right {
        max-height: 575px;
        height: 100%;
    }
    .pre-marketing .Content-row {
        justify-content: normal;
    }
    span.collapse-btn.Desktop-hidden {
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: white;
    }
    .embed-full-container{
        padding-bottom: clamp(200px, calc(66.6vw / (16 / 9)), 600px);
    }
    .nav-mobile-hidden {
        display: none !important;
    }
    nav {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        position: relative;
    }
    
    .Mobile-hidden-table {
        display: none;
    }
    .Houselist tr.Desktop-hidden th:nth-of-type(1),
    .Houselist tr.Desktop-hidden td:nth-of-type(1) {
        min-width: unset;
        width: 50px;
    }
    table.Houselist tr th:last-of-type, table.Houselist tr td:last-of-type {
        width: 0px;
    }
    table.Houselist tr td a {
        width: auto;
    }
    table.Houselist tr.House-info .Right{
        margin-top: 45px;
    }
    table.Houselist tr.House-info .Right div {
        padding-left: 0;
        padding-right: 0;
    }
    table.Houselist tr.House-info.Parking .Right div:nth-child(2) {
        padding-top: 30px;
    }
    
    .Perussivu .Content-row ul,
    .Loop-section ul {
        column-count: 1 !important;
        gap: 0;
    }
    .Loop-section ul li {
        width: 100%;
        margin-right: 0;
    }
    .basic-content-box-cont {
        display: flex;
        flex-direction: column;
    }
    .basic-content-box {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Contact div.hlo-cont,
    .Contact div:nth-child(2) {
        padding-right: 0;
    }
    .Contact div.col-12 {
        margin-bottom: 40px;
    }
    .Contact div.hlo-cont {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .Contact div.hlo-cont div:nth-child(2) {
        padding-left: 20px;
    }
    .basic-content-box-cont {
        height: auto;
    }
    /* .Gallery-slider.kohdesivu .swiper .Cover-left, .Gallery-slider.kohdesivu .swiper .Cover-right {
        height: 65%;
    } */
    .Gallery-slider .swiper .Cover-left,
    .Gallery-slider .swiper .Cover-right {
        width: 15%;
    }
    .basic-content-box {
        margin-left: auto;
        margin-right: auto;
    }
    .Content-row {
        height: auto !important;
        /* margin: 40px 0px; */
        /* justify-content: flex-start; */
    }
    .Content-row.img-right div:nth-of-type(2), .Content-row.img-left div:nth-of-type(1) {
        height: 600px;
    }
    #campaign .Content-row.img-right div.KuvaEnsin,
    #campaign .Content-row.img-left div.KuvaEnsin {
        height: 500px;
    }
    #campaign .Content-row.img-right div:nth-of-type(2) {
        height: unset;
    }
    .pre-marketing .Content-row.Gridi {
        width: 100% !important;
    }
    .pre-marketing .Content-row.img-right div:nth-of-type(2), .pre-marketing .Content-row.img-left div:nth-of-type(1) {
        height: unset;
    }
    .Content-row .Text-cont {
        padding-left: unset;
        padding-right: unset;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        align-self: baseline;
    }
    .Content-row .fix-img-wysiwyg {
        width: 100%; 
        max-width: unset !important; 
        margin-bottom: 40px;
    }
    .Content-row div.fix-img-wysiwyg img.image-align-left {
        margin-left: 0;
        float: none !important;
        margin: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .Content-row div.fix-img-wysiwyg div {
        margin-left: 0;
        max-width: unset !important;
    }
    /* iframe {
        height: 500px !important;
    } */
    .House-cards-list {
        width: 80%;
    }
    .Content-row div {
        max-width: unset;
    }
    .Perussivu.Main-cont .Furnishing {
        padding-top: 40px;
    }
    .Gridi {
        display: grid;
    }
    .KuvaEnsin {
        grid-area: 1 / 1 / 2 / 2;
        margin-bottom: 20px;
    }
    .Side-links {
        top: 70%;
    }
    /* .Asemapiirros {
        zoom: 77%;
    } */
}
@media (max-width: 915px) {
    .navbar-light .navbar-nav.Mobile-hidden .nav-link,
    .navbar-light .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        font-size: 15px;
    }
    .swiper-slide {
        width: 35% !important;
    }
}

@media (max-width: 870px) {
    .navbar-light .navbar-nav.Mobile-hidden .nav-link,
    .navbar-light .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        font-size: 14px;
    }
    .MegaMenu-Column .nav-link {
        font-size: 16px !important;
    }
    /* .dropdown-menu.MegaMenu-row {
        width: 90%!important;
    } */
    #layer-over-img .small-ball {
        width: 16px;
        height: 16px;
    }
    #layer-over-img .small-ball.AKP-ball {
        width: 10px;
        height: 10px;
    }
    #layer-over-img .large-ball {
        width: 65px !important;
        height: 65px !important;
    }
    #layer-over-img .ball .ball-text-cont {
        text-align: center;
        font-size: 13px;
        /* font-family: 'sans-500'; */
        font-weight: 700;
        inline-size: min-content;
        margin-left: auto;
        margin-right: auto;
    }
    #Reservation-form {
        width: 90%;
    }
}
@media (max-width: 820px) {
    .navbar-light .navbar-nav.Mobile-hidden .nav-link,
    .navbar-light .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        font-size: 13px;
    }
    .MegaMenu-Column .nav-link {
        font-size: 16px;
    }
    .navbar-nav .MegaMenu-dropdown .nav-link img {
        margin-right: 10px;
    }
    .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        margin-left: 15px;
    }
    #Reservation-form form div.extr,
    #Reservation-form form div.names,
    #Reservation-form form div.number {
        flex-direction: column;
    }
    #Reservation-form form .captcha, 
    #Reservation-form form .terms,
    #Reservation-form form div.names input,
    #Reservation-form form div.number input,
    #Reservation-form form div.number p {
        width: 100%;
    }
    #Reservation-form form div.names input,
    #Reservation-form form div.number p {
        margin-top: 20px;
    }
    .Footer-cont .Footer-bottom div {
        width: 33%;
    }
}

@media (min-width: 769px) {
    #campaign .Content-row .Text-cont.padding-left {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
    .pre-marketing .Leipateksti:first-of-type {
        padding-right: 40px;
    }
    .pre-marketing .img-text-cont .img-text:hover .img .header {
        display: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .submenu, .subsubmenu {
        position: unset !important;
        display: contents !important;
    }
    .MegaMenu-cont .nav-item span .minus,
    .MegaMenu-cont .nav-item span .plus {
        display: none;
    }
    .Gallery-slider.kohdesivu .swiper-slide {
        height: auto;
        max-height: 800px;
    }
    .Gallery-slider.kohdesivu .swiper-button-next, .Gallery-slider.kohdesivu .swiper-button-prev {
        top: 33% !important;
    }
    .box-dropdown-content {
        padding: 30px 60px;
        border: 1px solid #f2f2f2;
        display: block;
    }
    .flyers img {
        width: 200px;
    }
}
@media (min-width: 871px) {
    #layer-over-img .ball .ball-text-cont {
        padding-top: 20px;
        text-align: center;
        font-size: 15px;
        /* font-family: 'sans-500'; */
        font-weight: 700;
        inline-size: min-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 993px) {
    .pre-marketing .Gallery-slider .swiper .swiper-slide img {
        height: 700px;
    }
    .pre-marketing .Gallery-slider .swiper .Cover-left,
    .pre-marketing .Gallery-slider .swiper .Cover-right {
        height: 700px;
    }
    .Desktop-hidden-table {
        display: none;
    }
    .Desktop-hidden {
        display: none;
    }
    table.Houselist tr td,
    table.Houselist tr th {
        min-width: 50px;
        width: auto;
    }
    .Gallery-slider.kohdesivu .swiper .Cover-left, .Gallery-slider.kohdesivu .swiper .Cover-right {
        /* height: 100%; */
        width: 150px;
    }
    .Gallery-slider.kohdesivu .swiper-button-next, .Gallery-slider.kohdesivu .swiper-button-prev {
        top: 33% !important;
    }
    .padding-left {
        padding-left: clamp(40px, 5%, 80px) !important;
        padding-right: clamp(40px, 3%, 80px) !important;
    }
    .padding-right {
        padding-right: 80px;
    }
    .Content-row .Text-cont {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 1em;
    }
    #map_container .map {
        height: 600px !important;
    }
    .Contact .txt-section {
        margin-left: -30px;
    }
}



@media (min-width: 1201px) {
    .navbar-nav {
        justify-content: space-around;
    }
    .pre-marketing .img-text-cont .img-text {
        flex-grow: 1;
    }
    .pre-marketing .img-text-cont .img-text:first-of-type {
        padding-left: 0;
    }
    .pre-marketing .img-text-cont .img-text:last-of-type {
        padding-right: 0;
    }
    .pre-marketing .Leipateksti:first-of-type {
        padding-right: 60px !important;
    }
}
@media (min-width: 1600px) {
    .Logo {
        max-width: 200px;
    }
}
@media (min-width: 1700px) {
    .Gallery-slider.kohdesivu .swiper-button-next {
        right: 3% !important;
        left: auto;
    }
    .Gallery-slider.kohdesivu .swiper-button-prev {
        left: 3% !important;
        right: auto;
    }
}
@media (min-width: 1900px) {
    .Content-row div {
        max-width: 850px;
    }
    #campaign .Content-row div {
        max-width: 960px;
    }
    .pre-marketing .Content-row div {
        max-width: unset;
    }
}
@media screen and (min-width: 1921px) {
    #campaign .Content-row .Text-cont.padding-left {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .gigaScreen-width {
        width: 50% !important;
    }
    .pre-marketing .img-text-cont .img-text .text {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 2000px) {
    .pre-marketing .Leipateksti:first-of-type {
        padding-right: 50px;
    }
    .pre-marketing .Leipateksti:last-of-type {
        padding-left: 40px;
    }
}




/* Mobiilityylit alle 769*/
@media screen and (max-width: 768px) {
    #campaign .Perussivu.Top .Top-image {
        padding-top: 65px;
    }
    #campaign .Perussivu.Top .Top-image h1 {
        font-size: 36px;
        text-align: center;
    }
    #campaign .Perussivu.Top .Top-image p {
        font-size: 20px;
        text-align: center;
    }
    #campaign .Main-cont .intro .padding-cont {
        padding-top: 45px !important;
    }
    #campaign .Contact form.esite-form {
        width: 100%;
    }
    #campaign .Content-row h3 {
        font-size: 30px;
    }
    #campaign .Content-row .KuvaEnsin {
        background-position: center center;
        background-size: cover;
        height: 275px !important;
    }
    .pre-marketing .flex,
    .Perussivu.Top .Top-image-double-cont {
        flex-direction: column;
    }
    .Gallery-slider.kohdesivu.pre-marketing .swiper-button-prev,
    .Gallery-slider.kohdesivu.pre-marketing .swiper-button-next {
        top: 42% !important;
    }
    /* .Top-image-double:nth-child(2) {
        display: none;
    } */
    #esittelyssa {
        grid-template-columns: 1fr;
    }
    .Side-links {
        top: 64%;
    }
    .embed-full-container{
        padding-bottom: clamp(200px, calc(83.3vw / (16 / 9)), 600px);
    }
    .Breadcrumbz {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* navigointi */
    .Mobile-hidden {
        display: none!important;
    }
    .Top-cont h1 {
        font-size: 32px;
    }
    .Auki {
        left: 0;
        width: 100% !important;
    }
    .MegaMenu-dropdown .MegaMenu-row a.dropdown-toggle {
        white-space: break-spaces;
        text-align: start;
        line-height: 1.2!important;
    }
    span.collapse-btn {
        display: inline-block;
        margin-left: 10px;
    }

    /* .navbar-collapse, .navbar-nav, .nav-item, .nav-link, .MegaMenu-cont .col-1 {
        height: auto !important;
    } */
    .navbar-light .navbar-nav .MegaMenu-dropdown .MegaMenu-toggle {
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .nav-link {
        line-height: 1 !important;
    }
    .dropdown:hover .dropdown-menu.MegaMenu-row {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 102%;
        padding: 40px 40px;
        margin: -1px !important;
    }
    .MegaMenu-cont {
        position: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .MegaMenu-dropdown {
        position: unset !important;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .MegaMenu-Column {
        width: 100%;
    }
    .MegaMenu-cont div.col-12 {
        position: unset !important;
    }
    .dropdown-menu.MegaMenu-row {
        width: 100%!important;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
        margin-top: 0;
    }
    .MegaMenu-row.dropdown-menu[data-bs-popper] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 85%;
        padding: 40px 40px;
    }
    .submenu {
        display: none;
    }
    .submenushow {
        position: unset !important;
        display: contents !important;
    }

    /* sis�lt� */
    .Top-cont {
        width: 100%;
        margin: 0;
    }
    .Top-cont .Top-image {
        width: 100%;
    }
    .Top-cont .Side-links {
        display: none;
    }
    .Etusivu .Search-houses {
        width: 70% !important;
        margin-top: -45px!important;
    }
    .Search-houses {
        width: 90% !important;
        height: auto !important;
    }
    .Search-houses .Input-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .Search-houses .Input-cont div {
        /* width: 90% !important; */
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        max-width: unset !important;
    }
    .Search-houses .Input-cont select {
        max-width: unset;
    }
    label.container {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .swiper-slide {
        width: 70% !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 2% !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 2% !important;
    }
    .swiper-scrollbar {
        width: 100% !important;
        left: 0 !important;
    }
    .swiper .Cover-left,
    .swiper .Cover-right {
        width: 13%;
    }
    /* .Gallery-slider.kohdesivu .swiper .Cover-left, .Gallery-slider.kohdesivu .swiper .Cover-right {
        height: 55%;
    } */
    .Gallery-slider .swiper .swiper-slide img {
        height: 368px;
    }
    .pre-marketing .Gallery-slider .swiper .swiper-slide img {
        height: unset;
    }
    .Gallery-slider .swiper .swiper-slide {
        width: 95% !important;
    }
    .Gallery-slider.kohdesivu .swiper .swiper-slide {
        width: 70% !important;
    }
    .Gallery-slider.kohdesivu .swiper-button-next, .Gallery-slider.kohdesivu .swiper-button-prev {
        top: 25% !important;
    }
    
    .Main-cont .Open-house {
        /* width: 100%; */
        padding-left: unset;
        padding-right: unset;
        margin-left: auto;
        margin-right: auto;
    }
    /* .Main-cont .Open-house .Card-cont h3,
    .Main-cont .Open-house .Card-cont .pnro {
        text-align: center;
    } */
    .Main-cont .Open-house .Side-links {
        top: 33%;
    }
    .Grid {
        display: grid !important;
    }
    .FirstGridPos {
        grid-area: 1 / 1 / 2 / 2;
        margin-bottom: 20px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .SecondGridPos {
        grid-area: 1 / 2 / 2 / 2;
        margin-bottom: 20px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .thirdGridPos {
        grid-area: 2 / 1 / 2 / 3;
        margin-bottom: 20px;
        margin-top: 80px;
    }
    .FirstGridPos,
    .SecondGridPos {
        height: 80px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .Main-cont .Furnishing {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .Main-cont .Furnishing h3,
    .Main-cont .Furnishing p:first-of-type {
        padding-left: unset;
        padding-right: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .Main-cont .Topical {
        height: auto;
        width: 100%;
    }
    .Main-cont .Topical div:last-of-type{
        margin-left: auto;
        margin-right: auto;
    }
    .Content-row.img-left,
    .Content-row.img-right {
        padding: 0;
        /* height: auto; */
    }
    .Content-row .Text-cont .btn-cont {
        display: block;
        width: fit-content;
        max-width: 80%;
    }
    .Perussivu .Middle-cont.background-grey {
        padding-left: 32px;
        padding-right: 32px;
    }
    .Perussivu .Middle-cont.background-grey .imgFix {
        flex-direction: column;
    }
    .Perussivu .Middle-cont .image-align-left,
    .Perussivu .Middle-cont .image-align-right {
        margin-left: unset;
        margin-bottom: unset;
        justify-content: center;
    }
    .Footer-cont {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .Footer-cont .Footer-upper .Some-block {
        display: none;
    }
    .Footer-cont .Some-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    .Footer-cont .Footer-bottom div {
        width: 50%;
    }
    .Content-row.img-right div:nth-of-type(2), .Content-row.img-left div:nth-of-type(1) {
        height: 400px;
    }
    .House-cards-list {
        width: 100%;
    }
    .box-dropdown-content {
        padding: 20px 40px;
        border: 1px solid #f2f2f2;
        display: block;
    }
    body {
        position: relative;
        overscroll-behavior: none;

    }
    .kohde_esittely {
        margin-bottom: 30px;
    }
    #Reservation-form form .terms {
        width: 100%;
        line-height: normal;
        display: block;
        margin-top: 20px !important;
    }
    .presentations-cont,
    .House-presentations-cont .contact-cont {
        width: 100%;
    }
    .flyers div a,
    .flyers img {
        width: 150px;
    }
    /* .Asemapiirros {
        zoom: 48%;
    } */
    #esittelyssa {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .mySwiper3 {
        width: 100% !important;
    }
    .Etusivu .Search-houses {
        width: 85% !important;
    }
    .mySwiper3 .swiper-slide {
        width: 100%!important;
        margin: 0;
        max-height: 500px;
        max-width: unset;
    }
}
@media screen and (max-width: 550px) {
    .Footer-cont .Footer-bottom div {
        width: 100%;
    }
    .House-cards-list {
        padding: 17px;
    }
    .Etusivu .tilaa-uutiskirje-text-cont {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 768px) {
    .extra-logo {
        display: none;
     }
    .Top-image-double {
        position: relative;
    }
    .extra-logo-mobile {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        zoom: 95%;
    }
    .extra-logo-mobile img {
        max-width: 150px;
    }
}

@media screen and (max-width: 450px) {
    .Gallery-slider.kohdesivu .swiper .swiper-slide {
        width: 70% !important;
    }
    /* .Gallery-slider.kohdesivu .swiper .Cover-left, .Gallery-slider.kohdesivu .swiper .Cover-right {
        height: 49%;
    } */
    .Gallery-slider.kohdesivu .swiper-button-next, .Gallery-slider.kohdesivu .swiper-button-prev {
        top: 22% !important;
    }
    .thirdGridPos {
        margin-top: 0;
    }
    table.Houselist tr.House-info.Parking .Right div:nth-child(2) {
        padding-top: 55px;
    }
    div.g-recaptcha {
        width: auto;
        /* margin-left: -20px; */
    }
    /* .Contact form .checkmark {
        left: 24px;
    } */
    .Henkilokortti {
        margin: 0 20px 20px 0;
    }
    .Perussivu.Top .Links a {
        font-size: 12px;
        padding: 8px 5px;
        margin: 3px;
    }
    .Etusivu .Search-houses {
        width: 90% !important;
    }
}
@media screen and (max-width: 400px) {
    .pre-marketing .flex,
    .pre-marketing .img-text-cont {
        flex-direction: column;
        justify-content: space-around;
    }
    .pre-marketing .img-text-cont .img-text {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .extra-logo-mobile img {
        max-width: 120px;
    }
}
@media screen and (max-width: 390px) {
    .MegaMenu-cont .MegaMenu-dropdown .MegaMenu-row.Auki {
        padding: 0 !important;
    }
    .MegaMenu-column {
        padding-right: 0;
    }
    span.collapse-btn {
        margin-left: 0;
    }
    .MegaMenu-dropdown .MegaMenu-row a.dropdown-toggle {
        font-size: 16px !important;
    }
    .MegaMenu-dropdown .MegaMenu-Column li.Heading {
        margin-bottom: 0;
    }
    .MegaMenu-cont .nav-item span .minus,
    .MegaMenu-cont .nav-item span .plus {
        width: 16px;
        height: 16px;
        margin-bottom: 3px;
    }
    .House-cards-list .Card-cont {
        padding: 15px;
    }
    .Card-cont .info-cont {
        padding: 15px;
    }
    .asuntokohde,
    .asuntokohde_lyhyesti h4 {
        height: auto;
    }
    .asuntokohde_lyhyesti {
        padding: 15px;
        height: auto;
    }
    .asuntokohde_lyhyesti a.linkki-sivulle {
        bottom: 10px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1124px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
    /* .navbar-nav {
        margin-left: 0 !important;
    } */
    .MegaMenu-Column:nth-child(1) {
        padding-left: 0;
    }
    .MegaMenu-Column:last-of-type {
        padding-right: 0;
    }
    .MegaMenu-Column .submenu ul li a {
        line-height: 1.8;
    }
    .MegaMenu-Column .dropdown-menu {
        font-size: 15px !important;
    }
}