@import url("https://fonts.googleapis.com/css2?family=Corinthia&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:wght@300;400;500;600&family=Poppins:wght@300;400;600;800&display=swap");

.body {
  background-color: #eeeeee;
  background: linear-gradient(0deg, #9c9c9c 15%, #ebebeb 100%);
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
}

.header {
  background-color: #010101d5;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navbar {
  width: 100%;
}

#nav-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.logo {
  width: 10%;
  text-align: center;
}

.logo-img {
  margin: 0;
  width: 70%;
}

.nav-lead {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

#nav-button {
  width: 200px;
  color: #e2e2e2;
  background-color: #0c8a08;
  padding: 0.3rem 0.9rem;
  margin: 0.5rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 8px 4px #5f5f5f66;
  -moz-box-shadow: 0px 0px 8px 4px #5f5f5f66;
  box-shadow: 0px 0px 8px 4px #5f5f5f66;
}

.flag {
  width: 20px;
}

.dropdown {
  margin-top: 8px;
  margin-right: 8px;
  width: 18%;
}

.fa-regular {
  margin-right: 4%;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3%;
}

.container00 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.product-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-box {
  padding: 0 3%;
  width: 30%;
}
.img {
  text-align: center;
}
.product-img {
  width: 80%;
}
.headline {
  width: 100%;
  text-align: center;
}

.title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.weight {
  font-size: 1.4rem;
}

.stars {
  margin-top: -1%;
  margin-bottom: 0;
  width: 100px;
}

.subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.table-box {
  margin-top: 1%;
  padding: 1%;
  width: 70%;
  background-color: #ecebeb;
  box-shadow: 9px 9px 35px #a0a09f7e, -9px -9px 35px #ecebeb62;
  border-radius: 5px;
}

.table {
  border-collapse: collapse;
  margin-bottom: 2%;
}

.table tr {
  border-bottom: 1px solid #464646;
  padding: 8px 12px;
}

.table td {
  padding: 4px;
}

.table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.value-content {
  padding: 2% 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.info-box {
  padding: 3%;
  box-shadow: 9px 9px 35px #a0a09f7e, -9px -9px 35px #646464b6;
  text-shadow: 1px 2px 4px #00000050;
  border-radius: 5px;
}

.box11 {
  background-image: url(/images/bg-forest.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.box12 {
  background-image: url(/images/bg-happyworkers.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.box13 {
  background-image: url(/images/bg-seeds.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.value {
  font-size: 1.6rem;
  font-weight: 700;
}
.text-value {
  font-size: 1.1rem;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  background-color: #ebebebc4;
  border-radius: 10px;
  padding: 0.5rem;
  padding-bottom: 2rem;
}

.contact-text {
  color: #010101d5;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 4%;
  text-align: center;
}

.formHeadline {
  margin-bottom: 0;
}

form {
  width: 98%;
}

.contact-form {
  background-color: #010101d5;
  border-radius: 10px;
  width: 96%;
  padding: 3%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: #010101d5;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1% 0;
}

.main-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-side {
  padding: 0;
  width: 33%;
  height: auto;
  text-align: left;
}

.footer-logo {
  width: 20%;
  height: auto;
}

.footer-lead {
  width: 33%;
  text-align: center;
}

h6.lead {
  color: #e0e0e0;
  margin-bottom: 0.1rem;
  font-family: sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

a.footer-link {
  text-decoration: none;
  font-size: 0.8rem;
}

a.footer-link:link {
  color: #b9b9b9;
  text-decoration: none;
}
a.footer-link:visited {
  color: #7a0c04;
  text-decoration: none;
}
a.footer-link:hover {
  text-decoration: underline;
  color: white;
}
.email {
  margin-bottom: 0;
}

.languages {
  width: 33%;
  text-align: right;
}

.footer-flags {
  width: 60%;
}

.footer-copy {
  margin: 0.5rem 3rem;
  padding: 0;
  color: #b9b9b9;
  font-size: 0.7rem;
  line-height: 50%;
}

.merciSection {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  gap: 1%;
}
.merciContainer {
  background-color: #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0.2rem;
  width: 50%;
}
.merciLogo {
  width: 20%;
  max-width: 30px;
}
.merciTitle {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.merciText {
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0;
}

@media (max-width: 1073px) {
  .logo-img {
    width: 60%;
  }

  #nav-button {
    width: 180px;
    padding: 0.2rem 0.6rem;
    margin: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .dropdown {
    margin-top: 0;
    margin-right: 5px;
    width: 18%;
  }

  .title {
    font-size: 1.6rem;
    line-height: 90%;
  }

  .weight {
    font-size: 1.2rem;
  }

  .stars {
    width: 80px;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .table {
    font-size: 0.9rem;
  }

  .value {
    font-size: 1.2rem;
  }
  .text-value {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .footer-logo {
    width: 30%;
    height: auto;
  }

  .footer-flags {
    width: 80%;
  }

  .merciContainer {
    width: 60%;
  }
}
@media (max-width: 700px) {
  #nav-elements {
    padding: 0;
  }
  .logo {
    width: 12%;
  }

  .logo-img {
    width: 80%;
  }

  .nav-lead {
    width: 40%;
  }

  #nav-button {
    width: 98%;
    padding: 0.2rem 0.6rem;
    margin: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .dropdown {
    width: 20%;
    margin-left: 2%;
    margin-right: 10px;
  }

  .product-img {
    width: 90%;
  }

  .title {
    font-size: 1.2rem;
  }

  .weight {
    font-size: 1rem;
  }

  .stars {
    width: 60px;
  }

  .subtitle {
    font-size: 0.8rem;
  }

  .table {
    font-size: 0.8rem;
  }

  .value {
    font-size: 1.1rem;
  }
  .text-value {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .footer {
    font-size: 0.7rem;
  }

  h6.lead {
    font-size: 0.7rem;
  }

  a.footer-link {
    font-size: 0.6rem;
  }

  .footer-flags {
    width: 84%;
  }

  .footer-copy {
    font-size: 0.6rem;
  }
  .merciContainer {
    width: 80%;
  }
  .merciTitle {
    font-size: 1rem;
    font-weight: 700;
  }
  .merciText {
    font-size: 0.8rem;
  }
}
@media (max-width: 570px) {
  .logo {
    width: 15%;
  }

  .nav-lead {
    width: 48%;
  }

  #nav-button {
    font-size: 0.6rem;
    font-weight: 700;
  }

  .dropdown {
    margin-right: 20px;
  }

  .container00 {
    align-items: center;
  }
  .product-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .product-box {
    padding: 0 3%;
    width: 65%;
  }

  .headline {
    text-align: center;
    margin-left: 0;
  }
  .title {
    font-size: 1.8rem;
  }

  .weight {
    font-size: 1.2rem;
  }

  .stars {
    width: 100px;
  }

  .subtitle {
    font-size: 1rem;
  }

  .table-box {
    width: 94%;
    margin: 0 3%;
  }
  .table {
    font-size: 0.7rem;
  }

  .value-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 3%;
  }

  .value {
    font-size: 1rem;
  }
  .text-value {
    font-size: 0.7rem;
    font-weight: 700;
  }

  .contact-content {
    width: 94%;
  }

  .contact-text {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .form {
    font-size: 0.7rem;
  }

  .form button {
    margin-top: 1.2rem;
    padding: 0.5rem;
  }

  .footer-logo {
    width: 36%;
  }

  h6.lead {
    font-size: 0.6rem;
  }

  a.footer-link {
    font-size: 0.5rem;
  }
  .footer-copy {
    font-size: 0.4rem;
  }

  .footer-flags {
    width: 98%;
  }

  .merciSection {
    height: 92vh;
  }
}
@media (max-width: 390px) {
  .nav-lead {
    width: 60%;
  }
  #nav-button {
    font-size: 0.5rem;
    font-weight: 800;
  }

  .title {
    font-size: 1.2rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }
  .table-box {
    min-width: 270px;
  }

  h6.lead {
    font-size: 0.5rem;
  }

  a.footer-link {
    font-size: 0.4rem;
  }
  .footer-copy {
    font-size: 0.4rem;
  }
}
