/*
Theme Name: Bächipark
Theme URI: 
Author: Webovita
Author URI: https://www.baechipark.ch/
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* dm-sans */
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/dm-sans-v17-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-sans-v17-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/dm-sans-v17-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dm-sans-v17-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/dm-sans-v17-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dm-sans-v17-latin_latin-ext-700.woff2') format('woff2'); 
}
/* dm-serif-display */
@font-face {
  font-display: swap; 
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-serif-display-v17-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/dm-serif-display-v17-latin_latin-ext-italic.woff2') format('woff2'); 
}
/*************** ROOT ***************/
:root {
    --primary-font: 'DM Sans', sans-serif;
    --secondary-font: 'DM Serif Display', sans-serif;
    --primary-color: #3A3515;
    --secondary-color: #EFE5D7;
    --primary-filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(531%) hue-rotate(163deg) brightness(91%) contrast(93%);
}
/*************** PREDEFINED ***************/
body {
    font-family: var(--primary-font);
    line-height: 1.25;
    color: var(--primary-color );
}
.btn {
    font-size: 15px;
    line-height: 1;
    padding: 14px;
    border-radius: 8px;  
    font-weight: 500; 
    transition: all .3s;
    position: relative;
    text-decoration: none;
}
.btn.btn-arrow {
    padding-right: 40px;
}
.btn-arrow::after {
    height: 15px;
    width: 15px;
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: right .2s;
}
.btn-primary:disabled,
.btn-primary {
    background: var(--primary-color);
    color: #FFFFFF;
    border: none;
}
.btn-primary.btn-arrow::after {
    background-image: url('img/arrow-right-white.svg');
}
.btn-primary.btn-arrow:hover::after {
    background-image: url('img/arrow-right-dark.svg');
    right: 18px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #FFFFFF !important;
    color: var(--primary-color) !important;
    border: none !important;
}
.contact-form-container .btn-primary:hover,
.contact-form-container .btn-primary:focus,
.contact-form-container .btn-primary:active,
.contact-form-container .btn-primary.active {
    background: #FFFFFF !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.contact-form-container .btn-primary {
    border: 1px solid var(--primary-color) !important;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -27px;
    right: 0;
}
/******** HEADER ***********/
.navbar-brand img { 
    width: 110px;
    height: auto;
    max-height: 50px;
}
.offcanvas-header {
    padding: 8px 12px;
}
.offcanvas {
    border-left: none !important;  
    background-color: var(--secondary-color);
}
.menu-btn {
    background-color: transparent;
    border: none;
}
.menu-btn:focus-visible {
    outline: none;
}
.menu-btn img {
    width: 25px;
    border: none;
    filter: var(--primary-filter);
}
.navbar .nav-link {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 400;
    padding: 6px 0 !important;
    line-height: 1;
    position: relative;
}
.navbar .nav-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    transition: all .2s;
}
.navbar .nav-link.active::after {
    width: 100%;
}
.light-navbar {
    background-color: #FFFFFF;
}
.navbar-btn {
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    padding: 7px 30px;
    line-height: 1;
}
.navbar {
    background: transparent;
    transition: all .3s;
}
.navbar-light {
    background-color: #FFFFFF;
}
.offcanvas-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(348deg) brightness(110%) contrast(101%);
}
.navbar-light .offcanvas-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(4689%) hue-rotate(164deg) brightness(92%) contrast(86%);
}
.page-body .navbar {
    background-color: #FFFFFF;
}
.page-body .navbar .offcanvas-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(4689%) hue-rotate(164deg) brightness(92%) contrast(86%);
}
/* .page-body .logo-light {
    display: none !important;
}
.page-body .logo-dark {
    display: block !important;
} */
.page-body {
    padding-top: 66px;
}

/******** HERO ***********/

.hero-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hero-section {
    min-height: 100svh;

    width: 100%;
}
.admin-bar .hero-section {
	min-height: calc(100svh - 46px);
}
.hero-scroll {
    color: #FFFFFF;
    text-decoration: none;
    transform: rotate(90deg);
    bottom: 65px;
    z-index: 5;
    font-size: 14px;
    margin-right: 120px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    opacity: 1;
    font-weight: 300;
}
.hero-scroll::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    left: 45px;
}
.hero-scroll::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    top: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    left: 100%;
    transform: translateY(-50%);
    animation-name: scroll-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite; 
}
@keyframes scroll-animation {
  0% {left: 100%;opacity: .2;}
  50% { opacity: .9;}
  100% {left: 200%;opacity: .2;}
}
.hero-dist {
    width: 125px;
    height: 125px;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 20px;
    transform: rotate(-20deg);
    bottom: 50%;
    left: 5%;
    line-height: 1;
}
.spacer-section {
    padding: 25px 0;
}
.spacer-section::after {
    position: absolute;
    content: "";
    height: calc(100% - 50px);
    width: 1px;
    background-color: var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ti-section-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.ti-section-inner {
    padding: 30px 0;
}
.ti-section-inner-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}
.default-text p:last-child {
    margin-bottom: 0;
}
.default-text p {
    font-weight: 300;
    text-align: start;
    letter-spacing: 0;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6 {
    font-family: var(--secondary-font);
    margin-bottom: 16px;
    letter-spacing: 0;
}
.default-text h1 { font-size: 38px; }
.default-text h2 { font-size: 30px; }
.default-text h3 { font-size: 22px; }
.default-text h4 { font-size: 18px; }
.default-text h5 { font-size: 16px; }
.default-text h6 { font-size: 14px; }

.text-page-block .default-text h1 { font-size: 38px;  }
.text-page-block .default-text h2 { font-size: 30px;  }
.text-page-block .default-text h3 { font-size: 22px;  }
.text-page-block .default-text h4 { font-size: 18px; font-family: var(--primary-font); font-weight: 700; }
.text-page-block .default-text h5 { font-size: 15px; font-family: var(--primary-font); font-weight: 700; }
.text-page-block .default-text h6 { font-size: 13px; font-family: var(--primary-font); font-weight: 700; }

.text-page-block  .default-text li,
.text-page-block  .default-text a,
.text-page-block  .default-text p {
    font-size: 14px;
	font-weight: 300;
	color: var(--primary-color);
}

.text-image-section .default-text p {
    text-align: start;
}
.text-page-block .default-text ul {
    list-style-type: disc;
}
.title-badge {
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    padding: 6px 18px 5px 18px;
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 12px;
}
.custom-padding {
    padding: 40px 0;
}
.image-1 img,
.image-2 img {
    width: 100%;
    height: auto;
}
.two-images-inner {
    gap: 16px;
}
.swiper-slide img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    transition: all .2s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
}
.swiper-button-disabled {
    opacity: 0 !important;
}
.swiper-button-next::after {
    background-image: url('img/arrow-right-brown.svg');
}
.swiper-button-next:hover::after {
    background-image: url('img/arrow-right-brown-hover.svg');
}
.swiper-button-prev::after {
    background-image: url('img/arrow-right-brown.svg');
    transform: rotate(180deg);
}
.swiper-button-prev:hover::after {
    background-image: url('img/arrow-right-brown-hover.svg');
    
}
.lage-table-icon {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lage-table-icon img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    filter: brightness(0) saturate(100%)
}

.lage-table-container td:first-child {
    text-align: start;
    white-space: wrap;
    padding-left: 0;
}
.lage-table-container th:first-child {
    padding-left: 0;
}
.lage-table-container td:last-child,
.lage-table-container th:last-child {
    padding-right: 0;
}
.lage-table-container table {
    --bs-table-bg: transparent;
}
.lage-table-container {
    background-color: #FFF9F1;
    border-radius: 20px;
}
.lage-table-container td {
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    font-size: 12px;
    color: var(--primary-color);
    vertical-align: middle;
    padding: 9px 7px;
    border-top: 1px solid #9B8D7726;
}
.lage-table-container tr:last-child td {
    border-bottom: 1px solid #9B8D7726;
}
.lage-table-container th {
    color: var(--primary-color);
    font-weight: 700;
    padding: 4px;
}
.lage-table-container {
    padding: 8px 8px 12px 8px;
}
.lage-table-desc {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    padding-top: 12px;
}
.lage-features {
    list-style-type: none;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 30px;
}
.lage-features p {
    font-weight: 300;
    font-size: 20px;
    padding: 8px 0;
    margin: 0;;
}
.lage-links {
    gap: 20px;
    padding-top: 15px;
}
.lage-links a {
    color: var(--primary-color);
    font-weight: 300;
    display: inline-block;
}
.lage-links a:hover {
    text-decoration: none;
}
.footer-block {
    border-top: 1px solid #192D3C59;
    border-bottom: 1px solid #192D3C59;
}
.footer-bottom  {
    padding-top: 20px;
}
.footer-bottom a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.footer-bottom-left {
    column-gap: 20px;
    row-gap: 10px;
}

footer {
    padding: 70px 0 25px 0;
}
.footer-block {
    padding: 30px 0;
}
.footer-logo {
    width: 220px;
}
.footer-logo img {
    width: auto;
    max-width: 100%;
}
.footer-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-links ul a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 300;
}
.footer-links ul li {
    margin-bottom: 6px;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.infos-logo img {
    max-width: 160px;
}
.infos-box p,
.infos-box a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 300;
}
.infos-box p {
    margin-bottom: 10px;
}
.infos-box p:last-child {
    margin-bottom: 0;
}
footer .infos-box p strong {
    font-weight: 700;
}
.flats-table-container thead {
    padding: 5px 0;
}
.flats-table-container table {
    --bs-table-border-color: #D6C4A8;
}
.flats-table-container th,
.flats-table-container td {
    color: var(--primary-color);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 10px 6px;
    position: relative;
    white-space: nowrap;
}
.flats-table-container td {
    white-space: nowrap;
    padding: 6px 6px;
}
.flats-table-container  th {
    background-color: var(--secondary-color);
}
/* .flats-table-container  td::after,
.flats-table-container  th::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #FFFFFF4D;
} */
.flats-table-container  th:first-child {
    border-top-left-radius: 10px;
}
.flats-table-container  th:last-child {
    border-top-right-radius: 10px;
}
.flats-table-container  th:last-child::after {
    display: none;
}
.flats-image-box {
    
    width: 100%;
}
.flats-image-box svg {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.flats-table-container a {
    display: flex;
    justify-content: center;
}
.flats-table-container a img {
    width: 16px;
}
.flats-table-container tr:hover td {
    background-color: #FFFBF0;
}
.flats-table-container tr.hovered td {
    background-color: #FFFBF0;
}
.flats-table-container.active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--secondary-color) 0%, #FFFFFF00 100%);
    transition: all .2s;
}
.flats-table-container.active::after {
    position: absolute;
    content: "";
    height:100%;
    z-index: 1;
    width: 0;
    pointer-events: none;
    opacity: 1;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, var(--secondary-color) 0%, #FFFFFF00 100%);
    transition: all .2s;
}
.flats-table-container.active.scrolled-left::after {
    width: 22px;
}
.flats-table-container.active.scrolled-right::before {
    width: 22px;
}
.flats-table-container .table-responsive {
    scrollbar-width: none;
}

.flats-table-container .table-responsive::-webkit-scrollbar {
    display: none; 
}
.flats-table-desc {
    font-size: 15px;
    padding-top: 12px;
    font-weight: 300;
}
.flats-downloads-links {
    list-style-type: none;
}
.flats-downloads-links li {
    border-top: 1px solid #D6C4A8;
    padding: 8px;
}
.flats-downloads-links li:last-child {
    border-bottom: 1px solid #D6C4A8;
}
.flats-downloads-links li a {
    color: var(--primary-color);
    font-weight: 300;
    text-decoration: none;
}
.flats-downloads-links li a img {
    width: 18px;
}
.flats-downloads {
    padding-top: 40px;
}
.flats-downloads .title-badge {
    margin-bottom: 20px;
}
.contact-img {
    border: 2px solid #3A35154D;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}
.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-box {
    padding: 40px 0;
}
.contact-box h3 {
    font-size: 24px;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.contact-name {
    font-size: 22px;
    margin-bottom: 12px
}
.contact-person-links a {
    color: var(--primary-color);
    margin-bottom: 8px
}
.contact-person-links a:hover {
    text-decoration: none;
}
body.admin-bar .offcanvas,
body.admin-bar .navbar.fixed-top {
    top: 46px;
}
#wpadminbar {
    position: fixed;
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
html :where(.wp-block) {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
html {
    scroll-padding-top: 100px;
}
/******** BLOCK PADDING ***********/
.padding-top-nopadding {
    padding-top: 0;
}
.padding-top-medium {
    padding-top: 25px;
}
.padding-top-big {
    padding-top: 40px;
}

@media (min-width: 992px) {
    .padding-top-medium {
        padding-top: 60px;
    }
    .padding-top-big {
        padding-top: 80px;
    }
}

.padding-bottom-nopadding {
    padding-bottom: 0;
}
.padding-bottom-medium {
    padding-bottom: 25px;
}
.padding-bottom-big {
    padding-bottom: 40px;
}


.custom-checkboxes {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    align-items: start;
}
.custom-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    flex-shrink: 0;
	position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}
.custom-checkboxes .wpcf7-list-item {
    margin: 0;
}
.custom-checkboxes label {
    display: flex;
    align-items: center;
}
.custom-checkboxes input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: -1px;
    left: -1px;
    position: absolute;
    width: 24px;
    height: 23px;
    background-color: #0C0B0B;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.custom-checkboxes input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.checkboxes-label,
.form-label,
.custom-checkboxes .wpcf7-list-item-label{
    font-size: 16px;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 0;
}
.checkboxes-label {
    margin-bottom: 20px;
}
.custom-checkboxes .wpcf7-list-item-label {
    margin-left: 10px;
}
.form-select,
.form-control {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: #0C0B0B;
    font-size: 15px;
    padding: 8px 13px;
}
.form-control::placeholder {
    color: #0C0B0B;
    font-size: 16px;
}
.contact-form-container .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.contact-form-container p {
    margin: 0;
}
.form-info {
    font-size: 14px;
    margin-bottom: 12px;
    color: #0C0B0B;
    display:inline-block;
}
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--primary-color);
}
.accept-check.custom-checkboxes input[type="checkbox"]::before {
    width: 16px;
    height: 16px;
    background-size: 10px;
}
.accept-check.custom-checkboxes input[type="checkbox"]  {
    width: 15px;
    height: 15px;
}
.accept-check .wpcf7-list-item-label a,
.accept-check .wpcf7-list-item-label {
    font-size: 14px;
    color: #0C0B0B;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.offcanvas-header .menu-btn {
	position: absolute;
	right: 12px;
	top: 12px;
}
.offcanvas .navbar-brand img {
	width: 110px;
}
.flats-image-box svg path {
	stroke: var(--primary-color)!important;
}
.flats-image-box svg path {
	transition: all .7s;
}
.garage-hovered path {
    fill: var(--secondary-color) !important;
	stroke: #FFFFFF !important;
}

.floor {
    -o-transition: all .6s ease;
    transition:
        all .6s ease;
    -webkit-transition:
        all .6s ease;
    -ms-transition: all .6s ease;
}
.floor.moveup:not(.garage-floor) {
    -ms-transform: translate(0, -350px);
    transform: translate(0, -350px);
    -webkit-transform: translate(0, -120px);
}
.floor > g > polygon,  .floor > g > polyline, .floor > g *, .flat-row td {
    -o-transition: all .3s ease;
    transition:
        all .3s ease;
    -webkit-transition:
        all .3s ease;
    -ms-transition: all .3s ease;
}
.floor > g.active-flat > polygon, .floor > g.de:hover > polygon, .floor > g.de:hover > polyline, .floor > g.active-flat > polyline, .floor > g.de:hover *, .floor > g.active-flat *,
.floor > g.de:hover > polygon, .floor > g.de:hover > polyline, .floor > g.de:hover *
{
  fill: var(--secondary-color) !important;
  stroke: #fff !important;
}


#Garage.moveup path {
	fill: var(--secondary-color) !important;
}
.slide-badge {
	background: #FFFFFF;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 24px;
    bottom: 8px;
    left: 8px;
    font-size: 14px;
	color: var(--secondary-color);
}
@media (min-width: 992px) {
    .padding-bottom-medium {
        padding-bottom: 60px;
    }
    .padding-bottom-big {
        padding-bottom: 80px;
    }
}


.lage-icon-first {
	transform: rotate(45deg);
}
.flats-checkboxes {
	flex-wrap: wrap;
	row-gap: 15px;
}

.floor.moveup .terrain {
	display: none !important;
}
.text-image-graphic {
    background-image: url('img/text_img_graphic.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-person-links p {
    margin-bottom: 12px;
}
.table-btn {
    border: 1px solid #EFE5D7;
    background: #EFE5D74D;
    color: var(--primary-color);
    border-radius: 21px;
    padding: 3px 6px;
    font-size: 14px;
}

.table-filter .form-select{
    color: #0C0B0B;
    font-weight: 300;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 1.4;
}
.table-filter .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}
.label {
    font-weight: 700;
    color: #0C0B0B;
    font-size: 15px;
    margin-bottom: 4px;
}
.slider-container .label {
    margin-bottom: 18px;
}
.range-slider {
    position: relative;
    height: 5px;
    background: #EDEDED;
}
.slider-container {
    width: calc(50% - 6px);
    max-width: 300px;
}
.filter-check {
     width: calc(50% - 6px);
}
.filter-bottom {
    gap: 12px;
    padding-top: 12px;
}
.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
}
.range-values {
    margin-top: 16px;
    font-size: 14px;
    color: #0C0B0B;
}
.table-filter .form-check-label {
    color: #0C0B0B;
    font-weight: 300;
    font-size: 13px;
}
.table-filter  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    flex-shrink: 0;
	position: relative;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    margin-right: 14px;
}
.table-filter  input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: -1px;
    left: -1px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0C0B0B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.table-filter  input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.table-filter  input[type="checkbox"]:focus {
    box-shadow: none;
}
.flats-image-container.sticky-top {
    top: 55px;
    padding-top: 25px;
}
.table-filter.sticky-top {
    top: 245px;
}
.flats-image-box svg {
    max-height: 210px;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-body {
    padding: 0 25px 25px 25px;
}
.modal-body h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000000;
}
.modal-body p {
    font-size: 17px;
    color: #000000;
    line-height: 1.2;
}
.modal-body a {
    color: var(--primary-color);
}
.modal-body a:hover {
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: none;
}

#isometry-box g.active-flat path,
#isometry-box g.active-flat polygon,
#isometry-box g.active-flat rect {
  fill: var(--primary-color) !important;
  stroke: var(--primary-color)!important;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

/* podizanje svih spratova iznad */
#isometry-box g.floor.moveup,
/* #isometry-box g[inkscape\\:label="Roof"].moveup, */
#isometry-box g#roof.moveup,
#isometry-box g#Roof.moveup,
#isometry-box g#layer5.moveup {
  transform: translateY(-65px);
  transition: transform 0.36s cubic-bezier(.22,.9,.35,1);
}
#isometry-box g {
	transition: all .3s;
}
@media (max-width: 576px) {
    .gallery-section .container {
        padding: 0 !important;
    }
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {
    .lage-table-container {
        padding: 15px;
    }

    .lage-table-desc {
        padding-top: 15px;
    }
    .lage-table-container td,
    .lage-table-container th {
        padding: 8px;
    }
}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .custom-checkboxes {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    .hero-dist {
        width: 150px;
        height: 150px;
        font-size: 22px;
        bottom: 40%;
        left: 5%;
    }
    .label  {
        margin-bottom: 8px;
    }
    .table-filter.sticky-top {
        top: 290px;
    }
    .table-filter .row {
        max-width: 670px;
    }
    .slider-container {
        min-width: 250px;
        max-width: 300px;
    }
    .filter-check {
        width: auto;
    }
}
@media (min-width: 783px) {
    body.admin-bar .navbar.fixed-top {
        top: 32px;
    }
	.admin-bar .hero-section {
		min-height: calc(100svh - 32px);
	}
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .navbar {
        padding: 14px 0 !important;
    }
    .navbar .nav-link {
        font-size: 14px;
        color: #FFFFFF;
        padding: 10px 6px !important;
    }
    .navbar .nav-link::after {
        background-color: #FFFFFF;
        transition: all .2s;
    }
    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: calc(100% - 12px);
    }
    .navbar .nav-item {
        padding: 0 10px;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
       color: #FFFFFF;
    }
    .navbar-btn {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
		font-size: 14px;
    }
    .navbar-btn:hover {
        color: var(--primary-color);
        border: 1px solid #FFFFFF;
        background-color: #FFFFFF;
    }
    .navbar-light.navbar .nav-link {
        color: var(--primary-color);
    }
    .navbar-light.navbar .nav-link::after {
        background-color: var(--primary-color);
    }
    .navbar-light .navbar-btn {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
		
    }
    .navbar-light .navbar-btn:hover {
        color: #FFFFFF;
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
    }

    .page-body .navbar .nav-link {
        color: var(--primary-color);
    }
    .page-body .navbar .nav-link::after {
        background-color: var(--primary-color);
    }
    .page-body .navbar-btn {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
    .page-body .navbar-btn:hover {
        color: #FFFFFF;
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
    }



    .hero-scroll {
        font-size: 16px;
        margin-right: 150px;

    }
    @keyframes scroll-animation {
        0% {left: 100%;opacity: .2;}
        50% { opacity: .9;}
        100% {left: calc(100% + 108px); opacity: .2;}
      }
    .spacer-section::after {
        height: calc(100% - 60px);
    }
    .ti-section-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }
    .lage-section .ti-section-image {
        right: auto;
        left: 0;
    }
    .ti-section-inner {
        padding: 45px 0 65px 0;
    }
    .ti-section-inner-padding {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .default-text p {
        font-size: 18px;
        margin-bottom: 18px;
		text-align: justify;
    }
    .two-images-inner {
        height: 500px;
        width: 100%;
    }
    .image-1,
    .image-2 {
        height: 100%;
        flex-shrink: 0;
    }
    .image-1 img,
    .image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-1 {
        width: calc(59% - 8px);
    }
    .image-2 {
        width:  calc(41% - 8px);
    }
    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after {
        background-color: var(--primary-color);
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px; 
    }
    .lage-table-container {
        padding: 15px 20px;
    }
    .lage-table-container td,
    .lage-table-container th {
        padding: 8px;
    }
    .ti-section-inner-left {
        padding-left: 30px;
    }
    .ti-section-inner-right {
        padding-right: 30px;
    }
    .footer-bottom a:hover {
        text-decoration: underline;
    }
    .footer-logo {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-infos a:hover,
    .footer-links ul a:hover {
        text-decoration: underline;
    }
    .flats-table-desc {
        font-size: 16px;
    }
    .flats-downloads {
        padding-top: 70px;
    }
    .flats-downloads .title-badge {
        margin-bottom: 30px;
    }
    .flats-downloads-links li a:hover img {
        filter: brightness(0) saturate(100%) invert(88%) sepia(24%) saturate(273%) hue-rotate(355deg) brightness(88%) contrast(88%);
    }
    .contact-section-inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 33.33333333%;
        background-color: var(--secondary-color);
        height: 100%;

    }
    .spacer-section {
        padding: 40px 0;
    }
    .form-select,
    .form-control {
        font-size: 16px;
        padding: 10px 15px;
    }
    .form-control::placeholder {
        font-size: 16px;
    }
    .contact-form-container .btn  {
        min-width: 234px
    }
    .page-body {
        padding-top: 74px;
    }
	.lage-features {
		margin-bottom: 45px;
	}
	.slide-badge {
		padding: 8px 12px;
		left: 32px;
		font-size: 17px;
	}
	/* .contact-box h3 {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	} */
	.contact-box {
		width: 41%;
        min-height: fit-content;
	}
    .contact-name {
        margin-bottom: 18px;
    }
    .modal-body {
        padding: 0 79px 42px 52px;
    }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .navbar .nav-link {
        padding: 10px 16px !important;
        font-size: 16px;
    }
    .navbar-btn {
        font-size: 16px;
    }
    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: calc(100% - 32px);
    }
    .navbar .nav-item {
        padding: 0 20px;
    }
    .hero-scroll::after {
        width: 105px;
        left: 50px;
    }
    .hero-scroll {
        bottom: 180px;
    }

    .spacer-section::after {
        height: calc(100% - 80px);
    }
    .default-text p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .default-text h1 { font-size: 70px; }
    .default-text h2 { font-size: 50px; }
    .default-text h3 { font-size: 30px; }
    .default-text h4 { font-size: 20px; }
    .default-text h5 { font-size: 18px; }
    .default-text h6 { font-size: 16px; }
    .custom-padding {
        padding: 80px 0;
    }
    .two-images-inner {
        gap: 20px;
    }
    .image-1 {
        width: calc(59% - 10px);
    }
    .image-2 {
        width:  calc(41% - 10px);
    }
    .two-images-inner {
        height: 600px;
    }
    .lage-table-container {
        padding: 5px 20px 15px 20px;
    }
    .lage-table-desc {
        padding-top: 20px;
        font-size: 15px;
    }
    .lage-table-container td,
    .lage-table-container th {
        padding: 15px 8px;
        font-size: 16px;
    }
    .ti-section-inner-left {
        padding-left: 60px;
    }
    .ti-section-inner-right {
        padding-right: 60px;
    }
    .lage-table-icon {
        width: 20px;
        height: 20px;
    }
    .lage-features p {
        font-size: 25px;
    }
    .lage-links a{
        color: var(--primary-color);
        font-weight: 300;
        font-size: 20px;
    }
    .lage-links {
        gap: 30px;
        padding-top: 32px;
    }
    footer {
        padding: 90px 0 55px 0;
    }
    .footer-bottom  {
        padding-top: 25px;
    }
    .footer-bottom-left {
        column-gap: 40px;
    }
    .footer-bottom a {
        font-size: 16px;
    }
    .footer-block {
        padding: 60px 0;
    }
    .footer-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .footer-links-outer {
        gap: 40px !important;
    }
    .title-badge {
        padding: 7px 23px 5.5px 23px;

        font-size: 14px;
        margin-bottom: 22px;
    }
    .btn {
        font-size: 15px; 
        padding: 20px;
        border-radius: 12px;  
    }
    .footer-links ul li {
        margin-bottom: 20px;
    }
    
    .flats-table-desc {
        font-size: 18px;
        padding-top: 18px;
    }
    .flats-downloads {
        padding-top: 120px;
    }
    .flats-downloads .title-badge {
        margin-bottom: 45px;
    }
    .flats-downloads-links li {
        padding: 16px;
    }
    .flats-downloads-links li a {
        font-size: 18px;
    }
    .flats-downloads-links li a img {
        width: 21px;
    }
    .contact-form-container .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
    .form-info {
        margin-bottom: 24px;
    }
	.admin-bar .hero-section {
		min-height: unset;
	}
	.hero-section {
		min-height: unset;
		max-height: 100svh;
		aspect-ratio: 16/10;
	}
	.slide-badge {
		padding: 10px 16px;
		left: 32px;
		font-size: 20px;
		bottom: 20px;
	}
    .navbar-brand img { 
        width: 140px;
    }
    .hero-dist {
        width: 190px;
        height: 190px;
        font-size: 25px;
        bottom: 125px;
        left: 100px;
    }
    .footer-logo {
        top: 60px;
        width: 280px;
    }
    .footer-logo img {
        width: 100%;
    }
    .contact-img {
        width: 220px;
        height: 220px;
    }
    .contact-name {
        font-size: 25px;
    }
    .contact-box h3 {
        margin-bottom: 42px;
        font-size: 30px;
    }
    .contact-box .footer-infos {
        padding-top: 84px !important;
    }
    .contact-box {
        padding: 60px 0;
    }
    .table-filter .form-check-label {
        font-size: 16px;
    }   
	.flats-image-container.sticky-top {
		top: 100px;
	}

}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .container {
        max-width: 1224px;
    }
    .navbar .nav-link {
        padding: 10px 20px !important;
    }
    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: calc(100% - 40px);
    }
    .navbar .nav-item {
        padding: 0 30px;
    }
    .default-text p {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .default-text h1 { font-size: 80px; }
    .default-text h2 { font-size: 60px; }
    .default-text h3 { font-size: 40px; }
    .default-text h4 { font-size: 30px; }
    .default-text h5 { font-size: 24px; }
    .default-text h6 { font-size: 18px; }
    .default-text h1,
    .default-text h2,
    .default-text h3,
    .default-text h4,
    .default-text h5,
    .default-text h6 {
        margin-bottom: 24px;
    }
	
	.text-page-block .title-badge {
		margin-bottom: 65px;
	}
	.text-page-block .default-text h1 { font-size: 60px; }
	.text-page-block .default-text h2 { font-size: 40px; }
	.text-page-block .default-text h3 { font-size: 30px; }
	.text-page-block .default-text h4 { font-size: 22px; }
	.text-page-block .default-text h5 { font-size: 18px; }
	.text-page-block .default-text h6 { font-size: 16px; }
	
	.text-page-block .default-text a,
	.text-page-block .default-text li,
	.text-page-block .default-text p {
        font-size: 18px;
        margin-bottom: 16px;
    }
	.text-page-block .default-text h1,
    .text-page-block .default-text h2,
    .text-page-block .default-text h3,
    .text-page-block .default-text h4,
    .text-page-block .default-text h5,
    .text-page-block .default-text h6 {
        margin-bottom: 20px;
    }
	
	
    .two-images-inner {
        height: 670px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
    }
    .swiper-button-prev {
        left: 35px;
    }
    .swiper-button-next {
        right: 35px;
    }
    .lage-table-container {
        padding: 5px 30px 20px 30px;
    }
    .lage-features p {
        font-size: 30px;
    }

    .footer-logo {
        width: 300px;
    }
    .footer-links-outer {
        gap: 80px !important;
    }
    .footer-links ul a  {
        font-size: 16px;
    }
    .ti-section-inner-padding {
        padding-top: 105px;
        padding-bottom: 123px;
    }
    .flats-section .container {
        max-width: 1374px;
    }

    .flats-wrapper {
        flex-direction: row;
    }
    .flats-right {
        width: 63%;
    }
    
    .flats-image-container {
        width: 37%;
    }
    .flats-image-box {
        width: 110% !important;
    }
    .table-filter .row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 22px;
    }
    .filter-bottom {
        gap: 33px;
        padding-top: 34px;
    }
    .label {
        font-size: 18px;
    }
    .table-filter .form-select{
        font-size: 16px;
        padding: 10px;
        line-height: 1.4;
    }
    .table-filter .row{
        max-width: 670px;
    }
    .table-filter.sticky-top {
        top: 78px;
    }
    .flats-image-container {
        height: fit-content;
    }
    .flats-image-container.sticky-top {
        padding-top: 180px;
    }
    .flats-image-box svg {
        max-height: unset;
    }
    .flats-table-container table thead th {
        position: sticky;
        top: 264px;
        z-index: 10;
        box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    }    
    .table-responsive {
        overflow-x: visible;
    }
    .flats-table-container th,
    .flats-table-container td {
        font-size: 15.5px;
        padding: 9px 2px;
        line-height: 1.1;
    }
    .flats-table-container th {
        padding: 15px 3px;
    }
    .flats-table-container a img {
        width: 18px;
    }
    .table-btn {
        padding: 6px 13px;
    }
    .table-filter .row {
        margin-left: -12px !important;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1800px) {}