* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'gruppo';
    line-height: 1.3;
    outline: none;

}

@font-face {
    font-family: nippon;
    src: url(/font/AGENOVA.ttf);
}

a{
  text-decoration: none;
  color: white;
}

.mobile-container {
    margin: auto;
    max-width: 480px;
}

header{
    position: relative;
}

:root {
    --background: #f0e9eb;
    --red: #e02d3b;
    --green: #b0d17a;
    --black: #1e1e1e;
    }

body {
    background-color: #f0e9eb;
    width: 100%;
}

/* FILLERS */
.filler {
    height: 150px;
}

.small-filler {
    height: 40px;
}

/* LINES */

.horisontal-line {
    width: 80%;
    height: 1px;
    border-radius: 1px;
    background-color: #e02d3b;
    margin-inline: auto;
    margin-top: 30px;
}

/* Header */
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #1e1e1e;
    height: 90px;
    padding: 1em;
    background-color: var(--background);
  }

  .nav-logo img {
    width: 50px;
  }

  .menu-man img {
    width: 25px;
  }

  .menu-man {
    display: flex;
    padding-left: 300px;
  }
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }

  
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #1e1e1e;
    position: absolute;
    height: 4px;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(45deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-45deg);
  }

  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    font-family: 'nippon';
    color: #e02d3b;
    background-color: var(--background);
  }

  .menu li a{
    font-family: 'nippon';
    text-decoration: none;
    color: #e02d3b;

  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }


/*Forside-top styling*/
.hero {
    width: 100%;
    height: 300px;
    background-color: var(--background);
    align-items: center;
    margin-inline: auto;

}

.frame{
    width: 300px;
    height: 300px;
    margin-top: -50px;
    position: relative;
    margin-inline: auto;
}


.hero-video {
    width: 125px;
    height: 125px;
    border-radius: 75px;
    background-color: #e02d3b;
    position: absolute;
    left: 0;
    top: 120px;

}

.hero-picture {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 60px;
    left: 80px;
    transform: translate(-50%,);
}

.hero-picture img{
    width: 100%;
}

.big-logo {
    width: 175px;
    height: 175px;
    right: 0;
    top: 180px;
    position: absolute;
}

.big-logo img{
    width: 100%;
}

/*Grøn bar forside*/

.start-bar {
    width: 80%;
    height: 90px;
    background-color: var(--green);
    border-radius: 35px;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.start-bar-number {
    color: white;
    font-size: 40px;
}

.start-bar-number {
    align-items: center;
}

.verticel-line {
    width: 5px;
    height: 80%;
    border-radius: 20px;
    background-color: white;

}

/*måltidskasser på forside*/

.sub-box-container {
    background-color: #f0e9eb;
    width: 100%;
    height: 100%
}

.sub-box-container h1 {
    color: #1e1e1e;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-family: 'nippon';
}

.sub-box-right {
    display: flex;
}

.sub-box-text {
    margin: auto;
}

.sub-box-text h2 {
    margin: 15px auto;
    text-align: center;
    font-family: 'nippon';
}

.sub-box-text p {
    margin: auto;
    width: 70%;
}

/*Knap til vælg kasse, forside*/
.box-selection {
    width: 150px;
    height: 40px;
    background-color: #b0d17a;
    border-radius: 25px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/*måltidskasser forside billeder*/
.sub-box-picture {
    width: 40%;
}

.sub-box-picture img {
    width: 150px;
    float: right;
    margin: 20px 0px;
}

.sub-box-picture-left {
    width: 40%;
}

.sub-box-picture-left img {
    width: 150px;
    float: left;
    margin: 20px 0px;
}

.sub-box-left {
    display: flex;
}

.sub-box-left .sub-box-text {
    order: 2;
}

/*Bund af forside "hvorfor Nippon"*/
.why-container {
    height: 400px;
}

.circle {
    background-color: #e02d3b;
    border-radius: 150px;
    width: 300px;
    height: 300px;
    margin-inline: auto;
    display: flex;
    margin-top: 20px;
}

.why-container h3{
    text-align: center;
    font-size: 30px;
    font-family: 'nippon';
}

.circle-text {
    border-radius: 150px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.circle-text p{
    color: #f0e9eb;

}

/*Start styling "LUKSUS KASSEN"*/
.box-info {
    background-image: url(/img/4x/box-background@4x.png);
    width: 100%;
    height: 500px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-info h1 {
    font-family: 'nippon';
    font-size: 40px;
    padding-top: 50px;
    margin-left: 50px;
}

.box-info-text{
    margin-left: 50px;
    margin-top: 10px;
    width: 150px;
    color: #f0e9eb;
}

/*Fixed -green order-bar */

.order {
    width: 400px;
    height: 110px;
    background-color: var(--green);
    border-radius: 35px;
    margin-inline: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%);
    z-index: 1000;
}

.order-section {
    padding: 20px;
}

.order-article {
    display: flex;
    gap: 20px;
}

.order-icon img {
    width: 30px;
}

/*Knap -green order-bar "Bestil"*/
.order-btn {
    width: 110px;
    height: 40px;
    background-color: #f0e9eb;
    border-radius: 25px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-btn a {
    color: #1e1e1e;
}

.order p {
    color: #f0e9eb;
    margin-left: 15%;
}

.order p span {
    font-size: 40px;
}

/* Indhold modalboks "Bestil måltidskasse" styling */
.boxed label {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'nippon';
    line-height: 40px;
    border-radius: 20px;
    border: solid 2px #e02d3b;
    transition: all 0.3s;
    margin-right: 10px;
  }
  
  .boxed input[type="radio"] {
    display: none;
  }
  
  .boxed input[type="radio"]:checked + label {
    background-color: #e02d3b;
  }

  h2 {
    font-family: 'nippon';
  }

  .days{
    display: flex;
  }

  .days label {
    justify-content: space-between;
    width: 70px;
    height: 70px;
    text-align: center;
    font-family: 'nippon';
    line-height: 70px;
    border-radius: 40px;
    border: solid 2px #e02d3b;
    transition: all 0.3s;
    margin-inline: auto;  
    margin-bottom: 20px;
}

  
  .days input[type="radio"] {
    display: none;
  }
  
  .days input[type="radio"]:checked + label {
    background-color: #e02d3b;
    color: #f0e9eb;

  }

  .payment{
    display: flex;
    flex-direction: column;
}

  .payment label {
    width: 300px;
    height: 50px;
    text-align: center;
    font-family: 'nippon';
    line-height: 50px;
    border-radius: 20px;
    border: solid 2px #e02d3b;
    transition: all 0.3s;
    margin-inline: auto;  
    margin-bottom: 20px;
}

  
  .payment input[type="radio"] {
    display: none;
  }
  
  .payment input[type="radio"]:checked + label {
    background-color: #e02d3b;
    color: #f0e9eb;
  }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    top: 0;
    margin-inline: auto;
    width: 480px; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255, 255, 255); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.5); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border-radius: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #e02d3b;
    text-decoration: none;
    cursor: pointer;
  }


/* "Kvalitet i fokus" LUKSUS KASSEN Ikoner og tekst */

.icon-box h2 {
    font-family: 'nippon';
    text-align: center;
}

.icon-text img {
    width: 30px;
}

.icon-text {
    width: 80%;
    padding-top: 30px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 20% 80%;
    
}

/* Ugens menu */

.menuen h2 {
    font-family: 'nippon';
    text-align: center;
    padding-top: 60px;
}

.menuen h3 {
    text-align: center;
}

.weekly-menuen-recipe img {
    width: 100px;
}

.weekly-menuen-recipe {
    display: grid;
    grid-template-columns: 30% 70%;
    width: 80%;
    margin-inline: auto;
    padding-top: 30px;
}



/* Måltidskasse slut beskrivelse */

.box-description h2 {
    font-family: 'nippon';
    text-align: center;
    padding-top: 60px;
}

.box-description {
    height: 650px;
}

.box-description-text {
    width: 70%;
    margin-inline: auto;
    margin-top: 30px;
}

/* FIXKED BACKGROUND */

.fixed-background {
    background-image: url(/img/4x/fixed@4x.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:contain;
    width: 480px;
    height: 2000px;
    background-position-y: 90px;
    
}

/* HVID BAGGRUND WRAPPER */

.wrapper {
    background-color: white;
    width: 80%;
    height: 100%;
    border-radius: 50px;
    margin-inline: auto;
    padding: 40px;

}

.wrapper-beef {
    background-color: white;
    width: 80%;
    height: 92%;
    border-radius: 50px;
    margin-inline: auto;

}

.wrapper-order {
    background-color: white;
    width: 80%;
    height: 100%;
    border-radius: 50px;
    margin-inline: auto;
    padding: 40px;
    padding-bottom: 100px;

}



.inside-wrapper {
    display: flex;
    width: 80%;
    padding-top: 40px;
    margin-inline: auto;
}

.recipe-picture {
    width: 40%;
}

.recipe-picture img {
    width: 100px;
}

.recipe-details {
    margin-left:20px;
    display: flex;
    flex-direction: row;
    width: 300px;
    flex-wrap: wrap;
    justify-content: space-around;


}

.recipe-details h2 {
    width: 100%;
    font-family: 'nippon';
}

.recipe-details img{
    width: 20px;
    height: 20px;
}

.recipe-details p {
    font-size: 20px;
    color: #e02d3b;
    font-family: 'nippon';
}

.recipe-description {
    width: 80%;
    margin-inline: auto;
    padding-top: 10px;
}

.ingrediens h2 {
    font-family: 'nippon';
    margin-top: 30px;
}

.ingrediens {
    text-align: center;
}


.how-to h2 {
    font-family: 'nippon';
    margin-top: 30px;
    text-align: center;
}

.order-headline {
    font-family: 'nippon';
    text-align: center;
    margin-bottom: 20px;
}



.orderet-list {
    width: 60%;
    margin-inline: auto;
    padding-top: 30px;
}

li::marker{
    color: #e02d3b;
    font-family: 'nippon';
}

h1 {
    font-family: 'nippon';
    text-align: center;
    font-size: 30px;
}



.wrapper h2 {
    font-family: 'nippon';
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.delivery {
    list-style: none;
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #e02d3b;
    margin-top: 10px;
    margin-bottom: 10px;

}



.date-left {
    float: left;

    
}

.text-right{
    float: right;
}

.text-right span {
    font-size: 30px;
    font-family: 'nippon';
}

.picture-left img {
    float: left;
    width: 20px;

    
}
.my-recipe-btn {
    background-color: #b0d17a;
    width: 80%;
    height: 80PX;
    border-radius: 100px;
    margin-inline: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'nippon';
    font-size: 20px;
}

.cancel-btn {
    background-color: #e02d3b;
    color: #f0e9eb;
    width: 80%;
    height: 80PX;
    border-radius: 100px;
    margin-inline: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'nippon';
    font-size: 20px;
}

.search {
    border-style: none;
    font-size: 24px;
}

.search input [type=text] {
    border-style: none;
}

.myrecipes h2 {
    font-family: 'nippon';
    text-align: center;
    padding-top: 10px;
}

.myrecipes h3 {
    text-align: center;
}

.myrecipes img {
    width: 100px;
}

.my-recipe-list img {
    width: 80px;
}

.my-recipe-list {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    width: 100%;
    margin-inline: auto;
    padding: 10px 0px;
    align-items: center;
}




#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;

}

#myUL li a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  border-bottom: 1px solid #e02d3b;
}



/*Simone*/


.logo {
    width: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 300px;
    
}

.account {
    margin-right: 15px;
    width: 25px;
}

.navigation{
    width: 480px;
    position: relative;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 450px;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 60px;
  border-bottom-left-radius: 20px;
}

.sidepanel a {
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  font-size: 18px;
  color: #111;
  display: block;
  text-align: center;
  transition: 0.3s;
  margin-left: -4%;
}

.sidepanel a:hover {
  color: #e12d3a;
}

.sidepanel .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 36px;
  color: black;
  right: 25px;
  border: none;
}

.openbtn:hover {
  color: #e12d3a;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;
}

/* Set a style for all buttons */
#btn-2 {
  padding: 8px 70px 8px 70px;
  margin-left: 10%;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;

}

button:hover {
  opacity: 0.8;
}

#btn-3 {
  width: 90%;
  padding: 10px 70px 10px 70px;
  margin-left: 5%;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;
}

/* Center Log in and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 2px 0;
  position: relative;
}

.container {
  font-size: 12px;
  padding: 16px;
}

h2 {
  margin-top: 20%;
}



/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.hejsa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: -2%;
  margin-bottom: 3%;
}

.psw {
  margin: 5%;
  font-size: 12px;
  float: right;
}

.or-box {
  margin: 5%;
  display: flex;
  align-items: center;

}

.line {
  width: 100%;
  height: 1px;
  background-color: #000;
}

p {
  font-size: 12px;
}

.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #393939;
  color: white;
}

.col {
display: flex;
flex-direction: column;
margin-bottom: 5%;
}

.col a {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 3%;
  opacity: 0.85;
  padding: 12px 70px 12px 70px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;
}

input:hover,
.btn:hover {
  opacity: 1;
}

.new-account {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10%;
}

.new-account a {
  color: #e12d3a;
}

/* Sådan fungere det underside*/

h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15%;
 
}

.infographic {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 15%;
  margin-top: 5%;
}

.infographic-img img {
  width: 100%;
}

article {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.truck-img img {
  width: 135%;
}

footer {
    height: 200px;
    background-color: #1e1e1e;

}

.footer-logo img {
    width: 80px;
    display: flex;
    
}