/* Container der Suche */
.searchandfilter ul{
display:flex;
gap:12px;
align-items:center;
padding:15px;
background:#f7f4ef;
border-radius:12px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
flex-wrap:wrap;
}

/* Suchfeld */
.searchandfilter input[type="search"]{
padding:10px 14px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
}

/* Dropdowns */
.searchandfilter select{
padding:10px 14px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
background:white;
}

/* Button */
.searchandfilter input[type="submit"]{
padding:10px 18px;
border-radius:8px;
border:none;
background:#5c3b7d;
color:white;
font-weight:600;
cursor:pointer;
transition:0.2s;
}

.searchandfilter input[type="submit"]:hover{
background:#452c5e;
}
/* Abschnitt Design */
h2{
margin-top:70px;
margin-bottom:20px;
color:#54376f;
letter-spacing:1px;
}

/* Text lesbarer machen */
p{
max-width:720px;
line-height:1.7;
font-size:17px;
}

/* sanfter Hintergrund */
.wp-block-group{
padding:40px 20px;
border-radius:14px;
}

/* Abstand zwischen Textblöcken */
.wp-block-group p{
margin-bottom:18px;
}
/* Linie unter Überschriften */
h2::after{
content:"";
display:block;
width:60px;
height:4px;
background:#6b6c21;
margin-top:10px;
border-radius:3px;
}
/* Statement Box */
.statement-box{
background:#f8eee7;
border-left:6px solid #643b43;
padding:25px;
border-radius:10px;
font-size:18px;
}
.hero-fig{
background:#f8eee7;
border-left:8px solid #643b43;
padding:40px;
border-radius:14px;
max-width:850px;
font-size:18px;
line-height:1.7;
}
h2{
font-size:40px;
letter-spacing:2px;
color:#54376f;
margin-top:80px;
position:relative;
}

h2::after{
content:"";
display:block;
width:70px;
height:4px;
background:#6b6c21;
margin-top:12px;
border-radius:4px;
}
p{
max-width:720px;
line-height:1.8;
font-size:17px;
color:#54376f;
}
/* Textbereich */
.wp-block-post-content{
max-width:900px;
margin:auto;
}

p{
line-height:1.8;
font-size:17px;
color:#54376f;
}
/* Vereins Statement */
.statement{
background:#f8eee7;
padding:40px;
border-left:6px solid #643b43;
border-radius:12px;
font-size:18px;
}
/* Call to Action */
.cta-datenbank{
background:#f8eee7;
padding:50px;
border-radius:16px;
text-align:center;
margin-top:80px;
}

/* Button */
.cta-datenbank .wp-block-button__link{
background:#643b43;
color:white;
padding:14px 34px;
border-radius:40px;
font-weight:600;
}
.cta-datenbank .wp-block-button__link:hover{
background:#6b6c21;
}
h2::after{
content:"";
display:block;
width:70px;
height:4px;
background:#6b6c21;
margin-top:12px;
border-radius:4px;
}