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;
}
.order-box {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
}

.order-box strong {
    color: #111;
}

.order-box em {
    color: #444;
}
.qr {
    width: 120px;
    margin-top: 10px;
    display: block;
}
.om-hero .hero-image {
    max-height: 280px;
    object-fit: cover;
    border-radius: 8px;
}
.factbox p {
    margin-top: 6px;
    line-height: 1.4;
}

.fact-image {
    max-width: 260px;
    height: auto;
    border-radius: 6px;
    margin-right: 20px;
}
/* MOBILANPASSNING */
@media (max-width: 768px) {

    body {
        padding: 0 12px;
    }

    nav a {
        padding: 10px 6px;
        font-size: 15px;
    }

    .factbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .fact-image {
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    main {
        padding: 0;
    }

    h2, h3 {
        text-align: left;
        font-size: 22px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }
}
/* MOBILANPASSNING – GLOBALT */
@media (max-width: 768px) {
    body {
        padding: 0 12px;
        font-size: 16px;
        line-height: 1.5;
    }
    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }
    nav a {
        font-size: 15px;
        padding: 6px 8px;
    }
    nav a.active {
        border-bottom: 2px solid #000;
    }
    h1, h2, h3 {
        font-size: 22px;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .factbox {
        flex-direction: column;
        gap: 10px;
    }
    .fact-image {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
    }
}
@media (max-width: 768px) {
    .product img {
        max-width: 100%;
        height: auto;
    }
    .order-box {
        padding: 10px;
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    form input,
    form textarea {
        width: 100%;
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .hero img {
        max-width: 100%;
        height: auto;
    }
}
.product {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.product img {
    max-width: 85%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
.jubileumsbox {
    max-width: 70%;
}

.info-ruta {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px 0;
  background: #f9f9f9;
}


