/*
Theme Name: Über Gärten
Author: Portalworks
Version: 1.0.0
Text Domain: uebergaerten
*/

/* montserrat-300 - latin */
/* ibm-plex-sans-condensed-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: 'Soehne Schmal';
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/soehne-schmal-leicht.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-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: 'Soehne Schmal';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/soehne-schmal-buch.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/FoundersGrotesk-Regular.woff') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/metropolis.regular.otf') format('opentype');
}
/* ibm-plex-sans-condensed-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: 'Soehne Schmal';
	font-style: normal;
	font-weight: 700;
	src: url('assets/fonts/soehne-schmal-fett.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* domine-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: 'Domaine-Text';
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/domaine-text-light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* domine-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: 'Domaine-Text';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/domaine-text-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* domine-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: 'Domaine-Text';
	font-style: normal;
	font-weight: 700;
	src: url('assets/fonts/domaine-text-bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('assets/fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/***************************************************************
ROOT
***************************************************************/
:root {
	--font-primary: 'Domaine-Text', sans-serif; /* Domaine Text */
	--font-secondary: 'Soehne Schmal', sans-serif; /* Söhne Schmal */ 
	--font-tertiary: 'Open Sans', sans-serif;
	--font-fourth: 'Grotesk', sans-serif;
	--body-bg: #fff;
	--body-text-color: #000;
	--primary-color: #333;
	--secondary-color: #F59C2D;
	--tertiary-color: #ADAB93;
	--third-color: #817B73;
	--modal-preview-accent: #e0e7d8;
	--fourth-color: #adab93;
	--fifth-color: #817b73;
	--section-bg-primary: #E9E0D2;
	--section-bg-primary-half: rgba(233, 224, 210, 0.5);
	--section-bg-secondary: #B4BD9C;
	--section-bg-tertiary: #e7eae0;
	--editor-offset-lg: 40px;
	--bigger-editor-offset-lg: 80px;
	--bs-body-color-rgb: 0, 0, 0;
	--h1-size: 112px; /*112px*/
}

/*************************
BODY
**************************/
body.modal-open {
  padding-right: 0 !important;

	& .navbar {
		padding-right: 0 !important;
	}
}
html {
	scrollbar-gutter: stable;
}

.legend-text {
	font-size: 14px; 
	letter-spacing: 2%;
}

.primary-overlay {
	background-color: var(--primary-color);
	opacity: 0.3
}
.font-4 {
	font-family: var(--font-fourth);
}
body:not(.wp-admin) {
	background-color: var(--body-bg);
	font-family: var(--font-primary);
	color: var(--body-text-color);
	padding-top: 72px;
}
body:not(.wp-admin).hero-body {
	padding-top: 0;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #817B73;
}
hr.form-hr {
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #333;
	opacity: 1;
}
#wpadminbar {
	position: fixed;
}
.admin-bar .navbar {
	top: 46px;
}

html :where(.wp-block) {
	max-width: unset;
	margin: 0;
}

/*******************************
PRE-DEFINED CLASSES
********************************/
.border-light {
	border-color: rgba(255, 255, 255, 0.15) !important;
}
.sortable .sort-icon {
	cursor: pointer;
	margin-left: 5px;
	align-content width: auto;
	max-width: 7px;
	height: auto;
	filter: invert(1);
}
.sortable th {
	cursor: pointer; 
	user-select: none;
}
.filter-invert {
	filter: invert(1)
}
.editor {
	.h1, .h2, .h5, .h6, h1, h2, h5, h6 {
		font-family: var(--font-secondary);
	}
	
}

.editor {
	margin-bottom: 40px;
	& h2 {
		font-size: 48px;
		font-weight: 300;
		letter-spacing: 3%;
		/* text-transform: uppercase; */
		margin-bottom: 24px;
		line-height: 0.95;
	}
	& h3 {
		font-family: var(--font-secondary);
		font-weight: 300;
		color: #2B2A38;
		font-size: 56px;
		letter-spacing: 3%;
		margin-bottom: 24px;
	}
	& h4 {
		font-weight: 400;
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 24px;
		letter-spacing: 2%;
		text-transform: uppercase;
		font-family: 'Metropolis', sans-serif;
	}
	p {
		font-weight: 300;
		font-size: 16px;
		line-height: 1.35;
		margin-bottom: 24px;
	}
	p:last-of-type {
		margin-bottom: 0;
	}
	& h1 {
		font-size: 63px; /* 112px */
		letter-spacing: 3%;
		text-transform: uppercase;
		margin-bottom: 24px;
		font-weight: 300;
	}
	&.editor-lg {
		& h1 {
			font-size: 63px; /* 112px */
			letter-spacing: 3%;
			text-transform: uppercase;
			margin-bottom: 24px;
			font-weight: 300;
		}
		p {
			font-size: 16px;
		}
		p:last-of-type {
			margin-bottom: 0;
		}
	}
}

#privacy .editor {
	& h3 {
		margin-bottom: 0;
	}
}
.margin-top {
	margin-top: 40px !important;
}
.margin-top-bigger {
	margin-top: 40px;
}
.margin-bottom {
	margin-bottom: 40px !important;
}
.margin-left {
	margin-left: 40px;
}
.margin-right {
	margin-right: 40px;
}

.section-padding-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-padding-lg {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-light-green {
	background-color: var(--section-bg-tertiary);
}
.translate-x-middle {
	transform: translateX(-50%);
}
.translate-y-middle {
	transform: translateY(-50%);
}
a {
	color: var(--secondary-color);
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}
a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 24px;
	padding-right: 24px;
}
.btn {
	border-radius: 0;
	padding: 4px 8px;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 2%;
	line-height: 1;
	border: 0;
	width: 100%;
	/* text-transform: lowercase; optional*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all 0.15s ease-in-out;
	& .btn-icon {
		width: 8px;
		height: auto;
		& img,svg {
			width: auto;
			height: auto;
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}
	& .btn-icon.download-icon {
		width: 29px;
	}
	& .btn-text {
		position: relative;
		top: 2px;
	}
	&.btn-modal-preview {
		background-color: var(--secondary-color);
		color: #fff;
		justify-content: space-between;
		& .btn-icon {
			filter: invert(0);
			transition: all 0.2s ease-in-out;
		}
		&:hover {

			background-color: var(--modal-preview-accent);
			color: var(--body-text-color);
			& .btn-icon {
				filter: invert(1);
			}
		}
	}
}
.btn-primary {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--font-primary);
	font-family: var(--font-primary);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:first-child:active {
	background-color: var(--secondary-color);
}
.btn-primary.disabled, .btn-primary:disabled, fieldset:disabled .btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-with-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	& .plus-icon-btn {
		margin-right: 13px;
		width: 14px;
		height: 14px;
	}
}

.factsheet-png {
	border: 1px solid #000;
}

@media (min-width: 768px){
	.admin-bar .navbar {
		top: 32px;
	}
	.container.container-sm {
		max-width: 890px;
	}
	.btn {
		width: auto;
	}
	.btn.wpcf7-submit {
		width: auto;
		min-height: 34.5px;
	}
}
@media (min-width: 992px){
	.btn {
		&.btn-modal-preview {
			width: 50%;
		}
	}
	.offcanvas-body.active {
		& .lang-item {
			display: none;
		}
	}
	body:not(.wp-admin) {
		padding-top: 108px;
	}
	body:not(.wp-admin).hero-body {
		padding-top: 0;
	}
	.margin-top-bigger {
		margin-top: 80px;
	}
	body {

	}
	.position-lg-static {
		position: static !important
	}
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.gap-x-lg-80 {
		gap: 80px;
	}
	.margin-top.mt-lg-0 {
		margin-top: 0 !important;
	}
	.editor {
		margin-bottom: 0px;
		& h4, p, .btn, ul, ol {
			margin-left: var(--editor-offset-lg);
		}
		& h2 {
			font-size: 74px; /* 88px */
			letter-spacing: 2%;
			text-transform: none;
		}
		& p {
			font-size: 17px;
			letter-spacing: 2%;
		}
		&.editor-lg {
			& h4, p, .btn, ul, ol {
				margin-left: var(--bigger-editor-offset-lg);
			}
		}
		&.editor-lg {
			& h1 {
				font-size: 112px; /* 112px */
			}
			& p {
				font-size: 24px;
			}
		}
	}
	.editor.text-center,
	.editor.custom-margin-0 {
		& h4, p, .btn, ul, ol {
			margin-left: 0;
		}
	}
	.section-padding-sm {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-padding-lg {
		padding-top: 96px;
		padding-bottom: 96px;
	}
	.position-relative.position-lg-absolute,
	.position-lg-absolute {
		position: absolute !important;
	}
	.position-absolute.position-lg-relative,
	.position-lg-relative {
		position: relative !important;
	}
	.translate-lg-y-middle {
		transform: translateY(-50%);
		top: 50% !important;
	}
	.translate-lg-x-middle {
		transform: translateX(-50%);
		left: 50% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.margin-lg-left {
		margin-left: 40px;
	}
	.margin-lg-right {
		margin-right: 40px;
	}
	.margin-lg-top {
		margin-top: 40px;
	}
	.margin-lg-bottom {
		margin-bottom: 40px;
	}
	.margin-lg-x {
		margin: 0px 64px;
	}
}
@media (min-width: 1400px){
	.container,
	.container-fluid {
		max-width: 1336px;
	}
}

@media (min-width: 1800px){
	.max-screen {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.primary-bg {
	background-color: var(--primary-color);
}
.secondary-bg {
	background-color: var(--secondary-color);
}
.tertiary-bg {
	background-color: var(--tertiary-color);
}
.section-bg-primary {
	background-color: var(--section-bg-primary);
}
.section-bg-primary-half {
	background-color: var(--section-bg-primary-half);
}
.section-bg-secondary {
	background-color: var(--section-bg-secondary);
}
.third-bg {
	background-color: var(--third-color);
}
.fourth-bg {
	background-color: var(--fourth-color);
}
.fifth-bg {
	background-color: var(--fifth-color);
}

.accordion-bg-1 {
	background-color: rgba(173, 171, 147, 0.1);
}
.accordion-bg-2 {
	background-color: rgba(173, 171, 147, 0.2);
}
.accordion-bg-3 {
	background-color: rgba(173, 171, 147, 0.3);
}
.accordion-bg-4 {
	background-color: rgba(173, 171, 147, 0.4);
}
.accordion-bg-5 {
	background-color: rgba(173, 171, 147, 0.6);
}
.accordion-bg-6 {
	background-color: rgba(173, 171, 147, 0.8);
}
.accordion-bg-7 {
	background-color: rgba(173, 171, 147, 1);
}
.accordion-bg-8 {
	background-color: rgba(173, 171, 147, 0.8);
}


/********** NAVBAR ************/
.navbar-brand {
	padding: 0;
	height: 40px;
	width: 100%;
	max-width: 85px;
	& svg, img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	& svg {
		& path:nth-child(1), path:nth-child(2), path:nth-child(3), path:nth-child(4), path:nth-child(5), path:nth-child(6), path:nth-child(7), path:nth-child(8), path:nth-child(9) {
			opacity: 0;
			transition: all 0.2s ease-in-out;
		}
	}
}

#arrows_hype_container > .HYPE_scene > .HYPE_element_container > .HYPE_element .HYPE_element_container:nth-child(3) > .HYPE_element > svg,
#arrows_hype_container > .HYPE_scene > .HYPE_element_container > .HYPE_element .HYPE_element_container:nth-child(4) > .HYPE_element > svg {
	transition: all 0.15s ease-in-out;
}
#arrows_hype_container.opened > .HYPE_scene > .HYPE_element_container > .HYPE_element .HYPE_element_container:nth-child(3) > .HYPE_element > svg,
#arrows_hype_container.opened > .HYPE_scene > .HYPE_element_container > .HYPE_element .HYPE_element_container:nth-child(4) > .HYPE_element > svg{
	rotate: 135deg;
}
.navbar-brand.zurich-text {
	& svg {
		& path:nth-child(1), path:nth-child(2), path:nth-child(3), path:nth-child(4), path:nth-child(5), path:nth-child(6), path:nth-child(7), path:nth-child(8), path:nth-child(9) {
			opacity: 1;
		}
	}
}

.navbar-toggler svg {
	width: auto;
	height: 56px;
	transition: all 0.15s ease-in-out;
}
.navbar-toggler svg path {
	stroke-width: 1px;
	transition: all 0.15s ease-in-out;
}
.navbar-toggler.active svg {
	transform: rotate(450deg);
}
.navbar-toggler.active svg path {
	fill: #000;
}
.navbar-toggler {
	padding: 0;
	border: 0;   
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
	outline: 0;
	box-shadow: none;
}
.navbar-nav {
	padding-top: 92px;
	padding-bottom: 40px;
	height: 100svh;
}
.offcanvas-body {
	transform: translateX(100%);
	transition: all 0.15s ease-in-out;
	height: 100dvh;
	transform: translate(100%,-100%);
}
.offcanvas-body.active {
	transform: translate(0%,0%);
	
}

.lang-item {
	margin: 0;
	padding: 0;
	text-align: center;
	& .nav-link {
		padding: 4px;
	}
}
.offcanvas-body .navbar-nav .nav-item.lang-item.lang-item-de {
	margin-top: 20px; 
	margin-bottom: 8px;
}


.navbar {
	transition: all 0.15s ease-in-out;
	transform: translateY(0%);
	background-color: #fff;   
}
.uegintroscroll01_hype_container_isSticky,
.hero-top {
	& .navbar,
	.navbar.scrolled {
		background-color: transparent;
		box-shadow: none !important;
	}
	& .navbar-brand,
	#menu-toggler {
		filter: invert(1);
	}
	& .navbar.navbar-hidden {
		transform: translateY(0%);
	}
	& .navbar-nav .nav-link,
	.navbar-nav .nav-link.show{
		color: #fff;
		background-color: transparent;
	}
	& .offcanvas-body.active {
		& .navbar-nav .nav-link,
		.navbar-nav .nav-link.show{
			background-color: #fff;
			color: #333;
		}
	}
}
	.offcanvas-body.active {
		& .navbar-nav .nav-link,
		.navbar-nav .nav-link.show{
			background-color: #fff;
			color: #333;
		}
	}
body.hero-body.before-sticky {
	& .navbar-nav .nav-link,
	.navbar-nav .nav-link.show{
		color: #333;
		background-color: transparent;
	}
	& .navbar-brand,
	#menu-toggler {
		filter: invert(0);
	}
	& .navbar.scrolled {
		background-color: transparent;
		box-shadow: none !important;
	}
	& .offcanvas-body.active {
		& .navbar-nav .nav-link,
		.navbar-nav .nav-link.show{
			background-color: #fff;
		}
	}
}
body.hero-body {
	& .navbar {
		background-color: transparent;
		&.scrolled {
			background-color: #fff;
		}
	}
}
.offcanvas-body {
	padding-top: 20px;
}
.navbar-toggler {
	transition: all 0.15s ease-in-out;
}
.navbar.scrolled {
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
	border-color: #fff;
}
.navbar.navbar-hidden {
	transform: translateY(calc(-100% - 10px));
}
.dropdown-menu {
	border: 0;
	background-color: transparent;
	& .nav-item {
		margin-left: 0 !important;
		margin-right: 0 !important;
		background-color: transparent;
	}
	& .dropdown-item.active, .dropdown-item:active {
		background-color: transparent;
		padding-left: 0;
	}
}
.offcanvas-body .dropdown-toggle {
	min-width: 160px;
}
.navbar-nav .nav-link, .dropdown-item {
	font-family: 'Metropolis', sans-serif;
}
.navbar-nav .nav-link.show {
	color: #000;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show:hover{
	color: var(--secondary-color);
}
.dropdown-toggle::after {
	content: none;
}


/******* DISTURBER ********/
body:not(.home) {
	.side-disturber {
		display: none;
	}
}
.disturbers {
		left: -200px;
}
.side-disturber {

	transform: translateX(0px) translateY(-94px);
	transition: all 0.2s ease-in-out;
	color: #fff;
	z-index: 55;
	
	& .disturber-icon {
		transition: all 0.2s ease-in-out;
	}
	& .disturber-text {
		transition: opacity 0.2s ease-in-out 0.175s;
	}
	
	& .disturber-content-box {
		min-width: 100px;
		padding: 5px;
		position: relative;
		&:before {
			content: '';
			background: #2A7B9B;
			background: linear-gradient(0deg, rgba(42, 123, 155, 0) 0%, rgba(180, 189, 156, 1) 31%);
			width: 97%;
			height: 50%;
			top: 5px;
			right: 1%;
			position: absolute;
			opacity: 1;
			transition: all 0.2s ease-in-out;
			transform: translateY(100%);
			z-index: 1;
		}
	}
	& .disturber-icon {
		transform: translateX(27px) translateY(34px);
		width: 60px;
		height: 60px;
		position: relative;
		z-index: 2;
		& img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}
	& .disturber-text {
		font-family: 'Metropolis', sans-serif;
		font-size: 12px;
		font-weight: 300;
		opacity: 0;
	}
}


@media (max-width: 768px){

	#iso-table th:nth-child(2) {
		display: none;
	}
	#iso-table tr {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		/* 	  gap: 8px 16px; */
		padding: 16px 0;
		border-bottom: 1px solid #fff;
	}
	#iso-table tr td {
		border: 0;
	}

	#iso-table tr th {
		border: 0;
	}

	/* PRVI TD – ide gore */
	#iso-table  tbody tr td:nth-child(2) {
		grid-column: 1 / -1;
		font-size: 14px;
		font-weight: 600;
		gap: 8px;
		display: flex;
		align-items: center;
	}

	#iso-table  tbody tr td:nth-child(4),
	#iso-table  thead tr th:nth-child(4){
		grid-column: 1 / 5;
	}
	#iso-table  tbody tr td:nth-child(5),
	#iso-table  thead tr th:nth-child(5) {
		grid-column: 5 / 7;
	}
	#iso-table  tbody tr td:nth-child(6),
	#iso-table  thead tr th:nth-child(6) {
		grid-column: 7 / 10;
	}
	#iso-table  thead tr th:last-child {
		grid-column: 11 / -1;
	}
	#iso-table tbody tr td:last-child{
		text-align: right;
		font-weight: 600;
		grid-column: 11 / -1;
	}

	/* OSTALI TD-ovi – ispod u jednom redu */
	#iso-table  tbody tr td:not(:nth-child(2)) {
		font-size: 12px;
	}

	#iso-table tbody tr td:first-child {
		min-width: unset;
	}	

	/* cijena desno */


	th[data-sort="status"] {
		.d-flex {
			justify-content: end;
		}
	}
}

.nav-link {
	font-size: 16px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	transition: all 0.15s ease-in-out;

}
.current-menu-item .nav-link {
	color: var(--secondary-color);
}
.nav-link:hover {
	color: var(--secondary-color);
}
.nav-item {
	margin-left: 8px;
	margin-right: 8px;

}
.dropdown-item:hover {
	color: var(--secondary-color);
}
.offcanvas-body .navbar-nav .nav-item {
		margin: 0;
	min-width: 160px;
}
.navbar-nav .nav-item:first-of-type {
	margin-left: 0;
}
.navbar-nav .nav-item:last-of-type {
	margin-right: 0;
}

/********** TEXT IMAGE ************/
.text-image-section .image-box {
	max-height: calc(100% - 192px);
	display: flex;
	justify-content: center;
	align-items: center;
	& .second-image {
		width: 60%;
		height: auto;
		left: 12px;
		bottom: -116px;
	}
}
.text-image-section.text-image-mirrored .image-box {
	& .second-image {
		right: 12px;
		left: unset;
	}
}
.text-image-section.has-second-image {
	padding-bottom: 137px;
}


/********** IFRAME ************/
.responsive-iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 40px; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/********** CONTACT ************/
.contact-section {
	& .form-label {
		color: #000;
		font-weight: 400;
		font-size: 14px;
		font-family: 'Metropolis', sans-serif;
	}
	& .anrede-label {
		font-size: 12px;
	}
	&.section-padding {
		padding-top: 24px;
		padding-bottom: 48px;
	}
	& .kontakt-logo-box {
		width: auto;
		height: 193px;
		max-width: 356px;
		margin-bottom: 56px;
	}
	.form-check-input,
	.form-check-input input {
		margin-top: 0;
		margin-right: 7px;
		width: 14px;
		height: 14px;
		border-style: solid;
		border-radius: 0 !important;
	}
	.wpcf7-acceptance {
		a {
			color: #333;
		}
		a:hover {
			color: var(--secondary-color);
		}
	}
}
.classic-checkbox .form-check-label,
.classic-checkbox .form-check-label span {
	font-size: 14px !important;
}

.custom-radio-button input {
	display: none;
}
.custom-radio-button .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
	background-color: var(--primary-color);
	color: #fff;
}
.custom-radio-button .wpcf7-list-item:first-child .wpcf7-list-item-label {
	border-left: 1px solid var(--primary-color);
}
.contact-section .classic-input input, .contact-section .classic-input textarea {
	background: transparent !important;
	border-radius: 0;
	padding: 20px 0px;
	font-size: 18px;
	color: var(--primary-color);
	border-bottom: 2px solid #666666;
	border-top: none;
	border-left: none;
	border-right: none;
}

.wpcf7-spinner {
	display: none;
}


.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label {
	padding: 6px 16px;
	font-family: var(--font-secondary);
	border: 1px solid var(--primary-color);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--primary-color);
	border-left: 0px;
	font-size: 16px !important;
	text-transform: uppercase;
	line-height: 1.2;
	display: inline-flex;
	transition: all 0.15s ease-in-out;
}
.form-check-input,
.form-check-input input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

.form-check-input:checked[type="checkbox"],
.form-check-input input:checked[type="checkbox"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label:hover {
	cursor: pointer;
	background-color: var(--secondary-color);
	color: #fff;
}
.contact-section .wpcf7-form-control-wrap span {
	border: none;
	background: transparent;
	background-color: transparent;
	font-size: 14px;
	font-family: 'Metropolis', sans-serif !important;
	margin: 0px;
}
.classic-checkbox .form-check-input:focus,
.classic-checkbox .form-check-input:focus-visible,
.classic-checkbox .form-check-input input:focus,
.classic-checkbox .form-check-input input:focus-visible {
	border-color: var(--primary-color);
	box-shadow: none;
	outline: 0;
}
.classic-checkbox .form-check-input,
.classic-checkbox .form-check-input input {
	border-color: var(--primary-color);
	appearance: none;
	border-radius: 3px;
	border-width: 1px;
	background-color: inherit;
}
.custom-radio-button-new {
	& input[type="radio"] {
		border-radius: 0;
		border: 1px solid #333;
		appearance: none;
		width: 14px;
		height: 14px;
		margin-right: 7px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

	}
	& input[type="radio"]:checked {
		--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
		background-image: var(--bs-form-check-bg-image);
	}
}

/********** HERO IMAGE ************/
.hero-image-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 810px;
	aspect-ratio: 16/9;
	width: 100%;
}

/********** PARAGRAPH ************/
.paragraph-section {
	& .paragraph-logo {
		width: 228px;
		height: 160px;
		left: -105px;
		top: 80px;
	}
}

/********** GALLERY ************/
.swiper {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 0px;
}
.gallery-section {
	.swiper-slide {
		background-position: center;
		background-size: cover;
		aspect-ratio: 16/9;
		transform: scale(1);
		transition: all 0.15s ease-in-out;
	}
	.swiper-slide.swiper-slide-next {
		transform-origin: top left;
	}
	.swiper-slide.swiper-slide-prev {
		transform-origin: top right;
	}
	.swiper-slide.swiper-slide-next,
	.swiper-slide.swiper-slide-prev{
		transform: scale(0.7);
	}
	.swiper-slide.swiper-slide-active.swiper-slide-next,
	.swiper-slide.swiper-slide-active.swiper-slide-prev {
		transform: scale(1);
	}
	.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0;
	}
}
.accordion-section {
	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 48px;
		font-weight: 300;
		color: #000;
		padding: 0;
		padding-top: 64px;
		padding-bottom: 24px;
		letter-spacing: 3%;
		line-height: 1;
		box-shadow: none;
		font-family: var(--font-secondary);
		display: flex;
		justify-content: start;
		align-items: end;
		gap: 32px;
	}
	.flache,
	.desc {
		font-size: 20px;
		font-family: var(--font-primary);
	}
	.accordion-body {
		padding: 0;
		padding-bottom: 111px;
	}
	.accordion-button:after {
		content: none;
		background-position: center;
	}
	.accordion-button:focus, 
	.accordion-button:focus-visible {
		box-shadow: none;
		outline: 0;
	}
	.accordion-item {
		border: 0;
		border-bottom: 1px solid #333;
	}
	.accordion-flush > .accordion-item:last-child {
		border-bottom: 1px solid #333;
	}
	.accordion-arrow {
		margin-left: auto;
		transition: all 0.15s ease-in-out;
/* 		transform: rotate(-180deg); */
		transform: scaleY(-1);
		width: 68px;
		height: 68px;
	}
	.accordion-arrow path {
		transition: all 0.15s ease-in-out;
		fill: #000;
	}
	.accordion-button.collapsed .accordion-arrow path {
		/* fill: #333; */
	}
	.accordion-button.collapsed .accordion-arrow {
		transform: scaleY(1);
	}
	.acc-img-box {
		height: 100%;
		width: auto;
		max-height: 653px;
	}
}

/********** DOWNLOADS ************/
.downloads-section {
	ul {
		list-style: none;
		padding-left: 0;
	}
}
ul.downloads,
ul.allgemein {
	margin-bottom: 40px;
	li {
		position: relative;
		padding-left: 40px;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.35;
/* 		margin-bottom: 17px; */
		padding-top: 16px; 
		padding-bottom: 16px;
		border-top: 2px solid #333;
		&:last-child {
			border-bottom: 2px solid #333;
		}
	}
	li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 26px;
		height: 26px;
		background-image: url('assets/images/ueg_download.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	a {
		text-decoration: none;
		transition: all 0.15s ease-in-out;
		color: #2B2A38;
	}
	a:hover {
		color: var(--secondary-color);
	}
}
.wpcf7-form-control-wrap {
	display: contents;
}
.classic-checkbox .wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
	margin-top: 5px !important;
	position: absolute;
	bottom: -20px;
}
.qa-section {
	.accordion {
		--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M8 9.86667L0 1.86667L1.86667 0L8 6.13333L14.1333 0L16 1.86667L8 9.86667Z' fill='%23F59C2D'/%3E%3C/svg%3E");
		--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M8 9.86667L0 1.86667L1.86667 0L8 6.13333L14.1333 0L16 1.86667L8 9.86667Z' fill='%23F59C2D'/%3E%3C/svg%3E");
	}
	.accordion-item,
	.accordion-flush > .accordion-item:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.accordion-button {
		font-size: 16px;
		font-weight: 400;
		font-family: var(--font-primary);
		color: #000;
		line-height: 1.35;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 11px;
	}
	.accordion-button:after {
		background-position: center;
	}
	.accordion-button:focus,
	.accordion-button:focus-visible {
		outline: 0;
		box-shadow: none;
	}
	.accordion-body {
		padding: 0;
		padding-bottom: 20px;
	}
}

/********** FOOTER ************/
.footer-logo {
	max-width: 254px;
	width: auto;
	height: 120px;
	& img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
}
.footer-contact {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
}
.footer-contact-icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
footer a {
	color: #fff;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}
footer a:hover {
	color: var(--secondary-color);
}
#btn-share:hover {
	cursor: pointer;
}
.social-links-overlay {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	z-index: 1031;
}
.social-links-overlay.is-visible {
	opacity: 0.4;
	visibility: visible;
}
.social-links {
	z-index: 1032;
}
.soc-img-box {
	width: 100%;
	aspect-ratio: 4/3;
	height: 150px;
	flex-shrink: 0;
	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (min-width: 576px){
	.soc-img-box {
		width: 40%;
		height: 100px;
	}
}
.social-links {

	.soc-text {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 8px;
	}
	.soc-icon-box {
		width: 32px;
		height: 32px;
		display: block;
		border-radius: 50%;
		padding: 6px;
		& svg, img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
		& svg path {
			transition: all 0.15s ease-in-out;
		}
	}
}
.share-btn {
	svg path {
		transition: all 0.15s ease-in-out;
	}
}
.share-btn:hover {
	svg path {
		fill: red;
	}
}
.social-links {
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
	width: calc(100% - 24px);
	max-width: 420px;
}
.social-links.is-visible {
	opacity: 1;
	visibility: visible;
							}
.social-links a:hover {
	& svg path {
		fill: var(--secondary-color);
	}
}
.langswitcher li {
	list-style: none;
	font-family: var(--font-tertiary);
}
.langswitcher li a.active {
	font-weight: 700;

}

/********** GROUP ************/
.groupSwiper .slide-img {
	margin-top: 28px;
	aspect-ratio: 4/3;
}
.group-slide-box {
	padding: 36px 16px 36px 16px; /*45px 40px 40px 40px;*/
	position: relative;
	min-height: 450px; /* 600px */
	font-family: var(--font-secondary);
	& .paragraph {
		transition: all 0.15s ease-in-out;
		opacity: 1; /* 0 */
		font-size: 14.4px; /* 40px */
		font-weight: 300;
		letter-spacing: 3%;
		line-height: 1.2;
		font-family: var(--font-primary);
	}
	& .title {
		transition: all 0.15s ease-in-out;
		opacity: 1;
		position: static; /* absolute */
		margin-bottom: 10px;
		margin-top: 24px;
		bottom: 40px;
		left: 40px;
		font-weight: 300;
		font-size: 36px; /* 105px */
		line-height: 1;
		letter-spacing: 3%;
	}
	& .group-icon-box {
		max-width: 31px; /* 103px */
		top: 10px;
		width: auto;
		height: auto;
		& img {
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
			object-fit: contain;
		}
	}
	& .groups-arrow {
		width: 56px; /* 180px */
		height: 56px; /* 180px */
		top: 36px;
		opacity: 1;
		transition: all 0.15s ease-in-out;
	}
}

.swiper-pagination-bullet {
	width: 16px;
	height: 2px;
	border-radius: 0;
	opacity: 1;
	background: var(--section-bg-secondary);
	transition: all 0.15s ease-in-out;
}
.swiper-pagination-bullet-active {
	background: var(--primary-color);
}
.swiper-button-next,
.swiper-button-prev {
	position: relative;
	transition: all 0.15s ease-in-out;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	margin: 0 !important; 
	height: 28px;
	width: 24px;
	&:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 8px;
		height: 100%;
		display: block;
/* 		background-image: url("data:image/svg+xml,%3Csvg%20width='8'%20height='12'%20viewBox='0%200%208%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1.4%2012L0%2010.6L4.6%206L0%201.4L1.4%200L7.4%206L1.4%2012Z'%20fill='%23F59C2D'/%3E%3C/svg%3E");  old icons*/
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%207.4%2024.51'%3E%3Cpolygon%20points='1.27%2024.51%200%2023.88%205.81%2012.26%200%20.63%201.27%200%207.4%2012.26%201.27%2024.51'%20fill='%23333'/%3E%3C/svg%3E");

		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	& .swiper-navigation-icon {
		display: none;
	}
}
.swiper-button-prev {
	transform: rotate(180deg);
}

.swiper-pagination {
	position: static;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/********** VORTIELE BOXES ************/
.vortiele-box {
	position: relative;
	transition: all 0.5s ease-in-out;
	padding-left: 40px;
	padding-right: 40px;
	background-color: var(--section-bg-secondary);


	&   .bottom-gradient,
	.bottom-gradient-light {
		transition: all 0.5s ease-in-out;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 50px;
	}
	& .bottom-gradient {
		background: #0044ff;
		background: linear-gradient(180deg, rgba(0, 68, 255, 0) 0%, rgba(180, 189, 156, 1) 46%);
		opacity: 1;
	}
	& .bottom-gradient-light {
		opacity: 0;
		background: #0044ff;
		background: linear-gradient(180deg, rgba(0, 68, 255, 0) 0%, rgba(233, 224, 210, 1) 46%);
	}
}
.vortiele-icon {
	top: 105px;
	border-bottom: 2px solid #333;
	height: 118px;
	width: 144px;
	transition: all 0.5s ease-in-out;
	transform-origin: left;
	left: 50%;
	transform: scale(1)  translateX(-50%);
	& svg {
		width: 100%;
		max-height: 78px;
		height: 100%;
		object-fit: contain;
		path {
			transition: all 0.15s ease-in-out;
		}
	}
}
.vortiele-text {
	transition: all 0.5s ease-in-out;
	opacity: 0;
	text-align: center;
}
.text-wrap {
	padding-top: 265px;
	padding-bottom: 115px;
	transition: all 0.5s ease-in-out;
}
.vortiele-title {
	padding-bottom: 20px;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 3%;
	color: #333;
	font-family: var(--font-secondary);
	text-align: center;
	line-height: 1;
}

/********** LAGE ************/
.garten-table {
	& th:not(:first-child), & td:not(:first-child) {
		text-align: end;
	}
}
.lage-section {
	& .distanzen-table {
		& th, & td {
			font-size: 14px;
		}
	}
	& .tabs-wrap {
		height: 100%;
	}
	& .tab-content {
		height: calc(100% - 51px);
	}
	& .child-content {
		height: 100%;
	}
	.tab-content > .tab-pane {
		height: 100%;
	}
	.nav-tabs {
		border-bottom: 2px solid var(--secondary-color);
		.nav-item {
			margin: 0;
			position: relative;
			top: -1px;
		}
		/* .nav-item:first-of-type {
		left: 2px;
	}
		.nav-item:last-of-type {
		right: 2px;
	} */
		.nav-link {
			font-size: 16px;
			font-family: var(--font-tertiary);
			font-weight: 400;
			color: var(--secondary-color);
			text-transform: uppercase;
			background-color: transparent;
			padding: 16px 24px;
			border: 0;
			border-radius: 0;
			border-top: 2px solid #fff;
			border-left: 2px solid #fff;
			border-right: 2px solid #fff;
		}
		.nav-link:hover {
			color: #9a958f;
		}
		.nav-link.active {
			border-color: var(--secondary-color);
			background-color: var(--secondary-color);
			color: #fff;
		}
	}
	.micro-child {
		margin-top: 20px;
		.nav-item {
			margin-left: 4px;
			margin-right: 4px;
		}
		.nav-link {
			background-color: #f3f2f1;
			border: 0;
			border-radius: 6px;
			& svg {
				width: 30px;
				height: 30px;
			}
			& svg path {
				fill: var(--secondary-color);
				transition: all 0.15s ease-in-out;
			}
		}
		.nav-link.active {
			background-color: f3f2f1;
			& svg path {
				fill: #fff;
			}
		}
		.nav-link:hover {
			background-color: #9a958f;
			& svg path {
				fill: #fff;
			}
		}

	}
}

/********** TABLE ************/
.garten-table {
	table {
		width: 100%;
	}
	th, td {
		font-weight: 300;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 20px;
		line-height: 1.35;
		color: #000;
	}
	th:first-of-type,
		td:first-of-type {
			padding-left: 0;
	}
	th:last-of-type,
		td:last-of-type {
			padding-right: 0;
	}
	th {
		border-bottom: 1px solid #000;
	}
}

@media (min-width: 768px){
	/********** ACCORDION ************/
	.accordion-section {
		.accordion-button,
		.accordion-button:not(.collapsed) {
			font-size: 68px;    
		}
	}
	.lage-section {
		& .distanzen-table {
			& th, & td {
				font-size: 20px;
			}
		}
	}
}
@media (min-width: 992px){
	.side-disturber:hover {
		color: #fff;
		transform: translateX(54px) translateY(-40px);

		& .disturber-content-box {
			&:before {
				opacity: 1;
				transform: translateY(0%);
			}
		}
		& .disturber-icon {
			transform: translateX(0) translateY(-5px);
		}
		& .disturber-text {
			opacity: 1;
		}
	}
	.lang-item.lang-item-de {
		margin-left: 40px;
		margin-right: 4px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.lang-item.lang-item-en {
		margin-left: 4px;
	}
	/********** NAVBAR ************/
	.offcanvas-body {
		padding-top: 160px;
	}
	.navbar-nav {
		height: auto;
		padding: 0;
	}
/* 	.offcanvas-body {
		transform: translateX(0%);
	} */
	.navbar-brand {
		height: 76px;
		max-width: 161px;
	}
	.navbar-toggler svg {
		height: 77px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 4px;
		padding-right: 4px;
	}
	.special-col-lg {
		min-height: 504px;
		display: flex;
		align-items: center;
	}

	/********** TEXT IMAGE ************/
	.text-image-section .image-box {
		& .second-image {
			max-width: 450px;
			right: unset;
			bottom: -68px;
			left: -68px;
		}
	}
	.text-image-section.text-image-mirrored .image-box {
		& .second-image {
			left: unset;
			right: -68px;
		}
	}
	.text-image-section.has-second-image {
		padding-bottom: 96px;
	}

	/********** ACCORDION ************/
	.accordion-section {
		.accordion-button,
		.accordion-button:not(.collapsed) {
			font-size: 88px;    
		}
	}
	.accordion-arrow {
		height: 88px;
		width: 88px;
	}

	/********** DOWNLOADS ************/
	.downloads-section {
		ul.allgemein {
			columns: 2;
			-webkit-columns: 2;
			-moz-columns: 2;
			column-gap: 48px;
			& li:nth-child(4){
				border-bottom: 2px solid #333;
			}
		}

		li {
			break-inside: avoid;
		}
	}

	/********** QA ************/
	.qa-section {
		.accordion-button {
			font-size: 18px;
		}
	}

	/********** VORTIELE ************/
	.vortiele-box {
		& .content {
			height: 426px;
			overflow: hidden;
		}
	}
	.vortiele-box:hover {
		background-color: var(--section-bg-primary);
		& .text-wrap {
			padding-top: 130px;
		}
		& .vortiele-icon {
			top: 20px;
			transform: scale(0.6) translateX(-50%);
			svg path {
				fill: #000;
			}
		}
		& .vortiele-text {
			opacity: 1;
		}
		& .bottom-gradient {
			opacity: 0;
		}
		& .bottom-gradient-light {
			opacity: 1;
		}
	}
	/********** CONTACT ************/
	.contact-section {
		& .form-label {
			font-size: 17px;
		}
		&.section-padding {
			padding-top: 80px;
			padding-bottom: 80px;
		}
		#datenschutz {
			position: relative;
			top: -10px;
		}
		
	}
	.contact-section .wpcf7-form-control-wrap span {
		font-size: 17px;
	}

	/********** GROUP ************/
	.groupSwiper .slide-img {
		margin-top: 0;
	}
	.group-slide-box {

		min-height: 600px; /* 600px */
		& .paragraph {
			font-size: 22px; /* 40px */
		}
		& .title {
			font-size: 85px; /* 105px */
		}
		& .group-icon-box {
			max-width: 103px; /* 103px */
		}
		& .groups-arrow {
			width: 180px; /* 180px */
			height: 180px; /* 180px */
		}
	}

}
@media (max-width: 992px){
	/********** VORTIELE ************/
	.vortiele-box {
		background-color: var(--section-bg-primary);
		& .text-wrap {
			padding-top: 130px;
		}
		& .vortiele-icon {
			top: 20px;
			transform: scale(0.6) translateX(-50%);
			svg path {
				fill: #000;
			}
		}
		& .vortiele-text {
			/* font-size: 14px; */
			opacity: 1;
		}
		& .bottom-gradient {
			opacity: 0;
		}
		& .bottom-gradient-light {
			opacity: 1;
		}
	} 
}
@media (min-width: 1200px){
	/********** NAVBAR ************/
	.lang-item.lang-item-de {
		margin-left: 60px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 17px;
	}
	.nav-item {
		margin-left: 12px;
		margin-left: 12px;
	}


}

.isometry {
	min-height: 600px;
}
.angebot-section {
	font-family: 'Metropolis', sans-serif;
	.table-hover > tbody > tr.no-flats:hover > * {
		background: transparent !important;
		--bs-table-bg-state: transparent;
	}
	.table-striped > tbody > tr:nth-of-type(2n+1) > * {
		--bs-table-color-type: transparent;
		--bs-table-bg-type: transparent;
	}
	.table > :not(caption) > * > * {
		background: transparent;
		min-width: 66px;
		color: #fff;
		font-weight: 300;
		font-size: 13px;
	}
	.table-hover > tbody > tr:hover > * {
		--bs-table-bg-state: transparent;
	}
	#iso-table tbody tr.is-hovered {
		background-color: rgba(255, 255, 255, 0.5);
	}



	.iso-table tbody tr td:first-of-type {
		padding: 0;
		vertical-align: middle; 
		& input {
			width: 20px;
			height: 20px;
			display: block;
		}
	}
	.iso-table tbody tr:last-of-type td {
		border-bottom: 0;
	}
	.iso-table thead tr th {
		border-top: 1px solid #fff;
	}

	.isometry-col {
		min-height: 900px;
		position: relative;
		& .modal {
			transition: 0.3s ease-in-out;
			position: absolute;
		}
	}
	.modal.modal-slide-bottom{
		transform: translateY(100%);
		transition: all 0.2s ease-out;
	}

	.fixed-col {
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
		z-index: 10;
		transition: top 0.3s ease-in-out;
	}

	.fixed-col-top {
		content: '';
		background: #333333;
		top: 0px;
		height: 30px;
		width: 100%;
		left: 0;
		position: absolute;
	}

	.modal.modal-slide-bottom.show{
		transform: translateY(0);
	}
	.modal-slide-bottom {

		& .modal-dialog {
			box-shadow: 0px 0px 10px 0px black;
			max-width: unset;
			margin: 0;
			border: 1px solid #fff;
			height: 100%;
			& .modal-content {
				border-radius: 0;
				height: 100%;
			}
			& .modal-header {
				border-radius: 0;
				background-color: var(--modal-preview-accent);/* #a77d4f;  */
				font-weight: 700;
				border: 0;
				color: var(--body-text-color);
				text-transform: uppercase;
				& .modal-title {
					font-weight: 700;
				}
			}
			& .btn-close {
				--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
			}
			& .modal-body {
				background-color: #333;
				color: #fff;
			}
		}
		& .download {
			max-width: 180px;
		}
		& .typo {
			table-layout: fixed;
		}
		& .typo td {
			font-weight: 700;
			border-bottom: 1px solid;
			padding: 2px;
			font-size: 15px;
		}
		& .typo tbody tr:nth-child(2) td {
			border-top: 1px solid;
		}
	}
	.row-checkbox {
		width: 14px;
		height: 14px;
		appearance: none;
		border-radius: 0;
		border: 1px solid #fff;
	}

	.row-checkbox:checked {
		background-color: var(--secondary-color);
	}
	.pdf-modal-btn {
		padding: 8px;
		font-size: 1em;
		background-color: var(--modal-preview-accent);/* #a77d4f;  */
		color: var(--body-text-color);
		font-weight: 700;
		display: inline-block;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 1;
	}
	.downloads-title {
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 16px;
	}
	.three-tooltip {
		position: absolute;
		pointer-events: none;
		transform: translate(-50%, -100%);
		z-index: 9999;
	}

	.tooltip-content {
		background: #3a3a3a;
		color: #fff;
		padding: 14px 20px;
		border-radius: 4px;
		min-width: 220px;
		text-align: center;
		box-shadow: 0 8px 20px rgba(0,0,0,0.35);
	}

	.tooltip-title {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 6px;
	}

	.tooltip-meta {
		display: flex;
		justify-content: center;
		gap: 16px;
		font-size: 13px;
		opacity: 0.9;
		margin-bottom: 8px;
	}

	.verfugbar {
		color: #3fa534 !important;
		a {
			color: #3fa534 !important;
		}
	}
	.reserviert {
		color: #f49300 !important;
	}
	.vermietet {
		color: red !important;
	}
	.text-red {
		color: red !important;
	}

	.tooltip-price {
		font-size: 15px;
		font-weight: 600;
		color: #2ecc71;
	}

	.tooltip-arrow {
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #3a3a3a;
	}


	.isometry {
		position: relative;
	}

	#buildingCanvas {
		width: 100%;
		height: 100%;
		display: block;
	}
	.pdf-image {
		max-width: 741px !important;
	}
	.pdf-image img {
		max-height: 454px;
	}
	.buttons-wrap {
		gap: 24px;
		margin: 24px 0;
		display: flex;
		& .pdf-modal-btn {
			width: 50%;
			& .arrow-right {
				transform: rotate(270deg) scale(0.15);
			}
		}
	}
	
	.accordion-button,
	.accordion-button:focus,
	.accordion-button:focus-visible {
		padding-left: 0;
		outline: 0;
		box-shadow: none;
		padding-right: 0;
		background-color: #fff;
	}
	.accordion-button::after {
		content: none;
	}
	.accordion-item {
		border-top: 1px solid #333 !important;
		border-bottom: 1px solid #333 !important;
	}
	.accordion-arrow {
		height: 30px;
		width: 30px;
		margin-left: auto;
		transform: rotate(0deg);
		transition: all 0.15s ease-in-out;
	}
	.accordion-button:not(.collapsed) {
		color: #333;
	}
	.accordion-button:not(.collapsed) .accordion-arrow {
		transform: rotate(-180deg);
	}
	.list-title {
		background-color: #333;
		color: #fff;
		padding: 5px 0;
	}
	.list-title:first-of-type {
		padding-left: 5px;
	}
}
.angebot-section.bg-white {
	color: #333;
	.table > :not(caption) > * > * {
		color: #333;
	}
	.no-flats {
		color: #333;
	}
	.table thead tr th {
		background: #333;
		color: #fff;
	}
	#iso-table tbody tr.is-hovered {
		background-color: rgba(0, 0, 0, 0.5); 
	}
	.modal-slide-bottom .modal-dialog {
		border-color: #333; 
	}
	.modal-slide-bottom .modal-header {
		background-color: var(--modal-preview-accent);
		color: #333; 
	}
	.modal-slide-bottom .modal-body {
		background-color: #fff;
		color: #333;
		padding: 20px;
	}
	.fixed-col-top {
		background: #fff;
	}
	.row-checkbox {
		border-color: #333;
	}
	.pdf-modal-btn {
  		background-color: var(--modal-preview-accent);
		color: #333;
	}
	#building-3d-wrapper {
		background-color: #fff;
	}
	.filter .text {
		height: 54px;
		background: #333;
	}
	.filter.has-filter .btn-reset {
		background-color: #333;
	}

	  .solo-available {
		  & label { 
		  	color: #333;
		  }
		  &  input, input:focus, input:focus-visible {
			accent-color: #333;
			border-color: #333;
		}
	}
	tbody, td, tfoot, th, thead, tr {
		border-color: #333;
	} 
	.filter-modal .modal-content {
		background-color: #fff;
		border: 1px solid #333;
		color: #333;
		& .form-check input, & .form-check input:focus, & .form-check input:focus-visible {
			border: 1px solid #333;
		}
		& .form-check-input:checked[type="checkbox"] {
			background-color: var(--secondary-color);
			--bs-form-check-bg-image: '';
		}
		.btn-close {
			filter: invert(1);
		}
	}
} 
.filter-modal .modal-content {
	color: #fff;
}
	
}

.fixed-col.navbar-hidden {
	top: 0;
}
.admin-bar .fixed-col.navbar-hidden {
	top: 46px;
}
.modal-backdrop.show {
	opacity: 0 !important;
	visibility: hidden !important;
}
.home .modal-backdrop.show {
	opacity: 0.5 !important;
	visibility: visible !important;
}
.admin-bar .fixed-col {
	top: calc(46px + 70px);
}
@media (min-width: 768px){
	.admin-bar .fixed-col.navbar-hidden {
		top: 32px;
	}
	.admin-bar .fixed-col {
		top: calc(32px + 70px);
	}
}
#building-3d-wrapper {
	min-height: 250px;
	background-color: var(--primary-color);
	align-items: center;
}
@media (min-width: 768px){
	.angebot-section {
		.table > :not(caption) > * > * {
			font-size: 15px;
		}	
	}
}
@media (min-width: 992px){
	.group-slide-box {
		padding: 45px 40px 40px 40px;
		& .paragraph {
			opacity: 0;
		}
		& .title {
			opacity: 1;
			position: absolute;
		}
		& .groups-arrow {
			opacity: 0;
		}
	}
	.group-slide-box:hover {
		& .paragraph {
			opacity: 1;
		}
		& .title {
			opacity: 0;
		}
		& .groups-arrow {
			opacity: 1;
		}
	}
	.angebot-section {
		.isometry-col {
			& .modal {
				position: absolute;
				height: calc(100svh - 32px);
				width: 100%;
			}
		}
		.admin-bar {
			.isometry-col {
				& .modal {

					height: calc(100svh - 32px);
				}
			}
		}
		.buttons-wrap {

			& .pdf-modal-btn {
				width: 50%;
			}
		}
		#building-3d-wrapper {
			width: 100%;
			height: 800px;
			top: 80px;
			left: 50%;
			position: sticky;
			/* transform: translateY(-50%); */
		}
		& .modal-slide-bottom .modal-body {
			padding: 50px;
		}
		& .modal-slide-bottom .modal-header {
			padding-left: 50px; 
			padding-right: 50px;
		}
	}
	.angebot-section.bg-white {
		& .modal-slide-bottom .modal-body {
			padding: 50px;
		}
		& .modal-slide-bottom .modal-header {
			padding-left: 50px; 
			padding-right: 50px;
		}
	}
}
@media (min-width: 1440px) {
  .container-fluid {
    max-width: 1590px;
  }
}