/* Color */
/* extra */
.mce-menu {
  position: fixed !important;
}
body:before {
  content: '';
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size: 17px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-top-right-radius: 4px;
}
@media (min-width: 1800px) {
  body:before {
    content: 'xxxl';
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body:before {
    content: 'xxl';
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body:before {
    content: 'xl';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: 'l';
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body:before {
    content: 'm';
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body:before {
    content: 's';
  }
}
@media (max-width: 320px) {
  body:before {
    content: 'xs';
  }
}
.superadmin:before {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.playfair {
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.inter {
  font-family: 'Inter', serif;
}
/* Layout */
html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  font-family: 'Inter', serif;
  font-optical-sizing: auto;
  background-color: #f4eee8;
  color: #33281f;
  font-size: 17px;
  line-height: 1.4em;
}
body .module-article {
  color: #33281f;
}
/* Typography */
.module-article a {
  color: #9b112a;
  text-decoration: none;
}
p,
ul,
td,
ol,
li {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  min-height: 5px;
}
.module-article li {
  margin-bottom: 7px;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 35px;
  }
}
h2,
h2 a {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h2,
  h2 a {
    font-size: 27px;
  }
}
h3,
h3 a {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* must-haves */
#cookies {
  background: #9b112a;
}
#cookies p,
#cookies a {
  color: #f4eee8;
}
.section-breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .blueimp-gallery-controls > .indicator {
    display: none !important;
  }
}
/* For sidemenu. Remember class .venstremeny */
.module-menu-holder.sidemenu.menu-visible-all.venstremeny {
  float: left !important;
  margin: 0;
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a {
  color: #33281f !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 600;
  margin-right: 0px;
  padding: 7px 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a:hover {
  color: #9b112a !important;
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 {
  display: block;
  border: 0;
  margin-left: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 li a {
  font-weight: 400;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a {
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a span {
  color: #9b112a;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul a span {
  color: #33281f;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current a span {
  color: #9b112a;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul a span {
  color: #33281f;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul .current a span {
  color: #9b112a;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 {
  list-style: circle outside none;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li {
  display: list-item;
}
.ingenmarg .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ingenmarg .container .row {
  margin: 0 !important;
}
@media (min-width: 767px) {
  .ingenmarg .container .row .col-sm-12 {
    padding: 0 !important;
  }
}
.ingenmarg .container .row .page-content .container {
  max-width: 1170px;
}
@media (min-width: 767px) {
  .ingenmarg .container .row .page-content .container {
    padding: 0 20px;
  }
}
.section.section-header {
  padding: 10px 0;
}
.section.section-header .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.section-header .col-sm-12 {
    gap: 30px;
  }
}
.section.section-header .logo {
  width: 320px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.section-header .module-menu-holder.hover {
    display: none;
  }
}
.section.section-header .module-menu-holder.hover > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.section.section-header .module-menu-holder.hover > ul li.mi24 {
  display: none;
}
.section.section-header .module-menu-holder.hover > ul li a {
  padding: 10px;
}
.section.section-header .module-menu-holder.hover > ul li a:hover {
  color: #9b112a;
}
.section.section-header .module-menu-holder.hover > ul .mi108 a {
  background-color: #9b112a;
  border-radius: 20px;
  color: #f4eee8;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out;
}
.section.section-header .module-menu-holder.hover > ul .mi108 a:hover {
  color: #f4eee8;
  transform: scale(1.05);
}
.section.section-header .module-menu-holder.sidemenu {
  margin: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section.section-header .module-menu-holder.sidemenu {
    display: none;
  }
}
.section.section-header .module-menu-holder.sidemenu .module-menu-button {
  border-radius: 100px;
  background-color: #9b112a;
  width: 40px;
  height: 40px;
}
.section.section-header .module-menu-holder.sidemenu .module-menu-button .icon-bar {
  width: 18px;
  border-radius: 100px;
  right: 11px !important;
}
.section.section-header .module-menu-holder.sidemenu .module-menu-button .icon-bar:nth-of-type(2) {
  top: 15px !important;
}
.section.section-header .module-menu-holder.sidemenu .module-menu-button .icon-bar:nth-of-type(3) {
  top: 23px !important;
}
.section.section-header .module-menu-holder.sidemenu.open .icon-bar {
  transform: none !important;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu {
  width: 100%;
  background-color: #9b112a !important;
  padding: 70px 30px 0 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.section-header .module-menu-holder.sidemenu.open .module-menu {
    padding: 50px 30px 0 50px;
  }
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li {
  margin-bottom: 20px;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li.has-children {
  margin-bottom: 20px;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li a {
  color: #f4eee8;
  font-size: 20px;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li .level2 {
  border: 0;
  padding-left: 30px;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li .level2 li {
  margin-bottom: 10px;
  position: relative;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li .level2 li a {
  font-size: 16px;
  border: 0;
}
.section.section-header .module-menu-holder.sidemenu.open .module-menu.level1 li .level2 li:before {
  content: '';
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/arrow.svg?v=1730723756376);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  left: -22px;
  top: 7px;
  width: 20px;
  height: 20px;
}
.section.section-footer {
  padding: 80px 0;
  background-color: #f0e6db;
}
.frontpage .section.section-footer {
  background-color: #f4eee8;
}
.section.section-footer .module-article {
  margin-bottom: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.section-footer .module-article {
    text-align: center;
  }
}
.knapp a {
  background-color: #9b112a;
  border-radius: 20px;
  color: #f4eee8;
  display: inline-block;
  padding: 7px 20px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.knapp a:hover {
  color: #f4eee8;
  transform: scale(1.05);
}
.section {
  padding: 30px 0;
}
.velkommen {
  text-align: center;
}
.velkommen h1 span {
  font-size: 20px;
  color: #9b112a;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.velkommen h2 {
  font-size: 25px;
  font-family: 'Inter', serif;
  font-style: normal;
}
.trappekategorier {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  padding: 30px 0;
}
.trappekategorier a {
  width: 31%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .trappekategorier a {
    width: 47%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .trappekategorier a {
    width: 100%;
  }
}
.trappekategorier a .img-holder {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.trappekategorier a .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.trappekategorier a .text-holder {
  color: #33281f;
}
.trappekategorier a .text-holder h3 {
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.trappekategorier a .text-holder p {
  font-size: 15px;
}
.trappekategorier a:hover {
  text-decoration: none;
  transform: scale(1.02);
}
.module-article.jumbotron {
  background-color: #9b112a;
  background-color: #f0e6db;
  max-width: 560px;
  padding: 30px 15px;
  border-radius: 20px;
  color: #f4eee8;
  color: #33281f;
  text-align: center;
  margin: 40px auto 20px auto;
}
.module-article.jumbotron.knapp a {
  font-family: 'Inter', serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.module-article.jumbotron p {
  font-weight: 400;
}
.module-article.jumbotron.img {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 50px 15px;
}
.module-article.jumbotron.img:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/trappestudio-red-2.jpg?v=1730710675111);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.info-bg {
  padding: 0;
}
.info-bg .container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/trappestudio-red-2.jpg?v=1730710675111);
  height: 400px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .info-bg .container {
    height: auto;
    background-image: none;
  }
}
.info-bg .container .row {
  display: block;
}
.info-bg .container .col-sm-12 {
  border-radius: 10px;
}
.info-bg .container .col-sm-12 .info {
  background-color: #f0e6db;
  padding: 30px;
  border-radius: 10px;
  width: 300px;
  transform: scale(0.7);
  float: right;
}
.info-bg .container .col-sm-12 .info:before {
  display: none;
  content: '';
  background-position: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/trappestudio-red-2.jpg?v=1730710675111);
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .info-bg .container .col-sm-12 .info {
    text-align: center;
    width: 100%;
    transform: scale(1);
    background-color: transparent;
    border-radius: 0;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .info-bg .container .col-sm-12 .info h2 {
    font-size: 19px;
  }
  .info-bg .container .col-sm-12 .info h4 {
    font-size: 16px;
  }
  .info-bg .container .col-sm-12 .info:before {
    display: block;
  }
}
.skreddersy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skreddersy {
    flex-direction: column-reverse;
  }
}
.skreddersy .img-holder {
  border-radius: 1000px;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 50%;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skreddersy .img-holder {
    width: 100%;
    max-width: 500px;
  }
}
.skreddersy .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.skreddersy .img-holder:hover {
  transform: scale(1.05);
}
.skreddersy .text-holder {
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #f0e6db;
  width: 50%;
  z-index: 2;
  position: relative;
  margin-right: -120px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .skreddersy .text-holder {
    margin-right: -30px;
    padding: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skreddersy .text-holder {
    width: 100%;
    margin-right: 0;
    margin-top: -60px;
    max-width: 600px;
  }
}
.skreddersy .text-holder h2 {
  margin-bottom: 20px;
}
.skreddersy .text-holder p {
  margin-bottom: 20px;
}
.skreddersy .text-holder a {
  background-color: #33281f;
  border-radius: 20px;
  color: #f4eee8;
  display: inline-block;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.skreddersy .text-holder a:hover {
  color: #f4eee8;
  transform: scale(1.05);
}
.module-article img {
  border-radius: 10px;
}
.trappestudio {
  text-align: center;
  margin-bottom: 60px;
}
.trappestudio img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.trappestudio .text-holder {
  max-width: 600px;
  margin: 0 auto;
}
.trappestudio .text-holder h4 {
  margin-bottom: 20px;
}
.trappestudio .text-holder a {
  background-color: #9b112a;
  border-radius: 20px;
  color: #f4eee8;
  display: inline-block;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.trappestudio .text-holder a:hover {
  color: #f4eee8;
  transform: scale(1.05);
}
.some {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.some a img {
  width: 45px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .some {
    justify-content: center;
  }
}
.mestermerket {
  text-align: center;
}
.mestermerket img {
  width: 120px;
}
.smal-article {
  max-width: 900px;
  margin: 0 auto;
}
.module-employeelist {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin: 60px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist {
    flex-direction: column;
  }
}
.module-employeelist li {
  width: 30%;
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist li {
    width: 100%;
  }
}
.module-employeelist .facehugger {
  border-radius: 1000px;
  overflow: hidden;
  width: 200px;
  margin: 0 auto 30px auto;
  display: none;
}
.module-employeelist .employee-details h1,
.module-employeelist .employee-details h2,
.module-employeelist .employee-details a {
  font-family: 'Inter', serif;
  font-style: normal;
}
.module-employeelist .employee-details h1 span {
  display: none;
}
.module-formbuilder {
  background-color: #f0e6db;
  padding: 40px;
  border-radius: 10px;
}
.module-formbuilder button {
  background-color: #9b112a;
  border-radius: 20px;
  color: #f4eee8;
  display: inline-block;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out;
}
.module-formbuilder button:hover {
  color: #f4eee8;
  transform: scale(1.05);
}
.module-formbuilder label {
  font-size: 14px;
}
.module-formbuilder .col-sm-6 {
  padding-left: 0;
}
.module-carousel.forside-detaljer {
  max-width: 600px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.forside-detaljer {
    max-width: 80vw;
  }
}
.module-carousel.forside-detaljer .item {
  border-radius: 1000px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.module-carousel.forside-detaljer .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.module-breadcrumb {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.module-breadcrumb li {
  padding-left: 5px !important;
  font-size: 13px;
}
.module-breadcrumb li a {
  font-size: 13px;
}
.module-breadcrumb a:hover,
.module-breadcrumb li:first-of-type a:hover:before {
  color: #9b112a;
}
.poster {
  background-color: #f0e6db;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.poster h2 {
  font-family: 'Inter', serif;
  font-style: normal;
}
.body-mi173 img {
  margin-bottom: 25px;
}
.trappestiler {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .trappestiler {
    gap: 10px;
  }
}
.trappestiler a {
  width: 23%;
  text-align: center;
  padding: 12px 0;
  font-family: 'Inter', serif;
  font-size: 19px;
  border: 1px solid #33281f;
  color: #33281f;
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trappestiler a {
    width: 48%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .trappestiler a {
    width: 48%;
    font-size: 14px;
  }
}
.trappestiler a:hover {
  background-color: #33281f;
  text-decoration: none;
  color: #f4eee8;
}
.module-gallery div {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  flex-wrap: wrap;
}
.module-gallery div a {
  width: 23%;
  height: 170px;
  border-radius: 5px;
  margin-bottom: 2%;
  overflow: hidden;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-gallery div a {
    width: 48%;
  }
}
.module-gallery div a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.body-mi443 img {
  max-height: 200px;
  margin-top: 20px;
}
.link a {
  text-decoration: underline;
  text-underline-position: under;
}
.body-mi296 .Personligpreg-gallerier {
  background-color: #fdf7f2;
  padding: 70px 0;
  border-bottom: 1px solid #f4eee8;
}
.body-mi296 .Personligpreg-gallerier .module-gallery a {
  height: 310px;
  width: 100%;
}
.body-mi296 .Personligpreg-gallerier .module-gallery a img {
  object-fit: contain;
}
.body-mi296 .Personligpreg-gallerier .module-gallery.detaljer a {
  height: auto;
  width: 31%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi296 .Personligpreg-gallerier .module-gallery.detaljer a {
    width: 48%;
  }
}
.body-mi296 .Personligpreg-gallerier .module-article {
  text-align: center;
}
.body-mi296 .tretyper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3%;
}
.body-mi296 .tretyper .type {
  text-align: center;
  width: 22%;
  margin-bottom: 3%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .body-mi296 .tretyper .type:hover {
    background-color: white;
    padding: 20px;
    transform: scale(1.3);
    border-radius: 10px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi296 .tretyper .type {
    width: 48%;
  }
}
.body-mi296 .tretyper .img-holder {
  border-radius: 1000px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.body-mi296 .tretyper .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.body-mi296 .tretyper .text-holder {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi296 .tretyper .text-holder p {
    font-size: 14px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi296 .tretyper .text-holder p {
    font-size: 13px;
  }
}
.body-mi296 .tretyper .furu-hvit .img-holder {
  border: 1px solid lightgrey;
}
@media (min-height: 900px) {
  .mfp-content img.mfp-img {
    max-height: 70vh !important;
  }
}
.partner-logoer p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
}
.partner-logoer p a {
  width: 22%;
  margin-bottom: 4%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .partner-logoer p a {
    width: 45%;
  }
}
.body-mi455 .poster.knapp p a {
  background-color: #33281f;
}
.video {
  border: 0;
  aspect-ratio: 16/9;
}
.module-carousel .slick-arrow {
  background: transparent;
  width: 35px;
  height: 35px;
}
.module-carousel .slick-arrow:hover,
.module-carousel .slick-arrow:focus {
  background: transparent;
}
.module-carousel .slick-arrow:before {
  content: '';
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/arrow-carousel.svg?v=1731326741459);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  display: block;
}
.module-carousel .slick-prev {
  transform: rotate(180deg);
}
.module-carousel img {
  border-radius: 10px;
}
.to-the-top {
  position: fixed;
  background-color: #33281f;
  padding: 5px 10px;
  border-radius: 10px;
  right: 30px;
  bottom: 50px;
  z-index: 33;
}
.to-the-top a {
  color: #f4eee8 !important;
}
.smal-bg {
  max-width: 900px;
  margin: 0 auto;
}
.sirkel img {
  border-radius: 1000px;
}
.module-carousel.historie .slick-prev {
  left: -100px;
}
@media (max-width: 1375px) {
  .module-carousel.historie .slick-prev {
    left: -20px;
  }
}
.module-carousel.historie .slick-prev:before {
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/arrow-brown.svg?v=1742407208026);
}
.module-carousel.historie .slick-next {
  right: -100px;
}
@media (max-width: 1375px) {
  .module-carousel.historie .slick-next {
    right: -20px;
  }
}
.module-carousel.historie .slick-next:before {
  background-image: url(https://files.solvecms.com/trappespesialisten/45ace08/arrow-brown.svg?v=1742407208026);
}
.module-carousel.historie .item {
  text-align: center;
  padding: 0 20px;
}
.module-carousel.historie .item img {
  height: 230px;
  border-radius: 20px;
}
.module-carousel.historie .item h2 {
  color: #33281f;
  position: relative;
  line-height: 1em;
  font-size: 45px;
  padding: 0 10px 10px 10px;
  border-radius: 5px;
  background-color: #f0e6db;
  display: inline-block;
}
.module-carousel.historie .item p {
  text-align: left;
  margin-bottom: 5px;
}
