
body { font-family: Arial, sans-serif; margin: 0; background: #f4f4f4; }
header { background: white; padding: 10px; display: flex; align-items: center; }
.logo { height: 90px; margin-right: 20px; }
.slogan { color: #777; font-size: 1em; }
.navbar { background: #bfa046; padding: 1em; text-align: center; color: white; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5em; color: white; }
.menu a { margin: 0 1em; color: white; text-decoration: none; font-weight: bold; }
.hero { position: relative; text-align: center; color: white; }
.hero img { width: 100%; max-height: 400px; object-fit: cover; filter: brightness(0.6); }
.hero-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cta-button { background: #bfa046; color: white; padding: 0.4em 1em; text-decoration: none; border-radius: 8px; font-weight: bold; }
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .menu { display: none; flex-direction: column; margin-top: 1em; }
    .menu.active { display: flex; }
    .menu a { margin: 0.5em 0; }
}

.services {
    background: #f7f7f7;
    padding: 3em 1.5em;
}
.services h2 {
    color: #bfa046;
    font-size: 2em;
    margin-bottom: 1em;
}
.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5em;
}
.service-item {
    background: white;
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.service-item h3 {
    margin-top: 0;
    color: #bfa046;
}
.service-item p {
    color: #444;
}

.service-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1em;
}

.additional-text {
    color: #333;
    font-size: 0.95em;
    margin-top: 0.5em;
}

.kontakt {
    background-color: #f0f4f8;
    padding: 3em 1.5em;
    text-align: center;
}
.kontakt h2 {
    color: #bfa046;
}
.kontakt a {
    color: #bfa046;
    font-weight: bold;
    text-decoration: none;
}
.kontakt a:hover {
    text-decoration: underline;
}

.kontakt form {
    margin-top: 2em;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.kontakt input, .kontakt textarea {
    width: 100%;
    padding: 0.75em;
    margin-top: 0.25em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.kontakt button {
    background-color: #bfa046;
    color: white;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.kontakt button:hover {
    background-color: #a38635;
}

body {
    background-color: #f5fbf4;
    color: #222222;
    font-family: 'Segoe UI', sans-serif;
}

header, footer {
    background-color: #f5fbf4;
    color: #bfa046;
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

nav {
    text-align: center;
    padding: 1em;
    background-color: #f5fbf4;
}

nav a {
    color: #bfa046;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #bfa046;
}

.kontakt, .services, .container {
    background-color: #f5fbf4;
    color: #222222;
}

button {
    background-color: #bfa046;
    color: white;
}

button:hover {
    background-color: #a38635;
}
