 body {
        margin: 0;
        font-family: Arial, sans-serif;
        line-height: 1.5;
    }

    h1,h2,h3,p{
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-variation-settings:
    "wdth" 100;
    }

    h1,h2,h3,h4{
      font-style: italic;
    }
    
    /* ------------- HEADER ------------- */

    header {
        background: url(/img/Nordic-Header.jpg);
        background-size: cover; 
        padding: 100px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header h1 {
        margin-top: 30px;
        color: #fff;
    }

.btn-row {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        gap: 35px;
}

.btn {
    padding: 5px 40px;
    background: #00386B;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: all 0.6s ease;
    border: 1px solid #00386B;
}

img.carat {
    margin-left: 5px;
}

a.btn:hover {
    background: transparent;
    border: 1px solid #00386B;
}

a.btn.btn-inverse {
    background: none;
    border: 1px solid #fff;
    transition: all 0.6s ease;
}

a.btn.btn-inverse:hover {
        background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.btn-clear{
  text-decoration: none;
  text-transform: uppercase;
  color: #00386B;
}

.tel{
  color: #000;
}

.language {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -25px;
}

.language img {
    margin-right: 5px;
    margin-top: -3px;
}

    /* ------------- INTRO ------------- */

  .intro {
    padding: 60px 20px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

  .intro h2 {
    font-size: 33px;
    margin-bottom: 15px;
    text-align: center;
    color: #1e2d7d;
    max-width: 80%;
}

    /* ------------- PRODUCT GRID ------------- */

    .product-card {
        background: white;
        width: 280px;
        border-radius: 6px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1 1 calc(25.333% - 16px);
    }

    .product-card h3 {
        margin-top: 12px;
        font-size: 18px;
    }

    .placeholder-img {
        width: 180px;
        height: 146px;
        /*background: #ccc;*/
    }
    
    .logo{
        max-width: 100%;
        height: auto;
    }

    .alt{
        max-width: 50%;
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    padding: 80px 80px;
    background: #8CA68B;
    background: url(/img/Category-Background.jpg);
}

.flex-container > div {
  flex: 1 0 26%;
}

.flex-container > div {
    height: 300px;
    background-color: #fff;
    /*background: url(/images/cane-sugar.png);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    position: relative;
    border-radius: 8px;
}

.flex-container > div > p {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #D4E1D3;
    font-size: 30px;
    font-style: italic;
    color: #1e2d7d;
    font-weight: bold;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid #8CA68B;
    display: none;
}

/* ------------- CONTACT SECTION ------------- */

    .contact-section {
        padding: 80px 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: #eef1ea;
        min-height: 330px;
    }

    .contact-card,
    .contact-map {
        background: white;
        padding: 30px;
        border-radius: 6px;
        text-align: left;
    }

    .contact-card{
        flex: 0.5;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .contact-map {
    flex: 2;
    background: #D4E1D3;
    background-image: url(/img/Location.png);
    background-position: right;
    background-repeat: no-repeat;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .contact-img {
        width: 100%;
        height: 150px;
        background: #ccc;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .contact-map .placeholder-img {
        height: 210px;
    }

    
.contact-details h3 {
    font-size: 35px;
    margin-top: 0;
    line-height: normal;
    color: #1e2d7d;
}

.contact-details p {
    font-weight: 600;
    line-height: normal;
}

.cta-content img {
    margin-bottom: 30px;
}

.cta-content h1, h2 {
    font-size: 40px;
    margin: 0;
    line-height: normal;
}

.cta-content p {
    font-size: 20px;
}



    /* ------------- TWO COL SECTION ------------- */

    .info-two-col {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0;
        background: #f2f2f2;
        justify-content: center;
        display: none;
    }

    .info-block {
        flex: 1;
        background: #ddd;
        padding: 30px;
        text-align: left;
    }

    .info-block h3 {
        margin-bottom: 15px;
    }

    
    /* ------------- FOOTER ------------- */

    footer {
        padding: 25px;
        background: url(/img/Footer.jpg);
        text-align: left;
    }

    img.footer-logo {
    max-width: 95px;
    margin-left: 50px;
}

    /* ------------- RESPONSIVE BREAKPOINTS ------------- */

    /* Large desktops */
    @media (min-width: 1200px) {
        header {
            padding: 140px 20px;
        }
    }

    /* Tablets and up */
    @media (min-width: 900px) {

        header h1 {
            font-size: 52px;
        }

        .product-section {
            gap: 40px;
        }

        .info-two-col {
            justify-content: space-between;
        }

        .contact-section {
            justify-content: space-between;
        }
    }

    /* Small tablets and landscape phones */
    @media (min-width: 600px) {

        .product-card {
            width: 260px;
        }

        .btn {
            font-size: 16px;
        }
    }



   .container {
      display: flex;
      flex-wrap: wrap;
      background: grey;
      min-height: 600px;
    }

    .left, .right {
      background: white;
      padding: 30px;
      flex: 1 1 45%;
      text-align: center;
    }

    h1, h2, p {
      margin: 0 0 15px 0;
    }

    .stats {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .stat {
      text-align: center;
      flex: 1 1 100px;
    }

    .stat-value {
      font-size: 45px;
      font-weight: bold;
    }

  .button {
    margin-top: 50px;
    display: inline-block;
    background: #88a88e;
    padding: 9px 50px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    min-width: 200px;
}

.left {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: lightblue;
    background: url(/img/kf-hq.jpg);
}

.right {
    padding-top: 70px;
    color: #1e2d7d;
    background: url(/img/Beets.jpg);
    background-position: bottom;
    background-size: cover;
}



.white {
    background: url(/img/White2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.cane {
    background: url(/img/Cane.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
}

.organic {
    background: url(/img/Organic.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 101%;
}

.softbrown {
    background: url(/img/Soft-brown2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 95%;
}

.sweeteners {
    background: url(/img/Sweeteners2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 95%;
}

.syrups {
    background: url(/img/Syrups2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 95%;
}

.contact-card{
    background: url(/img/henrik.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1776px) {
    .contact-card{
      border-top: 1px solid #8CA68B;
    }
}


 /* Responsive stacking */
    @media (max-width: 900px) {
      .left, .right {
        flex: 1 1 100%;
      }
      .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 70px 20px;
    background: #8CA68B;
}

.flex-container > div{
    max-height: 178px;
    margin-bottom: 30px;
}
.flex-container > div > p{
    font-size: 22px;
}

.intro h2{
    font-size: 26px;
}

.white{
    background-size: 100%;
}


    }

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.grid-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 2rem) / 3); /* three columns with gaps */
  min-width: 180px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #D4E1D3;
  box-shadow: 7px 5px 13px -4px rgba(0,0,0,0.69);
-webkit-box-shadow: 7px 5px 13px -4px rgba(0,0,0,0.69);
-moz-box-shadow: 7px 5px 13px -4px rgba(0,0,0,0.69);
}

.item-text {
    font-weight: bold;
    text-align: center;
    padding: 15px;
    font-size: 28px;
    font-style:italic;
    color: #1e2d7d;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1400px){
    .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}
.grid-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((90% - 2rem) / 3); /* three columns with gaps */
  min-width: 180px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #D4E1D3;
}
}

/* Two columns on medium screens */
@media (max-width: 900px) {
  .grid-item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

/* One column on small screens */
@media (max-width: 500px) {
  .grid-item {
    flex: 0 0 100%;
  }
}

section.products {
    padding: 50px;
    background: url(/img/Category-Background.jpg);
}

@media (max-width: 1094px){
   .contact-map{
     flex-direction: column;
     align-items: baseline;
   }
}

@media ( max-width: 768px) {
  .flex-container > div {
    flex-basis: 34%;
  }

  .contact-section{
    flex-direction: column;
    padding: 25px 25px;
  }
  .contact-map{
    flex-direction: column;
    background-image: none;
    align-items: baseline;
  }
  .contact-card{
    min-height: 280px;
    flex: 0.5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #8CA68B;
  }

  .contact-details h3{
    font-size: 26px;
  }
  .cta-content h1, h2 {
    font-size: 26px;
    margin: 0;
    line-height: normal;
}
.stat-value{
  font-size: 30px;
}
.btn-row {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
img.footer-logo{
  margin-left: 0;
}
section.products{
 padding: 30px;
}
.right{
    min-height: 250px;
}
.item-text{
  font-size: 22px;
}
}

@media ( max-width: 320px) {
  .flex-container > div {
    flex-basis: 51%;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .contact-card{
    display: none;
  }
}

@media screen and (min-width: 1210px) and (max-width: 1314px) {
      .contact-btn .btn {
    padding: 7px 30px;
}
.contact-map{
  flex-direction: column;
  align-items: unset;
}

.contact-card{
  border-left: 1px solid #8CA68B;
}

}

@media (min-width: 442px) and (max-width: 600px) {
  /* Your CSS rules here */
 .contact-card{
    display: none;
 }
}