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

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

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

.table-filter h2 {
    font-family: 'mrs-eaves-xl-serif-narrow', 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 #B29D76;
    padding: 10px;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-family: 'mendl-sans-dusk', sans-serif;
    border-radius: 10px;
    color: #B29D76;
    margin-bottom: 30px;
    background-color: white;
}

.short-filter option{
	background:white;
}

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

.filter-label {
    font-family: 'mendl-sans-dusk', sans-serif;
    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: #B29D76;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    margin-right: 43px;
}

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

.angebot-dl-links svg {
    fill: #B29D76;
}

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

.modal-content{
	background:#EBDECF;
}

.modal-content .btn-close{
	position: absolute;
    right: 30px;
    top: 30px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #B29D76;
}


.modal-body .row{
    --bs-gutter-x: 40px;
}

.modal-body{
	padding:0 35px;
}

.modal-header .row{
	--bs-gutter-x: 40px;
}

.modal-header{
	padding-top:36px;
	padding-bottom:56px;
	padding-left:33px;
	padding-right:33px;	
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border:none;
}

.modal-title{
	font-size: 35px;
	font-weight: 600;
	line-height: 45.5px;
	color: #B29D76;
}

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: 'mendl-sans-dusk', sans-serif;
    padding: 3px 19px;
    border-radius: 0;
}

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

th:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


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

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

.striped {
    background-color: #FBF9F6;
}

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

.isometry svg g {
    transition: 0.6s;
}

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

.under-angebot-content p {
    font-family: 'mendl-sans-dusk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.1px;
    color: #B29D76;
    margin-bottom: 40px;
}

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

.angebot-table th {
    background: #B29D76;
    font-family: 'mrs-eaves-xl-serif-narrow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.angebot-table td {
    font-family: 'mrs-eaves-xl-serif-narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B29D76;
    padding: 1.2rem 0.8rem !important;
    text-align: center;
}

.angebot-table {
    width: 100%;
}



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

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

.angebot-modal .modal-body h2 {

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

.btn {
    color: #B29D76;
    border-radius: 10px;
    border: 1px solid #B29D76;
    padding: 10px;
    height: 44px;
    width: 164px;
    font-family: "mendl-sans-dusk", sans-serif;
}

.btn:hover {
    color: #B29D76;
}

.hauser-btn {
    margin-right: 30px;
}

.accommodation-buttons {
    margin-bottom: 30px;
}

.link-download {
    font-size: 18px;
    font-weight: 700;
    color: #B29D76;
    line-height: 26px;
    margin-bottom: 13px;
    font-family: "mendl-sans-dusk", sans-serif;
}

.table > :not(caption) > * > * {
    border-color: #B29D76;
    padding: .7rem .8rem;
}

.active-button {
    background-color: #B29D76;
    color: #fff;
}

.active-button:hover {
    background-color: #B29D76;
    color: #fff;
}

.modal-row{
	border-bottom: 1px solid #B29D76;
}

.modal-row p {
	color: #B29D76;
	font-size: 18px;
	line-height: 24px;
	font-family: "mendl-sans-dusk", sans-serif;
	margin: 7px 10px;
}

.btn-check:focus+.btn, .btn:focus{
	box-shadow:none;
}

.factsheet img{
	width:11px;
	height:11px;
}

.modal-footer{
	padding:40px 0;
	border:none;
}

.factsheet {
    background: #B29D76;
    padding: 9px 16px;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 31px;
    line-height: 1;
}

.factsheet img {
    margin-left: 8px; /* Razmak između teksta i slike */
}


.modal-body .carousel-control-prev-icon,.modal-body  .carousel-control-next-icon{
	width:53px;
	height:53px;	
    background-position: 10px;
}

.modal-body .carousel-item{
	border-radius: 50px;
	overflow: hidden;
	height:100%;
}

.factsheet:hover{
	color:white;
}

.modal-dialog{
	max-width: 1350px;
}


.modal-logo{
	width: 100px;
	position: absolute;
    top: 15px;
    left: 10px;
}

.btn-close{
	background-color: #B29D76;
    border-radius: 100%;
	opacity: 1 !important;
}

.modal-header .btn-close:hover{
	background-color: #B29D76;
}

.btn-close:focus{
	box-shadow: none;
}

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

@media (max-width: 467px){
	.short-filter select, .room-filter select, .etage-filter select{
		margin-bottom: 15px;
	}
	
	.modal-logo{
		width: 45px;
    	height: 41px;
        margin-bottom: 20px;
    	top: 15px;
	}
	
	.modal-title{	
   		margin-top: 30px;
	}
}


@media (max-width: 576px){
	.link-download{
		margin-bottom: 0;
	}
	
	.modal-info-content{
		padding: 0;
	}
	
	.factsheet{
		width: 100;
        padding: 16px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
}

@media (max-width: 768px){
	.angebot-dl-links a{
		margin-right: 13px;
	}
}

@media (max-width: 992px){
	.modal-info-content{
		margin-top: 37px;
	}
}

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