section.m31_objects .m31_informations {
display: flex;
align-items: center;
gap: 0 9px;
flex-wrap: wrap;
}
section.m31_objects .m31_info {
position: relative;
}
section.m31_objects .m31_info p {
display: inline-block;
}
section.m31_objects .m31_info:not(:last-child):after {
content: '·';
display: inline-block;
padding: 0 7px 0 3px;
}
section.m31_objects .m31_informations * {
font-size: .789rem;
}
section.m31_objects > div {
position: relative;
z-index: 3;
}
section.m31_objects .m31_top {
z-index: 4;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_top {
padding-bottom: 60px;
}
section.m31_objects .m31_referenc_item .m31_title_container .m31_title {
font-size: 1.158rem;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_referenc_item .m31_title_container .m31_title {
font-weight: 400;
}
section.m31_objects .m31_referenc_item {
width: 100%;
}
section.m31_objects .m31_referenc_item_prom {
width: 100% !important;
}
section.m31_objects .m31_bild_container {
display: flex;
margin-bottom: 21px;
height: 280px;
background-color: #fff;
position: relative;
}
section.m31_objects .m31_bild_container picture {
width: 100%;
}
section.m31_objects .m31_bild {  height: 100%;
}
section.m31_objects .m31_content_head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
body.single-objekte section.m31_objects[data-kurze-ausgabe="true"] .m31_content_head {
flex-direction: column;
align-items: start;
gap: 20px;
}
section.m31_objects .m31_title {
margin-bottom: 0;
}
section.m31_objects[data-show-filter="true"] .m31_content_head {
margin-bottom: 63px;
}
section.m31_objects .m31_cat_list {
position: absolute;
left: 20px;
bottom: 29px;
display: flex;
gap: 6px;
}
section.m31_objects .m31_cat_item {
font-size: .789rem;
background: rgba(229, 224, 221, .3);
color: #fff;
border-radius: 50px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
padding: 4px 13px;
margin-bottom: 0;
}
section.m31_objects .m31_titel {
margin-bottom: 0;
}
section.m31_objects .m31_main_content {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_main_content {
padding-top: 67px;
}
section.m31_objects .m31_no_found {
text-align: center;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_link_container {
margin-top: 60px;
text-align: center;
}
section.m31_objects[data-show-filter="false"] .m31_link_container {
margin-top: 0;
}
section.m31_objects .m31_referenc_item.m31_initially_hidden {
display: none;
}
section.m31_objects .m31_referenc_item > * {
width: 100%;
}
section.m31_objects .m31_link_button {
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: 1px solid #2e2e2e;
background: #2e2e2e;
transition: all .4s;
position: absolute;
top: 20px;
right: 20px;
}
section.m31_objects .m31_link_button:hover,
section.m31_objects .m31_referenc_item:hover .m31_link_button {
background: #fff;
}
section.m31_objects .m31_link_button svg {
fill: #fff;
width: 17px;
transition: all .4s;
transform: rotate(135deg)
}
section.m31_objects .m31_link_button:hover svg,
section.m31_objects .m31_referenc_item:hover .m31_link_button svg {
fill: #2e2e2e;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_main_content {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_referenc_item { }
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_main_content {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_referenc_item { }
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_main_content {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_referenc_item { }
section.m31_objects[data-slider="active_slider"] .m31_referenc_item {
padding-right: 66px;
}
section.m31_objects[data-slider="active_slider"] .slick-slide {
transition: opacity .4s;
opacity: 1;
}
section.m31_objects[data-slider="active_slider"] .slick-slide:not(.slick-active) {
opacity: .5;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow {
background: #2e2e2e;
border-radius: 50%;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #2e2e2e;
transition: all .4s;
z-index: 3;
opacity: 1;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow:hover {
background: #fff;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow svg {
fill: #fff;
transition: fill .4s;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow.slick-disabled {
opacity: 0;
pointer-events: none;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow:hover svg {
fill: #2e2e2e;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow.mM_arrow_prev {
transform: rotate(0);
left: 48px;
}
section.m31_objects[data-slider="active_slider"] .mM_arrow.mM_arrow_next {
transform: rotate(180deg);
right: 48px;
} section.m31_objects[data-kurze-ausgabe="true"] .m31_filter {
padding-top: 27px;
border-top: 1px solid rgba(46, 46, 46, 0.3);
}
section.m31_objects .m31_filter {
z-index: 4 !important;
}
section.m31_objects .m31_filter_upper {
justify-content: space-between;
align-items: baseline;
gap: 10px 20px; }
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
margin-top: -160px;
background-color: #afa8a9;
padding: 100px 130px 60px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_start * {
font-size: 0.833rem;
}
section.m31_objects .m31_filter_wrapper {
padding: 5px;
border: 2px solid #262520;
border-radius: 35px;
--row_gap: 0px;
align-items: baseline;
position: relative;
}
section.m31_objects .m31_filter_item {
padding: 12px 18px 11px 17px;
cursor: pointer;
border-radius: 23px;
font-weight: 500;
font-family: "Karla";
font-size: 0.8333rem;
text-transform: uppercase;
letter-spacing: 0.05rem;
display: inline-block;
border: 1px solid var(--sekundarbutton_font_color) !important; background-color: transparent;
color: var(--sekundarbutton_font_color);
line-height: 1.444;
}
section.m31_objects[data-show-filter="true"] .m31_filter_left{
align-items: baseline;
gap: 10px 85px;
}
section.m31_objects .m31_filter_left .m31_filter_item{
border-color: transparent !important;
}
section.m31_objects .m31_filter_left .m31_filter_parent {
position: relative;
}
section.m31_objects .m31_filter_left .m31_filter_parent.activeParent > .m31_filter_item {
border-color: var(--sekundarbutton_font_color) !important;
}
section.m31_objects .m31_filter_left .m31_filter_children {
position: absolute;
top: calc(100% + 10px);
left: 50%;
transform: translateX(-50%);
}
section.m31_objects .m31_filter_item.is-active {
background-color: var(--sekundarbutton_hover_background_color);
color: var(--sekundarbutton_hover_font_color);
}
section.m31_objects .m31_filter_item.m31_has_dd {
padding: 0;
border: none !important;
}
section.m31_objects .m31_filter_type.is-hidden {
display: none;
}
section.m31_objects .m31_filter_item.m31_has_dd .mM_select_items {
background-color: #afa8a9;
border-bottom: none;
border-radius: 0 0 23px 23px;
border: 1px solid transparent !important;
border-top: none !important;
padding: 0 5px;
top: 100%;
background-color: transparent;
transition: background-color .4s, padding .4s, border-color .4s;
}
section.m31_objects .m31_filter_item.m31_has_dd .mM_select_selected,
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener {
padding: 12px calc(22px + 25px) 11px 21px;
border: 1px solid var(--sekundarbutton_font_color) !important;
border-radius: 23px;
transition: border-radius .4s;
}
section.m31_objects .m31_filter_item.m31_has_dd:has(.mM_select_arrow_active) .mM_select_selected,
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener:has(+ [data-hide="shown"]) {
border-radius: 23px 23px 0 0;
}
section.m31_objects .m31_filter_item.m31_has_dd:has(.mM_select_arrow_active) .mM_select_items {
background-color: #fff;
padding: 2px 5px 7px;
border-color: var(--sekundarbutton_font_color) !important;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_item.m31_has_dd:has(.mM_select_arrow_active) .mM_select_items {
background-color: #afa8a9;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_field input {
background-color: #afa8a9;
}
section.m31_objects .m31_filter_item.m31_has_dd .mM_select_selected,
section.m31_objects .m31_filter_item.m31_has_dd .mM_select_item { hyphens: auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
section.m31_objects .m31_filter_item.mM_custom_select .mM_select_arrow_down {
position: absolute;
right: 22px;
bottom: 20px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 326.33' style='fill: %232e2e2e'%3E%3Cpath d='M441.67,0l-185.67,185.67L70.33,0,0,70.33l256,256L512,70.33,441.67,0Z'/%3E%3C/svg%3E");
opacity: 1;
}
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener {
padding: 12px 22px 11px 21px;
text-align: start;
}
section.m31_objects .m31_filter_item_opener {
background-color: transparent;
border: none;
font-weight: 500;
font-family: "Karla";
cursor: pointer;
position: relative
}
section.m31_objects .m31_filter_item_opener span { padding-right: 25px;
text-transform: uppercase;
font-size: 0.833rem;
font-weight: 500;
line-height: 1.444;
cursor: pointer;
}
section.m31_objects .m31_filter_item_opener.m31_filter_show_more_filters span {
position: relative
}
section.m31_objects .m31_filter_item_opener span:after {
content: '';
position: absolute;
right: 22px;
bottom: 20px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 326.33' style='fill: %232e2e2e'%3E%3Cpath d='M441.67,0l-185.67,185.67L70.33,0,0,70.33l256,256L512,70.33,441.67,0Z'/%3E%3C/svg%3E");
background-size: 8px 6px;
width: 8px;
height: 6px;
transform: rotateX(0deg);
transition: transform .4s, opacity .4s;
}
section.m31_objects .m31_filter_item_opener.m31_filter_show_more_filters span:after {
right: 0px;
bottom: 6px;
}
section.m31_objects .m31_filter_item_content[data-hide="hidden"] {
display: none;
}
section.m31_objects .m31_filter_show_more_filters,
section.m31_objects .m31_filter_show_more_content,
section.m31_objects .m31_reset_filter {
text-align: right;
}
section.m31_objects .m31_reset {
padding: 2px 3px;
background-color: transparent;
border: none;
font-weight: 500;
font-family: "Karla";
font-size: 0.8333rem;
text-transform: uppercase;
letter-spacing: 0.05rem;
cursor: pointer;
line-height: 1.444;
color: rgba(46, 46, 46, 0.5);
}
section.m31_objects .m31_reset_filter {
margin-top: 10px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_reset_filter {
margin-bottom: -38px;
}
section.m31_objects .m31_filter_show_more_filters {
padding: 0;
}
section.m31_objects .m31_filter_field {
display: flex;
align-items: baseline;
gap: 5px 10px;
margin-bottom: 5px;
}
section.m31_objects .m31_filter_field:last-child {
margin-bottom: 0;
}
section.m31_objects .m31_has_dd label,
section.m31_objects .m31_filter_field label {  position: absolute;
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
margin: 0 !important;
}
section.m31_objects .m31_filter_field input { padding: 5px 0px;
border-radius: 0;
border: none;
border-bottom: 1px solid rgba(46, 46, 46, 0.2);
color: rgba(46, 46, 46, 1);
transition: border-color .4s;
font-family: "Karla", Tahoma, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 0.833rem;
line-height: 1.444;
letter-spacing: 0.035rem;
width: 100%;
}
section.m31_objects .m31_filter_field input:focus {
border-color: rgba(46, 46, 46, 0.5);
outline-color: rgba(46, 46, 46, 0.5);
}
section.m31_objects .m31_filter_field input[type="number"]::-webkit-outer-spin-button,
section.m31_objects .m31_filter_field input[type="number"]::-webkit-inner-spin-button {
appearance: none;
-webkit-appearance: none;
}
section.m31_objects .m31_filter_field input::placeholder {
opacity: 1;
font-size: 0.833rem;
color: rgba(46, 46, 46, 1);
}
section.m31_objects .m31_filter_block:not(:last-child) {
margin-bottom: 10px
}
section.m31_objects .m31_filter_children[data-hide="hidden"] {
display: none;
}
section.m31_objects .m31_filter_children_inner {
display: flex;
} section.m31_objects .m31_filter_right_top {
gap: 5px 11px;
}
section.m31_objects .m31_filter_right_top .m31_filter_item_wrapper {
position: relative; 
}
section.m31_objects .m31_filter_right_top .m31_filter_item_content {
position: absolute;
right: 0;
width: 100%;
z-index: 100;
background-color: transparent;
border-radius: 0 0 23px 23px;
border: 1px solid transparent !important;
border-top: none !important;
padding: 0 5px;
top: 100%;
transition: background-color .4s, padding .4s, border-color .4s;
}
section.m31_objects .m31_filter_right_top .m31_filter_item_content[data-hide="shown"] {
background-color: #fff;
padding: 2px 5px 7px;
border-color: var(--sekundarbutton_font_color) !important;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_right_top .m31_filter_item_content {
background-color: #afa8a9;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_right_bottom {
margin-top: 22px;
}
section.m31_objects .m31_filter_right_bottom .m31_filter_item_wrapper {
text-align: right;
}
section.m31_objects .m31_filter_right_bottom .m31_filter_item_opener span {
color: rgba(46, 46, 46, 0.5);
}
section.m31_objects .m31_filter_right_bottom .m31_filter_item_opener span:after {
opacity: .5;
}
section.m31_objects .m31_search {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
section.m31_objects .m31_search svg {
min-width: 25px;
width: 25px;
} section.m31_objects .m31_filter_lower {
margin-top: 70px;
justify-content: space-between;
margin-bottom: 35px;
}
section.m31_objects .m31_sort { }
section.m31_objects .m31_sort_wrapper {
justify-content: flex-end;
}
section.m31_objects .m31_sort.mM_custom_select {
border-color: transparent !important;
min-width: 150px;
}
section.m31_objects .m31_sort.mM_custom_select .mM_select_selected {
padding-right: 13px;
text-transform: uppercase;
font-size: 0.833rem;
font-weight: 500;
}
section.m31_objects .m31_sort.mM_custom_select .mM_select_selected *,
section.m31_objects .m31_sort.mM_custom_select .mM_select_selected {
color: rgba(46, 46, 46, 0.3) !important;
transition: color .4s;
}
section.m31_objects .m31_sort.mM_custom_select:has(.mM_same_as_selected:not(.mM_select_item:first-child)) .mM_select_selected,
section.m31_objects .m31_sort.mM_custom_select .mM_select_selected.mM_select_arrow_active,
section.m31_objects .m31_sort.mM_custom_select .mM_select_selected.mM_select_arrow_active * {
color: rgba(46, 46, 46, 0.75) !important;
}
section.m31_objects .m31_sort.mM_custom_select .mM_select_items {
background: #f1f1f1;
}
section.m31_objects .m31_sort.mM_custom_select .mM_select_item {
color: rgba(46, 46, 46, 0.75);
padding: 1px 5px 2px;
}
section.m31_objects .m31_pagination {
margin-top: 58px;
}
section.m31_objects .m31_pagination_wrapper {
justify-content: center;
gap: 0 19px;
}
section.m31_objects .m31_pagination_arrow,
section.m31_objects .m31_page_btn {
--size: 46px;
min-width: var(--size);
min-height: var(--size);
width: var(--size);
height: var(--size);
padding: 0;
display: flex;
justify-content:center;
align-items:center;
}
section.m31_objects .m31_page_btn {
background-color: transparent !important;
}
section.m31_objects .m31_page_btn.is-dots {
cursor: default;
}
section.m31_objects .m31_page_btn.is-active {
background-color: var(--primarbutton_background_color) !important;
color: var(--primarbutton_font_color);
}
section.m31_objects .m31_pagination_arrow[disabled] {
opacity: 0.15;
cursor: not-allowed;
}
section.m31_objects .m31_pagination_arrow svg {
width: 17px;
min-width: 17px;
}
section.m31_objects .m31_pagination_arrow.m31_page_next svg {
rotate: 180deg;
}
section.m31_objects:has(.m31_main_content .m31_referenc_item) .m31_middle {
margin-bottom: 80px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_bottom {
background-color: rgba(38, 37, 32, 0.07);
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_bottom:has(.m31_referenc_item),
section.m31_objects[data-kurze-ausgabe="false"] .m31_bottom:has(.m31_no_found[style*="display: block"]) {
padding: 91px 0 68px;
}
@media screen and (min-width: 576px) {
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_bild_container,
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_bild_container,
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_bild_container,
section.m31_objects .m31_referenc_item_prom .m31_bild_container {
height: 345px;
}
}
@media screen and (min-width: 768px) {
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_main_content,
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_main_content,
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_main_content {
gap: 20px;
}
section.m31_objects .m31_prom_referencen {
gap: 40px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_referenc_item,
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_referenc_item,
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_referenc_item {
width: calc(50% - (20px / 2));
}
section.m31_objects .m31_referenc_item_prom {
width: calc(50% - (40px / 2)) !important;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_bild_container,
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_bild_container,
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_bild_container {
height: 275px;
}
section.m31_objects .m31_referenc_item_prom .m31_bild_container {
height: 305px;
}
}
@media screen and (min-width: 992px) {
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_main_content {
gap: 40px;
}
section.m31_objects .m31_prom_referencen {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_referenc_item {
width: calc(50% - (40px / 2));
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_bild_container {
height: 315px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_main_content {
gap: 40px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_referenc_item {
width: calc(33.3333% - ((40px * 2) / 3));
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_bild_container {
height: 195px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_main_content {
gap: 40px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_referenc_item {
width: calc(33.3333% - ((40px * 2) / 3));
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_bild_container {
height: 195px;
}
section.m31_objects .m31_referenc_item_prom {
width: calc(50% - (67px / 2)) !important;
}
section.m31_objects .m31_referenc_item_prom .m31_bild_container {
height: 275px;
}
}
@media screen and (min-width: 1200px) {
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_main_content {
gap: 50px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_referenc_item {
width: calc(50% - (50px / 2));
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_bild_container {
height: 375px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_main_content {
gap: 40px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_referenc_item {
width: calc(33.3333% - ((40px * 2) / 3));
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_bild_container {
height: 285px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_main_content {
gap: 30px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_referenc_item {
width: calc(25% - ((30px * 3) / 4));
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_bild_container {
height: 215px;
}
section.m31_objects .m31_referenc_item_prom .m31_bild_container {
height: 395px;
}
}
@media screen and (min-width: 1600px) {
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_price .m31_filter_item.m31_has_dd .m31_filter_item_opener {
min-width: 150px;
max-width: 150px;
width: 150px;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_type .m31_filter_item.m31_has_dd .mM_select_selected {
max-width: 250px;
min-width: 250px;
width: 250px;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_buy_rent .m31_filter_item.m31_has_dd .mM_select_selected {
max-width: 210px;
min-width: 210px;
width: 210px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_main_content {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_referenc_item {
width: calc(50% - (66px / 2));
}
section.m31_objects[data-beitrage-pro-zeile="2"] .m31_bild_container {
height: 445px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_main_content {
gap: 66px;
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_referenc_item {
width: calc(33.3333% - ((66px * 2) / 3));
}
section.m31_objects[data-beitrage-pro-zeile="3"] .m31_bild_container {
height: 335px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_main_content {
gap: 34px;
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_referenc_item {
width: calc(25% - ((34px * 3) / 4));
}
section.m31_objects[data-beitrage-pro-zeile="4"] .m31_bild_container {
height: 287px;
}
section.m31_objects .m31_referenc_item_prom .m31_bild_container {
height: 445px;
}
}
@media screen and (min-width: 1840px) {
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_price .m31_filter_item.m31_has_dd .m31_filter_item_opener {
min-width: 150px;
max-width: 150px;
width: 150px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_type .m31_filter_item.m31_has_dd .mM_select_selected {
max-width: 250px;
min-width: 250px;
width: 250px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_buy_rent .m31_filter_item.m31_has_dd .mM_select_selected {
max-width: 210px;
min-width: 210px;
width: 210px;
}
}
@media screen and (max-width: 1920px) {
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
padding: 60px;
}
}
@media screen and (max-width: 1839px) {
section.m31_objects .m31_filter_upper {
flex-wrap: wrap;
transition: gap .4s;
}
section.m31_objects[data-show-filter="true"][data-kurze-ausgabe="false"] .m31_filter_left,
section.m31_objects[data-show-filter="true"][data-kurze-ausgabe="false"] .m31_filter_right {
width: 100%;
}
section.m31_objects .m31_filters_content {
width: 100%;
}
body.page-id-683 section.m31_objects .m31_filter_parent {
flex: auto;
}
body.page-id-683 section.m31_objects .m31_filter_upper:has(.m31_filter_parent.activeParent) {
gap: 70px 20px;
}
body.page-id-683 section.m31_objects .m31_filter_parent > .m31_filter_item {
width: 100%;
}
body.page-id-683 section.m31_objects .m31_filter_right_top > div:not(.m31_filter_search) {
flex: auto;
}
body.page-id-683 section.m31_objects .m31_filter_item.m31_has_dd {
width: 100%;
}
body.page-id-683 section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener,
body.page-id-683 section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener span {
width: 100%;
}
body.page-id-683 section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener {
text-align: start;
}
body.page-id-683 section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener span {
display: block;
}
body.page-id-683 section.m31_objects .m31_filter_right_top .m31_filter_item_content {
right: auto;
left: 0;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_right_top .mM_select_selected,
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_right_top .m31_filter_item_opener {
width: 100%;
}
section.m31_objects .m31_informations {
flex-direction: column;
gap: 0;
align-items: flex-start;
}
section.m31_objects .m31_informations .m31_informations_trenner {
display: none;
}
section.m31_objects .m31_filter_wrapper {
width: 100%;
}
}
@media screen and (max-width: 1599px) {
section.m31_objects[data-show-filter="true"] .m31_filter_left {
gap: 10px 30px;
}
section.m31_objects[data-show-filter="true"] .m31_filter_left,
section.m31_objects[data-show-filter="true"] .m31_filter_right {
width: 100%;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_right_top {
width: 100%;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_right_top > div,
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_left .m31_filter_parent {
flex: auto;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_right_top .mM_select_selected,
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_right_top .m31_filter_item_opener {
width: 100%;
}
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_left .m31_filter_item,
section.m31_objects[data-kurze-ausgabe="true"] .m31_filter_right .m31_filter_item {
width: 100%;
}
}
@media screen and (max-width: 1399px) {
section.m31_objects .m31_filter_right_top .m31_filter_item_content {
right: auto;
left: 0;
}
section.m31_objects .m31_filters_content {
flex-wrap: wrap;
}
body.page-id-683 section.m31_objects .m31_filter_parent { }
}
@media screen and (max-width: 1199px) {
section.m31_objects[data-slider="active_slider"] .m31_referenc_item {
padding-right: 30px;
}
}
section.m31_objects .m31_filter_item_mobile_opener {
display: none;
}
@media screen and (max-width: 991px) {
section.m31_objects .m31_filter_item_mobile_opener {
display: block;
width: 100%;
}
section.m31_objects .m31_filter_wrapper {
flex-direction: column;
}
section.m31_objects .m31_filter_wrapper:has(.m31_filters_content.filterOpened) {
}
section.m31_objects .m31_filters_content {
height: 0;
overflow: hidden;
flex-direction: column;
flex-wrap: nowrap;
transition: padding .4s, margin .4s;
}
section.m31_objects .m31_filters_content.filterOpened { margin-top: 10px;   padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
overflow: scroll;
}
section.m31_objects .m31_filter_parent {
width: 100%;
}
section.m31_objects .m31_filter_parent.m31_parent_has_children>.m31_filter_item {
position: relative;
}
section.m31_objects .m31_filter_parent.m31_parent_has_children>.m31_filter_item:after {
content: '';
position: absolute;
top: calc(50% - 3px);
right: 20px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 326.33' style='fill: %232e2e2e'%3E%3Cpath d='M441.67,0l-185.67,185.67L70.33,0,0,70.33l256,256L512,70.33,441.67,0Z'/%3E%3C/svg%3E");
background-size: 8px 6px;
width: 8px;
height: 6px;
transition: transform .4s;
}
section.m31_objects .m31_filter_parent.m31_parent_has_children.activeParent>.m31_filter_item.is-active:after {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 326.33' style='fill: %23fff'%3E%3Cpath d='M441.67,0l-185.67,185.67L70.33,0,0,70.33l256,256L512,70.33,441.67,0Z'/%3E%3C/svg%3E");
}
section.m31_objects .m31_filter_left .m31_filter_children {
position: static;
display: flex;
flex-direction: column;
height: 0;
overflow: hidden; }
section.m31_objects .m31_filter_left .m31_filter_parent.activeParent > .m31_filter_item { }
section.m31_objects .m31_filter_parent.activeParent  { }
section.m31_objects .m31_filter_parent.activeParent .m31_filter_children { overflow: scroll;
background-color: rgba(0, 0, 0, 0.2); 
border-radius: 23px;
transform: none;
}
section.m31_objects .m31_filter_children_inner {
justify-content: center;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
padding: 60px 65px 55px;
}
body.page-id-683 section.m31_objects .m31_filter_upper:has(.m31_filter_parent.activeParent) {
gap: 10px 20px;
}
section.m31_objects .m31_filter_lower {
margin-top: 70px;
}
section.m31_objects .m31_filter_right_top .m31_filter_item_content[data-hide="shown"] .m31_filter_item {
width: 100%;
}
body.page-id-683 section.m31_objects {
padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
section.m31_objects .m31_content_head {
flex-direction: column;
align-items: start;
}
section.m31_objects[data-show-filter="true"] .m31_filter_left,
section.m31_objects .m31_filter_right_top {
flex-wrap: wrap;
}
section.m31_objects .m31_filter_right_top > div {
width: 100%;
}
section.m31_objects .m31_filter_search {
display: flex;
justify-content: end;
}
section.m31_objects .m31_filter_item.m31_has_dd,
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener {
width: 100%;
}
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener {
text-align: start;
}
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener span {
width: 100%;
display: block;
}
section.m31_objects .m31_filter_wrapper {
width: 100%;
}
section.m31_objects .m31_filter_parent {
flex: auto;
}
section.m31_objects .m31_filter_left .m31_filter_item {
width: 100%
}
section.m31_objects .m31_filter_children_inner {
flex-direction: column;
height: 100%;
justify-content: space-between
}
section.m31_objects:has(.m31_main_content .m31_referenc_item) .m31_middle {
margin-bottom: 50px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_bottom:has(.m31_referenc_item),
section.m31_objects[data-kurze-ausgabe="false"] .m31_bottom:has(.m31_no_found[style*="display: block"]) {
padding: 61px 0 38px;
}
}
@media screen and (max-width: 575px) {
section.m31_objects[data-show-filter="true"] .m31_content_head {
margin-bottom: 18px;
}
section.m31_objects .m31_filter_item.m31_has_dd .m31_filter_item_opener span:after {
bottom: 17px;
}
section.m31_objects .m31_filter_item.mM_custom_select .mM_select_arrow_down {
bottom: 17px;
}
section.m31_objects[data-slider="active_slider"] .m31_referenc_item {
padding-right: 0px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
margin-top: -20px;
}
}
@media screen and (max-width: 500px) {
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
padding: 25px 25px 55px;
}
section.m31_objects .m31_filter_wrapper {
flex-wrap: wrap;
}
section.m31_objects .m31_filter_parent,
section.m31_objects .m31_filter_right_top > div {
width: 100%;
}
section.m31_objects .m31_filter_right_top .m31_filter_item_content {
width: 100%;
}
body.page-id-683 section.m31_objects .m31_filter_item_opener span:after {
bottom: 5px;
}
section.m31_objects .m31_filter_lower {
flex-direction: column-reverse;
gap: 8px 0;
margin-top: 40px;
align-items: end;
}
section.m31_objects .m31_reset_filter {
margin-top: 5px;
}
section.m31_objects .m31_pagination_wrapper {
gap: 0 8px;
}
section.m31_objects .m31_pagination_arrow, 
section.m31_objects .m31_page_btn {
--size: 38px;
}
section.m31_objects .m31_pagination_arrow svg {
min-width: 14px;
width: 14px;
}
}
@media screen and (max-width: 400px) {
section.m31_objects .m31_bild_container {
height: 230px;
}
section.m31_objects[data-kurze-ausgabe="false"] .m31_filter_upper {
padding: 15px 15px 45px;
}
}