
body{
margin:0;
font-family:system-ui;
background:#f3f7fb;
}

.container{
max-width:1100px;
margin:auto;
background:white;
}

.header img{
width:100%;
display:block;
}

.social{
padding:40px;
text-align:center;
}

.social-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:20px;
}

.social-grid a{
background:#0a3d62;
color:white;
padding:20px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
}

.filters{
display:flex;
gap:15px;
padding:15px;
flex-wrap:wrap;
justify-content:center;
border-top:1px solid #eee;
}

#map{
height:600px;
}

.contact{
padding:40px;
}

.footer{
text-align:center;
padding:20px;
font-size:13px;
color:#777;
border-top:1px solid #eee;
}

/* Cookie Overlay */
#cookieOverlay{
position:fixed;
top:0;left:0;right:0;bottom:0;
background:rgba(0,0,0,0.6);
z-index:9999;
display:flex;
align-items:center;
justify-content:center;
}

#cookieBanner{
background:white;
color:#333;
padding:30px;
border-radius:12px;
max-width:440px;
width:90%;
text-align:center;
box-shadow:0 8px 32px rgba(0,0,0,0.3);
}

#cookieBanner h3{
margin:0 0 12px;
color:#0a3d62;
font-size:18px;
}

#cookieBanner p{
font-size:14px;
color:#555;
margin:0 0 20px;
line-height:1.5;
}

#cookieBanner .cookie-buttons{
display:flex;
gap:12px;
justify-content:center;
}

#cookieBanner .btn-accept{
background:#0a3d62;
color:white;
border:none;
padding:10px 24px;
border-radius:6px;
cursor:pointer;
font-size:14px;
font-weight:bold;
}

#cookieBanner .btn-decline{
background:white;
color:#666;
border:1px solid #ccc;
padding:10px 24px;
border-radius:6px;
cursor:pointer;
font-size:14px;
}

button{
margin-top:10px;
padding:10px 15px;
border:none;
background:#0a3d62;
color:white;
border-radius:6px;
cursor:pointer;
}

input,textarea,select{
padding:10px;
border-radius:6px;
border:1px solid #ccc;
width:100%;
margin-top:10px;
}

/* Leaflet Logo/Attribution ausblenden */
.leaflet-control-attribution img,
.leaflet-control-attribution a img {
    display: none !important;
}
