body{
font-family:Arial;
margin:0;
background:#f5f5f5;
}

.container{
width:90%;
margin:auto;
}

.header{
/*background:#f4f1ea; /* Beige / Sand (warm)*/
background:#e6f0ff; /*Hellblau (sehr harmonisch)*/
color:white;
padding:20px;
position:fixed;
top:0;
width:100%;
z-index: 99;
}

.header nav a{
color:#022362;
margin:10px;
text-decoration:none;
}

.btn{
background:#0b2c6b;
color:white;
padding:10px 20px;
border-radius:5px;
}

.hero{
margin-top:120px;
text-align:center;
padding:60px;
}

.services{
padding:60px;
text-align:center;
}

.grid{
display:flex;
gap:20px;
justify-content:center;
}

.box{
background:white;
padding:25px;
margin:20px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer{
background:#022362;;
color:white;
text-align:center;
padding:20px;
margin-top:0px;
}




.image-container{
position:relative;
width:100%;
}

.image-container img{
width:100%;
height:auto;
}

.image-text{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
color:white;
font-size:40px;
font-weight:bold;
text-align:center;
}


.image-box{
height:400px;
overflow:hidden;
}

.image-box img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.image-box2{
height:600px;
overflow:hidden;
}

.image-box2 img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}














.box{
background:white;
padding:25px;
margin:20px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.offerte-form{
max-width:900px;
margin:auto;
font-family:Arial;
}

h2{
color:#022362;
margin-top:30px;
}

.roww{
display:flex;
gap:15px;
margin-bottom:15px;
}

.roww input,
.roww select{
flex:1;
padding:10px;
border:1px solid #ccc;
border-radius:4px;
}

input, select, textarea{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:4px;
}

.checkbox-group{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin-bottom:20px;
}

button{
background:#022362;
color:white;
border:none;
padding:12px;
width:100%;
font-size:16px;
border-radius:4px;
cursor:pointer;
}
