/*
Theme Name: Binderstrasse Zollikon
Author: Portalworks
Version: 1.0.0
Text Domain: binderstrasse
*/

/* outfit-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
      src: url("fonts/Inter_24pt-Light.ttf");
  }
  
  /* outfit-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Inter_24pt-Regular.ttf");
  }
  
  
  /* outfit-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Inter_24pt-Medium.ttf");
  }
  

/* outfit-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Inter_24pt-SemiBold.ttf");
}

/* outfit-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Inter_24pt-Bold.ttf");
}

/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Inter', sans-serif;
    --primary-color: #3E4243;
    --primary-dark: #3E4243;
    --primary-light-bg: #F1F1F1;
	--table-col: #e7e7e7;

    --primary-light-border: #E8EFD4;
    --background-overlay: rgba(0,0,0,0.3);
    --table-border: #4C2E245E;
    --text-color: #3E4243;
    --darker-bg: #F1F1F1;
    --black: #151515;
    --white: #fff;
    --error-color: #D40000;
    --warning-color: #FFC700;
    --succes-color: #008A57;

    /* visina fiksnog navbara (= body.no-hero-body padding-top) i WP admin bara;
       hero iz njih racuna svoju visinu, pa se visine mijenjaju samo ovdje */
    --nav-h: 85px;
    --admin-h: 0px;
}

/*************************
        BODY
**************************/

.no-customize-support #wp-admin-bar-wp-logo {
	display: none !important;
}
#wpadminbar {
	position: fixed;
}
body.admin-bar .navbar {
    margin-top: 46px;
}
@media (min-width: 768px) {
    body.admin-bar .navbar {
        margin-top: 32px;
    }
}
/* WP admin bar je 46px do 782px, iznad toga 32px (njegov breakpoint, ne temin) */
.admin-bar {
    --admin-h: 46px;
}
@media (min-width: 783px) {
    .admin-bar {
        --admin-h: 32px;
    }
}
body {
    margin: 0;
    padding: 0;
    padding-top: 95px;
    font-family: var(--font-primary);
    color: var(--text-color) !important;
    /* padding-top: 146px; */
}
body.no-hero-body {
    padding-top: var(--nav-h);
    & .navbar-toggler {
        border-color: var(--white);
    }
    & .navbar-toggler span {
        background-color: var(--white);
    }
}
html :where(.editor-styles-wrapper) {
    color: var(--primary-color);
}
body :where(.editor-styles-wrapper) {
    font-family: var(--font-primary) !important;
}

html {
	scroll-padding-top: 70px !important;
}
/*************************
    PRE-DEFINED CLASSES
**************************/

.apply-btn {
    background-color: #fff;
    text-decoration: none;
    border-radius: 8px;
    color: var(--primary-color);
    padding: 10px 8px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.body-margin {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 1900px;
    margin: 12px;
}
.bg-table {
	background-color: var(--table-col);
}
.bg-black {
    background-color: var(--black) !important;
}
.bg-light-green {
    background-color: var(--primary-light-bg);
}
.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padding-bottom-sm {
	padding-bottom: 35px!important;
}
.padding-top-sm {
	padding-top: 35px!important;
}
.btn-primary {
    color: var(--black);
    border: 1px solid var(--black);
    background-color: transparent;
    border-radius: 36px;
    line-height: 1;
    color: var(--black);
    padding: 16px 54px;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    letter-spacing: -1.5%;
    
}
.btn-primary:hover,
.btn-primary:active,
.btn:focus-visible {
    background: var(--black) !important;
    color: var(--white);
    border-color: var(--black) !important;
    box-shadow: none;
}

.btn-green {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-light-bg);
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus-visible {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-dark) !important;
    color: var(--primary-light-bg) !important;
}
.editor a {
	color: var(--primary-color);
}
h1.section-title,
.editor h1 {
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 28px;/*  56px  */
    letter-spacing: 1.5%;
/*     text-transform: uppercase; */
    line-height: 1;
}
h2.section-title  {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
}
.lage-section .editor h2 {
	color: var(--black);
    font-weight: 600;
    font-size: 28px;/*  56px  */
    letter-spacing: 1.5%;
/*     text-transform: uppercase; */
    line-height: 1;
}
.editor.text-black > * {
    color: var(--black);
}
.editor h1.kontakt-title {
    font-size: 28px; /* 81px */
    line-height: 1.6;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
	text-align: center;
}
.kontakt-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 63px);
}
.kontakt-text-wrapper .editor p {
		text-align: center;
	margin: 0 auto;
    }
.angebot-section .editor {
	max-width: 750px;
	margin-bottom: 25px;
}
.angebot-section .editor p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
.editor {
    & p, ul li {
        font-size: 17px;
        color: var(--text-color);
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 0;
    }
	& ul li {
		margin-bottom: 5px;
	}
    & p:last-child {
        margin-bottom: 0;
    }
    & h2 {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary-dark);
        line-height: 1;
        margin-bottom: 32px;
    }

}

.text-black {
    color: var(--black);
}
.bg-grey {
    background-color: var(--darker-bg);

    & .btn-primary:hover {
        color: var(--darker-bg);
    }
}
.bg-green {
    background-color: var(--primary-color);
}
.border-radius-all {
    border-radius: 22px;
}
.border-radius-all-sm {
    border-radius: 10px;
}
.border-radius-all-md {
    border-radius: 16px;
}
.rounded-circle img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
	html {
	scroll-padding-top: 100px !important;
}
    .radius-left-lg-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .radius-right-lg-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .btn-primary {
        font-size: 25px;
    }
    .section-padding {
        padding-top: 140px;
        padding-bottom: 140px;
    }
	.padding-bottom-sm {
		padding-bottom: 70px!important;
	}
	.padding-top-sm {
		padding-top: 70px!important;
	}
	.section-padding.half-map-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
    .editor h1.kontakt-title {
        font-size: 48px;
    }
	.kontakt-text {
		margin-left: unset;
		margin-right: unset;
		width: auto;
		text-align: start;
	}
    h1.section-title,
    .editor h1 {
        font-size: 64px;
    }
	.lage-section .editor h2,
	h2.section-title {
		font-size: 48px;
	}
	.angebot-section .editor {
	margin-bottom: 50px;
}
	.lage-section .map-text.editor {
	margin-top: 60px !important;
}
    .editor {
        & p, ul li {
            font-size: 20px;
            margin-bottom: 16px;
        }
		& ul {
			margin-top: 10px;
		}
		& ul li {
			margin-bottom: 10px;
		}
        & p:last-child {
            margin-bottom: 0;
        }
        & h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }
    
    }
	.navigation a.nav-link {
		font-size: 14px;
	}
}
@media (min-width: 1200px){
	.angebot-container{
		max-width: 1200px;
	}
	.projekt-section .section-title {
		margin-bottom: 55px !important;
	}
	 .projekt-section    .editor {
        & h2 {

            margin-bottom: 30px;
        }
    }
	.section-padding.half-map-section {
		padding-top: 100px;
		padding-bottom: 100px !important;
	}
	.navigation a.nav-link {
		font-size: 16px;
	}
	.editor h1.kontakt-title {
		text-align: start;
    }
	.contact-top-row .editor p {
    	max-width: 520px;
	}
	.kontakt-text-wrapper .editor p {
		text-align: start;
		margin: 0;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1374px;
    }
	.custom-container {
		max-width: 1160px;
	}
	.angebot-container {
		max-width: 1220px;
	}
	.navigation {
		gap: 35px !important;
	}
}

.navbar {
    padding-top: 44px;
    transform: translateY(0%);
    background-color: transparent;
    transition: all 0.3s ease !important;
}
.navbar.scrolled {
    background-color: var(--primary-color);
    padding-top: 22px;
    padding-bottom: 22px;
    & .navbar-toggler {
        border-color: var(--white);
    }
    & .navbar-toggler span {
        background: var(--white);
    }
}
.navbar.hide {
    transform: translateY(-100%);
} 
.navbar-brand {
    max-width: 135px;
    height: auto;
    display: inline-block;
	margin-left: 12px;
}
.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.navigation {
    list-style: none;
    bottom: -400px;
    position: absolute;
    right: 24px;
    background-color: #EDEAE9;
    padding: 32px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: visible;
	 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navigation.collapsed {
    opacity: 0;
    visibility: hidden;
}
.navigation a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 300;
    position: relative;
}
.navigation a:hover {
	color: var(--black);
}
.no-hero-page .navigation a:hover {
	color: var(--white);
}
.navigation a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 100%); 
    border-radius: 2px;
    transform: scaleX(0%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.navbar-toggler {
    gap: 6px;
    padding: 0;
/*     border-radius: 50%; */
    border: none;
    cursor: pointer;
	margin-right: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler span {
    height: 4px;
    background-color: var(--black);
    display: inline-block;
    transition: all 0.3s ease-in-out;
	transform-origin: center;
}
.navbar-toggler span.top {
	width: 33px;
}
.navbar-toggler span.mid {
	width: 17px;
	opacity: 1;
    transform: scaleX(1);
}
.navbar-toggler span.bottom {
	width: 30px;
}
.navbar-toggler.active span.mid {
    transform: scaleX(0);
    opacity: 0;
}
.navbar-toggler.active span.top {
    transform: translateY(10px) rotate(45deg);
}
.navbar-toggler.active span.bottom {
    transform: translateY(-10px) rotate(-45deg);
	width: 33px;
}

.hero-section {
    /* uvijek tacno jedan ekran: 24px = 12px margina gore + 12px dole iz .body-margin */
    min-height: calc(100svh - var(--nav-h) - var(--admin-h) - 24px);
/*     border-radius: 32px; */
    border-bottom-right-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.hero-overlay {
    background:#000000;
	opacity: 0.2 !important;
}
.hero-logo {
	max-width: 334px;
/*     max-width: 618px; */
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.hero-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.hero-text {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}
.hero-text-wrap {
    padding-bottom: 150px;
    padding-top: 150px;
}
.hero-title {
	color: var(--white);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}
.btn-wrap {
    bottom: -1px;
    right: -1px;
    padding: 10px 0 0 10px;
/*     border-top-left-radius: 32px; */
}
/* .btn-wrap::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -55px;
    background: transparent;
    width: 55px;
    height: 55px;
/*     border-bottom-right-radius: 32px; 
    box-shadow: 1.313rem 0.313rem 0 0.313rem #fff;
} */
/* .btn-wrap::after {
    position: absolute;
    content: "";
    top: -55px;
    right: 0px;
    background: transparent;
    width: 55px;
    height: 55px;
/*     border-bottom-right-radius: 32px; 
    box-shadow: 1.313rem 0.313rem 0 0.313rem #fff;
} */
.hero-btn {
    font-size: 24px;
	line-height: 1.3;
    font-weight: 600;
    color: var(--white);
    padding: 38px 18px 38px 30px;
    border: 1px solid #3E4243;
/*     border-radius: 32px; */
    position: relative;
    display: inline-block;
	background-color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.hero-btn img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	margin-left: 15px;
    transition: all 0.3s ease-in-out;
}
.hero-btn:hover img {
	filter: brightness(0) saturate(100%) invert(23%) sepia(6%) saturate(561%) hue-rotate(131deg) brightness(95%) contrast(87%);
}
.hero-btn:hover {
    background-color: var(--white);
	color: var(--primary-color);
    border-color: var(--primary-color);
}

.hero-btn:focus {
	box-shadow: none;
}


.card-box {
    padding: 32px;
    box-shadow: 0px 0px 55px 0px #0000001A;


    .editor p {
        font-size: 16px;
    }
    .editor h2 {
        word-break: break-word;
    }
}

.card-icon-circle {
    width: 48px;
    height: 48px;
    border: 1px solid var(--primary-dark);
}
.card-box .card-title.editor h2 {
	font-size: 24px;
	line-height: 1.3;
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 15px;
}
.card-box .editor {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
}

.card-box .editor strong {
	color: var(--primary-dark);
	font-weight: 700;
}

.table-box {
    padding: 10px;  
}
.th-ziel {
	padding: 8px 2px!important;
}
.head-ziel {
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
}
.head-circle {
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.head-circle img {
    width: 100%;
    height: 100%;
}
/* .lage-table {
    table-layout: fixed;
    min-width: 520px;
} */
.lage-table th {
    border-left: 0.5px solid var(--table-border);
    border-right: 0.5px solid var(--table-border);
    border-bottom: 0;
}
/* .lage-table th:first-child {
   width: 170px;
} */
.lage-table td {
    border: 0.5px solid var(--table-border);
    border-bottom: 0;
    padding: 8px 2px;
}
.lage-table td .table-pill {
    background-color: #D3E1D9;
    font-size: 9px;
    line-height: 1.52;
    padding: 5px;
}
.lage-table tbody tr:first-child td {
    border-top: 0;
}
.lage-table td,
.lage-table th {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}
.lage-table tr td:first-child,
.lage-table tr th:first-child {
    text-align: start;
    border-left: 0;
}
.lage-table tr td:first-child {
    font-size: 11px;
    font-weight: 500;
    color: #262626;
}
.lage-table tr td:last-child,
.lage-table tr th:last-child {
    border-right: 0;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-message {
	width: fit-content;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.lage-section .map-text.editor {
	margin-top: 30px;
	max-width: 100%
}
.map-text.editor h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: var(--primary-dark);
	margin-bottom: 15px;
}

.btn.btn-lage {
	background-color: var(--primary-dark);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	padding: 5px 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 0;
	border: 1px solid var(--primary-dark);
}

/*******************************
           GALLERY
*******************************/

.gallery-section{
	
	& h2.section-title {
		margin-bottom: 20px;
	}
	
	& .editor {
		margin-bottom: 50px;
	}
	
	& .editor p {
		font-size: 16px;
	}

    & .services-swiper-container{
        padding-left: 45px;
    }

    & .swiper-slide{
        padding: 10px;
        & img{
            width: 100%;
            height: auto;
            aspect-ratio: 1.39 / 1;
            object-fit: cover;
        }
    }

    & .swiper-pagination-gallery{
        color: #000;
        font-family: "Roboto", sans-serif;
        bottom: 0;
        top: 0;
    }

    & .navigation-container {
        margin-top: 37px;
    }
    
    & .swiper-button-next-gallery,  
    & .swiper-button-prev-gallery{
        width: 24px;
        height: 24px;
        background: var(--primary-color);
        color: var(--main-text-color);
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;

        &::after{
            font-size: 16px;
        }
    }

    & .swiper-button-next-gallery{
        right: calc(50% - 90px);
    }

    & .swiper-button-prev-gallery{
        left: calc(50% - 90px);
    }
	& .pagination-wrap {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		/* razmak do strelica; gap-3 je skinut iz markupa u blocks/gallery.php */
		gap: 16px;
	}
    & .swiper-pagination {
        max-width: 294px;

    }
    & .swiper-pagination-current{
        margin-right: 22.5px;
    }

    & .swiper-pagination-total{
        margin-left: 22.5px;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullet {
        margin: 0;
        width: 61px;
        border-radius: 0;
        background: #d8d9d9;
        opacity: 1;
        border-top: 1px solid #3E424333;
        border-bottom: 1px solid #3E424333;

    }
    .swiper-pagination-bullet:first-child,
    .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child{
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .swiper-pagination-bullet:first-child {
        border-left: 1px solid #4C2E241A;
    }
    .swiper-pagination-bullet:last-child {
        border-right: 1px solid #4C2E241A;

        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .swiper-pagination-bullet-active {
        border-radius: 0;
        position: relative;
        background-color: var(--primary-light-bg);
        z-index: 1 !important;
    }
    .swiper-pagination-bullet-active::before {
        width: 100%;
        height: 100%;
        content: '';
        background: var(--primary-color);
        position: absolute;
        top: 0;
        border: 1px solid var(--primary-color);
        border-radius: 16px;
        left: 0;
        z-index: 0 !important;
    }
	.gallery-button {
		background: var(--primary-color);
		border-radius: 50%;
		width: 30px;
		height: 30px;
		padding: 7px;
		display: flex;
		justify-content: center; 
		align-items: center;
		position: static;
		margin: 0;
		flex-shrink: 0;
		transition: all 0.3s ease-in-out;
		& img {
			width: 18px;
			height: 16px;
			object-fit: contain;
		}
	}
	.gallery-button-prev {
		transform: rotate(-180deg);
	}
	.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
	.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
		content: none;
	}

	/* Dizajn, veliki ekrani: traka paginacije 455px, aktivni pill 74px, 22px do strelica */
	@media (min-width: 1200px) {
		& .swiper-pagination-gallery {
			max-width: 455px;
		}
		& .pagination-wrap {
			gap: 22px;
		}
		& .swiper-pagination-bullet-active::before {
			width: 74px;
			left: 50%;
			transform: translateX(-50%);
		}
	}
}

/*  DOWNLOADS  */
.downloads-section {
	padding: 70px 0;
	margin-bottom: 12px;
}

.downloads-section .section-title {
	margin-bottom: 20px;
}

.downloads-section .editor.dwn-desc {
	margin-bottom: 50px;
	max-width: 740px;
}

.downloads-section .editor.dwn-desc p {
	font-size: 16px;
	line-height: 1.2;
}

.download-box {
	border: 1px solid #E0DDD9;
	background-color: #fff;
	border-radius: 0;
	padding: 20px 24px;
	transition: all 0.1s ease-in-out;
}

.download-box:has(a:hover) {
	background-color: #f7f7f7;	
}

.dwn-img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.dwn-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	color: var(--primary-dark);
}

.download-box .pdf-size {
font-weight: 400;
font-style: Italic;
font-size: 12px;
line-height: 1.25;
}

.dwn-btn {
	background-color: #FFFFFF1F;;
	color: #fff;
	padding: 17px 53px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	border-radius: 36px;
}

.dwn-btn:hover {
	color: #000;
	background-color: #fff;
}


footer {
    padding-top: 70px;
    padding-bottom: 20px;
}
.contact-top-row {
    gap: 40px;
    padding-bottom: 40px;
}
.contact-top-row .editor p {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
}
.kontakt-text-wrapper {
    flex: 1 1 auto;
    min-width: 0;
}
.kontakt-person-wrapper {
    flex: 0 0 auto;
    align-self: center;
    gap: 24px;
    text-align: center;
}
.kontakt-photo-box {
    width: calc(100% - 63px);
    max-width: 309px;
    height: auto;
    flex: 0 0 auto;
}
.company-logo {
	
	& img {
		width: auto;
		height: auto;
		max-width: 110px;
		max-height: 100%;
	
	}
}
.kontakt-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-bottom-borders.border-radius-all-sm {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.kontakt-info-box {
    padding: 0;
    width: auto;
    max-width: none;
    align-items: center;
}
.kontakt-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
	margin-bottom: 12px;
}
.contact-links a {
	color: #000000;
	text-decoration: none;
}
.contact-links a:hover span {
	text-decoration: underline;
}
.contact-links a img {
	width: 24px;
	height: auto;
}
.kontakt-company,
.kontakt-link {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.kontakt-company {
    color: #fff;
	font-weight: 300;
}
.kontakt-link {
    font-weight: 700;
    text-decoration: underline;
}
.kontakt-link:hover {
    color: #fff;
}
.footer-lower-part {
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-lower-part.body-margin {
    margin-left: 12px;
    margin-right: 12px;
}
.footer-logo {
    width: 180px;
    height: auto;
    display: block;
}
.footer-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer-navigation {
    list-style: none;
    padding-left: 0;
}
.footer-navigation li {
    margin-bottom: 10px;
}
.footer-navigation li:last-child {
    margin-bottom: 0;
}
.footer-navigation a{
    color: var(--primary-dark);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
	line-height: 1.5;
}
.footer-navigation a:hover {
	color: var(--black);
}
.location-info,
.privacy-pages a  {
    font-size: 16px;
	font-weight: 300;
    line-height: 1.49;
    letter-spacing: -0.1px;
    color: var(--primary-dark);
    text-decoration: none;
}
.location-info strong {
	font-weight: 700;
}
.location-info a {
	color: #000000;
}

.footer-devider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.45%, #656565 24.82%, #5B5B5B 76.15%, rgba(0, 0, 0, 0) 100%);
    margin-top: 45px;
    margin-bottom: 25px;
}
.copyrights-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.49;
    letter-spacing: -0.1px;
}
h2.angebot-title {
	margin-bottom: 20px;
}
.angebot-title {
	position: relative;
	z-index: 8;
}
.angebot-section .text-under {
	margin-top: 30px;
	max-width: 940px;
}
.angebot-section .text-under p,
.lage-section .text-under {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	color: var(--primary-dark);
	font-style: italic;
	margin-bottom: 0;
}
.isometry-box svg {
    width: 100%;
    height: 100%;
}
.wohnungen-table td,
.wohnungen-table th {
    background: transparent;
}
.table-box {
    border: 1px solid #4C2E241A;
}
.wohnungen-table th {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 0;
	z-index: 2;
	vertical-align: middle;
	padding: 14px 2px;
	background-color: var(--primary-color);
	color: #FFFFFF;
}
.wohnungen-table th:first-child {
/* 	border-top-left-radius: 12px; */
	padding-left: 17px;
/* 	border-bottom-left-radius: 12px; */
}
.wohnungen-table .last-th {
/* 	border-top-right-radius: 12px; */
	padding-right: 17px;
/* 	border-bottom-right-radius: 12px; */
}
.wohn-table-box {
/*     min-height: 484px; */
	position: relative;
}
.wohnungen-table td {
    font-size: 14px;
    font-weight: 300;
    color: #3E4243;
    padding: 15px;
    border-bottom: 1px solid var(--primary-dark);
    border-top: 0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
/*     transition: all 0.3s ease-in-out; */
}
.wohnungen-table tr:not(.hidden-row):nth-last-child(1 of tr:not(.hidden-row)) td {
	border-bottom: none;
}
/* .wohnungen-table th:first-child .wohn-head {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
} */
.wohnungen-table th:last-child .wohn-head, .status-cell .wohn-head {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.wohn-head {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-inline: 2px;
	text-wrap: nowrap;
}
.dropdown-filters select {
    border: 1px solid var(--black);
    background-color: transparent;
    padding: 12px 16px;
    width: 150px;
    background-position: center 16px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    font-size: 14px;
    letter-spacing: -1.5%;
    font-weight: 500;
	color: var(--black);
}
.dropdown-filters select:focus,
.dropdown-filters select:focus-visible{
	box-shadow: none;
	outline: 0;
}
.dropdown-filter {
    position: relative;
    z-index: 1;
}
.dropdown-filter::after {
    content: "";
    background-image: url(images/select-down-arrow.svg);
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 11px;
    right: 16px;
    z-index: 0;
}
.filter-2 label,
.available-filter-title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 500;
}
#available-filter label {
    font-size: 14px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 400;
}
#frei-input {
    width: 24px;
    height: 24px;
    background-color: var(--primary-light-bg);
    border: 1px solid #CBEA7B;
    border-radius: 0;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#frei-input:checked {
    background-image: url(images/check.svg);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    height: 20px;
    width: 20px;
    background-color: var(--primary-color);
    top: -8px;
    border: 0;
}
.ui-slider-handle:focus-visible {
    outline: 0;
}
.ui-widget-header {
    background-color: var(--primary-light-bg);
    border: 1px solid #CBEA7B !important;
    height: 6px !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #CBEA7B !important;
    height: 6px !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
}
.price-range-wrap {
    width: 94%;
    margin: 0 auto;
}
.wohnung-row.hovered td  {
    background: var(--primary-color); 
    color: #fff !important;
    border-color: var(--primary-color);
}
.floor {
    -o-transition: all .6s ease;
    transition:
        all .6s ease;
    -webkit-transition:
        all .6s ease;
    -ms-transition: all .6s ease;
}
.floor.moveup {
    -ms-transform: translate(0, -350px);
    transform: translate(0, -350px);
    -webkit-transform: translate(0, -120px);
}
#Roof.moveup {
    -ms-transform: translate(325.76859px, -354.0989619px);
    transform: translate(325.76859px, -354.0989619px);
    -webkit-transform: translate(325.76859px, -124.0989619px);
}
.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(--primary-color) !important;
  stroke: #fff !important;
}

.modal-box {
    margin-top: 32px;
}
.modal-content {
    padding: 32px;
    gap: 32px;
}
.modal-header {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.modal-footer {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.modal-footer, .modal-header {
    border-color: var(--black);
}
.modal-footer .btn-green {
    font-size: 16px;
}
.modal-backdrop.show {
    opacity: 0;
	display: none;
}
.modal .btn-close {
    filter: invert(1);
    transition: all 0.3s ease-in-out;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.pdf-img path {
    transition: all .3s ease-in-out;
}
/* .wohnung-row:hover .pdf-img path {
    fill: var(--primary-light-bg);
} */

.language-switcher {
    gap: 20px;
}
.lang-switcher-item {
    position: relative;
}
.lang-switcher-item:first-child::after {
    background-color: #FFFFFF4A;
    content: "";
    width: 2px;
    height: 80%;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.lang-switcher-item .nav-link {
    color: #0000004A !important;
    text-shadow: none !important;
}
.lang-switcher-item .nav-link:hover {
    color: #000 !important;
}
.lang-switcher-item .nav-link.lang-active {
    color: #000000 !important;
}
.lang-switcher-item:first-child::after {
    background-color: #0000004A !important;
}
body:not(.home) .navbar-brand img,
.navbar.scrolled .navbar-brand img {
/* 	filter: brightness(0) saturate(100%) invert(16%) sepia(11%) saturate(2387%) hue-rotate(329deg) brightness(100%) contrast(87%); */
}

.wohnungen-table th:first-child,
.wohnungen-table td:first-child {
	text-align: start;
	vertical-align: middle;
}
.row-open {
	background-color: var(--primary-color);
	color: #FFFFFF;
}
.row-open td {
	color: #FFFFFF;
}
.row-open .toggle-row svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
}

html :where(.wp-block) {
	max-width: 100% !important;
	margin-top: 0 !important;;
	margin-bottom: 0 !important;
}
@media (min-width: 576px) {
    .services-swiper-container{
        --container-plus-right: 540px;
        max-width: calc(var( --container-plus-right) + ((100% - var( --container-plus-right) )/2));
    }
    .footer-lower-part.body-margin {
        margin-left: 20px;
        margin-right: 20px;
    }
    .kontakt-photo-box {
        width: 203px;
        height: 206px;
        max-width: none;
    }
    .kontakt-person-wrapper {
        gap: 45px;
        text-align: start;
    }
    .kontakt-info-box {
        align-items: flex-start;
    }
	.table-box {
		padding: 16px;  
	}
	.lage-table td {
		padding: 15px 8px;
	}
	.lage-table tr td:first-child {
		font-size: 14px;
	}
	.lage-table td .table-pill {
		font-size: 12px;
	}
	.th-ziel {
		padding: 8px!important;
	}
}
@media (min-width: 768px){
	:root {
		--nav-h: 99px;
	}
	.navbar-brand {
    	max-width: 180px;
	}
    .services-swiper-container { 
        --container-plus-right: 720px;
    }
    .swiper-pagination {
        max-width: 294px;
    }
}
@media (min-width: 992px) {
	:root {
		--nav-h: 95px;
	}
    .location-info {
        margin-top: 70px;
    }
    .hero-text {
        font-size: 24px;
    }
	.hero-title {
		font-size: 48px;
	}
    .hero-btn {
        padding: 32px 20px 32px 30px;
    }
    .navigation.collapsed {
        opacity: 1;
        visibility: visible;
    }
    .navigation {
        position: static;
        background-color: transparent;
        padding: 0;
    }
    .navigation a {
        color: var(--black);
    }
    .no-hero-body .navigation a {
        color: #fff;
		text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.5);
    }
    .navigation a:hover::after {
        transform: scaleX(100%);
    }
    .navigation a::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.45%, #000 24.82%, #000 76.15%, rgba(0, 0, 0, 0) 100%);
        opacity: 1;
        bottom: -3px;
    }
	.no-hero-body .navigation a::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.45%, #fff 24.82%, #fff 76.15%, rgba(0, 0, 0, 0) 100%);
	}
    .navbar {
        padding-top: 85px;
        padding-bottom: 0px;
    }
    .navbar.scrolled {
        padding-top: 20px;
        padding-bottom: 20px;
        & .navigation a{
            color: var(--white);
			text-shadow: none;
        }
        & .navigation a::after {
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.45%, #fff 24.82%, #fff 76.15%, rgba(0, 0, 0, 0) 100%);
        }
    }
    .services-swiper-container { 
        --container-plus-right: 960px;
    }
    .location-info,
    .privacy-pages a {
        font-size: 20px;
    }
    .privacy-pages a, 
    .footer-navigation a {
        position: relative;
    }
    .privacy-pages a::after,
    .footer-navigation a::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.45%, #656565 24.82%, #5B5B5B 76.15%, rgba(0, 0, 0, 0) 100%);
        bottom: -3px;
        left: 0;
        transform: scaleX(0%);
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }
	.info-footer-loc {
		gap: 100px;
	}
    .privacy-pages a:hover::after,
    .footer-navigation a:hover:after {
        transform: scaleX(100%);
        opacity: 1;
    }
	.lage-table td {
		padding: 25px 8px;
	}
	.lage-section .editor {
		max-width: 714px;
		margin: 0 auto;
	} 
	.lage-section .editor p {
		font-size: 16px;
	}
/* 	.lage-table th:first-child {
		width: 217px;
	} */
	.lage-section .map-text {
		margin-top: 60px;
	}
	
	/*  DOWNLOADS  */
	.downloads-section {
		padding: 100px 0;
	}
	
	
	.dwn-btn {
		font-size: 20px;
	}
	
	 .lang-switcher-item .nav-link {
        color: #FFFFFF4A !important;
        text-shadow: none !important;
    }
    .lang-switcher-item .nav-link:hover {
        color: #FFFFFF !important;
        text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.5) !important;
    }
    .lang-switcher-item .nav-link.lang-active {
        color: #FFFFFF !important;
        text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.5) !important;
    }
    .lang-switcher-item:first-child::after {
        background-color: #FFFFFF4A !important;
        content: "";
        width: 2px;
        height: 80%;
        right: -11px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
    body:not(.home) .lang-switcher-item .nav-link,
    .navbar.scrolled .lang-switcher-item .nav-link {
        color: #FFFFFF4A !important;
        text-shadow: none !important;
    }
    body:not(.home) .lang-switcher-item .nav-link:hover,
    .navbar.scrolled .lang-switcher-item .nav-link:hover {
        color: #fff !important;
    }
    body:not(.home) .lang-switcher-item .nav-link.lang-active,
    .navbar.scrolled .lang-switcher-item .nav-link.lang-active {
        color: #FFFFFF !important;
    }
    body:not(.home) .lang-switcher-item:first-child::after,
    .navbar.scrolled .lang-switcher-item:first-child::after {
        background-color: #FFFFFF4A !important;
    }
/* 	.navbar .navigation {
		margin-bottom: 30px;
	} */
	.navbar.scrolled .navigation {
		margin-bottom: 0;
	}
	.wohnungen-table th {
		padding: 20px 2px;
	}
	footer {
		padding-top: 89px;
	}
	.navigation {
		box-shadow: none;
		transition: none;
	}
}
/* 992-1199: navigacija ne stane pored logotipa, ide u svoj red */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-lower-part .row > .col-lg-6 {
		width: 100%;
	}
	.footer-lower-part .row > .col-lg-6.justify-content-lg-end {
		justify-content: flex-start !important;
	}
	.footer-navigation {
		margin-top: 24px;
	}
}
@media (min-width: 1200px){
    .services-swiper-container { 
        --container-plus-right: 1140px;
    }
	.wohnungen-table {
		/* table-layout: fixed; */
		min-width: 550px;
	}
/*     	.wohn-table-box {
		height: 700px !important;
		scroll-behavior: smooth;
		overflow: auto;
	} */
/* 	.wohn-table-box thead::before {
		content: '';
		background-color: var(--primary-light-bg);
		top: -20px;
		left: 0;
		width: 100%;
		height: 50px;
		position: absolute;
		z-index: -1;
	}
	.wohnungen-table thead {
 		position: sticky;
		z-index: 3;
		top: 0;
	} */
	.table-box {
/*  		box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1); */
	}
	
	.wohn-head {
		padding-inline: 3px;
	}
	.hero-title {
		margin-bottom: 14px;
	}
	.wohnungen-table .last-th {
/* 		border-top-right-radius: 0; */
		padding-right: 2px;
/* 		border-bottom-right-radius: 0; */
	}
	.wohnungen-table .last-th-desktop {
/* 		border-top-right-radius: 12px; */
		padding-right: 10px;
/* 		border-bottom-right-radius: 12px; */
	} 
	.footer-navigation {
		gap: 34px !important;
	}
	.kontakt-name {
		font-size: 24px;
	}
	.contact-top-row {
		padding-bottom: 55px;
	}
	.kontakt-person-wrapper {
		align-self: flex-start;
		margin-top: 120px;
	}
}
@media (min-width: 1400px){
    .services-swiper-container { 
        --container-plus-right: 1500px;
    }
}
@media (min-width: 1920px) {
    .hero-section {
        margin-left: auto;
        margin-right: auto;
    }
    .body-margin {
        margin-left: auto;
        margin-right: auto;
    }

}
/* Mobitel: tablica Mietangebot mora stati u sirinu ekrana (skraceni naslovi su u blocks/angebot.php) */
@media (max-width: 575.98px) {
	.wohnungen-table td {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	.wohnungen-table th:first-child {
		padding-left: 6px;
	}
	.wohnungen-table .last-th {
		padding-right: 6px;
	}
	.table-box {
		overflow-x: auto;
	}
	/* Hero: dugme ide preko cijele sirine ispod slike */
	.btn-wrap {
		/* left/right 0 da se lijevi i desni border dugmeta ne odsijecaju (hero ima overflow: hidden) */
		left: 0;
		right: 0;
		padding-left: 0;
	}
	.hero-btn {
		width: 100%;
		justify-content: space-between;
		font-size: 20px;
		padding: 32px 16px 32px 24px;
	}
	.hero-btn img {
		width: 24px;
		height: 24px;
		margin-left: 12px;
	}
}

/* ---------------------------------------------------------------
   Vorschaubild der ACF-Bloecke im Block-Inserter (nur Editor).
   Der Block-Editor entfernt style-Attribute aus dem ACF-Preview-Markup,
   darum muss die Groesse hier aus dem CSS kommen - sonst wird das Bild
   in Originalgroesse gerendert und rechts abgeschnitten.
   --------------------------------------------------------------- */
.acf-block-preview > figure {
	margin: 0;
}

.acf-block-preview > figure > img {
	display: block;
	width: 100%;
	height: auto;
}
