body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #111;
}

header {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

footer {
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
    margin-top: 40px;
}
.hero {
    text-align: center;
    padding: 60px 20px;
    background: #fafafa;
    border-radius: 8px;
    margin-top: 20px;
}

.hero h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

.cta {
    display: inline-block;
    padding: 12px 24px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.cta:hover {
    background: #333;
}
.hero-image {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.product-list {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.product {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.product h3 {
    margin-top: 0;
}

.price {
    font-weight: bold;
    margin-top: 10px;
}
nav a.active {
    border-bottom: 2px solid #111;
    padding-bottom: 4px;
}
nav {
    margin-top: 10px;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #111;
    font-weight: bold;
    padding: 6px 0;
    transition: color 0.2s ease;
}

nav a:hover {
    color: #555;
}
.logo {
    height: 70px;
    margin-bottom: 10px;
}

.contact-image {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
}
body {
    background: url("images/bg.gif") repeat-x top center;
    background-color: #ffffff;
}
footer {
    background: url("images/bg_footer.png") no-repeat center bottom;
    padding: 40px 20px;
    text-align: center;
    color: #333;
    margin-top: 40px;
}
.hero {
    position: relative;
}

/* Plakettens container */
.jubileum-wrapper {
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
}

/* Själva jubileumsbilden */
.jubileum {
    width: 110px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Texten under bilden */
.jubileum-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    color: #222;
    background: rgba(255,255,255,0.8);
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.product-banner {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

