@charset "UTF-8";
/* DISPLAY FLEX */
/* ROW */
/* COL */
/* JUSTIFY CONTENT */
/* ALIGN ITEMS */
/* ALIGN SELF */
/* Flex wrap */
/* Order */
/* INLÄGG */
.blog-wrapper, .blog-image-inlagg {
  position: relative;
}

@media only screen and (min-width: 48rem) {
  img + .image--text__holder {
    height: fit-content;
    border-radius: 10px;
    position: absolute;
    left: 22rem;
    transform: translate(-50%, 0);
    padding: 1rem;
    text-align: center;
    max-width: 500px;
    color: #fff;
    bottom: 0;
    text-align: left;
  }
  img + .image--text__holder h1 a {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
  }
}
@media only screen and (max-width: 47.99rem) {
  img + .image--text__holder {
    padding: 0 1rem 1rem 1rem;
    text-align: center;
  }
}
.blog-output > article {
  padding-bottom: 1rem;
}
.blog-output > article img {
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 47.99rem) {
  .blog-output-inlagg .blog-image-inlagg {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.blog-output-inlagg .blog-image-inlagg img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 47.99rem) {
  .blog-output-inlagg .blog-image-inlagg img {
    border-radius: 0;
  }
}
.blog-output-inlagg .blog-ingress-inlagg {
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 48rem) {
  .blog-image-inlagg img {
    border-radius: 10px;
  }
}
.main-blog-tag {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  align-self: flex-start;
  display: flex;
  background: white;
}

.blog-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-writer {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.blog-writer time {
  display: block;
}

.blog-ingress {
  line-height: 20px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 60px;
  min-height: 60px;
}

.blog-tags a {
  border: 1px solid #ddd;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.blog-tags a:hover {
  background: #f2f2f2;
}

p.blogg_taggar {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-quote {
  text-align: center;
  margin: 15px 0;
  padding: 0 10%;
}

.blog-video {
  text-align: center;
}
.blog-video div.iframeWrap {
  position: relative;
  padding-top: 56%;
}
.blog-video div.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video */
/* Pridukter : Om man har licens 55 aktiverad */
.blog-products .PT_Wrapper_All {
  margin-bottom: 2rem;
}

/* ARKIV */
.blog-archive {
  background: #f2f2f2;
  padding: 0;
}
.blog-archive > .wrapper {
  padding: 30px 25px;
}
.blog-archive ul {
  list-style: none;
}

.archive-bio img {
  display: block;
}
.archive-bio strong,
.archive-bio a {
  font-weight: bold;
}

.archive-date {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 12px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.archive-list ul {
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.categories,
.archive-latest,
.archive-list {
  margin-top: 35px;
}

/* Kommentarer */
.SingleComment textarea,
.SingleComment input {
  max-width: 100%;
  margin-bottom: 1rem;
}

.bloggkommentarsfaltv2 {
  width: 100%;
  max-width: 350px;
  margin-right: 1rem;
}

.bloggkommentarsfalt_form {
  padding: 1rem;
  background: #f2f2f2;
}

.bloggkommentar_saknas,
.bloggkommentarsfalt_kommentar1,
.bloggkommentar_antal {
  display: none !important;
}

.bloggkommentarsfalt_form .bloggkommentarsfalt_kommentar1 {
  display: block !important;
}

.bloggkommentarv2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.bloggkommentar-namn {
  font-weight: 700;
}

.bloggkommentar_tid {
  font-size: 0.8rem;
}

/* Paginering - inte fixat än */
.Artgrp_VisaFlerBott {
  width: 100%;
  display: block;
  float: left;
  padding: 20px 0;
}

#antalArtiklarSpan {
  display: none;
}

.valPaginering {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#sidorSpan_Markerad {
  font-weight: bold;
}

/*----------------------*/
@media screen and (max-width: 48rem) {
  .blog-wrapper h1 {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .bloggTrigger {
    cursor: pointer;
  }
  .blog-archive > .wrapper {
    border-top: 1px solid #ddd;
  }
  .blog-tags {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .SingleComment {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bloggkommentarsfaltv2 {
    margin: 1rem auto;
  }
}
.blog-content-inlagg {
  margin: 20px 0;
}
.blog-content-inlagg .cm_content_wrapper {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
}

.blog_rubrik {
  height: 50px;
}

@media screen and (min-width: 48rem) {
  .blog_rubrik {
    font-size: 18px;
  }
}
.blog-wrapper .blog-output {
  flex: 1 1 auto;
}

.blog-wrapper div h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.blog-wrapper .blogg-nav {
  margin-bottom: 2rem;
  text-align: center;
}

#page--blog_post .blog-wrapper .blogg-nav {
  margin: 2rem 0;
}

.blog-wrapper .blogg-nav .blog-category {
  all: unset;
}

.blog-wrapper .blogg-nav .blog-category li {
  display: inline-block;
  font-weight: bold;
  border-right: 2px solid #000;
  padding: 0.2rem 1rem;
}

.blog-wrapper .blogg-nav .blog-category li:last-child {
  border-right: none;
}

.blog-wrapper .blogg-nav .blog-category a:hover {
  text-decoration: underline;
  color: #ea3b3c;
}

.blog-wrapper .bloggpost-nav {
  width: 420px;
  margin-bottom: 4.5rem;
}

#page--blog_post .blog-wrapper .row {
  flex-wrap: nowrap;
}

.blog-wrapper .blogg-biografi {
  margin: 2rem;
  padding: 2rem;
  background-color: #f4f5f8;
  border-radius: 10px;
  line-height: 1.5rem;
  color: #666;
}

.blog-wrapper .bloggpost-nav .artikel .blog-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 100%;
}

.blog-wrapper .bloggpost-nav .artikel .artikel-info {
  background-color: #f3f3f3;
  padding: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-wrapper .bloggpost-nav .artikel .artikel-info .text-wrap .heading {
  margin: 0;
}

.blog-wrapper .bloggpost-nav .artikel .artikel-info .text-wrap .ingress {
  margin: 0.5rem 0 1.5rem 0;
  color: #666666;
}

.blog-wrapper .bloggpost-nav .archive-header {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.blog-wrapper .bloggpost-nav .archive-header .bloggbadge {
  text-decoration: underline;
}

.blog-wrapper .bloggpost-nav .archive-latest {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 47.99rem) {
  .blog-wrapper div h1 {
    font-size: 30px;
  }
  .blog-wrapper .blog-output-inlagg {
    flex-direction: column;
  }
  .blog-wrapper .bloggpost-nav {
    width: 100%;
  }
  .blogg_tag-container {
    flex-direction: column;
  }
}
