@charset "utf-8";
/* CSS Document */

body{
    font-family: "Segoe UI", Arial, sans-serif;
	margin:0;
	padding:0;
	line-height:1.6;
    color:#1c1c1c;
    background:#f7f5f2;
}

a {text-decoration:none;}

section{
    padding:70px 12%;
	background:#E0C6AD50;
}


h1,h2,h3{
    margin:0 0 20px;
}

h1{font-size:44px;}
h2{font-size:32px;}
h3{font-size:22px;}
p{line-height:1.6;}

a {
	color: #fff;               /* Standardfarbe */
	text-decoration: none;        /* Unterstreichung entfernen */
	position: relative;           /* Für Pseudo-Element nötig */
	transition: color 0.3s ease;  /* Sanfter Farbwechsel */
}

.sprache {
	color: #b3925a;
	font-weight: bold;
}

a:hover {
	color: #E0C6AD; /* Farbe ändern */
}

.btn{
    display:inline-block;
    background:#b3925a;
    color:white;
    padding:14px 26px;
    border-radius:6px;
    text-decoration:none;
    margin-top:20px;
    font-weight:600;
}

.link-subpage {
		
}

.sec-back{
	background:#B2B4B210;
}

.grid{
    display:grid;
    gap:30px;
}

.hero{
    background-color: #1e2a38;
    color: white;
    background-image: url(images/titel.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero h1{color:white;}
.hero p{color:#ddd;}

.hero2{
    background-color: #1e2a38;
    color: white;
    background-image: url("images/titel-allg.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero2 h1{color:white;}
.hero2 p{color:#ddd;}

.cards{
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.card{
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.05);
    color: #000000;
}

.card1{
    padding:30px;
    border-radius:10px;
    
}

.price{
    font-weight:bold;
    color:#b3925a;
}

.dark{
    background:#002855;
    color:white;
	display: block;       /* Bild wird wie ein Blockelement behandelt */
    margin-left: auto;    /* Automatischer linker Rand */
    margin-right: auto;   /* Automatischer rechter Rand */
}

.process{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

img {
    /* width: 300px; */
    height: auto; /* Höhe passt sich automatisch an */
	display: block;       /* Bild wird wie ein Blockelement behandelt */
    margin-left: auto;    /* Automatischer linker Rand */
    margin-right: auto;   /* Automatischer rechter Rand */
}

img2 {
    width: 53px;
    height: auto; /* Höhe passt sich automatisch an */
	text-align: end;
	display: block;       /* Bild wird wie ein Blockelement behandelt */
    margin-left: auto;    /* Automatischer linker Rand */
    margin-right: auto;   /* Automatischer rechter Rand */
}


input, textarea{
    width:100%;
    padding:14px;
    margin:10px 0;
    border-radius:6px;
    border:1px solid #ccc;
    font-size:15px;
}

footer{
    background:#111;
    color:#aaa;
    text-align:center;
    padding:30px;
    font-size:14px;
}

/* PRICING */

.pricing{
background:#E0C6AD50;
}
	
	.pricing2{
background:#f7f5f2;
}

.pricing-cards{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.price-card{
background:white;
padding:40px 30px;
border-radius:16px;
width:300px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.price-card.highlight{
background:#E0C6AD;
color:#002855;
transform:scale(1.05);
}

.price{
font-size:36px;
margin:20px 0;
font-weight:700;
}

.price2{
    font-size: 36px;
    font-weight: 700;
    color: #002855;
}
