/*ændre default settings*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: playfair Display;
   
}
/*skifte baggrundsfarve*/
body{
    background-color: #FFF5ED;
    background-image: url('/img/baggrund-page.jpg');
    background-size: cover; /* Dette sikrer, at baggrundsbilledet dækker hele skærmområdet */
    background-repeat: no-repeat; /* Dette forhindrer baggrundsbilledet i at gentage sig */

}

/* gøre baggrundsbilledet fixed, relative og fylde hele skærmen*/
.backgroundpicture{
    margin: 0;
    padding: 0;
    height: 800px;
    background-image: url('img/baggrund.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

/*ændre størrelse på logo*/
.logo{
    width: 180px;
}

/*ændre på udseendet af nav-bar. give padding, float, with*/
.nav-links{
    float: right;
}

.nav-links li{
    padding: 50px;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFF5ED;
}
/* Style unordered list */
.navbar ul {
    list-style-type: none;
    padding: 0;
}

/* Style list items */
.navbar li {
    display: inline-block;
}

/* Style navigation links */
.navbar a {
    display: block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 25px;
}

/* ændre farven ved hover */
.navbar a:hover {
    color: #B6312D;
}

/*style tekstboxen så den er i højre side og centret*/
.textbox {
    position: absolute; 
    top: 60%; 
    left: 25%; 
    transform: translate(-50%, -50%);
    text-align: center; 
    padding: 20px; 
    background-color: #B6312D;
    opacity: 85%;
    max-width: 600px; 
    color: white;
}

/*ændre font størrelse og udseende*/
h1 {
    font-size: 2.5em; 
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.5; 
}

/*style ikoner med flexbox, space around og align */
.ikoner {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* Fjern standardmargen for h4 */
.ikoner h3 {
    margin-top: 0;
}

/*centrer indhold, juster størrelse på div*/
.ikoner div {
    text-align: center; 
    width: 200px; 
    margin: 30px; 
    vertical-align: top;
}


.ikon-img{
    width: 100px;
    margin: 20px;
}

/*indsæt baggrundbillede der dækker siden og er fixed og relative*/
/* Placer indhold i kolonner */
.nemtsection {
    margin: 30px 0px;
    padding: 0;
    height: 700px;
    background-image: url('img/baggrund2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-direction: column; /* Sætter indhold i kolonner */
}

/* Style tekstboksen */
/* Style tekstboksen */
.nemtbox {
    text-align: center;
    padding: 20px;
    background-color: #B6312D;
    width: 700px;
    height: 700px;
    color: white;
    z-index: 500;
    align-self: flex-end; /* Placerer boksen i bunden af .nemtsection */
}

.textbox {
    display: grid;
    grid-template-rows: auto 1fr auto; /* Første række for h1, anden række for p, tredje række for greetingMessage */
}

.greeting-box {
    position: absolute;
    top: 45%;
    right: 20px;
    background-color:#B6312D;
    color: #FFF5ED;
    opacity: 85%;
    border-radius: 5px;
    z-index: 5;
    text-align: center;
    padding-top: 20px;
    
}

#greetingMessage{
    font-size: 30px;
    font-weight: bold;
}

#openingHoursMessage #greetingMessage{
    padding: 10px;
    margin-bottom: 20px;
}


.nemtbox h2{
    font-size: 30px;
    margin: 15px;
}

/* Juster størrelse på billeder */
.nemtbox img {
    width: 75px;
    margin-bottom: 20px; /* Tilføj lidt afstand under billederne */
}
.instagramtekst{
    margin-top: 50px;
    text-align: center;
}

.instagramtekst h3{
    font-size: 30px;
    margin-bottom: 12px;
}

.carousel{
    height: 500px;
    margin-top: 30px;
    background-color: #B6312D;
    justify-content: space-between;
    width: 100%; /* Sørg for at karusellen passer til skærmens bredde */
    overflow: hidden; /* Skjul billeder, der er uden for karusellens rammer */
    white-space: nowrap; 
    display: flex;
    justify-content: center; /* Centrer indholdet horisontalt */
    align-items: center;
}

.carousel img{
    width: 400px;
}

carousel img {
    display: inline-block; /* Vis billeder ved siden af hinanden */
    max-width: 100%; /* Sørg for, at billedet ikke strækker sig ud over karusellen */
    height: auto; /* Behold billedets proportioner */
}


/******************************************************Favoritkassen start*************************************************************/
/* Container styling */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Favorite Box styling */
.favorite-box {
    margin-top: 150px;
    padding: 2rem;
    text-align: center;
    color: #000;
}

.favorite-box h2{
    font-size: 50px;
    margin-bottom: 40px;
}

.favorite-box button {
    margin-top: 50px;
    background-color: #B6312D;
    color: #fff;
    padding: 1rem 0rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
}

.favoritinformation{
    display: flex;
    justify-content: center;
}

.favoritbillede {
    margin: 20px 80px 0px 80px; /* Tilføj margen mellem boksene */
}

.favoritbillede img {
    width: 50px; /* Juster bredden efter behov */
    height: auto; /* Juster højden automatisk for at bevare proportionerne */
}

.favoritbillede p {
    margin-top: 10px; /* Tilføj lidt afstand mellem billedet og teksten */
    text-align: center; /* Juster teksten til at være centralt */
}

/* Recipe styling */

.container h2{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 40px;
}

.recipe {
    padding: 2rem 0;
    text-align: center;
}

.recipe-images {
    margin-top: 50px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
}

.recipe-item {
    position: relative;
}

.recipe-item img {
    width: 100%;
    border-radius: 3px;
}

.overlay {
    position: absolute;
    top: 30%;
    left: 0;
    background-color: #B6312D;
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 80%;
    transition: opacity 0.3s ease-in-out;
}

.recipe-item:hover .overlay {
    opacity: 1;
}

.overlay h3, .overlay p, .overlay a {
    margin: 0;
}

.overlay a {
    font-size: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
}/****************************** om os side*******************************************/

.main-container{
    position: relative;
    overflow: hidden;
}
.container {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
}

.sidenavn{
margin-top: 200px;
text-align: center;
font-size: 50px;
}
.title {
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px; /* Adjusted margin for better spacing */
    margin-top: 20px;
    color: #B6312D;
}

#titlethree{
    margin-right: 100px;
}
.about-section {
    margin-bottom: 50px; /* Added margin between sections for better separation */
}

.omos-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image {
    flex: 1;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
   
   
}

.left-image{
    position: relative;
    left: 50%;
    width: 120%;
   
}
.right-image{
    position: relative;
    right:50%;
    width: 120%;
}
.image img {
 width: 300%; /* Adjusted to take 100% of the container */
 max-width: 100%;
  height: auto;
}



.content {
    flex: 1;
    margin-right: 30px; /* Adjusted margin for better spacing */
    
}

.content p{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 20px

}
.about-section .omos-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-section .image {
    flex: 1;
    margin-right: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-section .image img {
    width: 90%;
}

.about-section .content {
    flex: 1;
    margin-right: 30px;
}


/** styling af kontakt os */



    
.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative; /* Til relative positionering af det indre indhold */
}

.contact-container h2 {
    color: #ffffff;
    font-size: 35px;
    padding-bottom: 10px;
}

.contact-container p {
    margin-bottom: 20px;
}

#kontaktoverskrift{
    color: #B6312D;
}

.kontakt-box {
    background-color: #B6312D;
    opacity: 90%;
    text-align: center;
    padding: 20px;
    max-width: 350px;
    height: 450px;
    width: 100%;
}

.kontaktbaggrund {
    background-color: #FFF5ED;
    background-image: url('img/nipponkas.png');
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start; /* Juster til venstre */
}

form {
    text-align: center;
    margin-right: 20px; /* Tilføj passende margin */
}

label {
    display: block;
    margin-bottom: 10px;
    color: #B6312D;
    border-radius: 10px;
}

input {
    width: 70%;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 15px;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid #FFF5ED;
}

button {
    padding: 11px 20px;
    background-color: #FFF5ED;
    color: #B6312D;
    border: none;
    cursor: pointer;
    margin-top: 75px;
    width: 100%;
    max-width: 200px;
    border-radius: 20px;
}


/***************************** om os side slut ******************************/

/**** styling af kurv start****/
.error-container {
    text-align: center;
}

.error-container h1 {
    color: #B6312D;
    font-size: 128px;
    margin-top: 200px;
    font-weight: bold;
    
}

.error-container p {
    color: #333;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.error-container img {
    width: 250px; /* Adjust the size as needed */
    margin-bottom: 30px;
   
    align-items: center;
    max-width: 100%;
}

.error-container button {
    padding: 10px 20px;
    background-color: #B6312D;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1em;
}
/*********************************************************MÅLTIDKASSER***************************************************************/

/*********************************************************MÅLTIDKASSER ***************************************************************/

/* Container styling */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Meal Plan Box styling */
.mealplan-box {
    margin-top: 100px;
    padding: 2rem;
    text-align: center;
    color: #000;
}

.mealplan-box h2{
    font-size: 50px;
    margin-bottom: 20px;
    color: #B6312D;
}

.mealplan-box button {
    margin-top: 0px;
    margin-bottom: 50px;
    background-color: #B6312D;
    color: #fff;
    padding: 1rem 5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
}

/* Meal Plan styling */

.container h2{
    margin-bottom: 30px;
}

.mealplan {
    padding: 2rem 0;
    text-align: center;
}

.mealplan-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Changed from repeat(2, 1fr) */
    grid-gap: 70px;
}

.mealplan-item {
    position: relative;
}

.mealplan-item img {
    width: 100%;
    border-radius: 3px;
}

.overlay {
    position: absolute;
    top: 33%;
    left: 0;
    background-color: #B6312D;
    width: 100%;
    height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 80%;
    transition: opacity 0.3s ease-in-out;
}

.mealplan-item:hover .overlay {
    opacity: 1;
}

.overlay h3, .overlay p, .overlay a {
    margin: 0;
}

.overlay a {
    font-size: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
}

/*********************************************************MÅLTIDKASSER SILJA SLUT***********************************************************/

/* Container styling */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Meal Plan Box styling */
.mealplan-box {
    margin-top: 100px;
    padding: 2rem;
    text-align: center;
    color: #000;
}

.mealplan-box h2{
    font-size: 50px;
    margin-bottom: 20px;
    color: #B6312D;
}

.mealplan-box button {
    margin-top: 0px;
    margin-bottom: 50px;
    background-color: #B6312D;
    color: #fff;
    padding: 1rem 5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
}

/* Meal Plan styling */

.container h2{
    margin-bottom: 30px;
}

.mealplan {
    padding: 2rem 0;
    text-align: center;
}

.mealplan-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Changed from repeat(2, 1fr) */
    grid-gap: 70px;
}

.mealplan-item {
    position: relative;
}

.mealplan-item img {
    width: 100%;
    border-radius: 3px;
}

.overlay {
    position: absolute;
    top: 33%;
    left: 0;
    background-color: #B6312D;
    width: 100%;
    height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 80%;
    transition: opacity 0.3s ease-in-out;
}

.mealplan-item:hover .overlay {
    opacity: 1;
}

.overlay h3, .overlay p, .overlay a {
    margin: 0;
}

.overlay a {
    font-size: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
}

.overlay button {
    background-color: #fff;
    color: #B6312D;
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
}

/*********************************************************MÅLTIDKASSER SLUT***************************************************************/



/* Opret animation */
@keyframes slide {
    0% {
        transform: translateX(0); /* Starter fra original position */
    }
    100% {
        transform: translateX(-100%); /* Billederne bevæger sig til venstre */
    }
}

/* Anvend animationen på karusellen */
.carousel img {
    animation: slide 10s linear infinite; /* 10s er varigheden af animationen */
}

footer section {
    display: flex; /* Gør section til en flex-container */
    justify-content: space-around; /* Fordeler pladsen jævnt mellem elementerne */
  }
  
  footer section > div {
    padding: 20px; /* Tilføjer padding for at give plads mellem indholdet og kanten */
  }
  
  footer section > div h3 {
    margin-bottom: 10px; /* Tilføjer lidt afstand under overskrifterne */
  }
  

  #footerlogo {
    width: 80px;
  }

