.rolltore_content {width: 100%}
.rolltore_content h2 {color: #191919}
/* IMPRESSIONEN MAP */
.map-location {position:relative;overflow:hidden}
.map-location img {width: 100%;height:100%;object-fit:cover;transition: .3s}
.mi_header {color: #fff;width: calc(100% - var(--bs-gutter-x));height: 50px;line-height: 50px;position: absolute;bottom: -100px;transition: .5s;padding-left: 75px;background-image: linear-gradient(45deg, var(--color-link), var(--color-line));font-weight: 400;text-transform: uppercase;z-index: 1}
.mi_header .icLoc {position: absolute;left: 0;top: 0;width: 50px;height: 50px;background: url('/image/foto_map/loc.svg') no-repeat center var(--color-line);border: 12px solid var(--color-line)}
.link-info{display: inline-flex;align-items: center;justify-content: center;}
.link-info:after{margin: 0 0 0 0.5rem;background-position: center;transition: 0.5s}
/* hover */
@media (min-width:991.98px){
		.map-location:hover .mi_header {bottom: 0}
		.mi_header:hover {filter: brightness(1.1);transition: .3s}
		.map-location img:hover {filter: brightness(1.1);transition: .3s}
		.link-info:hover:after{transform: scale(1.1);transition: 0.5s}
}
@media (max-width:991.98px){
		.mi_header {bottom: 0}
		.link-info:after{transform: scale(1.1);transition: 0.5s}
		.mi_header,.map-location:hover .mi_header {bottom:-50px; width:100%}
		.map-location{overflow: visible; margin-bottom:60px}
}
