/*********************************
         FONTS
*********************************/
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/rubik-v26-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/rubik-v26-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/rubik-v26-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rubik-v26-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/rubik-v26-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/rubik-v26-latin-800.woff2') format('woff2');
}
/*********************************
         ROOT
*********************************/
:root {
    --font-primary: 'Rubik';
    --color-text: #000000;
}
/*********************************
        PREDEFINED CLASSES
*********************************/
html {
    scroll-padding-top: 154px;
 }
body {
    color: var(--color-text);
    padding-top: 80px;
    font-family: var(--font-primary);
    position: relative;
}
._brlbs-cb-vimeo{
    width: 100%;
    height: 100%;
}
._brlbs-content-blocker{
    height: 100%;
    width: 100%;
}
._brlbs-video-vimeo{
	height: 100%;
	width: 100%;
}
._brlbs-thumbnail{
	height: 100%;
	width: 100%;
}
._brlbs-caption{
	z-index: 100;
}
.section-padding {
    padding: 30px 0;
}
body div.brlbs-cmpnt-container img{
	width: 200px !important;
}
.btn {
    font-size: 16px;
    color: var(--color-text);
    background-color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    display: block;
    line-height: 1;
    width: fit-content;
}
.btn:hover {
    background: none;

}
.btn:active {
    color: #000 !important;
}
.btn:focus-visible {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.btn-secondary {
    font-size: 16px;
    color: var(--color-text);
    border: 1px solid #000;
    background-color: #FFF;
    border-radius: 50px;
    padding: 10px 28px;
    display: block;
    line-height: 1.1;
}

.btn-primary {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    background-color: transparent;
}

.btn-white {
    color: #FFF;
}
.btn:active {
    background-color: transparent !important;
}
.btn-white::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 8px;
    left: 58px;
    position: absolute;
    background-color: #FFF;
    transition: all 0.3s;
}
.btn-white:hover::after {
    width: 63%;
}
.btn-white:hover img  {
    transform: scale(1.08);
}
.btn-white img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    transition: all 0.3s;
}
.btn-black {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: fit-content;
}
.btn-black span {
    position: relative;
}
.btn-black span::after {
    height: 2px;
    width: 0;
    content: "";
    bottom: -3px;
    left: 0;
    position: absolute;
    background-color: #000;
    transition: all 0.3s;
}
.btn-black img{
    background-color: #000;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 10px 16px;
    margin-right: 20px;
}
.btn-transparent {
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 50px;
    padding: 12px 24px;
    display: block;
    line-height: 1;
    position: relative;
}
.btn-transparent::after {
    content: "";
    background-color: #FFFFFF;
    border-radius: 50px;
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 0;
    z-index: -1;
}
.btn-transparent:hover::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-transparent:hover {
    color: #000;
    border: 1px solid #FFFFFF;
}
.btn-facts {
    font-weight: 500;
    background-color: #000000;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
}
.contact-cta input{
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.contact-cta {
    position: relative;
    width: 138px;
    margin-left: auto;
    margin-right: 20px;
}
.contact-cta::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 48px;
    bottom: 40px;
    background-color: #000;
    transition: all .3s;
}
.contact-cta:hover::after {
    width: 68%;
}
.contact-cta::before {
    content: "";
    position: absolute;
    background-image: url('local-images/right-arrow-small.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    left: -5px;
    height: 43px;
    border-radius: 50%;
    background-color: #000;
}
button {
    border: none;
}
.container-xl {
    padding: 0 20px;
}
#wpadminbar {
    position: fixed;
}
body.admin-bar header {
    top: 46px;
}
body.admin-bar .offcanvas {
    top: 46px;
}
.grecaptcha-badge {
    visibility: hidden;
}
/**************************
        HEADER
***************************/
.navbar {
    padding: 20px 0;
}
.second-nav  {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navbar-nav {
    padding-top: 50px;
}
.offcanvas-header {
    padding: 25px;
}
.offcanvas-body {
    padding: 10px;
}
.navbar-brand {
    margin-left: 13px;
}
.navbar-brand img {
    width: 152px;
    height: auto;
}
.navbar-brand-offcanvas img {
    width: 152px;
    height: auto;
}
.menu-text {
    font-size: 16px;
    font-weight: 300;
}
.navbar-toggler {
    border: none;
}
.btn-close {
    background-image: url(local-images/xmark.svg);
    color: #000;
    opacity: 1;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.btn-close:focus {
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url(local-images/bars.svg);
    width: 25px;
    height: 28px;
}
.nav-link {
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: .2px;
    font-size: 20px;
    padding: 22px 20px;
    line-height: 20px;
}
.second-nav-link {
    font-weight: 400;
    font-size: 16px;
    padding: 14px 20px;
    color: var(--color-text);
    letter-spacing: .2px;
    text-decoration: none;
}
.nav-link:focus {
    color: #000;
}
/***********************************
        HERO
************************************/
.carousel-item {
    padding: 12px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #000;
    min-height: 430px;
    position: relative;
}
.carousel-content {
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-top: 60px;
}
.carousel-overlay {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-head {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    max-width: 295px;
}
.carousel-normal-text-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    color: #FFF;
    margin-top: 10px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-img-box {
    height: auto;
    width: 260px;
    z-index: 2;
    position: relative;
}
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-video-box {

    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.carousel-video-box iframe {
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
	min-height: 100%;
    min-width: 120%;
    width: 177.77777778vh;
	height: 65vw;
}
.carousel-img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.carousel-text-box {
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 0;
    max-width: 280px;
    margin-top: 15px;
    text-align: center;
}
.carousel-cta-box {
    text-align: center;
    z-index: 2;
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: 10px;
    width: 20px;
    overflow: hidden;
    height: 30px;
    opacity: 1;
    transition: all 0.5s;
}
.carousel-control-prev {
    left: 33px;
}
.carousel-control-prev-icon {
    position: relative;
    background-image: unset;
}
.carousel-control-prev-icon::after {
    position: absolute;
    background-image: url('local-images/arrow-left-white.svg');
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 30px;
    content: "";
    height: 30px;
    transition: all 0.3s;
}
.carousel-control-prev:hover {
    width: 30px;
    left: 23px;
}
.carousel-control-next-icon {
    position: relative;
    background-image: unset;
}
.carousel-control-next-icon::after {
    position: absolute;
    background-image: url('local-images/arrow-right-white.svg');
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    width: 30px;
    content: "";
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
}
.carousel-control-next {
    right: auto;
    left: 65px;
    transition: all 0.3s;
}
.carousel-control-next:hover {
    width: 30px;
}
.carousel-control-next:hover .carousel-control-next-icon::after {
    left: 0;
}
.carousel-arrow-box {
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.hero-arrow-box {
    z-index: 3;
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    display: block;
    bottom: -35px;
    cursor: pointer;
}
.hero-arrow-box::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #FFF;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
.hero-arrow-box:hover::after {
    width: 0;
}
.arrow-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.arrow-2 {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 14px;
    height: 16px;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.arrow-3 {
    position: absolute;
    left: 50%;
    top: -10px;
    width: 2px;
    height: 12px;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.arrow-4 {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 9px;
    height: 9px;
    transform: translateX(-50%);
    transition: all 0.4s;
}
.hero-arrow-box:hover .arrow-4 {
    top: -3px;
}
.hero-arrow-box:hover .arrow-3 {
    display: none;
}
.hero-arrow-box:hover .arrow-2 {
    top: 10px;
}
/***********************************
        VIDEO SECTION
************************************/
.video-section {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.line-box {
    width: 86px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.line-box img {
    height: 4px;

}
.top-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
}
.section-title {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 300px;
}
.section-text-box p{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;

}
.section-cta {
    margin-top: 35px;
}
.video-wr {
    position: relative;
    height: fit-content;
    width: 100%;
    margin-top: 40px;
}
.video-section-video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
	padding-top: 56.25%;
}
.video-section-video-box ._brlbs-cb-vimeo{
	position: absolute;
	left: 0;
	top: 0;
}
.video-section-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*********************************
        OFFER SECTION
*********************************/
.offer-section {
    padding-top: 50px;
}
.offer-section-block {
    margin-bottom: 60px;
    padding-top: 15px;
}
.offer-section-block:hover .btn-black span::after{
    width: 100%;
}
.offer-section-img-box {
    width: 100%;
    height: 335px;
    transition: all 0.3s;
}
.offer-section-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.offer-line-box {
    width: 86px;
    margin-top: 35px;
    margin-bottom: 0;
}
.offer-top-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.offer-title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.offer-text-box {
    margin-bottom: 15px;
}
.offer-text-box p {
    font-size: 18px;
    color: #55595c;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
/***********************************
        LIVE SECTION
************************************/
.live-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 180px;
    padding-bottom: 255px;
}
.live-section-img-box {
    height: auto;
    width: 200px;
}
.live-section-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.live-line-box {
    margin: 0;
}
.live-section-text-box {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 35px;
}
/***********************************
        FACEBOOK FEED
************************************/
.facebook-feed-section {
    margin-top: -150px;
    padding-bottom: 100px;
}
.facebook-feed-swiper{
    padding-left: 3px;
    padding-right: 3px;
}

.facebook-feed-swiper .swiper {
    width: 100%;
    height: 100%;


}
.facebook-feed-swiper .swiper-wrapper {
    padding-bottom: 40px;
    padding-top: 30px;
    margin-top: 10px;
}
.facebook-feed-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.facebook-feed-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.facebook-feed-swiper .swiper-button-next {
    top: auto;
    bottom: -10px;
    right: 15px;
    left: auto;
    width: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.facebook-feed-swiper .swiper-button-prev {
    top: 10px;
    bottom: 0;
    width: 20px;
    overflow: hidden;
    left: 0;
    transition: all 0.3s;
}
.facebook-feed-swiper .swiper-button-prev:hover {
    width: 30px;
    left: 0;
}
.facebook-feed-swiper .swiper-button-next:hover {
    width: 30px;

}
.facebook-feed-swiper .swiper-button-next::after {
    position: absolute;
    background-image: url('local-images/arrow-right-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    width: 30px;
    content: "";
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);
}
.facebook-feed-swiper .swiper-button-next:hover::after {
    left: 0;
}
.facebook-feed-swiper  .swiper-button-prev::after {
    position: absolute;
    background-image: url('local-images/arrow-left-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 30px;
    content: "";
    height: 30px;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);

}
.feed-slider-item {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    padding: 20px 20px 20px 20px;
    background: #fff;
    text-align: start;
    width: 100%;
}
.fb-post-by {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fb-post-by-img {
    width: 15%;
}
.fb-post-by-img img {
    border-radius: 50%;
    border: 1px solid #000;
    padding: 5px;
}
.fb-post-by-name {
    width: 80%;
}
.fb-post-by-name h4 {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: start;
}
.fb-post-by-name h4 a {
    text-decoration: none;
    color: #000;
}
.fb-post-by-name h5  {
    color: #AAA;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-align: start;
}
.fb-post-by-name h5 a {
    text-decoration: none;
    color: #000;
}
.fb-post-msg {
    min-height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21em;
    text-align: start;
}
.fb-post-msg a {
    color: #AAA;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
.fb-post-attachment {
    overflow: hidden;
    max-height: 217px;
    height: 217px;
    margin-bottom: 30px;
}
.fb-share-link a{
    padding: 5px 20px 5px 20px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
    color: #AAA;
    font-size: 14px;
    color: #000;
    text-transform: lowercase;
    text-decoration: none;
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;
}
.facebook-feed-swiper .swiper-slide .fb-share-link img {
    height: 14px;
    width: 14px;
}
/***********************************
        PHOTO SECTION
************************************/
.photo-section {
    position: relative;
    padding: 25px 0;
}
.photo-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
}
.bg-photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.bg-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: all 0.5s;
}
.photo-section:hover .bg-photo img {
    transform: scale(1.08);
}
.photo-section-line {
    margin-bottom: 30px;
}
.photo-section-block {
    z-index: 2;
    position: relative;
    min-height: 560px;
    padding-left: 20px;
    padding-right: 20px;
}
.photo-section-top-title {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
}
.photo-section-title {
    color: #FFF;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-bottom: 30px;
}
.photo-section-cta-box img{
    height: 43px;
    width: 43px;
    margin-right: 16px;
}
.photo-section-cta-box a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.photo-section-cta-box a::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 6px;
    left: 58px;
    position: absolute;
    background-color: #FFF;
    transition: all 0.3s;
}
.photo-section-cta-box a:hover::after {
    width: 60%;
}
.photo-section:hover .photo-section-cta-box a::after {
    width: 60%;
}
.photo-section-home .photo-section-cta-box a{
	color: #000000;
}
.photo-section-home .photo-section-cta-box a::after {
    background-color: #000000;
    transition: all 0.3s;
}
.photo-section-home:hover .photo-section-cta-box a::after {
    width: 65%;
}

/***********************************
        BLOG SECTION
************************************/
.blog-section {
    padding: 60px 0;
}
.blog-line-box {
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-section-top-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
.blog-section-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.news-card-link {
    text-decoration: none;
    color: #000;
}
.news-card-img-box {
    height: 210px;
    width: 100%;
}
.news-card-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-card-text-wrapper {
    padding: 20px;
    position: relative;
}
.news-card-text-wrapper::after {
    content: "";
    width: 1px;
    height: 60px;
    top:20px;
    left: 0;
    position: absolute;
    background-color: #000;
    transition: all 0.3s;
}
.news-card-link:hover .news-card-text-wrapper::after {
    height: 100px;
}
.card-date-box {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
.news-card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-card-text-box {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #777;
    margin-bottom: 10px;
}
.news-card-cta {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}
.news-card-cta::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom:0;
    left: 0;
    position: absolute;
    background-color: #000;
    transition: all 0.3s;
}
.news-card-link:hover .news-card-cta::after {
    width: 0;
}
.blog-section-swiper {
    margin-top: 20px;
}
.blog-section-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 45px;
    width: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.blog-section-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 20px;
    overflow: hidden;
    left: 10px;
    transition: all 0.3s;
}
.blog-section-swiper .swiper-button-prev:hover {
    width: 30px;
    left: 0;
}
.blog-section-swiper .swiper-button-next:hover {
    width: 30px;

}
.blog-section-swiper .swiper-button-next::after {
    position: absolute;
    background-image: url('local-images/arrow-right-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    width: 30px;
    content: "";
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);
}
.blog-section-swiper .swiper-button-next:hover::after {
    left: 0;
}
.blog-section-swiper  .swiper-button-prev::after {
    position: absolute;
    background-image: url('local-images/arrow-left-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 30px;
    content: "";
    height: 30px;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);
}
.blog-section-swiper .swiper-wrapper {
    padding-bottom: 60px;
    margin-top: 10px;
}
/***********************************
        FOOTER
************************************/
footer {
    position: relative;
    overflow: hidden;
    background-color: #0A0A0A;
    padding-top: 60px;
}
.footer-bckg-img {
    position: absolute;
    bottom: 15%;
    left: -20%;
    z-index: 1;

}
.footer-bckg-img img {
    height: 100%;
    width: 100%;
}
.footer-content {
    z-index: 2;
    position: relative;
}
.footer-logo-box {
    margin-top: 10px;
    transition: all 0.3s;
    padding-left: 15px;
    position: relative;
    width: 260px;
}
.footer-logo-box::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 25px;
    width: 28px;
    background-color: #0A0A0A;
}
.footer-logo-box  img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.footer-arrow-box {
    position: relative;
    width: 35px;
    height: 35px;
}
.footer-arrow-box .arrow-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.footer-arrow-box .arrow-2 {
    position: absolute;
    left: 50%;
    top: 14px;
    width: 14px;
    height: 16px;
    transition: all 0.1s;
    transform: translateX(-50%) rotate(180deg);
}
.footer-arrow-box .arrow-3 {
    position: absolute;
    left: 50%;
    top:  32px;
    width: 2px;
    height: 12px;
    transition: all 0.3s;
    transform:  translateX(-50%) rotate(180deg);
}
.footer-arrow-box .arrow-4 {
    position: absolute;
    left: 50%;
    top: 48px;
    width: 9px;
    height: 9px;
    transform: translateX(-50%) rotate(180deg);
    transition: all 0.4s;
}
.footer-arrow-box:hover .arrow-2 {
    top: 12px;
}
.footer-arrow-box:hover .arrow-3 {
    display: none;
}
.footer-arrow-box:hover .arrow-4 {
    top: 30px;
}
.circle-box {
    color: #000;
    text-decoration: none;
    width: 281px;
    height: 281px;
    background-color: #FFF;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    transform: rotate(-7.58deg);
    margin-left: 30px;
}
.circle-box h4{
   font-size: 30px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1;
   color: #000;
}
.circle-icon-box {
    width: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.circle-icon-box img {
    width: 25px;
    transform: translateX(-5px);
    height: 15px;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(11%) hue-rotate(294deg) brightness(96%) contrast(101%);
}
.circle-box:hover .circle-icon-box{
    width: 25px;
}
.circle-box:hover .circle-icon-box img {
    transform: translateX(0);
}
.footer-top-block {
    margin-bottom: 75px;
}
.footer-bottom-box {
    margin-top: 50px;
}
.footer-head {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    line-height: 1;
}
.footer-text-box-head{
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}
.footer-text-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
}
.footer-text-box p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
}
.footer-text-box a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.footer-text-box a::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom:0;
    left: 0;
    position: absolute;
    background-color: #FFF;
    transition: all 0.3s;
}
.footer-text-box a:hover::after {
    width: 0;
}
.footer-bottom-box {
    padding: 40px;
    border-top: 1px solid #171717;
}
.copyright-box {
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: .2px;
}
.footer-links {
    padding: 0;
    padding-top: 20px;
    margin: 0;
    list-style-type: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #FFF;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
}
.footer-links a span {
    font-weight: 700;
}
.footer-links a::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom:0;
    left: 0;
    position: absolute;
    background-color: #FFF;
    transition: all 0.3s;
}
.footer-links a:hover::after {
    width: 0;
}
.footer-back-to-top {
	position: absolute;
	top: 65px;
	right: 65px;
	z-index: 50;
}
/***********************************
        PAGE - RIVERSIDE OF LIFE
************************************/
.image-section {
    height: 480px;
}
.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-offer-section {
    padding-bottom: 10px;
    padding-top: 20px;
}
 /***********DARAUS SECTION***********/
.daraus-section {
    padding-bottom: 45px;
}
.daraus-text-box {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-right: 15px;
}
.daraus-text-box span {
    color: #A09F9A;
}
.daraus-line-box {
    margin-bottom: 20px;
}
.daraus-line-box img {
    width: 55px;
}
 /***********TOP-SECTION***********/
.top-section-video {
    position: relative;
    width: 100%;
}
.top-section-img-box {
    width: 210px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.navigation-down {
    list-style-type: none;
    margin: 0;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-top: 1px solid #000;
    overflow-x: auto;
    margin-bottom: 130px;
    top: 80px;

}
.sticky-container {
    top: 80px;
}
body.admin-bar .sticky-container {
    top: 126px;
}
.sticky-container::after {
    content: '';
    width: 60px;
    height: 50px;
    position: absolute;
    top: 1px;
    right: -10px;
    z-index: 1500;
    background: linear-gradient(120deg,rgba(255,255,255,.3) 0%,rgb(255 255 255) 100%);
}
.sticky-menu {
    top: 80px;
}
body.admin-bar .sticky-menu {
    top: 126px;
}
.sticky-menu .container-xl {
    padding: 0;
}
.navigation-down li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    white-space: nowrap;
}
.navigation-down li a span {
    height: 24px;
    overflow-y: hidden;
    margin-top: 3px;
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
    transition: all 0s;
}
.navigation-down li a span::-webkit-scrollbar {
    display: none;
}

.navigation-down li a img {
    height: 24px;
    width: 14px;
    margin-left: 11px;
    transform: translateY(-9px);
    transition: all 0.3s;
}
.navigation-down li a:hover img{
    transform: translateY(0);
}
.navigation-down li a:hover span {
   overflow: auto;
}
.top-section-top-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.top-section-line-box {
    margin-bottom: 30px;
}
.top-section-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-bottom: 30px;
}
.top-section-text-box p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
/***********GRID-PHOTOS***********/
.grid-photos-wrapper {
    padding-top: 70px;
    padding-bottom: 10px;
	overflow-x: hidden;
}
.grid-box {
    margin-bottom: 50px;
}
.grid-text-box {
    padding: 30px 0;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-text-line-box {
    width: 55px;
}
.grid-text-line-box img {
    width: 55px;
    margin-bottom: 40px;

}
.grid-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.grid-img-box {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.grid-img-box img{
    max-width: 100%;
}
/***********************************
        PAGE - WOHNEN
************************************/
.wohnen-offer-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
/***********COVER***********/
.cover-section {
    padding-bottom: 75px;
}
.cover-img-box {
    height: 335px;
    width: 100%;
}
.cover-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cover-line-box {
    margin-bottom: 8px;
}
.cover-top-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-bottom: 22px;
}
.cover-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.2px;
    line-height: 1;
    margin-bottom: 30px;
}
.cover-text-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    margin: 0;
}
.facts-wrapper {
	padding: 0;
}
.facts-img-box {
    width: 125px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}
.facts-img-box img {
    height: 100%;
    width: 100%;
}
.grid-photos-section .grid-photos-wrapper {
    padding-top: 25px;
}
/***********IMPRESSIONS***********/
.impression-section {
    padding-top: 45px;
    padding-bottom: 145px;
}
.impression-head {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin-bottom: 35px;

}
.impression-tabs {
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;

}
.tabs-container {
    position: relative;
}
.tabs-container::after {
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    top: 1px;
    right: -10px;
    background: linear-gradient(120deg,rgba(255,255,255,.3) 0%,rgb(255 255 255) 100%);
}
.impression-section .tab-content {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.impression-tabs .nav-item {
    margin-left: 12px;
    margin-right: 12px;
}
.impression-tabs .nav-link {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 35px 20px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.impression-tabs .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #000;
    top: 0;
    left: -100%;
    transition: all 0.5s;
}
.impression-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #F0EEE7;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}
.etappe-kontakt .impression-tabs .nav-link::before {
	background-color: rgba(0, 0, 0, 0.5);
}
.impression-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
}
.impression-tabs .nav-link:hover::after {
    width: 100%;
}
.impression-tabs .nav-link:hover {
    color: #000;
}
.impression-section .container-xl {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.impression-swiper-top {
    height: 330px;
    width: 100%;
}
.impression-swiper-bot {
    height: 130px;
    box-sizing: border-box;
    padding: 20px 0;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}
.impression-swiper-bot::after {
    background: linear-gradient(to left,rgba(255,255,255,.8) 37%,rgba(255,255,255,0) 69%);
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
}
.impression-swiper-bot .swiper-slide {
    width: 25%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide-inner-img-box {
    height: 30px;
    width: 30px;
}
.slide-inner-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.slide-inner-360 {
    font-size: 48px;
    color: #FFF;
    font-weight: 700;
    position: relative;
    left: 15px;
    line-height: 1.2;
}
.slide-inner-text-box {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.impression-section .swiper-button-next {
    top: auto;
    bottom: 60px;
    right: 14%;
    left: auto;
    width: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.impression-section .swiper-button-prev {
    top: auto;
    bottom: 60px;
    width: 20px;
    overflow: hidden;
    left: 14%;
    transition: all 0.3s;
}
.impression-section .swiper-button-prev:hover {
    width: 30px;
    left: 13%;
}
.impression-section .swiper-button-next:hover {
    width: 30px;
    right: 13%;
}
.impression-section .swiper-button-next:hover::after {
    left: 0;
}
.impression-section .swiper-button-next::after {
    position: absolute;
    background-image: url('local-images/arrow-right-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    width: 30px;
    content: "";
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);
}

.impression-section  .swiper-button-prev::after {
    position: absolute;
    background-image: url('local-images/arrow-left-white.svg');
    bottom:  0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 30px;
    content: "";
    height: 30px;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(162deg) brightness(88%) contrast(106%);
}
/***********APARTMENTS***********/
.apartments-section {
    background-color: #F7F5EF;
    padding:0 0 25px 0;

}
.apartments-section > .row {
    margin: auto;
}
.apartments-head-img-box {
    width: 120px;
    margin-bottom: -10px;
    transform: translateY(-40px);
}
#facts2 .apartments-head-img-box{
	transform: translateY(10px);
}
.apartments-head-img-box img{
    width: 100%;

    object-fit: contain;
}
.apartments-line-box {
    width: 86px;
    margin-bottom: 30px;
}
.apartments-line-box img {
    width: 86px;
    height: 4px;
}
.apartments-top-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.apartments-svg-wrap {
    height: auto;
    width: 100%;
}
.apartments-section-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.2px;
    line-height: 1;
    margin-bottom: 30px;
}
.apartments-section-head p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.apartments-svg-wrap svg {
    height: 100%;
    width: 90%;
}
.result-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 45px;
}
.result-info h4 p {
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
#short-filter {
    position: relative;
    margin-bottom: 17px;
}
#short-filter select {
    height: 40px;
    background-color: #F7F5EF;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 8px 35px 8px 16px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000 !important;
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
	-webkit-opacity: 1;
}
#short-filter select:focus-visible {
    outline: none;
}
#short-filter::after {
    content: "";
    background-image: url(local-images/select-arrow.svg);
    width: 16px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#story-filter {
    max-width: 48%;
    width: 100%;

    display: inline-block;
    position: relative;
    margin-right: 2%;
}
#story-filter select:focus-visible {
    outline: none;
}
#story-filter  select{
    height: 40px;
    background-color: #F7F5EF;
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 8px 35px 8px 16px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #000 !important;
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
	-webkit-opacity: 1;
}
#story-filter::after {
    content: "";
    background-image: url(local-images/select-arrow.svg);
    width: 16px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#room-filter {
    max-width: 48%;
    width: 100%;
    display: inline-block;
    position: relative;

}
#room-filter select:focus-visible {
    outline: none;
}
#room-filter  select{
    height: 40px;
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
    background-color: #F7F5EF;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 8px 35px 8px 16px;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #000 !important;
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
	-webkit-opacity: 1;
}
#room-filter::after {
    content: "";
    background-image: url(local-images/select-arrow.svg);
    width: 16px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#slider-percentage {
    font-weight: 300;
    hyphens: manual;
    position: relative;
    text-align: left;
    height: .8em;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 0;
    border-radius: 15px;
    margin: 0 11px;
}
.table-more-filter {
    margin-top: 20px;
}
.price-range-wrap label{
    font-size: 16px;

    color: #333333;
    font-weight: 300;
}
.price-range-wrap p {
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #333333;
    font-weight: 300;
}
.price-range-wrap input[type=text] {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    display: none;
}


.available-filter-title {
    margin-top: 25px;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    font-weight: 300;
}
#available-filter label {
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
}
#available-filter input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#available-filter label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: -8px;
    padding: 0;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50px;
    background-color: #fff;
}
#available-filter label:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    left: 7px;
    position: absolute;
    top: 16px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 6px;
    display: none;
}
#available-filter input:checked + label::after {
    -webkit-animation: check2 0.8s ease 0s running;
    animation: check2 0.8s ease 0s running;
    display: block;
    width: 8px;
    height: 14px;
    border-color: #000;
}
.apartments-circle-box {
    color: #fff;
    text-decoration: none;
    width: 258px;
    height: 258px;
    background-color: #000;
    border-radius: 50%;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    transform: rotate(-9deg);
    margin-left: 0;
    margin-top: 30px;
}
.apartments-circle-box h4{
   font-size: 20px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1;
   color: #FFF;
}
.apartments-section .apartments-circle-icon-box {
	transform: rotate(90deg);	
}
.apartments-circle-icon-box {
    width: 25px;
    overflow: hidden;
    transition: all 0.3s;
}
.apartments-circle-icon-box img {
    width: 25px;
    transform: translateX(-5px);
    height: 15px;
    transition: all 0.3s;
}
.apartments-circle-box:hover .apartments-circle-icon-box{
    width: 25px;
}
.apartments-circle-box:hover .apartments-circle-icon-box img,
.hero-circle:hover .apartments-circle-icon-box img{
    transform: translateX(0);
}
.hero .circle-img-holder, 
.wohnen-main .circle-img-holder,
.arbeiten-main .circle-img-holder,
.quartier-img-holder{
	right: 10px;
	bottom: 15px;
	z-index: 2;
}
.hero-circle {
    color: #fff;
    text-decoration: none;
    width: 150px;
    height: 150px;
    background-color: #000;
    border-radius: 50%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate(-7.58deg);
    margin-left: 0;
}
.hero-circle h4{
   font-size: 16px;
   font-weight: 700;
   line-height: 1;
   color: #FFF;
}
.range-slider {
  width: 100%;
  position: relative;
  margin: 15px 0 30px 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 13px;
  background: #e8e8e8;
  border-radius: 3px;
  border: none;
}
.flat-table-wrap {
    margin-top: 20px;
}
.value-box {
    font-size: 13px;
    color: #333333;
}
.value-box p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #333333;
}
#flat-table_filter {
    display: none;
}
#flat-table {
    max-width: 624px;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333333;
}
table#flat-table th {
    background: #000;
    color: #fff;
    border: none;
    font-size: 11px;
    font-family: 'Rubik';
    padding: 10px 5px;
    text-align: left;
}
.text-desktop {
    display: none;
}
table#flat-table tr td {
    font-size: 11px;
    padding: 8px 0 8px 10px;
    vertical-align: top;
    line-height: 1.5;
    font-weight: 300;
}
.even {
    background-color: #F0EEE7;
}
.odd {
    background-color: transparent;
}

/***********************************
         ARBEITEN PAGE
************************************/
.arbeiten-main {
    background-image: url('img/arbeiten-main-bg.png');
    background-repeat: no-repeat;
    background-position: top 0 left -400px;
}
.facts-card {
   padding:30% 5% 30% 5%;
    background-color: #000;
   position: relative;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 30px;
   margin-top: 30px;

}


.facts-card-img-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.facts-card-img-box  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.facts-card-text-box {
    z-index: 10;
}
.facts-card-line-box img {
    height: 4px;
}
.facts-card-line-box {
    margin-bottom: 5px;
    margin-top: 5px;
}
.facts-card-top-text, .facts-card-top-text-auto {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.facts-card-normal-text {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.facts-text-block {
    padding-top: 20px;
}
.facts-text-block p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
}
.arbeiten-image img {
    object-position: top;
}
.arbeiten-image {
    margin-bottom: 45px;
}
/***********APARTMENTS LIST***********/
.apartments-list-img-box {
    width: 100%;
    padding: 10px;
    height: auto;
    margin-top: 20px;
}
.apartments-list-img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.apartments-link {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.apartments-link:first-child {
    border-top: 1px solid #CCC;
}
.apartments-link span {
    font-weight: 300;
    font-size: 18px;
}
.apartments-link-icon {
    width: 20px;
    overflow: hidden;
    transition: all 0.3s;
    margin-right: 20px;
    flex-shrink: 0;
}
.apartments-link-icon::-webkit-scrollbar {
    display: none;
}
.apartments-link-icon img{
    position: relative;
    transition: all 0.3s;
    left: -5px;
    width: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%);
}
.apartments-link:hover .apartments-link-icon img{
    left: -1px;
}
.apartments-link:hover .apartments-link-icon {
    overflow: auto;
    scrollbar-width: none;
    width: 24px;
}
.apartments-link-box {
    padding-top: 10px;
    padding-bottom: 50px;
}
.quartier-navigation .navigation-down{
    margin-bottom: 95px;
}


.lageplan-text-box {
    padding: 10px;
}
.lageplan-head {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1;
    margin-bottom: 30px;
}
.lageplan-text-box p{
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 15px;
}
.lageplan-img-box {
    width: 100%;
    height: auto;
}
.lageplan-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lageplan-block-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.lageplan-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.lageplan-block:last-child {
    border-bottom: none;
}
.lageplan-block-text p{
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 300;
    color: #000000;
}
.lageplan-left-box {
    padding-top: 40px;
}
.lageplan-left-box .btn-primary {
    margin-top: 35px;
    margin-bottom: 30px;
}
.lage-section .impression-tabs {
    padding-left: 0;
}
.mieter-tab-img-box {
    width: 100%;
    height: auto;
    max-width: 800px;
    padding-top: 10px;
}
.mieter-tab-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.meiter-apart-wrapper {
    padding-top: 30px;
}
.meiter-box {
    padding: 5px;
}
.meiter-name {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    max-width: 60%;
    line-height: 1.5;
}
.meiter-number {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    text-align: end;
    max-width: 60%;
    line-height: 1.5;
}

.okologie-section .top-section-title {
    max-width: unset;
}
.okologie-section .top-section-text-box {
    max-width: unset;
}
.okologie-section {
    padding-top: 110px;
    padding-bottom: 115px;
}
.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
}
.timeline::after {
    width: 1px;
    height: 99%;
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    background-color: #000;
}
.timeline-left, .timeline-right {
    position: relative;
}
.timeline-line-box {
    height: fit-content;
    margin-bottom: 3px;
    position: relative;
}
.left-last::after {
    content: "";
    position: absolute;
    height: 98%;
    width: 50%;
    background-color: #fff;
    top: 18px;
    right:  100%;
    z-index: 1000;
}
.right-last::after {
    content: "";
    position: absolute;
    height: 98%;
    width: 50%;
    background-color: #fff;
    top: 18px;
    right:  100%;
    z-index: 1000;
}
.timeline-line-box::after {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    top: 6px;
    left: -40px;
    content: "";
    border-radius: 50%;
    z-index: 10;
}
.timeline-black-circle::after {
    background-color: #000;
}
.timeline-line-box img {
    height: 4px;
    width: 86px;
    object-fit: contain;
}
.timeline-date-box {
    font-size: 20px;
    font-weight: 700;
}
.timeline-text-box {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.timeline-text-box p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.geschichte-section {
    padding-top: 10px;
}
.geschichte-img-box {
    width: 125px;
    height: auto;
    padding-top: 35px;
    padding-bottom: 60px;
}
.geschichte-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/***********ENTWICKLUNG***********/
.entwicklung-section .container-fluid {
    padding: 0 30px;
}
.entwicklung-section {
    padding-top: 35px;
    padding-bottom: 120px;
}
.entwicklung-top {
    padding-bottom: 15px;
}
.entwicklung-img-box {
    height: auto;
    width: 100%;
}
.entwicklung-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.entwicklung-text-box {
    padding: 10px 0;
}
.entwicklung-line-box {
    height: auto;
    width: 86px;
}
.entwicklung-line-box {
    margin-bottom: 30px;
}
.entwicklung-line-box img {
	width: 86px;
	height: 4px;
}
.entwicklung-head {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.entwicklung-text-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
/***********************************
        NEWS PAGE
************************************/
.news-page-top {
    background-image: url('img/news-page-bg.png');
    background-repeat: no-repeat;

}
.news-page-top-line-box {
    margin-top: 0;
    margin-bottom: 33px;
}
.news-page-link {
    text-decoration: none;
    color: #000;
}
.news-page-img-box {
    width: 100%;
    height: auto;
}
.news-page-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-page-text-box {
    padding: 40px 10px 40px 25px;
    position: relative;
}
.news-page-text-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    background-color: #000;
    top: 42px;
    left: 0;
    transition: all 0.3s;
}
.news-page-date-box {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
.news-page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
.news-page-text-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.news-page-cta {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    width: fit-content;
}
.news-page-cta::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    bottom: -1px;
    left: 0;
    transition: all 0.3s;
}
.news-page-link:hover .news-page-cta::after {
    width: 0;
}
.news-page-link:hover .news-page-text-box::after {
    height: 70px;
}
.news-page-button {
    padding-bottom: 45px;
}
.more-news-link {
    text-decoration: none;
    color: #000;
    display: block;
}
.more-news-card-img-box {
    width: 100%;
    height: auto;
}
.more-news-card-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-news-card-text-wrapper{
    padding: 30px;
    position: relative;
}
.more-news-card-text-wrapper::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 56px;
    background-color: #000;
    left: 0;
    top: 30px;
    transition: all 0.3s;
}
.more-news-date-box{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.more-news-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;

}
.more-news-card-text-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
}
.more-news-card-cta{
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    width: fit-content;
}
.more-news-card-cta::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s;
}
.more-news-link:hover .more-news-card-cta::after {
    width: 0;
}
.more-news-link:hover .more-news-card-text-wrapper::after {
    height: 70px;
}
.more-news {
    padding-top: 60px;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
/***********************************
        KONTAKT PAGE
************************************/
.kontakt-top-section {
    padding-top: 10px;
    padding-bottom: 75px;
}
.kontakt-top-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    max-width: 250px;
    text-align: center;
    margin-bottom: 30px;
}
.kontakt-top-text {
    padding: 0 10px;
}
.kontakt-top-text p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.kontakt-top-tabs-section .btn-black::after {
    left: 65px;
}
.kontakt-top-tabs-section .btn-black:hover::after {
    width: 57%;
}
.kontakt-top-tabs-section .btn-black img {
    transition: all 0.3s;
}
.kontakt-top-tabs-section .btn-black:hover img {
    transform: scale(1.07);
}
.kontakt-top-tabs-section .impression-tabs {
    padding-left: 0;
}
.kontakt-top-tabs-section .nav-item {
    margin-left: 10px;
    margin-right: 10px;
	width: 100%;
}
.kontakt-top-tabs-section .nav-item:first-child {
    margin-left: 0;
}
.kontakt-top-tabs-section .nav-link {
    white-space: unset;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: start;
    padding: 18px 10px;
	width: 100%;
	text-align: center;
	color: #7E7C78;
}
}
.kontakt-top-tabs-section .nav-link.active {
    background-color: transparent;
}
.kontakt-top-tabs-section .nav-link:hover {
    color: #000;
}
.kontakt-tab-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 60px;
    margin-bottom: 30px;
}
.etappe-kontakt .kontakt-tab-title {
	text-transform: uppercase;
}
.etappe-kontakt input[type=radio] {
	appearance: none;
	--webkit-appearance: none;
	display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(240, 238, 232, 1);
    background-color: #fff;
	border-radius: 50%;
	margin-right: 15px;
}
.etappe-kontakt input:checked[type=radio] {
	background-color: black;
	border: 5px solid white;
}

.etappe-kontakt .nav-tabs .nav-item .nav-link.active{
	background-color: transparent;
}

.kontakt-tab-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.kontakt-tab-form  {
    padding-top: 35px;
}
.kontakt-tab-form .form-label {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.kontakt-tab-form  input.form-control {
    border-color: #F0EEE8;
    border-radius: 0;
    min-height: 59px;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #F0EEE8;
}
.kontakt-tab-form  textarea {
    border-color: #F0EEE8;
    border-radius: 0;
    height: 105px;
    box-shadow: none;
}
 .kontakt-tab-form .form-check-input {
    border: 0;
    clip: rect(0 0 0 0);
    height:0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.kontakt-tab-form .wpcf7-list-item-label {
    position: relative;
    font-size: 14px;
    font-weight: 300;
}
.kontakt-tab-form .form-check-input {
    position: relative;
    box-shadow: none;
    margin-bottom: 10px;
}
.kontakt-tab-form .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: -8px;
    padding: 0.12em;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50px;
    background-color: #F0EEE7;
}
.etappe-kontakt .kontakt-tab-form .wpcf7-list-item-label::before {
	background-color: white;
}
.etappe-kontakt .btn {
	background-color: transparent;
}
.kontakt-tab-form .wpcf7-radio .wpcf7-list-item-label::before {
	display: none;
}
.wpcf7-radio .wpcf7-list-item label {
	display: flex;
}

.kontakt-tab-form .wpcf7-list-item-label:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 6px;
    display: none;
}
.form-check-input:checked[type=checkbox] + .wpcf7-list-item-label:after,
.form-check-input:checked[type=radio] + .wpcf7-list-item-label:after  {
    -webkit-animation: check2 0.8s ease 0s running;
    animation: check2 0.8s ease 0s running;
    display: block;
    width: 8px;
    height: 14px;
    border-color: #000;
}
.kontakt-tab-form a{
    text-decoration: none;
    color: #000;
    position: relative;
}
.wpcf7-list-item {
    margin-bottom: 30px;
	margin-left: 2rem;
}
.kontakt-tab-form a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -2px;
    transition: all 0.3s;
}
.kontakt-tab-form a:hover::after {
    width: 0;
}
@-webkit-keyframes check2 {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 8px;
    }

    50% {
        height: 14px;
        width: 8px;
    }
}
.chapta {
    background-color: red;
    height: 78px;
}
.kontakt-tab-form button {
    margin-top: 35px;
    margin-right: 25px;
}
.kontakt-tab-form button img {
    margin-right: 10px;
}
.kontakt-top-tabs-section {
    padding-bottom: 45px;
}
.kontakt-bottom-tabs {
    padding-left: 0;
    margin-bottom: 70px;
}
.kontakt-bottom-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}
.kontakt-bottom-tabs .nav-item:first-child {
    margin-left: 0;
}
.kontakt-bottom-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 10px;
}
.lageplan-block-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.4px;
    margin-bottom: 110px;
}
.kontakt-bottom-tabs  .lageplan-left-box {
    padding-top: 30px;
}
.kontakt-bottom-tabs-section .lageplan-block-head {
    font-size: 24px;
    font-weight: 600;
}
.kontakt-bottom-tabs-section {
    padding-bottom: 25px;
}
.kontakt-bottom-tabs-section .mieter-tab-wrapper {
    padding-bottom: 30px;
}
/***********************************
        SINGLE PAGE
************************************/
.single-img-box {
    width: 100%;
    height: auto;
}
.single-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-page-nav-buttons .btn-black {
    font-size: 18px;
    padding: 0;
}
.single-page-nav-buttons {
    padding: 8px 15px;
}
.single-page-nav-buttons .container-xl {
    padding: 0;
}
.single-page-nav-buttons a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.single-page-nav-buttons .prev-btn a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 60px;
    bottom: -2px;
    background-color: #000;
    transition: all .3s;
}
.single-page-nav-buttons .prev-btn a:hover::after {
    width: 65%;
}
.single-page-nav-buttons .prev-btn  a {
    padding-left: 60px;
}
.single-page-nav-buttons .prev-btn  a::before {
    position: absolute;
    content: "";
    display: block;
    width: 43px;
    left: 0;
    top: -8px;
    height: 43px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-color: #000;
    border-radius: 50%;
    background-image: url('local-images/right-arrow-small.svg');
}
.single-page-nav-buttons .prev-btn  a:hover::before {
    transform: scale(1.07) rotate(180deg);
}
.single-page-nav-buttons .next-btn  a:hover::before {
    transform: scale(1.07);
}
.single-page-nav-buttons .next-btn  a{
    padding-right: 60px;
}
.single-page-nav-buttons .next-btn  a::before {
    position: absolute;
    content: "";
    display: block;
    width: 43px;
    right:  0;
    top: -8px;
    height: 43px;
    background-repeat: no-repeat;
    transition: all .3s;
    background-position: center;
    background-color: #000;
    border-radius: 50%;
    background-image: url('local-images/right-arrow-small.svg');
}
.single-page-nav-buttons .next-btn a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #000;
    transition: all .3s;
}
.single-page-nav-buttons .next-btn a:hover::after {
    width: 60%;
}
.single-top-block {
    padding: 20px 35px;
}
.single-date-box {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}
.single-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.single-editor {
    padding: 30px 15px;
}
.single-editor p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 14px;
}
.single-editor a {
    color: #000;
}
.single-editor iframe {
    max-width: 100%;
}
.single-bottom-buttons .single-page-nav-buttons {
    padding: 0;
}
.single-bottom-buttons .right-btn img {
    margin-right: 0;
    margin-left: 10px;
}
.single-bottom-buttons {
    margin-bottom: 55px;
    margin-top: 55px;
}
.single-gallery {
    padding-top: 60px;
}
.gallery-img-box {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.gallery-img-box:hover {
    filter: brightness(70%);
}
.gallery-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-swiper .swiper-button-next,
.single-swiper .swiper-button-prev {
    top: 45%;
}
.single-swiper .swiper-button-next::after,
.single-swiper .swiper-button-prev::after {
    font-weight: 700;
    color: #FFF;
    font-size: 20px;

}
.single-swiper {
   padding-bottom: 30px;
   width: 100%;
   height: 100%;
}


.single-swiper  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-slide-img-box {
    width: 100%;
    height: 300px;
}
.single-slide-img-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.single-swiper  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.single-swiper  .swiper-pagination-bullet,
.single-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.single-swiper .swiper-pagination-bullet-active {
    background: #000;
}

.single-accordion .container-xl {
    padding: 0;
}

.accordion-single {
    padding-top: 30px;
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
}
.accordion-single .accordion-item:first-of-type .accordion-button,
.accordion-single .accordion-item:first-of-type {
    border-radius: 0;
}
.accordion-single .accordion-button:not(.collapsed) {
    background-color: #FFF;
    box-shadow: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.accordion-single .accordion-item{
    border: none;
}
.accordion-single .accordion-button {
    border-top: 1px solid #000;
    border-radius: 0 !important;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.accordion-single  .accordion-button:focus {
    box-shadow: none;
}
.accordion-single .accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid #000;
}
.accordion-single .accordion-button::after {
    background-image: url(local-images/plus.svg);
}
.accordion-single .accordion-button:not(.collapsed)::after {
    background-image: url(local-images/minus.svg);
}

.accordion-single ul  {
    margin: 0;
}
.accordion-single ul li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
}
.accordion-single ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
}
.accordion-single ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: #000;
    transition: all .3s;
}
.accordion-single ul li a:hover::after {
    width: 0;
}
.accordion-single .accordion-body {
    padding: 25px 15px;
}
/***********************************
        DATENSCHUTZ
************************************/
.datenschutz-main .container-xl {
    padding: 0 25px;
}
.datenschutz-block {
    padding-top: 20px;
    padding-bottom: 75px;
}
.datenschutz-block h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.datenschutz-block h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.datenschutz-block h6 {
    line-height: 1.2;
    margin-bottom: 15px;
}
.datenschutz-block ul {
    padding-left: 18px;
}
.datenschutz-block ul li{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;

}
.datenschutz-block ul li::marker {
    font-size: 12px;
}
.datenschutz-block p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.datenschutz-block  a {
    word-break: break-all;
    text-decoration: none;
    color: #000;
    position: relative;

}
.datenschutz-block  a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    transition: all 0.4s;
}
.datenschutz-block  a:hover::after {
    width: 0;
}
.downloads-icon-box {
    width: 12px;
    height: auto;
}
.downloads-icon-box img {
    height: 100%;
    width: 100%;
}
/***********************************
        DOWNLOADS
************************************/
.download-page-block a {
    text-decoration: none;
    color: #000;
}
.download-type-icon-box {
    padding: 5px;
}
.download-type-icon-box img {
    height:  15px;
    width:  15px;
    object-fit: contain;
}
.download-icon-box {
    padding: 5px;
}
.download-icon-box img {
    height: 28px;
    width: 28px;
    object-fit: contain;
}
.downloads-text-box {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}
.downloads-row {
    padding: 10px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}
.downloads-icons {
    padding-bottom: 20px;
    gap: 25px;
}
.downloads-img-box {
    width: 250px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 65px;
}
.downloads-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.downloads-row-head {
    padding-bottom: 30px;
    padding-top: 15px;
}
.download-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.download-type{
    font-size: 20px;
    font-weight: 600;
}
.download-line-box{
    margin-top: 10px;
}
.downloads-top-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.downloads-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
/***********404 PAGE***********/
.notfound-page {
    padding: 40px 0;
}
.notfound-head {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 600;
}
.notfound-title{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.notfound-text {
    font-size: 16px;
    margin-bottom: 30px;
}
/***********SIDE ICONS***********/
.side-icons {
    left: auto;
}
.side-icons a {
    padding: 13px 19px;
    background-color: #000;
    text-decoration: none;
    color: #FFF;
    display: flex;
    width: 51px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff42;
}
.icons-wrap {
    transition: all .3s;
}
.icons-hidden {
    visibility: hidden;
    opacity: 0;
}
.side-icons img {
    height: 15px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.side-icons-open img{
    height: 22px;
}
.side-icons-open {
    padding: 13px 19px;
    background-color: #000;
    text-decoration: none;
    color: #FFF;
    display: flex;
    width: 51px;
    align-items: center;
    justify-content: center;
}
/***********POPUP MODAL***********/
.modal-backdrop.show {
    opacity: 0;
}
.enable-scroll {
    overflow-y: auto !important;
	padding-right: 0px !important;
}
.remove-padding {
    padding-right: 0px !important;
}
.popup-modal  .modal-dialog{
    top: 135px;
    border-radius: 0;
    border: none;
}
.popup-modal  .modal-content {
    border-radius: 0;
}
.popup-modal .modal-dialog {
    margin-right: 0;
    margin-left: auto;
    max-width: 340px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
}
.popup-modal .modal-header {
    border-bottom: none;
    align-items: start;
    padding: 20px;
}
.popup-modal .modal-header,
.popup-modal .modal-body,
.popup-modal .modal-content,
.popup-modal .modal-dialog {
    border: none;
}
.modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background-color: #000;
    padding: 20px 55px;
    transform: translateX(-50px);
}
.popup-modal .modal-header button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0 3px;
}
.popup-modal .modal-header button img{
    height: 18px;
    width: 18px;
}
.popup-modal  .modal-body {
    padding: 8px 30px;
}
.popup-modal  .modal-body p {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 0;
}
.popup-modal .modal-footer {
    border-top: none;
    justify-content: start;
    padding: 8px 30px 40px 30px;
}
.popup-modal .modal-footer a {
    text-decoration: none;
    color: #000;
    margin: 0;
    position: relative;
}
.popup-modal .modal-footer a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all .3s;
}
.popup-modal .modal-footer a:hover::after {
    width: 0;
}


.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}
.gallery-item {
	width: 100% !important;
}
#gallery-1 img {
    border: none !important;
    border-radius: 0;
}



.flat-table-3d-image-wrap svg {
    width: 100%;
}
.popup-floor-plan-img img{
    max-width: 100%;
}
.popup-floor-scaled-img img{
    max-width: 100%;
}
.popup-floor-plan-img {
    text-align: center;
}
.navigate-text {
    font-size: 13px;
    max-width: 358px;
}

.popup-content-wrap {
    margin-top: 20px;
}

#flat-table {
    max-width: 624px;
    margin-left: 0;
}
.popup-content h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.popup-content h3 strong {
    font-weight: 700;
}
table#flat-table th {
    background: #000;
    color: #fff;
    border: none;
    font-size: 11px;
    font-family: 'Rubik';
    padding: 10px;
    text-align: left;
}

table#flat-table td {
    border: none;
}

table#flat-table tr {
    background: transparent;
}

table#flat-table tr:nth-child(even) {
    background: #F0EEE7;
}

table#flat-table tr:hover {
    background: #fff !important;
}

table#flat-table tr td {
    background: transparent !important;
    font-size: 11px;
    font-family: 'Rubik';
    padding: 8px 0 8px 10px;
}

table#flat-table tr:nth-child(2n) td {
    background: #F0EEE7;
}



.info-popup {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    display: none;
}

.info-popup.active {
    display: block;

}

.popup-content {
    margin: 40px auto 10px;
    width: 1070px;
    background: #fff;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    max-width: 100%;
    padding: 30px 45px 30px 30px;
    background-image: url(/wp-content/uploads/2020/11/river-font.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.popup-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link-btn {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-top: 20px;
}


.popup-content-left img {
    max-height: 550px;
}
.link-btn-factsheet {
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 23px;
    margin-right: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
    color: #000;
}
.popup-content-wrap > div.popup-content-right {
    padding-left: 20px;
}

a.close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    font-weight: bold;
}

a.popup-button {
    padding: 1em 6em;
    text-transform: uppercase;
    color: white;
    background: #575250;
    cursor: pointer;
    font-weight: bold;
    font-size: smaller;
    text-align: center;
    width: 100%;
    display: block;
}

.popup-content-wrap > div.popup-content-right table {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse;
}

.popup-content-wrap div.popup-content-right table tr:nth-child(odd) td {
    background: #F7F5EF !important;
}

.popup-content-wrap > div.popup-content-right table td {
    border: none;
    font-size: 14px;
    padding: 10px;
}

.popup-content-wrap > div.popup-content-right table td:last-child {
    font-weight: bold;
    text-align: center;
}

.popup-content-wrap > div.popup-content-right table + img {
    margin-bottom: 20px;
    display: block;
}

a.popup-button:hover {
    opacity: 0.8;
}

.flat-table-3d-outer-wrap .flat-table-wrap td {
    background: #f7f7f7 !important;
}

.flat-table-3d-outer-wrap .flat-table-wrap td {
    border-left: none;
    border-right: none;
    border-top: none !important;
    /*border-bottom: 1px solid rgba(112,112,112, 0.15) !important;*/
    background: #fff !important;
    text-align: left;
}

.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, -400px);
        transform: translate(0, -400px);
    -webkit-transform: translate(0, -400px);
    /*-ms-transform: translate(230px, -248px);*/
}

.floor > g.active > path, .floor > g:hover > path {
    fill: #c20000 !important;
    stroke: #fff !important;
}

.popup-content-right::-webkit-scrollbar {
    width: 10px;
}

.popup-content-right::-webkit-scrollbar-track {
    background-color: #eee;
}

.popup-content-right::-webkit-scrollbar-thumb {
    background-color: #000;
}

.popup-floor-plan {
    margin-bottom: 50px;
}

.active-img+.default-img {
    display: none;
}

#C1 .floor > g.active > path, #C1 .floor > g:hover > path {
    fill: rgb(221,140,90) !important;
    stroke: #fff !important;
}

#C2 .floor > g.active > path, #C2 .floor > g:hover > path {
    fill: rgb(69,98,119) !important;
    stroke: #fff !important;
}

#C3 .floor > g.active > path, #C3 .floor > g:hover > path {
    fill: rgb(130,81,54) !important;
    stroke: #fff !important;
}

#C4 .floor > g.active > path, #C4 .floor > g:hover > path {
    fill: rgb(160,45,39) !important;
    stroke: #fff !important;
}

#B4 .floor > g.active > path, #B4 .floor > g:hover > path {
    fill: rgb(96,95,70) !important;
    stroke: #fff !important;
}

div#svg-wrap {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
}

div#svg-wrap svg {
    max-width: 90%;
    height: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #000;
	border: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}
.ui-widget.ui-widget-content {
    margin-top: 15px;
}
#slider-pricerange {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 15px;
}
#flat-table {
    max-width: 624px;
}
span.green img {
    height: 14px;
}
table.dataTable.no-footer {
    border-bottom: none;
}

.wpcf7-not-valid {
    border: 2px solid #CE4B4B !important;
}
.flat-table-right {
    overflow-x:hidden;
}
 .photo-section-cta-box .btn-black.text-black::after {
	background-color: #000000;
}
.photo-section-cta-box .btn-black.text-black:hover::after {
	width: 70%;
}
.cover-section-cta .btn-black.text-black:hover::after {
	width: calc(100% - 59px);
}
.image-text-section .section-text-box {
	max-width: 1020px;
}
.image-text-section {
	padding: 50px 0 50px 0;
}
.home-live-section .live-section-img-box{
	margin-top: 50px;
}
.navbar-nav .dropdown-menu {
	display: block;
	border: none;
	padding-top:0;
	text-align: center;
	margin-top: -10px;
}
.navbar-nav .dropdown-toggle::after {
	border: none !important;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: 700;
}
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:active {
	font-weight: 400;
}
.top-section-video .circle-img-holder {
	right: 0;
	z-index: 20;
	bottom: 15px; 
}
.wohnen-offer-top {
	padding-bottom: 60px;
}
.eigentums-kontakt {
	padding-top: 40px;
}
.wohnungen-iframe-container {
	height: 80svh;
}
.impressionen-cta {
	padding-top: 20px;
	padding-bottom: 30px;
}
.impressions-tabs-miet {
	padding-top: 30px;
}
.miet-impressionen-section .facts-section-block {
	padding: 0 12px;
}
.miet-impressionen-section {
	padding-bottom: 0;
}
.miet-impressionen-section-last{
	padding-bottom: 100px;
}
.arbeiten-facts-card {
	padding: 60px 40px 50px 40px;
}
.arbeiten-facts-block .photo-section-cta-box  {
	padding-top: 20px;
	padding-bottom: 30px;
}
.quartier-offer-section{
	padding-top:50px;
	padding-bottom:0;
}
.gastronomie-img{
	max-width: 1090px;
}
.gastronomie-img img{
	width:100%;
	height:auto;
}
.image-gastronomie-section{
	padding-top:50px;
}
.image-gastronomie-section {
		padding-bottom:75px;
}
.single-title-miet h4{
	font-size:18px;
	color:#000000;
	line-height:1;
	font-weight:700;
}
.single-editor-miet p{
	color:#000000;
}
.single-text-section{
	max-width:850px;
}
.langsamverkehr-section{
	padding-bottom:50px;
}
.wpcf7-captchar{
	padding:6px 12px;
	padding-right:20px;
}
.wpcf7-radio.wpcf7-not-valid {
	border:none !important;
	color:#dc3232;
	padding:10px 5px;
}
.wpcf7-radio.wpcf7-not-valid input[type="radio"]{
	border:1px solid #dc3232;
}
.eigentums-tabs-top .nav-tabs .nav-link.active {
	background-color: transparent !important;
}
.eigentums-tabs-top .contact-btn {
	background-color: transparent;
}
.eigentums-tabs-top .kontakt-tab-form .wpcf7-list-item-label::before {
	background-color: #FFFFFF;
}
/***********************************
        RESPONSIVE SM
************************************/
@media only screen and (min-width: 576px) {
     /***********PREDEFINED***********/
    .section-padding {
        padding: 50px 0;
    }
    /***********HEADER***********/
    .navbar-brand img {
        width: 230px;
    }
    .menu-wrapper {
        padding: 0 12px;
    }
    /***********HERO***********/

    .carousel-text-box {
        font-size: 16px;
    }

    .video-wr {
        height: 330px;
    }
    .section-title {
        max-width: unset;
    }
    .carousel-video-box iframe {
        min-height: 51vh;
    }
    .video-section {
        padding: 50px 10px;
    }
	.hero .circle-img-holder, 
	.wohnen-main .circle-img-holder,
	.arbeiten-main .circle-img-holder,
	.quartier-img-holder{
		bottom: unset;
		top: 30px;
		right: 30px;
	}
    .live-section {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top 100px left 110%;
    }
    .offer-section {
        padding-top: 60px;
    }
    .footer-logo-box {
        padding-left: 20px;
    }
    footer {
        padding-top: 100px;
    }
    footer .container-fluid {
        padding: 0 35px;
    }
    .circle-box {
        margin-left: 10px;
    }
    .footer-links li {
        margin-right: 20px;
        margin-left: 20px;
    }
    .footer-top-block {
        margin-bottom: 90px;
    }
    .grid-photos-wrapper {
        padding-top: 90px;
        padding-bottom: 20px;
    }
    /***********************************
        PAGE - WOHNEN
    ************************************/
    .wohnen-offer-section{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .cover-section {
        padding-bottom: 100px;
    }
    .facts-img-box {
        padding-top: 60px;
    }
    /***********APARTMENTS***********/

    #story-filter {
        margin-right: 3%;
    }
    .arbeiten-image {
        margin-bottom: 85px;
    }
    .apartments-link-box {
        padding-bottom: 65px;
    }
    .quartier-navigation .navigation-down{
        margin-bottom: 145px;
    }
     .okologie-section {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .okologie-section .top-section-text-box {
        padding: 0 10px;
    }
    .geschichte-section {
        padding-top: 35px;
    }
    .geschichte-section .top-section-title {
        max-width: 450px;
    }
    .geschichte-img-box {
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .news-page-button {
        padding-top: 25px;
        padding-bottom: 60px;
    }
    .kontakt-top-section {
        padding-bottom: 85px;
    }
    .kontakt-top-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .single-page-nav-buttons {
        padding: 2px 25px;
    }
    .single-top-block {
        padding: 20px 25px;
    }
    .single-editor {
        max-width: 880px;
    }
    .datenschutz-main .container-xl {
        padding: 0 35px;
    }
    .more-news {
        padding-top: 65px;
    }
    .more-news-link:last-child {
        margin-bottom: 0;
    }
    .notfound-page {
        padding: 60px 0;
    }
    .single-slide-img-box {
        height: 400px;
    }
    .flat-table-3d-image-wrap {
        width: 50%;
    }
	.kontakt-tab-form .wpcf7-radio .first {
		margin-left: 0;
	}
	.top-section-video .circle-img-holder {
		top: 20px;
		bottom: unset; 
	}
	.quartier-offer-section{
		padding-bottom:0;
	}
}
/***********************************
         RESPONSIVE MD
************************************/
@media only screen and (min-width: 768px) {
    /*****PREDEFINED*******/
    body {
        padding-top: 100px;
    }
    body.admin-bar header {
        top: 32px;
    }
    body.admin-bar .offcanvas {
        top: 32px;
    }
    /***********HEADER***********/
    .navbar-brand img {
        width: 245px;
    }
    .navbar {
        padding: 30px 42px;
    }
    .sticky-container {
        top: 100px;
    }
    body.admin-bar .sticky-container {
        top: 132px;
    }
    /***********HERO***********/
	#carouselHero {
		margin-right:76px;
	}
    .carousel-item {
        padding: 30px;
        background-position: center;
        background-size: cover;
        position: relative;
        background-color: #000;
        min-height: 540px;
    }
    .carousel-img-box {
        width: 400px;
    }
    .hero-arrow-box {
        bottom: 0;
    }
    .left-content {
        margin-left: 0;
    }
    .carousel-head {
        font-size: 33px;
        max-width: 370px;
    }
    .btn-white img {
        height: 43px;
        width: 43px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        bottom: 50px;
    }
    .carousel-control-prev {
        left: 100px;
    }
    .carousel-control-prev:hover {
        left: 90px;
    }
    .carousel-control-next {
        left: 140px;
    }
    .carousel-control-next:hover .carousel-control-next-icon::after {
        left: 0;
    }
    .carousel-cta-box {
        margin-left: 0;
    }
    .carousel-normal-text-box {
        margin-top: 30px;
        max-width: 450px;
        margin-left: 0;
    }
    .carousel-cta-box {
        margin-top: 30px;
    }
    .carousel-video-box iframe {
        min-height: 80vh;
    }
    /***********VIDEO SECTION***********/
    .offer-section-block:hover .offer-section-img-box {
        width: 110%;
        padding-right: 0;
    }
    .top-title {
        font-size: 20px;
    }
    .section-title {
        font-size: 48px;
    }
    .section-text-box p {
        font-size: 20px;
    }
    .video-wr {
        height: 420px;
        margin-top: 80px;
    }
    /***********OFFER SECTION***********/
    .offer-section-block {
        padding-top: 0;
    }
    .offer-section-img-box {
        height: 460px;
        padding-right: 30px;
    }
    .offer-title {
        margin-left: -110px;
        max-width: 345px;
        transition: all .3s;
    }
    .offer-line-box {
        margin-left: -115px;
        transition: all .3s;
    }
    .offer-top-title {
        margin-left: -110px;
        font-size: 20px;
        transition: all .3s;
    }
    .offer-text-block {
        transition: all .3s;
        padding-right: 50px;
    }
    .offer-section-block {
        margin-bottom: 0;
    }
    .offer-section-block:hover .offer-top-title {
        margin-left: -90px;
    }
    .offer-section-block:hover .offer-title {
        margin-left: -90px;
    }
    .offer-section-block:hover .offer-text-block {
        padding-left: 50px;
        padding-right: 0;
    }
    .offer-section-block:hover .offer-line-box {
        margin-left: -95px;
    }
    /***********LIVE SECTION***********/
    .live-section {
        background-position: top 100px left 130%;
        background-size: 80%;
    }
    .live-section-img-box {
        width: 320px;
        margin-top: 130px;
    }
    /***********PHOTO SECTION***********/
    .photo-section-top-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .photo-section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .photo-section-line {
        margin-bottom: 5px;
    }
    .photo-section-block {
        padding: 20px 0;
    }
    /***********FOOTER***********/
    footer {
        padding-top: 45px;
    }
    .footer-bckg-img {
        bottom: 20%;
        left: 30%;
    }
    .footer-content {
        padding: 0 50px;
    }
    .footer-content .row > div {
        border-left: 1px solid #171717;
    }
    /***********************************
        PAGE - RIVERSIDE OF LIFE
    ************************************/
    .second-offer-section {
        padding-bottom: 75px;
        padding-top: 20px;
    }
    /***********DARAUS SECTION***********/
    .daraus-section {
        padding-bottom: 40px;
    }
    .daraus-text-box {
        font-size: 25px;
        padding-right: 0;
        max-width: 460px;
    }
    .daraus-text-box strong {
        font-weight: 700;
        color: #A09F9A;
    }
    .daraus-line-box {
        margin-bottom: 10px;
        width: 78px;
    }
    .daraus-line-box img {
        width: 78px;
    }
    /***********TOP-SECTION***********/
    .top-section-img-box {
        width: 326px;
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .navigation-down {
        gap: 48px;
        padding-top: 16px;
        overflow-x: hidden;
        margin-bottom: 110px;
        transition: all 0.3s;
        top: 94px;
    }
    .sticky-menu {
        top: 100px;
    }
    body.admin-bar .sticky-menu {
        top: 132px;
		background-color: #fff;
    }
    .top-section-line-box {
        margin-bottom: 10px;
    }
    .top-section-top-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .top-section-title {
        font-size: 32px;
    }
    .top-section-cta {
        margin-top: 30px;
    }
    .grid-photos-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .grid-text-line-box {
        margin-top: 7px;
        margin-right: 40px;
    }
    /***********************************
        PAGE - WOHNEN
    ************************************/
    .wohnen-main {
        background-image: url('img/wohnen-main-bg.png');
        background-repeat: no-repeat;
        background-position-x: -450px;
    }
    /***********COVER***********/
    .cover-section {
        padding-bottom: 40px;
    }
    .cover-title {
        font-size: 32px;
    }
    .cover-img-box {
        height: 284px;
        padding-left: 25px;
        padding-right: 15px;
    }
    .cover-text-block {
        margin-right: -110px;
        z-index: 1;
        position: relative;
        padding: 0 15px;
    }
    .cover-line-box {
        margin-bottom: 3px;
    }
    .cover-text-block p{
        max-width: 350px;
    }
    .cover-top-title {
        margin-bottom: 12px;
    }
    .cover-title {
        margin-bottom: 20px;
    }
    .facts-img-box {
        padding-top: 75px;
        width: 215px;
    }
    .grid-photos-section .grid-photos-wrapper {
        padding-top: 75px;
    }
    /***********IMPRESSION***********/
    .impression-section .container-xl {
        padding: 0 50px;
    }
    .impression-head {
        font-size: 32px;
    }
    .impression-tabs {
        padding-left: 0;
    }
    .impression-tabs .nav-link {
        font-size: 20px;
    }
    .impression-swiper-bot {
        width: 62%;
        margin-left: auto;
        margin-right: auto;
        height: 160px;
    }
    .impression-swiper-top {
        height: 560px;
    }
    .impression-swiper-bot::after {
        display: none;
    }
	.impression-swiper-bot .swiper-slide {
        opacity: .4;
    }
    .impression-swiper-bot .swiper-slide-thumb-active {
        opacity: 1;
    }
    .impression-swiper .swiper-slide,
    .impression-swiper-small .swiper-slide {
        height: 120px;
        width: 22% !important;
    }
    .slide-inner-360 {
        font-size: 80px;
    }
    .slide-inner-text-box {
        font-size: 22px;
    }
    .apartments-head-img-box {
        width: 188px;
        margin-bottom: -50px;
        transform: translateY(-70px) !important;
    }
    .apartments-top-title {
        font-size: 20px;
    }
    .apartments-section-title {
        font-size: 32px;
    }
    .apartments-line-box {
        margin-bottom: 5px;
    }
    .apartments-top-title {
        margin-bottom: 10px;
    }
    .result-info h4 {
        margin-bottom: 5px;
    }
    .text-desktop {
        display: block;
    }
    .text-mobile {
        display: none;
    }
    #flat-table thead {
        vertical-align: top;
    }
    table#flat-table tr td {
        font-size: 14px;
    }
    .apartments-left.sticky-md-top {
        top: 300px;
        z-index: 1000;
    }
    .apartments-svg-wrap svg {
        width: 100%;
    }
    .apartments-section {
        padding-bottom: 55px;
    }
    .facts-text-block {
        max-width: 630px;
        width: 100%;
    }
    .facts-text-block p{
        padding: 10px;
    }
    .arbeiten-image {
        margin-bottom: 50px;
    }
    .arbeiten-offer {
        padding-bottom: 105px;
    }
    .apartments-link span {

        font-size: 18px;
    }
    .apartments-link-box {
        padding-top: 30px;
    }
    .apartments-link {
        font-size: 20px;
    }
    .apartments-link-text {
        column-gap: 10px;
    }
    .apartments-link-icon {
        margin-right: 5px;
    }
    .apartments-link-icon img {
        top: -1px;
    }
    .apartments-list-img-box.sticky-md-top {
        top: 154px;
        z-index: 100;
        padding-bottom: 70px;
        padding-top: 20px;
    }
    .apartments-list-block {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .quartier-cover {
        height: 338px;
    }
    .quartier-navigation .navigation-down{
        margin-bottom: 20px;
    }
    .lageplan-left-box {
        padding-left: 30px;
        padding-top: 0;

    }
    .lageplan-text-box {
        padding-bottom: 45px;
        padding-top: 55px;
        max-width: 820px;
    }
    .lageplan-block {
        margin-bottom: 20px;
    }
    .lageplan-block-head {
        margin-bottom: 15px;
    }
    .lageplan-text-box p {
        font-size: 20px;
        margin-bottom: 15px;

    }
    .lageplan-head {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .lageplan-left-box .btn-primary {
        margin-top: 10px;
    }
    .lageplan-left-box .btn-black:hover::after {
        width: 70%;
    }
    .lageplan-left-box .btn-black img {
        transition: all 0.3s;
    }
    .lageplan-left-box .btn-black:hover img {
        transform: scale(1.07);
    }
    .meiter-table-wrapper {
        padding-top: 20px;
    }
   .okologie-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .geschichte-img-box {
        width: 216px;
    }
    .geschichte-section .top-section-text-box {
        max-width: 500px;
    }
    .geschichte-img-box {
        padding-bottom: 30px;
    }
    .timeline {
        padding: 0;
        max-width: 718px;
        margin-left: auto;
        margin-right: auto;
    }
    .timeline::after {
        height: 100%;
    }
    .timeline li {
        width: 300px;
    }
    .timeline-right {
        margin-left: auto;
        margin-right: 0;
        margin-top: -50px;

    }
    .timeline::after {
        left: 50%;
    }

    .timeline-text-box {
        padding-right: 0;
        padding-bottom: 0;
    }
    .timeline-text-box p{
        margin: 0;
    }
    .timeline-left {
        text-align: right;
        margin-left: 0;
        margin-right: auto;
        margin-top: -50px;
    }
     .timeline-left:first-child {
        margin-top: 0;
    }
    .timeline-left:last-child {
        margin-top: 0;
    }
    .timeline-right:first-child {
        margin-top: 0;
    }
    .timeline-left .timeline-line-box {
        width: fit-content;
        margin-left: auto;
    }
    .timeline-right .timeline-line-box::after {
        left: -64px;
    }
    .timeline-left .timeline-line-box::after {
        left: 140px;
    }
    .left-last::after {
        height: 98%;
        width: 50%;
        top: 18px;
        left:  100%;
    }
    /***********ENTWICKLUNG***********/
    .entwicklung-section {
        padding-bottom: 135px;
    }
    .entwicklung-top {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }
    .entwicklung-img-box {
        height: 100%;
    }
    .entwicklung-text-box {
        padding: 30px;
    }
    /***********NEWS PAGE***********/
    .news-page-top {
        background-position: left 130% top -320px;
    }
    .news-page-head {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .news-page-top-line-box {
        margin-bottom: 7px;
    }
    .news-page-text-box {
        padding: 0 25px;
    }
    .news-page-text-box::after {
        top: 0;
    }
    .news-page-title {
        font-size: 25px;
    }
    .news-page-img-box {
        padding: 0 15px;
    }
    .news-page-button {
        padding-top: 55px;
        padding-bottom: 0;
    }
    .news-live-section .live-section-img-box {
        margin-top: 70px;
    }
    .kontakt-top-section {
        padding-top: 18px;
        padding-bottom: 100px;
    }
    .kontakt-top-title {
        font-size: 48px;
        max-width: fit-content;
        margin-bottom: 20px;
    }
    .kontakt-top-tabs .nav-link {
        font-size: 18px;
        padding: 20px 25px;
        white-space: nowrap;
    }
    .kontakt-top-tabs .nav-item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .kontakt-tab-title {
        font-size: 30px;
    }
    .kontakt-tab-text {
        max-width: 410px;
    }
    .kontakt-top-block {
        max-width: 780px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .kontakt-tab-title {
        padding-top: 95px;
        margin-bottom: 20px;
    }
    .kontakt-tab-form .form-check .wpcf7-list-item-label {
        font-size: 18px;
    }
    .kontakt-tab-form form div {
        margin-bottom: 30px;
    }
    .kontakt-tab-form {
        padding-top: 75px;
    }
    .kontakt-bottom-tabs-section {
        padding-top: 75px;
        padding-bottom: 45px;
    }
    .kontakt-bottom-tabs-section .lageplan-left-box {
        padding-left: 15px;
    }
    .kontakt-bottom-tabs-section .nav-link {
        padding: 20px 25px;
    }
    .kontakt-bottom-tabs {
        margin-bottom: 110px;
    }
    .lageplan-block-title {
        margin-bottom: 90px;
    }
    .lageplan-block a span {
        position: relative;
    }
    .lageplan-block a span::after {
        height: 2px;
        width: 0;
        position: absolute;
        content: "";
        bottom: -5px;
        left: 0;
        background-color: #000;
    }
    .lageplan-block a:hover span::after {
        width: 100%;
    }
    .kontakt-bottom-tabs-section .mieter-tab-img-box {
        padding-top: 0;
    }
    .kontakt-bottom-tabs-section .mieter-tab-wrapper {
        padding-bottom: 10px;
    }
    .kontakt-tab-form .form-label {
        font-size: 18px;
    }
    .kontakt-tab-form .wpcf7-list-item-label {
        font-size: 18px;
    }
    .kontakt-tab-form .wpcf7-list-item-label:after {
        top: 11px;
    }
    .contact-cta::before {
        transition: all .2s;
    }
    .contact-cta:hover::before {
        transform: scale(1.1);
    }
    .single-page-top-section .btn-black {
        padding-top: 50px;
    }
    .single-page-top-section .container-xl {
        padding: 0 50px;
    }
    .single-page-top-section .btn-black {
        font-size: 20px;
    }
    .single-title {
        font-size: 40px;
    }
    .single-page-nav-buttons {
        padding: 2px 5px;
    }
    .single-top-block {
        padding: 0 5px;
        margin-right: -60%;
        z-index: 10;
        position: relative;
        padding-top: 90px;
    }
    .single-img-box {
        padding-top: 40px;
        position: relative;
    }
	.white-overlay { 
		position: relative;
	}
    .single-img-box::after, .white-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left,rgba(255,255,255,.0),rgba(255,255,255,.1) 40%,rgba(255,255,255,.7));
    }
    .single-editor {
        padding: 40px 35px;
    }
    .right-btn img {
        margin-right: 0;
        margin-left: 10px;
    }
    .left-btn {
        position: relative;
    }
    .left-btn::after {
        height: 2px;
        width: 0;
        content: "";
        bottom: 5px;
        left: 60px;
        position: absolute;
        background-color: #000;
        transition: all 0.3s;
    }
    .left-btn:hover::after {
        width: 65%;
    }
    .right-btn {
        position: relative;
    }
    .right-btn::after {
        height: 2px;
        width: 0;
        content: "";
        bottom: 5px;
        left: 0;
        position: absolute;
        background-color: #000;
        transition: all 0.3s;
    }
    .right-btn:hover::after {
        width: 65%;
    }
    .single-bottom-buttons {
        margin-bottom: 75px;
    }
    .datenschutz-main .container-xl {
        padding: 0 45px;
    }
    .datenschutz-block {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .downloads-text-box {
        margin: 0;
    }
    .downloads-icons {
        padding: 0;
        gap: 40px;
    }
    .downloads-row {
        padding: 17px 20px 17px 10px;
    }
    .downloads-title {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .download-line-box {
        margin-bottom: 10px;
    }
    .downloads-top-title {
        margin-bottom: 10px;
    }
    .downloads-row-head {
        padding: 0 90px 0 10px;
    }
    .downloads-img-box {
        padding: 70px 0 90px 0;
    }
    .more-news {
        padding-top: 55px;
    }
    .news-page-button {
        padding-top: 50px;
    }
    .notfound-page {
        padding: 80px 0;
    }
    .side-icons a {
        padding: 30px;
        transition: all .3s;
		width: 76px;
    }
    .side-icons-open {
        padding: 20px 28px;
		width: 76px;
    }
    .side-icons img {
        height: 18px;
    }
    .side-icons-open img{
        height: 28px;
    }
    .side-icons a:hover {
        transform: translateX(-10px);
    }
    .popup-modal {
        right: 80px;
        left: auto;
    }
    .popup-modal .modal-dialog {
        margin-right: 20px;
    }
    .gallery-item {
	    width: 48% !important;
        margin: 0 1% 2% 1% !important;
    }
    .single-slide-img-box {
        height: 260px;
    }
    .single-accordion .container-xl {
        padding: 0 60px;
    }
    .accordion-single .accordion-button {
        font-size: 25px;
    }
    .popup-content-left {
        width: 48%;
    }
    .popup-floor-plan-img img {
        width: unset;
    }
    .popup-content-wrap > div.popup-content-right {
        width: 52%;
    }
    .popup-content-right h4 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-top: 48px;
    }
    .link-btn {
        display: inline-block;
        position: relative;
    }
	.link-btn-visit{
		margin-right:10px;
	}
    .link-btn::after {
        content: "";
        background-color: #000;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 3px;
        left: 55px;
        transition: all .3s;
    }
    .link-btn:hover::after {
        width: 63%;
    }
    .link-btn img {
        transition: all .3s;
    }
    .link-btn:hover img {
        transform: scale(1.1);
    }
    .link-btn-factsheet {
        position: relative;
    }
    .link-btn-factsheet::after {
        content: "";
        background-color: #333;
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 0;
        z-index: -1;
    }
    .link-btn-factsheet:hover::after{
        background-color: #000;
        border-radius: 100px;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .link-btn-factsheet:hover .link-btn-text{
        color: #FFF;
        position: relative;
        z-index: 100;
    }
    .link-btn-icon img {
        margin-left: 10px;
        transition: all .3s;
    }
    .link-btn-factsheet:hover .link-btn-icon img {
        z-index: 100;
        position: relative;
        filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(5%) hue-rotate(248deg) brightness(104%) contrast(100%);
    }
	.home-live-section .live-section-img-box{
		margin-top: 130px;
	}
	.wohnen-offer-top .offer-section-img-box {
		height: 100%;
		min-height: 460px;
	}
	.wohnen-offer-top {
		padding-bottom: 140px;
	}
	.eigentums-kontakt {
		padding-top: 60px;
	}
	.facts-b2 {
		padding-bottom: 40px;
	}
	.miet-impressionen-section-last{
		padding-bottom: 150px;
	}
	.quartier-offer-section{
		padding-top:80px;
		padding-bottom:40px;
	}
	.quartier-geschichte-section{
		padding-bottom:40px;
	}
	.single-editor-miet{
		  column-count: 2;
	}
	.single-title-miet h4{
		font-size:30px;
		margin-bottom:42px;
	}
	.single-editor-miet p{
		font-size:18px;
	}
	.riverport-entwicklung .entwicklung-img-box {
		max-height: 600px;
	}
}
/***********************************
         RESPONSIVE LG
************************************/
@media only screen and (min-width: 992px){
    /***********PREDEFINED***********/
    .section-title {
        font-size: 50px;
    }
    /***********HERO***********/
    .carousel-item {
        min-height: 710px;
        padding:  35px;
    }
    .carousel-img-box {
        width: 490px;
    }
    .carousel-normal-text-box {
        font-size: 16px;
        max-width: 500px;
    }
    .carousel-head {
        max-width: 710px;
        font-size: 44px;
    }
    .carousel-video-box iframe {
        min-height: 85vh;
    }
    /***********VIDEO SECTION***********/
    .video-wr {
        height: 540px;
        margin-top: 140px;
    }
    /***********OFFER SECTION***********/
    .offer-section {
        padding-top: 150px;
    }
    .offer-section-img-box {
        height: 460px;
    }
    .offer-title {
        margin-left: -120px;
        max-width: 345px;
        transition: all .3s;
    }
    .offer-line-box {
        margin-left: -120px;
        transition: all .3s;
    }
    .offer-top-title {
        margin-left: -120px;
        font-size: 20px;
        transition: all .3s;
    }
    .offer-text-block {
        padding-right: 80px;
        transition: all .3s;
    }
    .offer-section-block {
        margin-bottom: 0;
    }
    .offer-section-block:hover .offer-top-title {
        margin-left: -120px;
    }
    .offer-section-block:hover .offer-title {
        margin-left: -120px;
    }
    .offer-section-block:hover .offer-text-block {
        padding-left: 80px;
        padding-right: 0;
    }
    .offer-section-block:hover .offer-line-box {
        margin-left: -120px;
    }
    /*****PHOTO-SECTION*******/
    .photo-section-title {
        font-size: 50px;
        max-width: 700px;
    }
	.photo-section-home .photo-section-title {
        max-width: 100%;
    }
    .photo-section-block {
        padding: 80px 0;
    }
    /*****FACEBOOK-FEED-SECTION*******/
    .facebook-feed-swiper .swiper-button-prev {
        top: auto;
        bottom: -10px;
        left: 10px;
    }
    .facebook-feed-swiper .swiper-button-next {
        right: auto;
        left: 45px;
    }
    .facebook-feed-swiper .swiper-wrapper {
        padding-top: 3px;
        margin-top: 0;
    }
    .live-section-text-box {
        margin-bottom: 15px;
    }
    /*****BLOG-SECTION*******/
    .blog-line-box {
        margin-bottom: 8px;
    }

    .news-card-img-box {
        height: 230px;
        transition: all .3s;
    }
    .news-card-link:hover .news-card-img-box {
        height: 240px;
    }
    .blog-section-swiper {
        min-height: 600px;
    }
    .blog-section-title {
        font-size: 32px;
        max-width: 550px;
    }
    .blog-section-top-title {
        margin-bottom: 20px;
    }
    .blog-section-swiper {
        margin-top: 95px;
    }
    /***********FOOTER***********/
    footer {
        padding-top: 65px;
    }
    .footer-bckg-img {
        bottom: 0;
        right: 0;
    }
    .footer-logo-box {
        width:fit-content;
    }
    .footer-logo-box:hover {
        transform: translateX(-28px);
    }
    .footer-logo-box:hover::after {
        right: -28px;
    }
    .footer-logo-box  img {
        width: 265px;
    }
    .footer-logo-box::after {
        right: 0;
        height: 28px;
        transition: all 0.3s;
    }
    .footer-bottom-box {
        padding: 35px 0;
        margin-top: 90px;
    }
    .footer-links {
        padding-top: 0;
        margin-left: auto;
    }
    .circle-box {
        margin-left: auto;
        margin-right: 20%;
    }
    /***********************************
        PAGE - RIVERSIDE OF LIFE
    ************************************/
    .image-section {
        height: 650px;
    }
    .second-offer-section {
        padding-bottom: 95px;
        padding-top: 60px;
    }

    /***********TOP-SECTION***********/
    .top-section {
        background-image: url('img/top-section-cover.png');
        background-repeat: no-repeat;
        background-position-y: -200px;
        background-position-x: -100px;
    }
    .top-section-video {
        margin-top: 10px;
    }
    .top-section-img-box {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .daraus-text-box {
        max-width: 650px;
    }
    .navigation-down {
        margin-bottom: 125px;
    }
	.sticky-menu .container-xl {
		padding: 0 45px 0 90px;
	}
    .top-section-title {
        font-size: 40px;
        max-width: 755px;
        margin-bottom: 22px;
    }
    .top-section-text-box {
        max-width: 1000px;
    }
    .top-section-text-box  p {
        font-size: 20px;
    }
    .grid-photos-wrapper {
        padding-top: 110px;
        padding-bottom: 45px;
    }
    .grid-text {
        font-size: 24px;
    }
    .grid-photos-wrapper  .row > div:nth-last-child(1) {
        margin-top: 20%;
    }
    .daraus-line-box img {
        width: 96px;
    }
    /***********************************
        PAGE - WOHNEN
    ************************************/
    .wohnen-offer-section{
        padding-top: 65px;
        padding-bottom: 65px;
    }
    /***********COVER***********/
    .cover-img-box {
        height: 458px;
        padding-right: 25px;
		padding-left: 15px;
    }
    .cover-text-block {
        padding-left: 70px;
        margin-right: -200px;
    }
    .cover-title {
        font-size: 50px;
    }
    .cover-text-box p {
        font-size: 20px;
        max-width: 280px;
    }
    .grid-photos-section .grid-photos-wrapper {
        padding-top: 95px;
    }
    .impression-head {
        font-size: 40px;
    }
    .impression-tabs .nav-item {
        margin-left: 13px;
        margin-right: 13px;
    }
    .impression-section .container-xl {
        margin-left: auto;
        margin-right: auto;
    }
    /***********IMPRESSION***********/
    .impression-section .container-xl {
        padding: 0 65px;
    }
    .tabs-container::after {
       display: none;
    }
    .impression-swiper-bot {
        width: 70%;
    }
    .impression-section .swiper-button-next {
        right: 10%;
    }
    .impression-section .swiper-button-prev {
        left: 10%;
    }
	.impression-section .small-arrows .swiper-button-prev {
        left: 18%;
    }
	.impression-section .small-arrows .swiper-button-next {
        right: 18%;
    }
	.impression-section .xsmall-arrows .swiper-button-prev {
        left: 25%;
    }
	.impression-section .xsmall-arrows .swiper-button-next {
        right: 25%;
    }
    .impression-section .swiper-button-prev:hover {
        width: 30px;
        left: 9%;
    }
	.impression-section  .small-arrows  .swiper-button-prev:hover {
        width: 30px;
        left: 17%;
    }
	.impression-section  .xsmall-arrows  .swiper-button-prev:hover {
        width: 30px;
        left: 24%;
    }
    .impression-section .swiper-button-next:hover {
        width: 30px;
        right: 9%;
    }
	.impression-section  .small-arrows  .swiper-button-next:hover {
        width: 30px;
        right: 17%;
    }
	.impression-section  .xsmall-arrows  .swiper-button-next:hover {
        width: 30px;
        right: 24%;
    }
    .impression-section .swiper-button-next:hover::after {
        left: 0;
    }
	.impression-section .xsmall-arrows .swiper-wrapper,
	.impression-section .small-arrows .swiper-wrapper {
		margin-left: 10px;
	}
    .facts-wrapper .btn-facts {
        border: 1px solid #000;
    }
    .facts-text-block {
        max-width: 814px;
        width: 100%;
        padding-top: 40px;
    }
    .facts-text-block p{
        padding: 10px;
    }
    .apartments-list-block {
        padding-top: 85px;
        padding-bottom: 20px;
    }
    .apartments-list-img-box.sticky-md-top {
        padding: 40px 0 70px 0;
    }
    .apartments-link-box {
        padding-top: 60px;
    }
    .quartier-cover {
        height: 510px;
    }
    .lageplan-left-box {
        padding-left: 40px;
        padding-right: 20px;
    }
    .lageplan-img-box {
        padding-right: 40px;
    }
    .lageplan-head {
        font-size: 40px;
    }
    .lageplan-text-box {
        padding-bottom: 60px;
        padding-top: 65px;
    }
    .okologie-section {
        padding-top: 115px;
        padding-bottom: 85px;
    }
    .timeline {
        max-width: 830px;
    }
    .timeline::after {
        width: 2px;
    }
    .timeline-left .timeline-line-box::after {
        left: 196px;
    }
    .timeline-right .timeline-line-box::after {
        left: -120px;
    }
    /***********ENTWICKLUNG***********/
    .entwicklung-head {
        font-size: 30px;
    }
    .entwicklung-top{
        padding-bottom: 60px;
        max-width: 710px;
    }
	.entwicklung-block .top-section-text-box p {
		font-size: 18px;
	}
    /***********NEWS PAGE***********/
    .news-page-top {
        background-position: left 50% top -320px;
    }
    .news-page-link {
        display: block;
        padding: 0 15px;
    }
    .news-page-text-box {
        padding: 0 35px 0 25px;
    }
    .news-page-img-box {
        padding: 0 10px 0 30px;
    }
    .news-page-button {
        padding-top: 55px;
        padding-bottom: 75px;
    }
    .kontakt-main {
        background-image: url('img/kontakt-bg.png');
        background-repeat: no-repeat;
    }
    .kontakt-top-block {
        padding-left: 0;
        padding-right: 0;
    }
    .kontakt-top-section {
        padding-bottom: 115px;
    }
    .kontakt-top-tabs .nav-item {
        margin-left: 17px;
        margin-right: 17px;
    }
    .kontakt-bottom-tabs .nav-item {
        margin-left: 17px;
        margin-right: 17px;
    }
    .kontakt-bottom-tabs-section {
        padding-top: 85px;
        padding-bottom: 55px;
    }
    .kontakt-bottom-tabs {
        margin-bottom: 105px;
    }
    .kontakt-bottom-tabs-section .impression-block{
        max-width: 1160px;
    }
    .single-img-box {
        padding-left: 50px;
    }
    .single-bottom-buttons {
        margin-bottom: 100px;
    }
    .datenschutz-main .container-xl {
        padding: 0 35px;
    }
    .download-page-block {
        padding: 0 20px;
    }
    .downloads-row {
        padding-right: 45px;
    }
    .downloads-img-box {
        padding: 85px 0 120px 0;
    }
    .more-news {
        padding-top: 60px;
    }
    .notfound-page {
        padding: 100px 0;
    }
    .side-icons a img {
        margin-right: 20px;
    }
    .icons-hidden {
        visibility: unset;
        opacity: unset;
    }
    .side-icons a {
		width: 171px;
        transition: all .3s;
        justify-content: start;
    }
    .side-icons a span {
        visibility: hidden;
        transition: all .2s;
    }
    .side-icons a {
        transform: translateX(95px);
    }
    .side-icons a:hover {
        transform: translateX(0);
    }
    .side-icons a:hover span {
        visibility: visible;
    }	
    .side-icons-open {
		width: 171px;
    }	
    .gallery-item {
	    width: 32% !important;
        margin: 0 0.6% 1.4% 0.6% !important;
    }
    .gallery-item img {
        transition: all .3s;
    }
    .gallery-item img:hover {
        filter: brightness(70%);
    }
    .single-slide-img-box {
        height: 180px;
    }
	.geschichte-section .top-section-text-box {
		max-width: 1000px;
	}
	.geschichte-img-box {
		padding-top: 60px;
	}
	.wohnen-offer-top .offer-section-img-box {
		height: 100%;
		min-height: 460px;
	}
	.wohnen-offer-top {
		padding-bottom: 160px;
	}
	.eigentums-kontakt {
		padding-top: 80px;
	}
	.miet-impressionen-section-last{
		padding-bottom: 250px;
	}
	.quartier-offer-section{
		padding-top:120px;
		padding-bottom:70px;
	}
	.image-gastronomie-section{
		padding-top:80px;
	}
	.image-gastronomie-section {
		padding-bottom:105px;
	}
		.single-editor-miet{
		  column-gap: 50px;
	}
	.hero .circle-img-holder, 
	.wohnen-main .circle-img-holder,
	.arbeiten-main .circle-img-holder,
	.quartier-img-holder {
		right: 60px;
		top: 50px;
	}
	.home-offer-section {
		padding-bottom: 150px;
	}
}
/***********************************
         RESPONSIVE XL
************************************/
@media only screen and (min-width: 1200px) {
	.text-mobile {
	display: none;
}
    /*****PREDEFINED*******/
    .container-xl {
        max-width: 1200px;
        padding: 0 20px;
    }
    body {
        padding-top: 100px;
    }
    .btn-primary{
        font-size: 20px;
    }
    .btn-primary img {
        margin-right: 15px;
    }
    .container-custom {
        margin-left: calc(50vw - 585px);
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
    }
    .right-btn::after {
        left: 0 !important;
    }
     /*****HEADER*******/
     .navbar {
        padding: 26px 42px;
    }
    .navbar-brand {
        position: relative;
        margin: 0;
        padding-left: 12px;
        transition: all 0.3s;
    }
    .navbar-brand::after {
        content: "";
        position: absolute;
        height: 35px;
        width: 30px;
        top: 0;
        right: -1px;
        background-color: #fff;
        transition: all 0.3s;
    }
    .navbar-brand:hover {
        transform: translateX(-24px);
    }
    .navbar-brand:hover::after {
        right: -35px;
        width: 40px;
    }
    .navbar-brand img {
        width: 264px;
    }
    .offcanvas {
        margin-left: auto;
    }
    .navbar-nav {
        padding: 0;
    }
    .nav-item {
        margin-right: 0;
    }
    .nav-link {
        position: relative;
		padding: 14px 20px;
    }
    .nav-link::after {
        background-image: url(local-images/menu-zig-zag.svg);
        background-color: transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 5px;
        left: 50%;
        width: 0;
        position: absolute;
        transition: width 0.3s ease 0s,left 0.3s ease 0s;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: auto;
        opacity: 0;
		margin: 0;
    }
    .nav-link:hover {
        color: var(--color-text);
    }
    .nav-link:hover::after {
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 16px);
    }
    .nav-link.active::after {
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .second-nav-link {
        padding: 6px;
        position: relative;
        margin-right: 12px;
    }
    .second-nav-link::after {
        background-color: #000;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        width: 0;
        position: absolute;
        transition: width 0.3s ease 0s,left 0.3s ease 0s;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: auto;
        opacity: 0;
    }
    .second-nav-link:hover::after {
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .btn-secondary {
        margin-left: 10px;
        margin-right: 15px;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
    .btn-secondary::after {
        content: "";
        background-color: #000;
        border-radius: 50px;
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 0;
        z-index: -1;
    }
    .btn-secondary:hover::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .btn-black span::after {
        left: 0;
    }
    .btn-secondary:hover {
        color: #FFF;
    }
    .footer-content {
        padding: 0 180px;
    }
    .footer-logo-box {
        padding-left: 0;
    }
    .footer-bckg-img {
        bottom: -10%;
    }
    /***********HERO***********/
    .carousel-item {
        min-height: 815px;
        padding: 60px;
    }
    .carousel-img-box {
        width: 590px;
    }
    .carousel-text-box {
        font-size: 18px;
    }
    .carousel-normal-text-box {
        font-size: 20px;
        max-width: unset;
    }
    .carousel-head {
        font-size: 55px;
    }

    .carousel-cta-box {
        margin-top: 40px;
    }
	
	.hero .circle-img-holder, 
	.wohnen-main .circle-img-holder,
	.arbeiten-main .circle-img-holder,
	.quartier-img-holder{
		top: 50px;
		right: 50px;
	}
	
	.hero-circle h4{
	   font-size: 25px;
	   font-weight: 700;
	   line-height: 29.63px;
	   color: #FFF;
	}
	
	.hero-circle {
		width: 249px;
		height: 249px;
		padding-left: 35px;
		padding-right: 35px;
	}

    /***********VIDEO SECTION***********/
    .video-section {
        padding-top: 130px;
		padding-bottom: 150px;
    }
    .video-wr {
        height: 640px;
        margin-top: 160px;
    }
    .video-line-box {
        margin-bottom: 7px;
    }
    .top-title {
        margin-bottom: 20px;
    }
    /***********OFFER SECTION***********/
    .offer-title {
        margin-left: -135px;
        max-width: 550px;
        transition: all .3s;
        font-size: 40px;
    }
    .offer-line-box {
        margin-left: -135px;
        transition: all .3s;
    }
    .offer-top-title {
        margin-left: -135px;
        font-size: 20px;
        transition: all .3s;
    }
    .offer-text-block {
        padding-left: 20px;
        transition: all .3s;
    }
    .offer-section-block {
        margin-bottom: 0;
    }
    .offer-section-block:hover .offer-top-title {
        margin-left: -130px;
    }
    .offer-section-block:hover .offer-title {
        margin-left: -130px;
    }
    .offer-section-block:hover .offer-text-block {
        padding-left: 100px;
    }
    .offer-section-block:hover .offer-line-box {
        margin-left: -130px;
    }
    /*****LIVE-SECTION*******/
    .live-section {
        background-position: top 50px left 130%;
        padding-bottom: 275px;
    }
    .photo-section-block {
        min-height: 750px;
    }

    .facebook-feed-section {
        overflow: hidden;
    }
    .facebook-feed-swiper {
        margin-right: -23%;
        width: 123%;
    }

    /*****BLOG-SECTION*******/
    .blog-section {
        padding-top: 90px;
        padding-bottom: 130px;
        overflow: hidden;
    }
    .news-card-img-box {
        height: 260px;
    }
    .news-card-link:hover .news-card-img-box {
        height: 270px;
    }
   .blog-section-swiper {
        margin-right: -23%;
        width: 123%;
    }
    .live-section-img-box {
        margin-top: 200px;
    }
    /***********************************
        PAGE - RIVERSIDE OF LIFE
    ************************************/
    .second-offer-section {
        padding-bottom: 125px;
        padding-top: 80px;
    }
    .grid-photos-wrapper {
        padding-top: 150px;
        padding-bottom: 105px;
    }
    .navigation-down {
        top: 100px;
    }
    .sticky-menu {
        top: 100px;
    }

    /***********************************
        PAGE - WOHNEN
    ************************************/
    .wohnen-offer-section{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    /***********COVER***********/
    .cover-section {
        padding-bottom: 50px;
    }
    .cover-img-box {
        height: 540px;
        padding-left: 15px;
        padding-right: 0;
    }
    .cover-text-block {
        padding-left:0;
        margin-right: -220px;
    }
    .cover-title {
        font-size: 50px;
    }
    .cover-text-box p {
        font-size: 20px;
        max-width: 340px;
    }
    .facts-img-box {
        padding-top: 85px;
    }
    .grid-photos-section .grid-photos-wrapper {
        padding-top: 105px;
    }
    .impression-tabs .nav-link.active::after {
        left: 50%;
    }
    /***********IMPRESSION***********/
    .impression-section .container-xl {
        padding: 0 35px;
    }
    .impression-swiper-bot {
        width: 75%;
    }
    .impression-section .swiper-button-prev {
        left: 9%;
    }
    .impression-section .swiper-button-prev:hover {
        left: 8%;
    }
    .impression-section .swiper-button-next {
        right: 9%;
    }
    .impression-section .swiper-button-next:hover {
        right: 8%;
    }
    .apartments-section-title {
        font-size: 40px;
    }
    .apartments-section .container-xl {
        max-width: 1380px;
        padding: 0;
    }
    #short-filter   {
       display: inline-block;
       max-width: 320px;
       width: 100%;
       margin-right: 3%;
    }
    #story-filter {
        width: 100%;
        margin-right: 3%;
        max-width: 150px;
    }
    #room-filter {
        width: 100%;
        margin-right: 3%;
        max-width: 150px;
    }
    .price-range-wrap {
        width: 340px;
        display: inline-block;
        margin-right: 80px;
        padding-top: 15px;
        vertical-align: top;
    }
    #available-filter {
        display: inline-block;
    }
    .available-filter-title {
        margin-top: 13px;
    }
    .table-more-filter {
        margin-top: 0;
    }
    .flat-table-wrap {
        margin-top: 40px;
    }
    table#flat-table th {
        padding: 10px;
        width: unset !important;
    }
    .table-filter {
        padding-left: 20px;
    }
    table#flat-table tr:hover {
        background-color: #fff;
    }
    .apartments-left{
        margin-top: 100px;
    }
    .apartments-left.sticky-md-top {
        top: 250px;
    }
    .facts-section .row {
        padding-top: 15px;
    }
    .facts-text-block {
        max-width: 860px;
        padding-top: 55px;
    }
    .apartments-list-block {
        padding-top: 110px;
        padding-bottom: 30px;
    }
    .quartier-cover {
        height: 600px;
    }
    .lageplan-left-box {
        padding-left: 90px;
    }
    .meiter-apart-wrapper {
        column-count: 3;
    }
    .meiter-box {
        padding: 10px;
        border-top: 1px solid #ccc;
    }
    .meiter-name {
        padding-bottom: 25px;
    }
    .meiter-number,
    .meiter-name {
        max-width: 50%;

    }
    .lageplan-img-box {
        padding-right: 90px;
    }
    .meiter-table-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .meiter-table-wrapper table td {
        padding: 10px;
    }
    .meiter-table-wrapper table tr {
        border-top: 1px solid #ccc;
    }
    .meiter-table-wrapper table tr:last-child {
        border-bottom: 1px solid #ccc;

    }
    .okologie-section {
        padding-top: 130px;
        padding-bottom: 85px;
    }
    .entwicklung-block {
        padding: 0 30px;
    }
    .entwicklung-text-box {
        padding: 65px;
    }
    .entwicklung-top{
        padding-bottom: 65px;
    }
    .kontakt-bottom-tabs-section .mieter-tab-wrapper {
        padding-bottom: 0;
    }
    .single-img-box {
       padding-left: 60px;
    }
    .single-top-block {
        margin-right: -90%;
    }
    .single-page-top-section .container-xl {
        padding: 0 20px;
    }
    .single-page-nav-buttons {
        padding-top: 25px;
    }
    .single-bottom-buttons {
        margin-bottom: 140px;
    }
    .more-news {
        padding-top: 70px;
    }
    .notfound-page {
        padding: 130px 0;
    }
    .flat-table-right {
        width: 61%;
    }
	.image-text-section {
		padding: 100px 0 50px 0;
	}
	.home-live-section .live-section-img-box{
		margin-top: 200px;
	}
	.navbar-nav .dropdown-menu {
        display: none;
		border-radius: 0;
    }
	.navbar-nav .dropdown-menu::before {
        content: '';
		position: absolute;
		right: 100%;
		height: 100%;
		top:0;
		width: 1000%;
		background-color: #FFFFFF;
    }
	.navbar-nav .dropdown-menu::after {
        content: '';
		position: absolute;
		left: 100%;
		height: 100%;
		top:0;
		width: 1000%;
		background-color: #FFFFFF;
    }
	.navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        padding-top: 10px; 
		text-align: start;
		margin-top: 0; 
    }
    .navbar-nav .dropdown-menu:hover {
        display: block;
    }
	.navbar-nav .dropdown-toggle::after {
		border: none !important;
	}
	.navbar-nav .dropdown-item.active,
	.navbar-nav .dropdown-item:active,
	.navbar-nav .dropdown-item:hover{
		background-color: #FFFFFF;
		color: #000000;
		font-weight: 700;
	}
	.navbar-nav .dropdown-item:hover,
	.navbar-nav .dropdown-item:active {
		font-weight: 700;
	}
	.navbar-nav .dropdown-item {
		padding-left: 0;
	}
	.top-section-video .circle-img-holder {
		top: 50px;
	}
	.wohnen-offer-top {
		padding-bottom: 160px;
	}
	.eigentums-kontakt {
		padding-top: 125px;
	}
	.impressionen-cta {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.impressions-tabs-miet {
		padding-top: 40px;
	}
	.miet-impressionen-section-last{
		padding-bottom: 380px;
	}
	.impressionen-facts-img {
		padding-top: 95px;
		padding-bottom: 125px;
	}
	.arbeiten-facts-block .photo-section-cta-box  {
		padding-top: 50px;
		padding-bottom: 105px;
	}
	.facts-row.gx-4{
		--bs-gutter-x: 34px;
	}
	.quartier-offer-section{
		padding-top:180px;
		padding-bottom:100px;
	}
	.image-gastronomie-section{
		padding-top:130px;
	}
	.image-gastronomie-section {
		padding-bottom:155px;
	}
	.single-title-miet h4{
		font-size:35px;
	}
	.sticky-menu .container-xl {
		padding: 0 20px;
	}
	.mw-410 {
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}
}
/***********************************
         RESPONSIVE XXL
************************************/
@media only screen and (min-width: 1400px){

    .container-cover {
        max-width: 95%;
    }
    .nav-item {
        margin-right: 25px;
    }
    .footer-bckg-img {
        bottom: -40%;
    }
    /***********HERO***********/
    .carousel-item {
        min-height: 870px;
    }
    .carousel-img-box {
        width: 625px;
    }
    .carousel-text-box {
        font-size: 20px;
        max-width: 280px;
    }
    .left-content {
        margin-left: auto;
        transform: translateX(-260px);
    }
	.carousel-video-box iframe {
        min-height: 90vh;
    }
	.hero .circle-img-holder, 
	.wohnen-main .circle-img-holder,
	.arbeiten-main .circle-img-holder,
	.quartier-img-holder{
		right: 106px;
	}
    /***********VIDEO SECTION***********/
    .video-wr {
        height: 665px;
    }
    /***********OFFER SECTION***********/
    .offer-title {
        margin-left: -150px;
        max-width: 551px;
        transition: all .3s;
        font-size: 40px;
    }
    .offer-line-box {
        margin-left: -150px;
        transition: all .3s;
		margin-bottom: 5px;
    }
    .offer-top-title {
        margin-left: -150px;
        font-size: 20px;
        transition: all .3s;
    }
    .offer-text-block {
        transition: all .3s;
        padding-right: 105px;
		padding-left: 35px;
    }
    .offer-section-block {
        margin-bottom: 0;
    }
    .offer-section-block:hover .offer-top-title {
        margin-left: -120px;
    }
    .offer-section-block:hover .offer-title {
        margin-left: -120px;
    }
    .offer-section-block:hover .offer-text-block {
        padding-left: 95px;
        padding-right: 25px;
    }
	.wohnen-offer-top .offer-section-block:hover .offer-text-block {
        padding-right: 50px;
    }
    .offer-section-block:hover .offer-line-box {
        margin-left: -120px;
    }
    .live-section {
        background-position: top 30% left 110%;
        background-size: 60%;
    }
    .container-custom {
        margin-left: calc(50vw - 615px);
        margin-right: 0;
        max-width: 100%;
    }
    /***********************************
        PAGE - WOHNEN
    ************************************/
    .wohnen-offer-section{
        padding-top: 95px;
        padding-bottom: 95px;
    }
    /***********COVER***********/
    .cover-section {
        padding-bottom: 60px;
    }
    .cover-img-box {
        height: 690px;
    }
    .cover-text-block {
        padding-left: 70px;
    }
    .grid-photos-section .grid-photos-wrapper {
        padding-top: 105px;
    }
    .impression-tabs .nav-item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .apartments-list-block {
        padding-top: 135px;
        padding-bottom: 45px;
    }
    .quartier-cover {
        height: 780px;
    }
    .okologie-section {
        padding-top: 145px;
        padding-bottom: 85px;
    }
    .entwicklung-text-box {
        padding: 55px;
        max-width: 620px;
    }
    .entwicklung-block {
        padding: 0 50px;
    }
    .entwicklung-top{
        padding-bottom: 80px;
    }

    .footer-bckg-img {
        left: 45%;
        bottom: -15%;
    }
	.wohnen-offer-top {
		padding-bottom: 310px;
	}
	.facts-b2 {
		padding-bottom: 90px;
	}
	.impressionen-facts-img {
		padding-top: 120px;
		padding-bottom: 150px;
	}
	.quartier-offer-section{
		padding-top:245px;
		padding-bottom:125px;
	}
	.quartier-geschichte-section{
		padding-bottom:62px;
	}
	.gebaude-entwicklung-section{
		padding-top:65px;
		padding-bottom:240px;
	}
	.gebaude-entwicklung-section .container-fluid{
		max-width:1920px;
	}
	.gebaude-entwicklung-section .entwicklung-block{
		padding: 0 70px;
	}
	.gastronomie-fact-box{
		padding-top:110px;
	}
	.grid-photos-section .gastronomie-grid-photos-section{
		padding-top:55px;
	}
	.gastronomie-offer-section{
		padding-top:192px;
	}
	.image-gastronomie-section{
		padding-top:210px;
	}
	.image-gastronomie-section {
		padding-bottom:285px;
	}
	.nachhaltigkeit-entwicklung-section{
		padding-bottom:240px;
	}

	.nachhaltigkeit-image {
		padding-bottom:115px;
	}
	.riverport-grid-photos-section .grid-photos-wrapper{
		padding-top:145px;
	}
	.single-text-section{
		padding-top:117px;
		padding-bottom:210px;
	}
	.sticky-menu .container-xl {
		padding: 0 20px 0 90px;
	}
	.entwicklung-head {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1600px){
	.entwicklung-text-box {
        padding: 75px;
		max-width: 655px;
    }
}
@media only screen and (min-width: 1700px){
    .facebook-feed-swiper {
        width: 150%;
        margin-right: -50%;
    }
    .blog-section-swiper {
        width: 153.2%;
        margin-right: -50%;
    }
}
@media only screen and (min-width: 2300px){
    .facebook-feed-swiper {
        width: 200%;
        margin-right: -100%;
    }
    .blog-section-swiper {
        width: 200%;
        margin-right: -100%;
    }
}
