/*
Theme Name: Beringen-8
Author: Portalworks
Version: 1.0.0
Text Domain: beringen
*/

/* 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: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/outfit-v11-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/outfit-v11-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  /* 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: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/outfit-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/outfit-v11-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  
  
  
  /* 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: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/outfit-v11-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/outfit-v11-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  

/* 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: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/outfit-v11-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
            url('fonts/outfit-v11-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* 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: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/outfit-v11-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
            url('fonts/outfit-v11-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Outfit', sans-serif;
    --primary-color: #70A485;
    --primary-dark: #234338;
    --primary-light-bg: #F6FBE9;
    --primary-light-border: #E8EFD4;
    --background-overlay: rgba(0,0,0,0.3);
    --table-border: #DCF1A7;
    --text-color: #979797;
    --darker-bg: #FAFBF9;
    --black: #151515;
    --white: #fff;
    --error-color: #D40000;
    --warning-color: #FFC700;
    --succes-color: #008A57;
}

/*************************
        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;
    }
}
body {
    margin: 0;
    padding: 0;
    padding-top: 127px;
    font-family: var(--font-primary);
    color: var(--text-color) !important;
    /* padding-top: 146px; */
}
body.no-hero-body {
    padding-top: 0;
    & .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;
}
/*************************
    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-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(--black);
    font-weight: 600;
    font-size: 32px;/*  56px  */
    letter-spacing: 1.5%;
    text-transform: uppercase;
    line-height: 1;
}
.editor.text-black > * {
    color: var(--black);
}
h1.kontakt-title {
    font-size: 32px; /* 81px */
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--black);
    font-weight: 600;
	text-align: center;
}
.kontakt-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 63px);
}
.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) {
    .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;
	}
    h1.kontakt-title {
        font-size: 93px;
		margin-bottom: 53px;
		text-align: start;
    }
	.kontakt-text {
		margin-left: unset;
		margin-right: unset;
		width: auto;
		text-align: start;
	}
    h1.section-title,
    .editor h1 {
        font-size: 64px;
    }
    .editor {
        & p, ul li {
            font-size: 20px;
            margin-bottom: 32px;
        }
		& ul {
			margin-top: 10px;
		}
		& ul li {
			margin-bottom: 10px;
		}
        & p:last-child {
            margin-bottom: 0;
        }
        & h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }
    
    }
}
@media (min-width: 1200px){
	.angebot-container{
		max-width: 1200px;
	}
}
@media (min-width: 1400px) {
    .container {
        max-width: 1134px;
    }
	.angebot-container {
		max-width: 1220px;
	}
}

.navbar {
    padding-top: 44px;
    transform: translateY(0%);
    background-color: transparent;
    transition: all 0.3s ease !important;
}
.navbar.scrolled {
    background-color: var(--white);
    padding-top: 14px;
    padding-bottom: 14px;
    & .navbar-toggler {
        border-color: var(--black);
    }
    & .navbar-toggler span {
        background: var(--black);
    }
}
.navbar.hide {
    transform: translateY(-100%);
} 
.navbar-brand {
    max-width: 146px;
    height: auto;
    display: inline-block;
}
.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.navigation {
    list-style: none;
    bottom: -325px;
    position: absolute;
    right: 24px;
    background-color: var(--primary-light-bg);
    padding: 32px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: visible;
}
.navigation.collapsed {
    opacity: 0;
    visibility: hidden;
}
.navigation a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--black);
    font-size: 16px;
    line-height: 1.49;
    letter-spacing: -0.1px;
    font-weight: 600;
    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: 18px;
    border-radius: 50%;
    border: 2px solid var(--black);
    height: 64px;
    width: 64px;
    cursor: pointer;
    margin-right: 12px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler span {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.navbar-toggler.active span.mid {
    transform: scaleX(0%);
    opacity: 0;
}
.navbar-toggler.active span.top {
    transform: rotate(135deg);
}
.navbar-toggler.active span.bottom {
    transform: rotate(-135deg);
}
.navbar-toggler span.mid {
    opacity: 1;
    transform: scaleX(100%);
    transform-origin: center;
}
.navbar-toggler span.top {
    transform-origin: 10px 5px;
}
.navbar-toggler span.bottom {
    transform-origin: 10px -3px;
}

.hero-section {
    min-height: calc(100svh - 24px);
    border-radius: 32px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.admin-bar .hero-section {
	min-height: calc(100svh - 60px);
}
.hero-overlay {
    background: var(--background-overlay);
	opacity: 0 !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: 28px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
	text-shadow: 0px 4px 4px rgb(0, 0, 0);
}
.hero-text-wrap {
    padding-bottom: 150px;
    padding-top: 150px;
}
.btn-wrap {
    bottom: -1px;
    right: -1px;
    padding: 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: 21px;
    letter-spacing: -1.5%;
    font-weight: 600;
    color: var(--primary-color);
    padding: 25px 45px;
    border: 1px solid var(--black);
    border-radius: 32px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.hero-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}


.card-box {
    padding: 32px;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);


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

.card-icon-circle {
    width: 64px;
    height: 64px;
    border: 0.5px solid var(--primary-light-border);
}


.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%;
}

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

.gallery-section{

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

    & .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;
	}
    & .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: var(--primary-light-bg);
        opacity: 1;
        border-top: 1px solid #CBEA7B;
        border-bottom: 1px solid #CBEA7B;

    }
    .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 #CBEA7B;
    }
    .swiper-pagination-bullet:last-child {
        border-right: 1px solid #CBEA7B;
        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;
	}
}


footer {
    padding-top: 89px;
    padding-bottom: 20px;
}
.kontakt-photo-box {
    width: calc(100% - 63px);
    max-width: 309px;
    height: auto;
    margin-bottom: 74px;
}
.company-logo {
	max-width: 220px;
	& img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
}
.kontakt-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kontakt-info-box,
.kontakt-photo-box {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.kontakt-info-box {
    padding: 16px 30px 28px 16px;
    max-width: 377px;
    width: calc(100% - 63px); /* 24*/
}
.kontakt-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--primary-light-bg);
}
.kontakt-phone-number,
.kontakt-email {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
	position: relative;
}
.footer-lower-part {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-lower-part.body-margin {
    margin-left: 12px;
    margin-right: 12px;
}
.footer-logo {
    width: 146px;
    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(--black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.footer-navigation a:hover {
	color: var(--black);
}
.location-info,
.privacy-pages a  {
    font-size: 16px;
    line-height: 1.49;
    letter-spacing: -0.1px;
    color: var(--black);
    text-decoration: none;
}
.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: 40px;
    margin-bottom: 40px;
}
.copyrights-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.49;
    letter-spacing: -0.1px;
}
.angebot-title {
	position: relative;
	z-index: 8;
}
.isometry-box svg {
    width: 100%;
    height: 100%;
}
.wohnungen-table td,
.wohnungen-table th {
    background: transparent;
}
.table-box {
    border: 1px solid #E5F5BD;
}
.wohnungen-table th {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 20px;
	position: sticky;
	z-index: 2;
}
.wohn-table-box {
    min-height: 484px;
	position: relative;
}
.wohnungen-table td {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    padding: 20px 5px;
    border-bottom: 1px solid var(--table-border);
    border-top: 0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}
.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);
}
@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-info-box,
    .kontakt-photo-box {
        width: calc(100% - 24px);
    }
	.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){
	.admin-bar .hero-section {
		min-height: calc(100svh - 56x);
	}
    .services-swiper-container { 
        --container-plus-right: 720px;
    }
    .swiper-pagination {
        max-width: 294px;
    }
}
@media (min-width: 992px) {
    .location-info {
        margin-top: 40px;
    }
    .hero-text {
        font-size: 32px;
    }
    .hero-btn {
        font-size: 24px;
        padding: 31px 94px;
    }
    .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: 54px;
        padding-bottom: 0px;
    }
    .navbar.scrolled {
        padding-top: 24px;
        padding-bottom: 24px;
        & .navigation a{
            color: var(--black);
			text-shadow: none;
        }
        & .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%);
        }
    }
    .services-swiper-container { 
        --container-plus-right: 960px;
    }
    .location-info,
    .privacy-pages a {
        font-size: 24px;
    }
    .privacy-pages a, 
    .footer-navigation a {
        position: relative;
    }
    .privacy-pages a::after,
    .footer-navigation a::after,
	.kontakt-phone-number::after, 
	.kontakt-email::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;
    }
	.kontakt-phone-number::after, 
	.kontakt-email::after {
        background: linear-gradient(90deg, #70A485 0.45%, #FFFFFF 24.82%, #FFFFFF 76.15%, #70A485 100%);
    }
    .privacy-pages a:hover::after,
    .footer-navigation a:hover:after,
	.kontakt-phone-number:hover::after, 
	.kontakt-email: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;
	} */
}
@media (min-width: 1200px){
	.table-box {
		padding: 9px;  
	}
    .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;
}
}
@media (min-width: 1400px){
	.hero-text {
		font-size: 45px;
	}
	.table-box {
		padding: 9px;  
	}
    .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;
    }

}