/* ############################################# */
/* ############# Viktoria2 ################ */
/* ############################################# */

/* ############# Bootstrap overrides ################### */

/**, ::after, ::before {
    box-sizing: inherit;
}*/

.btn {
    font-family: "ofelia-text-400";
    font-size: 1.1111111rem !important;
    font-weight: 400;
    display: inline-block;
    line-height: 1 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .625rem 1.875rem !important;
    border-radius: 0rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary, .btn-download, .btn-request {
    color: #0a003c !important;
    border: 1px solid #C1BCAC !important;
    background-color: #C1BCAC !important;
	border-radius: 0 !important;
}

.btn-primary:hover, .btn-download:hover, .btn-request:hover {
    color: #0a003c !important;
    border: 1px solid #E6E4DE !important;
    background-color: #E6E4DE !important;
	border-radius: 0 !important;
}

.btn-secondary, .btn-remember {
    color: #0a003c !important;
    border: 1px solid #E6E4DE !important;
    background-color: #E6E4DE !important;
	border-radius: 0 !important;
}

.btn-secondary:hover, .btn-remember:hover {
    color: #0a003c !important;
    border: 1px solid #C1BCAC !important;
    background-color: #C1BCAC !important;
	border-radius: 0 !important;
}
 
/* ############# Plugin Container definieren ################### */

section.wohnungsfinder .tx-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    flex-direction: column;
  }
  
@media (min-width: 768px) {
   section.wohnungsfinder .tx-container {
    width: 100%; /*calc(100% - 150px);*/
	max-width: 100% !important; /*calc(100% - 150px)*/
    background-color: rgba(230,228,222,1) !important;
    flex-direction: row;
    height: 100vh;
    margin: 0 auto;
	padding-right: 0; /*15px;*/
    padding-left: 0; /*15px;*/
    }
  }
  
/* ############# Plugin Section ################### */

section.wohnungsfinder {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: rgba(230,228,222,1) !important;
    border-bottom: 0px solid rgb(230,228,222) !important;
    position: relative;
}

/* .tx-wohnungsfinder.bg-color {
    background-color: rgba(34,44,49,0.70);
} */

.tx-wohnungsfinder {
    background-color: rgba(230,228,222,1) !important;
    width: calc(100%);
	/* height: 100vh !important; */
    color: #353535;
}
.tx-wohnungsfinder .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
}
@media (min-width: 768px) {
    .tx-wohnungsfinder {
        width: 100%;
		height: 100vh !important;
		margin-left: auto;
		margin-right: auto;
    }
	.tx-wohnungsfinder .row {
		/*margin-left: -15px !important;
		margin-right: -15px !important;*/
	}
}

.tx-wohnungsfinder .image {
    background-color: rgba(230,228,222,1) !important;
    padding-right: 0px;
    padding-left: 0px;
	/* ## Change the order of element ## */
	/*-ms-flex-order: -1;
    order: -1;*/
}
.tx-wohnungsfinder .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
	transition: transform .5s ease;
}

/*.tx-wohnungsfinder .image img:hover {
    transform: scale(1.125) !important;
}*/

.tx-wohnungsfinder .scroll-container {
    background-color: #E6E4DE;
    border-bottom: 20px solid #E6E4DE;
    height: 75vh !important;
    width: 90% !important;
    max-width: 90% !important;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .tx-wohnungsfinder .scroll-container {
        height: 67vh !important;
    }
}
@media (min-width: 992px) {
    .tx-wohnungsfinder .scroll-container {
        height: 63vh !important;
    }
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .tx-wohnungsfinder .scroll-container {
    scrollbar-width: auto;
    scrollbar-color: #A7ABAD #D7D9D6;
  }

  /* Chrome, Edge, and Safari */
  .tx-wohnungsfinder .scroll-container::-webkit-scrollbar {
    width: 15px;
    /* height: 60px; */
  }

  .tx-wohnungsfinder .scroll-container::-webkit-scrollbar-track {
    background: rgba(34,44,49,.40);
    width: 15px;
    border-radius: 7.5px;
    border: 1px none #D7D9D6;
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 4vh;
  }

  .tx-wohnungsfinder .scroll-container::-webkit-scrollbar-thumb {
    background-color: #A7ABAD;
    width: 10px;
    border-radius: 7.5px;
    border: 0px none #D7D9D6;
  }

.tx-wohnungsfinder .text {
    /*height: 100vh !important;*/
    background-color: rgba(230,228,222,1) !important;
    padding-right: 0px;
    padding-left: 0px;
    order: 2;
    justify-items: center;
}

.tx-wohnungsfinder .text .filter-container {
    background-color: #E6E4DE;
    width: 90% !important;
    max-width: 90% !important;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.tx-wohnungsfinder .text .filter-container .container {
	width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.tx-wohnungsfinder .text details {
    width: 100%;
}
@media (min-width: 992px) {
    .tx-wohnungsfinder .text details {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.tx-wohnungsfinder .text h2#filter-results {
    background-color: #E6E4DE;
    font-family: abigail-bold,sans-serif;
    text-align: center;
    text-transform: lowercase;
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 3.375rem;
    color: #222C31;
}
.tx-wohnungsfinder .text h2#filter-results span {
    color: #222C31;
}

.tx-wohnungsfinder .text .filter {
    /* height: 20vh !important; */
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
	box-sizing: border-box;*/
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .tx-wohnungsfinder .text .filter {
        /*height: 200px !important;
        padding-top: unset;
        padding-bottom: unset;
		box-sizing: border-box;*/
    }
}

.tx-wohnungsfinder .text a.icon-download, .tx-wohnungsfinder .text a.icon-remember, 
.tx-wohnungsfinder .text label.icon-remember,
.tx-wohnungsfinder .text a.icon-remember.btn-marked, .tx-wohnungsfinder .text label.icon-remember.btn-marked,
.tx-wohnungsfinder .text a.icon-request {
background-repeat: no-repeat no-repeat;
background-position: 15px center;
padding-left: unset;
padding-right: 30px !important;
font-family: ofelia-text-400;
text-transform: capitalize;
text-indent: -9999px;
box-sizing: border-box;
}

@media (min-width: 768px) {
    .tx-wohnungsfinder .text a.icon-download, .tx-wohnungsfinder .text a.icon-remember, 
    .tx-wohnungsfinder .text label.icon-remember,
    .tx-wohnungsfinder .text a.icon-remember.btn-marked, .tx-wohnungsfinder .text label.icon-remember.btn-marked,
    .tx-wohnungsfinder .text a.icon-request {
    padding-right: unset;
    padding-left: 60px !important;
    text-indent: initial;
}
}

.tx-wohnungsfinder .text a.icon-download {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='download' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_106' data-name='Pfad 106' d='M15 20L8.75 13.75L10.5 11.9375L13.75 15.1875V5H16.25V15.1875L19.5 11.9375L21.25 13.75L15 20ZM7.5 25C6.8125 25 6.22396 24.7552 5.73438 24.2656C5.24479 23.776 5 23.1875 5 22.5V18.75H7.5V22.5H22.5V18.75H25V22.5C25 23.1875 24.7552 23.776 24.2656 24.2656C23.776 24.7552 23.1875 25 22.5 25H7.5Z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-download:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='download' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_106' data-name='Pfad 106' d='M15 20L8.75 13.75L10.5 11.9375L13.75 15.1875V5H16.25V15.1875L19.5 11.9375L21.25 13.75L15 20ZM7.5 25C6.8125 25 6.22396 24.7552 5.73438 24.2656C5.24479 23.776 5 23.1875 5 22.5V18.75H7.5V22.5H22.5V18.75H25V22.5C25 23.1875 24.7552 23.776 24.2656 24.2656C23.776 24.7552 23.1875 25 22.5 25H7.5Z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-remember, .tx-wohnungsfinder .text label.icon-remember {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='remember' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_107' data-name='Pfad 107' d='M16.43,6.43C16.43,5.64,15.791,5,15,5c-0.79,0-1.43,0.64-1.43,1.43v7.141H6.43C5.64,13.57,5,14.21,5,15c0,0.791,0.64,1.43,1.43,1.43h7.141v7.141c0,0.794,0.64,1.43,1.43,1.43c0.791,0,1.43-0.636,1.43-1.43V16.43h7.141c0.794,0,1.43-0.639,1.43-1.43c0-0.79-0.636-1.43-1.43-1.43H16.43V6.43z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-remember:hover, .tx-wohnungsfinder .text label.icon-remember:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='remember' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_107' data-name='Pfad 107' d='M16.43,6.43C16.43,5.64,15.791,5,15,5c-0.79,0-1.43,0.64-1.43,1.43v7.141H6.43C5.64,13.57,5,14.21,5,15c0,0.791,0.64,1.43,1.43,1.43h7.141v7.141c0,0.794,0.64,1.43,1.43,1.43c0.791,0,1.43-0.636,1.43-1.43V16.43h7.141c0.794,0,1.43-0.639,1.43-1.43c0-0.79-0.636-1.43-1.43-1.43H16.43V6.43z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-remember.btn-marked, .tx-wohnungsfinder .text label.icon-remember.btn-marked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='remember' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_107' data-name='Pfad 107' d='M6.43,13.571C5.64,13.57,5,14.21,5,15c0,0.791,0.64,1.43,1.43,1.43h17.142c0.794,0,1.43-0.639,1.43-1.43 c0-0.79-0.636-1.43-1.43-1.43L6.43,13.571z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-remember:hover, .tx-wohnungsfinder .text label.icon-remember.btn-marked:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='remember' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_107' data-name='Pfad 107' d='M6.43,13.571C5.64,13.57,5,14.21,5,15c0,0.791,0.64,1.43,1.43,1.43h17.142c0.794,0,1.43-0.639,1.43-1.43 c0-0.79-0.636-1.43-1.43-1.43L6.43,13.571z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-request {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='request' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_108' data-name='Pfad 108' d='M5 25C4.3125 25 3.72396 24.7552 3.23438 24.2656C2.74479 23.776 2.5 23.1875 2.5 22.5V7.5C2.5 6.8125 2.74479 6.22396 3.23438 5.73438C3.72396 5.24479 4.3125 5 5 5H25C25.6875 5 26.276 5.24479 26.7656 5.73438C27.2552 6.22396 27.5 6.8125 27.5 7.5V22.5C27.5 23.1875 27.2552 23.776 26.7656 24.2656C26.276 24.7552 25.6875 25 25 25H5ZM15 16.25L5 10V22.5H25V10L15 16.25ZM15 13.75L25 7.5H5L15 13.75ZM5 10V7.5V22.5V10Z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.tx-wohnungsfinder .text a.icon-request:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='10 0 30 30'%3E%3Cg id='request' transform='translate(9.282 -0.959)'%3E%3Cpath id='Pfad_108' data-name='Pfad 108' d='M5 25C4.3125 25 3.72396 24.7552 3.23438 24.2656C2.74479 23.776 2.5 23.1875 2.5 22.5V7.5C2.5 6.8125 2.74479 6.22396 3.23438 5.73438C3.72396 5.24479 4.3125 5 5 5H25C25.6875 5 26.276 5.24479 26.7656 5.73438C27.2552 6.22396 27.5 6.8125 27.5 7.5V22.5C27.5 23.1875 27.2552 23.776 26.7656 24.2656C26.276 24.7552 25.6875 25 25 25H5ZM15 16.25L5 10V22.5H25V10L15 16.25ZM15 13.75L25 7.5H5L15 13.75ZM5 10V7.5V22.5V10Z' fill='%23222C3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.addedItems-mini-info {
    background-color: #222C31;
    padding: 0.5rem;
    color: #ffffff;
    border-radius: 0;
    position: absolute;
    z-index: 9999;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 10px rgba(34, 44, 49, 0.3);
    pointer-events: none;
    display: none;
    line-height: 1.4;
}
.addedItems-mini-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222C31 transparent transparent transparent;
}
.item-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.info-text, .item-info {
    padding: 0.25rem;
}
.tx-wohnungsfinder table {
    background-color: #E6E4DE;
    position: relative;
    border-collapse: collapse;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
}
@media (min-width: 992px) {
    .tx-wohnungsfinder table  {
        width: 100%;
        float: none;
    }
}

.tx-wohnungsfinder #myFilter thead th {
    background-color: #E6E4DE !important;
    position: -webkit-sticky; /* Safari */
    position: sticky; /* make the table heads sticky */
    inset-block-start: 0; /* "top" *
    top: 0px; /* table head will be placed from the top of the table and sticks to it */
    height: auto;
    cursor: pointer;
    font-family: ofelia-text-400;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    border: 0;
    border-bottom: 0px solid rgba(230,228,222,1) !important;
    padding: 1em 1em;
    color: #222C31;
}

.tx-wohnungsfinder #myFilter thead tr {
    border-bottom: 0px solid rgba(230,228,222,1) !important;
}

.tx-wohnungsfinder #myFilter tbody tr.shown.is-sticky td {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    z-index: 100 !important;
    background-color: #C1BCAC !important;
    border-bottom: 0px solid #C1BCAC !important;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.tx-wohnungsfinder .accordion-inner {
    display: block;
    border: none;
    background-color: #E6E4DE;
    margin: 0;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}

.tx-wohnungsfinder .accordion-inner .view-mode {
    background-color: #ffffff;
}

.tx-wohnungsfinder .accordion-inner .view-mode .col-12 {
    margin: 0;
    padding: 0 !important;
}

.tx-wohnungsfinder .accordion-inner .view-mode .main-image-wrapper img {
    border-radius: 0 !important;
}
.tx-wohnungsfinder .accordion-inner .view-mode .action-buttons {
    background-color: #FFF;
    padding: 0.5em 0.5em
}

.tx-wohnungsfinder .accordion-inner .info-text {
    margin: 0;
    padding: 0 !important;
}

.tx-wohnungsfinder  .accordion-inner hr {
    margin: 1rem 0;
    color: #222C31;
    background-color: #222C31;
    border: 0;
    opacity: 1;
}

.tx-wohnungsfinder .accordion-inner .overall {
    margin-bottom: 2rem;
}

.tx-wohnungsfinder .accordion-inner table tr td {
  padding: 0.5em 0.5em !important;
}

.tx-wohnungsfinder .accordion-inner table tr:nth-child(odd) td {
  background-color: #E6E4DE;
  --bs-table-bg-type: none;
}

.tx-wohnungsfinder .accordion-inner table tr:nth-child(even) td {
  background-color: #ffffff;
  --bs-table-bg-type: none;
}

.tx-wohnungsfinder .accordion-inner .form-mode {
    background-color: #ffffff;
    font-family: ofelia-text-400;
    font-size: 1rem;
    font-weight: 400;
    color: #222C31;
    border: 0;
    padding: 4rem 1rem 0 1rem;
}

.tx-wohnungsfinder .accordion-inner .form-mode h2 {
    font-family: abigail-bold,sans-serif;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 20px;
    font-size: 3.375rem;
    color: #222C31;
}

.tx-wohnungsfinder .accordion-inner .form-mode .badge {
    font-weight: normal;
    background-color: #D7D9D6;
    color: #222C31;
    border: 1px solid #D7D9D6;
    padding: 0.5rem 2rem;
    margin-bottom: 0.5rem;
}

.tx-wohnungsfinder .accordion-inner .form-control {
    color: #222C31 !important;
    background-color: #E6E4DE !important;
    border: 3px solid #E6E4DE !important;
}

.tx-wohnungsfinder .accordion-inner .form-control:focus {
    background-color: #E6E4DE;
    color: #222C31;
    outline: 1px solid #E6E4DE;
    box-shadow: none;
}

.tx-wohnungsfinder .accordion-inner .form-select {
    color: #222C31 !important;
    font-size: 1rem;
    background-color: #E6E4DE !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23222C31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px 20px;
    border: 1px solid #E6E4DE;
}

.tx-wohnungsfinder .accordion-inner .form-check-input {
    background-color: #E6E4DE !important;
    border: 3px solid #E6E4DE;
}

.tx-wohnungsfinder .accordion-inner .form-floating>label {
    color: #222C31 !important;
    font-size: 1rem;
}

.tx-wohnungsfinder .fltrow td {
    /* background-color: #A7ABAD;
	border-bottom: 1px solid #A7ABAD !important;
    border-top: 1px solid #A7ABAD;
    border-left: 1px solid #A7ABAD;
    border-right: 1px solid #A7ABAD; */
    padding: 0.2em !important;
}

.tx-wohnungsfinder table.TF th:last-child {
    border-right: 0px solid #FFF;
}
.tx-wohnungsfinder table.TF th:last-child img.sort-arrow {
    display: none !important;
}

.tx-wohnungsfinder tbody td {
    border-top: 5px solid rgba(230,228,222,1); 
    border-bottom: 5px solid rgba(230,228,222,1);
}

.tx-wohnungsfinder tbody td.details-control {

}
.tx-wohnungsfinder tbody td.details-control:before {
    font-family:"Font Awesome 5 Free";
    content: "\f105"; /*002B*/
    font-weight: bold;
    color: #222C31;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.tx-wohnungsfinder tbody tr.shown.is-sticky td.details-control:before {
    content: "\f107"; /*002D*/
}

.tx-wohnungsfinder .table-hover tbody tr:hover {
    color: #222C31;
    background-color: rgba(167,171,173,0.40) !important;
    cursor: pointer;
}

.tx-wohnungsfinder table.TF td {
    font-family: ofelia-text-400;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 1em 0em;
    border-bottom: 1px solid #707070;
    text-overflow: ellipsis;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    }
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.ps-70 {
	padding-left: 0px;
}

.gap-3 {
    gap: 1rem !important
}


@media (min-width: 576px) {
    .hstack {
        display: block;
    }
}

@media (min-width: 768px) {
    .ps-70 {
        padding-left: 35px;
    }
    
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .ps-70 {
        padding-left: 70px;
        }

}

/* ############# SLIDER ################### */

.sliders, .checkboxes, input {
    font-family: ofelia-text-400;
    font-size: 14px;
    font-weight: 400;
    display: flow-root;
	text-transform: none;
}
.sort-select, .checkboxes {
    background-color: #D7D9D6;
}
#rooms-range {
    width: 100%; /*400px;*/
    margin: 0 auto;
    /* color: #CCCCCC; */
    /* font-weight: 300; */

    input {
        color: #222C31;
    }
}
#qm-range {
    width: 100%; /*400px;*/
    margin: 0 auto;
    /* color: #CCCCCC; */
    /* font-weight: 300; */
}
#price-range {
    width: 100%; /*400px;*/
    margin: 0 auto;
    /* color: #CCCCCC; */
    /* font-weight: 300; */
}

/* .slider-time,
.slider-time2 {
    font-weight: 400;
} */
/* .slider-price,
.slider-price2 {
    width: 100%;
    margin: 0 auto;
} */

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
    border-radius: 0;
}

.flat-slider.ui-slider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    background: rgba(230,228,222,1);
    border-radius: 10px;
}
.flat-slider:before {
	content: "";
    margin-left: -12px;
    width: 30px;
    height: 20px;
    border: 0;
    background: rgba(230,228,222,1);
    border-radius: 10px;
    display: block;
	float: left;
}
.flat-slider:after {
	content: "";
    margin-right: -9px;
    width: 30px;
    height: 20px;
    border: 0;
    background: rgba(230,228,222,1);
    border-radius: 10px;
    display: block;
    float: right;
}
.flat-slider.ui-slider-horizontal {
    height: 20px;
}

.flat-slider .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    background: #d7d9d6;
    border-radius: 50%;
    border: 4px solid #a7abad;
    cursor: grab !important;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); */
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -8px;
}
.flat-slider.ui-slider-horizontal span.ui-slider-handle {
   /*  margin-left: 3px; */
}
.flat-slider.ui-slider-horizontal span.ui-slider-handle:last-child {
    /* margin-left: -16px; */
}

.flat-slider .ui-slider-handle:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.flat-slider .ui-slider-handle:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.flat-slider .ui-slider-range, .flat-slider .ui-slider-line {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.flat-slider .ui-slider-line {
    /* border: 0; */
    border-radius: 0px;
    background: #d7d9d6;
    border: 0px solid #FFF !important;
}
.flat-slider .ui-slider-range {
    /* border: 0; */
    border-radius: 0px;
    background: #A7ABAD;
    border: 0px solid #FFF !important;
}

.flat-slider.ui-slider-horizontal .ui-slider-range, .flat-slider.ui-slider-horizontal .ui-slider-line {
    top: 7px;
    height: calc(100% - 15px);
}

.checkboxes .cbFloorFlt {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ffffff;
    margin: 0.5em 0 0.5em 0;
}

.tx-wohnungsfinder label {
    display: inline-block;
    margin-bottom: 0rem;
    margin-right: 0rem;
    text-align: center;
}
.tx-wohnungsfinder label.form-check-label {
    text-align: left;
}

.tx-wohnungsfinder input[type="number"] {
    appearance: none;
    height: 24px;
    background: #E6E4DE;
    border-radius: 5px;
    border: 1px solid #A7ABAD;
    padding: 0 0.5em !important;
	-moz-appearance: textfield;
 }
 input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tx-wohnungsfinder input[type="number"]:focus-visible {
  border: 1px solid #FFF;
  outline:none;
}
 .tx-wohnungsfinder input[type="number"].slider-rooms,  .tx-wohnungsfinder input[type="number"].slider-rooms2 {
    background: transparent;
 }
.tx-wohnungsfinder input[type="number"].slider-rooms {
    text-align:left;
 }
.tx-wohnungsfinder input[type="number"].slider-rooms2 {
    text-align:right;
 }
 .tx-wohnungsfinder input[type="number"].slider-rooms,  .tx-wohnungsfinder input[type="number"].slider-rooms2, .tx-wohnungsfinder input[type="number"].slider-qm,  .tx-wohnungsfinder input[type="number"].slider-qm2,  .tx-wohnungsfinder input[type="number"].slider-price,  .tx-wohnungsfinder input[type="number"].slider-price2 {
    text-align:center;
 }
 
.tx-wohnungsfinder input[type="checkbox"] {
    appearance: none;
    width: 20px; 
    height: 20px; 
    background: #FFF; 
    border-radius: 0px;
 }
 
.tx-wohnungsfinder input[type=checkbox]:checked {
    background: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.08' height='11.393' viewBox='0 0 16.08 11.393'%3E%3Cpath id='Pfad_716' data-name='Pfad 716' d='M3,9.571l5.857,4.414L16.271,5' transform='translate(-1.6 -3.592)' fill='none' stroke='%23A7ABAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
 }

/* ############# FILTER ################### */


.tx-wohnungsfinder .filter {
    /* background-color: rgba(34,44,49,0.70); */
}

.tx-wohnungsfinder details[open] ~ #filter-results {
    display: none;
}

.tx-wohnungsfinder summary {
    background-color: #A7ABAD;
    border-bottom: 1px solid #A7ABAD;
    display: list-item;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23'%3E%3Cg id='Filter' transform='translate(1)'%3E%3Cg id='Filter-2' data-name='Filter'%3E%3Cline id='Linie_53' data-name='Linie 53' x2='20' transform='translate(0 3.5)' fill='none' stroke='%23222C31' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Linie_54' data-name='Linie 54' x2='20' transform='translate(0 11.669)' fill='none' stroke='%23222C31' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Linie_55' data-name='Linie 55' x2='20' transform='translate(0 19.75)' fill='none' stroke='%23222C31' stroke-linecap='round' stroke-width='2'/%3E%3Cg id='Ellipse_19' data-name='Ellipse 19' transform='translate(2.5)' fill='%23222C31' stroke='%23222C31' stroke-width='2'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' stroke='none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_20' data-name='Ellipse 20' transform='translate(11.5 8)' fill='%23222C31' stroke='%23222C31' stroke-width='2'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' stroke='none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_21' data-name='Ellipse 21' transform='translate(2.5 16)' fill='%23222C31' stroke='%222C31' stroke-width='2'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' stroke='none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: 90% center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    font-family: ofelia-text-400;
    font-size: 18px;
    font-weight: 400;
    color:#222C31;
    min-height: 60px;
    width: 100vw;
    margin-left: -5vw;

}
.tx-wohnungsfinder summary::marker {
    content: unset;

}
.tx-wohnungsfinder details>summary {
 
    list-style: none;
  }
.tx-wohnungsfinder summary::-webkit-details-marker {
    display: none
  }
  
.tx-wohnungsfinder summary::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.095' height='11.047' viewBox='0 0 20.095 11.047'%3E%3Cg id='Pfeil' transform='translate(1.414 10.047) rotate(-90)'%3E%3Cpath id='Pfad_93' data-name='Pfad 93' d='M8.633,0,0,8.633l8.633,8.633' fill='none' stroke='%23222C31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: 0.5rem;
  }
.tx-wohnungsfinder details[open] summary::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.095' height='11.047' viewBox='0 0 20.095 11.047'%3E%3Cg id='Pfeil' transform='translate(18.681 1) rotate(90)'%3E%3Cpath id='Pfad_93' data-name='Pfad 93' d='M8.633,0,0,8.633l8.633,8.633' fill='none' stroke='%23222C31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: 0.5rem;
  }

.tx-wohnungsfinder .filter-group.one {
    padding-right: 0rem !important;
}
.tx-wohnungsfinder .filter-group.two {
    padding-left: 0rem !important;
}
@media (min-width: 768px) {
    .tx-wohnungsfinder .filter-group.one {
        padding-right: 1rem !important;
    }
    .tx-wohnungsfinder .filter-group.two {
        padding-left: 1rem !important;
    }
}

.tx-wohnungsfinder .filter-header-gray {
    background-color: #A7ABAD;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
}

.tx-wohnungsfinder .form-select {
    display: block;
    width: 100%;
    padding: 15px 10px;
    -moz-padding-start: calc(1.25rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3888888889;
    color: #222C31;
    background-color: #D7D9D6;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23222C31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px 20px;
    border: 1px solid #D7D9D6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

.tx-wohnungsfinder .col-filter {
    width: 100%;
    min-height: 60px;
    /* background-color: rgba(34,44,49,0.70); */
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-bottom: 1rem
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    font-family:"Font Awesome 5 Free";
    content: "\f106";
    font-weight: bold;
    right: 0px;
    color: #222C31;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    font-family:"Font Awesome 5 Free";
    content:"\f107";
    font-weight: bold;
    right: 0px;
    color: #222C31;
}

.sort-arrow {
    position: absolute;
    display: inline !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 0 0 5px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.606' height='11.12' viewBox='0 0 11.606 11.12'%3E%3Cg id='Gruppe_84' data-name='Gruppe 84' transform='translate(0.707)'%3E%3Cg id='pfeil_nach_unten' data-name='pfeil nach unten' transform='translate(0 4.61)'%3E%3Cpath id='pfeil_nach_unten-2' data-name='pfeil nach unten' d='M1107,7741.94l5.1,5.1,5.1-5.1' transform='translate(-1107 -7741.94)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3Cline id='Linie_43' data-name='Linie 43' y1='9.835' transform='translate(5.096)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.descending {
    display: inline;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.606' height='11.12' viewBox='0 0 11.606 11.12'%3E%3Cg id='Gruppe_84' data-name='Gruppe 84' transform='translate(0.707)'%3E%3Cg id='pfeil_nach_unten' data-name='pfeil nach unten' transform='translate(0 4.61)'%3E%3Cpath id='pfeil_nach_unten-2' data-name='pfeil nach unten' d='M1107,7741.94l5.1,5.1,5.1-5.1' transform='translate(-1107 -7741.94)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3Cline id='Linie_43' data-name='Linie 43' y1='9.835' transform='translate(5.096)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.ascending {
    display: inline;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.606' height='11.12' viewBox='0 0 11.606 11.12'%3E%3Cg id='Gruppe_85' data-name='Gruppe 85' transform='translate(10.899 11.12) rotate(180)'%3E%3Cg id='pfeil_nach_unten' data-name='pfeil nach unten' transform='translate(0 4.61)'%3E%3Cpath id='pfeil_nach_unten-2' data-name='pfeil nach unten' d='M1107,7741.94l5.1,5.1,5.1-5.1' transform='translate(-1107 -7741.94)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3Cline id='Linie_43' data-name='Linie 43' y1='9.835' transform='translate(5.096)' fill='none' stroke='%23232626' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;

}

/* ############# MODAL ################### */

/* Actual modal */
.modal-xl {
height: 90vh;
max-width: 90vw !important;
width: 90vw !important;
left: 3vw;
top: 5vh;
}
@media (min-width: 768px) {
    .modal-xl {
        left: 0;
        top: 0;
        }
}
@media (min-width: 992px) {
.modal-xl {
    height: 90vh;
    max-width: 90vw !important;
    width: 90vw !important;
    top: 1vh;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        height: 90vh;/* calc((90vw/16)*9); */
        max-width: 90vw !important;
        width: 90vw !important;
        }
}

.modal {
    z-index: 9999999999;
}
/* Modal content */
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    background: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
	box-sizing: border-box;
/* 
    height: calc((90vw/16)*9);
    max-width: 90vw !important;
    width: 90vw !important; */
}
@media (min-width: 992px) {
    /* .modal-content { */
        /* background: linear-gradient(to left, rgba(75,92,93,0.10) 65%, #FFF 35%); */
        /* } */
}

/* Modal header */
/* Top section of the modal w/ title and dismiss */
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color:#A7ABAD !important;
	z-index: 999;
}
.modal-header .close svg {
    fill: #A7ABAD !important;
    stroke: #A7ABAD !important
}

/* Title */
.modal-title {
    display: none !important;
}

/* Modal body */
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: -25px;   
}
@media (min-width: 1200px) {
    .modal-body {
        padding: 0;
        }
}
.modal-body .container {
    /* width: 70vw;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
    
}

.modal-body .text {
    /* padding-left: 70px; */
    overflow: inherit;
    height: 100% !important;
    align-self: start;
}
.modal-body .text .h2, .modal-body .text h2 {
    font-family: ofelia-text-400;
    font-size: 35px;
    font-weight: 500;
    color:#A7ABAD;
    padding-left: 0px;
}
@media (min-width: 1200px) {
    .modal-body .text .h2, .modal-body .text h2 {
        font-size: 70px;
		padding-left: 70px;
        }
}
.modal-body .text .h4, .modal-body .text h4 {
    font-family: ofelia-text-400;
    font-size: 18px;
    font-weight: 500;
    color:#A7ABAD;
    padding-left: 0px;
}
@media (min-width: 768px) {
    .modal-body .text .h4, .modal-body .text h4 {
        padding-left: 35px;
        }
}
@media (min-width: 1200px) {
    .modal-body .text .h4, .modal-body .text h4 {
        padding-left: 70px;
        }
}
.modal-body .text p, .modal-body .text table {
    font-family: ofelia-text-400;
    font-size: 18px;
    font-weight: 300;
    color:#353535;
    padding-left: 0px;
}
@media (min-width: 768px) {
    .modal-body .text p, .modal-body .text table {
        padding-left: 35px;
        }
}
@media (min-width: 1200px) {
    .modal-body .text p, .modal-body .text table {
        padding-left: 70px;
        }
}
.modal-body .text .qm-table tr {
    padding: 0.25rem;
    vertical-align: top;
    border-bottom: 1px solid #707070;
}
.modal-body .text .qm-table tr:last-child {
    border-bottom: 0px solid #707070;
}
.modal-body .text .qm-table tr td:last-child {
    text-align: right;
}
.modal-body .text .location-image img {
    width: 30vh;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.modal-body .text a {
    padding-left: 0px;
    text-align: right;
    /* font-size: 1.25vw !important; */
    width: 100%;
}
@media (min-width: 768px) {
    .modal-body .text a {
        padding-left: 35px;
        text-align: right;
        }
}
@media (min-width: 1200px) {
    .modal-body .text a {
        padding-left: 70px;
        text-align: right;
        }
}

.btn-outline-color-two {
    color: #A7ABAD !important;
    border: 1px solid #A7ABAD !important;
	border-radius: 0 !important;
}

.btn-outline-color-two:hover {
    color: #A7ABAD !important;
    border: 1px solid #0a003c !important;
    background-color: #0a003c !important;
	border-radius: 0 !important;
}

.modal-body .image {
    background: none;
    overflow: inherit;
    height: 100% !important;
    align-self: center;
}
@media (min-width: 768px) {
    .modal-body .image  {
        padding-left: 50px !important;
        }
}

.modal-body .image .img-fluid {
    height: auto !important;
    width: 100%!important;
    max-width: 100% !important;
}
@media (min-width: 768px) {
    .modal-body .image .img-fluid  {
        width: auto !important;
        height: 80vh !important;
        max-height: 80vh !important;
        }
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    border: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' viewBox='0 0 40 60'%3E%3Cg id='button_previ' data-name='button prev' transform='translate(40 60) rotate(180)'%3E%3Crect id='Rechteck' data-name='Rechteck' width='40' height='60' transform='translate(40 60) rotate(180)' fill='%23fff' opacity='0.59'/%3E%3Cg id='Pfeil' transform='translate(29.5 45) rotate(180)'%3E%3Cpath id='Pfeil' data-name='Pfeil' d='M15,0,0,15,15,30' fill='none' stroke='%23A7ABAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='button_next' data-name='button next' xmlns='http://www.w3.org/2000/svg' width='40' height='60' viewBox='0 0 40 60'%3E%3Crect id='Rechteck' data-name='Rechteck' width='40' height='60' transform='translate(40 60) rotate(180)' fill='%23fff' opacity='0.59'/%3E%3Cg id='Pfeil' transform='translate(29.5 45) rotate(180)'%3E%3Cpath id='Pfeil' data-name='Pfeil' d='M15,0,0,15,15,30' fill='none' stroke='%23A7ABAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #A7ABAD !important;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #A7ABAD;
}
ol li::before {
    /* position: absolute;
    left: 0;
    counter-increment: li;
    content: counter(li) ". "; */
    display: none !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #A7ABAD;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

/* Footer */
.modal-footer {
  display: none !important;
}
