
/*
Theme Name: Marko Wehner Plastics Theme
Author: Marko Wehner
Description: Custom WordPress theme for Plastics | Materials & Process Excellence
Version: 1.0
*/

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #001F3F;
}

header {
    background: #001F3F;
    color: white;
    padding: 40px;
}

.hero {
    padding: 80px 40px;
    background: linear-gradient(135deg, #001F3F, #2ECC71);
    color: white;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.section {
    padding: 60px 40px;
}

.btn {
    background: #2ECC71;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
}

footer {
    background: #001F3F;
    color: white;
    padding: 30px;
    text-align: center;
}
