@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); } /* Bevæger sig lidt op */
    100% { transform: translateY(0px); }
}

@keyframes float2 {
    0% { transform: translateY(-15px); }
    50% { transform: translateY(0px); } /* Bevæger sig lidt op */
    100% { transform: translateY(-15px); }
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-family: "Titan One", serif;
    font-weight: 400;
}

h2 {
    font-family: "Titan One", serif;
    font-weight: 400;
}

h3 {
    font-family: "Titan One", serif;
    font-weight: 400;
}

p {
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

.section-styling {
    margin-top: 70px;
    text-align: center;
}

.sub-headline {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4c2e0b;
}

.price-sub-headline {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: -70px;
    color: #4c2e0b;
}

.price-bulletpoints {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left; /* Centrerer indholdet horisontalt */
    text-align: left;
}

.price-bulletpoints p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #4c2e0b;
}

.price-bulletpoints i {
    font-size: 24px;
    color: #ffb53f;
    padding-right: 20px;
    text-align: left;
}

.price-bulletpoints-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
    gap: 30px;
}

.price-sub-sub-headline {
    margin-bottom: 40px;
}

.price-bulletpoints-container img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.button-center {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 100px;
}

.text-placement {
    margin-top: 70px;
}

nav ul {
    list-style: none;
    padding: 40px;
    margin: 0;
    display: flex; /* Use flexbox to make the list items inline */
    gap: 30px;
}

nav ul li {
    margin-right: 20px; /* Add some space between the items */
}

nav ul li a {
    text-decoration: none;
    color: white; /* Adjust the color as needed */
    font-size: 18px;
}

nav ul li a:hover {
    color: #633c10; /* Adjust the color as needed */
}

nav ul li a.active {
    color: #633c10; /* Juster farven efter behov */
}

nav ul li a.active-mobile {
    color: #ffb53f; /* Juster farven efter behov */
}

.hero {
    padding-top: 40px;
}

.hero-text {
    font-size: 62px;
    text-align: left;
    margin-bottom: 20px;
}

.page-hero {
    background: linear-gradient(to bottom, #ffb53f, #f4bf6a);
    height: 60vh; /* Fyld hele højden af viewporten */
    display: flex; /* Brug flexbox til centrering */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%; /* Fyld hele bredden */
    margin: 0; /* Nulstil marginer */
    padding: 0; /* Nulstil padding */
}

.product-page-hero {
    background: linear-gradient(to bottom, #ffb53f, #f4bf6a);
    height: 50vh; /* Fyld hele højden af viewporten */
    display: flex; /* Brug flexbox til centrering */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%; /* Fyld hele bredden */
    margin: 0; /* Nulstil marginer */
    padding: 0; /* Nulstil padding */
}

.product-page-hero p {
    font-size: 24px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.section-styling img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.product-page-hero h1 {
    font-size: 62px;
    margin-bottom: 20px;
    text-align: center;
}

.app-page-hero {
    background: #ffb53f;
    height: 13.5vh; /* Fyld hele højden af viewporten */
    display: flex; /* Brug flexbox til centrering */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%; /* Fyld hele bredden */
    margin: 0; /* Nulstil marginer */
    padding: 0; /* Nulstil padding */
}

.app-text-placement {
    width: 80%;
    margin: 0 auto;
}

.app-text-placement h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #4c2e0b;
}

.app-text-placement a {
    margin-bottom: 20px;
}

.section-spacing {
    margin-bottom: 70px;
}

.introtilbud-button {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.slider-section {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%; /* Fyld hele bredden */
    margin: 0; /* Nulstil marginer */
    padding: 0; /* Nulstil padding */
}

.page-hero h1 {
    font-size: 62px;
    margin-bottom: 20px;
    text-align: center;
}

.page-hero p {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.price-slider-container {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    width: 50%;
    height: 180px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-slider {
    -webkit-appearance: none;
    outline: none;
    background-color: #f0f0f0;
    border-radius: 50px;
    width: 80%;
    height: 8px;
    margin-top: 25px;
}

.active {
    color: #3bed73;
}

.slider-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #633c10;
    cursor: pointer;
}

.slider-value-display {
    font-size: 16px;
    color: #4c2e0b;
    font-weight: 200;
    margin-top: 20px;
}

.price-slider-value {
    font-size: 26px;
    font-family: "Titan One", serif;
    margin-top: 20px;
    color: #4c2e0b;
}

.slider-section p {
    font-size: 20px;
    text-align: center;
    color: #4c2e0b;
}

.hero-underline {
    text-align: left;
}

.cta-button {
    background: #633c10;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    display: block; /* Gør knappen til en blok for at den fylder hele bredden */
    width: fit-content; /* Gør knappen kun så bred som dens indhold */
    text-decoration: none;
}

.cta-button:hover {
    background: #4c2e0b; /* Juster farven efter behov */
}

.cta-button i {
    margin-right: 8px; /* Add some space between the icon and the text */
}

.cta-button-yellow {
    background: #f6b44b;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px; /* Afstand mellem overskrift og knap */
    display: block; /* Gør knappen til en blok for at den fylder hele bredden */
    width: fit-content; /* Gør knappen kun så bred som dens indhold */
    text-decoration: none;
}

.cta-button-yellow-app {
    background: #ffb53f;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    display: block; /* Gør knappen til en blok for at den fylder hele bredden */
    width: fit-content; /* Gør knappen kun så bred som dens indhold */
    text-decoration: none;
}

.cta-button-yellow:hover {
    background: #f4bf6a; /* Juster farven efter behov */
}

.cta-button-yellow i {
    margin-right: 8px; /* Add some space between the icon and the text */
}

.cta-button-yellow-app i {
    margin-right: 8px; /* Add some space between the icon and the text */
}

header {
    background: transparent;
}

.logo a {
    text-decoration: none;
    color: white; /* Adjust the color as needed */
    font-size: 40px;
    font-family: "Titan One", serif;
}

nav {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; /* Space between logo and menu */
    align-items: center;
    z-index: 100;
    margin-bottom: 30px;
    padding: 0 60px;
    box-sizing: border-box;
}

.hero {
    background: linear-gradient(to bottom, #ffb53f, #f4bf6a);
    height: 85vh;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-text-container {
    max-width: 50%; /* Juster denne værdi efter behov */
    padding-left: 120px; /* Juster denne værdi efter behov */
    text-align: left; /* Sikrer venstrejustering */
}

.logo img {
    max-width: 150px;
}

.hero-content {
    display: flex;
    align-items: center;
    position: relative; /* Gør containeren til reference for absolut positionering */
}

.heroimg-container {
    position: relative; /* Gør denne container til reference for absolutte positioneringer */
    width: 800px; /* Juster efter behov */
    height: 800px; /* Juster efter behov */
    pointer-events: none;
}

.heroimg {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    background-size: contain; /* Sikrer at hele billedet vises */
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1; /* Bevarer proportioner */
    pointer-events: none;
}

.heroimg-1 {
    background-image: url('images/crossaint_glooe-min.png');
    z-index: 1;
    width: 55%;
    height: auto;
    right: 350px;
    bottom: 220px;
    animation: float2 4s ease-in-out infinite; /* Animerer med loop */
    filter: drop-shadow(0px 50px 15px rgba(0, 0, 0, 0.1)); /* Tilføjer skygge */
}

.heroimg-2 {
    background-image: url('images/coffee_glooe-min.png');
    z-index: 2;
    width: 55%; /* Justér dette hvis nødvendigt */
    height: auto;
    bottom: 70px;
    left: 230px;
    rotate: 5deg;
    animation: float 4s ease-in-out infinite; /* Animerer med loop */
    filter: drop-shadow(0px 50px 15px rgba(0, 0, 0, 0.1)); /* Tilføjer skygge */

}

@media (min-width: 1920px) {
    .heroimg-1 {
        right: 375px;
        bottom: 220px;
    }

    .heroimg-2 {
        left: 330px;
        bottom: 20px;
    }
}

.section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.section-content i {
    font-size: 48px;
    color: #ffb53f;
    margin-bottom: 20px;
}

.section-content p {
    display: inline-block;
    line-height: 150%;
}

.section-content-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.section-content-item {
    max-width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center; 
    margin-top: 50px;
  }

.section-content-item-2 {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left; 
}

.section-content-item-2 h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #4c2e0b;
}

.section-content-item-2 p {
    font-size: 22px;
    line-height: 1.5; /* Juster line-height for p-elementet */
}

.USP-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4c2e0b;
    display: inline-block;
    vertical-align: top;
}

.long-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 20px;
    color: #4c2e0b;
    width: 70%;
}

.long-description img {
    float: right;
    max-width: 50%;
    height: auto;
    margin-left: 25px;
    border-radius: 15px;
}

.long-description p {
    line-height: 35px;
}

.long-description h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.long-description a {
    color: #f6b44b;
    text-decoration: none;
    font-weight: 300;
}

.dashboard-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}

.dashboard-item {
    width: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 20px;
    height: 295px;
}

.dashboard-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 230px;
}

.dashboard-item-content-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Placerer indholdet i bunden */
    height: 100%; /* Sørger for, at containeren fylder hele højden */
}

.single-dashboard-item {
    width: 80%;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 20px;
    height: 295px;
}

.engagement-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.engagement-item-content-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Placerer indholdet i bunden */
    text-align: center;
    height: 100%; /* Sørger for, at containeren fylder hele højden */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 35px;
}

.engagement-item-content-item h3 {
    font-size: 40px;
    color: #4c2e0b;
}

.profile {
    display: flex;
    gap: 10px;
    align-items: center;
}

.profile p {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.profile-picture {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e7e7e7;
    color: #ffffff;
    display: flex;  
    align-items: center; 
    justify-content: center;
}

.engagement-item-content-item i {
    font-size: 14px;
    transform: translateY(-7px);
    color: crimson;
}

.engagement-item-content-item p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
}

.dashboard-item-content-item p {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

.bar {
    width: 60px;
    height: 120px;
    background: linear-gradient(to top, #ffb53f, #f4bf6a);
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-end;
}

.dashboard-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-item-header p {
    font-size: 14px;

}

.dashboard-item-header i {
    font-size: 10px;
    margin-left: 4px;
}

.dashboard-item-header h2 {
    font-size: 24px;
    color: #4c2e0b;
}

.search-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
}

/* Create a custom checkbox */
input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

/* Custom checkbox appearance */
input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background-color: white;
}

/* Checked state */
input[type="checkbox"]:checked + label::before {
    background-color: #633c10;
    border-color: #633c10;
}

/* Checkmark using Font Awesome */
input[type="checkbox"]:checked + label::after {
    content: "\f00c"; /* Font Awesome checkmark */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 2.5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
}

.search-section label {
    font-size: 20px;
    font-weight: 300;
    margin-right: 20px;
}

.search-section {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
    margin-bottom: -30px;
    margin-left: auto; /* Skubber elementet til højre */
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    border-radius: 12px;
}

.search-bar input[type="text"] {
    padding: 12px;
    font-size: 16px;
    border: none;
    outline: none;
    flex: 1;
}

.search-bar button {
    padding: 12px;
    margin-right: 1.5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: none;
    color: #633c10;
}

.header, .row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1px;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}

.header {
    font-weight: bold;
    color: #4c2e0b;
}

.row:last-child {
    border-bottom: none;
}

.table {
    width: 80%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 auto;
}

.employee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.employee img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.employee-name {
    font-weight: bold;
    color: #4c2e0b;
    text-decoration: none;
}

.employee-name:hover {
    text-decoration: underline;
}

.edit {
    justify-self: end;
    align-items: center;
}

.edit:hover {
    cursor: pointer;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
}

.contact-form-container {
    width: 50%;
    height: auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    transform: translateY(-25%);
    padding: 35px;
}

.contact-form-container h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #4c2e0b;
    text-align: left;
}

.contact-form-container p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 200;
    text-align: left;
}

.contact-form-container input {
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    font-family: "Roboto", serif;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    text-align: left;
}

.contact-form-container textarea {
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    font-weight: 200;
    font-family: "Roboto", serif;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 200px;
}

.contact-form-container label {
    font-family: "Roboto", serif;
    font-weight: 200;
    font-size: 18px;
}

.gdpr-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 50px;
}

.gdpr-container input[type="checkbox"] {
    margin-right: 10px; /* Tilføj lidt mellemrum mellem checkboxen og teksten */
}

.error-message {
    color: red;
    font-size: 14px;
    margin-left: 10px;
    display: block;
}

.burger-menu {
    display: none; /* Skjul som standard */
    background: none;
    border: none;
    cursor: pointer;
    background-color: none;
}

.burger-menu button {
    background: transparent;
    border: none;
}

.burger-menu i {
    font-size: 32px;
    color: #ffffff;
    margin-top: 20px;
}

.close-menu {
    font-size: 32px;
    color: #ffffff;
    /*margin-top: 30px;*/
    text-align: right;
}

.close-menu button {
    background: transparent;
    border: none;
}

.close-menu i {
    font-size: 32px;
    color: #ffffff;
    margin-top: 18px;
    padding-right: 5px;
}

.mobile-menu {
    display: none; /* Skjul som standard */
    position: fixed;
    top: 0;
    right: 0;
    background: #4c2e0b;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    width: 55%;
    height: 100vh;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
}

.mobile-menu ul {
    display: block;
    padding: 0;
    margin-top: 60px;
}

.mobile-menu ul li {
    margin-bottom: 20px;
    text-align: right;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.section-content a {
    color: #ffb53f;
}

.mobile-menu-button {
    background: #ffb53f;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px; /* Afstand mellem overskrift og knap */
    display: block; /* Gør knappen til en blok for at den fylder hele bredden */
    width: fit-content; /* Gør knappen kun så bred som dens indhold */
    text-decoration: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding: 16px;
}

.mobile-menu-button i {
    margin-right: 12px; /* Add some space between the icon and the text */
}

.mobile-section {
    display: none;
}

.hero-text-mobile {
    display: none;
}

.hero-underline-mobile {
    display: none;
}

.hero-underline {
    font-size: 24px;
    margin-top: -10px;
    margin-bottom: 20px;
}

footer {
    background: #f4f4f4;
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .burger-menu {
        display: block; /* Vis burger-menu-knappen */
    }

    nav {
        padding: 0 20px;
    }

    .logo {
        margin-top: 30px;
    }

    .cta-header {
        display: none;
    }

    .normal-menu {
        display: none;
    }

    .hero-text-container {
        max-width: 100%; /* Juster denne værdi efter behov */
        width: 100%; /* Fyld hele bredden */
        padding: 20px; /* Juster denne værdi efter behov */
        word-wrap: break-word; /* Tillad ordbrydning */
        overflow-wrap: break-word; /* Sikrer ordbrydning */
        margin-top: 70px;
    }

    .hero-text {
        display: none;
        font-size: 39px;
        margin-bottom: 30px;
    }

    .hero-underline {
        display: none;    
    }

    .hero-text-mobile {
        display: block;
        font-size: 44px;
        margin-bottom: 10px;
    }

    .hero-underline-mobile {
        display: block;
        margin-bottom: 30px;
    }

    .heroimg-container {
        display: none; /* Skjul billedcontaineren */
    }

    .page-hero {
        height: 100%; /* Fyld hele højden af viewporten */    
    }

    .hero {
        height: 85vh;
    }

    .sub-headline {
        font-size: 22px;
    }

    .sub-sub-headline {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

    .section-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 100px;
        gap: 0px;
    }

    .section-content-item {
        max-width: 100%;
    }

    .section-content-2 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .section-styling h2 {
        margin-top: 60px;
    }

    .section-content-item-2 h2 {
        margin-top: 0px;
    }

    .section-content-item-2 {
        max-width: 100%;
        align-items: center; /* Centrerer indholdet horisontalt */
        text-align: center; /* Centrerer teksten */
    }

    .section-content-item-2 a {
        margin-top: 30px;
    }

    .cta-button-yellow {
        width: 100%;
        font-size: 22px;
    }

    .cta-button {
        font-size: 22px;
    }

    p {
        font-size: 22px;
    }

    .normal-section {
        display: none;
    }

    .mobile-section {
        display: contents;
    }

    .page-hero {
        height: 75vh; /* Fyld hele højden af viewporten */
    }

    .page-hero h1 {
        margin-top: 50px;
    }
    
    .page-hero p {
        max-width: 90%;
        margin: 0 auto;
    }

    .price-slider-container {
        width: 90%;
    }

    .section-styling {
        margin: 0 auto;
        max-width: 90%;
    }

    .price-bulletpoints-container {
        width: 100%;
        margin: 0 auto;
        align-items: left;
        gap: 0px;
        margin-bottom: 30px;
    }

    .price-bulletpoints-container img {
        display: none;
    }

    .price-bulletpoints {
        max-width: 100%;
        align-items: center; /* Centrerer indholdet horisontalt */
        margin: 0 auto;
    }

    .price-bulletpoints i {
        padding-right: 5px;
    }

    .product-page-hero {
        height: 75vh;
    }

    .long-description {
        width: 90%;
    }

    .long-description img {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .button-center {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
    }

    .contact-form-container {
        width: 100%;
        transform: translateY(-20%);
        padding: 20px;
    }

}

