body.superadmin:after {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 17px;
  padding: 10px 15px;
  background-color: #2b2b2b;
  color: white;
  border-radius: 0 4px 0 0;
}
@media (min-width: 1800px) {
  body.superadmin:after {
    content: 'xxxl';
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  body.superadmin:after {
    content: 'xxl';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.superadmin:after {
    content: 'xl';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.superadmin:after {
    content: 'l';
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body.superadmin:after {
    content: 'm';
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body.superadmin:after {
    content: 's';
  }
}
@media (max-width: 320px) {
  body.superadmin:after {
    content: 'xs';
  }
}
.module-article .admin-config {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.module-article:hover .admin-config {
  opacity: 1;
  pointer-events: auto;
}
.regular {
  font-weight: 300;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.removeContainer > .container {
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.removeContainer > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.removeContainer > .container > .row > .col-sm-12,
.removeContainer > .container > .row > .col-sm-6,
.removeContainer > .container > .row > .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.no-bg > .container {
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-bg > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.no-bg > .container > .row > .col-sm-12,
.no-bg > .container > .row > .col-sm-6,
.no-bg > .container > .row > .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
.standard-section-padding {
  padding: 106px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .standard-section-padding {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .standard-section-padding {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) {
  .containerPadding > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  .containerPadding > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scrollingHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.2s ease-out;
  transform: translateY(-100%);
}
.scrolling-back-up .scrollingHeader {
  transform: translateY(0);
}
.section-footer,
.section-header {
  background-color: var(--dark-color);
}
.section-footer div,
.section-header div,
.section-footer a,
.section-header a,
.section-footer .module-menu-holder a,
.section-header .module-menu-holder a,
.section-footer .module-article,
.section-header .module-article {
  color: white;
}
.section-header {
  position: relative;
}
.section-header .module-logo {
  width: 243px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-header .module-logo {
    width: 200px;
  }
}
@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-header .module-logo {
    width: 232px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .module-logo {
    margin-right: 15px;
  }
}
.section-header .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headermenu-riisgroup-holder {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #headermenu-riisgroup-holder {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
}
.header-riis-group {
  margin-left: 80px;
  display: none;
}
.header-riis-group p {
  margin-bottom: 0!important;
}
@media (min-width: 1800px) {
  .header-riis-group {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .header-riis-group {
    margin-left: 10px;
  }
}
.search-holder {
  position: relative;
  max-width: 120px;
  margin: 0 auto;
  margin-left: 10px;
}
.search-icon {
  display: none;
}
input {
  background: white;
  border-radius: 1000px;
  padding: 0 10px;
  border: none;
  width: 100%;
}
input,
input::placeholder {
  color: black;
  font-size: 12px;
}
#header-hamburger {
  background: transparent;
  border: none;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  #header-hamburger {
    display: none;
  }
}
#header-hamburger .header-hamburger-icon {
  background-image: url(https://files.solvecms.com/riis-glass-fasade-no/cfd4f29/hamburger.svg?v=1614691856641);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.header-menu-open #header-hamburger .header-hamburger-icon {
  background-image: url(https://files.solvecms.com/riis-glass-fasade-no/cfd4f29/menu-cross.svg?v=1614934436281);
}
.module-menu-holder.header-menu .level1 > li > a {
  padding: 2px 10px 1px;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-menu-holder.header-menu .level1 > li > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module-menu-holder.header-menu .level1 > li > a {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    padding: 12px 36px;
  }
}
.module-menu-holder.header-menu .level1 > li > a:focus {
  text-decoration: none;
}
.module-menu-holder.header-menu .level1 > li > a .mi-txtspan {
  border-bottom: 2px solid transparent;
  transition: border 0.2s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-menu-holder.header-menu > ul {
    max-width: 940px;
    margin: auto;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-menu-holder.header-menu > ul {
    margin: auto;
    max-width: 666px;
  }
}
@media (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.header-menu {
    padding: 35px 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--dark-color);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transform: translateY(-15px);
    text-align: center;
  }
  .header-menu-open .module-menu-holder.header-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .module-menu-holder.header-menu > ul > li {
    float: none;
  }
  .module-menu-holder.header-menu a {
    display: inline-flex;
    align-items: center;
  }
  .module-menu-holder.header-menu a:hover {
    color: white;
  }
  .module-menu-holder.header-menu .level1 > li > a {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
  }
  .module-menu-holder.header-menu .level2 > li > a {
    text-transform: uppercase;
    font-size: 28px;
  }
  .module-menu-holder.header-menu .sub-level-0 {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 1px;
  }
  .module-menu-holder.header-menu .level3 > .sub-level-1 > a {
    font-weight: bold;
  }
  .module-menu-holder.header-menu .has-children > a:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 16px;
    margin-right: 10px;
    background-image: url(https://files.solvecms.com/riis-glass-fasade-no/cfd4f29/arrow-right.svg?v=1614867301732);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .module-menu-holder.header-menu .has-children span {
    display: inline-block;
  }
  .module-menu-holder.header-menu > ul.level1 ul {
    margin-left: 15px;
    border: none;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .module-menu-holder.header-menu ul ul {
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
  }
  .module-menu-holder.header-menu .level1 > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.module-menu-holder.header-menu .level1 > li {
  display: none;
  position: relative;
}
.module-menu-holder.header-menu .level1 > li.mi227,
.module-menu-holder.header-menu .level1 > li.mi221,
.module-menu-holder.header-menu .level1 > li.mi233,
.module-menu-holder.header-menu .level1 > li.mi239,
.module-menu-holder.header-menu .level1 > li.mi245,
.module-menu-holder.header-menu .level1 > li.mi251,
.module-menu-holder.header-menu .level1 > li.mi108,
.module-menu-holder.header-menu .level1 > li.mi257 {
  display: block;
}
.module-menu-holder.header-menu .level1 > li.mi227 a {
  background: var(--secondary-color);
}
@media (min-width: 992px) {
  .module-menu-holder.header-menu .level1 > li:hover .mi-txtspan,
  .module-menu-holder.header-menu .level1 > li.current .mi-txtspan {
    border-bottom-color: var(--secondary-color);
  }
}
.module-menu-holder.header-menu .level1 > li:hover > a,
.module-menu-holder.header-menu .level1 > li.current > a {
  color: inherit;
  font-weight: normal;
}
@media (max-width: 991px) {
  .module-menu-holder.header-menu .level1 > li:hover > a,
  .module-menu-holder.header-menu .level1 > li.current > a {
    font-weight: 600;
  }
}
.section-footer {
  padding: 73px 0;
}
.section-footer .module-article a {
  color: var(--secondary-color);
}
@media (max-width: 991px) {
  .section-footer {
    padding: 66px 0;
  }
}
.section-footer .footer-container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px), (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-footer .footer-container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1800px) {
  .section-footer .footer-links td:nth-of-type(2) {
    min-width: 300px!important;
  }
  .section-footer .footer-links td:nth-of-type(3) {
    min-width: 330px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .section-footer .footer-links td:nth-of-type(3) p:first-of-type {
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-footer .footer-links table {
    width: 100%;
  }
  .section-footer .footer-links tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.section-footer .footer-links td {
  vertical-align: top;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .section-footer .footer-links td {
    padding-right: 40px;
    min-width: 230px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-footer .footer-links td {
    display: block;
    margin-bottom: 50px;
  }
}
.section-footer .footer-links p {
  font-size: 22px;
}
.section-footer .footer-links a {
  margin-bottom: 20px;
  display: block;
  color: white;
}
.section-footer .footer-links h3 {
  font-size: 25px;
  color: white;
}
.section-footer .footer-separator {
  display: inline-block;
  height: 44px;
  width: 1px;
  background: white;
  margin: 0 10px;
}
.section-footer .footer-contact-links {
  margin: 0 10px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .footer-contact-links {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section-footer .footer-contact-links p {
  display: flex;
  align-items: center;
}
.section-footer .footer-contact-links a {
  padding: 15px;
  font-size: 22px;
}
.section-footer .footer-icon-logo-holder {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px), (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-footer .footer-icon-logo-holder {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .footer-icon-logo-holder {
    flex-direction: column;
    align-items: center;
  }
}
.section-footer .copyright-footer {
  margin-top: 50px;
  text-align: center;
  font-size: 15px;
}
.section-footer h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-footer h3 {
    margin: 70px 0 30px;
  }
}
.section-footer a {
  text-decoration-line: underline;
}
.section-footer .riis-group-logo {
  width: 237px;
}
@media (max-width: 991px) {
  .section-footer .riis-group-logo {
    width: 185px;
  }
}
.section-footer .riis-group-logo img {
  width: 100%;
}
body #cookies {
  left: auto;
  width: 300px;
  padding: 15px 20px;
  background: white;
  border-top-left-radius: 5px;
  box-shadow: 0 0 5px #00000045;
}
body #cookies p {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
}
body #cookies > .container {
  width: auto;
}
body #cookies .cookies-content {
  display: flex;
}
.section.frontpage-head {
  /*
	.search-product-shopping-link-holder {
		@media @xxxl, @xxl {
			//width: calc(676px - var(--scrollbar-width));
			width: 100%;
		}
		display: flex;
		flex-direction: column;
		@media @xl, @l, @m, @s, @xs {
			flex-direction: column-reverse;
		}
		.sok-produkt,
		.shopping-link {
			padding: 48px;
			@media @xxxl {
				padding: 75px;
			}
			@media @l, @m, @s, @xs {
				padding: 24px;
			}
		}
		.sok-produkt {
			background: var(--dark-color);
			margin-bottom: 9px;
			.search-holder {
				position: relative;
				max-width: 900px;
				margin: 0 auto;
			}
			.search-icon {
				position: absolute;
				top: 0;
				left: 0;
				width: 75px;
				height: 100%;
				background-image: url(https://files.solvecms.com/riis-glass-fasade-no/cfd4f29/forstorrelsesglass.svg?v=1614954752103);
				background-size: 38px;
				background-repeat: no-repeat;
				background-position: center;
				@media @s, @xs {
					width: 48px;
					background-size: 25px;
				}
			}
			input {
				background: white;
				border-radius: 1000px;
				padding: 15px 15px;
				padding-left: 75px;
				@media @m, @s, @xs {
					padding-left: 49px;
				}
				border: none;
				height: 66px;
				width: 100%;
				&,
				&::placeholder {
					color: black;
					font-size: 25px;
					@media @m, @s, @xs {
						font-size: 18px;
					}
				}
			}
		}
		.shopping-link {
			background: var(--secondary-color);
			color: white;
			text-decoration: none;
			position: relative;
			display: none;
		}
		.order-home {
			font-size: 24px;
			display: inline-block;
			padding-bottom: 10px;
			border-bottom: 1px solid white;
		}
		.go-to-store {
			font-size: 50px;
			@media @l, @m, @s, @xs {
				font-size: 40px;
			}
		}
		.shopping-link-icon {
			@media @xxxl, @xxl, @xl, @l, @m {
				position: absolute;
			}
			right: 50px;
			bottom: 50px;
			@media (min-width: 1200px) and (max-width: 1325px) {
				width: 130px;
			}
			@media @xxxl {
				width: 210px;
				right: 32px;
				bottom: 40px;
			}
			@media @l, @m, @s, @xs {
				width: 170px;
			}
		}
	}*/
}
.section.frontpage-head > .container {
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.section.frontpage-head > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.section.frontpage-head > .container > .row > .col-sm-12,
.section.frontpage-head > .container > .row > .col-sm-6,
.section.frontpage-head > .container > .row > .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .section.frontpage-head {
    padding: 9px 0;
  }
}
.section.frontpage-head .col-sm-12 .carousel {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .section.frontpage-head .col-sm-12 .carousel {
    margin-right: 10px;
    float: left;
  }
}
@media (min-width: 1800px) {
  .section.frontpage-head .col-sm-12 .carousel {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .section.frontpage-head .col-sm-12 .carousel {
    width: 100%;
  }
}
.section.frontpage-head .col-sm-12 .carousel .item {
  position: relative;
}
.section.frontpage-head .col-sm-12 .carousel .item img {
  height: 60vw;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1800px) {
  .section.frontpage-head .col-sm-12 .carousel .item img {
    height: 495px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .section.frontpage-head .col-sm-12 .carousel .item img {
    height: 387px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.frontpage-head .col-sm-12 .carousel .item img {
    height: 350px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .section.frontpage-head .col-sm-12 .carousel .item img {
    height: 300px;
  }
}
.section.frontpage-head .col-sm-12 .carousel .item .slide-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}
.section.frontpage-head .col-sm-12 .carousel .item .slide-caption h1 {
  font-size: 50px;
  background: transparent;
  text-transform: none;
  text-align: center;
  float: none;
  display: block;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-head .col-sm-12 .carousel .item .slide-caption h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (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.frontpage-head .col-sm-12 {
    flex-direction: column;
  }
}
.frontpage-featured-products-campaign-poster-holder {
  display: flex;
}
@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) {
  .frontpage-featured-products-campaign-poster-holder {
    flex-direction: column;
  }
}
.frontpage-featured-products {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 60px;
}
.frontpage-featured-products .module-article {
  display: inline-block;
  border: 1px solid var(--cover-color);
  padding: 36px 22px 0 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.frontpage-featured-products .module-article p {
  height: 191px;
}
.frontpage-featured-products .module-article p img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.frontpage-featured-products .module-article h3 {
  flex-grow: 1;
  margin-bottom: 20px;
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.frontpage-featured-products .module-article h6 {
  position: relative;
  bottom: -20px;
  display: block;
  margin: 0;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 25px;
  z-index: 2;
}
.frontpage-featured-products .module-article h6 span {
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.frontpage-featured-products .module-article h6:before {
  content: '';
  width: 100px;
  height: 100px;
  display: block;
  background: white;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.campaign-poster {
  width: 350px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .campaign-poster {
    margin-left: 64px;
  }
}
.campaign-poster p {
  padding: 50px 30px;
  background: var(--secondary-color);
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}
@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) {
  .campaign-poster {
    margin: 40px auto 15px;
  }
  .campaign-poster p {
    font-size: 20px;
  }
}
.products-overview {
  padding: 20px 0 16px;
}
.products-overview ~ .section {
  margin-bottom: 60px;
}
.products-overview.for-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.2s ease-out;
  transform: translateY(-100%);
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .scroll-beyond-min.scrolling-back-up .products-overview.for-scroll {
    transform: translateY(0);
  }
}
.product-shortcuts {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1px;
  background: white;
}
@media (max-width: 991px) {
  .product-shortcuts {
    flex-wrap: wrap;
  }
}
.product-shortcuts a {
  text-align: center;
  background: var(--secondary-color);
  color: white;
  border-right: 1px solid var(--secondary-color);
  padding: 18px;
  flex-grow: 1;
  text-decoration-thickness: 1px;
}
.product-shortcuts a:last-child {
  border-right: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-shortcuts a {
    flex-basis: 33.3333%;
  }
  .product-shortcuts a:nth-of-type(3n) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .product-shortcuts a {
    border-bottom: 1px solid var(--secondary-color);
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .product-shortcuts a {
    flex-basis: 50%;
  }
  .product-shortcuts a:nth-of-type(2n) {
    border-right: none;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .product-shortcuts a {
    flex-basis: 100%;
    border-right: none;
  }
}
.product-shortcuts .img-holder {
  margin: 0 auto 18px;
  height: 106px;
  width: 138px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .product-shortcuts .img-holder {
    height: 80px;
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-shortcuts .img-holder {
    height: 70px;
    width: 90px;
  }
}
.product-shortcuts .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .article573 {
    display: none;
  }
}
.article573 h3 {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.body-mi221 .product-section:not(.products-overview + .product-section) {
  margin-top: 120px;
}
.body-mi221 .section-standard {
  padding: 0;
}
body .headline-bg-img.product-shortcuts-first-article {
  margin-top: 0;
}
:root {
  --scrollbar-width: calc(100vw - 100%);
}
:root {
  --primary-color: #ec1c23;
  --secondary-color: #008d49;
  --dark-color: #232526;
  --cover-color: #848484;
  --light-color: #f2f2f2;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
}
body img {
  max-width: 100%;
}
body .module-article {
  line-height: 1.5em;
}
body .module-article p {
  font-size: 20px;
  margin-bottom: 25px;
}
body .module-article h1,
body .module-article h2,
body .module-article h3,
body .module-article h4,
body .module-article h5,
body .module-article h6 {
  font-weight: 600;
}
body .module-article h3 {
  font-size: 30px;
  color: var(--secondary-color);
}
body .module-article a {
  color: var(--secondary-color);
}
body a {
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.col-sm-12 {
  min-height: 0;
}
.col-sm-6,
.col-sm-12 {
  position: static;
}
@media (min-width: 1800px) {
  .section-header > .container,
  .section-footer > .container {
    width: 1680px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) {
  .section-header > .container,
  .section-footer > .container,
  .section.frontpage-head > .container,
  .page-content > .section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  .section-header > .container,
  .section-footer > .container,
  .section.frontpage-head > .container,
  .page-content > .section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-standard {
  position: relative;
  padding: 106px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-standard {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .section-standard {
    padding: 40px 0;
  }
}
.narrow-container {
  padding: 106px 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .narrow-container {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .narrow-container {
    padding: 40px 0;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .narrow-container > .container {
    width: 1064px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .narrow-container.reverse .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.light-grey {
  padding: 106px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .light-grey {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .light-grey {
    padding: 40px 0;
  }
}
.dark-bg {
  padding: 106px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dark-bg {
    padding: 85px 0;
  }
}
@media (max-width: 991px) {
  .dark-bg {
    padding: 40px 0;
  }
}
.dark-bg .module-article h3 {
  color: white;
  font-weight: normal;
  margin-bottom: 45px;
}
.section.header {
  padding: 104px 0;
}
.section.header .module-article {
  text-align: center;
}
.section.header h1 {
  display: inline-block;
  background: var(--secondary-color);
  color: white;
  padding: 26px 92px;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .module-article.halfpage-img-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 30px);
  }
}
.module-article.halfpage-img-right p {
  height: 100%;
  margin: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.halfpage-img-right p {
    margin-top: 30px;
  }
}
.module-article.halfpage-img-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .module-article.halfpage-img-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% + 30px);
  }
}
.module-article.halfpage-img-left p {
  height: 100%;
  margin: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.halfpage-img-left p {
    margin-bottom: 30px;
  }
}
.module-article.halfpage-img-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-article.inspiration a {
  color: white;
}
.module-article.inspiration p {
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.module-article.inspiration p img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-article.inspiration h3 {
  position: absolute;
  top: 20px;
  right: -9px;
  background: var(--secondary-color);
  font-size: 20px;
  padding: 10px 40px;
}
body .headline-bg-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  overflow: hidden;
  margin: 0 0 30px;
}
body .headline-bg-img:not(:first-child) {
  margin: 60px 0 30px;
}
body .headline-bg-img p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
body .headline-bg-img p img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .headline-bg-img h1,
body .headline-bg-img h2,
body .headline-bg-img h3,
body .headline-bg-img h4 {
  background: var(--secondary-color);
  padding: 0.55em 1em;
  position: relative;
  z-index: 2;
  color: white;
}
body .headline-bg-img h1 {
  font-weight: 600;
  font-size: 30px;
}
.no-bg body .headline-bg-img {
  padding: 104px 0;
}
.products-helptext p {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 0 0 30px;
}
.product-section h6 {
  display: none;
}
.products-lightgrey {
  padding: 30px 0 46px;
}
.module-gallery > div > a img,
.module-gallery > div > a {
  width: 100%;
}
.module-gallery > div > a {
  margin-bottom: 22px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-gallery > div > a {
    margin-bottom: 15px;
  }
}
.module-gallery .thumbs {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
.module-gallery .thumbs a {
  width: 22%;
  width: calc(100% / 4 - 22px);
  margin: 0;
  height: 180px;
}
.module-gallery .thumbs a:nth-of-type(n + 5) {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-gallery .thumbs a {
    width: calc(100% / 4 - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-gallery .thumbs a {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-gallery .thumbs a {
    height: 100px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-gallery .thumbs a {
    height: 80px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .module-gallery .thumbs a {
    height: 60px;
  }
}
@media (max-width: 320px) {
  .module-gallery .thumbs a {
    height: 50px;
  }
}
.module-gallery .thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.module-article .webshop-link,
.webshop-link {
  background: var(--secondary-color);
  color: white;
  padding: 16px 30px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
}
.standard-contact {
  margin: 0 auto;
}
@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) {
  .standard-contact {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .standard-contact {
    width: 812px;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .contact-form-header {
    display: flex;
  }
}
.contact-form-header h3 {
  color: black;
  display: inline-block;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .contact-form-header h3 {
    margin-right: 60px;
  }
}
.contact-form-header h3:after {
  content: '';
  display: block;
  height: 3px;
  background: var(--secondary-color);
  margin: 5px 0 20px;
}
.contact-form-header p {
  font-size: 20px;
  line-height: 1.4em;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .contact-form-header p {
    width: 300px;
  }
}
.module-formbuilder {
  margin-top: 20px;
}
.module-formbuilder .form-group {
  position: relative;
}
.module-formbuilder .form-group label {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--secondary-color);
}
.module-formbuilder label,
.module-formbuilder input,
.module-formbuilder textarea {
  font-size: 20px;
  padding: 25px 16px;
  line-height: 1em;
  margin: 0;
  display: block;
  font-weight: normal;
}
.module-formbuilder input,
.module-formbuilder textarea {
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.module-formbuilder input {
  padding-left: 120px;
  height: auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder input {
    padding-left: 90px;
  }
}
.module-formbuilder textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 20ch;
  max-height: 80ch;
  padding-top: 5ch;
}
.module-formbuilder .submit {
  background: black;
  color: white;
  padding: 15px 50px;
  font-weight: 600;
  font-size: 25px;
  border-radius: 0;
  line-height: 1em;
  float: right;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  #headlineLinksPos {
    columns: 2;
    column-gap: 20px;
    position: relative;
    margin: 0 0 60px;
  }
  #headlineLinksPos:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    background: var(--secondary-color);
  }
}
@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) {
  #headlineLinksPos {
    margin: 0 0 40px;
  }
}
#headlineLinksPos a {
  color: var(--secondary-color);
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}
.product-card {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
.product-card > p:first-of-type {
  margin: -20px;
  margin-bottom: 20px;
}
.product-card h4 {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.product-card p a {
  background-color: var(--secondary-color);
  color: white;
  padding: 13px 20px;
  display: inline-block;
  margin-top: 23px;
  font-weight: 600;
}
.module-article [title='knapp'],
[title='knapp'] {
  background-color: var(--secondary-color);
  color: white;
  padding: 13px 20px;
  display: inline-block;
  margin-top: 23px;
  font-weight: 600;
}
.module-article [title='knapp']:hover,
[title='knapp']:hover {
  color: white;
}
body .module-feed .items {
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
}
body .module-feed .items > a {
  text-decoration: underline;
  color: var(--secondary-color);
}
body .module-feed .title {
  margin: 10px 0;
  font-size: 26px;
}
body .module-feed .image-holder {
  padding-bottom: 56.4%;
  position: relative;
}
body .module-feed .image-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .module-feed .category-selection {
  margin-bottom: 30px;
  text-align: center;
}
body .module-feed .category-selection button.all,
body .module-feed .category-selection button.regular {
  padding: 20px 40px;
  margin: 0 10px 10px 0;
  background-color: var(--secondary-color);
}
body .module-feed .category-selection button.all.active,
body .module-feed .category-selection button.regular.active {
  background-color: black;
}
body .module-feed .category-selection button.reset {
  padding: 20px 10px;
}
@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) {
  body .module-feed .category-selection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
  }
  body .module-feed .category-selection button.all,
  body .module-feed .category-selection button.regular {
    padding: 20px;
  }
  body .module-feed .category-selection button.reset {
    padding: 20px 5px;
  }
}
body .module-feed.inspiration .item {
  text-decoration: none;
  position: relative;
}
body .module-feed.inspiration .title {
  position: absolute;
  top: 15%;
  right: 0;
  padding: 10px 40px;
  background-color: var(--secondary-color);
  color: white;
  z-index: 2;
}
.article636 h3 {
  margin: 50px 0 20px;
}
#google-map-699 .vue-map-container {
  height: 420px;
}
.article145 [title='phone'],
.article145 [title='email'] {
  font-weight: 600;
}
.article145 [title='phone']:before,
.article145 [title='email']:before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.article145 [title='phone'] {
  display: block;
  margin-top: 30px;
}
.article145 [title='phone']:before {
  background-image: url(https://files.solvecms.com/riis-glass-og-fasade-no/e10e13c/phone.svg?v=1616769681303);
}
.article145 [title='email']:before {
  background-image: url(https://files.solvecms.com/riis-glass-og-fasade-no/e10e13c/email.svg?v=1616769676483);
}
.module-article.article144 {
  margin-bottom: 0;
}
.mce-tooltip {
  position: fixed !important;
}
.mce-panel.mce-floatpanel.mce-menu {
  position: fixed !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article1034 h2 {
    font-size: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .row-reverse-mobile {
    display: block;
  }
}
