
/*
Theme Name: Mechanic One-Page Theme
Description: Ein flexibles und erweiterbares One-Page-Theme für Mechaniker, mit Beispielinhalten.
Version: 1.0
*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
section {
    padding: 60px 20px;
}
#hero {
    background-color: #002D72;
    color: white;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#cta {
    padding: 60px 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #e94e1b;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
.btn:hover {
    background-color: #d14415;
}
