.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.yCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#icons .default_link,
#icons .arrow {
  position: relative;
}
#icons .default_link:before,
#icons .arrow:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\3e';
  font-weight: 600;
  color: #8daa5a;
  font-size: 20px;
  line-height: 1;
  font-family: "signa-light", sans-serif;
}
#icons .default_link .after,
#icons .arrow .after {
  padding-right: 27px;
}
#icons .default_link .after:after,
#icons .arrow .after:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: '\3e';
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-family: "signa-light", sans-serif;
}
#icons .sm_pdf {
  padding-left: 24px;
  position: relative;
}
#icons .sm_pdf:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 14px;
  height: 17px;
  background-position: -48px -17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .sm_pdf:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#icons .pdf {
  padding-left: 34px;
  position: relative;
  display: block;
}
#icons .pdf:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 22px;
  height: 26px;
  background-position: -25px -180px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .pdf:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#icons .pdf .sm {
  padding-left: 22px;
}
#icons .pdf .sm:before {
  top: -1px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 14px;
  height: 17px;
  background-position: -48px -17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .pdf .sm:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#icons .media_file {
  padding-left: 34px;
  position: relative;
  display: block;
}
#icons .media_file:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 25px;
  height: 26px;
  background-position: -1px -145px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .media_file:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#icons .external_link {
  padding-left: 34px;
  position: relative;
  display: block;
}
#icons .external_link:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 25px;
  height: 26px;
  background-position: -1px -145px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .external_link:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#icons .external_link .sm {
  padding-left: 24px;
}
#icons .external_link .sm:before {
  top: 1px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
  width: 16px;
  height: 17px;
  background-position: -47px -207px;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icons .external_link .sm:before {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
#links .general {
  text-decoration: none;
  color: #8daa5a;
}
#headers .separator header {
  background: #f7f7f2;
  text-align: center;
  padding: 29px 0 33px;
  border-bottom: solid 1px #d2cfc6;
  border-top: solid 1px #d2cfc6;
  height: auto;
}
#headers .separator header.top-margin {
  margin-top: 42px;
}
#headers .separator header > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#headers .separator header h2 {
  margin-bottom: 7px;
}
* {
  box-sizing: border-box;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
  border: 0;
  padding: 0;
}
ul {
  margin: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: center;
}
iframe {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.clear:after {
  clear: both;
  content: " ";
  display: block;
}
/*
	Paths
*/
/*
	Razor functions gap
*/
/*
	Background colors
*/
.background-c1 {
  background: #614733;
}
.background-c2 {
  background: #edf3f0;
}
.background-c3 {
  background: #dde5e3;
}
.background-c4 {
  background: #d0d9d7;
}
.background-c5 {
  background: #f7f7f2;
}
.background-c6 {
  background: #f7f7f2;
}
.background-c7 {
  background: #8daa5a;
}
.background-c8 {
  background: #3a3938;
}
.background-c9 {
  background: #424140;
}
.background-c10 {
  background: #575451;
}
.background-c11 {
  background: #edf1df;
}
.background-c12 {
  background: #e1dfd8;
}
.background-c13 {
  background: #dbe2c0;
}
.background-c14 {
  background: #707070;
}
.background-c15 {
  background: #edede3;
}
.background-f13 {
  background: #c5d295;
}
.background-f22 {
  background: #8fb9a7;
}
.background-c12a {
  background: #b5c3c0;
}
/*
	Text colors
*/
.color-f0 {
  color: #000000 !important;
}
.color-f1 {
  color: #614733 !important;
}
.color-f2 {
  color: #746a5f !important;
}
.color-f3 {
  color: #b77344 !important;
}
.color-f4 {
  color: #8daa5a !important;
}
.color-f5 {
  color: #ffffff !important;
}
.color-f6 {
  color: #c4bab3 !important;
}
.color-f7 {
  color: #a39878 !important;
}
.color-f8 {
  color: #f7f7f2 !important;
}
.color-f9 {
  color: #625e58 !important;
}
.color-f10 {
  color: #575451 !important;
}
/*
	Grey border color
*/
/*
	General padding
*/
/*
	Wrapper max-width
*/
/* Grids */
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-33 {
  width: calc(33.333333333333336%);
}
.w-50 {
  width: 50%;
}
.w-66 {
  width: calc(66.66666666666667%);
}
.w-100 {
  width: 100%;
}
/* 
-----------------
Custom fonts 
-----------------
*/
@font-face {
  font-family: 'signa-light';
  src: url('/frontend/fonts/sicolg.eot');
  src: url('/frontend/fonts/sicolg.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/sicolg.woff') format('woff'), url('/frontend/fonts/sicolg.woff2') format('woff2');
}
@font-face {
  font-family: 'signa-extralight';
  src: url('/frontend/fonts/signaot_extlight.eot');
  src: url('/frontend/fonts/signaot_extlight.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/signaot_extlight.woff') format('woff'), url('/frontend/fonts/signaot_extlight.woff2') format('woff2');
}
#fonts .signa_xl {
  font-family: "signa-extralight", sans-serif;
}
#fonts .signa_light {
  font-family: "signa-light", sans-serif;
}
/* 
-----------------
 Text colors 
-----------------
*/
.color-f1 {
  color: #614733;
}
.color-f2 {
  color: #746a5f;
}
.color-f3 {
  color: #b77344;
}
.color-f4 {
  color: #8daa5a;
}
.color-f5 {
  color: #ffffff;
}
.color-f6 {
  color: #c4bab3;
}
.color-f7 {
  color: #a39878;
}
/* 
--------------------
 Background colors 
--------------------
*/
.background-c1 {
  background-color: #614733;
}
.background-c2 {
  background-color: #edf3f0;
}
.background-c3 {
  background-color: #dde5e3;
}
.background-c4 {
  background-color: #d0d9d7;
}
.background-c5 {
  background-color: #f7f7f2;
}
.background-c6 {
  background-color: #f7f7f2;
}
.background-c7 {
  background-color: #8daa5a;
}
.background-c8 {
  background-color: #3a3938;
}
.background-c9 {
  background-color: #424140;
}
.background-c10 {
  background-color: #575451;
}
.background-c11 {
  background-color: #edf1df;
}
.background-c12 {
  background-color: #e1dfd8;
}
.yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-video-container .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  margin: 0;
  background: none;
  border: 3px solid #625e58;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
.yt-video-container .playbtn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 3px;
  transform: translate(-50%, -50%);
  border-left: 20px solid #625e58;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
}
html,
html a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.375;
  color: #614733;
}
body {
  margin: 0;
  font-family: "signa-light", sans-serif;
}
*:focus {
  outline: 0;
  border: 0;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 20px;
}
a {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav {
  width: 100%;
  background-color: #fff;
}
nav:not(.main-navi):not(.subnav) ul,
nav:not(.main-navi):not(.subnav) ol {
  list-style: outside none none;
  margin: 0;
  padding: 0px 0px 0px 85px;
}
nav li {
  display: inline-block;
}
nav li.login {
  float: right;
}
nav li.login a {
  color: #8daa5a;
}
section {
  clear: both;
  display: block;
}
input {
  display: block;
  font-family: "signa-light", sans-serif;
}
input[id=employee-search]::-webkit-input-placeholder {
  font-size: 34px;
  line-height: normal;
  color: #8daa5a;
}
input[id=employee-search]::-moz-placeholder {
  /* Firefox 18- */

  font-size: 16px;
  line-height: normal;
  color: #8daa5a;
}
input[id=employee-search]:-ms-input-placeholder {
  /* IE 10+ */

  font-size: 16px;
  line-height: normal;
  color: #8daa5a;
}
input[id=employee-search]:-moz-placeholder {
  /* Firefox 18- */

  font-size: 16px;
  line-height: normal;
  color: #625e58;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
label {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 9px;
}
input[id="employee-search"] {
  width: 446px;
  border: solid 1px #d2cfc6;
  padding: 10px 20px;
  margin: 0 auto 15px;
  font-size: 34px;
  line-height: normal;
  color: #8daa5a;
  background: url("/frontend/img/extranet/icon-search-large.png") no-repeat 390px center;
  background-size: 40px auto !important;
}
input[type="text"] {
  height: 37px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0 10px;
}
input[type="password"] {
  height: 37px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0 10px;
}
textarea {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px;
}
a[href^="tel:"] {
  text-decoration: none !important;
  color: inherit !important;
}
.content > hr {
  border: 0;
  border-top: 1px solid #dfdfdf;
  height: 1px;
  background: transparent;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 35px;
}
#container:not(.content) {
  display: inline-block;
  margin-left: 0px;
  width: 100%;
  position: relative;
}
#logo {
  background-image: url("/frontend/img/extranet/logo-partnerside.svg");
  background-repeat: no-repeat;
  background-size: 241px 46px;
  display: block;
  height: 46px;
  width: 241px;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  #logo {
    background-size: calc(192.8px) calc(36.800000000000004px);
    width: calc(192.8px);
    height: calc(36.800000000000004px);
  }
}
#mobile-menu-toggle {
  width: 38px;
  height: 34px;
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
#mobile-menu-toggle span {
  display: block;
  position: absolute;
  right: 10px;
  height: 2px;
  width: 18px;
  background: #CFC9BB;
  border-radius: 1px;
  transition: 0.25s ease-in-out;
}
#mobile-menu-toggle span:nth-child(1) {
  top: 10px;
}
#mobile-menu-toggle span:nth-child(2),
#mobile-menu-toggle span:nth-child(3) {
  top: 16px;
}
#mobile-menu-toggle span:nth-child(4) {
  top: 22px;
}
#mobile-menu-toggle.open span:nth-child(1),
#mobile-menu-toggle.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  right: 50%;
}
#mobile-menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mobile-menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #mobile-menu-toggle {
    top: 33px;
  }
}
@media (min-width: 1131px) {
  #mobile-menu-toggle {
    display: none;
  }
}
.wrapper > header:first-child {
  display: block;
  padding: 46px 0 40px;
}
@media (max-width: 1130px) {
  .wrapper > header:first-child {
    position: relative;
    padding: 35px 6px 34px 0;
    border-bottom: 1px solid #d2cfc6;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .wrapper > header:first-child {
    position: relative;
    padding: 31px 6px 30px 0;
  }
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
body.extranet .responsive-embed {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.extranet .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1131px) {
  .sticky-menu {
    position: fixed !important;
    top: -1px;
    z-index: 990;
  }
}
.cta-button {
  display: inline-block;
  padding: 7px 20px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  color: #fff !important;
  background-color: #65abab;
  padding-right: 26px;
}
.cta-button:after {
  position: relative;
  top: 1.7px;
  right: -10px;
  display: inline-block;
  border: solid;
  border-color: inherit;
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(-45deg) translateY(-50%);
  content: '';
}
.cta-button.green {
  background-color: #8daa5a;
}
.cta-button.grey {
  background-color: #746a5f;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  cursor: default;
  font-weight: normal;
  margin: 0;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a h7 {
  cursor: pointer;
}
h1,
h2 {
  font-family: "signa-extralight", sans-serif;
  margin-bottom: 15px;
}
body.ie11 h1,
body.ie11 h2 {
  margin-bottom: 10px;
}
h3,
h4 {
  font-family: "signa-light", sans-serif;
  margin-bottom: 10px;
}
h1,
.font-h1 {
  font-size: 34px;
  line-height: 1.2941176470588236;
  margin-bottom: 60px;
}
h2,
.font-h2 {
  font-size: 28px;
  line-height: 1.2142857142857142;
  margin-bottom: 15px;
}
h3,
.font-h3 {
  font-size: 19px;
  line-height: 1.368421052631579;
  margin-bottom: 18px;
}
h4,
.font-h4 {
  font-size: 19px;
  line-height: 1.368421052631579;
  margin-bottom: 18px;
}
@media (max-width: 950px) {
  h1,
  .font-h1 {
    font-size: 28px;
    line-height: 1.2142857142857142;
    margin-bottom: 34px;
  }
  h2,
  .font-h2 {
    font-size: 28px;
    line-height: 1.2142857142857142;
    margin-bottom: 30px;
  }
  h3,
  .font-h3 {
    font-size: 19px;
    line-height: 1.368421052631579;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-h1 {
    font-size: 28px;
    line-height: 1.2142857142857142;
    margin-bottom: 34px;
  }
  h2,
  .font-h2 {
    font-size: 24px;
    line-height: 1.4166666666666667;
    margin-bottom: 30px;
  }
  h3,
  .font-h3 {
    font-size: 19px;
    line-height: 1.368421052631579;
    margin-bottom: 26px;
  }
}
.img-topnavi_triangle,
.img-headset_icon,
.img-sm_green_document_icon,
.img-email_icon,
.img-green_loop_icon,
.img-loop_icon,
.img-phone_icon,
.img-letter_icon,
.img-home_icon,
.img-profile_icon,
.img-green_external_link_icon,
.img-sm_mail_darkbrown_icon,
.img-sm_mail_lightbrown_icon,
.img-green_document_icon,
.img-lightbrown_document_icon,
.img-white_document_icon,
.img-sm_headset_darkbrown_icon,
.img-sm_green_external_link_icon,
.img-sm_headset_lightbrown_icon {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/Frontend/img/extranet/sprites/icons-sprite.png?v=1.1');
  background-size: 64px 252px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .img-topnavi_triangle,
  .img-headset_icon,
  .img-sm_green_document_icon,
  .img-email_icon,
  .img-green_loop_icon,
  .img-loop_icon,
  .img-phone_icon,
  .img-letter_icon,
  .img-home_icon,
  .img-profile_icon,
  .img-green_external_link_icon,
  .img-sm_mail_darkbrown_icon,
  .img-sm_mail_lightbrown_icon,
  .img-green_document_icon,
  .img-lightbrown_document_icon,
  .img-white_document_icon,
  .img-sm_headset_darkbrown_icon,
  .img-sm_green_external_link_icon,
  .img-sm_headset_lightbrown_icon {
    background-image: url('/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1');
  }
}
.img-topnavi_triangle {
  width: 49px;
  height: 15px;
  background-position: -1px -1px;
}
.img-headset_icon {
  width: 46px;
  height: 42px;
  background-position: -1px -17px;
}
.img-sm_green_document_icon {
  width: 14px;
  height: 17px;
  background-position: -48px -17px;
}
.img-email_icon {
  width: 42px;
  height: 42px;
  background-position: -1px -60px;
}
.img-green_loop_icon {
  width: 18px;
  height: 18px;
  background-position: -44px -60px;
}
.img-loop_icon {
  width: 18px;
  height: 18px;
  background-position: -44px -79px;
}
.img-phone_icon {
  width: 18px;
  height: 18px;
  background-position: -44px -98px;
}
.img-letter_icon {
  width: 41px;
  height: 41px;
  background-position: -1px -103px;
}
.img-home_icon {
  width: 20px;
  height: 19px;
  background-position: -43px -117px;
}
.img-profile_icon {
  width: 18px;
  height: 18px;
  background-position: -43px -137px;
}
.img-green_external_link_icon {
  width: 25px;
  height: 26px;
  background-position: -1px -145px;
}
.img-sm_mail_darkbrown_icon {
  width: 23px;
  height: 23px;
  background-position: -27px -156px;
}
.img-sm_mail_lightbrown_icon {
  width: 23px;
  height: 23px;
  background-position: -1px -172px;
}
.img-green_document_icon {
  width: 22px;
  height: 26px;
  background-position: -25px -180px;
}
.img-lightbrown_document_icon {
  width: 22px;
  height: 26px;
  background-position: -1px -196px;
}
.img-white_document_icon {
  width: 22px;
  height: 26px;
  background-position: -1px -223px;
}
.img-sm_headset_darkbrown_icon {
  width: 22px;
  height: 21px;
  background-position: -24px -207px;
}
.img-sm_green_external_link_icon {
  width: 16px;
  height: 17px;
  background-position: -47px -207px;
}
.img-sm_headset_lightbrown_icon {
  width: 22px;
  height: 21px;
  background-position: -24px -229px;
}
.function.pageheader {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.function.pageheader.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.function.pageheader.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .function.pageheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.function.pageheader.white {
  border-top: 1px solid #d2cfc6;
}
.function.pageheader.white .titlebox {
  background-color: #fff;
}
.function.pageheader .textcol {
  text-align: center;
  width: calc(66.66666666666667%);
}
@media (max-width: 767px) {
  .function.pageheader .textcol {
    width: 100%;
    order: 2;
  }
}
.function.pageheader .textcol .titlebox {
  width: 100%;
  padding: 75px 0;
  background-color: #3a3938;
}
.function.pageheader .textcol .titlebox .icon img {
  width: 138px;
  height: auto;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .function.pageheader .textcol .titlebox .icon img {
    width: 90px;
  }
}
.function.pageheader .textcol .titlebox .title {
  max-width: 460px;
  margin: 0 auto;
}
.function.pageheader .textcol .titlebox .title h2 {
  color: #ffffff;
  margin: 0 0 10px;
}
.function.pageheader .textcol .header-text {
  color: #746a5f;
  font-size: 20px;
  padding: 56px 90px;
}
@media (max-width: 950px) {
  .function.pageheader .textcol .header-text {
    padding: 56px 30px;
  }
}
@media (max-width: 767px) {
  .function.pageheader .textcol .header-text {
    padding: 56px 20px;
  }
}
.function.pageheader .textcol .header-text h3 {
  color: #746a5f;
}
.function.pageheader .textcol .header-text > *:last-child {
  margin-bottom: 0;
}
.function.pageheader .imagecol {
  width: calc(33.333333333333336%);
  background-position: right center;
  background-size: cover;
}
@media (max-width: 767px) {
  .function.pageheader .imagecol {
    width: 100%;
    height: 365px;
    padding: 95px 0 0;
    margin: 0;
    order: 1;
  }
}
.youtube-video-and-text,
.image-and-text {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.youtube-video-and-text.row,
.image-and-text.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.youtube-video-and-text.column,
.image-and-text.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.youtube-video-and-text.background-c3 h2,
.image-and-text.background-c3 h2 {
  color: #614733;
  font-size: 28px;
  line-height: 1.2142857142857142;
}
.youtube-video-and-text .text,
.image-and-text .text {
  padding: 65px 5%;
  color: #746a5f;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}
.youtube-video-and-text .text.row,
.image-and-text .text.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.youtube-video-and-text .text.column,
.image-and-text .text.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.youtube-video-and-text .text .align-center,
.image-and-text .text .align-center {
  text-align: center;
}
.youtube-video-and-text .text.background-c8,
.image-and-text .text.background-c8 {
  color: #c4bab3;
}
.youtube-video-and-text .text *,
.image-and-text .text * {
  color: inherit;
}
.youtube-video-and-text .text p:last-child,
.image-and-text .text p:last-child {
  margin-bottom: 0;
}
.youtube-video-and-text .text a[class*="background-c"],
.image-and-text .text a[class*="background-c"] {
  font-family: "signa-light", sans-serif;
  font-size: 19px;
  line-height: 1.2105263157894737;
  display: inline-block;
  margin-top: 20px;
  padding: 16px 30px;
  color: #ffffff;
}
@media (hover: hover) {
  .youtube-video-and-text .text a[class*="background-c"],
  .image-and-text .text a[class*="background-c"] {
    transition: background-color 0.25s ease;
    background-color: #503b2a;
  }
  .youtube-video-and-text .text a[class*="background-c"]:hover,
  .image-and-text .text a[class*="background-c"]:hover {
    background-color: #614733;
  }
}
.youtube-video-and-text .background-image,
.image-and-text .background-image {
  background-position: center center;
  background-repeat: no-repeat;
  align-self: stretch;
}
@media (max-width: 950px) {
  .youtube-video-and-text .background-image:not([style*="contain"]),
  .image-and-text .background-image:not([style*="contain"]) {
    min-height: calc(60vh - 95px);
  }
}
@media (max-width: 767px) {
  .youtube-video-and-text .background-image:not([style*="contain"]),
  .image-and-text .background-image:not([style*="contain"]) {
    min-height: calc(50vh - 95px);
  }
}
@media (max-width: 950px) {
  .youtube-video-and-text .background-image[style*="contain"],
  .image-and-text .background-image[style*="contain"] {
    min-height: 300px;
  }
}
.youtube-video-and-text .yt-video-container,
.image-and-text .yt-video-container {
  background-position: center;
  background-color: #edf3f0;
  padding-bottom: calc(28.125%) !important;
}
.youtube-video-and-text .yt-video-container.auto-height,
.image-and-text .yt-video-container.auto-height {
  /*height: auto !important;*/

}
@media (max-width: 767px) {
  .youtube-video-and-text .yt-video-container,
  .image-and-text .yt-video-container {
    order: 1;
    padding-bottom: 56.25% !important;
  }
}
@media (max-width: 950px) {
  .youtube-video-and-text .yt-video-container,
  .image-and-text .yt-video-container {
    padding-bottom: 56.25% !important;
  }
}
@media (max-width: 950px) {
  .youtube-video-and-text,
  .image-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
  .youtube-video-and-text > div,
  .image-and-text > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .youtube-video-and-text > div.text,
  .image-and-text > div.text {
    order: 2;
  }
}
@media (max-width: 767px) {
  .np-landingpage.ie11 .youtube-video-and-text,
  .np-landingpage.ie11 .image-and-text,
  .np-landingpage.edge .youtube-video-and-text,
  .np-landingpage.edge .image-and-text {
    display: block !important;
  }
  .np-landingpage.ie11 .youtube-video-and-text > div,
  .np-landingpage.ie11 .image-and-text > div,
  .np-landingpage.edge .youtube-video-and-text > div,
  .np-landingpage.edge .image-and-text > div {
    display: block !important;
  }
}
body.extranet.front .youtube-video-and-text .text,
body.extranet.front .image-and-text .text {
  align-items: flex-start;
  -ms-flex-align: start;
}
body.extranet.news-article .youtube-video-and-text {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.home .youtube-video-and-text.background-c2 {
  color: #464646;
  text-align: center;
}
body.home .youtube-video-and-text.background-c2 h2 {
  color: #614733;
  font-size: 28px;
  line-height: 1.2142857142857142;
}
body.home .youtube-video-and-text .playbtn {
  border-color: #fff;
}
body.home .youtube-video-and-text .playbtn:after {
  border-left: 20px solid #fff;
}
body.home .youtube-video-and-text .text {
  font-size: 20px;
}
@media (min-width: 950px) {
  body.home .youtube-video-and-text .text {
    padding: 0;
  }
  body.home .youtube-video-and-text .text div {
    max-width: 500px;
  }
}
body.home .youtube-video-and-text .text div {
  font-size: 19px;
  line-height: 1.368421052631579;
  padding: 0 7%;
  margin: 0 auto;
}
.pageheader-youtube-video .flex {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pageheader-youtube-video .flex.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.pageheader-youtube-video .flex.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pageheader-youtube-video .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageheader-youtube-video .flex .w-33 {
    width: 100%;
    min-height: 180px;
    order: 1;
  }
}
.pageheader-youtube-video .flex .w-33:last-of-type {
  position: relative;
}
.pageheader-youtube-video .flex .w-33:last-of-type .titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pageheader-youtube-video .flex .w-33:last-of-type img {
  display: inline-block;
  margin: 0 auto;
  width: 92px;
  height: auto;
}
.pageheader-youtube-video .flex .background-c8 {
  background-color: #3a3938;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pageheader-youtube-video .w-66 {
    order: 2;
  }
}
.pageheader-youtube-video .w-100 {
  background: #d0d9d7;
}
.pageheader-youtube-video .w-100 > div > *:last-child {
  margin-bottom: 0;
}
.pageheader-youtube-video .w-100 div {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 56px 20% calc(74px);
}
@media (max-width: 767px) {
  .pageheader-youtube-video .w-100 div {
    padding: 35px 4%;
  }
}
.module.one-column {
  margin: 10px 0;
}
.two-columns {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.two-columns.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.two-columns.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.two-columns > div {
  color: #746a5f;
  padding: 62px 3% 62px 5%;
}
.two-columns > div > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .two-columns > div {
    width: 100%;
  }
  .two-columns > div:first-child {
    padding-bottom: 30px;
  }
  .two-columns > div:last-child {
    padding-top: 20px;
  }
}
.two-columns.left > div:first-child {
  background: #edf3f0;
}
.two-one-teaser {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-one-teaser.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.two-one-teaser.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .two-one-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-one-teaser div {
    width: 100%;
  }
}
.two-one-teaser .col-one {
  align-items: center;
  -ms-flex-align: center;
  padding: calc(1.6vw + 30px) 9%;
}
.two-one-teaser .col-one h2 {
  color: #2e2e2e;
  font-size: 30px;
  line-height: 1.3333333333333333;
}
@media (max-width: 767px) {
  .two-one-teaser .col-one {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .two-one-teaser .col-one h2 {
    font-size: 26px;
    line-height: 1.3846153846153846;
  }
}
.two-one-teaser .col-two {
  padding: calc(1.6vw + 30px) 9%;
}
@media (max-width: 767px) {
  .two-one-teaser .col-two {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}
.two-one-teaser .col-two *:last-child {
  margin-bottom: 0;
}
.two-one-teaser .col-two h2 {
  color: #c4bab3;
  font-size: 30px;
  line-height: 1.3333333333333333;
}
@media (max-width: 767px) {
  .two-one-teaser .col-two h2 {
    font-size: 26px;
    line-height: 1.3846153846153846;
  }
}
.two-one-teaser .col-two p {
  color: #a39878;
}
.two-one-teaser .col-two a {
  color: #c4bab3;
}
@media (max-width: 767px) {
  .two-one-teaser .col-three {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.two-one-teaser .col-three div {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .two-one-teaser .col-three div {
    position: static;
    min-height: 460px;
  }
}
.np-landingpage .main-content .one-column {
  margin-top: 0px !important;
}
.np-landingpage .one-column.background-c2 h2.landingpage-section-header {
  color: #746a5f;
}
.np-landingpage .one-column.background-c10 h2.landingpage-section-header-bg {
  color: #c4bab3;
  font-family: "signa-extralight", sans-serif;
  font-size: 28px;
  line-height: 1.2857142857142858;
}
.np-landingpage .one-column h2.landingpage-section-header-bg span {
  display: block;
  margin-top: 20px;
}
.np-landingpage .one-column h2[class*="landingpage-section-header"] {
  margin: 0 auto;
}
.np-landingpage .one-column h2.landingpage-section-header {
  padding: 0px 0px 24px;
  text-align: center;
  color: inherit;
}
.np-landingpage .one-column h2.landingpage-section-header:not(.top-margin) {
  padding-top: 70px;
}
.np-landingpage .one-column h2.landingpage-section-header span {
  display: block;
  margin-top: 20px;
}
.np-landingpage .one-column h2.landingpage-section-header.no-btm-padding {
  padding-bottom: 0;
  margin-bottom: 0;
}
.np-landingpage .one-column h2.landingpage-section-header:not(.fontsize-sm) {
  font-size: 34px;
  line-height: 1.2941176470588236;
}
@media (max-width: 860px) {
  .np-landingpage .one-column h2.landingpage-section-header {
    padding: 0px 0 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column:nth-last-of-type(3) h3 {
    margin-bottom: 5px !important;
  }
}
.np-landingpage h2.no-btm-padding {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.np-landingpage a[name] + .module.one-column + .module.one-column h3.fontsize-sm {
  font-family: "signa-light", sans-serif;
}
.np-landingpage a[name] + .module.one-column + .module.one-column h3.fontsize-xs {
  font-family: "signa-light", sans-serif;
}
.np-landingpage .one-column h3 {
  color: inherit;
}
.np-landingpage .one-column h3.fontsize-sm,
.np-landingpage .one-column h2.fontsize-sm {
  font-size: 19px;
  line-height: 1.3157894736842106;
}
.np-landingpage .one-column h3.fontsize-xs,
.np-landingpage .one-column h2.fontsize-xs {
  font-size: 16px;
  line-height: 1.5625;
}
.np-landingpage .one-column .bg {
  background-color: inherit;
  padding: 50px 0px;
  text-align: center;
  margin: 30px auto 0;
}
@media (max-width: 860px) {
  .np-landingpage .one-column .bg {
    width: 80%;
  }
}
.np-landingpage .one-column .bg > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.np-landingpage .one-column .bg h3,
.np-landingpage .one-column .bg h2 {
  font-family: 'signa-light', sans-serif;
  margin-bottom: 0;
}
.np-landingpage .one-column .bg .line-break {
  display: block;
}
@media (min-width: 861px) {
  .np-landingpage .one-column[class*="background-c"]:not(.no-btm-border) .bg {
    border-bottom: solid 1px #d2cfc6;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column[class*="background-c"]:not(.no-btm-border) {
    border-bottom: solid 1px #d2cfc6;
  }
}
.np-landingpage .one-column .no-top-margin {
  margin-top: 0px;
}
.np-landingpage .one-column .note {
  text-align: center;
  margin: 0 auto;
  padding: 10px 5% 0px;
}
.np-landingpage .one-column .note.color-f2 h3 {
  color: rgba(106, 106, 95, 0.8);
}
.np-landingpage .one-column .note h3 {
  font-size: 13px;
  line-height: 1.3076923076923077;
}
@media (max-width: 860px) {
  .np-landingpage .one-column .guidance {
    margin-top: 40px !important;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column .bg {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .np-landingpage .one-column .bg.guidaince {
    margin-top: 40px !important;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column .bg.ignore h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .np-landingpage .one-column .bg.ignore h2 {
    max-width: 880px;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column:not(.ignore) {
    width: 80%;
    margin: 10px auto;
  }
}
@media (max-width: 860px) {
  .np-landingpage .one-column > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.np-landingpage .one-column .grid-c3 {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
}
.np-landingpage .one-column .grid-c3.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .one-column .grid-c3.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 860px) {
  .np-landingpage .one-column .grid-c3 {
    display: block;
    width: 100%;
  }
}
.np-landingpage .one-column .grid-c3 > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 230px;
  width: calc((1/3 * 100%) - 7px);
  text-align: center;
  color: #614733;
  overflow: hidden;
}
.np-landingpage .one-column .grid-c3 > div.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .one-column .grid-c3 > div.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 860px) {
  .np-landingpage .one-column .grid-c3 > div {
    display: block;
    width: 100%;
    height: 140px;
  }
  .np-landingpage .one-column .grid-c3 > div:not(:last-child) {
    border-bottom: solid  10px #fff;
  }
}
@media (hover: hover) {
  .np-landingpage .one-column .grid-c3 > div {
    transition: opacity .25s ease;
  }
  .np-landingpage .one-column .grid-c3 > div:hover {
    opacity: .7;
  }
}
.np-landingpage .one-column .grid-c3 > div a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "signa-extralight", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: inherit;
  z-index: 100;
}
.np-landingpage .one-column .grid-c3 > div a.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .one-column .grid-c3 > div a.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .two-columns {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.np-landingpage .two-columns.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .two-columns.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .two-columns:not(.ignore) {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .np-landingpage .two-columns {
    display: block;
    width: 100%;
  }
}
.np-landingpage .two-columns .text {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
}
.np-landingpage .two-columns .text.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .two-columns .text.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 860px) {
  .np-landingpage .two-columns .text {
    display: block;
    width: 100%;
  }
}
.np-landingpage .two-columns .text:nth-child(1) {
  padding: 20px 30px 85px 4%;
}
@media (max-width: 860px) {
  .np-landingpage .two-columns .text:nth-child(1) {
    padding: 1px 0 20px;
  }
}
.np-landingpage .two-columns .text:nth-child(2) {
  padding: 20px 4% 85px 30px;
}
@media (max-width: 860px) {
  .np-landingpage .two-columns .text:nth-child(2) {
    padding: 0 0 45px;
  }
}
.np-landingpage .two-columns .text * {
  color: inherit;
}
.np-landingpage .two-columns .text p:last-child {
  margin-bottom: 0;
}
.np-landingpage .comparison span {
  font-size: inherit;
  line-height: 1;
  position: relative;
  top: -2px;
  color: inherit;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.np-landingpage .comparison:not(.mobile):not(.one-column).row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .comparison:not(.mobile):not(.one-column).column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .np-landingpage .comparison:not(.mobile):not(.one-column) {
    display: none;
  }
}
.np-landingpage .comparison:not(.mobile):not(.one-column) a {
  color: inherit;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div {
  flex-grow: 1;
  -ms-flex-positive: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  width: 50%;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div ul {
  padding-bottom: 0 !important;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(1) {
  background-color: #edf3f0;
  padding: 50px 60px 50px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(1) ul li {
  background: url('https://xn--nrpension-g3a.dk/media/c66d1dc5-bc1f-4337-9800-b90afca64f6d/HFackA/Landingpage/icon-checkmark.png') no-repeat left 4px;
  background-size: 22px auto;
  padding-left: 40px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(1) ul li:not(:last-child) {
  padding-bottom: 26px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) {
  background-color: #dde5e3;
  padding: 50px 60px 26px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) ul li:not(:last-child) a {
  padding-bottom: 26px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) ul li a {
  position: relative;
  display: block;
  width: auto;
  padding-left: 36px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) ul li a:before {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://xn--nrpension-g3a.dk//media/9c6f726b-271a-4e8a-862f-671266a8f4d5/Nnt7LA/Landingpage/icons/document.png') no-repeat center 4px;
  background-size: 22px auto;
  content: "";
}
@media (hover: hover) {
  .np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) ul li a:before {
    transition: all 0.15s ease-in-out;
  }
  .np-landingpage .comparison:not(.mobile):not(.one-column) > div:nth-child(2) ul li a:hover:before {
    transform: scale(1.4);
  }
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div h2 {
  margin-bottom: 40px;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div ul {
  margin: 0;
  padding: 0;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div ul li {
  position: relative;
  font-size: 22px;
  line-height: 1.4545454545454546;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div ul li:before {
  width: 0;
  position: absolute;
  top: -4px;
  left: -60px;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #edf3f0;
}
.np-landingpage .comparison:not(.mobile):not(.one-column) > div ul li:not(:last-child) {
  margin-bottom: 26px;
  border-bottom: solid 1px rgba(95, 95, 95, 0.2);
}
@media (max-width: 860px) {
  .np-landingpage a[name="sammenligning-af-forsikringer"] + .one-column + .one-column > div {
    padding: 0 0 6px !important;
  }
}
.np-landingpage .comparison.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .np-landingpage .comparison.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .np-landingpage .comparison.mobile.row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .np-landingpage .comparison.mobile.column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 940px) {
  
}
@media (max-width: 640px) {
  
}
.np-landingpage .comparison.mobile .section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #edf3f0;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.np-landingpage .comparison.mobile .section.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .comparison.mobile .section.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 860px) {
  .np-landingpage .comparison.mobile .section {
    width: 100%;
  }
  .np-landingpage .comparison.mobile .section:last-of-type {
    margin-bottom: 10px;
  }
}
.np-landingpage .comparison.mobile .section div {
  font-size: 18px;
  line-height: 1.5555555555555556;
}
@media (max-width: 375px) {
  .np-landingpage .comparison.mobile .section div {
    font-size: 17px;
    line-height: 1.6470588235294117;
  }
}
.np-landingpage .comparison.mobile .section div:first-of-type {
  background: url('https://xn--nrpension-g3a.dk/media/c66d1dc5-bc1f-4337-9800-b90afca64f6d/HFackA/Landingpage/icon-checkmark.png') no-repeat 20px center;
  background-size: 22px auto;
  padding: 30px;
  padding-left: 52px;
}
.np-landingpage .comparison.mobile .section div:last-of-type:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #edf3f0 #0000 #0000 #0000;
  content: "";
}
@media (max-width: 860px) {
  .np-landingpage .comparison.mobile .section {
    width: 100%;
  }
}
.np-landingpage .comparison.mobile .section div:last-of-type {
  position: relative;
}
@media (max-width: 860px) {
  .np-landingpage .comparison.mobile .section div:last-of-type {
    margin-bottom: 0;
  }
}
.np-landingpage .comparison.mobile .section div:last-of-type a {
  color: inherit;
  display: block;
  background: #dde5e3 url('https://xn--nrpension-g3a.dk//media/9c6f726b-271a-4e8a-862f-671266a8f4d5/Nnt7LA/Landingpage/icons/document.png') no-repeat 24px calc(48%);
  background-size: 22px auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-left: 54px;
}
.np-landingpage .swiper-outer-wrapper {
  height: 460px;
  margin-bottom: 10px;
}
.np-landingpage .swiper-outer-wrapper .swiper-container {
  height: 100%;
  border-bottom: 1px solid #d2cfc6;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper .swiper-lazy-loaded {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper .swiper-lazy-loaded.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper .swiper-lazy-loaded.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide:not(.white) {
  background: #e4e4e4;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide.white {
  background: #fff;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .swiper-lazy {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text {
  width: 100%;
  padding: 40px 5%;
  color: #ffffff;
  margin: 0px auto;
  transition: opacity .15s ease;
  text-align: center;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text.hide {
  /*opacity: 0;*/

  display: none;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text h1,
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text p {
  color: inherit;
  max-width: 600px;
  margin: 0 auto;
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text h1 {
  margin-bottom: 10px;
  font-family: "signa-light", sans-serif;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
}
.np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text p {
  font-size: 19px;
  line-height: 1.368421052631579;
}
@media (max-width: 767px) {
  .np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text {
    padding: 30px;
    width: calc(100% - 40px);
  }
  .np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text h1,
  .np-landingpage .swiper-outer-wrapper .swiper-container .swiper-wrapper > .swiper-slide .slider-text h2 {
    margin: 0 0 6px;
    padding: 0;
  }
}
.np-landingpage .swiper-pagination .swiper-pagination-bullet {
  opacity: .5;
  background: #fff;
}
.np-landingpage .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #424140;
}
.np-landingpage .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 20px;
}
.np-landingpage .list-wrapper:not(.faq-icons) {
  padding: 28px 80px 28px;
}
@media (max-width: 860px) {
  .np-landingpage .list-wrapper:not(.faq-icons) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.np-landingpage .module.one-column + .list-wrapper:not(.faq-icons) {
  padding: 28px 80px 28px;
}
.np-landingpage .list-wrapper:not(.faq-icons) {
  border-bottom: solid 1px #d2cfc6;
}
.np-landingpage .list-wrapper:not(.faq-icons) .no-sub-faqs .header + div {
  padding: 6px 0 0 30px;
}
@media (max-width: 860px) {
  .np-landingpage .list-wrapper:not(.faq-icons) .no-sub-faqs .header + div {
    padding: 6px 0 0 30px;
  }
}
.np-landingpage .list-wrapper:not(.faq-icons).open .sub-faqs .header.open h3:after {
  display: block;
  height: 1px;
  background-color: #d2cfc6;
  margin-top: 28px;
  content: "";
}
@media (min-width: 861px) {
  .np-landingpage .list-wrapper:not(.faq-icons).open .sub-faqs .header.open h3:after {
    margin-left: -110px;
    margin-right: -80px;
  }
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica {
    width: 80%;
    margin: 0 auto;
  }
}
.np-landingpage .razor-function.harmonica ul {
  padding-bottom: 0 !important;
}
@media (hover: hover) {
  .np-landingpage .razor-function.harmonica > ul > li.sub-faqs h3,
  .np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs h3 {
    cursor: pointer;
  }
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > ul,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > ul,
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs div:not(.header),
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs div:not(.header) {
  display: none;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul {
  padding-left: 30px !important;
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul,
  .np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul {
    padding-left: 5px !important;
  }
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li {
  padding: 20px 10px 20px 0px;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li p:last-child,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li:not(:last-child),
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li:not(:last-child) {
  border-bottom: solid 1px #d2cfc6;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li:last-child,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: -8px;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li:last-child ul,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li:last-child ul {
  padding-bottom: 0 !important;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li ul,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li ul {
  padding-left: 24px !important;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li h3,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.15;
  color: #614733;
  margin: 0;
  padding: 0 0 0 24px;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li h3:before,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li h3:before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '\3e';
  font-weight: 600;
  color: #8daa5a;
  font-size: 28px;
  line-height: 1;
  font-family: inherit;
  transform: rotate(0deg);
  transform-origin: 50%;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li h3.open,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li h3.open {
  padding-bottom: 6px;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header + ul > li h3.open:before,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header + ul > li h3.open:before {
  left: -1px;
  transform: rotate(90deg);
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header > h3,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header > h3 {
  font-size: 22px;
  line-height: 1.2272727272727273;
  color: #614733;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header > h3:before,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header > h3:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: '\3e';
  font-weight: 600;
  color: #8daa5a;
  font-size: 28px;
  line-height: 1;
  font-family: inherit;
  transform: rotate(0deg);
  transform-origin: 50%;
}
.np-landingpage .razor-function.harmonica > ul > li.sub-faqs > div.header > h3.open:before,
.np-landingpage .razor-function.harmonica > ul > li.no-sub-faqs > div.header > h3.open:before {
  left: 4px;
  transform: rotate(90deg);
}
.np-landingpage .list-wrapper {
  padding: 20px 80px 20px;
}
@media (max-width: 860px) {
  .np-landingpage .list-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.np-landingpage no-sub-faqs .module.one-column + .list-wrapper {
  padding: 13px 80px 20px;
}
@media (max-width: 860px) {
  .np-landingpage no-sub-faqs .module.one-column + .list-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.np-landingpage .list-wrapper {
  border-bottom: solid 1px #d2cfc6;
}
.np-landingpage .list-wrapper h3 {
  font-size: 22px;
  color: #614733;
}
@media (max-width: 320px) {
  .np-landingpage .list-wrapper h3 {
    font-size: 20px;
  }
}
.np-landingpage .list-wrapper h3 span {
  font-size: 18px;
  color: inherit;
}
@media (max-width: 320px) {
  .np-landingpage .list-wrapper h3 span {
    font-size: 16px;
  }
}
.np-landingpage .list-wrapper.open .sub-faqs .header.open h3:after {
  display: block;
  height: 1px;
  background-color: #d2cfc6;
  margin-top: 28px;
  content: "";
}
@media (min-width: 861px) {
  .np-landingpage .list-wrapper.open .sub-faqs .header.open h3:after {
    margin-left: -110px;
    margin-right: -80px;
  }
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons {
    width: 80%;
    margin: 0 auto;
  }
}
.np-landingpage .razor-function.harmonica-with-icons > div.header + div:before {
  display: block;
  content: "";
  height: 12px;
  width: auto;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .arrow-icon {
  position: relative;
  cursor: pointer;
  transform: rotateZ(0deg);
  transition: all .35s ease;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons > div.header .arrow-icon {
    transform: translateY(-2px);
    align-self: flex-start;
    flex: 1 0 auto;
  }
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .arrow-icon:before {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  content: "\3e";
  font-weight: 600;
  color: #8daa5a;
  font-size: 28px;
  line-height: 1;
  font-family: inherit;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .arrow-icon:before.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .arrow-icon:before.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .razor-function.harmonica-with-icons > div.header.open .arrow-icon {
  transform: rotate(90deg);
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .insurance-icon {
  width: 60px;
  margin-left: 7px;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons > div.header .insurance-icon {
    display: none;
  }
}
.np-landingpage .razor-function.harmonica-with-icons > div.header .insurance-icon img {
  width: 100%;
  height: auto;
  transform: translateZ(0);
}
.np-landingpage .razor-function.harmonica-with-icons > div.header h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 20px;
  flex: 1 1 100%;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons > div.header h3 {
    padding-left: 12px;
  }
}
.np-landingpage .razor-function.harmonica-with-icons > div:not(.header):not(.open) {
  display: none;
}
.np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li {
  position: relative;
  padding-left: 138px;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li {
    padding-left: 30px;
  }
}
.np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li:not(:last-child) {
  margin-bottom: 16px;
}
.np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li > div > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li:before {
  position: absolute;
  left: 102px;
  top: 0;
  content: "";
  background: url("/media/c66d1dc5-bc1f-4337-9800-b90afca64f6d/HFackA/Landingpage/icon-checkmark.png") no-repeat left top;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.harmonica-with-icons > div:not(.header) ul li:before {
    display: none;
  }
}
.np-landingpage .module-logowall {
  background-color: #dde5e3;
  line-height: 0;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.media-download-with-icons {
    width: 80%;
    margin: 0 auto;
  }
}
.np-landingpage .razor-function.media-download-with-icons > div.header + div:before {
  display: block;
  content: "";
  height: 12px;
  width: auto;
}
.np-landingpage .razor-function.media-download-with-icons > div.header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}
.np-landingpage .razor-function.media-download-with-icons > div.header.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .razor-function.media-download-with-icons > div.header.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .razor-function.media-download-with-icons > div.header .arrow-icon {
  position: relative;
  cursor: pointer;
  transform: rotateZ(0deg);
  transition: all .35s ease;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.media-download-with-icons > div.header .arrow-icon {
    transform: translateY(-2px);
    align-self: flex-start;
    flex: 1 0 auto;
  }
}
.np-landingpage .razor-function.media-download-with-icons > div.header .arrow-icon:before {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  content: "\3e";
  font-weight: 600;
  color: #8daa5a;
  font-size: 28px;
  line-height: 1;
  font-family: inherit;
}
.np-landingpage .razor-function.media-download-with-icons > div.header .arrow-icon:before.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .razor-function.media-download-with-icons > div.header .arrow-icon:before.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .razor-function.media-download-with-icons > div.header .insurance-icon {
  width: 60px;
  margin-left: 7px;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.media-download-with-icons > div.header .insurance-icon {
    display: none;
  }
}
.np-landingpage .razor-function.media-download-with-icons > div.header .insurance-icon img {
  width: 100%;
  height: auto;
  transform: translateZ(0);
}
.np-landingpage .razor-function.media-download-with-icons > div.header h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 20px;
  flex: 1 1 100%;
}
@media (max-width: 860px) {
  .np-landingpage .razor-function.media-download-with-icons > div.header h3 {
    padding-left: 12px;
  }
}
html.ie .main-content > .module.one-column:first-child {
  overflow-x: hidden;
}
.np-landingpage a[name="dine-betingelser"] + .one-column + .one-column,
.np-landingpage a[name="faq"] + .one-column + .one-column,
.np-landingpage a[name="faq"] + .one-column + .one-column ~ .list-wrapper + .one-column {
  margin-bottom: 0 !important;
}
.np-landingpage a[name="forsikringer-er-tryghed"] + .module + .image-and-text > div:last-child {
  background-position: center  top;
}
@media (min-width: 1241px) {
  .np-landingpage a[name="staerke-forsikringer-med-lokal-raadgivning"] + .module + .module > div:first-child {
    padding-right: 20px;
  }
  .np-landingpage a[name="staerke-forsikringer-med-lokal-raadgivning"] + .module + .module > div:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 860px) {
  .np-landingpage a[name="forsikringer-er-tryghed"] + section + section div + div {
    min-height: 380px !important;
  }
  .np-landingpage h2.align-left {
    text-align: left !important;
  }
}
.np-landingpage h2.top-margin {
  margin-top: 90px !important;
}
@media (max-width: 860px) {
  .np-landingpage h2.top-margin {
    margin-top: 40px !important;
  }
}
.np-landingpage h2.no-btm-margin {
  margin-bottom: 0px !important;
}
.np-landingpage .h2-btm-margin {
  margin-bottom: 41px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 860px) {
  .np-landingpage .h2-btm-margin {
    margin-bottom: calc(41px - 10px) !important;
  }
}
.np-landingpage .yt-video-container .playbtn {
  border-color: #fff !important;
}
.np-landingpage .yt-video-container .playbtn:after {
  border-left: 20px solid #fff;
}
@media (hover: hover) {
  .np-landingpage .yt-video-container .playbtn {
    transition: opacity .3s ease;
  }
  .np-landingpage .yt-video-container .playbtn:hover {
    opacity: .9;
  }
}
.np-landingpage .intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.np-landingpage .intro > div {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  z-index: 2;
}
.np-landingpage .intro > div.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .intro > div.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .intro > div > div {
  text-align: center;
}
.np-landingpage .intro > div > div:nth-child(1) {
  margin-bottom: 20px;
}
.np-landingpage .intro > div > div:nth-child(1) img {
  width: 64px;
  height: auto;
}
.np-landingpage .intro > div > div:nth-child(2) {
  margin-bottom: 26px;
  font-family: "signa-light", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}
.np-landingpage .intro > div a {
  font-family: "signa-light", sans-serif;
  font-size: 19px;
  line-height: 1.2105263157894737;
  display: inline-block;
  margin-top: 20px;
  padding: 16px 30px;
  color: #ffffff;
}
@media (max-width: 414px) {
  .np-landingpage .intro > div a {
    max-width: 280px;
  }
}
@media (hover: hover) {
  .np-landingpage .intro > div a {
    transition: background-color 0.25s ease;
    background-color: #503b2a;
  }
  .np-landingpage .intro > div a:hover {
    background-color: #614733;
  }
}
.np-landingpage body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 860px) {
  .np-landingpage #container .main-content .image-and-text,
  .np-landingpage #container .main-content .youtube-video-and-text {
    height: auto !important;
  }
}
.np-landingpage #container .main-content .image-and-text .text,
.np-landingpage #container .main-content .youtube-video-and-text .text {
  margin: 0 auto;
}
@media (max-width: 860px) {
  .np-landingpage #container .main-content .image-and-text .text,
  .np-landingpage #container .main-content .youtube-video-and-text .text {
    width: 80%;
    padding: 40px 0px 48px;
  }
}
@media (max-width: 860px) {
  .np-landingpage #container .main-content .image-and-text .text h2,
  .np-landingpage #container .main-content .youtube-video-and-text .text h2 {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 15px;
  }
}
.np-landingpage #container .main-content .image-and-text ul,
.np-landingpage #container .main-content .youtube-video-and-text ul {
  padding-bottom: 0;
}
.np-landingpage #container .main-content .image-and-text ul li,
.np-landingpage #container .main-content .youtube-video-and-text ul li {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  position: relative;
  background-image: url('/media/c66d1dc5-bc1f-4337-9800-b90afca64f6d/HFackA/Landingpage/icon-checkmark.png') !important;
  background-repeat: no-repeat;
  background-size: 21px auto !important;
  background-position: left top 2px;
  padding-left: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.np-landingpage h1,
.np-landingpage h2,
.np-landingpage h3 {
  color: #746a5f;
}
.np-landingpage .module-partners .partners-gallery {
  background-color: transparent !important;
  padding-top: 0 !important;
}
.np-landingpage .home {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}
.np-landingpage .home.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .home.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1241px) {
  .np-landingpage .home {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1240px) {
  .np-landingpage .home {
    border-top: 1px solid #d2cfc6;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 26px;
  }
}
.np-landingpage .home > div:first-of-type {
  line-height: 0;
  margin-right: 10px;
}
.np-landingpage .home > div:first-of-type img {
  width: 20px;
  height: auto;
}
.np-landingpage .home > div:last-of-type {
  font-size: 19px;
  color: #b8b4ae;
  font-family: inherit;
}
@media (min-width: 1400px) {
  .np-landingpage .home {
    left: calc((100% - 1400px)/2 + 30px);
  }
}
@media (max-width: 1479px) and (min-width: 861px) {
  .np-landingpage .home {
    left: 30px;
  }
}
.np-landingpage .wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0;
}
.np-landingpage .logo-subtext {
  color: #746a5f;
  max-width: 620px;
}
.np-landingpage .logo-subtext:not(.minified) {
  margin: 4px auto 20px;
}
.np-landingpage .logo-subtext.minified {
  margin: 0px auto 20px;
}
@media only screen and (max-width: 1240px) {
  .np-landingpage .logo-subtext {
    display: none;
  }
}
.np-landingpage .top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .top.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .top.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .top header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  padding: 0;
}
.np-landingpage .top header.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .top header.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .top header:not(.has-subtext) {
  height: 145px;
}
@media (min-width: 1241px) {
  .np-landingpage .top header.has-subtext {
    height: 165px;
  }
}
@media (min-width: 1241px) {
  .np-landingpage .top header {
    transition: height 0.3s ease-out;
  }
  .np-landingpage .top header.minified:not(.has-subtext) {
    height: 100px;
  }
  .np-landingpage .top header.minified.has-subtext {
    height: 135px;
  }
  .np-landingpage .top header.minified img.logo {
    width: calc(172.8px);
    margin-top: 25px;
  }
}
@media (max-width: 1240px) {
  .np-landingpage .top header {
    height: 95px;
  }
  .np-landingpage .top header:not(.no-border) {
    height: 96px;
    border-bottom: 1px solid #d2cfc6;
  }
}
.np-landingpage .top header .logo-wrapper {
  position: relative;
  margin: 0 auto;
}
.np-landingpage .top header .logo-wrapper.show {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.np-landingpage .top header .logo-wrapper.show.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .top header .logo-wrapper.show.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .top header .logo-wrapper .logo {
  width: 190px;
  height: auto;
  margin: 26px auto 0 auto;
}
@media (min-width: 1241px) {
  .np-landingpage .top header .logo-wrapper .logo.has-subtext {
    margin-top: 40px;
  }
}
@media (max-width: 1240px) {
  .np-landingpage .top header .logo-wrapper .logo {
    margin-top: 8px;
    width: 166px;
  }
}
.np-landingpage .top header .logo-wrapper .burger-menu {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  left: calc(50% + 166px/2 + 20px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}
@media (max-width: 1240px) {
  .np-landingpage .top header .logo-wrapper .burger-menu {
    display: block;
    border: 10px solid transparent;
  }
}
.np-landingpage .top header .logo-wrapper .burger-menu > span {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #b6b1aa;
  transition: all 0.25s ease;
  margin: 3px 0;
  border-radius: 3px;
}
.np-landingpage .top header .logo-wrapper .burger-menu.close > span:nth-child(1) {
  transform: rotate(-45deg) translate(-1px, 3px);
}
.np-landingpage .top header .logo-wrapper .burger-menu.close > span:nth-last-child(2) {
  display: none;
}
.np-landingpage .top header .logo-wrapper .burger-menu.close > span:nth-child(3) {
  transform: rotate(45deg) translate(-1px, -3px);
}
.np-landingpage .top nav {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
}
@media (max-width: 1240px) {
  .np-landingpage .top nav {
    height: auto;
    display: none;
  }
  .np-landingpage .top nav.show {
    display: block;
  }
}
.np-landingpage .top nav ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  padding: 0;
  height: inherit;
  max-width: 1400px;
  border-bottom: 1px solid #d2cfc6;
}
.np-landingpage .top nav ul.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .top nav ul.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1241px) {
  .np-landingpage .top nav ul {
    border-top: 1px solid #d2cfc6;
  }
}
@media (max-width: 1240px) {
  .np-landingpage .top nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 0 28px;
  }
}
.np-landingpage .top nav ul li {
  background: none;
  padding: 0px 18px;
  margin: 0;
}
@media (max-width: 1240px) {
  .np-landingpage .top nav ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.np-landingpage .top nav ul li a {
  font-size: 19px;
  line-height: 1;
  color: #000;
  padding: 0;
  transition: color .25s ease;
  font-family: "signa-extralight", sans-serif;
}
.np-landingpage .top nav ul li a.active {
  color: #8daa5a;
  text-shadow: 0px 0px 0px #8daa5a;
}
.np-landingpage .section-anchor {
  height: 0;
  width: 100%;
}
.np-landingpage .det-faar-du.no-sub-text h3 {
  margin-bottom: 0 !important;
}
.np-landingpage .det-faar-du.no-sub-text > div > div {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.np-landingpage .det-faar-du > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.np-landingpage .det-faar-du > div div.icon {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.np-landingpage .det-faar-du > div div.icon img {
  width: 56px;
  height: 56px;
  opacity: .86;
}
.np-landingpage .det-faar-du > div div.icon.ap-care img {
  width: 64px;
  height: 64px;
}
.np-landingpage .det-faar-du > div > div {
  width: calc((100% - 20px) / 3);
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 30px 60px;
  color: #c4bab3;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.np-landingpage .det-faar-du > div > div.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .det-faar-du > div > div.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 951px) {
  .np-landingpage .det-faar-du > div > div:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)) {
    margin-bottom: 10px;
  }
}
@media (max-width: 950px) {
  .np-landingpage .det-faar-du > div > div {
    width: calc((100% - 10px) / 2);
  }
  .np-landingpage .det-faar-du > div > div:not(:nth-child(8)):not(:nth-child(9)) {
    margin-bottom: 10px;
  }
  .np-landingpage .det-faar-du > div > div.info {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
  .np-landingpage .det-faar-du > div > div:not(.info) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (max-width: 767px) {
  .np-landingpage .det-faar-du > div > div {
    width: 100%;
  }
  .np-landingpage .det-faar-du > div > div:not(:nth-child(9)) {
    margin-bottom: 10px;
  }
}
.np-landingpage .det-faar-du > div > div > h3 {
  font-size: 22px;
  line-height: 1.1818181818181819;
  color: inherit;
  margin-bottom: 10px;
  text-align: center;
  font-family: "signa-extralight", sans-serif;
}
.np-landingpage .det-faar-du > div > div > p {
  text-align: center;
}
.np-landingpage .det-faar-du > div > div > p:last-child {
  margin-bottom: 0;
}
.np-landingpage .det-faar-du > div > div:not(.info):nth-child(odd) {
  color: #ffffff;
  background: #424140;
}
.np-landingpage .det-faar-du > div > div:not(.info):nth-child(even) {
  color: #ffffff;
  background: #575451;
}
.np-landingpage .det-faar-du > div > div.info {
  color: #614733;
  background: #edf3f0;
}
.np-landingpage .det-faar-du-forsikring > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.np-landingpage .det-faar-du-forsikring > div div.icon {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}
.np-landingpage .det-faar-du-forsikring > div div.icon img {
  width: 76px;
  height: 76px;
}
.np-landingpage .det-faar-du-forsikring > div > div {
  width: calc((100% - 20px) / 3);
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 30px 60px 38px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.np-landingpage .det-faar-du-forsikring > div > div.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .det-faar-du-forsikring > div > div.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 951px) {
  .np-landingpage .det-faar-du-forsikring > div > div:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)) {
    margin-bottom: 10px;
  }
}
@media (max-width: 950px) {
  .np-landingpage .det-faar-du-forsikring > div > div {
    width: calc((100% - 10px) / 2);
    padding: 30px 50px 38px;
  }
  .np-landingpage .det-faar-du-forsikring > div > div:not(:nth-child(8)):not(:nth-child(9)) {
    margin-bottom: 10px;
  }
  .np-landingpage .det-faar-du-forsikring > div > div.info {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
  .np-landingpage .det-faar-du-forsikring > div > div:not(.info) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (max-width: 767px) {
  .np-landingpage .det-faar-du-forsikring > div > div {
    width: 100%;
    padding: 30px 40px 38px;
  }
  .np-landingpage .det-faar-du-forsikring > div > div:not(:nth-child(9)) {
    margin-bottom: 10px;
  }
}
.np-landingpage .det-faar-du-forsikring > div > div > h3 {
  font-size: 22px;
  line-height: 1.1818181818181819;
  color: #614733;
  margin-bottom: 10px;
  text-align: center;
  font-family: "signa-light", sans-serif;
}
.np-landingpage .det-faar-du-forsikring > div > div > p {
  text-align: center;
}
.np-landingpage .det-faar-du-forsikring > div > div > p:last-child {
  margin-bottom: 0;
}
.np-landingpage .det-faar-du-forsikring > div > div > a {
  display: block;
  margin-top: 2px;
  padding: 4px 18px 5px;
  color: #ffffff;
  background: #8fb9a7;
}
.np-landingpage .det-faar-du-forsikring > div > div:nth-child(odd) {
  color: #746a5f;
  background: #dde5e3;
}
.np-landingpage .det-faar-du-forsikring > div > div:nth-child(even) {
  color: #746a5f;
  background: #edf3f0;
}
@media (max-width: 860px) {
  .np-landingpage a[name="tidslinje"] + .one-column + .one-column h3 {
    margin-bottom: 10px;
  }
}
.np-landingpage .timeline {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 950px) {
  .np-landingpage .timeline img.mobile {
    display: none !important;
  }
}
@media (min-width: 951px) {
  .np-landingpage .timeline {
    margin-top: 66px;
  }
}
@media (max-width: 860px) {
  .np-landingpage .timeline {
    margin-bottom: 60px !important;
  }
}
.np-landingpage .timeline .row {
  position: relative;
  margin: 0 auto;
  max-width: 910px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.np-landingpage .timeline .row.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .timeline .row.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 950px) {
  .np-landingpage .timeline .row {
    display: block;
    max-width: 400px;
    justify-content: center;
  }
}
.np-landingpage .timeline .row > div {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 33.33%;
  max-width: 266px;
  background-color: #575451;
  padding: 30px 30px;
  color: #ffffff;
  text-align: center;
}
.np-landingpage .timeline .row > div.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage .timeline .row > div.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 950px) {
  .np-landingpage .timeline .row > div {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .np-landingpage .timeline .row > div {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .np-landingpage .timeline .row > div:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 951px) {
  .np-landingpage .timeline .row > div p:nth-child(2) {
    margin-bottom: 0;
  }
}
.np-landingpage .timeline .row > div p:last-child {
  font-family: "signa-extralight", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 951px) {
  .np-landingpage .timeline .row > div p:last-child {
    position: absolute;
    left: 0;
    top: -142px;
    width: 100%;
    color: #614733;
    padding: 30px 0px 0px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 950px) {
  .np-landingpage .timeline .row > div p:last-child {
    padding: 0px;
  }
  .np-landingpage .timeline .row > div p:nth-child(1) {
    order: 2;
  }
  .np-landingpage .timeline .row > div p:nth-child(2) {
    order: 3;
  }
  .np-landingpage .timeline .row > div p:last-child {
    width: auto;
    margin: -30px -30px 0px;
    background-color: #fff;
    color: #614733;
    order: 1;
  }
  .np-landingpage .timeline .row > div p:last-child:after {
    margin-top: 20px;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #575451;
  }
}
.np-landingpage footer {
  padding: 0 0 70px !important;
  height: auto;
}
.np-landingpage footer ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 80px 0 0;
}
.np-landingpage footer ul.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.np-landingpage footer ul.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .np-landingpage footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.np-landingpage footer ul li {
  position: relative;
  margin: 0 !important;
  background-image: none !important;
  color: #746a5f !important;
  padding: 0 !important;
}
.np-landingpage footer ul li a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .np-landingpage footer ul li:not(:last-child) {
    padding: 0 22px 0 0 !important;
  }
  .np-landingpage footer ul li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 2px;
    height: 2px;
    background: #746a5f;
    border-radius: 100%;
  }
}
.np-landingpage footer ul li:last-child {
  padding: 0 !important;
}
.np-landingpage footer .np-logo {
  text-align: center;
}
.np-landingpage footer .np-logo img {
  width: 40px;
  height: auto;
}
