.map-section {
  background-color: #f2f2f2;
}
@media (min-width: 1200px) {
  .map-section > .container {
    width: auto;
    max-width: 1600px;
  }
}
#cc-map .col-sm-6 .heading {
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #cc-map .col-sm-6 {
    width: auto;
    padding: 0;
    float: none;
  }
}
@media (min-width: 992px) {
  #cc-map .col-sm-6.right.map {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #cc-map .col-sm-6.right.map {
    padding: 0;
  }
}
#cc-map .col-sm-6.left {
  padding: 80px 20px;
}
#cc-map .col-sm-6.left a {
  display: block;
}
#cc-map .col-sm-6.left a .back-text {
  color: #333333;
  font-size: 20px;
  text-decoration: underline;
}
#cc-map .col-sm-6.left .all-stages {
  margin-bottom: 40px;
}
#cc-map .col-sm-6.left .all-stages .pre-text {
  font-weight: bold;
}
#cc-map .col-sm-6.left .stage-one a {
  display: inline-block;
}
#cc-map .col-sm-6.left .stage-two {
  /*
			.members-by-distance {
				padding-left: 30px;
				background-color: white;
				padding: 30px;
				border-radius: 5px;
				display: inline-block;
				.member-name,
				.member-phone,
				.member-address,
				.member-email {
					font-size: 20px;
					a {
						color: @main;
						margin-bottom: 10px;
					}
				}
				.member-name {
					font-weight: bold;
				}
			}*/
}
#cc-map .col-sm-6.left .stage-two .pre-text {
  font-weight: bold;
}
@media (min-width: 992px) {
  #cc-map .col-sm-6.left {
    padding: 140px 20px;
  }
}
#cc-map h1 {
  color: #333333;
  font-size: 45px;
  margin-bottom: 30px;
}
#cc-map .search .search-bar .form-control {
  font-size: 16px;
}
#cc-map .search input {
  margin-bottom: 15px;
}
#cc-map .search label {
  font-size: 16px;
}
#cc-map .pre-text {
  margin-bottom: 25px;
}
#cc-map .btn-primary {
  padding: 15px 35px;
  background-color: #1cb61c;
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 1000px;
  border: 0;
}
@media (max-width: 767px) {
  #cc-map .btn-primary {
    padding: 20px 35px;
    font-size: 16px;
  }
}
#cc-map .all-stages .facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
#cc-map .all-stages .facilities .facility {
  margin-bottom: 10px;
  width: 49%;
}
@media (max-width: 767px) {
  #cc-map .all-stages .facilities .facility {
    width: 100%;
  }
}
#cc-map .all-stages .facilities .facility label {
  display: flex;
}
#cc-map .all-stages .facilities .facility label [type='checkbox'] {
  display: none;
}
#cc-map .all-stages .facilities .facility label .checkbox {
  border: 1px solid grey;
  border-radius: 20px;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
}
#cc-map .all-stages .facilities .facility label .checkbox i {
  transition: opacity 0.2s ease;
  display: block;
  transform-origin: 0 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://files.solvecms.com/vvseksperten-no3/51b9831/checkmark.svg?v=1668506835942);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 8px;
  opacity: 0;
}
#cc-map .all-stages .facilities .facility label .facility-name {
  margin-left: 10px;
  margin-top: -1px;
}
#cc-map .all-stages .facilities .facility.checked .checkbox i {
  opacity: 1;
}
.members-by-distance .member {
  padding: 15px 10px;
  display: grid;
  grid-template: 'member-name member-phone' 'member-address member-email';
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.members-by-distance .member:last-of-type {
  border: none;
}
.members-by-distance .member i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8.5px;
  width: 21.5px;
  height: 21.5px;
}
.members-by-distance a:hover {
  text-decoration: none;
}
.members-by-distance .member-name {
  grid-area: member-name;
}
.members-by-distance .member-name p {
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin-bottom: 0;
}
.members-by-distance .member-phone {
  grid-area: member-phone;
}
.members-by-distance .member-phone a {
  font-size: 14px;
  color: black;
}
.members-by-distance .member-phone a i {
  background-image: url('https://files.solvecms.com/vvseksperten-no3/51b9831/phone.svg?v=1668516386284');
  width: 16px;
  height: 16px;
}
.members-by-distance .member-address {
  grid-area: member-address;
}
.members-by-distance .member-address a {
  font-size: 14px;
  color: black;
}
.members-by-distance .member-address a i {
  background-image: url('https://tryggmedia-storage.s3.eu-west-1.amazonaws.com/anleggsgartner-pa-hjul/pin.svg');
  width: 10px;
  height: 13px;
}
.members-by-distance .member-email {
  grid-area: member-email;
}
.members-by-distance .member-email a {
  font-size: 14px;
  color: black;
}
.members-by-distance .member-email a i {
  background-image: url('https://files.solvecms.com/vvseksperten-no3/51b9831/mail.svg?v=1668516385995');
  width: 15px;
  height: 12px;
}
.vue-map-container {
  height: 80vh;
}
@media (min-width: 992px) {
  .vue-map-container {
    height: 80vh;
  }
}
.vue-map .gm-style-iw.gm-style-iw-c {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  color: #333333;
}
.vue-map .gm-style-iw.gm-style-iw-c a {
  text-decoration: underline;
  color: #333333;
}
.vue-map .gm-style-iw.gm-style-iw-c .title {
  font-size: 20px;
}
.vue-map .gm-style-iw.gm-style-iw-c .address .zip-cdode {
  margin-right: 4px;
}
.vue-map .gm-style-iw.gm-style-iw-c .address,
.vue-map .gm-style-iw.gm-style-iw-c .contact-person,
.vue-map .gm-style-iw.gm-style-iw-c .facilities,
.vue-map .gm-style-iw.gm-style-iw-c .facilities-listed {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.vue-map .gm-style-iw.gm-style-iw-c .address a:focus,
.vue-map .gm-style-iw.gm-style-iw-c .contact-person a:focus,
.vue-map .gm-style-iw.gm-style-iw-c .facilities a:focus,
.vue-map .gm-style-iw.gm-style-iw-c .facilities-listed a:focus {
  outline: none;
}
.vue-map .gm-style-iw.gm-style-iw-c .street-address,
.vue-map .gm-style-iw.gm-style-iw-c .cp-phone {
  display: block;
}
.vue-map .gm-style-iw.gm-style-iw-c .prefix {
  font-weight: bold;
}
.vue-map .gm-style-iw.gm-style-iw-c .cp-name {
  margin: 0;
}
.vue-map .gm-style-iw.gm-style-iw-c .btn.go-to-member-page {
  padding: 10px 25px;
  background-color: #333333;
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 1000px;
  border: 0;
}
.vue-map .gm-style .member-address {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.vue-map .gm-style .member-address .street-address {
  flex-basis: 100%;
}
.vue-map .prefix {
  margin: 0;
}
.vue-map .cp-title {
  margin: 0;
}
@media (min-width: 992px) {
  .vue-map {
    width: 50vw;
    transform: translateX(-10px);
  }
}
/* VA Eksperten 2024 */
.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: 1200px) {
  body:before {
    content: 'xxl';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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;
}
/* Layout */
body {
  word-wrap: break-word;
  font-family: futura-pt, sans-serif;
}
/* Typography */
.module-article a {
  color: #333333;
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  min-height: 5px;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 30px;
    line-height: 40px;
  }
}
h2,
h2 a {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h2,
  h2 a {
    font-size: 25px;
    line-height: 30px;
  }
}
h3,
h3 a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* logo */
.module-logo {
  float: none;
  margin: 30px 0;
  text-align: center;
}
.module-logo a {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.module-logo a img {
  width: 200px;
  float: none;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-logo {
    margin: 20px 0;
    float: left;
  }
  .module-logo a {
    float: left;
  }
  .module-logo a img {
    float: left;
  }
}
/* blog */
.module-blogfeed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul li {
  width: 31%;
  border: 0;
}
.module-blogfeed ul li .blogfeed-img {
  height: 250px;
}
.module-blogfeed ul li .blogfeed-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.module-blogfeed ul li .blogfeed-info {
  padding: 20px 0;
}
.module-blogfeed ul li .blogfeed-title1 h2 {
  line-height: 25px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-blogfeed ul li {
    width: 48%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed ul li {
    width: 100%;
  }
}
.module-blogfeed .blogfeed-title1:hover,
.module-blogfeed .blogfeed-title2:hover {
  color: #333333;
}
/* 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: #333333;
}
#cookies p,
#cookies a {
  color: white;
}
.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: 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: #333333 !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: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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;
}
.module-menu-holder.hover {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
.module-menu-holder.hover .module-menu.level1 {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.module-menu-holder.hover li {
  display: none;
}
.module-menu-holder.hover li a {
  text-transform: uppercase;
}
.module-menu-holder.hover li a:hover {
  color: #333333;
}
.module-menu-holder.hover .mi90,
.module-menu-holder.hover .mi204,
.module-menu-holder.hover .mi186,
.module-menu-holder.hover .mi714 {
  display: block;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.hover {
    display: none;
  }
}
.box {
  padding: 40px;
}
.grey {
  padding: 50px 0 80px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grey {
    padding: 40px;
  }
}
.btn.btn-black {
  background-color: #333333;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 25px;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}
.btn.btn-black:hover {
  background-color: black;
}
@media (max-width: 320px) {
  .btn.btn-black {
    font-size: 16px;
  }
}
.flex {
  margin: 40px 0 80px 0;
}
.flex .container .row .col-sm-12 {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.flex .container .row .col-sm-12 .module-article {
  width: 50%;
}
.flex .container .row .col-sm-12 .module-article img {
  margin-bottom: -10px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .flex .container .row .col-sm-12 .module-article img {
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .flex .container .row .col-sm-12 {
    flex-direction: column-reverse;
  }
  .flex .container .row .col-sm-12 .module-article {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .flex {
    margin: 0;
  }
}
.section-footer {
  padding: 40px 0;
  color: white;
}
.section-footer p {
  font-size: 14px;
  line-height: 18px;
}
.section-footer p a {
  text-decoration: underline;
  color: white;
}
.section-footer a {
  text-decoration: underline;
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    padding: 40px;
  }
  .section-footer .module-article {
    margin-bottom: 30px;
    text-align: center;
  }
}
.section-header {
  box-shadow: 0px 0px 10px grey;
  z-index: 333;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header {
    padding: 10px 30px;
  }
}
.section-standard {
  margin: 40px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard {
    padding: 40px;
    margin: 0;
  }
}
.module-menu-button {
  border-radius: 100px;
  height: 35px !important;
  width: 35px !important;
}
.module-menu-button .icon-bar {
  right: 11px !important;
}
.module-menu-button .icon-bar:nth-of-type(2) {
  top: 12px !important;
}
.module-menu-button .icon-bar:nth-of-type(3) {
  top: 20px !important;
}
.smalt-innhold .container {
  max-width: 1000px;
  margin: 40px auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .smalt-innhold .container {
    padding: 40px 25px;
    margin: 0;
  }
}
.tjeneste {
  margin-top: 40px;
}
.tjeneste img {
  height: 100px;
}
*,
:before,
:after {
  background-repeat: no-repeat;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .mobile-only {
    display: none;
  }
}
.vvsMembers-and-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
body .facility-filter .facility-list {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
body .facility-filter .facility-list li.facility {
  width: auto;
}
body .facility-filter .facility-list li.facility span {
  font-size: 18px !important;
}
.facility-filter .facility-list .facility a {
  font-family: futura-pt, sans-serif !important;
}
body .facility-filter .facility a .icon {
  height: 35px;
  margin-bottom: 5px;
}
[data-name='Fjerning av oljefyr'] .icon,
.fjerning-av-oljefyr .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/oljefyr.svg?v=1620729552322);
}
[data-name='Skifte oljefyr'] .icon,
.skifte-oljefyr .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/oljefyr.svg?v=1620729552322);
}
[data-name='Næring'] .icon,
.Næring .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/naring.svg?v=1620729552259) !important;
}
[data-name='VA'] .icon,
.VA .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/va.svg?v=1620729552765) !important;
}
[data-name='Varmepumpe'] .icon,
.Varmepumpe .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/varmepumpe.svg?v=1620729553058) !important;
}
[data-name='Gass'] .icon,
.Gass .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Gass.svg?v=1620729552257) !important;
}
[data-name='Rehabilitering'] .icon,
.Rehabilitering .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Rehabilitering.svg?v=1620729552480) !important;
}
[data-name='Sanitær'] .icon,
.Sanitær .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/sanitaer.svg?v=1620729552514) !important;
}
[data-name='Service'] .icon,
.Service .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Service.svg?v=1620729552531) !important;
}
[data-name='Sprinkler'] .icon,
.Sprinkler .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Sprinkler.svg?v=1620729552737) !important;
}
[data-name='Vakttelefon'] .icon,
.Vakttelefon .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Vakttelefon.svg?v=1620729552856) !important;
}
[data-name='Varme'] .icon,
.Varme .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Varme.svg?v=1620729552992) !important;
}
.member.member-card {
  padding: 20px;
}
.member.member-card .address,
.member.member-card .name,
.member.member-card .phone,
.member.member-card .go-to-site,
.member.member-card .email {
  margin-bottom: 5px;
  font-size: 15px !important;
  font-family: futura-pt, sans-serif;
}
.member.member-card h4 {
  font-family: futura-pt, sans-serif;
}
.member.member-card .go-to-site a {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 100px;
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/arrow-white.svg?v=1620198286972);
  background-position: right 12px center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #0081c3;
}
.member.member-card .footer .facilities .facility.fjerning-av-oljefyr .icon,
#vvsMember-cards .footer .facilities .facility.fjerning-av-oljefyr .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/oljefyr.svg?v=1620729552322);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.skifte-oljefyr .icon,
#vvsMember-cards .footer .facilities .facility.skifte-oljefyr .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/oljefyr.svg?v=1620729552322);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.gass .icon,
#vvsMember-cards .footer .facilities .facility.gass .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Gass.svg?v=1620729552257);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.naering .icon,
#vvsMember-cards .footer .facilities .facility.naering .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/naring.svg?v=1620729552259);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.rehabilitering .icon,
#vvsMember-cards .footer .facilities .facility.rehabilitering .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Rehabilitering.svg?v=1620729552480);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.sanitaer .icon,
#vvsMember-cards .footer .facilities .facility.sanitaer .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/sanitaer.svg?v=1620729552514);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.service .icon,
#vvsMember-cards .footer .facilities .facility.service .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Service.svg?v=1620729552531);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.sprinkler .icon,
#vvsMember-cards .footer .facilities .facility.sprinkler .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Sprinkler.svg?v=1620729552737);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.va .icon,
#vvsMember-cards .footer .facilities .facility.va .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/va.svg?v=1620729552765);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.vakttelefon .icon,
#vvsMember-cards .footer .facilities .facility.vakttelefon .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Vakttelefon.svg?v=1620729552856);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.varme .icon,
#vvsMember-cards .footer .facilities .facility.varme .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/Varme.svg?v=1620729552992);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.member.member-card .footer .facilities .facility.varmepumpe .icon,
#vvsMember-cards .footer .facilities .facility.varmepumpe .icon {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/varmepumpe.svg?v=1620729553058);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
#vvsMember-cards {
  margin-top: 1%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#vvsMember-cards .vvsmember {
  border: 1px solid #c4d9e6;
  border-radius: 5px;
  padding: 15px 20px 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  #vvsMember-cards > * {
    width: 24.25%;
    margin: 0 1% 1% 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  #vvsMember-cards > *:nth-of-type(2n),
  #vvsMember-cards > *:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  #vvsMember-cards > * {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.mobile-only {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .mobile-only {
    display: block;
  }
}
.btn.submit {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 100px;
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/arrow-white.svg?v=1620198286972);
  background-position: right 12px center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #0081c3;
}
.facilities-and-map .map-and-searcher .map-overlay .destination .remove-destination {
  font-size: 22px !important;
  color: #999999 !important;
}
.destination-vvsMember {
  font-size: 16px !important;
  color: #999999 !important;
}
.vvsMember-list .county-list .county .panel-heading a,
.facility-filter .facility a,
#vvsMember-cards .vvsmember a {
  color: #333333 !important;
}
.vvsMember-list .county-list,
.search-filter,
.facility-filter .facility a:before,
.facility-filter .facility a,
.facilities-and-map .map-and-searcher .map-overlay .origin .map-search,
.facilities-and-map .map-and-searcher .map-overlay .destination,
#vvsMember-cards .vvsmember {
  border-color: #d8d8d8 !important;
}
.btn.go-to-vvsmember-site {
  background-color: #333333 !important;
}
#vvsMember-cards .vvsmember .btn.go-to-vvsmember-site {
  color: white !important;
}
.vvsmember .body > .address {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/black-pin.svg?v=1620731099334) !important;
  min-height: 36px;
}
.vvsmember .body > .contact-person > .phone {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/phone.svg?v=1620731357644) !important;
}
.vvsmember .body > .contact-person > .email {
  background-image: url(https://files.solvecms.com/rorleggerpahjul-no/08180e2/mail.svg?v=1620731357644) !important;
  background-size: 29px !important;
  background-position: -1px !important;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  #vvsMember-cards > * {
    width: 23.9%;
    margin: 0 1% 1% 0;
  }
}
#vvsMember-cards .footer .facilities .facility.sanitaer .icon,
.member.member-card .footer .facilities .facility.sanitaer .icon {
  background-size: 21px !important;
}
.footer-logo img {
  max-width: 150px;
}
.module-menu-holder.sidemenu.clickdown.offscreen {
  margin-top: 17px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .open .module-menu-button .icon-bar {
    right: 9px !important;
  }
  .module-menu-holder a {
    font-size: 20px !important;
  }
}
.forsidebildet {
  height: 550px;
  margin-bottom: 80px;
  background-position-y: center;
}
.forsidebildet .forsidetekst {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 480px;
  transform: translateX(-50%);
  background-color: transparent;
  padding: 50px;
  display: block;
  color: white;
  text-shadow: 2px 2px 20px black;
  text-decoration: none !important;
}
.forsidebildet .forsidetekst h1 {
  font-size: 50px;
  line-height: 55px;
}
.forsidebildet .forsidetekst h2 {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidebildet {
    height: 300px;
    margin-bottom: 0px;
  }
  .forsidebildet .forsidetekst {
    top: 80px;
    padding: 20px;
    width: 85%;
  }
  .forsidebildet .forsidetekst h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .forsidebildet .forsidetekst h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.footer-some img {
  width: 30px;
}
.module-carousel {
  margin-bottom: 60px !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .slide-caption h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 10px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .slide-caption h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 10px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-blogg .section-standard {
    padding: 40px 20px;
    margin: 0;
  }
}
.gm-style .gm-style-iw {
  overflow: scroll !important;
}
#suppliers-list #suppliers-list-holder.cards .supplier {
  width: 100% !important;
}
#suppliers-list #suppliers-list-holder.cards {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
}
.list-type-button-group .cards span {
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 4px;
  margin-bottom: 3px;
}
.list-type-button-group button span {
  display: inline-block;
  background-color: #535353;
  border-radius: 1px;
}
.list-type-button-group .cards {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  padding: 8px 8px 5px 13px;
}
.list-type-button-group .active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #e3e3e3;
}
.list-type-button-group button {
  height: 30px;
  width: 40px;
  border: 1px solid #d8d8d8;
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.13);
}
.list-type-button-group .stripes {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 8px 11px;
}
.list-type-button-group .stripes span {
  height: 2px;
  margin-bottom: 3px;
  display: block;
}
.list-type-button-group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 8px;
}
.list-type-sort-order .txt {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
  color: black;
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-right: 5px;
}
.facility-filter {
  display: none;
}
.liste {
  margin: 20px 0;
}
.liste ul {
  margin-left: 0;
  padding-left: 0;
}
.liste ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 21px;
}
.liste ul li:before {
  content: '';
  background-image: url(https://files.solvecms.com/anleggsgartner-paa-hjul/3b31db8/check-hvit.png?v=1742544089714);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
}
.hvit {
  color: white;
}
.bildebg {
  padding: 70px 0;
}
.start h2 {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
}
.start h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-fullwidth .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  }
}
.helbilde p {
  margin-bottom: 0;
}
.body-mi1057 .ingenmarg {
  background-color: #f2f2f4;
}
