/* House Of Femme */
@import "animate.min.css";
/* Color */
/* extra */
.transition-all {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s 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;
}
/* Typography */
.module-article a {
  color: #dd277b;
  text-decoration: none;
}
p {
  display: block;
}
p,
ul,
td,
ol {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  min-height: 4px;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
@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: 30px;
  line-height: 35px;
  font-weight: 300;
}
@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: 25px;
  line-height: 40px;
  font-weight: 600;
}
@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) {
  h3,
  h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
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,
h5,
h5 a {
  font-family: "ingra-wide", sans-serif;
}
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h6,
h6 a,
p,
ul,
label,
th,
td,
ol {
  font-family: "adelle-sans", sans-serif;
}
.module-article h1,
.module-article h1 a,
.module-article h5,
.module-article h5 a {
  font-family: "ingra-wide", sans-serif;
}
.module-article h2,
.module-article h2 a,
.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: "adelle-sans", sans-serif;
}
/* logo */
.module-logo a img {
  width: 80px;
}
.module-logo {
  margin-top: 10px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
/* 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;
  margin-top: 30px;
}
@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 li .employee-details a h1,
.module-employeelist.cards li .employee-details h1 {
  text-transform: capitalize;
  line-height: 23px;
}
.module-employeelist.cards li .employee-details a,
.module-employeelist.cards li .employee-details p {
  line-height: 23px;
}
.module-employeelist.cards li .employee-details a {
  color: black;
}
.module-employeelist.cards li .employee-details .phone:before {
  content: "Tel:";
  width: 30px;
  height: 20px;
  display: inline-block;
}
.module-employeelist.cards .facehugger {
  text-align: left;
  margin-bottom: 20px;
}
.module-employeelist.cards .facehugger img {
  border-radius: 200px;
  width: 150px;
}
.module-employeelist.cards .facehugger.no-img {
  display: none;
}
/* must-haves */
#cookies {
  background: #dd277b;
}
#cookies p,
#cookies a {
  color: white;
}
.solve-ad {
  margin-top: 0;
}
.solve-ad a {
  color: #868686;
}
.solve-ad a:hover {
  color: inherit;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .solve-ad {
    clear: both;
  }
}
.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: #dd277b !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: #dd277b;
}
.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: #dd277b;
}
.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: #dd277b;
}
.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;
}
body {
  font-family: "adelle-sans", sans-serif;
}
#map {
  height: 500px;
}
.luft {
  height: 100px;
}
/* Landingdsside */
.Landingsside-tekst {
  padding-top: 10%;
  max-width: 600px;
  margin: 0 auto;
}
.landingsside {
  height: 100vh;
}
.landingsside h3 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 30px;
}
.landingsside h1 {
  font-size: 40px;
  margin-top: 30px;
  font-weight: 900;
  font-family: "ingra-wide", sans-serif;
}
.landingsside img {
  width: 60%;
}
@media (max-width: 767px) {
  .landingsside h3 {
    font-size: 25px;
    font-weight: 300;
  }
  .landingsside img {
    width: 60%;
  }
  .Landingsside-tekst {
    padding-top: 5%;
  }
}
.section-footer {
  padding: 60px 30px;
  margin: 0 auto;
  overflow: hidden;
}
.section-footer .row {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px) {
  .section-footer .container .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.footermeny ul {
  display: table;
  margin: 0 auto;
}
.section-header {
  max-height: 830px;
  margin-bottom: 10px;
  position: relative;
  /*
	.container .row:nth-child(1) {
		padding: 0 30px;
		z-index: 1;
		position: relative;
		//background-color: #fffffff0;
		@media @l {
			padding: 0 10px;
		}
		@media @m, @s, @xs {
			padding: 0 10px;
		}
		.col-sm-12 {
			display: flex;
			justify-content: space-between;
			flex-wrap: nowrap;
			align-items: center;
			@media @s, @xs {
				//display: block;
				//padding-bottom: 10px;
			}
		}
	}
	/*
	.forsidekarusell {
		margin-top: -97px;
		z-index: 0;
		max-height: 830px;
		margin-bottom: 0;
		.item {
			max-height: 830px;
			img {
				opacity: 0.7;
			}
		}
		.slide-caption {
			padding-left: 30px;
			bottom: 7%;
			h1 {
				background-color: transparent;
				padding: 0;
				font-size: 50px;
				color: black;
			}
			h2 {
				background-color: transparent;
				padding: 0;
				font-size: 40px;
				color: black;
				font-family: 'adelle-sans', sans-serif;
				font-weight: 300;
			}
			@media @m {
				position: absolute;
				top: auto;
				h1 {
					font-size: 30px;
					line-height: 35px;
				}
				h2 {
					font-size: 25px;
				}
			}
			@media @s, @xs {
				position: absolute;
				top: auto;
				h1 {
					font-size: 20px;
					line-height: 25px;
				}
				h2 {
					font-size: 20px;
				}
			}
		}
		@media @m {
			//margin-top: 135px;
		}
		@media @s, @xs {
			margin-top: 0;
		}
	}*/
}
.section-header.underside {
  height: auto;
  padding: 0 30px;
  margin-bottom: 0px;
  position: relative;
  overflow: inherit;
  background-color: #ffffffc9;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header.underside {
    padding: 0px;
  }
}
.section-header.underside .container .row:nth-child(1) {
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header.underside .container .row:nth-child(1) {
    padding: 0 10px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header.underside .container .row:nth-child(1) {
    padding: 0 10px;
  }
}
.section-header.underside .container .row:nth-child(1) .col-sm-12 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
.section-breadcrumb {
  margin-bottom: 0;
}
.section-breadcrumb .module-breadcrumb li {
  font-size: 13px;
}
.section-breadcrumb .module-breadcrumb li a:hover {
  color: #dd277b;
}
.hovedmeny {
  background-color: white;
  border-radius: 70px;
  padding: 15px 15px 11px 15px;
  height: 45px;
  display: flex;
  align-items: center;
  margin: 0;
}
.hovedmeny .hovedmeny-tjenestemeny {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-15px);
  pointer-events: none;
}
.hovedmeny li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hovedmeny li:hover > ul {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hovedmeny {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovedmeny {
    padding: 1px 0 0 0;
    height: 35px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hovedmeny {
    display: none;
  }
}
.hovedmeny a {
  text-transform: uppercase;
  color: black;
  font-family: "ingra-wide", sans-serif;
  font-size: 15px;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hovedmeny a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovedmeny a {
    font-size: 11px;
    padding: 10px;
  }
}
.hovedmeny a:hover {
  color: black;
  transform: translate(0, -3px);
}
.hovedmeny-tjenestemeny {
  background-color: black;
  padding: 10px;
  border-radius: 30px;
  position: absolute;
  z-index: 11;
  opacity: 0;
}
.hovedmeny-tjenestemeny li a {
  font-size: 14px;
  padding: 5px 10px 3px 10px;
  font-weight: 300;
  color: white;
  text-transform: none;
  font-family: "adelle-sans", sans-serif;
}
.hovedmeny-tjenestemeny li a:hover {
  color: white;
}
.bli-medlem {
  background-color: black;
  border-radius: 70px;
  height: 45px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@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) {
  .bli-medlem {
    padding: 1px 0 0 0;
    height: 35px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bli-medlem {
    position: absolute;
    right: 0px;
    right: 62px;
    bottom: 10px;
  }
}
.bli-medlem a {
  text-transform: uppercase;
  color: white;
  font-family: "ingra-wide", sans-serif;
  font-size: 15px;
  padding: 15px 35px 11px 35px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bli-medlem a {
    padding: 13px 27px 10px 27px;
    font-size: 12px;
  }
}
@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) {
  .bli-medlem a {
    font-size: 12px;
    padding: 10px;
  }
}
.bli-medlem a:hover {
  color: white;
}
.bli-medlem:hover {
  transform: translateY(-3px);
}
.bestill-time {
  display: flex;
  align-items: center;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bestill-time {
    float: right;
    clear: both;
    margin-bottom: 10px;
    clear: none;
    margin-top: 10px;
  }
}
.bestill-time a {
  background-color: #dd277b;
  border-radius: 70px;
  padding: 14px 15px 11px 35px;
  height: 45px;
  text-decoration: none;
  border-right: 56px solid white;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bestill-time a:hover {
  color: white;
  transform: translateY(-3px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bestill-time a {
    padding: 10px 15px 11px 35px;
  }
}
@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) {
  .bestill-time a {
    padding: 6px 8px 0 12px;
    height: 35px;
  }
}
.bestill-time a span {
  text-transform: uppercase;
  color: white;
  font-family: "ingra-wide", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
@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) {
  .bestill-time a span {
    font-size: 12px;
  }
}
.bestill-time a img {
  width: 40px;
  padding: 5px;
  margin: -17px -65px -16px 13px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
  position: relative;
  animation-iteration-count: infinite;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .bestill-time a img {
    margin: -9px -56px -16px 13px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bestill-time a img {
    margin: -10px -56px -16px 13px;
  }
}
@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) {
  .bestill-time a img {
    width: 30px;
  }
}
.forsidetekst {
  padding-bottom: 20px;
}
.forsidetekst h1 {
  margin-bottom: 0;
}
.tjenester-mal {
  padding-bottom: 60px;
}
.tjenester-mal .container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 321px) and (max-width: 550px) {
  .tjenester-mal .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 364px) {
  .tjenester-mal .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.tjenester-mal .container .row .col-sm-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjenester-mal .container .row .col-sm-12 {
    padding: 0;
  }
}
.tjenester-mal .tjeneste-boks {
  width: 400px;
  height: 400px;
  margin: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 1360px) {
  .tjenester-mal .tjeneste-boks {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tjenester-mal .tjeneste-boks {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjenester-mal .tjeneste-boks {
    width: 100%;
    height: 100%;
    margin: 5px 40px;
  }
}
@media (max-width: 364px) {
  .tjenester-mal .tjeneste-boks {
    width: auto;
    height: auto;
    margin: 5px;
  }
}
.tjenester-mal .tjeneste-boks img {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.tjenester-mal .tjeneste-boks img:hover {
  transform: scale(1.07);
}
.tjenester-mal .tjeneste-boks h1 {
  bottom: 10px;
  text-align: center;
  display: block;
  margin-top: -100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tjenester-mal .tjeneste-boks h1 a {
  font-size: 15px;
  border-radius: 50px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ingra-wide", sans-serif;
  padding: 10px 30px;
  background-color: white;
}
.tjenester-mal .tjeneste-boks h1 a:hover {
  background-color: black;
  color: white;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .tjenester-mal .tjeneste-boks h1 a {
    font-size: 12px;
    padding: 7px 13px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .tjenester-mal .tjeneste-boks h1 a {
    font-size: 14px;
    padding: 7px 10px;
  }
}
@media (max-width: 364px) {
  .tjenester-mal .tjeneste-boks h1 a {
    font-size: 14px;
    padding: 7px 13px;
  }
}
.tjenester-mal .tjeneste-boks .admin-config {
  z-index: 1;
}
.module-carousel:focus {
  outline: 0 !important;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slider:focus {
  outline: 0 !important;
}
.item:focus {
  outline: 0 !important;
}
.kundeuttalelser {
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kundeuttalelser h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.kundeuttalelser h2 {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kundeuttalelser h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.kundeuttalelser:before {
  content: "";
  width: 70px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/kundeuttalelser-03.svg?v=1539090584404);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
}
.kundeuttalelser:after {
  content: "";
  width: 120px;
  height: 50px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/hjerter-04.svg?v=1539090820698);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
}
.event-mal {
  margin: 0 0 60px 0;
  padding: 60px 0;
  margin-top: -3px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .event-mal {
    background-attachment: local !important;
    padding: 40px 0;
    margin-bottom: 0;
  }
}
.event-mal .container {
  max-width: 900px;
  margin: 0 auto;
}
.module-blogfeed.nyhet ul li {
  width: 100% !important;
  border: 0;
  padding: 100px 0;
  text-align: center;
}
.module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title1 h2 {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title1 h2 {
    font-size: 25px;
  }
}
.module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title1:hover {
  color: #dd277b;
}
.module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title2 h3 {
  font-size: 30px;
  font-weight: 300;
}
.module-blogfeed.nyhet ul li .blogfeed-info .blogfeed-title2:hover {
  color: inherit;
  cursor: default;
}
.footer-meny h4,
.footer-meny h4 a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.footer-meny p {
  font-size: 14px;
  line-height: 15px;
}
.footer-meny a {
  color: inherit;
}
.footer-meny a:hover {
  text-decoration: underline;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .footer-meny {
    display: none;
  }
}
.footer-logo {
  margin-bottom: 40px;
  display: block;
}
.footer-logo img {
  max-width: 90px;
  opacity: 1 !important;
}
.footer-logo h4,
.footer-logo h4 a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.footer-logo p {
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}
.module-old-search {
  width: 200px;
  float: right;
}
.module-old-search .input-group .form-control {
  height: 35px;
  border-radius: 0px;
}
.module-old-search .input-group .input-group-btn .btn {
  width: 45px;
  height: 35px;
  background-color: #dd277b;
  border-radius: 0;
}
.module-old-search .input-group .input-group-btn .btn:focus {
  outline: none;
}
.module-old-search .input-group .input-group-btn .btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/sok-03.svg?v=1539241327821);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-old-search {
    width: 80%;
    float: none;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-old-search {
    width: 100%;
    float: none;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hello-fixed {
    display: none;
  }
}
.hello-fixed .icon-fixed {
  cursor: pointer;
  font-size: 18px;
  background-color: #dd277b !important;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 0px;
  padding: 13px 15px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hello-fixed .icon-fixed:hover {
  transform: scale(1.1);
}
.hello-fixed .icon-fixed.close {
  display: none;
  background: black;
  color: white;
}
.hello-fixed .skjema {
  display: none;
}
.hello-fixed.active .skjema {
  display: block;
}
.hello-fixed .skjema {
  z-index: 2;
  background-color: #dd277b !important;
  border-radius: px;
  position: fixed;
  bottom: 85px;
  right: 20px;
  padding: 25px;
  width: 450px;
}
.hello-fixed .skjema .form-control {
  background: white;
  border-radius: 0;
}
.hello-fixed .skjema label {
  font-size: 14px;
  color: white;
  font-weight: normal;
}
.hello-fixed .skjema input,
.hello-fixed .skjema textarea {
  border: 0;
}
.hello-fixed .skjema .sumbit {
  border-radius: 0;
  color: white;
  background: #dd277b;
  box-shadow: 0 4px 0 black;
  padding: 2px 10px;
  float: right;
}
.hello-fixed .skjema .sumbit:active {
  transform: translateY(3px);
  box-shadow: 0 0 0 #dd277b;
  background-color: black;
}
.hello-fixed .skjema .sumbit:hover {
  color: white;
  transition: all 0.2s;
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #dd277b;
}
.hello-fixed .skjema .alert.alert-danger {
  border: none;
}
.hello-fixed .skjema .alert.alert-danger .has-error .form-control:focus {
  border-color: #dd277b !important;
}
.module-menu-holder.clickdown,
.module-menu-holder.hoverdown {
  margin: 0 !important;
}
.module-menu-holder.sidemenu {
  background-color: transparent;
  border: 0;
}
.module-menu-holder.sidemenu a {
  font-size: 14px;
  padding: 2px 10px;
}
.module-menu-holder.sidemenu a:hover {
  color: #dd277b;
}
.module-menu-holder.sidemenu li ul {
  border-left: 2px solid #dd277b;
}
.module-menu-holder.sidemenu li .current > a {
  border-left: 2px solid #dd277b;
}
.module-menu-holder .current > a {
  color: #dd277b;
}
.module-menu-holder .module-menu-button {
  border-radius: 50px;
  z-index: 11;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder .module-menu-button {
    clear: both;
    float: right;
    display: block;
    clear: right;
  }
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.open .module-menu-button {
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.open .module-menu-button .icon-bar {
  background-color: black;
  color: black;
}
body.menu-open {
  right: 0 !important;
}
.module-menu-holder.clickdown.open .module-menu,
.module-menu-holder.hoverdown:hover .module-menu {
  position: absolute;
  right: -4px;
  top: 26px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0px 0px 4px lightgrey;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.clickdown.open .module-menu,
  .module-menu-holder.hoverdown:hover .module-menu {
    top: 52px;
  }
}
.module-menu-holder.open .module-menu-button .icon-bar:nth-of-type(2) {
  transform: rotate(39deg);
}
.module-menu-holder.open .module-menu-button .icon-bar:nth-of-type(3) {
  transform: rotate(-40deg);
}
.hundred > .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.hundred > .container .tjenester-mal {
  padding: 40px 0;
}
.eighty .container {
  width: 100%;
  padding: 40px;
  margin: 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .eighty .container {
    padding: 30px 15px;
  }
}
.standard-innhold {
  padding: 40px 0;
}
.pink-mal {
  padding: 80px 0;
}
.pink-mal .btn.submit {
  background-color: black;
}
.pink-mal p a {
  color: black;
}
.unnga label:after {
  content: "Unngå å sende sensitive personopplysninger";
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  opacity: 0.5;
}
.radio label {
  padding-left: 30px;
  padding-bottom: 7px;
}
.radio input[type="radio"] {
  margin-left: -30px;
}
.template-standard .module-formbuilder,
.template-klinikken .module-formbuilder {
  padding: 20px;
  background-color: #eeeeee;
}
.heading {
  margin-bottom: 70px;
}
.blue-knapp a {
  color: white;
  padding: 5px 20px;
  border-radius: 2px;
  background-color: black;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blue-knapp a:hover {
  transform: translateY(-3px);
}
.rosa-knapp a {
  color: white;
  padding: 5px 20px;
  border-radius: 2px;
  background-color: #dd277b;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rosa-knapp a:hover {
  transform: translateY(-3px);
}
.rosa-knapp.mange a {
  margin-bottom: 5px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .rosa-knapp.mange a {
    width: 100%;
  }
}
.btn.submit {
  background-color: black;
  color: white;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.submit:hover {
  transform: translateY(-3px);
}
.module-blogfeed.kurs-blogfeed ul,
.module-blogfeed.hjemmetrening ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.module-blogfeed.kurs-blogfeed li,
.module-blogfeed.hjemmetrening li {
  border: 0 !important;
  width: 32% !important;
  margin-right: 1%;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.kurs-blogfeed li,
  .module-blogfeed.hjemmetrening li {
    width: 48% !important;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.kurs-blogfeed li,
  .module-blogfeed.hjemmetrening li {
    width: 100% !important;
  }
}
.module-blogfeed.kurs-blogfeed li .blogfeed-img,
.module-blogfeed.hjemmetrening li .blogfeed-img {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-blogfeed.kurs-blogfeed li .blogfeed-img,
  .module-blogfeed.hjemmetrening li .blogfeed-img {
    height: 153px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.kurs-blogfeed li .blogfeed-img,
  .module-blogfeed.hjemmetrening li .blogfeed-img {
    height: 160px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.kurs-blogfeed li .blogfeed-img,
  .module-blogfeed.hjemmetrening li .blogfeed-img {
    height: auto;
  }
}
.module-blogfeed.kurs-blogfeed li .blogfeed-img img,
.module-blogfeed.hjemmetrening li .blogfeed-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module-blogfeed.kurs-blogfeed li .blogfeed-img img:hover,
.module-blogfeed.hjemmetrening li .blogfeed-img img:hover {
  transform: scale(1.05);
}
.module-blogfeed.kurs-blogfeed li .blogfeed-info,
.module-blogfeed.hjemmetrening li .blogfeed-info {
  padding: 10px 0 30px 0;
}
.module-blogfeed.kurs-blogfeed li .blogfeed-info .blogfeed-title1 h2,
.module-blogfeed.hjemmetrening li .blogfeed-info .blogfeed-title1 h2 {
  color: black;
  line-height: 24px;
  font-size: 20px;
}
.module-blogfeed.kurs-blogfeed li .blogfeed-info .blogfeed-title1 h2:hover,
.module-blogfeed.hjemmetrening li .blogfeed-info .blogfeed-title1 h2:hover {
  color: black;
}
.module-blogfeed.kurs-blogfeed li .blogfeed-info .blogfeed-title2 h3,
.module-blogfeed.hjemmetrening li .blogfeed-info .blogfeed-title2 h3 {
  color: black;
  font-weight: 300;
  line-height: 20px;
}
.module-blogfeed.kurs-blogfeed li .blogfeed-info .blogfeed-title2 h3:hover,
.module-blogfeed.hjemmetrening li .blogfeed-info .blogfeed-title2 h3:hover {
  color: #dd277b;
  cursor: auto;
}
.template-standard-blogg .module-article img {
  opacity: 1;
}
.module-article img {
  opacity: 0.7;
}
.module-article table {
  width: 100% !important;
  margin-bottom: 10px;
}
.module-article table tr {
  background-color: #2587940a;
}
.module-article table tr:nth-child(odd) {
  background-color: #cbe2e596;
}
.module-article table tr td {
  padding: 5px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article table tr td {
    font-size: 14px;
  }
}
.admin-config {
  z-index: 1;
}
@media (min-width: 1600px) {
  .template-timeplan .eighty .container {
    padding: 40px 150px;
  }
}
@media (min-width: 2000px) {
  .template-timeplan .eighty .container {
    padding: 40px 400px;
  }
}
.template-timeplan .eighty .page-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@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) {
  .template-timeplan .eighty .page-content {
    flex-wrap: wrap;
  }
}
.template-timeplan .eighty .page-content .container {
  padding: 0;
}
.timeplan-rad {
  margin: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeplan-rad {
    margin: 0 3px;
  }
  .timeplan-rad h3 {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .timeplan-rad {
    width: 47%;
    margin: 0 2px;
  }
}
@media (max-width: 320px) {
  .timeplan-rad {
    width: 100%;
    margin: 0;
  }
}
.timeplan {
  padding: 20px;
  background-color: #1d879547;
  margin: 10px 0;
  position: relative;
}
.timeplan p {
  font-size: 15px;
  line-height: 19px;
}
.timeplan a {
  color: black;
}
.timeplan h6 {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 1200px) {
  .timeplan {
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeplan {
    height: 180px;
    padding: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeplan {
    height: 180px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .timeplan {
    height: 180px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .timeplan {
    height: 180px;
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .timeplan {
    height: 180px;
  }
}
.timeplan.baby {
  position: relative;
}
.timeplan.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-baby-blue.svg?v=1539945214093);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.gravid::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-gravid-blue.svg?v=1539945214291);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.senior::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-senior-blue.svg?v=1539945214342);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.senior.gravid::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-seniorgravid-blue.svg?v=1539945214438);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.senior.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-babysenior-blue.svg?v=1539945214254);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.baby.gravid::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-babygravid-blue.svg?v=1539945214058);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-alle-blue.svg?v=1539945214031);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.senior::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-allesenior.svg?v=1540283820762);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.gravid::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-allegravid.svg?v=1540283930928);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-allebaby.svg?v=1540283930935);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.gravid.senior::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-alleseniorgravid-blue.svg?v=1540283601789);
  background-position: center;
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.gravid.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-allebabygravid.svg?v=1540284110726);
  background-position: center;
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.senior.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-allebabysenior.svg?v=1540284214774);
  background-position: center;
  background-size: 75px;
  background-repeat: no-repeat;
  width: 75px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan.alle.gravid.senior.baby::after {
  content: "";
  position: absolute;
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/ikon-alleseniorgravidbaby-blue.svg?v=1540283710777);
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  width: 100px;
  height: 25px;
  bottom: 5px;
  right: 5px;
}
.timeplan-ikoner {
  margin-top: 40px;
}
.timeplan-ikoner p {
  font-size: 14px;
}
.timeplan-ikoner img {
  width: 25px;
  margin: 0 10px;
}
.section-standard {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .kun-mobil {
    display: none;
  }
  .call-us {
    display: none;
  }
}
.mce-menu {
  position: fixed !important;
}
.body-mi335 .module-formbuilder {
  margin-bottom: 40px;
}
.hello-fixed .skjema label {
  font-size: 14px;
  font-weight: normal;
}
.module-article.article2759 {
  text-align: center;
}
.module-article.article2759 p a {
  font-size: 14px;
  padding: 3px 25px 3px 25px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  border: 0;
  background-color: #000;
  border-radius: 20px;
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.article2759 {
    margin-bottom: 40px;
  }
}
.module-formbuilder h4,
.module-formbuilder h4 a {
  font-size: 18px;
}
.module-formbuilder h4 a {
  color: #dc277b;
}
.call-us {
  padding: 7px 12px;
  border-radius: 100px;
  background-color: black;
  color: white !important;
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 11;
  display: none;
}
.call-us a {
  color: white !important;
}
.btn.btn-pink {
  background-color: #dc277b;
  color: white !important;
  padding: 7px 12px;
  border-radius: 0;
}
.btn.btn-blue.big {
  background-color: #258794;
  color: white !important;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 0px;
  font-size: 30px;
}
.telefon-fixed {
  position: fixed;
  bottom: 64px;
  right: 41px;
  padding: 5px 10px;
  background-color: black;
  color: white;
  border-radius: 0;
  font-size: 14px;
}
.film-start {
  position: relative;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .film-start {
    margin-top: -100px;
  }
}
@media (min-width: 2202px) {
  .film-start {
    height: 100vh;
  }
}
.film-tekst {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
  bottom: 0%;
  z-index: 0;
  background-color: #000000b8;
  padding: 50px 0 40px 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .film-tekst {
    background-color: black;
    position: static;
    display: block;
    padding: 35px 15px 25px 15px;
    margin-top: -3px;
  }
}
.film-tekst h1 {
  color: white;
  font-size: 35px;
  line-height: 24px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .film-tekst h1 {
    font-size: 20px;
    line-height: 11px;
  }
}
.film-tekst h2 {
  color: white;
  font-size: 26px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .film-tekst h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
#form909 .radio {
  float: left;
  margin-top: 0 !important;
  margin-left: 0px;
  margin-right: 7px;
  width: 139px;
}
#form909 .control-label {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.events-forside {
    padding-top: 20px;
  }
}
.module-blogfeed.events-forside h2 a {
  color: black;
  text-decoration: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.events-forside {
    text-align: center;
  }
}
.module-blogfeed.events-forside ul li {
  width: 100%;
  border: 0;
  padding: 0;
}
.module-blogfeed.events-forside ul li .blogfeed-info {
  padding: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.events-forside ul li {
    text-align: center;
  }
}
.module-blogfeed.events-forside .blogfeed-info .blogfeed-title1 {
  word-break: break-word;
}
.module-blogfeed.events-forside .blogfeed-info h2 {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  transition: border 0.1s ease-in-out;
  color: black;
  margin-bottom: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.events-forside .blogfeed-info h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.module-blogfeed.events-forside .blogfeed-info .blogfeed-title2 h3 {
  font-size: 20px;
  font-weight: 300;
  color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.events-forside .blogfeed-info .blogfeed-title2 h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-blogfeed.events-forside .blogfeed-info .blogfeed-title2:hover {
  color: black !important;
  cursor: default;
}
.link.black {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000 !important;
  font-weight: 600;
}
.link.white {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  color: white !important;
}
.frontpage .section-header {
  margin-bottom: 0 !important;
}
.article6020 {
  padding-top: 70px;
}
@media (min-width: 1559px) {
  .bg8701 {
    background-position-y: -190px;
  }
}
.magic-thursday {
  height: 1000px;
  text-align: center;
  position: relative;
}
.magic-thursday .module-article {
  margin-top: 20px;
}
.magic-thursday .module-article .btn.btn-black {
  background-color: black;
  padding: 7px 25px;
  border-radius: 0px;
  color: white;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday .module-article .btn.btn-black {
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .magic-thursday {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magic-thursday {
    height: 500px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .magic-thursday {
    height: 300px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday {
    height: 300px;
  }
}
.magic-thursday h1 {
  font-size: 25px;
  color: white;
  background-color: black;
  padding: 5px 20px;
  display: inline-block;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday h1 {
    font-size: 21px;
    line-height: 27px;
  }
}
.magic-thursday h1 a {
  color: white;
  font-size: 30px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday h1 a {
    font-size: 21px;
    line-height: 27px;
  }
}
.magic-thursday h2 {
  font-size: 25px;
  color: white;
  background-color: black;
  padding: 5px 20px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday h2 {
    font-size: 20px;
  }
}
.magic-thursday h2 a {
  color: white;
  font-size: 25px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .magic-thursday h2 a {
    font-size: 20px;
  }
}
.viktig-melding {
  background-color: black;
  position: fixed;
  right: 0;
  top: 20%;
  padding: 10px 10px 13px 20px;
  z-index: 3;
  color: white;
  text-decoration: none !important;
  font-size: 20px;
  border-radius: 30px 0 0 30px;
}
.viktig-melding:hover {
  color: white !important;
  background-color: #dd277b;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .viktig-melding {
    font-size: 14px;
  }
}
.online-booking {
  font-size: 16px;
  background: #dd277b;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  padding: 10px 15px;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.online-booking:hover {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}
.forsidetjenester h2 a,
.forsidetjenester h2 {
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 700 !important;
  font-family: "ingra-wide", sans-serif;
}
.forsidetjenester {
  margin-bottom: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidetjenester {
    text-align: center;
  }
}
.beige-bg {
  padding: 90px 0;
}
.magic-thursday {
  display: none;
}
.standard-two {
  padding-top: 40px;
}
.radio label {
  font-size: 13px;
}
.kun-mobil {
  margin-bottom: 20px;
}
.kun-mobil a {
  margin-bottom: 5px !important;
}
.grecaptcha-badge {
  bottom: 105px !important;
}
.article3541 h1 a {
  font-size: 13px !important;
}
h1 sup {
  font-weight: 100;
  font-family: "adelle-sans", sans-serif;
}
.komp-boks {
  display: block;
  margin: 30px 0;
  background-color: #f0edea;
  padding: 25px 40px;
  border-radius: 40px;
  text-decoration: none !important;
  color: black;
  font-size: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.komp-boks:hover {
  transform: scale(1.06);
  color: black;
}
.module-logo a img {
  width: 60px;
}
.desktopmeny {
  padding-top: 2px;
}
@media (max-width: 1035px) {
  .desktopmeny {
    display: none;
  }
}
.desktopmeny ul ul {
  min-width: 190px;
}
.desktopmeny ul.level1 > li {
  display: none;
}
.desktopmeny ul.level1 > li a {
  text-transform: uppercase;
  font-family: "ingra-wide", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 10px;
}
.desktopmeny ul.level1 > li a:hover {
  color: #dd277b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .desktopmeny ul.level1 > li a {
    font-size: 11px;
  }
}
.desktopmeny ul.level2 li:hover {
  background-color: #dd277b;
}
.desktopmeny ul.level2 li:hover a {
  color: white;
}
.desktopmeny ul.level2 li a,
.desktopmeny ul.level3 li a {
  text-transform: none;
  letter-spacing: 0px;
}
.desktopmeny ul li.has-children > a > .mi-txtspan:after {
  display: none;
}
.desktopmeny .mi13266,
.desktopmeny .mi13272,
.desktopmeny .mi13278,
.desktopmeny .mi197,
.desktopmeny .mi56514 {
  display: block !important;
}
.header-links a {
  text-transform: uppercase;
  font-family: "ingra-wide", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 15px;
  color: #dd277b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-links a {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-links a {
    font-size: 13px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-links a {
    color: black;
    margin: 0 10px;
    font-size: 13px;
  }
}
.hamburger .module-menu-button {
  background-color: transparent;
}
.hamburger .module-menu-button:hover {
  background-color: transparent;
}
.hamburger .module-menu-button .icon-bar {
  width: 20px;
  background-color: black;
}
.hamburger .module-menu-button .icon-bar:nth-of-type(4) {
  display: block;
  top: 2px;
}
.hamburger.open .level1 {
  width: 100vw;
  height: 430px;
  background-color: #dd277b !important;
  border-radius: 0 !important;
  box-shadow: none;
  right: 0 !important;
  left: -60px !important;
  top: 0 !important;
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hamburger.open .level1 li {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hamburger.open .level1 li {
    width: 25%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hamburger.open .level1 li {
    width: 50%;
  }
}
.hamburger.open .level1 li a:hover {
  color: #dd277b;
}
@media (min-width: 1200px) {
  .hamburger.open .level1 {
    padding: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hamburger.open .level1 {
    padding: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hamburger.open .level1 {
    height: 380px;
    padding: 40px 60px !important;
    left: -40px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .hamburger.open .level1 {
    padding: 40px 60px !important;
    left: -50px !important;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hamburger.open .level1 {
    left: -10px !important;
    padding: 30px !important;
    right: 0 !important;
    height: 70vh;
  }
}
.hamburger.open .level1 li a {
  color: white;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.hamburger.open .level1 li a:hover {
  color: black;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .hamburger.open .level1 li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hamburger.open .level1 li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.hamburger.open ul li.has-children > a > .mi-txtspan:after {
  display: none;
}
.hamburger.open .icon-bar {
  background-color: white;
  width: 30px !important;
  right: -6px;
}
.hamburger.open .icon-bar:nth-of-type(2) {
  top: 3px;
}
.hamburger.open .icon-bar:nth-of-type(3) {
  top: 22px;
}
.hamburger.open .icon-bar:nth-of-type(4) {
  display: none;
}
.smal-bg .container {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.module-header h1 {
  text-align: center;
  margin: 60px 0 40px;
}
.listing {
  margin-bottom: 30px;
}
.listing a {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}
.listing a:hover {
  color: #dd277b;
}
.tjenester-liste a {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: white;
  margin-bottom: 20px;
  color: black;
  position: relative;
  height: 100%;
}
.tjenester-liste a div {
  width: 50%;
}
.tjenester-liste a .list-img {
  overflow: hidden;
}
.tjenester-liste a .list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tjenester-liste a .list-text {
  padding: 40px;
}
.tjenester-liste a .list-text h3 {
  font-family: "adelle-sans", sans-serif;
}
.tjenester-liste a .list-text p {
  font-size: 18px;
}
.tjenester-liste a:hover {
  text-decoration: none;
}
.tjenester-liste a:hover img {
  transform: scale(1.03);
}
@media (min-width: 1200px) {
  .tjenester-liste a {
    align-items: center;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjenester-liste a {
    display: block;
  }
  .tjenester-liste a div {
    width: 100%;
  }
}
.tjenester-liste a:nth-child(2n) {
  flex-direction: row-reverse;
}
.body-mi23984 .tjenester-liste {
  padding-top: 40px;
}
.lightgrey-bg {
  padding: 40px 0 80px;
}
.forsidekarusell {
  overflow: hidden;
}
@media (min-width: 1100px) {
  .forsidekarusell {
    height: calc(100vh - 77px);
  }
  .forsidekarusell .slick-slide {
    height: 100vh;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidekarusell {
    height: 310px;
  }
  .forsidekarusell .slick-slide,
  .forsidekarusell .slick-track {
    height: 310px;
  }
}
.forsidekarusell .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.forsidekarusell .slide-caption {
  bottom: 10%;
  right: 10%;
  left: auto;
  max-width: 600px;
}
.forsidekarusell .slide-caption h1 {
  font-size: 40px;
  background-color: #ee2a7b;
}
.forsidekarusell .slide-caption h2 {
  font-size: 25px;
}
@media (min-width: 1200px) {
  .forsidekarusell .slide-caption h1 {
    font-size: 60px;
    line-height: 60px;
    background-color: #ee2a7b;
  }
  .forsidekarusell .slide-caption h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidekarusell .slide-caption {
    position: absolute;
    bottom: 25%;
    right: 4%;
    top: auto;
    left: auto;
    z-index: 3;
    max-width: 250px;
  }
  .forsidekarusell .slide-caption h1 {
    font-size: 16px !important;
    line-height: 20px !important;
    background-color: #ee2a7b;
    padding: 5px 10px;
  }
  .forsidekarusell .slide-caption h2 {
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 5px 10px;
  }
}
.under-karusell {
  width: 100%;
  background-color: #ffffffc9;
  padding: 20px;
  text-align: center;
  bottom: 0;
  height: 99px;
}
.under-karusell h1 {
  font-size: 25px;
  line-height: 1em;
}
.under-karusell h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 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) {
  .under-karusell {
    position: static;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .under-karusell {
    padding: 20px 0;
    height: auto;
    position: static;
  }
  .under-karusell h2 {
    font-size: 16px;
  }
}
.template-forside-med-karusell .film-start {
  height: auto;
}
.padding-top {
  padding-top: 40px;
}
.online-booking-forside {
  text-align: center;
}
.online-booking-forside h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: black;
}
.online-booking-forside a {
  font-size: 16px;
  background: #dd277b;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  padding: 10px 15px;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: static;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
}
.online-booking-forside a:hover {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}
.online-booking-forside a.sorgenfri {
  margin-right: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .online-booking-forside {
    text-align: center;
  }
}
.module-blogfeed.events-forside.nyheter {
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grecaptcha-badge {
    margin: 0;
    display: none;
  }
}
.gm-style .gm-style-iw-c {
  width: 300px !important;
}
.google-map {
  height: 580px;
}
.google-map-overlay {
  width: 300px !important;
}
.google-map-overlay h4 {
  margin-bottom: 7px !important;
  font-weight: 700;
  line-height: 1.2em;
}
.google-map-overlay p {
  margin-bottom: 7px !important;
  font-size: 16px;
  line-height: 1.2em;
}
.google-map-overlay p span {
  color: #dd277b;
}
.beigebox {
  background-color: #f4ebe2;
  padding: 30px;
  margin-bottom: 30px;
}
.beigebox img {
  opacity: 1;
}
.beigebox h2 {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
}
.beigebox h2 span {
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
}
.beigebox ul {
  padding-left: 0;
  margin-left: 0;
}
.beigebox ul li {
  list-style: none;
  border-bottom: 1px solid #d0c5bb;
  padding: 10px 0;
}
.beigebox ul li:before {
  content: "";
  background-image: url(https://files.solvecms.com/houseoffemme-no/41d47a3/list-style.svg?v=1697188294955);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
.flex-bg .row {
  display: flex;
  justify-content: center;
}
.flex-bg .row .col-sm-6 {
  max-width: 570px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .flex-bg .row {
    display: block;
  }
  .flex-bg .row .col-sm-6 {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}
.box-picture-member {
  background-color: black;
  display: flex;
  align-items: center;
  max-height: 360px;
  margin: 60px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .box-picture-member {
    display: block;
    max-height: none;
  }
}
.box-picture-member .picture-holder {
  width: 600px;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-picture-member .picture-holder {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .box-picture-member .picture-holder {
    width: 100%;
    padding: 0;
  }
}
.box-picture-member .text-holder {
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-picture-member .text-holder {
    padding: 40px;
  }
}
.box-picture-member .text-holder h2 {
  color: white;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 900;
}
.box-picture-member .text-holder p {
  color: white;
  font-size: 22px;
  line-height: 1.2em;
}
.box-picture-member .text-holder .pink-btn {
  padding: 14px 45px;
  border-radius: 100px;
  font-size: 20px;
  background-color: #dc277b;
  color: white !important;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}
.provetime {
  max-width: 600px;
  margin: 0px auto 60px auto;
}
.provetime h2 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 900;
}
.provetime a {
  text-decoration: underline;
  text-underline-position: under;
}
.treningsvideo {
  max-width: 900px;
  margin: 0 auto;
}
.center-btns {
  margin: 30px 0 100px 0;
  display: flex;
  justify-content: center;
}
.center-btns a {
  padding: 14px 45px;
  border-radius: 100px;
  font-size: 20px;
  background-color: #dc277b;
  color: white !important;
  display: inline-block;
  text-decoration: none;
}
.center-btns .gruppe {
  margin-right: 40px;
}
.medlemskap {
  max-width: 600px;
  margin: 0px auto 60px auto;
}
.membership-overview {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .membership-overview {
    justify-content: space-between;
  }
}
.membership-overview .membership {
  width: 31%;
  border-radius: 25px;
  background-color: #f4ebe2;
  text-align: center;
  padding: 40px 30px;
  margin: 10px;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .membership-overview .membership {
    width: 47%;
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .membership-overview .membership {
    width: 99%;
  }
}
.membership-overview .membership h4 {
  text-transform: uppercase;
  font-weight: 900;
}
.membership-overview .membership h5 {
  font-weight: 900;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "adelle-sans", sans-serif;
}
.membership-overview .membership p {
  line-height: 1.1em;
  font-size: 16px;
}
.membership-overview .membership span {
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.membership-overview .membership:hover {
  transform: scale(1.03);
}
.membership-overview .membership a {
  text-decoration: underline;
  text-underline-position: under;
  padding: 7px 25px;
  color: black;
}
.medlem {
  margin: 30px 0 100px 0;
  display: flex;
  justify-content: center;
}
.medlem a {
  padding: 14px 70px;
  border-radius: 100px;
  font-size: 20px;
  background-color: black;
  color: white !important;
  display: inline-block;
  text-decoration: none;
}
.body-mi2388 .page-content .row,
.body-mi24275 .page-content .row {
  margin-bottom: 50px;
}
.body-mi2388 .page-content .module-article p,
.body-mi24275 .page-content .module-article p,
.body-mi2388 .page-content .module-article li,
.body-mi24275 .page-content .module-article li {
  font-size: 14px;
  line-height: 1.6em;
}
.body-mi2388 .page-content .module-article h3,
.body-mi24275 .page-content .module-article h3 {
  font-size: 22px;
  line-height: 1.3em;
}
.knapp.svart p a {
  padding: 14px 45px;
  border-radius: 100px;
  font-size: 20px;
  background-color: black;
  color: white !important;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}
/* Skjerm City lade */
.template-city-lade-skjerm .bg381 {
  background: transparent;
}
.template-city-lade-skjerm #skjerm-film {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.template-city-lade-skjerm #skjerm-film video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.template-city-lade-skjerm #skjerm-film:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.template-city-lade-skjerm #skjerm-holder {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100vh;
  width: 70%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.template-city-lade-skjerm #skjerm-holder .page-content {
  height: 1000px;
}
.template-city-lade-skjerm #logo {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  width: 400px;
  margin-bottom: 50px;
}
.template-city-lade-skjerm #logo img {
  width: 100%;
}
.template-city-lade-skjerm .valg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: transparent;
  width: 70%;
  margin: 0 auto;
}
.template-city-lade-skjerm .valg a {
  text-align: center;
  width: 100%;
  padding: 50px 100px;
  font-size: 40px;
  background-color: black;
  border-radius: 100px;
  color: white;
  margin-bottom: 40px;
}
.template-city-lade-skjerm .valg a:hover {
  text-decoration: none;
}
.template-city-lade-skjerm #lenker {
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
  text-underline-position: under;
}
.template-city-lade-skjerm #lenker a {
  color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .solve {
    text-align: center;
    margin-bottom: 40px;
  }
}
.solve h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.solve a {
  color: black;
  font-size: 12px;
}
.nyhetsbrev {
  background-color: black;
  border-radius: 5px;
  padding: 60px 50px 40px 50px;
  max-width: 700px;
  margin: 0 auto;
}
.nyhetsbrev h2 {
  text-align: center;
  color: white;
  font-size: 36px !important;
  margin-bottom: 15px;
}
.nyhetsbrev p {
  text-align: center;
  color: white;
  margin-bottom: 15px;
}
.nyhetsbrev #mc_embed_signup #mce-success-response {
  color: white;
}
.nyhetsbrev #mc_embed_signup div.response {
  padding-top: 0;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: normal;
  color: #dd277b;
}
.nyhetsbrev label {
  color: white;
  margin-bottom: 15px !important;
  font-size: 20px !important;
}
.nyhetsbrev .button {
  background-color: #dd277b !important;
  border-radius: 50px !important;
  font-size: 20px !important;
  padding: 10px 30px !important;
  height: auto !important;
}
.se-meny {
  margin: 60px 0 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
.se-meny .img-holder {
  height: 450px;
  overflow: hidden;
}
.se-meny .img-holder img {
  object-fit: contain;
  height: 100%;
}
.se-meny .text-holder {
  text-align: center;
}
.se-meny .text-holder a {
  padding: 7px 25px;
  border-radius: 100px;
  font-size: 17px;
  background-color: #dc277b;
  color: white;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.opacity1 img {
  opacity: 1;
}
