/* Color */
/* extra */
.mce-menu {
  position: fixed !important;
}
.transition-all {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.transition-o {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.transition-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.shadow {
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
}
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
/* row-machine
.row-machine(@numPerRow, @margin) {
	width: ((100% - ((@numPerRow - 1) * @margin)) / @numPerRow);
	float: left;
	margin-right: @margin;
	&:nth-child(@{numPerRow}n) {
		margin-right: 0;
	}
	&:nth-child(@{numPerRow}n+1) {
		clear: left;
	}
}
*/
.feedback {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.feedback span {
  display: none;
  font-size: 17px;
  padding: 10px;
  background-color: #007eff;
  color: white;
}
@media (min-width: 1200px) {
  .feedback .xxl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feedback .xl {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feedback .l {
    display: block;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .feedback .m {
    display: block;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .feedback .s {
    display: block;
  }
}
@media (max-width: 320px) {
  .feedback .xs {
    display: block;
  }
}
.superadmin .feedback {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Layout */
body {
  word-wrap: break-word;
}
body.menu-open {
  right: 0;
}
body.menu-open .module-menu-holder.sidemenu .module-menu {
  background-color: #83171d !important;
  top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  border: 0 !important;
  padding: 50px 25px;
  width: 100% !important;
  height: 30vh !important;
  text-align: center;
}
body.menu-open .module-menu-holder.sidemenu .module-menu li a {
  color: white;
}
.module-menu-holder.sidemenu {
  margin: 0 !important;
}
.module-menu-holder.sidemenu .module-menu-button {
  background-color: white !important;
  border-radius: 1000px !important;
}
.module-menu-holder.sidemenu .module-menu-button .icon-bar {
  background-color: #83171d;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu {
    position: fixed !important;
    top: 30px;
    right: 30px;
  }
}
/* Typography */
.module-article a {
  color: #83171d;
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 30px;
    line-height: 40px;
  }
}
h2,
h2 a {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h2,
  h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
h3,
h3 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
h3 span,
h3 a span {
  font-weight: 400;
  font-size: 26px;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
h1,
h1 a,
h2,
h2 a,
h5,
h5 a {
  font-family: proxima-nova, sans-serif;
}
h3,
h3 a,
h4,
h4 a,
h6,
h6 a,
p,
ul,
label,
th,
td,
ol {
  font-family: proxima-nova, sans-serif;
}
.module-article h1,
.module-article h1 a,
.module-article h2,
.module-article h2 a,
.module-article h5,
.module-article h5 a {
  font-family: proxima-nova, sans-serif;
}
.module-article h3,
.module-article h3 a,
.module-article h4,
.module-article h4 a,
.module-article h6,
.module-article h6 a,
.module-article p,
.module-article ul,
.module-article label,
.module-article th,
.module-article td,
.module-article ol {
  font-family: proxima-nova, sans-serif;
}
/* logo */
.module-logo a img {
  width: 120px;
  padding: 10px 0;
}
/* blog */
.module-blogfeed ul {
  display: flex;
  flex-wrap: wrap;
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul li {
  width: 100%/3;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed ul li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed ul li {
    width: 100%;
  }
}
/* employeelist */
.module-employeelist.cards {
  display: flex;
  flex-wrap: wrap;
}
.module-employeelist.cards li {
  width: 100%/3;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-employeelist.cards li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist.cards li {
    width: 100%;
  }
}
.module-employeelist.cards .facehugger.no-img {
  display: none;
}
/* must-haves */
#cookies {
  background: #83171d;
}
#cookies p,
#cookies a {
  color: white;
}
.solve-ad {
  float: right;
  margin-top: 0;
  text-align: right;
  color: grey;
}
.solve-ad a {
  color: grey;
}
.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;
  }
}
.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: black !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: black !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: #83171d;
}
.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: black;
}
.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: #83171d;
}
.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: black;
}
.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: #83171d;
}
.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;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .section-header .container .row .col-sm-12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .section-header .container .row .col-sm-12 {
    flex-wrap: wrap;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container .row .col-sm-12 {
    padding: 20px 0;
  }
  .section-header .container .row .col-sm-12 .module-logo {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
  .section-header .container .row .col-sm-12 .module-logo a {
    float: none;
  }
}
.body-mi310 .section-header {
  margin-bottom: 30px;
}
.section-header .module-menu-holder .module-menu .mi24 {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .module-menu-holder .module-menu .mi24 {
    display: block;
  }
}
.section-header .module-menu-holder .module-menu a {
  color: white;
  font-size: 19px;
  padding-right: 20px;
}
.body-mi310 {
  background-color: #f2f2f2;
}
.body-mi310 .section-standard .module-article {
  padding-bottom: 20px;
}
.openinghours {
  text-align: right;
}
.openinghours h2 {
  color: white;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .openinghours h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .openinghours h2 {
    text-align: center;
    margin-top: 20px;
  }
}
.openinghours h3 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .openinghours h3 {
    font-size: 26px;
    font-weight: 600;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .openinghours h3 {
    text-align: center;
  }
}
.shop-btn {
  border-bottom: 2px solid white;
  width: 170px;
  text-align: center;
  padding-bottom: 7px;
}
@media (min-width: 551px) and (max-width: 767px) {
  .shop-btn {
    width: 160px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .shop-btn {
    margin: 0 auto;
    margin-top: 20px;
    width: 145px;
  }
}
.shop-btn img {
  width: 20px;
  padding-bottom: 10px;
  margin-right: 10px;
}
.shop-btn a {
  font-size: 25px;
  color: white;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .shop-btn a {
    font-size: 18px;
  }
}
.opening-text {
  background-color: white;
  padding: 50px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .opening-text {
    margin-top: -140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .opening-text {
    margin-top: -90px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .opening-text {
    padding: 30px;
  }
}
.ukens-kundeavis {
  background-color: #f2f2f2;
  padding: 50px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}
.ukens-kundeavis h3 {
  line-height: normal;
  margin-bottom: 20px;
  font-size: 30px;
}
.ukens-kundeavis img {
  width: 180px;
}
.domus-footer {
  margin-bottom: 40px;
}
.domus-footer .phone {
  text-decoration: underline;
}
.domus-footer .facebook {
  margin-top: 20px;
}
.domus-footer img {
  width: 40px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .domus-footer {
    text-align: center;
  }
  .domus-footer img {
    float: none;
    margin: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder {
    padding: 0 30px;
  }
}
.article234,
.module-formbuilder {
  padding-top: 30px;
  margin-top: 20px;
}
.section-footer {
  padding: 40px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    padding: 20px 0;
  }
}
.section-footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .row {
    display: block;
  }
}
.btn.submit {
  background-color: #83171d;
  color: white;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
}
.btn.btn-blue {
  background-color: #83171d;
  color: white;
  font-size: 13px;
  border-radius: 3px;
  font-family: proxima-nova, sans-serif;
}
.ledige-lokaler-knapp {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ledige-lokaler-knapp {
    text-align: center;
  }
}
.smal-footer-bg {
  padding-top: 15px;
}
.smal-footer-bg img {
  width: 100px;
}
.stores {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.stores a {
  background-color: #cccccc;
  border-radius: 20px;
  width: 190px;
  padding: 5px 20px;
  color: black;
  font-family: proxima-nova, sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.stores a:hover {
  background-color: #83171d;
  color: white;
}
@media (min-width: 321px) and (max-width: 550px) {
  .stores a {
    width: 47%;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .stores a {
    width: 46%;
    font-size: 12px;
    padding: 5px 10px;
  }
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
}
.shop-list li {
  width: 303px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: white;
  padding: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-list li {
    width: 293px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-list li {
    width: 220px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .shop-list li {
    width: 46%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .shop-list li {
    width: 100%;
    margin-right: 0;
  }
}
.shop-list li .shop-img {
  margin-bottom: 10px;
}
.shop-list li .shop-img img {
  max-height: 70px;
}
.shop-list li .shop-opening-hours {
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-list li .shop-phone {
  font-weight: 600;
  margin-bottom: 15px;
}
.shop-list li .shop-phone a {
  color: #3caeff;
}
.shop-list li .shop-web-url a {
  border-radius: 3px;
  background-color: #b0d3f0;
  color: #1a3c6f !important;
  border: 0;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
}
.shop-list li .shop-email a {
  border-radius: 3px;
  background-color: #b0d3f0;
  color: #1a3c6f !important;
  border: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.shop-list li .some-buttons .shop-facebook-url,
.shop-list li .some-buttons .shop-instagram-url {
  display: inline-flex;
  margin-right: 5px;
}
.shop-list li .some-buttons .shop-facebook-url a {
  background-image: url(https://files.solvecms.com/domusroros/51d4f91/facebook-ikon.svg?v=1569576202106);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.shop-list li .some-buttons .shop-instagram-url a {
  background-image: url(https://files.solvecms.com/domusroros/51d4f91/instagram-ikon.svg?v=1569576202107);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.section-standard .container,
.kampanjefelt .container {
  max-width: 1000px;
}
.kampanjefelt {
  margin-bottom: 40px;
}
.module-carousel video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
