body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
}

/* Full-screen hero section */
.hero-section {
    background-image: url('/billeder.img/forside.jpg'); /* Your background image */
    background-size: cover;
    background-position: center;
    height: 250vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Header Section */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

/* Logo styling */
.logo {
    font-size: 2rem;
    font-weight: bold;
}

/* Main Menu */
.main-menu {
    display: flex;
    gap: 20px;
}

.main-menu a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

/* Submenu styling */
.main-menu li {
    position: relative;
    list-style: none;
}

.main-menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-menu li:hover ul {
    display: block;
}

.main-menu ul li {
    padding: 5px 0;
}

.main-menu ul li a {
    color: #000;
}

/* Icons styling */
.icons {
    display: flex;
    gap: 20px;
}

.icons img {
    width: 20px;
    height: 20px;
}

/* Hero Section Content */
.content {
    position: relative;
    z-index: 1; 
    margin-top: -37px;
    width: 128px;
    Color: rgb(43, 44, 5)
    position: absolute;
    top:360px;
    left: 48px;
    font-family: syncopate;
    font-weight: regular;
    font-size: 100px;
    opacity: 1;
    text-align: :left;
    transform: rotate(-90deg);
}

/* Shop Button */
.shop-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 4px;
}

/* Additional styling for submenu */
.submenu li {
    margin-bottom: 5px;
}


body {
    font-family: 'Inter', sans-serif; /* Indstil font */
    margin: 0;
    padding: 0;
    font-display: grid;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px;
    background-color: #fff; /* Baggrundsfarve */
}

.logo a {
    display: grid;
    align-items; center:
    text-decoration: none; /* Ingen understregning */
    font-size: 52px; /* Størrelse på logo tekst */
    font-weight: bold; /* Gør logoet fed */
    color: black; /* Farven på logoet */
}

.menu {
    list-style: none;
    display: flex; /* Brug flexbox for at centrere menuen */
    justify-content: center; /* Center menuen */
    flex-grow: 1; /* Giver menuen plads til at vokse */
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu a {
    text-decoration: none; /* Ingen understregning */
    padding: 15px 20px; /* Plads omkring links */
    color: black; /* Farven på teksten */
    font-size: 20px; /* Størrelse på menutekst */
}

.submenu {
    display: none; /* Skjul under-menu som standard */
    position: absolute;
    background: white; /* Baggrundsfarve */
    z-index: 1; /* Sørg for at det vises ovenfor andre elementer */
}

.menu li:hover .submenu {
    display: block; /* Vis under-menu ved hover */
}

.icons {
    display: flex;
    gap: 10px; /* Plads mellem ikoner */
}

.image-container {
    position: absolute; /* Gør det muligt at placere det korrekt */
    top: 10px;         /* Afstand fra toppen */
    right: 10px;       /* Afstand fra højre */
}

.image-container img {
    width: 185px;       /* Juster billedets bredde */
    height: auto;      /* Behold billedets højde-forhold */
}

.content {
    padding: 20px; /* Tilføj lidt polstring */
}

h1 {
    font-size: 36px; /* Størrelse på overskriften */
}

h2 {
    font-size: 28px; /* Størrelse på underoverskriften */
}

/* Resten af din CSS her */


body {
    font-family: Arial, sans-serif;
    margin: 5px;
    padding: 0;
    background-color: #ffffff;
}
/* Header */
header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}
header .logo {
    font-size: 24px;
    font-weight: bold;
    color: black;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
nav ul li {
    position: relative;
}
nav ul li a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
    font-size: 16px;
}
nav ul li a:hover {
    color: #a9940c;
}
/* Submenu */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.submenu li {
    padding: 0;
}
.submenu li a {
    white-space: nowrap;
    padding: 10px 20px;
}
.submenu li a:hover {
    background-color: #f0f0f0;
}
/* Show submenu on hover */
nav ul li:hover .submenu {
    display: block;
}
/* Hero section */
.hero {
    position: relative;
    text-align: left;
    height: 500px;
    background: no-repeat center center/cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    color: white;
}
.content {
    position: relative;
    z-index: 1; 
    margin-top: -160px;
    width: 130px;
    Color: rgb(43, 44, 5)
    position: absolute;
    top:224px;
    left: -38px;
    font-family: syncopate;
    font-weight: regular;
    font-size: 80px;
    opacity: 1;
    text-align: :left;
    transform: rotate(-90deg);
}
.hero h1 {
    font-size: 60px;
    margin: 0;
    font-weight: bold;
}
/* Button styling */
.hero-section .shop-button {
    background-color: #060606;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.hero-section .shop-button:hover {
    background-color: #a9940c;
}
.v2_14051 {
	width: 100%;
	height: 613px;
	background: url("billeder.img/v2_14051.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	position: absolute;
	top: 129px;
	left: 0px;
	overflow: hidden;
  }

Aktuelle tilbud side

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9f9;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.main-menu a {
    margin-right: 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.icons img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.breadcrumb {
    margin: 20px;
    font-size: 14px;
    color: #555;
}

.offer-section {
    text-align: center;
    padding: 40px 20px;
}

.offer-section h1 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.offer-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 250px;
    transition: transform 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-10px);
}

.offer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.card-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

  Lænestol side:

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9f9;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.main-menu a {
    margin-right: 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.icons img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.breadcrumb {
    margin: 20px;
    font-size: 14px;
    color: #555;
}

.product-section {
    text-align: center;
    padding: 40px 20px;
}

.product-section h1 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 250px;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.product-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.product-info p {
    font-size: 16px;
    margin-top: 5px;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}


/* Grundlæggende styling */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.categories-section {
    text-align: center;
    padding: 40px;
    background-color: #fff;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.category-card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.category-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.category-info h2, .category-info h3 {
    font-size: 24px;
    margin-top: 15px;
}

.category-info p {
    font-size: 16px;
    color: #666;
}

.offer-card {
    background-color: #c6c4c1;
}

footer {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    color: #666;
}


