/**
 * Custom Properties
 */
.bbp-user-edit legend {
  display: none;
}
.bbp-user-edit h2 {
  font-size: 16px;
}
.bbp-user-edit button {
  padding: 5px;
  font-size: 14px;
  margin-right: 10px;
}
.bbp-user-edit p.description.indicator-hint {
  font-size: 12px;
}
.bbp-user-edit fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.bbp-user-edit label,
.bbp-user-edit input#pass1,
.bbp-user-edit input#user_login {
  min-width: 174px !important;
  width: 174px;
  display: inline-table;
}
.bbp-user-edit fieldset.bbp-form.avatar label {
  width: unset;
  text-align: left;
  display: contents;
}

li.bbp-header {
  font-size: 14px;
}

#bbpress-forums .bbp-body .bbp-reply-author {
  width: 50px !important;
  height: 50px;
  background: var(--global-palette1);
  color: white;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  border: 3px solid grey;
}

.bbpress h1 {
  font-size: 24px;
}

.sticky,
.super-sticky {
  background: lightyellow !important;
}

.logged-in .show--not--loggedin,
.logged-in .visafel {
  display: none;
}

.topic #bbpress-forums li.bbp-body,
.topic #bbpress-forums li.bbp-header {
  font-size: 14px;
}
.topic #bbpress-forums li.bbp-body,
.topic #bbpress-forums li.bbp-body ul,
.topic #bbpress-forums li.bbp-header,
.topic #bbpress-forums li.bbp-header ul {
  padding-left: 0;
}
.topic #bbpress-forums li.bbp-body .bbp-reply-content,
.topic #bbpress-forums li.bbp-body ul .bbp-reply-content,
.topic #bbpress-forums li.bbp-header .bbp-reply-content,
.topic #bbpress-forums li.bbp-header ul .bbp-reply-content {
  margin-left: 60px;
}
.topic #bbpress-forums li.bbp-body ul.bbp-threaded-replies,
.topic #bbpress-forums li.bbp-header ul.bbp-threaded-replies {
  padding-left: 2rem;
}

li.bbp-header {
  line-height: 2.5;
}

li.forum--title,
li.bbp-topic-reply-count,
li.bbp-topic-freshness {
  align-self: center;
}

.bbpress span.bbpress-meta-subscribe-wrap,
.bbpress span.bbpress-meta-favorite-wrap,
.bbpress span.bbpress-meta-replies-wrap:after {
  visibility: hidden;
}

.bbpress.logged-in span.bbpress-meta-subscribe-wrap,
.bbpress.logged-in span.bbpress-meta-favorite-wrap,
.bbpress.logged-in span.bbpress-meta-replies-wrap {
  visibility: visible;
}

.bbpress.logged_in span.bbpress-meta-subscribe-wrap:after {
  visibility: visible;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: unset;
  align-self: flex-end;
  margin-top: 0;
  line-height: 1rem;
  margin-bottom: 0.5em;
}

.bbpress-topic-meta.entry-meta {
  align-items: center;
  line-height: 20px;
  margin-top: 0;
  font-size: 14px;
}

.bbp-user-page span.bbp-row-actions {
  display: none;
}

div#bbp-user-avatar {
  align-items: center;
  display: flex;
}

.bbpress-topic-meta.entry-meta {
  align-items: flex-end;
}

div#bbp-single-user-details {
  display: flex;
}

.bbpress-wrapper .bbp-topics,
ul.forum-titles,
.bbp-topics,
.forums.bbp-replies {
  padding-left: 0;
}

.bbpress-admin-settings-container {
  position: relative;
}

#bbpress-forums div.bbp-reply-content {
  background: inherit;
  padding-bottom: 0;
  padding-top: 0;
}

.bbpress ul {
  list-style-type: none;
}

bbpress-forums div.bbp-reply-content {
  margin-bottom: 0rem;
}

.bbpress-admin-settings-container {
  color: var(--global-palette1);
  justify-content: right;
}

ul.forum-titles li.bbp-topic-forum {
  text-align: left;
}

.kadence-svg-iconset svg {
  height: 1.5em;
  width: 1.5em;
}

li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
  width: unset;
}

p.topic--start {
  padding-right: 1rem;
}

li.bbp-topic-reply-count {
  grid-area: antal--svar;
  font-size: 10px;
  line-height: 1.5rem;
}

#bbpress-forums .bbp-body li.bbp-topic-reply-count:after {
  content: "\f101";
  font-family: dashicons;
  color: green;
}

/*span.bbp-topic-freshness-author-link:before,
.bbp-topic-meta,
p.bbp-topic-meta:before 
span.bbpress-meta-replies-wrap:before {
	content: "\A";
	white-space: pre;
}*/
.single-forum li.bbp-topic-title,
.bbpress li.bbp-topic-title {
  grid-area: titel;
  display: grid;
  grid-template-areas: "titel--a meta" "excerpt excerpt";
  grid-template-columns: 4fr 1fr;
  padding-right: 1rem;
  width: unset;
}
.single-forum p.bbp-topic-meta,
.bbpress p.bbp-topic-meta {
  display: inline-block !important;
  place-self: end;
  grid-area: meta;
  text-align: center;
  align-self: start;
  margin: 0;
}
.single-forum permalink,
.bbpress permalink {
  grid-area: titel--a;
}
.single-forum p.topic--start,
.bbpress p.topic--start {
  grid-area: excerpt;
}

#bbpress-forums li.bbp-header ul,
#bbpress-forums li.bbp-body ul.topic {
  min-height: unset;
  display: grid;
  font-size: 14px !important;
  grid-template-columns: auto 11rem 12rem 5rem;
  grid-template-areas: "titel category tid antal--svar" "topic tom      tom tom";
  justify-items: stretch;
  align-items: start;
  padding: 10px 0px;
  column-gap: 1rem;
}

.single-forum #bbpress-forums li.bbp-header ul,
.single-forum #bbpress-forums li.bbp-body ul.topic {
  min-height: unset;
  display: grid;
  font-size: 14px !important;
  grid-template-columns: auto 10rem 5rem;
  grid-template-areas: "titel tid antal--svar" "topic tom tom";
  justify-items: stretch;
  padding: 10px 0px;
  align-items: start;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness,
li.bbp-topic-title,
li.bbp-topic-freshness,
#bbpress-forums li.bbp-topic-title {
  width: unset;
}

li.bbp-body {
  font-size: 12px;
}
li.bbp-body p {
  margin: 0;
}

p.bbp-topic-meta {
  display: block !important;
}

#bbpress-forums span.bbp-topic-meta {
  font-size: inherit;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 11px;
}

span.bbp-author-avatar {
  display: none;
}

@media screen and (max-width: 1024px) {
  ul.forum-titles {
    display: none !important;
  }
  #bbpress-forums li.bbp-header ul,
  #bbpress-forums li.bbp-body ul.odd.topic {
    background-color: unset;
  }
  .single-forum li.bbp-topic-title,
  .bbpress li.bbp-topic-title {
    display: block;
    padding-right: 0;
  }
  #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px dashed var(--global-palette1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0;
  }
  li.bbp-topic-title {
    grid-area: titel;
    display: initial;
  }
  li.bbp-topic-title {
    width: 100% !important;
  }
  li.bbp-body ul.forum,
  li.bbp-body ul.topic,
  li.bbp-topic-reply-count {
    min-height: unset;
  }
  .bbp-topic-title p.bbp-topic-meta span {
    display: none;
  }
  li.bbp-topic-freshness {
    grid-area: author;
    order: 4;
  }
  li.forum--title {
    grid-area: category;
    order: 3;
  }
  li.bbp-topic-reply-count {
    grid-area: antal--svar;
    order: 5;
    text-align: right;
  }
  li.bbp-body li.bbp-topic-freshness {
    grid-area: author;
    text-align: center;
  }
  li.bbp-body li.bbp-topic-freshness p {
    margin: 0;
  }
  li.bbp-body li.forum--title,
  li.bbp-body li.bbp-topic-freshness,
  li.bbp-body li.bbp-topic-reply-count {
    background-color: whitesmoke !important;
    font-size: 10px;
    flex-grow: 1;
    min-height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 5px;
  }
}
span.bbp-topic-freshness-author-link:before {
  content: "\a";
  white-space: pre-wrap;
}

#bbpress-forums li.bbp-forum-info a.bbp-topic-permalink,
#bbpress-forums li.bbp-topic-title a.bbp-topic-permalink,
#bbpress-forums li.bbp-forum-info a.bbp-forum-title {
  font-size: inherit;
  color: var(--global-palette1);
}
#bbpress-forums li.bbp-forum-info a.bbp-topic-permalink:hover,
#bbpress-forums li.bbp-topic-title a.bbp-topic-permalink:hover,
#bbpress-forums li.bbp-forum-info a.bbp-forum-title:hover {
  color: var(--global-palette2);
}

@media screen and (max-width: 1024px) {
  .single-forum #bbpress-forums li.bbp-header ul,
  .single-forum #bbpress-forums li.bbp-body ul.topic {
    min-height: unset;
    display: grid;
    grid-template-columns: auto 3rem;
    grid-template-areas: "titel titel" "author antal--svar";
  }
  span.bbp-topic-freshness-author:before,
  span.bbp-topic-freshness-author-link:before {
    content: "";
    white-space: pre-wrap;
  }
  li.bbp-topic-freshness {
    grid-area: author;
    text-align: left;
  }
  .topic #bbpress-forums li.bbp-body .bbp-reply-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px !important;
  }
  #bbpress-forums .bbp-body .bbp-reply-author {
    width: 36px !important;
    height: 36px;
    line-height: 32px;
  }
  .bbp-head-area {
    padding-left: 7px;
    min-height: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .bbpress.has-left-sidebar #secondary {
    background-color: var(--global-palette8);
  }
}
.klipp--row .kt-row-column-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .klipp--row .kt-row-column-wrap {
    flex-wrap: wrap;
  }
}

.klipp--row .kt-row-layout-inner {
  max-width: 2000px;
  margin: 0 auto;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-kadence-image.kb-image_9f0b0a-a9:not(.kb-specificity-added):not(.kb-extra-specificity-added) {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: unset;
  margin-left: 0px;
}

@media screen and (min-width: 540px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 2rem;
  }
  .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
  }
  .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
  }
  .header-button-wrap {
    display: none;
  }
  .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 2rem;
  }
}
.tre--cirklar img {
  transition: transform 0.25s;
}
.tre--cirklar img:hover {
  overflow: hidden;
  transform: scale(1.1);
}
.tre--cirklar p {
  min-height: 8rem;
}

.tre--rutor p {
  min-height: 5rem;
}

.site-header-row-container-inner {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: var(--global-palette1);
  box-shadow: var(--site-header-box-shadow, none);
  transition: var(--transition);
  box-shadow: 1px 1px 1px #ebebeb !important;
}

.hero-container {
  padding: 0 !important;
  position: relative;
}

body.archive.post-type-archive.post-type-archive-minnespost .entry,
.minnespost-archive .entry,
.single-minnespost .entry {
  border-radius: 0;
  border: 11px var(--global-palette7);
  border-style: ridge;
  padding: 1rem;
  box-shadow: 5px 5px 12px #444 !important;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection,
.minnespost-archive .entry .minnes--row .minne--textsection,
.single-minnespost .entry .minnes--row .minne--textsection {
  padding: 1rem 20px;
  align-self: center;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection .minne--inledning,
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection .minne--stad,
.minnespost-archive .entry .minnes--row .minne--textsection .minne--inledning,
.minnespost-archive .entry .minnes--row .minne--textsection .minne--stad,
.single-minnespost .entry .minnes--row .minne--textsection .minne--inledning,
.single-minnespost .entry .minnes--row .minne--textsection .minne--stad {
  text-align: center;
  font-style: italic;
  padding: 0;
  margin: 0;
  font-size: small;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection p.minne--namn,
.minnespost-archive .entry .minnes--row .minne--textsection p.minne--namn,
.single-minnespost .entry .minnes--row .minne--textsection p.minne--namn {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection .minne--beskrivning,
.minnespost-archive .entry .minnes--row .minne--textsection .minne--beskrivning,
.single-minnespost .entry .minnes--row .minne--textsection .minne--beskrivning {
  margin: 1rem 0 0 0;
  text-align: center;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection p.minne--fod,
.minnespost-archive .entry .minnes--row .minne--textsection p.minne--fod,
.single-minnespost .entry .minnes--row .minne--textsection p.minne--fod {
  text-align: center;
  font-size: small;
  margin: 0;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection p.minne--dod,
.minnespost-archive .entry .minnes--row .minne--textsection p.minne--dod,
.single-minnespost .entry .minnes--row .minne--textsection p.minne--dod {
  text-align: center;
  font-size: small;
  margin: 0;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry .minnes--row .minne--textsection p.minne--dod:before,
.minnespost-archive .entry .minnes--row .minne--textsection p.minne--dod:before,
.single-minnespost .entry .minnes--row .minne--textsection p.minne--dod:before {
  content: " x ";
}
body.archive.post-type-archive.post-type-archive-minnespost .minne--bildsection,
.minnespost-archive .minne--bildsection,
.single-minnespost .minne--bildsection {
  align-self: center;
  justify-self: center;
}
body.archive.post-type-archive.post-type-archive-minnespost .minne--bildsection figure,
.minnespost-archive .minne--bildsection figure,
.single-minnespost .minne--bildsection figure {
  margin: 0;
  width: 100%;
}
body.archive.post-type-archive.post-type-archive-minnespost .minne--bildsection figure img,
.minnespost-archive .minne--bildsection figure img,
.single-minnespost .minne--bildsection figure img {
  object-fit: cover;
  width: 100%;
}
body.archive.post-type-archive.post-type-archive-minnespost .entry:nth-child(odd) .minne--textsection,
.minnespost-archive .entry:nth-child(odd) .minne--textsection,
.single-minnespost .entry:nth-child(odd) .minne--textsection {
  order: 1;
}

.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
  box-shadow: 0 0.25em 1em 0 #eee;
}
@media screen and (min-width: 720px) {
  .grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) .entry-content-wrap {
    padding-top: 0;
  }
  .grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) .entry-meta {
    margin: 0;
  }
}

.widget-area ul {
  /* padding-left: 0.5em; */
  list-style: none;
  margin-left: 0;
  font-size: 14px;
}

.widget-area .widget-title {
  text-transform: none;
}

.acf-field .acf-label {
  margin-bottom: 0 !important;
}

.acf-field {
  border: 0;
  padding-top: 0;
}

.acf-fields > .acf-field {
  border: none !important;
}

.acf-fields > .acf-field {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.villkor--text {
  font-size: small;
}

.acf-form-submit {
  padding-left: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .tre--cirklar p {
    min-height: 13rem;
  }
  .tre--cirklar h3 {
    font-size: 20px;
  }
}
.minnes--ruta {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 10px;
}
.minnes--ruta .kt-row-column-wrap.kt-has-1-columns {
  padding: 100px;
}

body.footer-on-bottom #wrapper {
  max-width: 100vw;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .klipp--text .kt-inside-inner-col {
    background-image: none !important;
  }
}

.klipp {
  flex-grow: 2 !important;
  max-width: 1000px;
}
.klipp .klipp--row .kt-has-2-columns {
  display: flex;
}
.klipp figure.wp-block-kadence-image {
  clip-path: ellipse(57% 121% at 43% 55%);
}
.klipp img {
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .klipp img {
    height: unset;
  }
}
@media (max-width: 1024px) {
  .klipp figure.wp-block-kadence-image {
    clip-path: ellipse(130% 89% at 47% 11%);
  }
}

.klipp--text h1 {
  color: white !important;
}

@media screen and (min-width: 720px) {
  .klipp--text {
    min-width: 500px;
    color: white;
    flex: 1;
  }
}
.kt-sc_88e6c0-7f .kt-sc-imgcol {
  min-height: 450px;
  background-size: cover;
}

.botten {
  position: absolute;
  bottom: 0px;
  right: 1rem;
}

@media (max-width: 1094px) {
  .entry-content-wrap {
    padding: 1.5rem;
    padding-top: 0;
  }
}
.site-footer a {
  color: white !important;
}

.acf-field {
  border: 0;
  padding-top: 0;
}

.acf-fields > .acf-field {
  border: none !important;
}

.acf-fields > .acf-field {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.villkor--text {
  font-size: small;
}

.acf-form-submit {
  padding-left: 1rem;
  margin-top: 1rem;
}

input#user_login,
input#user_pass {
  width: 100%;
}

.product-action-wrap:has(.added_to_cart.wc-forward) {
  background: var(--global-palette-btn-bg);
  color: white !important;
  text-align: center;
  text-transform: none;
  border-radius: 10px;
  padding-top: 0 !important;
}

.product-action-wrap:has(.added_to_cart.wc-forward):hover {
  background: var(--global-palette-btn-bg-hover);
}

.woocommerce a.added_to_cart {
  text-align: center;
  text-transform: none;
  font-size: 17px;
}

a {
  font-weight: bold;
}

a.wp-block-button__link.wp-element-button,
.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit) {
  border-radius: 10px;
  font-weight: initial;
}

.site-branding {
  max-height: inherit;
}

.site-branding a.brand {
  max-width: 130px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.site-branding a.brand img {
  max-width: 130px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50% !important;
}

.site-branding a.brand img {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px !important;
  max-width: 100px;
}

.site-branding {
  max-height: inherit;
}

#main-header .header-button.button-style-outline {
  background: transparent !important;
  box-sizing: none;
  margin-left: -1rem;
  box-shadow: none;
}

.footer-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

#colophon {
  background: var(--global-palette3);
  background-image: url(../../../uploads/2022/11/djurfrid_white-600x515.png);
  background-repeat: no-repeat;
  background-position: bottom 2rem right 2rem;
  background-size: 20vw;
  background-size: clamp(100px, 20vw, 200px) auto;
}

@media screen and (max-width: 1024px) {
  #colophon {
    background-position: bottom 2rem left 2rem;
    padding-bottom: 113px;
    background-size: clamp(100px, 16vw, 200px) auto;
  }
  .acf-field.acf-field-text,
  .acf-field.acf-field-email,
  .acf-field.acf-field-taxonomy,
  .acf-field.acf-field-date-picker,
  .acf-field.acf-field-image {
    width: 100% !important;
  }
}
button.single_add_to_cart_button.button.alt.wp-element-button,
.woocommerce div.product .button.single_add_to_cart_button {
  border-radius: 10px;
}

section.related.products {
  border-top: 3px solid #eee;
  padding-top: 60px;
  margin-top: 60px;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  border-radius: 10px;
}

.visafel {
  display: none;
}

.login-failed .visafel {
  display: block;
}

.logged-in .visafel {
  display: none;
}/*# sourceMappingURL=djurfrid.css.map */  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

#colophon {
  background: var(--global-palette3);
  background-image: url(../../../uploads/2022/11/djurfrid_white-600x515.png);
  background-repeat: no-repeat;
  background-position: bottom 2rem right 2rem;
  background-size: clamp(100px, 20vw, 200px) auto;
}

@media screen and (max-width: 1024px) {
  #colophon {
    background-position: bottom 2rem left 2rem;
    padding-bottom: 113px;
    background-size: clamp(100px, 16vw, 200px) auto;
  }
  .acf-field.acf-field-text,
  .acf-field.acf-field-email,
  .acf-field.acf-field-taxonomy,
  .acf-field.acf-field-date-picker,
  .acf-field.acf-field-image {
    width: 100% !important;
  }
}
/* =========================
   States / Helpers
   ========================= */
.visafel {
  display: none;
}

.login-failed .visafel {
  display: block;
}

.logged-in .visafel {
  display: none;
}

/* =========================
   Minnespost Hjärtan & Länk
   ========================= */
.minnespost .hearts {
  position: absolute;
  right: -35px;
  text-align: 0; /* (verkar vara placeholder / no-op) */
  z-index: 1000000;
}
.minnespost .wp-block-kadence-icon.kt-svg-icons.kt-svg-icons153_6b86ae-76.alignright.heart-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.minnespost .wp-block-kadence-dynamichtml.kb-dynamic-html.kb-dynamic-html-id-153_afb2e9-2f.kb-dynamic-html-alignment-right.heart-number {
  position: absolute;
  right: 1rem;
  bottom: 6px;
  color: white;
}
.minnespost div.minne--link {
  background-repeat: no-repeat;
  background-position-x: right;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  justify-content: center;
  padding-top: 1rem;
}
.minnespost div.minne--link a {
  right: 0;
  bottom: 0px;
  float: right;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
}/*# sourceMappingURL=djurfrid.css.map */