/*
Theme Name: Pulsraum Langenenslingen Child
Template: hello-elementor
Author: Child Theme Configurator
Version: 3.4.7.1774098026
Updated: 2026-03-21 14:00:26

*/

.map-wrapper {
	 background: #efefef;
	 position: relative;
	 margin-bottom: -2rem;
}
 .map-wrapper iframe {
	 width: 100%;
	 height: 400px;
}
 @media (max-width: 767px) {
	 .map-wrapper iframe {
		 height: 65vw;
	}
}
 .map-wrapper iframe[src="about:blank"] + .activate-box {
	 display: block;
}
 .map-wrapper .activate-box {
	 background: rgba(0, 0, 0, 0.7);
	 color: #fff;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 right: 0;
	 text-align: center;
	 padding: 15px 0;
	 display: none;
}
 .map-wrapper .activate-box .custom-control-label {
	 margin-top: 0.5rem;
}

.map-wrapper #gmaps-activate-all {
	position: relative;
	top: 5px
}

.map-wrapper button.gmaps-activate {
	background-color: var(--e-global-color-primary);
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--e-global-color-e742c97);
    padding: 15px 40px 15px 40px;
	border: 0;
	border-radius: 3px;
}
 
 