.angebot-container {
    max-width: 1800px;
}

.isometry {
    position: sticky;
    top: 0;
}

.isometry svg {
    max-width: 100%;
    height: auto;
}

.table-filter h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}

.short-filter select, .room-filter select, .etage-filter select {
    border: 1px solid #BEBEBE;
    padding: 10px;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
	border-radius:0;
}



.price-range-wrap {
    width: 293px;
    margin-right: 60px;
    font-size: 16px;
}

.filter-label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    top: -10px;
    display: block;
}

#slider-pricerange {
    position: relative;
    height: 7px;
    margin-top: 10px;
}

.ui-widget-header {
    position: absolute;
    height: 5px;
    background: #ededed;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.angebot-dl-links a{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.angebot-dl-links a:hover{
	text-decoration:underline;
}

.angebot-dl-links svg{
	fill: #000;
}
.angebot-dl-links a:hover svg{
	fill:#000;
}



div#available-filter {
    font-size: 15px;
    display: inline-block;
}

#available-filter input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#available-filter label {
    margin-right: 1em;
    position: relative;
    margin-top: 6px;
	cursor:pointer;
}

#available-filter label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
    vertical-align: -8px;
    padding: 0;
    border: 1px solid #BEBEBE;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#available-filter label:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    left: 5px;
    position: absolute;
    top: 13px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 6px;
    display: none;
}

#available-filter input:checked + label:after {
    -webkit-animation: check2 0.8s ease 0s running;
    animation: check2 0.8s ease 0s running;
    display: block;
    width: 8px;
    height: 14px;
    border-color: #000;
}


/******Table *****/
.bewerben-btn {
    background-color: #6B4D40;
    color: white;
    border: none;
    font-family: 'Roboto', sans-serif;
    padding: 3px 19px;
    border-radius: 0;
}

.table > thead {
    position: sticky;
    top: 0;
}

.active-row {
    background-color:#dac2a6!important;
}

.bewerben-btn:hover {
    color: white;
}

.striped {
    background-color: #FBF9F6;
}

.move-up-svg {
    transform: translate(0px, -250px);
}

.isometry svg g {
    transition: 0.6s;
}

.activeFlat polygon, .activeFlat path {
    fill: #dfc4a6 !important;
}

.under-angebot-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 148%;
    color: #333333;
}

.under-angebot-content p strong {
    font-weight: 700;
}

.angebot-table th {
    background: #F8F1E9;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    text-align: center;
}

.angebot-table td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2F2F2F;
    text-align: center;
}


.angebot-table tbody tr:hover {
	background-color:#dfc4a6!important;
}

.angebot-table .angebot-table-body tr:last-child {
    display: none;
}

.angebot-modal .modal-body {
    padding: 0 79px 42px 52px;
}

.angebot-modal .modal-body p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.angebot-modal .modal-body h2 {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    color: #3F3E3D;
}

#staticBackdrop .modal-content {
    border: none;
    border-radius: 0;
}

@media (max-width: 1400px) {
    .angebot-table {
        overflow: scroll;
    }
}