.beon-unit-row {
    display: flex;
    flex-wrap: wrap;
}
.main-content {
    max-width: 1600px;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
}
.left-col {
    width: 70%;
    /* min-width: 100%; */
    padding-right: 25px;
    padding-left: 0px;
    padding-top: 17px;
}
#map {
    height: 45vh;
    min-height: 45vh;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.right-col {
    width: 30%;
    /* min-width: 100%; */
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 17px;
}
.sticky_right{  
    position: sticky;
    top: 100px;  
}
.contact_area img {
    width: 20px;
    margin-right: 20px;
    filter: var(--beon-text-color-filter);
}
.unit-section-separator {
    border-top: 1px solid var(--border-color);
}
.contact_area {
    margin-top: 20px;
    background: #FFF;
    padding: 30px;
    border-radius: 0;
    position: relative;
}
a#min-price-btn {
    width: auto;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    background: var(--button-color);
    color: var(--link-color);
    transform: translate(0, -50%);
    border-radius: var(--border-radius);
    font-size: var(--font-size-medium);
}
.contact_area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact_area ul a {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    color: inherit;
    font-size: var(--font-size-medium);
    font-weight: 400;
}
a#min-price-btn p {
    padding: 0;
    margin: 0;
}
/*.unit-wrap-ratings.unit-single-section {
    display: none;
}*/

.unit-section-separator .open-accordeon,
.unit-section-separator .open-accordeon:hover,
.unit-section-separator .open-accordeon:focus
 {
	background: transparent !important;
	border: none;
    box-shadow: none;
	display: flex;
	width: 100%;
    justify-content: space-between;
	align-items: center;
	cursor: pointer;
	outline: none;
    color: inherit;
    padding: 0;
    margin: 20px 0;
}

.unit-section-separator .open-accordeon img {
    margin-left: 20px;
    width: 20px;
    filter: filter: brightness(0) saturate(100%) invert(7%) sepia(48%) saturate(1129%) hue-rotate(183deg) brightness(94%) contrast(94%);
}

/*Favourites*/
 .contact_area .simplefavorite-button,
 .contact_area .simplefavorite-button:hover {
   background-color: transparent;
   box-shadow: none;
   border: none;
   cursor: pointer;
   height: 20px;
   padding: 0;
   padding-right: 40px;
   opacity: 1;
}
.unitcontent-wrapper .favorites-button .simplefavorite-button,
.unitcontent-wrapper .favorites-button .simplefavorite-button:hover {
   background-color: transparent;
   border: none;
   cursor: pointer;
   opacity: 1;
}

.favorites-button {
    position: relative;
}

.simplefavorite-button::before, .simplefavorite-button.active::before {
   content: "";
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   position: absolute;
   width: 20px;
   top: 0;
   height: 20px;
   left: 0px;
}
.simplefavorite-button::before {
    background-image: url(/wp-content/plugins/beon-voffice/assets/images/heart-regular.svg);
}
.simplefavorite-button.active::before {
    background-image: url(/wp-content/plugins/beon-voffice/assets/images/heart-solid.svg);
 }

.simplefavorite-button:focus {
   outline: none;
   border: none;
}

.simplefavorite-button.active {
   opacity: 1 !important;
}


.simplefavorite-button img {
   width: 55px;
   height: 55px;
}
.region-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    font-weight: 400;
}
.title-row h1{
    font-weight: 32px;
    font-weight: 600;
    color: var(--beon-title-text-color);
}
.top-unitrating-wrapper {
    position: relative;
    padding-left: 35px;
}
.highlight-wrapper li{
    background: var(--beon-title-text-color) !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
}
.top-unitrating-wrapper::before {
    content: "";
    background: url(/wp-content/plugins/beon-voffice/assets/images/star-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
    height: 20px;
}
.propertyvalue{
    font-weight: 400 !important;
}
.propertyvalue::before{
    filter:var(--beon-text-color-filter);
}
.box-right .title h2, .unit-section-separator button h3{
    color: var(--beon-title-text-color);
}
.monospacefont{
    font-family: inherit !important;
}
.season-body{
    font-weight: 400 !important;
}
.container.range-plugin .calendar>.days-grid>.day.end>.day-style>div, .container.range-plugin .calendar>.days-grid>.day.start>.day-style>div{
    border-radius: 0px !important;
}
.unit-wrap-properties #ausstattungswrapper, .unit-wrap-map .wrap-region , .wrap-ratings-content{
    display: none;
}
.left-col.pt-0{
    padding-top: 0px;
}
#description, .box-right .title{
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .single-unit .ekit-template-content-footer{
        padding-bottom: 212px;
    }
    .sticky_right{
        position: unset;
        top: 0;
    }
    .unit-booking-box {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        margin-bottom: 0;
        z-index: 3;
    }
}
@media only screen and (max-width: 1024px){
    .main-content {
        padding: 20px;
    }
    .left-col, .right-col {
        width: 100%;
        padding: 20px 0;
        position: relative;
        top: unset;
    }
    .single-unit .ekit-template-content-footer{
        padding-bottom: 92px;
    }
}
