/*
Theme Name: CareTrans Theme
Theme URI: https://caretrans.de
Author: CareTrans
Author URI: https://caretrans.de
Description: WordPress-Theme mit Pflegevermittlung, Krankentransport & Kontaktformular.
Version: 1.1
License: GPLv2 or later
Tags: responsive, clean, one-column
Text Domain: caretrans
*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f7fa;
    color: #333;
}
header {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.logo {
    height: 50px;
}
nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #0077cc;
    font-weight: bold;
}
.hero {
    text-align: center;
    padding: 4em 2em;
    background: #0077cc;
    color: white;
}
.hero h1 {
    font-size: 2.5em;
}
.hero p {
    margin-top: 1em;
    font-size: 1.2em;
}
.buttons {
    margin-top: 2em;
}
.btn {
    padding: 0.8em 1.5em;
    margin: 0.5em;
    background: white;
    color: #0077cc;
    border: 2px solid white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.btn.secondary {
    background: transparent;
    border: 2px solid white;
}
footer {
    text-align: center;
    padding: 2em;
    background: #222;
    color: #aaa;
}
form {
    max-width: 500px;
    margin: 2em auto;
    background: white;
    padding: 2em;
    border-radius: 8px;
}
input, textarea {
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
