Theme Name: Buchart 58 Apple-Style
Theme URI: https://buchart58.at
Author: Du
Description: Ein minimalistisches Theme im Stil der Apple-Website für das Weingut Buchart 58
Version: 1.0
*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
background: #fff;
color: #111;
line-height: 1.6;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
background: #f9f9f9;
border-bottom: 1px solid #eee;
}
header .logo {
font-size: 1.5em;
font-weight: 600;
}
nav a {
margin-left: 20px;
text-decoration: none;
color: #333;
font-weight: 500;
}
.hero {
text-align: center;
padding: 100px 20px;
background: #fafafa;
}
.hero h1 {
font-size: 3em;
margin-bottom: 10px;
}
.section {
padding: 80px 20px;
text-align: center;
max-width: 800px;
margin: auto;
}
.wine-gallery {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 40px;
margin-top: 40px;
}
.wine-item {
max-width: 200px;
}
.wine-item img {
width: 100%;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
footer {
text-align: center;
padding: 40px 20px;
background-color: #f0f0f0;
font-size: 0.9em;
color: #666;
}