/*
Theme Name: Sourcemapper Theme
Theme URI: https://sourcemapper.ch
Author: Defendeer International Ltd.
Description: WordPress Theme im Design von sourcemapper-89o2v5t.gamma.site
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: sourcemapper-theme
*/

body {
    background-color: #f4f6f8;
    color: #0f2a48;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0f2a48;
    padding: 20px;
    color: #ffffff;
}

header a {
    color: #ffffff;
    text-decoration: none;
}

nav a {
    color: #536471;
    text-decoration: none;
    margin-right: 15px;
}

nav a:hover {
    color: #0069ff;
}

button, .button {
    background-color: #0069ff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
}

button:hover, .button:hover {
    background-color: #004ecc;
}

footer {
    background-color: #0f2a48;
    padding: 15px;
    color: #ffffff;
    text-align: center;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}