/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L6 */
main {
  display: flex;
  flex-direction: column;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L11 */
.sj-jumbo {
  display: block;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .sj-jumbo {
    display: flex;
    height: 30rem;
  }
}
@media screen and (min-width: 1400px) {
  .sj-jumbo {
    height: 45rem;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L25 */
.sj-jumbo__main {
  position: relative;
  flex: 1 1 30%;
  color: var(--brand-dark-contrast);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem 2rem;
  font-size: 1.25rem;
  font-size: max(1.25rem, 5vw) !important;
  line-height: 1.5555;
  text-align: center;
  min-height: 17.5rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L46 */
.sj-jumbo__main h1 {
  font-size: 4.5vw;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L51 */
.sj-jumbo__main p {
  margin-bottom: 1em;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L55 */
.sj-jumbo__main .btn {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  /* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L60 */
  .sj-jumbo__main .btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .sj-jumbo__main {
    padding: 5rem;
  }
}
@media screen and (min-width: 1770px) {
  .sj-jumbo__main {
    flex: 1 1 40%;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L74 */
.sj-jumbo__main:hover {
  text-decoration: none;
  color: white;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L79 */
.sj-jumbo__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L90 */
.sj-jumbo__product,
.sj-jumbo__nav {
  flex: 1 1 20%;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L94 */
.sj-jumbo__nav {
  position: relative;
  padding: 0 2rem;
  margin-top: -1.9375rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sj-jumbo__nav {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L110 */
.sj-jumbo__nav .sj-jumbo__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .sj-jumbo__nav .sj-jumbo__image {
    display: block;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L118 */
.sj-jumbo__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L129 */
.sj-jumbo__nav li {
  position: relative;
  background-color: var(--brand-light);
  display: block;
  width: 100%;
  font-family: Kanit, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.25rem;
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 600;
  text-transform: uppercase;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L142 */
.sj-jumbo__nav li a {
  display: block;
  padding: 1rem 1.5rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L147 */
.sj-jumbo__nav li,
.sj-jumbo__nav li a,
.sj-jumbo__nav li a:hover {
  color: var(--brand-light-contrast);
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L151 */
.sj-jumbo__nav li:not(:last-child) {
  margin-bottom: 1rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L155 */
.sj-jumbo__nav li::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(0,219,108)' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 0.25em;
  height: 1.5em;
  width: 1.5em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sj-jumbo__nav li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .sj-jumbo__nav {
    display: none;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L178 */
.betong {
  flex-grow: 1;
  padding: 2.5rem 1rem 2.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: center;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  background-color: white;
  width: 940px;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L194 */
.betong article:nth-of-type(2),
.betong article:nth-of-type(3) {
  display: none;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L198 */
.betong .betong__item {
  padding: 0;
  container-type: inline-size;
  background-color: #f0f0ec;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L204 */
.betong .betong__item img {
  width: 100%;
  height: 235px;
  height: min(60cqw, 325px);
  object-fit: cover;
  object-position: center center;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L212 */
.betong .betong__item .card-title {
  margin-top: 0;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L216 */
.betong .betong__item .card-content {
  padding: 1.5rem 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L226 */
.sj-product {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 2.5rem;
  padding: 0 min(2.5vw, 2.5rem);
}
@media screen and (min-width: 1400px) {
  .sj-product {
    display: flex;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L242 */
.sj-product__card {
  background-color: rgba(0, 92, 44, 0.92);
  color: white;
  margin: 0 auto;
  padding: 2rem 1.5rem 1.5rem;
  max-width: 20rem;
  min-height: 20rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L256 */
.sj-product__card .btn {
  margin-top: auto;
  align-self: flex-start;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L261 */
.sj-product__card h2 {
  font-size: min(1.5vw, 1.5rem);
  margin-top: 0;
  margin-bottom: 0.25rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L268 */
.ob-news {
  flex-grow: 1;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L279 */
.ob-news article:nth-of-type(2),
.ob-news article:nth-of-type(3) {
  display: none;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L284 */
.ob-news .ob-news__item {
  padding: 0;
  container-type: inline-size;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L288 */
.ob-news .ob-news__item img {
  width: 100%;
  height: 235px;
  height: min(60cqw, 325px);
  object-fit: cover;
  object-position: center center;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L296 */
.ob-news .ob-news__item .card-title {
  margin-top: 0;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L300 */
.ob-news .ob-news__item .card-content {
  padding: 1.5rem 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .ob-news {
    padding: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  /* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L313 */
  .ob-news article:nth-of-type(2) {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .ob-news {
    padding: 3.5rem 2.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 2161px) {
  .ob-news {
    grid-template-columns: repeat(5, 1fr);
  }
  /* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L326 */
  .ob-news article:nth-of-type(3) {
    display: flex;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L332 */
.ob-jobs__list {
  list-style-type: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L339 */
.ob-jobs__list a,
.ob-jobs__list a:hover,
.ob-jobs__list a:focus {
  color: inherit;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L343 */
.ob-jobs__list li {
  display: block;
  font-size: 1.125rem;
  border-bottom: 1px solid #f0f0ec;
  padding-bottom: 0.25rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L351 */
.card {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L356 */
.sj-contact {
  --card-color: white;
  /*--card-color-bg: var(--theme-color-dark);*/
  --card-color-bg: #333333;
  align-items: center;
  text-align: center;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L364 */
.sj-contact .card-title {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L369 */
.sj-contact p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  /* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L376 */
  body {
    background-color: #f0f0ec;
  }
}
/* /file/article/main-style/sjbetong-hoved.cc49ce51afdd9575907cea940b765f3e1aefc93a.less:L381 */
.btn-jumbo-ferdigbetong {
  --btn-color: white;
  --btn-color-fill: #005d2c;
  --btn-color-focus: #004b2c;
  position: absolute;
  bottom: 3.5rem;
  left: 2rem;
  right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .btn-jumbo-ferdigbetong {
    left: initial;
    bottom: 2rem;
    right: 2rem;
  }
}
