
/*
Theme Name: Uwe Kieber Fotografie
Description: Ein minimalistisches WordPress-Theme für Fotografen
Author: Uwe Kieber
Version: 1.0
*/
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}
header a {
    color: white;
    text-decoration: none;
}
section {
    padding: 40px 20px;
}
.hero-content {
    text-align: center;
    margin-top: 100px;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
