Europe Leader for Lightweight
Military Systems
Your partner for military applications
Areas of application
Contact us
.map-container {
position: relative;
width: 100%;
height: 100%;
padding-top: 100%; /* 16:9 Seitenverhältnis */
margin-bottom: 0;
}
.map-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.map-placeholder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f2f2f2;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 1rem;
}
.placeholder-content {
max-width: 90%;
}
.map-button {
display: inline-block;
margin-top: 1rem;
padding: 0.5rem 1rem;
background: #203c47;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: 600;
}