.boxes-modal .modal-content .res-header,
.boxes-modal .modal-content .overlayer-burgermenu,
.boxes-modal .modal-content #footer-fade,
.boxes-modal .modal-content .cookies,
.boxes-modal .modal-content .cta-sticker,
.boxes-modal .modal-content .single-back-btn,
.boxes-modal .modal-content #wpadminbar {
    display: none !important;
    opacity: 0.0 !important;
}
.res-image-map .map-cta {
    background: #AAC16A;
    width: 300px;
    height: auto;
    position: absolute;
    padding: 20px 25px 24px 25px;
    color: #fff;
    border-radius: 5px;
    transform: translateX(0%) translateY(15%);
    z-index: 1;
}
.res-image-map .map-cta:before {
    content: "\f25a";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 35px;
    right: 10%;
    top: 13%;
}
.res-image-map .map-cta:after {
    content: "\f30b";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-weight: 900;
    color: #AAC16A;
    font-size: 60px;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    transform: translateX(50%) translateY(50%) rotate(45deg);
}
.res-image-map .immo-description {
    font-size: 140%;
    font-weight: 600;
    margin-bottom: 15px;
}
.res-image-map .immo-text {
    font-size: 18px;
	line-height: 110%;
}
@media only screen and (max-width: 1280px) {
	.res-image-map .map-cta {
		font-size: 90%;
		width: 250px;
}
	.res-image-map .map-cta:before {
    font-size: 29px;
}
	.res-image-map .map-cta:after {
    font-size: 50px;
}
	.res-image-map .immo-text {
    font-size: 17px;
}
}
@media only screen and (max-width: 1100px) {
	.res-image-map .map-cta {
    font-size: 90%;
    width: 222px;
}
}

@media only screen and (max-width: 768px) {
.res-image-map .map-cta {
    width: 100%;
    position: relative;
    padding: 15px 20px 20px 20px;
    color: #fff;
    border-radius: 5px;
    transform: translateX(0%) translateY(0%);
    z-index: 1;
    margin-bottom: 30px;
} 
.res-image-map .map-cta:after {
    transform: translateX(0%) translateY(90%) rotate(90deg);
    right: auto;
    left: 0;
}
} 