#industry-landingpage p, h1, h2, h3 {
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.site-main-industry-landingpage {
  width: 100%;
}

#row-gap-margin {
  margin-bottom: 100px;
}

#row-gap-padding {
  padding-top: 100px !important;
}

.contained-width {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0px 30px !important;
}

#contained-width-id {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0px 30px !important;
}

.industry-landingpage-top-pattern {
  object-fit: cover !important;
  width: 100%;
  margin-top: -100px;
  position: relative;
  z-index: 9999;
}

#pattern-height-id {
  height: 10px;
}

#industry-landingpage.entry-content div.panel-grid:first-child {
  margin-top: unset !important;
}

.industry-landingpage-hero-image {
  margin-top: -85px;
  height: 75dvh;
  position: relative;
}
.industry-landingpage-hero-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* offset own size */
  width: 90%;
}
@media all and (max-width: 450px) {
  .industry-landingpage-hero-image .industry-landingpage-hero-text-container {
    top: 55%;
  }
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-text {
  text-align: center;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-text .industry-landingpage-hero-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-text .industry-landingpage-hero-text {
  font-size: 20px;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-button-container {
  display: flex;
  justify-content: center;
  gap: 17px;
  flex-wrap: wrap;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-button-container .industry-landingpage-hero-button-green {
  background-color: #374818;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
}
.industry-landingpage-hero-image .industry-landingpage-hero-text-container .industry-landingpage-hero-button-container .industry-landingpage-hero-button-yellow {
  background-color: #ECC949;
  color: #374818;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
}

/* ----------- PRODUKTSORTIMENT ---------- */
.industry-landingpage-products-top-pattern {
  object-fit: cover !important;
  width: 100%;
  margin-top: -50px;
}

.industry-landingpage-products-container {
  padding: 50px 0 150px 0;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #F4F4F0;
  margin-top: -50px;
}

.industry-landingpage-products-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.industry-landingpage-products-title-container .industry-landingpage-products-button {
  background-color: #374818;
  color: white;
  padding: 10px 24px;
  line-height: normal;
  border-radius: 3009px;
  font-size: 17px;
}

.industry-landingpage-products-title {
  font-size: 36px !important;
  font-weight: 700 !important;
}

.industry-landingpage-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.d-flex-just-c {
  display: flex;
  justify-content: center;
}

.industry-product {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  border-radius: 16px;
  text-align: center;
  background-color: #FDFDFC;
  transition: all 0.25 sease-in-out;
}

.industry-product-image {
  width: 150px;
  height: 250px;
  object-fit: scale-down;
}

.industry-woo-text-name-wrap {
  text-align: center;
  font-weight: 500 !important;
  font-size: 21px;
  min-height: 50px;
}
.industry-woo-text-name-wrap p {
  font-size: 20px !important;
  font-weight: 700;
}

.industry-woo-text-wrap {
  width: 100%;
  padding: 15px 25px 50px 25px;
  text-align: left;
  line-height: 22px;
  text-align: center;
}

.industry-product-display-link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  position: relative;
}

/* ----------------ANYTHING CAORUSEL ---------------- */
#services-carousel .widget_sow-anything-carousel .slick-dots {
  width: 100%;
  text-align: right !important; /* fallback */
  text-align: end !important; /* logical, supports RTL/LTR */
  margin-left: -10px !important;
}

#services-carousel .sow-carousel-container {
  min-height: 300px;
  min-height: 300px;
}
#services-carousel .sow-carousel-container img {
  max-height: 300px;
  min-height: 300px;
  border-radius: 8px;
  object-fit: cover !important;
  position: relative;
}

#services-carousel .sow-carousel-content {
  position: relative;
}
#services-carousel .sow-carousel-content #carousel-text-container {
  position: absolute;
  top: 45%;
  left: 5%;
}
#services-carousel .sow-carousel-content span, #services-carousel .sow-carousel-content h2, #services-carousel .sow-carousel-content p {
  line-height: normal;
  color: white;
  hyphens: auto;
}

/* ---------- ARTICLES ---------- */
.industry-landingpage-articles {
  padding-bottom: 100px !important;
}

.industry-landingpage-articles-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.industry-landingpage-articles-title-bar .industry-articles-title-bar-title {
  font-size: 36px !important;
}
.industry-landingpage-articles-title-bar h2 {
  margin: 0;
}
.industry-landingpage-articles-title-bar a {
  color: #374818;
}

.industry-home-articles-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1%;
}

.industry-articles-posts {
  z-index: 9998;
  position: relative;
}
.industry-articles-posts .industry-articles-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-category-wrap {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 10px;
  top: 30px;
  left: 30px;
}
@media all and (max-width: 900px) {
  .industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-category-wrap {
    top: 15px;
    left: 15px;
  }
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-category-wrap .industry-articles-category {
  padding: 2px 20px;
  background-color: #374818;
  border-radius: 14px;
  font-size: 18px;
  color: white !important;
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 40px;
  hyphens: auto;
}
@media all and (max-width: 900px) {
  .industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-content {
    padding: 0px 20px;
  }
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-content .tvp-vl-post-title {
  font-weight: 500 !important;
  color: white !important;
  line-height: unset !important;
  font-size: 25px !important;
}
@media all and (max-width: 768px) {
  .industry-articles-posts .industry-articles-posts-wrapper .industry-articles-img .industry-articles-content .tvp-vl-post-title {
    font-size: 25px !important;
  }
}
.industry-articles-posts .industry-articles-posts-wrapper .industry-articles-posts-title {
  line-height: unset !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: white !important;
}
@media all and (max-width: 768px) {
  .industry-articles-posts .industry-articles-posts-wrapper .industry-articles-posts-title {
    font-size: 20px !important;
  }
}/*# sourceMappingURL=industry-landingpage.css.map */