@charset "UTF-8";
/* Varaibles */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}
body main {
  margin: 0 5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
body h1, body h2 {
  font-weight: 700;
}

/*Skip to main content code snippet fra:https://www.a11y-collective.com/blog/skip-to-main-content/ */
.screen-reader-text {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.screen-reader-text:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

header nav {
  background-color: #FFFFFF;
  border-bottom: solid 15px #ECA6A8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #443A3A;
}
header nav img {
  height: 120px;
  width: 120px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style-type: none;
}
header nav ul li a {
  text-decoration: none;
  color: #443A3A;
  font-family: "eb-garamond", serif;
  font-weight: 600;
  font-size: 25px;
}
header nav ul li a:hover {
  color: #B62B70;
}
header nav .right-ikoner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
header nav .right-ikoner .fa-bag-shopping, header nav .right-ikoner .fa-user-lock, header nav .right-ikoner .fa-magnifying-glass {
  font-size: 25px;
  color: #443A3A;
}
header nav .right-ikoner #bars {
  background-color: transparent;
  color: #443A3A;
  font-size: 30px;
  border: none;
  display: none;
}
header nav .right-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.hero-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem;
}
.hero-sec h1 {
  text-align: center;
  color: #443A3A;
  font-size: 40px;
  font-family: "eb-garamond", serif;
  padding-top: 2rem;
}
.hero-sec span {
  color: #B62B70;
  font-size: 23px;
  text-align: center;
}
.hero-sec a {
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  text-align: center;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  color: #443A3A;
  font-family: "roboto-slab", serif;
  font-weight: 500;
}
.hero-sec a:hover {
  background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  color: #FFFFFF;
}
.hero-sec a {
  margin-top: 3.5rem;
}

.ani-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 3rem;
  animation: slidemov 5s linear infinite;
}
@keyframes slidemov {
  from {
    transform: translateX(-500px);
  }
  to {
    transform: translateX(0);
  }
}
.ani-slide img {
  height: 300px;
  width: 300px;
}

.hvorfor-sec {
  background-color: #FFFFFF;
  border: solid 0px white;
  border-radius: 10px;
  margin-top: 2rem;
}
.hvorfor-sec h1 {
  text-align: center;
  color: #B62B70;
  font-size: 40px;
  font-family: "eb-garamond", serif;
  padding-top: 2rem;
}
.hvorfor-sec .punkter-del {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 5rem;
}
.hvorfor-sec .punkter-del img {
  height: 30px;
  width: 30px;
  padding-right: 1rem;
}
.hvorfor-sec .punkter-del p {
  font-family: "roboto-slab", serif;
  font-size: 25px;
  color: #443A3A;
}
.hvorfor-sec .ikoner-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 2rem;
}
.hvorfor-sec .ikoner-sec .ikon-beskrivelse {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-user-doctor, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-staff-snake, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-flask {
  color: #B62B70;
  font-size: 60px;
}
.hvorfor-sec .ikoner-sec .ikon-beskrivelse p {
  font-size: 20px;
  font-family: "roboto-slab", serif;
  color: #443A3A;
}
.hvorfor-sec .ikoner-sec .ikon-beskrivelse img {
  height: 60px;
  width: 60px;
}

.produkter-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.produkter-sec h1 {
  text-align: center;
  color: #443A3A;
  font-size: 40px;
  font-family: "eb-garamond", serif;
  padding-top: 2rem;
}
.produkter-sec span {
  color: #B62B70;
  font-size: 23px;
  margin-bottom: 2rem;
}
.produkter-sec .styl-pro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 1rem;
}
.produkter-sec .styl-pro div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.produkter-sec .styl-pro div img {
  height: 400px;
  width: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.produkter-sec .styl-pro div p {
  margin-left: 1.5rem;
  font-size: 22px;
  color: #443A3A;
  font-family: "roboto-slab", serif;
}
.produkter-sec .styl-pro div p a {
  font-size: 15px;
  font-weight: 500;
  color: #1E7B3A;
  text-decoration: none;
}
.produkter-sec .styl-pro div span {
  margin-left: 1.5rem;
  font-size: 12px;
  color: #443A3A;
}
.produkter-sec .styl-pro div span .fa-star {
  color: #B62B70;
  font-size: 25px;
}
.produkter-sec .styl-pro div .lægikurv {
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  text-align: center;
  padding: 10px 200px 10px 200px;
  text-decoration: none;
  color: #443A3A;
  font-family: "roboto-slab", serif;
  font-weight: 500;
}
.produkter-sec .styl-pro div .lægikurv:hover {
  background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  color: #FFFFFF;
}
.produkter-sec .styl-pro div .lægikurv {
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.produkter-sec #seAlle {
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  text-align: center;
  padding: 5px 40px 5px 40px;
  text-decoration: none;
  color: #443A3A;
  font-family: "roboto-slab", serif;
  font-weight: 500;
}
.produkter-sec #seAlle:hover {
  background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  color: #FFFFFF;
}
.produkter-sec #seAlle {
  margin-top: 2rem;
  font-size: 15px;
  margin-bottom: 6rem;
}

.blog1 {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.blog1 img {
  height: 60vh;
  width: 180vw;
  -o-object-fit: fill;
     object-fit: fill;
}
.blog1 div {
  margin-left: 2rem;
}
.blog1 div h2 {
  color: #B62B70;
  font-size: 32px;
  font-family: "eb-garamond", serif;
}
.blog1 div p {
  color: #443A3A;
  font-size: 20px;
  font-family: "roboto-slab", serif;
  margin-bottom: 3rem;
}
.blog1 div p a {
  text-decoration: none;
  color: #1E7B3A;
  font-weight: 500;
}
.blog1 div .blog-info {
  color: rgb(199, 197, 197);
}
.blog1 div .fa-eye {
  padding-left: 30px;
}

.blog2og3 {
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.blog2og3 .blog {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2rem;
  height: 570px;
  width: 700px;
}
.blog2og3 .blog .styl-img {
  width: 100%;
  height: 315px;
}
.blog2og3 .blog .styl-img img {
  height: 315px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog2og3 .blog div h2 {
  margin-left: 2rem;
  color: #B62B70;
  font-size: 26px;
  font-family: "eb-garamond", serif;
}
.blog2og3 .blog div p {
  color: #443A3A;
  font-size: 20px;
  font-family: "roboto-slab", serif;
  margin-left: 2rem;
}
.blog2og3 .blog div p a {
  text-decoration: none;
  color: #1E7B3A;
  font-weight: 500;
}
.blog2og3 .blog .blog-info {
  color: rgb(199, 197, 197);
  padding-top: 2rem;
}
.blog2og3 .blog .fa-eye {
  padding-left: 30px;
}

#seblogs {
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  text-align: center;
  padding: 5px 40px 5px 40px;
  text-decoration: none;
  color: #443A3A;
  font-family: "roboto-slab", serif;
  font-weight: 500;
}
#seblogs:hover {
  background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  color: #FFFFFF;
}
#seblogs {
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  left: 45%;
  right: auto;
}

.faq-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
}
.faq-sec h1 {
  text-align: center;
  color: #443A3A;
  font-size: 40px;
  font-family: "eb-garamond", serif;
  padding-top: 2rem;
}
.faq-sec span {
  color: #B62B70;
  font-size: 23px;
  margin-bottom: 2rem;
  text-align: center;
}
.faq-sec .faq-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: "roboto-slab", serif;
  width: 100%;
}
.faq-sec .faq-container .faq-items {
  padding: 4rem 15rem;
  color: #443A3A;
  font-size: 20px;
}
.faq-sec .faq-container .faq-items button {
  border: none;
  color: #443A3A;
  text-align: left;
  border-bottom: solid 1px #ECA6A8;
  width: 100%;
  font-family: "roboto-slab", serif;
  font-size: 30px;
  background-color: #FFFFFF;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.faq-sec .faq-container .faq-items p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.faq-sec .faq-container .faq-items .answer {
  display: none;
}
.faq-sec .faq-container .faq-items .answer.active {
  display: block;
}
.faq-sec .faq-container .faq-items .fa-plus {
  color: #B62B70;
}
.faq-sec .faq-container .faq-items .fa-xmark {
  display: none;
  color: #B62B70;
}
.faq-sec .faq-container .faq-items .question {
  position: relative;
}
.faq-sec .faq-container .faq-items .fa-plus, .faq-sec .faq-container .faq-items .fa-xmark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-sec .faq-container .faq-items .question.open .fa-plus {
  display: none;
}
.faq-sec .faq-container .faq-items .question.open .fa-xmark {
  display: block;
}
.faq-sec #seFAQ {
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  text-align: center;
  padding: 5px 40px 5px 40px;
  text-decoration: none;
  color: #443A3A;
  font-family: "roboto-slab", serif;
  font-weight: 500;
}
.faq-sec #seFAQ:hover {
  background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
  color: #FFFFFF;
}
.faq-sec #seFAQ {
  font-size: 15px;
  margin-top: 3rem;
}

.insta-sec {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.insta-sec div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.insta-sec div img {
  height: 50vh;
  width: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
}
.insta-sec p {
  height: 50vh;
  width: 25vw;
  text-align: center;
  font-size: 25px;
  font-family: "eb-garamond", serif;
  font-weight: 700;
  color: #443A3A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 2px transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
}
.insta-sec .fa-instagram {
  font-size: 50px;
  color: #B62B70;
}

.reviews-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reviews-sec h1 {
  text-align: center;
  color: #443A3A;
  font-size: 40px;
  font-family: "eb-garamond", serif;
  padding-top: 2rem;
}
.reviews-sec span {
  color: #B62B70;
  font-size: 23px;
  margin-bottom: 1rem;
}
.reviews-sec .arrow-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
}
.reviews-sec .arrow-nav button {
  border: solid 1px rgb(202, 197, 197);
  border-radius: 50px;
  padding: 10px 10px;
  background-color: #FFFFFF;
  margin-right: 0.5rem;
}
.reviews-sec .reviews-container {
  display: flex;
  gap: 2rem;
  overflow-x: hidden;
  width: 100%;
}
.reviews-sec .reviews-container .review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 25vw;
  flex-shrink: 0;
}
.reviews-sec .reviews-container .review h2 {
  color: #B62B70;
  padding-left: 1rem;
}
.reviews-sec .reviews-container .review p {
  font-family: "roboto-slab", serif;
  font-size: 18px;
  color: #443A3A;
  padding: 0 1rem;
}
.reviews-sec .reviews-container .review .author {
  color: #B62B70;
  font-weight: 500;
}

.styl-toTop {
  background-color: #B62B70;
  border: none;
  border-radius: 30%;
  padding: 10px 10px;
  margin-top: 2rem;
  position: fixed;
  left: auto;
  right: 1rem;
}
.styl-toTop .fa-angle-up {
  color: #FFFFFF;
  font-size: 25px;
}

footer {
  background-color: #FFFFFF;
  border-top: solid 15px #ECA6A8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
}
footer .styl-brandname {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .styl-brandname img {
  height: 150px;
  width: 150px;
  padding-right: 1rem;
}
footer .styl-brandname h1 {
  color: #443A3A;
  font-size: 100px;
  font-family: "eb-garamond", serif;
  font-weight: 500;
}
footer .footer-indhold {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
footer .footer-indhold p {
  text-align: center;
  font-size: 18px;
  font-family: "roboto-slab", serif;
}
footer .footer-indhold h2 {
  font-size: 25px;
  font-family: "eb-garamond", serif;
  font-style: normal;
  color: #B62B70;
  text-align: center;
}
footer .footer-indhold p a {
  text-decoration: none;
  color: #443A3A;
}
footer .footer-indhold p a:hover {
  color: #B62B70;
  border-bottom: solid 1px #B62B70;
}
footer .footer2 {
  border: solid 2px #ECA6A8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
footer .footer2 .fa-facebook-f, footer .footer2 .fa-instagram {
  color: #B62B70;
  font-size: 25px;
  margin-right: 0.5rem;
}

/*--------------- tablet og  mobile----------------------  */
@media screen and (max-width: 768px) {
  body main {
    margin: 0 1rem;
  }
  header nav ul {
    display: none;
  }
  header nav .right-ikoner {
    gap: 20px;
  }
  header nav .right-ikoner #bars {
    display: block;
  }
  header nav .right-bar {
    display: none;
  }
  header nav ul.show {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 155px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
  }
  header nav button#bars {
    background-color: #FFFFFF;
    border: none;
    color: #B62B70;
  }
  .hvorfor-sec .punkter-del {
    margin-left: 0.5rem;
  }
  .hvorfor-sec .punkter-del img {
    height: 25px;
    width: 25px;
    padding-right: 1rem;
  }
  .hvorfor-sec .punkter-del p {
    font-size: 20px;
  }
  .hvorfor-sec .ikoner-sec {
    gap: 1rem;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-user-doctor, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-staff-snake, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-flask {
    font-size: 40px;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse p {
    font-size: 18px;
    text-align: center;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse img {
    height: 40px;
    width: 40px;
  }
  .produkter-sec {
    flex-wrap: wrap;
  }
  .produkter-sec .styl-pro {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .produkter-sec .styl-pro div {
    width: 100%;
  }
  .produkter-sec .styl-pro div img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .produkter-sec .styl-pro div .lægikurv {
    border: solid 2px transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
    text-align: center;
    padding: 10px 0 10px 0;
    text-decoration: none;
    color: #443A3A;
    font-family: "roboto-slab", serif;
    font-weight: 500;
  }
  .produkter-sec .styl-pro div .lægikurv:hover {
    background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
    color: #FFFFFF;
  }
  .produkter-sec .styl-pro div .lægikurv {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .blog1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .blog1 img {
    height: 55vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .blog1 div {
    margin-left: 0.5rem;
    flex-wrap: wrap;
  }
  .blog1 div h2 {
    margin-left: 0.5rem;
    font-size: 25px;
  }
  .blog1 div p {
    margin: 0.5rem;
  }
  .blog2og3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .blog2og3 .blog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .blog2og3 .blog img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .blog2og3 .blog div h2 {
    margin-left: 1rem;
    font-size: 25px;
  }
  .blog2og3 .blog div p {
    margin-left: 1rem;
  }
  .blog2og3 .blog .fa-eye {
    padding-left: 15px;
  }
  #seblogs {
    left: 30%;
    right: auto;
  }
  .faq-sec .faq-container {
    width: 100%;
  }
  .faq-sec .faq-container .faq-items {
    padding: 4rem 0.5rem;
    font-size: 20px;
  }
  .faq-sec .faq-container .faq-items button {
    width: 100%;
    font-family: "roboto-slab", serif;
    font-size: 23px;
  }
  .insta-sec div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .insta-sec div img {
    height: 20vh;
  }
  .insta-sec div p {
    height: 20vh;
    font-size: 18px;
  }
  .insta-sec div .fa-instagram {
    font-size: 30px;
  }
  .reviews-sec .reviews-container {
    overflow-x: auto;
  }
  .reviews-sec .reviews-container .review {
    width: 50vw;
  }
  footer .styl-brandname img {
    height: 120px;
    width: 120px;
    padding-right: 0.5rem;
  }
  footer .styl-brandname h1 {
    font-size: 50px;
  }
  footer .footer-indhold {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
}
/* medium devices (lanscape tablet 768px and up) */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  body main {
    margin: 0 3rem;
  }
  header nav {
    padding: 0.3rem 0.3rem;
  }
  header nav img {
    height: 90px;
    width: 90px;
  }
  header nav ul {
    gap: 15px;
  }
  header nav ul li a {
    font-size: 19px;
  }
  header nav .right-ikoner {
    gap: 20px;
  }
  header nav .right-ikoner .fa-bag-shopping, header nav .right-ikoner .fa-user-lock, header nav .right-ikoner .fa-magnifying-glass {
    font-size: 23px;
  }
  .hvorfor-sec .punkter-del {
    margin-left: 2rem;
  }
  .hvorfor-sec .punkter-del p {
    font-size: 23px;
  }
  .hvorfor-sec .ikoner-sec {
    gap: 1rem;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-user-doctor, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-staff-snake, .hvorfor-sec .ikoner-sec .ikon-beskrivelse .fa-flask {
    font-size: 55px;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse p {
    text-align: center;
  }
  .hvorfor-sec .ikoner-sec .ikon-beskrivelse img {
    height: 55px;
    width: 55px;
  }
  .produkter-sec {
    flex-shrink: 0;
  }
  .produkter-sec .styl-pro {
    width: 100%;
  }
  .produkter-sec .styl-pro div {
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
    min-height: 580px;
    width: 100%;
  }
  .produkter-sec .styl-pro div img {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .produkter-sec .styl-pro div p {
    font-size: 18px;
  }
  .produkter-sec .styl-pro div .lægikurv {
    border: solid 2px transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
    text-align: center;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    color: #443A3A;
    font-family: "roboto-slab", serif;
    font-weight: 500;
  }
  .produkter-sec .styl-pro div .lægikurv:hover {
    background: linear-gradient(#1E7B3A, #1E7B3A) padding-box, linear-gradient(90deg, #ECA6A8, #B62B70, #1E7B3A) border-box;
    color: #FFFFFF;
  }
  .produkter-sec .styl-pro div .lægikurv {
    width: 95%;
    box-sizing: border-box;
    margin-left: 10px;
    margin-bottom: 0.5rem;
  }
  .blog1 {
    flex-shrink: 0;
    margin-bottom: 1rem;
    min-height: 400px;
  }
  .blog1 img {
    width: 30vw;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog1 div {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blog1 div h2 {
    font-size: 28px;
  }
  .blog1 div p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .blog2og3 {
    flex-shrink: 0;
  }
  .blog2og3 .blog {
    max-height: 600px;
    width: 700px;
    margin-top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
  }
  .blog2og3 .blog .styl-img {
    width: 100%;
    height: 315px;
  }
  .blog2og3 .blog .styl-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .blog2og3 .blog div h2 {
    margin-top: 0;
    font-size: 26px;
  }
  .blog2og3 .blog div p {
    font-size: 18px;
    margin-left: 2rem;
    margin-top: 0;
  }
  .blog2og3 .blog #blog-info {
    padding-top: 1rem;
  }
  .faq-sec .faq-container {
    width: 100%;
  }
  .faq-sec .faq-container .faq-items {
    padding: 4rem 2rem;
    font-size: 20px;
  }
  .faq-sec .faq-container .faq-items button {
    width: 100%;
    font-size: 23px;
  }
  .insta-sec div img {
    height: 30vh;
    width: 20vw;
  }
  .insta-sec div p {
    height: 30vh;
    width: 20vw;
    font-size: 18px;
  }
  .insta-sec div .fa-instagram {
    font-size: 30px;
  }
  .reviews-sec .reviews-container {
    overflow-x: auto;
  }
  .reviews-sec .reviews-container .review {
    width: 30vw;
  }
}/*# sourceMappingURL=style.css.map */