/*
Theme Name: WalkeWalke
Theme URI: https://www.foxcomputers.ch
Author: Fox Computers
Author URI: https://www.foxcomputers.ch
Version: 2025
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: walke

WalkeWalke WordPress Theme 2011-2025
WalkeWalke is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'unica_walkenormal';
    src: url('fonts/unicawalke-normal-webfont.woff2') format('woff2'),
         url('fonts/unicawalke-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_haas_unica_probold';
    src: url('fonts/neuehaasunicapro-bold-webfont.woff2') format('woff2'),
         url('fonts/neuehaasunicapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    outline:none;
    box-sizing: border-box;
    -webkit-appearance:none;
    appearance:none;
    border-radius:0,
    -webkit-tap-highlight-color:transparent;
}
html {
    scroll-behavior:smooth
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration-skip-ink:auto
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none
}
ol,ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}
q {
    display:inline;
    font-style:italic
}
q:before {
    content:'"';
    font-style:normal
}
q:after {
    content:'"';
    font-style:normal
}
table {
    border-collapse:collapse;
    border-spacing:0
}
th,td {
    padding:2px
}
sup,sub {
    font-size:80%
}
sup {
    vertical-align:super
}
sub {
    vertical-align:sub
}
strong {
    font-family: 'neue_haas_unica_probold';
    font-size: 105%;
}
em {
    font-style: italic;
}
img {
    max-width:100%;
    height:auto;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    display: none;
}
.alignright {
    float:right;
    margin:0 0 32px 32px;
}
.alignleft {
    float:left;
    margin:0 32px 32px 0;
}
.aligncenter {
    display: block;
    margin:0 auto 32px auto;
}

#wrapper {
    overflow: hidden;
}

#header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background:rgba(255,255,255,.9);
    z-index: 9999;
}
.home #header {
    transform: translateY(-120%);
    transition: all .8s ease;
}
.home.loaded #header {
    transform: translateY(0);
    transition: all .8s ease;
}
#header #logo {
    position: absolute;
    top:23px;
    left:64px;
}
.home #header #logo {
    top:2px;
    left:64px;
    transform: translateY(-120%);
    transition: all .8s ease;
}
.home.delay-loaded #header #logo {
    transform: translateY(0);
    transition: all .8s ease;
}
.home #header.shrink #logo, .home.mmopen #header #logo {
    top:23px;
    transition:all .8s ease;
}
#header #logo img {
    display: block;
    width:106px;
    height:34px;
}
.home #header #logo img {
    width:362px;
    height:116px;
    transition:all .4s ease;
}
.home #header.shrink #logo img, .home.mmopen #header #logo img {
    width:106px;
    height:34px;
    transition:all .4s ease;
}
#header #menu-trigger {
    width: 48px;
    height: 30px;
    position: absolute;
    top:25px;
    right:64px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
#header #menu-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #02AF4C;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
#header #menu-trigger.open span {
    background: #000;
}
#header #menu-trigger span:nth-child(1) {
    top: 0;
}
#header #menu-trigger span:nth-child(2), #header #menu-trigger span:nth-child(3) {
    top: 13px;
}
#header #menu-trigger span:nth-child(4) {
    top: 26px;
}
#header #menu-trigger.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}
#header #menu-trigger.open span:nth-child(2) {
    transform: rotate(45deg);
}
#header #menu-trigger.open span:nth-child(3) {
    transform: rotate(-45deg);
}
#header #menu-trigger.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

#mobile-menu {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    transform:translateY(-150%);
    transition:all .8s ease;
    z-index: 999;
}
#mobile-menu.mopen {
    transform:translateY(0);
    transition:all .8s ease;
}
#mobile-menu #mobile-menu-inner {
    position: relative;
    margin-bottom:66px;
    padding:138px 64px;
    height:calc(100% - 66px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateY(-120px);
    opacity:0;
    transition:all .6s ease;
}
#mobile-menu.mopen #mobile-menu-inner {
    transform: translateY(0);
    opacity:1;
    transition:all .6s ease .6s;
}
#mobile-menu #mobile-menu-inner::-webkit-scrollbar {
    display: none;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top {
    margin:0 auto;
    max-width:880px;
    display: flex;
    justify-content: space-between;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top #menu-1 {
    margin-right:24px;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top #menu-2 {
    margin-left:24px;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top ul li {
    margin-bottom:40px;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top ul li a {
    font-family: 'unica_walkenormal';
    font-size:40px;
    line-height:48px;
    color:#02AF4C;
    text-decoration: none;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top ul li a:hover {
    color:#000;
}
#mobile-menu #mobile-menu-inner #mobile-menu-top ul li .sub-menu, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu.mobile, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul li .sub-menu {
    display: none;
}
#mobile-menu #mobile-menu-bottom {
    position: absolute;
    bottom:0;
    left:50%;
    width:1008px;
    background:#fff;
    padding:20px 64px;
    transform: translateY(-64px) translateX(-50%);
    opacity:0;
    transition:all .6s ease;
}
#mobile-menu.mopen #mobile-menu-bottom {
    transform: translateY(0) translateX(-50%);
    opacity:1;
    transition:all .6s ease .6s;
}
#mobile-menu #mobile-menu-bottom #mfmenu ul, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul {
    font-size:0;
    text-align: left;
}
#mobile-menu #mobile-menu-bottom #mfmenu ul li, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul li {
    display: inline-block;
    margin-right:40px;
}
#mobile-menu #mobile-menu-bottom #mfmenu ul li:nth-last-child(1) {
    margin-right:0;
}
#mobile-menu #mobile-menu-bottom #mfmenu ul li a, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul li a {
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#02AF4C;
    text-decoration: none;
}

#infobox {
    position: fixed;
    top:120px;
    right:0;
    width:360px;
    padding:40px;
    background:#02AF4C;
    transform: translateX(120%);
    z-index: 99;
}
.loaded #infobox {
    transform: translateX(0);
    transition:transform .8s ease .6s;
}
#infobox-close {
    position: absolute;
    top:16px;
    right:16px;
    cursor: pointer;
}
#infobox h3 {
    font-family: 'unica_walkenormal';
    font-size:28px;
    line-height:38px;
    color:#fff;
    margin-bottom:22px;
}
#infobox p {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:24px;
    color:#fff;
}
#infobox #infobox-button {
    padding-top:36px;
    text-align: left;
}
#infobox #infobox-button a {
    display: inline-block;
    font-family: 'neue_haas_unica_probold';
    font-size:17px;
    line-height:24px;
    color:#02AF4C;
    text-decoration: none;
    padding:7px 20px;
    background:#fff;
    border:2px solid #fff;
    border-radius:2px;
    transition:all .4s ease;
}
#infobox #infobox-button a:hover {
    color:#fff;
    background:#02AF4C;
    transition:all .4s ease;
}

#header-slider, #header-slider #header-slides .header-slide {
    width: 100%;
    height: 100dvh;
    position: relative;
    z-index: 1;
}
#header-slider-pagingInfo span {
    font-family: 'unica_walkenormal';
    font-size:60px;
    line-height:68px;
    color:#fff;
}
#header-slider-pagingInfo {
    position: absolute;
    bottom:34px;
    right:64px;
    z-index:99;
}
#header-slider.cursor-fake { 
    cursor: none; 
}
#header-slider .custom-cursor {
    position: absolute;
    width: 168px;
    height: 112px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-84px, -56px);
    display: none;
}

#sitebuilder {
    margin:0 auto;
    max-width:1440px;
    position: relative;
    z-index: 2;
}

.sb-item {
    position: relative;
}
.sb-item:nth-child(1) > * {
    margin-top:-84px;
}
.no-head .sb-item:nth-child(1) > * {
    margin-top:80px;
}

.sb-item, #news-block, #agenda-block, #estate-title, #estate-content, #estate-filter, .house-wrapper, #cestate-title, #cestate-content, #cestate-template {
    opacity:0;
    transform: translateY(120px);
    transition:all .8s ease;
}
.slidein.sb-item, #news-block.slidein, #agenda-block.slidein, #news-block.slidein, #estate-title.slidein, #estate-content.slidein, #estate-filter.slidein, .house-wrapper.slidein, #cestate-title.slidein, #cestate-content.slidein, #cestate-template.slidein {
    opacity:1;
    transform: translateY(0);
    transition:all .8s ease;
}

.sbi-anchor {
    position: absolute;
    top:-80px;
}

.sbi-title {
    padding:0 40px 0 64px;
}

.sbi-tanc, .sbi-timg {
    margin-bottom:110px;
}
.sbi-tanc-inner {
    padding:0 64px;
}
.sbi-tanc-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -30px;
}
.sbi-tanc-inner .sbi-tanc-left, .sbi-tanc-inner .sbi-tanc-right {
    width:calc(50% - 60px);
    margin:0 30px;
}
.sbi-tanc-gbox {
    padding:64px 64px 32px 64px;
    background:#02AF4C;
}
.sbi-tanc-text {
    padding-top:64px;
}
.sbi-tanc-readmore-trigger {
    font-size:0;
    text-align: left;
    margin-bottom:32px;
}
.sbi-tanc-readmore-trigger span {
    display: inline-block;
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:32px;
    color:#02AF4C;
    padding-left:19px;
    cursor: pointer;
    position: relative;
}
.sbi-tanc-readmore-trigger span:before {
    content:"";
    position: absolute;
    top:13px;
    left:0;
    width:12px;
    height:6px;
    background:url(images/rm-arrow.svg) no-repeat center center;
    background-size:12px 6px;
}
.sbi-tanc-readmore-trigger span:hover {
    color:#000;
}
.sbi-tanc-readmore-toggle {
    display: none;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item {
    margin-bottom:32px;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a {
    display: inline-block;
    position: relative;
    padding-left:28px;
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#02AF4C;
    text-decoration: none; 
    transition:all .4s ease;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover {
    color:#000;
    transition:all .4s ease;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a:before {
    position: absolute;
    top:8px;
    left:5px;
    content:"";
    width:2px;
    height:15px;
    background:url(images/arrow-line.svg) no-repeat center center;
    background-size:2px 15px;
    filter:none;
    transition:all .4s ease;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a:after {
    position: absolute;
    top:17px;
    left:0;
    content:"";
    width:12px;
    height:6px;
    background:url(images/arrow-head.svg) no-repeat center center;
    background-size:12px 6px;
    filter:none;
    transition:all .4s ease;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover:before {
    filter: brightness(0) saturate(100%);
    transition:all .4s ease;
}
.sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover:after {
    top:22px;
    filter: brightness(0) saturate(100%);
    transition:all .4s ease;
}

.sbi-timg-inner {
    padding:0 64px;
}
.sbi-timg-left, .sbi-timg-right {
    display: flex;
    flex-wrap: wrap;
    margin:0 -30px;
}
.sbi-timg-left .sbi-timg-img, .sbi-timg-right .sbi-timg-img, .sbi-timg-left .sbi-timg-text, .sbi-timg-right .sbi-timg-text {
    width:calc(50% - 60px);
    margin:0 30px;
}
.sbi-timg-left .sbi-timg-img, .sbi-timg-right .sbi-timg-img {
    margin-bottom:32px;
}
.sbi-timg-top .sbi-timg-img img, .sbi-timg-left .sbi-timg-img img, .sbi-timg-right .sbi-timg-img img {
    display: block;
}
.sbi-timg-top .sbi-timg-img {
    margin-bottom:24px;
}
.sbi-timg-right .sbi-timg-img {
    order:2;
}
.sbi-timg-right .sbi-timg-text {
    order:1;
}
.sbi-timg-off .sbi-timg-text, .sbi-timg-top .sbi-timg-text {
    width:50%;
}

.sbi-timg-img-slider, .estate-content-slider, .cestate-content-slider { 
    position: relative;
}
.sbi-timg-img-slider.cursor-fake, .estate-content-slider.cursor-fake, .cestate-content-slider.cursor-fake { 
    cursor: none; 
}
.sbi-timg-img-slider .custom-cursor, .estate-content-slider .custom-cursor, .cestate-content-slider .custom-cursor {
    position: absolute;
    width: 96px; 
    height: 66px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-48px, -33px);
    display: none;
}
.sbi-timg-img-slider-pagingInfo, .estate-content-slider-pagingInfo, .cestate-content-slider-pagingInfo {
    position: absolute;
    top: calc(var(--max-img-h, 0px) + 32px);
    left: 0;
}
.sbi-timg-img-slider-pagingInfo span, .estate-content-slider-pagingInfo span, .cestate-content-slider-pagingInfo span, .sbi-timg-img-slider-item-caption span, .estate-content-slide-caption span, .cestate-content-slide-caption span {
    font-family: 'unica_walkenormal';
    font-size:14px;
    line-height:22px;
    color:#BCBCBC
}
.sbi-timg-img-slider-item-caption span, .estate-content-slide-caption span, .cestate-content-slide-caption span {
    color:#000;
}
.sbi-timg-img-slider-item-caption, .estate-content-slide-caption, .cestate-content-slide-caption {
    padding:32px 0 32px 116px;
    border-bottom:1px solid #BCBCBC;
}
.sbi-timg-img-slider .sbi-timg-img-slide.has-caption .sbi-timg-img-slider-item-caption, .estate-content-slider .estate-content-slide.has-caption .estate-content-slide-caption, .cestate-content-slider .cestate-content-slide.has-caption .cestate-content-slide-caption {
    padding-left:0;
}
.sbi-timg-img-slider.slider-on .sbi-timg-img-slide.has-caption .sbi-timg-img-slider-item-caption, .estate-content-slider.slider-on .estate-content-slide.has-caption .estate-content-slide-caption, .cestate-content-slider.slider-on .cestate-content-slide.has-caption .cestate-content-slide-caption {
    padding-left:116px;
}

.sbi-tanc-docs-items .sbi-tanc-docs-item, .sbi-acc-item-toggle-item-doc-item {
    margin-bottom:24px;
}
.sbi-tanc-docs-items .sbi-tanc-docs-item a, .sbi-acc-item-toggle-item-doc-item a {
    display: inline-block;
    position: relative;
    padding-left:24px;
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:32px;
    color:#02AF4C;
    text-decoration: none; 
    background:url(images/document.svg) no-repeat top 6px left;
    background-size:13px 16px;
    filter:none;
    margin-left:0;
    transition:all .4s ease;
}
.sbi-tanc-docs-items .sbi-tanc-docs-item a:hover, .sbi-acc-item-toggle-item-doc-item a:hover {
    margin-left:5px;
    color:#000;
    filter: brightness(0) saturate(100%);
    transition:all .4s ease;
}

.sbi-acc {
    padding:0 64px 118px 64px;
}
.sbi-acc-text {
    width:50%;
}
.sbi-acc-item {
    margin-bottom:24px;
    border:2px solid #000;
}
.sbi-acc-item-trigger {
    padding:64px 164px 64px 76px; 
    position: relative;
    cursor: pointer;
}
.sbi-acc-item-trigger:after {
    position: absolute;
    top:50%;
    right:64px;
    content:"";
    width:64px;
    height:32px;
    margin-top:-16px;
    background:url(images/estate-arrow.svg) no-repeat center center;
    background-size:64px 32px;
    filter: none;
    transform: rotate(0deg);
    transition:all .4s ease;
}
.sbi-acc-item-trigger.active:after {
    filter: brightness(0);
    transform: rotate(180deg);
    transition:all .4s ease;
}
.sbi-acc-item-toggle {
    display: none;
    padding:0 76px 40px 76px;
}
.sbi-acc-item-toggle-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -46px;
}
.sbi-acc-item-toggle-items .sbi-acc-item-toggle-item {
    width:calc(50% - 92px);
    margin:0 46px;
}

#news-post-others {
    padding-bottom:78px;
}
.sbi-post {
    padding:0 64px 78px 64px;
}
.sbi-post-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
.sbi-post-items .sbi-post-item {
    width:calc(50% - 30px);
    margin:0 15px 64px 15px;
}
.sbi-post-items .sbi-post-item a {
    text-decoration: none;
    display: block;
}
.sbi-post-items .sbi-post-item .sbi-post-item-img {
    margin-bottom:24px;
    overflow: hidden;
}
.sbi-post-items .sbi-post-item .sbi-post-item-img img {
    display: block;
    opacity: 1;
    transition:opacity .4s ease;
}
.sbi-post-items .sbi-post-item:hover .sbi-post-item-img img {
    opacity: .6;
    transition:opacity .4s ease;
}
.sbi-post-items .sbi-post-item .sbi-post-item-date {
    padding-top:27px;
}
.sbi-post-items .sbi-post-item .sbi-post-item-date span, .news-post-content-date span {
    display: block;
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#BCBCBC;
}
.sbi-post .sbi-post-button {
    text-align: center;
    font-size:0;
    padding-bottom:64px;
}
.sbi-post .sbi-post-button button#sbi-load-more {
    display: inline-block;
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:24px;
    color:#02AF4C;
    padding:12px 24px;
    border:2px solid #02AF4C;
    background:#fff;
    border-radius:0;
    cursor: pointer;
    transition:all .4s ease;
}
.sbi-post .sbi-post-button button#sbi-load-more:hover {
    color:#fff;
    background:#02AF4C;
    transition:all .4s ease;
}

.sbi-agenda {
    padding:0 64px 118px 64px;
}
.sbi-agenda-items {
    padding-top:40px;
}
.sbi-agenda-items .sbi-agenda-item {
    position: relative;
    background:#fff;
    border:1px solid #000;
    margin-bottom:24px;
    overflow: hidden;
}
.sbi-agenda-items .sbi-agenda-item a {
    text-decoration: none;
    display: block;
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-text {
    padding:64px 82px;
    width:calc(100% - 313px);
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-text h3 {
    transition:all .6s ease;
}
.sbi-agenda-items .sbi-agenda-item:hover .sbi-agenda-item-text h3 {
    color:#F2963C !important;
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-img {
    position: absolute;
    top:0;
    right:0;
    width:313px;
    height:100%;
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-img-wrap .sbi-agenda-item-img {
    opacity:1;
    transition: opacity .4s ease;
}
.sbi-agenda-items .sbi-agenda-item:hover .sbi-agenda-item-img-wrap .sbi-agenda-item-img {
    opacity:.6;
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-date, .agenda-post-content-date {
    margin-bottom:24px;
}
.sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-date span, .agenda-post-content-date span {
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#F2963C;
    display: inline-block;
    padding-left:38px;
    background:url(images/date.svg) no-repeat center left;
    background-size:16px 18px;
    filter:none;
}
.agenda-post-content-time-location {
    margin-bottom:64px;
}
#agenda-post-content-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
#agenda-post-content-items .agenda-post-content-item {
    width:calc(50% - 30px);
    margin:0 15px;
}
#agenda-post-content-items .agenda-post-content-item#agenda-post-content-img {
    margin-bottom:32px;
}
#agenda-post-content-img img {
    display: block;
}
#agenda-post-others {
    padding-top:110px;
}
.news-post-content-date {
    margin-bottom:27px;
}
.agenda-post-content-time-location {
    font-size:0;
    text-align: left;
}
.agenda-post-content-time-location .agenda-post-content-time-location-item {
    display: inline-block;
    margin-left:25px;
}
.agenda-post-content-time-location .agenda-post-content-time-location-item:nth-child(1) {
    margin-left:0;
}

.sbi-buttons-item a, #news-post-content-links-items .news-post-content-links-item {
    margin-bottom:16px;
}
.sbi-buttons-item a, #news-post-content-links-items .news-post-content-links-item a, .agenda-post-content-links-item a {
    display: inline-block;
    font-family: 'neue_haas_unica_probold';
    font-size:16px;
    line-height:24px;
    color:#02AF4C;
    text-decoration: none;
    transform: translateX(0);
    transition:all .4s ease;
}
.sbi-buttons-item.bint a, #news-post-content-links-items .news-post-content-links-item.bint a, .agenda-post-content-links-item.bint a {
    padding-right:25px;
    background:url(images/int_link-green.svg) no-repeat right center;
    background-size:17px 12px;
}
.sbi-buttons-item.bext a, #news-post-content-links-items .news-post-content-links-item.bext a, .agenda-post-content-links-item.bext a {
    padding-right:25px;
    background:url(images/ext_link-green.svg) no-repeat right center;
    background-size:14px 13px;
}
.sbi-buttons-item.bdoc a, #news-post-content-links-items .news-post-content-links-item.bdoc a, .agenda-post-content-links-item.bdoc a {
    padding-left:23px;
    background:url(images/document-green.svg) no-repeat top 3px left;
    background-size:12px 15px;
}
.sbi-buttons-item.bint a:hover, #news-post-content-links-items .news-post-content-links-item.bint a:hover, .agenda-post-content-links-item.bint a:hover {
    background:url(images/int_link.svg) no-repeat right center;
    background-size:17px 12px;
}
.sbi-buttons-item.bext a:hover, #news-post-content-links-items .news-post-content-links-item.bext a:hover, .agenda-post-content-links-item.bext a:hover {
    background:url(images/ext_link.svg) no-repeat right center;
    background-size:14px 13px;
}
.sbi-buttons-item.bdoc a:hover, #news-post-content-links-items .news-post-content-links-item.bdoc a:hover, .agenda-post-content-links-item.bdoc a:hover {
    background:url(images/document.svg) no-repeat top 3px left;
    background-size:12px 15px;
}
.sbi-buttons a:hover, #news-post-content-links-items .news-post-content-links-item a:hover, .agenda-post-content-links-item a:hover {
    color:#000;
    transform: translateX(6px);
    transition:all .4s ease;
}

.sbi-post-item-button a {
    display: inline-block;
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:24px;
    color:#02AF4C;
    text-decoration: none;
    padding:11px 27px;
    border:2px solid #02AF4C;
    background:#fff;
    transition:all .4s ease;
}
.sbi-post-item-button a:hover {
    color:#fff;
    background:#02AF4C;
    transition:all .4s ease;
}

#estate-block, #news-block, #agenda-block, #cestate-block {
    margin:0 auto;
    padding:88px 16px 0 16px;
    max-width:1472px;
}
#news-block, #agenda-block, #cestate-block {
    max-width:1344px;
}
#agenda-block, #cestate-block {
    padding-bottom:118px;
}
#estate-title, #news-title, #agenda-title, #cestate-title {
    margin:0 auto;
    max-width:1312px;
}
#news-title, #agenda-title, #cestate-title {
    margin:0;
}
#news-title span, #agenda-title span {
    display: block;
}
#news-post-slider {
    margin-bottom:24px;
}
.news-post-slider-item.slick-slide img {
    height:428px;
    width: auto;
    margin-right: 8px;
}
#news-post-content-items {
    display: flex;
    flex-direction: column;
    margin:0 -15px 118px -15px;
}
#news-post-content-items .news-post-content-item {
    width:calc(50% - 30px);
    margin:0 15px;
}
#news-post-content-links-items .news-post-content-links-item {
    margin-bottom:24px;
}

#estate-content, #cestate-content {
    margin:0 auto;
    max-width:1312px;
}
#estate-content #estate-content-items, #cestate-content #cestate-content-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -30px;
    padding-bottom:110px;
}
#estate-content #estate-content-text, #cestate-content #cestate-content-text, #estate-content #estate-content-images, #cestate-content #cestate-content-images {
    width:calc(50% - 60px);
    margin:0 30px;
}
#estate-filter-anchor {
    position: relative;
}
#estate-filter-anchor .estate-filter-anchor-item {
    position: absolute;
    top:-100px;
}
#estate-filter {
    margin-bottom:142px;
    padding:64px;
    background:#EAF8F0;
}
#estate-filter-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:19px;
}
#estate-filter-reset a {
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#000;
    text-decoration: none;
    border-bottom:1px solid #000;
}
#estate-filter-reset a:hover {
    border-bottom:1px solid transparent;
}
#estate-filter-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:16px;
}
.facetwp-facet-sorting select {
    width:190px;
}
#estate-filter-items-trigger {
    display: none;
    position: relative;
    margin-bottom:20px;
}
#estate-filter-items-trigger span {
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#000;
}
#estate-filter-items-trigger:after {
    content:"";
    position: absolute;
    top:10px;
    right:0;
    width: 24px;
    height: 12px;
    background: url(images/select-arrow.svg) no-repeat center center;
    background-size: 24px 12px;
    transform: rotate(0deg);
    transition:all .4s ease;
}
#estate-filter-items-trigger.active:after {
    transform: rotate(180deg);
    transition:all .4s ease;
}
#estate-filter-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -4px;
}
#estate-filter-items .estate-filter-item {
    width:calc(25% - 8px);
    margin:0 4px 8px 4px;
}
#estate-filter-items .estate-filter-item .facetwp-type-fselect .fs-wrap {
    width: 100% !important;
}
.fs-label-wrap {
    background-color: #EAF8F0 !important;
    border: 1px solid #000 !important;
    height:48px;
}
.fs-label-wrap:hover {
    background-color: #fff !important;
    cursor: pointer;
}
.facetwp-facet.facet-selected .fs-label-wrap {
    background-color: #02AF4C !important;
    transition: all 0.3s ease-in-out;
}
.fs-label-wrap .fs-label {
    padding: 8px 42px 8px 16px !important;
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#000;
}
.fs-arrow {
    width: 20px !important;
    height: 10px !important;
    border:none !important;
    top:19px !important;
    right: 16px !important;
    bottom:inherit !important;
    background:url(images/select-arrow.svg) no-repeat center center;
    background-size:20px 10px;
}
.fs-dropdown .fs-options {
    background-color: #fff;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    padding:12px 0;
}
.fs-options .fs-option:nth-child(1) {
    display: none;
}
.fs-option, .fs-search, .fs-optgroup-label {
    padding: 4px 16px !important;
}
.facetwp-type-fselect .fs-option .fs-option-label {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:24px;
    color:#000;
}
.facetwp-type-fselect .fs-option .fs-option-label:hover {
    color:#02AF4C;
}
.fs-wrap.single .fs-option.selected {
    background-color: #fff !important;
}
.facetwp-facet-status {
    position: relative;
}
.facetwp-facet-status:after {
    position: absolute;
    top:0;
    left:72px;
    content:"Nur freie Objekte anzeigen";
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#000;
    white-space: nowrap;
}
.facetwp-checkbox {
    position: relative;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    display: inline-block;
    width: 56px;
    height: 32px;
    background:#BCBCBC !important;
    border-radius: 20px;
    transition: all 0.3s;
}
.facetwp-checkbox::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius:50%;
    background-color: white;
    top: 3px;
    left: 3px;
    transition: all 0.3s;
}
.facetwp-checkbox.checked::after {
    left : 27px;
}
.facetwp-checkbox.checked {
    background: #02AF4C !important;
}
.facetwp-facet {
    margin-bottom: 0 !important;
}
.facetwp-checkbox .facetwp-display-value, .facetwp-checkbox .facetwp-counter, .facetwp-checkbox:nth-child(2), .facetwp-checkbox:nth-child(3) {
    display: none;
}

.house-title, .house-subtitle {
    padding:0 64px;
}
.house-wrapper {
    margin-bottom:142px;
}
.floor-wrapper {
    background:#F7F7F7;
    margin-bottom:16px;
    position: relative;
}
.floor-count {
    position: absolute;
    top:52px;
    left:50%;
    transform: translateX(-50%);
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#000;
}
.floor-title {
    cursor: pointer;
    position: relative;
    padding:24px 64px;
}
.floor-title:after {
    position: absolute;
    top:42px;
    right:64px;
    content:"";
    width:64px;
    height:32px;
    background:url(images/estate-arrow.svg) no-repeat center center;
    background-size:64px 32px;
    filter: none;
    transform: rotate(0deg);
    transition:all .4s ease;
}
.floor-title.active:after {
    filter: brightness(0);
    transform: rotate(180deg);
    transition:all .4s ease;
}
.floor-listings {
    padding:40px 64px 24px 64px;
    display: none;
}
.floor-listings-title-items {
    background:#02AF4C;
    display: flex;
    justify-content: space-between;
}
.floor-listings-title-items .floor-listings-title-item {
    padding:11px 0 12px 0;
}
.floor-listings-title-items .floor-listings-title-item label {
    font-family: 'neue_haas_unica_probold';
    font-size:13px;
    line-height:17px;
    color:#fff;
    padding:0 30px;
    display: inline-block;
    white-space: nowrap;
}
.listing-item-row {
    display: flex;
    justify-content: space-between;
}
.listing-item-row .listing-item-row-item {
    border-bottom:1px solid #02AF4C;
}
.listing-item-row .listing-item-row-item span {
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#000;
    padding:24px 30px;
    display: inline-block;
    white-space: nowrap;
}
.listing-item-row .listing-item-row-item span a {
    color:#000;
}
.listing-item-row .listing-item-row-item.status span a {
    font-family: 'neue_haas_unica_probold';
    color:#02AF4C;
    text-decoration: none;
    margin-left:16px;
}
.listing-item-row .listing-item-row-item:nth-child(3) span {
    white-space: normal;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(1), .listing-item-row .listing-item-row-item:nth-child(1) {
    width:8.841463414634147%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(2), .listing-item-row .listing-item-row-item:nth-child(2) {
    width:7.621951219512195%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(3), .listing-item-row .listing-item-row-item:nth-child(3) {
    width:11.585365853658537%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(4), .listing-item-row .listing-item-row-item:nth-child(4) {
    width:9.146341463414634%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(5), .listing-item-row .listing-item-row-item:nth-child(5) {
    width:8.841463414634147%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(6), .listing-item-row .listing-item-row-item:nth-child(6) {
    width:11.28048780487805%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(7), .listing-item-row .listing-item-row-item:nth-child(7) {
    width:9.451219512195122%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(8), .listing-item-row .listing-item-row-item:nth-child(8) {
    width:10.060975609756099%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(9), .listing-item-row .listing-item-row-item:nth-child(9) {
    width:9.451219512195122%;
}
.floor-listings-title-items .floor-listings-title-item:nth-child(10), .listing-item-row .listing-item-row-item:nth-child(10) {
    width:13.871951219512196%;
}

.cestate-listings-title-items {
    background:#02AF4C;
    display: flex;
    justify-content: space-between;
}
.cestate-listings-title-items .cestate-listings-title-item {
    padding:11px 0 12px 0;
}
.cestate-listings-title-items .cestate-listings-title-item label {
    font-family: 'neue_haas_unica_probold';
    font-size:13px;
    line-height:22px;
    color:#fff;
    padding:0 30px;
    display: inline-block;
    white-space: nowrap;
}
.cestate-listing-item-row {
    display: flex;
    justify-content: space-between;
}
.cestate-listing-item-row .cestate-listing-item-row-item {
    border-bottom:1px solid #02AF4C;
}
.cestate-listing-item-row .cestate-listing-item-row-item span {
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#000;
    padding:24px 30px;
    display: inline-block;
    white-space: nowrap;
}
.cestate-listing-item-row .cestate-listing-item-row-item span a {
    color:#000;
}
.cestate-listing-item-row .cestate-listing-item-row-item.status span a {
    font-family: 'neue_haas_unica_probold';
    color:#02AF4C;
    text-decoration: none;
    margin-left:16px;
}
.cestate-listing-item-row .cestate-listing-item-row-item:nth-child(4) span {
    white-space: normal;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(1), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(1) {
    width:8.841463414634147%;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(2), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(2) {
    width:13.871951219512196%;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(3), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(3) {
    width:10.823170731707316%;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(4), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(4) {
    width:41.76829268%;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(5), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(5) {
    width:10.823170731707316%;
}
.cestate-listings-title-items .cestate-listings-title-item:nth-child(6), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(6) {
    width:13.871951219512196%;
}

#content h1, #content #news-title span, #content #agenda-title span {
    font-family: 'unica_walkenormal';
    font-size:154px;
    line-height:144px;
    letter-spacing:-1.54px;
    color:#000;
    hyphens: auto;
    margin-bottom:120px;
}
#content #news-post-content h1, #content #agenda-post-content h1 {
    font-size:40px;
    line-height:48px;
    letter-spacing:normal;
    margin-bottom:27px;
}
#content h2 {
    font-family: 'unica_walkenormal';
    font-size:104px;
    line-height:112px;
    color:#000;
    margin-bottom:64px;
}
#content #agenda-post-others h2 {
    font-size:60px;
    line-height:68px;
    margin-bottom:24px;
}
#content .house-wrapper h2 {
    margin-bottom:8px;
}
#content h3 {
    font-family: 'unica_walkenormal';
    font-size:60px;
    line-height:68px;
    color:#000;
    margin-bottom:32px;
}
#content .house-wrapper h3 {
    font-size:16px;
    line-height:24px;
    margin-bottom:24px;
}
#content .sbi-post-item h3 {
    font-size:40px;
    line-height:48px;
    margin-bottom:0;
}
#content .sbi-post-item:hover h3 {
    color:#02AF4C;
}
#content .sbi-agenda-item-text h3 {
    font-size:40px;
    line-height:48px;
    color:#000;
    margin-bottom:0;
}
#content .sbi-acc-item-trigger h3 {
    margin-bottom:0;
}
#content h4 {
    font-family: 'unica_walkenormal';
    font-size:36px;
    line-height:48px;
    color:#000;
    margin-bottom:32px;
}
#content .floor-wrapper h4 {
    font-size:60px;
    line-height:68px;
    margin-bottom:0;
}
#content .sbi-acc-item-toggle h4 {
    font-size:22px;
    line-height:32px;
    margin-bottom:24px;
}
#content h5 {
    font-family: 'unica_walkenormal';
    font-size:22px;
    line-height:32px;
    color:#000;
    margin-bottom:32px;
}
#content p {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:28px;
    color:#000;
    margin-bottom:28px;
}
#content #estate-total-count p {
    font-size:40px;
    line-height:48px;
    color:#000;
    margin-bottom:0;
}
#content .sbi-tanc-gbox p {
    font-size:22px;
    line-height:32px;
    margin-bottom:32px;
}
#content .agenda-post-content-time-location p {
    margin:0;
}
#content p a, #content ul li a, #content ol li a {
    color:#000;
    text-decoration: none;
    border-bottom:2px solid #02AF4C;
}
#content p a:hover, #content ul li a:hover, #content ol li a:hover {
    border-bottom:2px solid transparent;
    color:#02AF4C;
}
#content ul, #content ol {
    margin-bottom:28px;
    padding-left:20px;
}
#content ul li {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:28px;
    color:#000;
    list-style: disc;
    margin-bottom:16px;
}
#content ol li {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:28px;
    color:#000;
    list-style: decimal;
    margin-bottom:16px;
}
#content .tmedium p, #content .tmedium ul, #content .tmedium ol, #content #news-post-content p, #content #news-post-content ul, #content #news-post-content ol, #content .sbi-acc-item-toggle p, #content .sbi-acc-item-toggle ul, #content .sbi-acc-item-toggle ol {
    margin-bottom:24px;
}
#content .tmedium p, #content .tmedium ul li, #content .tmedium ol li, #content #news-post-content p, #content #news-post-content ul li, #content #news-post-content ol li, #content .agenda-post-content-time-location p, #content .sbi-acc-item-toggle p, #content .sbi-acc-item-toggle ul li, #content .sbi-acc-item-toggle ol li {
    font-size:16px;
    line-height:24px;
}
#content .tsmall p, #content .tsmall ul, #content .tsmall ol {
    margin-bottom:22px;
}
#content .tsmall p, #content .tsmall ul li, #content .tsmall ol li {
    font-size:13px;
    line-height:22px;
}
#content pre {
    font-family: 'unica_walkenormal';
    font-size:13px;
    line-height:22px;
    color:#BCBCBC;
    margin-bottom:22px;
}

#footer {
    padding:0 64px;
}
#footer #footer-inner {
    margin:0 auto;
    padding:20px 0 50px 0;
    max-width:1312px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #BCBCBC;
}
#footer #footer-inner #copyright p {
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#BCBCBC;
}
#footer #footer-inner #fmenu ul {
    text-align: right;
    font-size:0;
}
#footer #footer-inner #fmenu ul li {
    display: inline-block;
    margin-left:48px;
}
#footer #footer-inner #fmenu ul li a {
    font-family: 'unica_walkenormal';
    font-size:16px;
    line-height:24px;
    color:#BCBCBC;
    text-decoration: none;
}
#footer #footer-inner #fmenu ul li a:hover {
    color:#02AF4C;
}

div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    margin: 0 !important;
    max-width: 100% !important;
}
.tnp-subscription label, .tnp-subscription br {
    display: none !important;
}
.tnp-subscription input[type="text"], .tnp-subscription input[type="email"], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type="text"], .tnp-profile input[type="email"], .tnp-profile select, .tnp-profile textarea {
    font-family: 'unica_walkenormal';
    font-size:18px;
    line-height:28px;
    color:#000;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit, .tnp-subscription input[type="submit"], .tnp-profile input[type="submit"] {
    display: inline-block;
    font-family: 'neue_haas_unica_probold' !important;
    font-size:17px !important;
    line-height:24px !important;
    color:#fff !important;
    text-decoration: none;
    padding:7px 20px !important;
    background:#02AF4C !important;
    border:2px solid #02AF4C !important;
    border-radius:2px !important;
    cursor: pointer;
    transition:all .4s ease;
}
.tnp-subscription input.tnp-submit:hover, .tnp-profile input.tnp-submit:hover, .tnp-unsubscribe button.tnp-submit:hover, .tnp-reactivate button.tnp-submit:hover, .tnp-subscription input[type="submit"]:hover, .tnp-profile input[type="submit"]:hover {
    color:#02AF4C !important;
    background:#fff !important;
    transition:all .4s ease;
}

@media only screen and (max-width:1480px) {
    .floor-listings-title-items .floor-listings-title-item label, .cestate-listings-title-items .cestate-listings-title-item label {
        padding: 0 16px;
    }
    .listing-item-row .listing-item-row-item span, .cestate-listing-item-row .cestate-listing-item-row-item span {
        padding: 20px 16px;
    }
}
@media only screen and (max-width:1360px) {
    .floor-listings-title-items .floor-listings-title-item label {
        white-space: wrap;
    }
}
@media only screen and (max-width:1080px) {
    .custom-cursor, #header-slider-pagingInfo {
        display: none !important;
    }
    #header {
        height: 56px;
        background:#fff;
    }
    .home #header #logo, #header #logo, .home #header.shrink #logo, .home.mmopen #header #logo {
        top:15px;
        left:16px;
    }
    .home #header #logo img {
        width: 300px;
        height: 96px;
    }
    #header #logo img, .home #header.shrink #logo img, .home.mmopen #header #logo img {
        width:80px;
        height:26px;
    }
    #header #menu-trigger {
        width: 28px;
        height: 20px;
        top:18px;
        right:16px;
    }
    #header #menu-trigger span {
        height: 2px;
    }
    #header #menu-trigger span:nth-child(2), #header #menu-trigger span:nth-child(3) {
        top: 9px;
    }
    #header #menu-trigger span:nth-child(4) {
        top: 18px;
    }
    #header #menu-trigger.open span:nth-child(1), #header #menu-trigger.open span:nth-child(4) {
        top: 18px;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top {
        max-width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top #menu-2 {
        margin-left: 0;
        padding-top:24px;
    }
    #mobile-menu #mobile-menu-inner {
        margin-bottom: 0;
        padding: 128px 60px 96px 60px;
        height: 100%;
    }
    #mobile-menu #mobile-menu-bottom {
        display: none;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu.mobile {
        display: block;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top #menu-2, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu.mobile {
        padding-top: 40px;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top ul li {
        margin-bottom:24px;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top ul li a {
        font-size:22px;
        line-height:24px;
    }
    #mobile-menu #mobile-menu-bottom #mfmenu ul li, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul li {
        margin-right: 26px;
    }
    #mobile-menu #mobile-menu-bottom #mfmenu ul li a, #mobile-menu #mobile-menu-inner #mobile-menu-top #mfmenu ul li a {
        font-size: 16px;
        line-height: 18px;
    }
    #infobox {
        top: 72px;
    }
    #infobox #infobox-button a:hover {
        color:#02AF4C;
        background:#fff;
    }
    #mobile-menu #mobile-menu-inner #mobile-menu-top ul li a:hover {
        color:#02AF4C;
    }
    .sbi-tanc-readmore-trigger span:hover {
        color:#02AF4C;
    }
    .sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover {
        color:#02AF4C;
    }
    .sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover:before {
        filter:none;
    }
    .sbi-tanc-anchors-items .sbi-tanc-anchors-item a:hover:after {
        top:17px;
        filter:none;
    }
    .sbi-tanc-docs-items .sbi-tanc-docs-item a:hover, .sbi-acc-item-toggle-item-doc-item a:hover {
        margin-left:0;
        color:#02AF4C;
        filter:none;
    }
    .sbi-post-items .sbi-post-item:hover .sbi-post-item-img img {
        opacity: 1;
    }
    .sbi-post .sbi-post-button button#sbi-load-more:hover {
        color:#02AF4C;
        background:#fff;
    }
    .sbi-agenda-items .sbi-agenda-item:hover .sbi-agenda-item-text h3 {
        color:#000 !important;
    }
    .sbi-agenda-items .sbi-agenda-item:hover .sbi-agenda-item-img-wrap .sbi-agenda-item-img {
        opacity: 1;
    }
    .sbi-buttons-item.bint a:hover, #news-post-content-links-items .news-post-content-links-item.bint a:hover, .agenda-post-content-links-item.bint a:hover {
        background:url(images/int_link-green.svg) no-repeat right center;
        background-size:17px 12px;
    }
    .sbi-buttons-item.bext a:hover, #news-post-content-links-items .news-post-content-links-item.bext a:hover, .agenda-post-content-links-item.bext a:hover {
        background:url(images/ext_link-green.svg) no-repeat right center;
        background-size:14px 13px;
    }
    .sbi-buttons-item.bdoc a:hover, #news-post-content-links-items .news-post-content-links-item.bdoc a:hover, .agenda-post-content-links-item.bdoc a:hover {
        background:url(images/document-green.svg) no-repeat left center;
        background-size:12px 15px;
    }
    .sbi-buttons a:hover, #news-post-content-links-items .news-post-content-links-item a:hover, .agenda-post-content-links-item a:hover {
        color:#02AF4C;
        transform: translateX(0);
    }
    #content p a:hover, #content ul li a:hover, #content ol li a:hover {
        border-bottom:2px solid #02AF4C;
        color:#000;
    }
    .sbi-post-item-button a:hover {
        color:#02AF4C;
        background:#fff;
    }
    #footer #footer-inner #fmenu ul li a:hover {
        color:#BCBCBC;
    }
    .tnp-subscription input.tnp-submit:hover, .tnp-profile input.tnp-submit:hover, .tnp-unsubscribe button.tnp-submit:hover, .tnp-reactivate button.tnp-submit:hover, .tnp-subscription input[type="submit"]:hover, .tnp-profile input[type="submit"]:hover {
        color:#fff !important;
        background:#02AF4C !important;
    }
    #content .sbi-post-item:hover h3 {
        color: #000;
    }
    #estate-filter-reset a:hover {
        border-bottom:1px solid #000;
    }
    .sb-item:nth-child(1) > * {
        margin-top: -58px;
    }
    .sbi-tanc, .sbi-timg {
        margin-bottom: 64px;
    }
    .sbi-title, .sbi-tanc-inner, .sbi-timg-inner {
        padding: 0 16px;
    }
    .sbi-post {
        padding: 0 16px 16px 16px;
    }
    .sbi-post-items .sbi-post-item {
        margin: 0 15px 48px 15px;
    }
    .sbi-agenda, .sbi-acc {
        padding: 0 16px 40px 16px;
    }
    .sbi-tanc-anchors-items .sbi-tanc-anchors-item {
        margin-bottom: 28px;
    }
    .sbi-tanc-gbox {
        padding: 24px 24px 8px 24px; 
    }
    .sbi-agenda-items {
        padding-top: 0;
    }
    .sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-text {
        padding: 40px;
    }
    .sbi-timg-img-slider-item-caption, .estate-content-slide-caption, .cestate-content-slide-caption {
        padding:24px 0 24px 56px;
    }
    .sbi-timg-img-slider .sbi-timg-img-slide.has-caption .sbi-timg-img-slider-item-caption, .estate-content-slider .estate-content-slide.has-caption .estate-content-slide-caption, .cestate-content-slider .cestate-content-slide.has-caption .cestate-content-slide-caption {
        padding-left:0;
    }
    .sbi-timg-img-slider.slider-on .sbi-timg-img-slide.has-caption .sbi-timg-img-slider-item-caption, .estate-content-slider.slider-on .estate-content-slide.has-caption .estate-content-slide-caption, .cestate-content-slider.slider-on .cestate-content-slide.has-caption .cestate-content-slide-caption {
        padding-left:56px;
    }
    .sbi-timg-img-slider-pagingInfo, .estate-content-slider-pagingInfo, .cestate-content-slider-pagingInfo {
        top: calc(var(--max-img-h, 0px) + 24px);
    }
    .sbi-agenda-items .sbi-agenda-item, .sbi-acc-item {
        margin-bottom: 16px;
    }
    .sbi-acc-item-trigger {
        padding: 34px 124px 34px 36px;
    }
    .sbi-acc-item-trigger::after {
        right: 36px;
    }
    .sbi-acc-item-toggle {
        padding: 0 36px 16px 36px;
    }
    #agenda-block, #cestate-block {
        padding-bottom: 48px;
    }
    #news-post-others {
        padding-bottom: 8px;
    }
    #estate-filter {
        margin-bottom: 64px;
        padding:24px 16px;
    }
    .house-title, .house-subtitle {
        padding: 0;
    }
    .floor-title {
        padding: 24px 16px;
    }
    .floor-listings {
        padding: 4px 16px 24px 16px;
    }
    .listing-item-row .listing-item-row-item span, .cestate-listing-item-row .cestate-listing-item-row-item span {
        padding: 16px 12px;
    }
    .floor-title::after {
        top: 34px;
        right: 16px;
    }
    .floor-count {
        top: 42px;
        font-size: 18px;
        line-height: 28px;
    }
    .house-wrapper {
        margin-bottom: 64px;
    }
    #estate-title, #news-title, #agenda-title, #cestate-title {
        margin: 0;
    }
    #content h1, #content #news-title span, #content #agenda-title span {
        font-size: 94px;
        line-height: 102px;
        letter-spacing: -.94px;
        margin-bottom: 78px;
    }
    #content h2 {
        font-size: 72px;
        line-height: 78px;
        margin-bottom: 52px;
    }
    #content #agenda-post-others h2 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 24px;
    }
    #content h3 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 24px;
    }
    #content .sbi-post-item h3, #content .sbi-agenda-item-text h3 {
        font-size: 32px;
        line-height: 40px;
    }
    #content h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    #content .floor-wrapper h4 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 0;
    }
    #content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    #content .sbi-tanc-gbox p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    #content ul, #content ol {
        margin-bottom:24px;
    }
    #content ul li, #content ol li {
        font-size:16px;
        line-height:24px;
        margin-bottom:12px;
    }
    #footer {
        padding: 0 16px;
    }
    #footer #footer-inner {
        padding: 24px 0;
    }
}
@media only screen and (max-width:1023px) {
    .alignright, .alignleft {
        float:none;
        display: block;
        margin:0 auto 32px auto;
    } 
    .floor-listings-title-items, .cestate-listings-title-items {
        display: none;
    }
    .listing-item-row, .cestate-listing-item-row {
        padding:16px 0;
        flex-direction: column;
        justify-content: flex-start;
        border-bottom: 1px solid #02AF4C;
    }
    .listing-item:nth-child(2) .listing-item-row, .cestate-listing-item:nth-child(2) .cestate-listing-item-row {
        border-top: 1px solid #02AF4C;
    }
    .listing-item-row .listing-item-row-item:nth-child(1), .listing-item-row .listing-item-row-item:nth-child(2), .listing-item-row .listing-item-row-item:nth-child(3), .listing-item-row .listing-item-row-item:nth-child(4), .listing-item-row .listing-item-row-item:nth-child(5), .listing-item-row .listing-item-row-item:nth-child(6), .listing-item-row .listing-item-row-item:nth-child(7), .listing-item-row .listing-item-row-item:nth-child(8), .listing-item-row .listing-item-row-item:nth-child(9), .listing-item-row .listing-item-row-item:nth-child(10), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(1), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(2), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(3), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(4), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(5), .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(6) {
        width: 100%;
        border-bottom: none;
    }
    .listing-item-row .listing-item-row-item, .cestate-listing-item-row .cestate-listing-item-row-item {
        display: flex;
        justify-content: space-between;
        margin-bottom:6px;
    }
    .listing-item-row .listing-item-row-item:nth-last-child(1), .cestate-listing-item-row .cestate-listing-item-row-item:nth-last-child(1) {
        margin-bottom:0;
    }
    .listing-item-row .listing-item-row-item:before, .cestate-listing-item-row .cestate-listing-item-row-item:before {
        display: inline-block;
        font-family: 'neue_haas_unica_probold';
        font-size: 16px;
        line-height: 24px;
        color: #000;
        width:50%:
    }
    .listing-item-row .listing-item-row-item:nth-child(1):before, .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(1):before {
        content:"Objekt-Nr.";
    }
    .listing-item-row .listing-item-row-item:nth-child(2):before, .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(2):before {
        content:"Lage";
    }
    .listing-item-row .listing-item-row-item:nth-child(3):before {
        content:"Typ";
    }
    .listing-item-row .listing-item-row-item:nth-child(4):before, .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(3):before {
        content:"Fläche";
    }
    .listing-item-row .listing-item-row-item:nth-child(5):before {
        content:"Balkon";
    }
    .listing-item-row .listing-item-row-item:nth-child(6):before {
        content:"Mindestbelegung";
    }
    .listing-item-row .listing-item-row-item:nth-child(7):before {
        content:"Mietzins inkl. NK";
    }
    .listing-item-row .listing-item-row-item:nth-child(8):before {
        content:"Anteilscheine";
    }
    .listing-item-row .listing-item-row-item:nth-child(9):before, .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(5):before {
        content:"Grundriss";
    }
    .listing-item-row .listing-item-row-item:nth-child(10):before, .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(6):before {
        content:"Status";
    }
    .cestate-listing-item-row .cestate-listing-item-row-item:nth-child(4):before {
        content:"Ausstattung";
    } 
    .listing-item-row .listing-item-row-item span, .cestate-listing-item-row .cestate-listing-item-row-item span {
        padding: 0;
        display: inline-block;
        width:50%;
    }
    #estate-filter-items .estate-filter-item {
        width: calc(50% - 8px);
    }
}
@media only screen and (max-width:810px) {
    #header-slider, #header-slider #header-slides .header-slide {
        height: auto;
        aspect-ratio:1/1;
    }
    .sbi-acc-text {
        width: 100%;
    }
    .sbi-acc-item-toggle-items .sbi-acc-item-toggle-item {
        width: calc(100% - 92px);
    }
}
@media only screen and (max-width:767px) {
    #header:after {
        content:"";
        position:absolute;
        bottom:0;
        left:16px;
        right:16px;
        width:calc(100% - 32px);
        height:1px;
        background:#D5D5D5;
        opacity:0;
        transition:all .6s ease;
    }
    .single-post #header:after, .single-agenda #header:after, .blog #header:after, .post-type-archive-agenda #header:after, .post-type-archive-wohnungen #header:after, .post-type-archive-gewerberaeume #header:after, .page-template-default .no-slider #header:after {
        opacity:1;
    }
    .mmopen #header:after {
        opacity:1;
        transition:all .6s ease .4s;
    }
    .home #header #logo, .home #header.shrink #logo, .home.mmopen #header #logo {
        top:15px;
    }
    .home #header #logo img, #header #logo img, .home #header.shrink #logo img, .home.mmopen #header #logo img {
        width:80px;
        height:26px;
    }
    #mobile-menu #mobile-menu-inner {
        padding: 128px 40px 96px 40px;
    }
    .sb-item:nth-child(1) > * {
        margin-top: -30px;
    }
    .sbi-tanc-inner .sbi-tanc-left, .sbi-tanc-inner .sbi-tanc-right, .sbi-timg-left .sbi-timg-img, .sbi-timg-right .sbi-timg-img, .sbi-timg-left .sbi-timg-text, .sbi-timg-right .sbi-timg-text, #estate-content #estate-content-text, #cestate-content #cestate-content-text, #estate-content #estate-content-images, #cestate-content #cestate-content-images {
        width:calc(100% - 60px);
    }
    .sbi-tanc-inner .sbi-tanc-right, .sbi-timg-left .sbi-timg-img, .sbi-timg-right .sbi-timg-img, #estate-content #estate-content-images, #cestate-content #cestate-content-images {
        padding-top:40px;
    }
    .sbi-timg-left .sbi-timg-text, .sbi-timg-right .sbi-timg-text {
        order:1;
    }
    .sbi-timg-left .sbi-timg-img, .sbi-timg-right .sbi-timg-img {
        order:2;
    }
    .sbi-timg-off .sbi-timg-text, .sbi-timg-top .sbi-timg-text {
        width: 100%;
    }
    .sbi-post-items .sbi-post-item {
        width: calc(100% - 30px);
        margin: 0 15px 64px 15px;
    }
    .sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-text {
        padding:24px 20px;
        width: 100%;
    }
    .sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-img {
        position: unset;
        top: unset;
        right: unset;
        margin:0 20px 24px 20px;
        width: calc(100% - 40px);
        height: auto;
        aspect-ratio: 3/2;
    }
    .sbi-agenda-items .sbi-agenda-item .sbi-agenda-item-date span, .agenda-post-content-date span {
        font-size: 16px;
        line-height: 20px;
        padding-left: 32px;
    }
    #agenda-post-content-items .agenda-post-content-item, #news-post-content-items .news-post-content-item {
        width: calc(100% - 30px);
    }
    .sbi-acc-item-trigger {
        padding: 24px 80px 24px 24px;
    }
    .sbi-acc-item-trigger:after {
        right: 24px;
        width: 32px;
        height: 16px;
        margin-top: -8px;
        background: url(images/estate-arrow.svg) no-repeat center center;
        background-size: 32px 16px;
    }
    .sbi-acc-item-toggle {
        padding: 0 24px 16px 24px;
    }
    .floor-title::after {
        width: 32px;
        height: 16px;
        background: url(images/estate-arrow.svg) no-repeat center center;
        background-size: 32px 16px;
    }
    #estate-title, #news-title, #agenda-title, #cestate-title {
        padding-bottom: 0;
    }
    .floor-title::after {
        top: 32px;
    }
    .floor-count {
        top: 30px;
    }
    #estate-filter {
        display: flex;
        flex-direction: column;
        padding: 20px 16px 16px 16px;
    }
    #estate-filter #estate-filter-top {
        order:2;
        margin-bottom: 24px;
        position: relative;
    }
    #estate-filter #estate-filter-top:before {
        content:"";
        position: absolute;
        top:0;
        left:-16px;
        width:calc(100% + 32px);
        height:10px;
        background:#fff;
    }
    #estate-filter #estate-filter-items {
        order:1;
    }
    #estate-filter #estate-filter-bottom {
        order:3;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 0;
    }
    #estate-filter-reset {
        margin-top:24px;
        margin-left:-16px;
    }
    .sbi-timg-img-slider-pagingInfo, .estate-content-slider-pagingInfo, .cestate-content-slider-pagingInfo {
        top: calc(var(--max-img-h, 0px) + 16px);
    }
    .slider-portrait .sbi-timg-img-slider-pagingInfo, .slider-portrait .estate-content-slider-pagingInfo, .slider-portrait .cestate-content-slider-pagingInfo {
        top: calc(var(--max-img-h, 0px) + 12px);
    }
    .sbi-timg-img-slides .slick-list {
        margin-right:-16px;
        padding:0 16px 0 0 !important;
    }
    .sbi-timg-img-slide.slick-slide {
        margin-right:10px;
    }
    #content h1, #content #news-title span, #content #agenda-title span {
        font-size: 46px;
        line-height: 52px;
        letter-spacing:normal;
    }
    #content h2 {
        font-size: 40px;
        line-height: 52px;
    }
    #content #agenda-post-others h2, #content h3, #content .sbi-post-item h3, #content .sbi-agenda-item-text h3 {
        font-size: 26px;
        line-height: 32px;
    }
    #content h4 {
        font-size: 22px;
        line-height: 28px;
    }
    #content .floor-wrapper h4 {
        font-size: 26px;
        line-height: 32px;
    }
    #content #news-post-content h1, #content #agenda-post-content h1 {
        margin-bottom: 12px;
    }
    #content #estate-total-count p {
        font-size: 22px;
        line-height: 32px;
    }
    #estate-filter-reset a {
        line-height: 32px;
    }
    .facetwp-facet-status::after {
        top: 0;
        left: 72px;
        font-size: 16px;
        line-height: 32px;
    }
    #footer #footer-inner #copyright p, #footer #footer-inner #fmenu ul li a {
        font-size: 12px;
        line-height: 20px;
    }
    #footer #footer-inner #fmenu ul li {
        margin-left: 18px;
    }
}
@media only screen and (max-width:568px) {
    #estate-filter-items-trigger {
        display: block;
        cursor: pointer;
    }
    #estate-filter-items {
        display: none;
    }
    #estate-filter-items .estate-filter-item {
        width: calc(100% - 8px);
    }
}