/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Citybau Theme
 Author:         HORISEN
 Author URI:     https://www.horisen.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 {
    color: #506345;
}
h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}
h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 200;
}
h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
	padding-bottom: 0;
}
h4 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}
h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #695f51;
}
h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
	color: #000;
}
p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
strong {
    color: #695f51;
}
.et_pb_text_inner a {
    color: #506345;
    font-weight: 500;
}
ul {
    margin-left: 20px;
}
ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
ul li::marker {
    color: #695f51;
}
body.et_button_no_icon .et_pb_button,
body.et_button_no_icon .et_pb_button:hover {
    font-weight: 400;
    padding: 0 30px !important;
	font-size: 22px;
}
@media screen and (min-width: 981px) {
	h1 {
		font-size: 42px;
		line-height: 50px;
	}
	h2 {
		font-size: 64px;
		line-height: 76px;
	}
	h3 {
		font-size: 36px;
		line-height: 42px;
	}
	h4 {
		font-size: 40px;
		line-height: 46px;
	}
	p {
		font-size: 18px;
    	line-height: 26px;
	}
	body.et_button_no_icon .et_pb_button,
	body.et_button_no_icon .et_pb_button:hover {
		font-size: 30px;
	}
}



/* THEME ELEMENTS */
.et_pb_module.et_clickable p {
    font-weight: 700 !important;
    text-decoration: underline;
    color: #506345;
}
.no-padding .et_pb_text_inner * {
	padding: 0 !important;
}
.text-highlight p {
    color: #506345;
    text-decoration: none !important;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
	body {
		margin-top: 70px;
	}
	.et_pb_row {
		width: 90%;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	body {
		margin-top: 52px;
	}
}
@media screen and (min-width: 981px) {
	body {
		margin-top: 107px;
	}
}



/* HEADER */
.header-stage p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
div#header-main .et_pb_row--with-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#header-main .et_pb_row--with-menu .et_pb_column:first-child {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
}
div#header-main .et_pb_row--with-menu .et_pb_column:first-child .et_pb_module.et_pb_image {
	width: auto !important;
	margin-bottom: 0;
	margin-right: 15px;
}
div#header-main .header-title {
    display: flex;
    align-items: center;
}
div#header-main .header-title p {
    font-weight: 400;
    color: #506345;
    font-size: 20px;
}
.et_pb_menu .et_mobile_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding-top: 140px;
	margin: 0;
    text-align: center;
	overflow-x: scroll;
}
.et_mobile_menu li a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #384d37;
	border: none;
	border-bottom: 2px solid #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none;
	width: auto;
    display: inline-block;
	padding: 0;
    margin-bottom: 20px;
}
.et_mobile_menu li a:hover {
	background-color: #fff;
	opacity: 1;
}
.mobile_nav li.current-menu-item a {
	border-color: #93a091;
}
@keyframes fadeIn {
    0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-close {
    position: absolute;
    top: 60px;
    right: calc(5% + 6px);
    height: 50px;
    width: 50px;
	animation: fadeIn .7s ease-out;
    opacity: 0;
    visibility: hidden;
}
.mobile_nav.opened .custom-close {
    opacity: 1;
    visibility: visible;
}
.et_pb_menu__wrap .mobile_menu_bar:before {
    content: url(/wp-content/uploads/2025/06/city-bau_icons_menu.svg);
    height: 50px;
    width: 50px;
    display: block;
    top: 0;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: none;
}
header,
.et_pb_section_0_tb_header {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
header.scrolled div#header-main {
	box-shadow: 0px -4px 10px #000;
}
@media screen and (max-width: 980px) {
	.et_pb_image_0_tb_header .et_pb_image_wrap img {
        width: 180px !important;
		max-height: 65px;
		object-position: left;
        object-fit: contain;
    }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	div#header-main .et_pb_row--with-menu {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	.et_pb_image_0_tb_header .et_pb_image_wrap img {
        width: 120px !important;
    }
	.et_pb_menu__wrap .mobile_menu_bar:before {
		height: 30px;
		width: 30px;
	}
	.et_pb_menu .et_mobile_menu {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.custom-close {
		top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.custom-close {
		position: fixed;
		right: calc(10% + 6px);
	}
}
@media screen and (min-width: 981px) {
	div#header-main .et_pb_row--with-menu .et_pb_column:first-child .et_pb_module.et_pb_image {
		width: 260px !important;
	}
	.header-stage p {
		font-size: 21px;
		line-height: 24px;
	}
	div#header-main .et_pb_row--with-menu:after {
		content: none;
	}
	div#header-main .et_pb_row--with-menu .et_pb_column:first-child {
		width: 260px;
		transition: all .2s ease;
	}
	div#header-main .header-title {
		display: none;
	}
	div#header-main .et_pb_row--with-menu .et_pb_column:last-child {
		width: auto;
		align-content: center;
	}
	ul#menu-main-menu li:last-child {
		padding-right: 0;
	}
	ul#menu-main-menu li a {
		font-size: 22px;
		line-height: 24px;
		font-weight: 300;
		padding-bottom: 5px;
		border-bottom: 2px solid #fff;
	}
	ul#menu-main-menu li a:hover,
	ul#menu-main-menu li.current-menu-item a {
		opacity: 1;
		border-color: #93a091;
	}
	header.scrolled div#header-main .et_pb_row--with-menu .et_pb_column:first-child {
		width: 180px;
	}
	header.scrolled div#header-main {
		box-shadow: 0px -4px 10px #000;
    }
	header.scrolled div#header-main .et_pb_row--with-menu {
        padding-top: 10px !important;
    	padding-bottom: 10px !important;
    }
}



/* SLIDER */
.et_pb_slide {
    height: 70vh;
}
@media screen and (min-width: 981px) {
	.et_pb_slide {
		height: 70vh;
	}
}



/* INTRO TEASER */
.intro-teaser {
	top: -50px;
	z-index: 100;
	margin-bottom: -50px;
}
.intro-teaser .et_pb_row:after {
	content: none;
}
.intro-teaser p {
	font-size: 14px;
	line-height: 18px;
}
.intro-teaser strong {
    color: #506345;
}
@media screen and (max-width: 980px) {
	.intro-teaser .et_pb_row {
		width: 100%;
		justify-content: space-evenly;
	}
	.intro-teaser .et_pb_row .et_pb_column {
		width: 30% !important;
		margin-bottom: 10px !important;
		margin-right: 0;
	}	
	.intro-teaser p strong {
		font-weight: 500;
	}
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	.intro-teaser .et_pb_row .et_pb_column {
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 981px) {
	.intro-teaser {
		top: 0;
		transform: translateY(-50%);
		margin-bottom: -50px;
	}
	.intro-teaser .et_pb_row {
		display: flex;
		justify-content: space-between;
	}
	.intro-teaser .et_pb_row .et_pb_column {
		width: 16%;
        margin-right: 0;
	}
	.intro-teaser p {
		font-size: 21px;
    	line-height: 26px;
	}
}



/* TEASER BOX */
.teaser-box {
	display: flex;
	justify-content: space-between;
}
.teaser-box:after {
	content: none;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	.contact-card .et_pb_row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.contact-card .et_pb_row:after {
		content: none;
	}
	.contact-card .et_pb_row .et_pb_column {
		width: 47%;
	}
	.contact-card .et_pb_row .et_pb_column:first-child .et_pb_module span {
		height: auto !important;
	}
}
@media screen and (max-width: 980px) {
	.teaser-box .et_pb_column {
		width: 48% !important;
		margin-bottom: 15px !important;
		margin-right: 4% !important;
	}
	.teaser-box .et_pb_column:nth-child(even){
		margin-right: 0 !important;
	}
}
@media screen and (min-width: 981px) {
	.teaser-box .et_pb_column {
		width: 24% !important;
        margin-right: 0;
	}
}



/* CONTACT CARD */
.contact-card .et_pb_row .et_pb_column:first-child .et_pb_module,
.contact-card .et_pb_row .et_pb_column:first-child .et_pb_module span {
    width: 100%;
    height: 100%;
}
.contact-card .et_pb_row .et_pb_column:first-child .et_pb_module span img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.contact-card h4 {
	padding-bottom: 0;
}
.contact-card .contact-card-logo {
    max-width: 200px;
}
body.et_button_no_icon .contact-card .et_pb_button {
	padding: 0 25px !important;
}
.contact-card .et_pb_text_inner {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.contact-card .et_pb_text_inner a {
	font-weight: 300;
}
@media screen and (min-width: 981px) {
	.contact-card .et_pb_row .et_pb_column:first-child {
		height: 480px;
		width: 55%;
		margin-right: 130px;
	}
	.contact-card .et_pb_row .et_pb_column:last-child {
		width: calc(45% - 130px);
	}
}


/* HERO DISTURBER */
.hero-dist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hero-dist .et_pb_column {
    margin: 0;
    width: 31.5%;
    aspect-ratio: 1 / .8;
}
.hero-dist .et_pb_column .et_pb_module, .hero-dist .et_pb_column .et_pb_module .et_pb_image_wrap {
    height: 100%;
}
.hero-dist .et_pb_column .et_pb_module img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hero-dist-nav {
    display: none;
}
@media screen and (max-width: 980px) and (orientation: portrait) {
	.image-hero-disturber {
		overflow: hidden;
		width: 100vw;
		position: relative;
	}
	.hero-dist {
		display: flex;
		transition: transform 0.5s cubic-bezier(.77,0,.18,1);
		will-change: transform;
		padding-bottom: 0;
		max-width: 100% !important;
	}
	.hero-dist .et_pb_column {
		flex: 0 0 85vw;
		margin-right: 5vw;
		box-sizing: border-box;
		background: #eee;
		min-height: 200px;
	}
	.hero-dist-nav {
		display: block;
	}
	.hero-dist-nav .et_pb_code_inner {
		display: flex	;
		justify-content: space-between;
	}
	.hero-dist-nav .et_pb_code_inner > div {
		height: 50px;
		width: 50px;
	}
}



/* DISTANE SECTION */
.distance-section .et_pb_row{
	padding-left: 23%;
	padding-right: 10%;
}
.distance-section h3 {
    font-weight: 400;
}
.dist-background {
	padding: 0 !important;
}
.dist-background img {
	aspect-ratio: auto;
	object-fit: cover;
	object-position: right;
}
/* .dist-background:before {
    content: url(/wp-content/uploads/2025/06/city-bau_map-pin.svg);
    height: auto;
    width: 10%;
    position: absolute;
    top: 35%;
    right: 54%;
    z-index: 10;
} */
@media screen and (max-width: 980px) {
	.distance-section {
		padding: 0 !important;
		display: flex;
    	flex-direction: column;
	}
	.distance-section .et_pb_row {
		padding-left: 5%;
		padding-right: 5%;
	}
	.distance-section .et_pb_row p {
		font-size: 16px;
		line-height: 26px;
	}
	.dist-background {
		order: 100;
	}
}
@media screen and (min-width: 981px) {
	.distance-section {
		padding-right: 57%;
	}
	.dist-background {
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		z-index: 0;
		max-height: 100% !important;
    	overflow: hidden;
		height: 100%;
	}
	.dist-background * {
		height: 100%;
	}
/* 	.dist-background:before {
		width: 4%;
		top: 36%;
		right: 26%;
	} */
}


/* INFO TABLE */
.info-table {
	align-items: center;
}
.info-table .et_pb_column {
    display: flex;
    flex-direction: row;
	border-bottom: 1px solid #495f46;
}
.info-table .et_pb_column .et_pb_module {
	width: 15%;
	margin-bottom: 0;
}
.info-table .et_pb_column .et_pb_module:first-child {
	width: 55%;
}
.info-table.table-icons {
	align-items: center;
}
.info-table p {
	padding-bottom: 5px !important;
}
.info-table.table-icons .et_pb_module {
	margin-right: 0;
	margin-bottom: 5px;
}
.info-table.table-icons .et_pb_module:nth-child(2) {
  margin-left: auto;
}
.info-table.table-icons .et_pb_column .et_pb_module:first-child {
	width: auto;
}
.info-table.table-icons img {
    height: 32px;
    display: block;
	margin-left: 12px;
}
.info-table.table-icons .et_pb_column .et_pb_module:first-child img {
	margin-left: 0;
}



/* PROGRESS SECTION */
.progress-section-img {
	position: relative;
}
body:not(.et-fb)  .progress-section .progress-section-text {
    width: 100%;
    padding: 30px 20%;
}
.progress-section .progress-section-text .et_pb_column {
	width: auto;
}
.progress-section-text .et_pb_column .et_pb_module:not(:first-child)  {
	margin-bottom: 0;
}
.progress-section-text .et_pb_column .et_pb_module:not(:first-child):before {
  	content: "";
    position: absolute;
    top: 4px;
    left: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #695f51;
	z-index: 100;
}
.progress-section-text .et_pb_column .et_pb_module.checked:before {
    background: #495f46;
    border: 1px solid #495f46;
}
.progress-section-text .et_pb_column .et_pb_module.checked:after {
	content: "";
    position: absolute;
    left: -6px;
    top: 12px;
    width: 13px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
	z-index: 101;
}
.progress-section-text .et_pb_column .et_pb_module p:first-child {
    padding: 0;
	padding-top: 4px;
    font-weight: 400;
    color: #4b4c4e;
}
.progress-section-text .et_pb_column .et_pb_module:not(:first-child) .et_pb_text_inner {
	padding-left: 40px;
	margin-bottom: 0;
    padding-bottom: 20px;
}
.progress-section-text .et_pb_column .et_pb_module:not(:first-child) .et_pb_text_inner:after {
    content: "";
    border-left: 1px solid #495f46;
    position: absolute;
    left: 0;
    top: 20%;
    height: 90%;
}
.progress-section-text .et_pb_column .et_pb_module:last-child .et_pb_text_inner:after {
	content: none;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	body:not(.et-fb)  .progress-section {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	body:not(.et-fb) .progress-section .et_pb_row {
		margin: 0 !important;
	}
	body:not(.et-fb) .progress-section .progress-section-text {
		width: 35%;
        padding-right: 0 !important;
        padding-left: 0;
        order: 1;
        display: flex;
        justify-content: center;
	}
	body:not(.et-fb) .progress-section .progress-section-img {
		width: 65%;
		padding: 0 !important;
		order: 2;
	}
	body:not(.et-fb) .progress-section .progress-section-img * {
		height: 100%;
	}
	body:not(.et-fb) .progress-section .progress-section-img img {
		object-fit: cover;
	}
}

@media screen and (min-width: 981px) {
	body:not(.et-fb) .progress-section .progress-section-text {
		position: absolute;
		width: 28%;
		height: 100%;
		left: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: end;
		padding-right: 140px;
	}
}



/* CUSTOM TABLE */
.custom-table {
	max-width: 820px;
	padding: 0 !important;
	border-bottom: 1px solid #495f46;
}
.custom-table .et_pb_column {
    display: flex;
    flex-direction: row;
}
.custom-table .et_pb_column .et_pb_module {
    width: 12.5%;
	margin: 0;
    padding: 10px 0;
}
.et-fb .custom-table .et_pb_column .et_pb_module {
    padding: 40px 0;
	text-align: center;
}
.et-fb .parking-table .et_pb_column {
    padding: 30px 0;
}
.custom-table .et_pb_column .et_pb_module:first-child {
    width: 10%;
}
.custom-table .et_pb_column .et_pb_module:last-child {
    width: 11%;
}
.custom-table .et_pb_column .et_pb_module:nth-child(4), 
.custom-table .et_pb_column .et_pb_module:nth-child(5), 
.custom-table .et_pb_column .et_pb_module:nth-child(6), 
.custom-table .et_pb_column .et_pb_module:nth-child(7) {
	width: 15%;
}
.custom-table .et_pb_column .et_pb_module:first-child:after {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
	top: calc(50% - 12px);
}
.custom-table .et_pb_column .et_pb_module.available:after {
    background-color: #495f46;
}
.custom-table .et_pb_column .et_pb_module.reserved:after {
	background-color: #cfa533;
}
.custom-table .et_pb_column .et_pb_module.sold:after {
	background-color: #a7464d;
}
.custom-table img {
    width: 25px !important;
}
.custom-table.table-header p {
    font-size: 16px;
	line-height: 22px;
    font-weight: 400;
}
.custom-table.table-header .et_pb_column .et_pb_module{
	padding: 0 !important;
}
.custom-table.table-header .et_pb_column .et_pb_module:after {
	content: none;
}
.parking-table {
    display: flex;
    flex-direction: row;
}
.parking-table .et_pb_column {
    width: 30%;
	margin-bottom: 0;
}
.parking-table .et_pb_column:nth-child(2) {
    width: 25%;
}
.parking-table .et_pb_column:first-child p {
    font-weight: 400;
}
.legend-bar {
    display: flex;
    flex-direction: row;
}
.legend-bar .et_pb_column {
    width: auto;
    padding-left: 30px;
	margin-bottom: 0 !important;
	margin-right: 20px;
}
.legend-bar .et_pb_column:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background: red;
    border-radius: 50%;
}
.legend-bar .et_pb_column:first-child:after {
	background-color: #495f46;
}
.legend-bar .et_pb_column:nth-child(2):after {
	background-color: #cfa533;
}
.legend-bar .et_pb_column:last-child:after {
	background-color: #a7464d;
}
@media screen and (max-width: 767px) {
	.building-detail {
		overflow-x: scroll;
		padding-bottom: 10px;
    	margin-left: 5%;
	}
	.building-detail::-webkit-scrollbar {
		height: 5px;
		background: #dbdbdc;
		border: none;
	}
	.building-detail::-webkit-scrollbar-thumb {
		background: #4b4c4d;
	}
	.custom-table {
		width: 700px;
		margin: 0 !important;
		margin-right: 20px !important;
	}
	.parking-table .et_pb_column {
		width: 33.3% !important;
		display: flex	;
		align-items: flex-end;
		margin-bottom: 3px !important;
		justify-content: flex-end;
	}
	.parking-table .et_pb_column:first-child {
		justify-content: flex-start;
	}
}



/* CUSTOM GALLERY */
.custom-gallery .et_pb_module {
    padding-bottom: 30px;
}
.custom-gallery .et_pb_gallery_item, 
.custom-gallery .et_pb_gallery_image, 
.custom-gallery .et_pb_gallery_image img {
    max-height: 90vh !important;
}
.custom-gallery .et_pb_gallery_image img {
    object-fit: cover;
}
.custom-gallery .et-pb-arrow-prev {
    left: 35px !important;
    opacity: 1;
	top: auto;
    bottom: 55px;
}
.custom-gallery .et-pb-arrow-prev:before {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/06/city-bau_icons_arrow-previous.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.custom-gallery .et-pb-arrow-next {
    right: 35px !important;
    opacity: 1;
	top: auto;
    bottom: 55px;
}
.custom-gallery .et-pb-arrow-next:before {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/06/city-bau_icons_arrow-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.custom-gallery .et-pb-controllers {
    bottom: -15px;
}
.custom-gallery .et-pb-controllers a {
    width: 20px;
    height: 4px;
	background-color: #5e635e;
    margin-right: 18px;
}
.custom-gallery .et-pb-controllers a.et-pb-active-control {
    width: 40px;
	background-color: #384d37;
}
.mfp-bg, .mfp-wrap {
    background: #555757;
}
.mfp-content {
    width: 100%;
}
.mfp-figure figure {
    background: #555757;
}
img.mfp-img {
    width: 80%;
    object-fit: cover;
	padding: 5% 0;
}
.mfp-bottom-bar {
    width: auto;
    top: 40px;
    left: 5%;
    margin-top: 0;
}
.mfp-title {
    display: none;
}
.mfp-counter {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.mfp-image-holder .mfp-close {
    width: auto;
    top: 30px !important;
    right: 30px;
	opacity: 1;
    color: #555757;
}
button.mfp-close:after {
    content: url(/wp-content/uploads/2025/06/city-bau_galerie_close.svg);
    background-color: #555757;
    height: 39px;
    width: 30px;
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
}
button.mfp-arrow {
    opacity: 1;
	width: 70px !important;
    height: auto !important;
}
.mfp-arrow-right {
    right: calc(5% - 35px);
}
.mfp-arrow-right:after {
    content: url(/wp-content/uploads/2025/06/city-bau_icons_arrow-next.svg);
}
.mfp-arrow-left {
    left: calc(5% - 35px) !important;
}
.mfp-arrow-left:after {
    content: url(/wp-content/uploads/2025/06/city-bau_icons_arrow-previous.svg);
}
@media screen and (max-width: 767px) {
	.mfp-content {
        padding-top: 100px;
    }
	img.mfp-img {
		aspect-ratio: 1 / 1.6;
	}
	button.mfp-arrow {
        margin-top: -85px !important;
    }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	.mfp-content {
        padding-top: 10px;
        width: 86%;
        margin-left: 7%;
    }
	img.mfp-img {
        width: 90%;
        aspect-ratio: auto;
		height: 95vh;
    }
	button.mfp-arrow {
        margin: -100px 30px 0 !important;
    }
}
@media screen and (max-width: 980px) {
	.custom-gallery .et-pb-arrow-prev {
		left: 15px !important;
		bottom: 50px;
	}
	.custom-gallery .et-pb-arrow-next {
		right: 15px !important;
		bottom: 50px;
	}
	.custom-gallery .et-pb-arrow-prev:before,
	.custom-gallery .et-pb-arrow-next:before {
		width: 65px;
		height: 30px;
	}
	.custom-gallery .et_pb_gallery_item,
	.custom-gallery .et_pb_gallery_image,
	.custom-gallery .et_pb_gallery_image img {
		max-height: 90vh !important;
		aspect-ratio: 1 / 0.8;
		object-fit: cover;
		width: 100%;
	}
	.custom-gallery .et-pb-controllers {
		bottom: 0;
	}
	.custom-gallery .et-pb-controllers a {
		width: 15px;
		height: 3px;
		margin-right: 10px;
	}
	.custom-gallery .et-pb-controllers a.et-pb-active-control {
		width: 30px;
	}
	.mfp-container.mfp-image-holder.mfp-s-ready {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		align-content: flex-start;
	}
	.mfp-container:before {
		content: none;
	}
	.mfp-figure:after {
		content: none;
	}
	.mfp-figure figure {
		background: transparent;
	}
	.mfp-wrap {
		position: fixed !important;
		height: 100vh !important;
		top: 0 !important;
		background: rgba(85, 87, 87, .8);
	}
	.mfp-image-holder .mfp-close {
		position: fixed !important;
	}
	.mfp-counter {
		position: fixed;
		left: 5%;
		top: 45px;
		font-size: 26px;
	}
	img.mfp-img {
		width: 90%;
	}
	button.mfp-arrow {
		width: 70px !important;
        height: 70px !important;
        position: relative !important;
        top: 0 !important;
	}
	.mfp-arrow-right:after {
		height: 100% !important;
		width: 100% !important;
		display: block;
	}
	.mfp-arrow-left {
		left: 9% !important;
		bottom: 100px;
	}
	.mfp-arrow-right {
		right: 9% !important;
		bottom: 100px;
	}
}



/* IFRAME VIDEO */
.iframe-video .et_pb_code_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.iframe-video .et_pb_code_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ACCORDION */
.et_pb_module.et_pb_accordion .et_pb_module {
    border: none;
    background-color: #fff;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 10px;
}
.et_pb_module.et_pb_accordion .et_pb_module h5.et_pb_toggle_title {
    font-size: 24px;
    color: #695f51 !important;
	font-weight: 500;
}
.et_pb_module.et_pb_accordion .et_pb_module h5.et_pb_toggle_title:before {
	content: "+";
    font-family: Arial, sans-serif !important;
    right: auto;
    left: -20px;
    display: block;
    font-size: 20px;
    color: #506345;
}
.et_pb_module.et_pb_accordion .et_pb_module.et_pb_toggle_open h5.et_pb_toggle_title:before {
	content: "-";
	top: 12px;
	left: -18px;
}
.et_pb_module.et_pb_accordion .et_pb_module p {
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 980px) {
	.et_pb_module.et_pb_accordion .et_pb_module h5.et_pb_toggle_title {
		font-size: 22px;
		margin-left: 20px;
	}
	.et_pb_toggle_content {
		padding-top: 5px;
	}
	.et_pb_module.et_pb_accordion .et_pb_module {
		padding-left: 0;
	}
}



/* CURRENT PROJECTS SECTION */
.current-projects .et_pb_module.et_pb_image {
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
}
.current-projects .et_pb_module.et_pb_image span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.current-projects .et_pb_module.et_pb_image span img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	.et_pb_row.current-projects {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.et_pb_row.current-projects:after {
		content: none;
	}
	.current-projects .et_pb_column {
		width: 47.5%;
	}
	.current-projects .et_pb_column h4 {
		font-size: 22px;
	}
}



/* CONTACT FORM */
span.wpcf7-list-item-label {
    font-size: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-text, 
span.wpcf7-form-control-wrap select.wpcf7-select, 
span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #695f51;
	border-radius: 0 !important;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 300;
}
span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    height: 170px !important;
    width: 100% !important;
}
.contact-gender {
    margin-bottom: 20px;
}
.wpcf7-radio span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 50px;
}
.wpcf7-radio span.wpcf7-list-item input[type="radio"] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #695f51;
    height: 20px;
    width: 20px;
    margin-left: 0;
    margin-right: 10px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    top: 3px;
}
.wpcf7-radio span.wpcf7-list-item input[type="radio"]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #506345;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000;
}
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:after {
    content: none;
    width: 14px;
    height: 14px;
    background: #506345;
    position: absolute;
    top: 3px;
    left: 3px;
}
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked:after {
    content: "";
}
.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
    margin-left: 30px;
}
.contact-confirm a {
    color: #695f51;
    text-decoration: underline;
	font-weight: 400;
}
.contact-confirm a:hover {
    text-decoration: none;
}
span.wpcf7-not-valid-tip {
    border-bottom: 1px solid red;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    overflow: hidden;
}
.contact-gender span.wpcf7-not-valid-tip {
    display: none;
}
.contact-confirm span.wpcf7-not-valid-tip {
    border: 1px solid red;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 30px;
    font-weight: 400;
    background-color: #fff;
    padding: 5px 45px;
    border: 2px solid #d2d9d3;
    color: #506345;
    margin-top: 20px;
    cursor: pointer;
    transition: all 300ms ease 0ms;
	border-radius: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #506345;
    border-color: #506345;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: red;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    text-align: left;
}
.contact-select span:after {
    content: url(/wp-content/uploads/2025/07/city-bau_icon_select-1.svg);
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    background: #fff;
    transform: rotate(-90deg);
	pointer-events: none;
}
@media screen and (max-width: 980px) {
	span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
		height: 150px !important;
	}
	input.wpcf7-form-control.wpcf7-submit {
		font-size: 20px;
	}
}



/* RESPONSIVE IFRAME */
@media screen and (max-width: 980px) {
	.responsive-iframe {
		height: 60vh !important;
	}
}



/* SHOWGLO */
#showglo-helper {
    width: 100%;
    height: calc(100% - 70px);
}
@media screen and (min-width: 1024px) {
	#showglo-helper {
		height: calc(100% - 107px);
	}
	.ns-sidebar {
		height: 100%;
	}
	.ns-wrapper {
		max-height: calc(100vh - 107px);
		position: relative;
	}
	.ns-segment--tabs {
		min-height: 30px !important;
	}
	.ns-sidebar__layer--3.is-active, .ns-sidebar__layer--4.is-active {
		box-shadow: none !important;
	}
}



/* FOOTER */
.footer-main {
    display: flex;
    flex-direction: row;
}
.footer-main .et_pb_column:first-child {
    width: 150px;
	margin-right: 30px;
}
.footer-main p {
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
}
body.et_button_no_icon .footer-main .et_pb_button {
    color: #fff;
    padding: 0 40px !important;
    border-width: 1px;
}
body.et_button_no_icon .footer-main .et_pb_button:hover {
	color: #506345 !important;
	background-color: #fff;
}
.footer-copyright p {
    font-size: 18px;
	line-height: 24px;
}
.footer-copyright .et_pb_column:last-child {
    display: flex;
    flex-direction: row;
}
.footer-copyright .et_pb_column:last-child p {
	text-decoration: underline;
    color: #fff;
    font-weight: 300 !important;
}
.footer-copyright .et_pb_column:last-child p:hover {
	opacity: .7;
}
.footer-copyright .et_pb_column:last-child .et_pb_module:first-child {
	margin-right: 10px;
	padding-right: 10px;
}
.footer-copyright .et_pb_column:last-child .et_pb_module:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    border-right: 1px solid #fff;
    height: 70%;
}
@media screen and (max-width: 980px) {
	.footer-main {
		justify-content: space-between;
	}
	.footer-main p {
		font-size: 26px;
		line-height: 34px;
		font-weight: 200;
	}
	.footer-main .et_pb_column:first-child {
		width: auto !important;
		margin-right: 30px;
		min-width: 68px;
	}
	.footer-copyright .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.footer-copyright .et_pb_column:last-child {
		margin-bottom: 5px;
	}
	.footer-copyright .et_pb_column:first-child p {
		font-size: 12px;
	}
}
@media screen and (min-width: 981px) {
	.footer-main .et_pb_column:first-child {
		margin-right: 150px;
	}
	.footer-copyright .et_pb_column:last-child {
		justify-content: end;
	}
	.footer-main p {
		font-size: 40px;
		line-height: 48px;
	}
}

















