/* Minification failed. Returning unminified contents.
(2660,15): run-time error CSS1039: Token not allowed after unary operator: '-searchBottomPos'
(2661,13): run-time error CSS1039: Token not allowed after unary operator: '-searchLeftPos'
 */
* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
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
*/
/* Blue background color */
/* Green background color */
/* Darkgrey background color */
.background-c12 {
  background: #e1dfd8;
}
.background-c4 {
  background: #d0d9d7;
}
.background-c3 {
  background: #dde5e3;
}
.background-c2 {
  background: #edf3f0;
}
.background-f13 {
  background: #c5d295;
}
.background-c11 {
  background: #dbe2c0;
}
.background-c6 {
  background: #edf1df;
}
.background-c5 {
  background: #f7f7f2;
}
.background-c8 {
  background: #3a3938;
}
.background-c9 {
  background: #424140;
}
.background-c10 {
  background: #575451;
}
.background-darkgrey {
  background-color: #3a3938;
}
.background-green {
  background-color: #dbe2c0;
}
.background-green .arrow:after {
  color: #5e8b41;
}
.background-blue {
  background-color: #dde5e3;
}
.background-blue .arrow:after {
  color: #5e8b41;
}
.background-light-blue {
  background-color: #edf3f0;
}
.background-light-blue .arrow:after {
  color: #5e8b41;
}
.background-f13 {
  background-color: #c5d295;
}
.background-c11 {
  background-color: #dbe2c0;
}
/*
	Text colors
*/
.color-f1 {
  color: #614733 !important;
}
.color-f2 {
  color: #746a5f !important;
}
.color-f5 {
  color: #ffffff !important;
}
.color-f6 {
  color: #c4bab3 !important;
}
.color-f7 {
  color: #a39878 !important;
}
.color-f8 {
  color: #3a3938 !important;
}
/*
	General padding
*/
/* 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-xtralight';
  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-xtralight", sans-serif;
}
#fonts .signa_light {
  font-family: "signa-light", sans-serif;
}
.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: '';
}
.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%);
}
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-xtralight", 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: 750px) {
  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;
  }
}
section.contact-box {
  background: #575451;
  width: 100%;
  padding: 40px 7% 40px;
  color: #c4bab3;
}
section.contact-box h4 {
  color: inherit;
}
@media (max-width: 1279px) {
  section.contact-box {
    /*padding-left: 30px;
      padding-right: 40px;*/
  
  }
}
section.contact-box ul {
  margin: 0;
  padding: 0;
}
section.contact-box ul li {
  font-size: 16px;
  line-height: 1.375;
}
section.contact-box h3 {
  margin: 0 0 20px;
}
section.contact-box p {
  margin: 6px 0 20px;
}
section.contact-box strong {
  color: #a39878;
}
section.contact-box a {
  color: #c4bab3;
}
section.contact-box .icon p {
  display: inline-block;
}
section.contact-box .icon > div:first-child {
  width: 54px;
}
section.contact-box .icon.headset > div:first-child:before {
  position: relative;
  top: 4px;
  left: -2px;
  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: 46px;
  height: 42px;
  background-position: -1px -17px;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  section.contact-box .icon.headset > div:first-child:before {
    background-image: url(/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1);
  }
}
section.contact-box .icon.mail > div:first-child:before {
  position: relative;
  top: 4px;
  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: 42px;
  height: 42px;
  background-position: -1px -60px;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  section.contact-box .icon.mail > div:first-child:before {
    background-image: url(/Frontend/img/extranet/sprites/icons-sprite-2x.png?v=1.1);
  }
}
section.contact-box {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
section.contact-box.row {
  -ms-flex-direction: row;
  flex-direction: row;
}
section.contact-box.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
section.contact-box > div.flex.row {
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1320px) {
  
}
@media (max-width: 1080px) {
  section.contact-box > div.flex.row {
    width: 680px;
  }
}
@media (max-width: 767px) {
  section.contact-box > div.flex.row {
    width: 320px;
  }
}
section.contact-box > div.flex.row > div {
  margin: 20px;
}
section.contact-box > div.flex.row > div:last-child > p:first-child {
  margin-top: 3px;
}
@media (min-width: 1321px) {
  section.contact-box > div.flex.row > div:last-child > p:first-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  section.contact-box > div.flex.row > div:last-child {
    margin-top: 30px;
  }
}
section.contact-box > div.flex.row > div:last-child > p + p {
  margin-bottom: 0 !important;
  transform: translateX(3px);
}
@media (max-width: 1320px) {
  section.contact-box > div.flex.row > div:last-child > p + p {
    transform: translateX(0px);
  }
}
@media (min-width: 1321px) {
  section.contact-box > div.flex.row > div:last-child > p + p {
    text-align: right;
  }
}
section.contact-box > div.flex.row > div .icon + .icon > div + div p {
  margin-bottom: 0;
}
@media (max-width: 460px) {
  section.contact-box h4 span {
    display: block;
  }
}
.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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .two-one-teaser .col-three div {
    position: static;
    min-height: 460px;
  }
}


/*
/*	NÆRPENSION
/*
/*    SECTION 1
/*			1.0 - simple resets
/*			1.1 - font declarations
/*   		1.2 - base styles
/*   		1.3 - page grid
/*          1.4 - element styling
/*
/*    SECTION 2
/*			2.0 - header + navigation
/*			2.1 - content
/*			2.2 - footer
/*
/*    SECTION 3
/*			3.0 - module elements
/*			3.1 -
/*			3.2 -
/*
/*    SECTION 4
/*			4.0 - color styles
/*
/*	  SECTION 5
/*			5.0 - tablet style (max 950)
/*			5.1 - inbetween mobile/tablet
/*			5.2 - mobile style (max 650)
/*
/* ==========================================================================
   SECTION 1
   ========================================================================== */


/* 1.2 - base styles */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	font-family: 'signa-light', sans-serif;
	font-size: 16px;
	line-height: 1.5625;
	margin: 0;
}

header {
	display: block;
	height: 145px;
	text-align: center;
	width: 100%;
	padding: 69px 0 52px;
}

nav {
	font-family: 'signa-light', sans-serif;
	width: 100%;
}

nav ul, nav 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;
}


/* KB fjernet :not(.np-landingpage) fra html */
html footer {
	display: block;
	height: 300px;
	text-align: center;
	width: 100%;
	padding: 95px 0 60px;
	font-size: 16px;
	color: #d2cfc6;
	clear:both;
}

.sidebar.news + footer {
	border:0;
}

footer img { display: inline-block; margin-bottom: 25px; }

#container {
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	position: relative;
}

#logo {
	background-image: url(/Frontend/img/extranet/logo-npension-hd.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 28px;
	width: 192px;
	margin: 0 auto 0;
}

.menu-toggle {
	background-image: url(/Frontend/img/extranet/mobilemenu-closed-hd.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 16px;
    cursor: pointer;
    display: none;
    height: 27px;
    margin: 2px 0 0 29px;
    position: absolute;
    right: 50px;
    vertical-align: top;
    width: 32px;
}

.menu-toggle.open { background-image: url(/Frontend/img/mobilemenu-open.png); }

/* 1.3 - page grid */

.wrap {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0;
}

/* desktop grid */
.d-all { width: 100%; float: left; }
.d-1of2 { width: 50%; float: left; }
.d-1of3 { width: 33.33%; float: left; }
.d-2of3 { width: 66.66%; float: left; }
.d-1of4 { width: 25%; float: left; }
.d-3of4 { width: 75%; float: left; }
.d-1of5 { width: 20%; float: left; }
.d-2of5 { width: 40%; float: left; }
.d-3of5 { width: 60%; float: left; }
.d-4of5 { width: 80%; float: left; }
.d-1of6 { width: 16.6666666667%; float: left; }
.d-1of7 { width: 14.2857142857%; float: left; }
.d-2of7 { width: 28.5714286%; float: left; }
.d-3of7 { width: 42.8571429%; float: left; }
.d-4of7 { width: 57.1428572%; float: left; }
.d-5of7 { width: 71.4285715%; float: left; }
.d-6of7 { width: 85.7142857%; float: left; }
.d-1of8 { width: 12.5%; float: left; }
.d-1of9 { width: 11.1111111111%; float: left; }
.d-1of10 { width: 10%; float: left; }
.d-1of11 { width: 9.09090909091%; float: left; }
.d-1of12 { width: 8.33%; float: left; }

/* mobile grid */
@media (max-width: 750px) {
	.m-all { width: 100%; }
	.m-1of2 { width: 50%; }
	.m-1of3 { width: 33.33%; }
	.m-2of3 { width: 66.66%; }
	.m-1of4 { width: 25%; }
	.m-3of4 { width: 75%; }
}

/* 1.4 - element styling */

h1, h2, h3, h4, h5, h6, h7 { font-weight: normal;  color: #614733; cursor: default; }


h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	margin-bottom: 25px;
}
h6 {
	font-size: 12px;
	font-weight: 600;
}

p { margin: 0 0 25px; }

a,a:active,a:visited {
	text-decoration: none;
	color: #7aaa5a;
}

/*a h1, a h2, a h3, a h4, a h5, a h6, a h7 { cursor: pointer; }*/
a h1, a h2, a h3, a h4, a h5, a h6, a h7 { cursor: text; }

hr {
	border: 0;
	border-top: 1px solid #dfdfdf;
	height: 1px;
	background: transparent;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 35px;
}

/* Cookies */

div.cookies,
div.data-politik {
	margin: 50px auto;
	padding: 0 30px;
	max-width: 720px;
}

div.data-politik {
	margin-bottom: 0;
}

div.cookies h1,
div.data-politik h1 {
	margin: 0 0 30px;
}

div.cookies h2,
div.data-politik h2 {
	margin: 40px 0 20px;
}

div.cookies a,
div.data-politik a {
	text-shadow: 0px 0px 0px rgba(0,0,0,.5);
}

div.cookies ul,
div.data-politik ul {
	margin-left: 20px !important;
	padding-bottom: 0 !important;
	list-style: disc !important;
}

div.cookies ul li,
div.data-politik ul li {
	background-image: none !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
}

div.cookies ul li:not(:last-child),
div.data-politik ul li:not(:last-child) {
	margin-bottom: 12px !important; 
}

div.data-politik ul li:last-child {
	margin-bottom: 0 !important;
}


/* Links til cookies + persondatapolitik */

p.cookies {
    position: relative;
    bottom: -15px;
    margin-top: 0px;
    margin-bottom: 0;
}

p.cookies a {
	font-size: 15px;
	line-height: 1;
	color: rgba(116,106,95,.6);
	display: inline-block;
}

p.cookies a:nth-child(1) {
	margin-right: 20px;
}

p.cookies a:nth-child(2) {
	margin-left: 20px;
}

section {
	clear: both;
	display: block;
}

.box-login input::-webkit-input-placeholder {
    color: #746a5f;
}

.box-login input::-moz-placeholder { /* Firefox 18- */
	font-size:16px;
    color: #746a5f;
}

.box-login input:-ms-input-placeholder {  /* IE 10+ */
	font-size:16px;
	line-height:normal;
    color: #746a5f;
}

.box-login input:-moz-placeholder {  /* Firefox 18- */
	font-size:16px;
	line-height:normal;
    color: #746a5f;
}

input {
	display: block;
	font-family: "signa-light",sans-serif;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	-webkit-border-radius:0px;
	-webkit-appearance: none;
}

input { display: block; }

label {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
	display: block;
	margin-bottom: 9px;
}

input[type="text"] {
	height: 46px;
	line-height: 46px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background-color: #ffffff;
	padding: 0 10px;
}

input[type="password"] {
	height: 46px;
	line-height: 46px;
	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;
}

#container ul {
	list-style: none;
	padding: 0 0 25px;
}

/* KB tilføjet :not(.landingpage) 18/06/2021 */ 
#container:not(.landingpage) ul li {
	background-image: url(/Frontend/img/icon-check.png);
	background-position: left top 2px;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	color: inherit;
	font-family: "signa-light",sans-serif;
}

#container ul.reset li {
	background-image: none;
	padding-left: inherit;
	margin-bottom: inherit;
	margin-top: inherit;
}

.topnavigation {
	border-top: 1px solid #d2cfc6;
	border-bottom: 1px solid #d2cfc6;
	position: relative;
	line-height: 49px;
	height: 50px;
	text-align: center;
	font-size: 19px;
	color: #614733;
	z-index: 1;
}

.topnavigation.hide-btm-border {
	border-bottom:none;
}

.topnavigation a { padding: 0 18px; color: #625e58; }
.topnavigation a.current { color: #b77344; }

.topnavigation .submenu {
	border-top: 1px solid #d2cfc6;
	border-bottom: 1px solid #d2cfc6;
	display: none;
	background-color: #ffffff;
	left: 0;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 10;
}

.topnavigation .active + .submenu { display: block; }

/*.topnavigation .submenu a { color: #b77344; }*/

.arrow:after {
	color: #8daa5a;
	content: ">";
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
}

.no-arrow-p .arrow {display: none;}

.position-relative { position: relative;}
.no-min-height { min-height: auto !important; }

/* ==========================================================================
   SECTION 3
   ========================================================================== */


/* 3.0 - module elements */

.module-banner {
	height: 406px;
	width: 100%;
	background-position: center;
	background-size: cover;
	padding-top: 104px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	position: relative;
}
.module-banner	.fixedbackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; z-index: -1; }
.module-banner	.fixedbackground img { max-width: none; min-width: 100%; width: auto; float: right; height: 100%; }
.module-banner .text { width: 100%; display: inline-block; padding: 0 25%; margin-top: 30px; color: #ffffff; }
.module-banner > img { width: 126px; height: auto; }

.module-calltoaction { background-color: #3a3938; margin-bottom: 10px; }
.module-calltoaction .calltoaction { padding: 45px 20px 20px; text-align: center; display: block; }
.module-calltoaction h2 { color: #c4bab3; margin-bottom: 0; line-height: 48px !important; font-size: 19px; font-family: "signa-light",sans-serif; }
.module-calltoaction .calltoaction img { width: 71px; height: auto; }
.module-calltoaction p { color: #a3987b; font-size: 16px; }
.module-calltoaction > div:nth-child(even) { background-color: #424140; border-left: 1px solid #686766; border-right: 1px solid #686766; }
.module-calltoaction .linklist { display: none; width: 35%; float: left; text-align: left; padding-top: 45px; }
.module-calltoaction .open .linklist {  display: block;  }
.module-calltoaction .open .calltoaction {  width: 60%; float: left; }
.module-calltoaction .linklist a {  display: inline-block; border-bottom: 1px solid #616160; width: 100%; line-height: 71px; color: #c4bab3; font-size: 18px; }
.module-calltoaction .linklist a:last-child {  border-bottom: 0; }
.module-calltoaction .resize { width: 25%; }
.module-calltoaction .open.resize { width: 50%; }
.module-calltoaction .toggle-linklist, .module-calltoaction .toggle-linklist h2 { cursor: pointer; }

.module-colorbox { display: table; table-layout: fixed; width: 100%; margin-bottom: 10px; }
.module-colorbox .imagecol { display:table-cell; height: 406px; background-position: center; float: none; background-size: cover; }
.module-colorbox .textcol  { display:table-cell; height: 250px; vertical-align: middle; font-size: 20px; color: #464646; max-width: 500px; text-align: center; float: none;  }
.module-colorbox .textcol a { display: inline-block; padding: 0 7%; color: #464646; font-size: 20px; max-width: 500px; }
.module-colorbox .textcol h2 { color: #614733; }
.module-colorbox .textcol h3 { color: #746a5f; }
.module-colorbox .textcol p { font-family: 'signa-light', sans-serif; font-size: 16px; line-height: 22px; color: #746a5f; }

.module-twoone { display: table; table-layout: fixed; width: 100%; position: relative; }
.module-twoone .titlebox { width: 100%; background-color: #3a3938; padding: 75px 0; margin-bottom: 35px; }
.module-twoone .titlebox h1 { color: #ffffff; font-size: 30px; margin: 0; line-height: 66px; }
.module-twoone img { width: 139px; height: auto; }

.module-twoone.white { border-top: 1px solid #d2cfc6; }
.module-twoone.white .titlebox { background-color: #ffffff;}
.module-twoone.white .titlebox h1 { color: #3a3938; }
.module-twoone.white .textcol h2 { visibility:hidden; }

.module-twoone .imagecol { display:table-cell; height: 610px; background-position: right center; float: none; background-size: cover; }
.module-twoone .textcol  { display:table-cell; height: 610px; vertical-align: top; text-align: center; float: none;  }
.module-twoone .textcol h2 { color: #614733; margin: 0 0 10px; }
.module-twoone .textcol h3 { color: #746a5f; }
.module-twoone .textcol a { display: inline-block; padding: 0 10%; color: #464646; font-size: 20px; }

.module-partners { margin-bottom: 10px; }
.module-partners > h2 { background-color: #b5c3c0; color: #ffffff; font-size: 30px; padding: 36px 15px; text-align: center; margin: 0; }
.module-partners > h2 div { font-size: 19px; color: #625e58; line-height: 26px; font-family: "signa-light",sans-serif; display: block; margin-top: 10px; }
.module-partners .partners-gallery { background-color: #edf3f0; text-align: center; padding: 25px 0; }

.module-imageonwhite { margin-bottom: 10px; color: #624833; width:100%; display: table; }
.module-imageonwhite .imagecol { display:table-cell; height: 406px; background-repeat: no-repeat; background-size: cover; background-position: top center; float: none; }
.module-imageonwhite .textcol  { display:table-cell; height: 406px; vertical-align: middle; text-align: center; float: none; padding: 0 7%; font-size: 20px; }
.module-imageonwhite .textcol .space { display:block; width:504px; height:0px; }
.module-imageonwhite .textcol a { display: block; }
.module-imageonwhite .textcol h3 { color: #746a5f; }

.module-contact-twoone { position: relative; }
.module-contact-twoone .textcol { padding: 5.5% 9%; font-size: 20px; border-top: 1px solid #d2cfc6; }
.module-contact-twoone .textcol h2 { color: #2e2e2e; font-size: 30px; line-height: 40px }
.module-contact-twoone .imagecol { position: absolute; top: 0; right: 0; bottom: 0; background-size: cover; background-position: center center; }
.module-contact-twoone .bookcol { background-color: #3a3938; color: #a3987b; font-size: 20px; padding: 5.5% 9%; }
.module-contact-twoone .bookcol h2 { font-size: 30px; color: #c4bab3; }
.module-contact-twoone .bookcol h3 { color: #c4bab3; }
.module-contact-twoone .bookcol a { color: #c4bab3; }

.module-contacticon { text-align: center; padding: 30px 0 100px; }

.module-producticons { margin-bottom: 10px; background-color: #f7f7f2; }
.module-producticons .iconbox {
	border-bottom: 1px solid #d2cfc6;
	padding: 10px 0 25px;
	text-align: center;
	width: 16.6666666667%;
	height: 125px;
	float: left;
}
.module-producticons .iconbox:hover { background-color: #f1f4e5; }
.module-producticons .title {
    color: #614733;
    font-family: "signa-light",sans-serif;
    font-size: 16px;
    margin-top: -4px;
}

.iconbox .icon > img {
    max-width: 72px;
}


.module-twocol.module-person-group h2 {
    margin-top: 40px;
    margin-left: 50px;
}

@media ( max-width: 750px ) {
	.module-twocol.module-person-group h2 {
		margin-left: 40px;
	}

	.module-twocol.module-person-group h2 {
		margin-bottom: 0;
	}
}


.module-person { display: table; table-layout: fixed; width: 100%; margin-bottom: 10px; background-color: #d7dfdd; margin-top: 10px; color: #464646; }
.module-person .textcol { display:table-cell; padding: 50px 40px 35px 45px; float: none; }
.module-person .textcol h2 { margin-bottom: 10px; }
.module-person .imagecol { display:table-cell; background-size: cover; background-position: center top; float: none; }
.module-person .arrow:after { color: #464646; }

.module-timeline { display: table; table-layout: fixed; width: 100%; margin-bottom: 0px; }
.module-timeline.last { margin-bottom: 10px; padding-bottom:30px;}

.module-timeline .textcol  { display:table-cell; min-height: 300px; padding: 50px 0px; vertical-align: middle; max-width: 500px; text-align: center; float: none;  }
.module-timeline .textcol p { font-size: 19px; line-height: 26px; color: #746a5f; }
.module-timeline .innertextcol { margin: 0px 15%; }
.module-timeline .innertextcol h1 { font-size: 34px; line-height: 40px; margin-bottom:10px; color: #614733; }
.module-timeline .innertextcol p:last-of-type { margin-bottom:10px; }
.module-timeline .innertextcol .h-line { width:40%; height:60px; margin: 25px 30% 10px 30%; background: url(/Frontend/img/timeline-line-horizontal.jpg) top left repeat-x; }

.module-timeline.background-blue { background-color: #d6dfdc; }
.module-timeline .timeline .left-top-bubble .mask.background-blue { background-color: #d6dfdc; }

.module-timeline .timeline { display:table-cell; /*min-height: 250px;*/ font-size: 20px; color: #464646; float: none; margin: 0px 15%;}
.module-timeline .timeline .table { display:table; table-layout: fixed; width: 70%; margin: 0px 15%;}
.module-timeline .timeline .table.min-height { min-height: 140px; }
.module-timeline .timeline .table .row { display:table-row; }
.module-timeline .timeline .table .row.mobile-only { display:none; }
.module-timeline .timeline .table .cell { display:table-cell; vertical-align: middle; }
.module-timeline .timeline .left-top-bubble { width: 250px; }
.module-timeline .timeline .bubble { vertical-align: middle; }
.module-timeline .timeline .bubble h1 { margin: 0px; height: 66px; line-height: 66px; color: #614733; font-size: 48px !important; }
.module-timeline .timeline .left-top-bubble { background: url(/Frontend/img/timeline-line-vertical-left.jpg) top left repeat-y;}
.module-timeline .timeline .left-top-bubble .bubble { position:absolute; margin-top: -74px; top: 50%; width: 250px; height: 148px; background: url(/Frontend/img/timeline-bubble-top-left.jpg) top left no-repeat; padding:41px 0px 41px 65px;}
.module-timeline .timeline .left-top-bubble .mask { height: 50%; width: 100%; position: absolute; top: 0px; }

.module-timeline .timeline .line-left-top { width: 250px; height:60px; background: url(/Frontend/img/timeline-line-left-top.jpg) top left no-repeat;}
.module-timeline .timeline .line-left-bottom { width: 250px; height:60px; background: url(/Frontend/img/timeline-line-left-bottom.jpg) top left no-repeat;}
.module-timeline .timeline .line-horizontal { height: 60px; background: url(/Frontend/img/timeline-line-horizontal.jpg) top left repeat-x; }
.module-timeline .timeline .line-right-top { width: 250px; height:60px;  background: url(/Frontend/img/timeline-line-right-top.jpg) top left no-repeat;}
.module-timeline .timeline .line-right-bottom { width: 250px; height:60px;  background: url(/Frontend/img/timeline-line-right-bottom.jpg) top left no-repeat;}

.module-timeline .timeline .right-bubble { width: 250px; background: url(/Frontend/img/timeline-line-vertical-right.jpg) top left repeat-y;}
.module-timeline .timeline .right-bubble .bubble { width: 250px; height: 214px; background: url(/Frontend/img/timeline-bubble-right.jpg) top left no-repeat; padding:69px 0px 41px 84px;}

.module-timeline .timeline .left-bubble { width: 250px; background: url(/Frontend/img/timeline-line-vertical-left.jpg) top left repeat-y;}
.module-timeline .timeline .left-bubble .bubble { width: 250px; height: 148px; background: url(/Frontend/img/timeline-bubble-left.jpg) top left no-repeat; padding:41px 0px 41px 65px;}

.module-timeline.last .timeline .line-right-top { width: 250px; height:60px;  background: none;}
.module-timeline .timeline .table .row .cell h3 { font-size: 19px; line-height: 26px; color: #614733;  }
.module-timeline .timeline .table .row .cell p { font-family: 'signa-light', sans-serif; font-size: 16px; line-height: 22px; color: #746a5f; }
.module-timeline .timeline .table .row .cell.text { padding: 0px 0px 0px 18px; }
.module-timeline .timeline .table .row .cell + .cell.text { padding: 0px 18px 0px 18px; }
.module-timeline .timeline .table .row .cell.text p { margin-bottom: 7px; }


/* News -> Newslist */

.table.news     { display:table; width:100%; border-bottom: 1px solid #d2cfc6; }
.table.news .tr { display:table-row; }
.table.news .td { display:table-cell; }

#container.new-news-template {
	width:100%;
}

.table.news .td.left {
	width:68%;
	vertical-align:top;
}

.module-new-news a.row {
	color:#614733;
	margin:0 0 20px;
	display:block;
	border-bottom:solid 1px #d2cfc6;
	padding-bottom:28px;
	cursor:pointer;
}

.module-new-news a.row:last-child {
	border-bottom:none;
	margin:0;
}

.module-new-news a.row .col1 {
	padding-right:50px;
}

.module-new-news a.row .col1 .date {
	font:normal 16px/22px 'signa-light',sans-serif;
	color:#c4bab3;
}

.module-new-news a.row .col1,
.module-new-news .row .col2 {
	display:inline-block;
	width:49%;
	vertical-align:top;
}

.module-new-news a.row .col1 h2 {
	margin:0 0 6px;
	font-size:23px;
	line-height:30px;
}

.module-new-news a.row .col2 .text {
	position:relative;
	font: normal 16px/22px 'signa-light',sans-serif;
	padding:0 0 30px;
	color:#a39878;
}

.module-new-news a.row .col2 .text:after {
	position:absolute;
	bottom:0;
	right:0;
	width:32px;
	height:15px;
	background:url(/frontend/img/icons/green-arrow.png) no-repeat;
	background-size:32px 15px !important;
	content:'';
}

/* News sidebar */

.table.news .td.right {
	width:32%;
	vertical-align:top;
	background:#edf1df;
}

.sidebar.news {
    padding-left: 10px;
    width: 100%;
}

.sidebar.news.show {
	display:block;
}

.sidebar.news {
	background:#edf1df;
	padding-left:0;
	font-size:16px;
	line-height:16px;
}

.sidebar.news .sidebar-thumbnail {
	padding-bottom:18px;
	background:#fff;
}

.sidebar.news .module-new-news-navigation-head .category {
	width:100%;
	padding:10px 0;
	color:#c4bab3;
	border-bottom:solid 1px #d2cfc6;
	background:#fff;
	font-family:'signa-light',sans-serif;
}

.sidebar.news .module-new-news-navigation a:nth-of-type(1) {
	border-top:solid 10px #fff;
}

.sidebar.news .module-new-news-navigation a {
    background: #8daa5a;
    display: block;
    /*margin-bottom: 1px;*/
	border-bottom:solid 1px #edf1df;
    padding: 10px 28px 10px 28px;
    color: #fff;
	font-family:'signa-light',sans-serif;
}


html:not(.touch) .sidebar.news .module-new-news-navigation a {
    -webkit-transition: background .4s; /* Safari */
    transition: background .4s;
}

html:not(.touch) .sidebar.news .module-new-news-navigation a:not(.active):hover {
    background: #dde5e3;
	color:#746a5f;
	border-bottom:solid 1px #dde5e3;
}

.sidebar.news .module-new-news-navigation a.active {
    background: #dde5e3 url(/frontend/img/icons/green-icon-check.png) no-repeat 8px 50%;
	background-size: 12px auto !important;
	color:#746a5f;
	border-bottom:solid 1px #dde5e3;
}

/* News -> latest news */

.module-new-news-latest-head > div {
    width: 100%;
    padding: 10px 0;
    color: #c4bab3;
    border-bottom: solid 1px #d2cfc6;
    background: #fff;
	font-family:'signa-light',sans-serif;
}

.module-new-news-latest-head.no-thumbnail > div {
	padding:78px 0 10px;
	background:#fff;
}

.module-new-news-latest {
	padding:20px 0 0;
	background:#fff;
}

.module-new-news-latest a {
	display:block;
	font:normal 22px/28px 'signa-extralight',sans-serif;
	padding:0 30px 20px 30px;
	margin:0 0 20px;
	color:#614733 !important;
	border-bottom:solid 1px #d2cfc6;
	background:url(/Frontend/img/icons/green-arrow-large.png) no-repeat 0% 5px;
	background-size: 16px auto !important;
	cursor:pointer;
}

.module-new-news-latest a:last-child {
	margin:0;
	border:0;
}

.ekstranet-sidebar.news .sidebar-thumbnail + .module-new-news-latest-head {
	padding:0;
	background:#fff;
}


/* News -> news single page */

.news-template {
	padding:78px 8% 88px;
	color:#a39878;
}

.news-template h1 {
	color:#614733;
	margin:0 0 14px;
}

.module-new-news-head .date {
	color:#c4bab3;
	margin:0 0 24px;
	display:inline-block;
	font-family:'signa-light',sans-serif;
}

.news-template ul li {
	color:inherit;
}

.news-template ul li:last-child,
.news-template ul li:last-child p:last-child {
	margin:0;
}

.news-template a.action-btn {
	width:auto;
	height:50px;
	max-width:320px;
	padding:0 60px;
	font-size:19px;
	line-height:50px;
	font-family:'signa-light',sans-serif;
	display:block;
	margin:0 auto;
	color:#746a5f;
	text-align:center;
	background:#dde5e3;
    -webkit-transition: background .4s; /* Safari */
    transition: background .4s;
	cursor:pointer;
}

.news-template a.action-btn:hover {
	background:#c3d1ce;
}

.news-template a.action-btn:after {
    color: #8daa5a;
    content: ">";
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}


/* template overrides */
.contact-template .module-banner { margin-bottom: 0; height: 476px; padding-top: 160px; }

.title-layer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 175px;
	padding: 30px 20px 0px 20px;
	background: url(/Frontend/img/title-gradient.png) left bottom repeat-x;
}
.title-layer > div{
	position: absolute;
	bottom: 0px;
	color: #fff;
}
.title-layer p{
	color: #fff;
}

.text-footer br {
    display: none;
}

.logo-footer {
    width: 41px;
}

.contact-button {
	background-color: #614733;
    border: 0 none !important;
    border-radius: 0;
    color: #fff !important;
    display: inline-block !important;
    margin-top: 9px;
    padding: 12px 47px;
}

.module-e-documents { clear: both; display: block; margin-top: 20px; width: 100%; }
.module-e-documents .row { border-bottom: 1px solid #d2cfc6; padding: 16px 8% 26px; display: table; margin-bottom: 10px; table-layout: fixed; width: 100%; clear: both; }
.module-e-documents .row div { width: 50%; display: table-cell; vertical-align: top; }
.module-e-documents .row .title { background-image: url(/Frontend/img/extranet/icon-document.png); background-position: left top 4px; margin-top: -3px; background-repeat: no-repeat; background-size: 27px auto; hyphens: auto; overflow: hidden; padding-left: 35px; padding-right: 20px; vertical-align: top; word-wrap: break-word; }
.module-e-documents .row .text { padding-top: 4px; }

/* ==========================================================================
   SECTION 4
   ========================================================================== */

/* 4.0 - color styles */

/*
.background-darkgrey { background-color: #3a3937; }
.background-green { background-color: #dbe3bf; }
.background-green .arrow:after { color: #5e8b41; }
.background-blue { background-color: #d7dfdd; }
.background-blue .arrow:after { color: #5e8b41; }
*/

/* new */
.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: #edf1df; }
.background-c7 { background-color: #8daa5a; }
.background-c8 { background-color: #3a3938; }
.background-c9 { background-color: #424140; }
.background-c10 { background-color: #575451; }
.background-c11 { background-color: #dbe3bf; }

.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; }

/* 4.1 - font styles */

/*h1, .font-h1 { font-size: 34px; line-height: 44px; font-family: "signa-xtralight", sans-serif; }
h2, .font-h2 { font-size: 28px; line-height: 34px; font-family: "signa-xtralight", sans-serif; }
h3, .font-h3 { font-size: 19px; line-height: 26px; font-family: "signa-light",sans-serif; }
p,  .font-b  { font-size: 16px; line-height: 22px; font-family: "signa-light",sans-serif; }*/
p { margin-bottom: 16px; }
.font-e  { font-size: 48px; line-height: 54px; font-family: "signa-xtralight", sans-serif; }

@media (max-width: 950px) {
	.font-e  { font-size: 48px; line-height: 54px; }

}
@media (max-width: 750px) {
	.font-e  { font-size: 48px; line-height: 54px; }
}

p + h2 { margin-top: 26px; }



/* ==========================================================================
   SECTION 5
   ========================================================================== */

@media (min-width: 950px) {
	.module-person .textcol:last-child { padding-left: 10px; }
}

/* 5.0 - tablet and below styles */


@media (max-width: 950px) {

	.menu-toggle { display: inline-block; }
	.topnavigation { display: none; height: auto; text-align: left; padding: 15px 35px; }
	.topnavigation .submenu { position: relative; bottom: 0; border-bottom: 1px solid #d2cfc6; padding: 0 0 0 24px; margin: 10px 0; }
	.topnavigation a { padding: 0; }

	nav ul, nav ol {
		padding: 0px 0px 0px 0px;
	}

	nav li.login { float: none; }

	#logo { width: 165px; }

	header {
		height: 113px;
		padding: 45px 0;
		/*border-bottom:1px solid #d2cfc6;*/
	}

	.topnavigation li { width: 100%; }

	.module-banner .text { margin-top: 13px; padding: 0 7%; }

	.menu-toggle {
		display: inline-block;
		margin-top: 0;
	}

	.text-footer br {
		display: block;
	}

	/* NEWS */

	.module-new-news .row .col1,
	.module-new-news .row .col2 {
		display:block;
		width:100%;
	}

	.module-new-news .row .col2 {
		margin-top:20px;
	}

	.sidebar.news {
		border:0;
	}

	.module-new-news a.row:last-child {
		padding-bottom:0;
		margin-bottom:28px;
	}

}

/* 5.1 - inbetween mobile/tablet */

@media (max-width: 950px) and (min-width: 750px) {

	.module-calltoaction .calltoaction.open { padding-left: 0;	padding-right: 20px; }
	.module-calltoaction .open .linklist a { font-size: 14px; }
}

/* 5.2 - mobile styles */

.mobile-only { display: none; }

@media (max-width: 750px) {

	.module-person .textcol:last-child {
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.mobile-only { display: inline-block; }
	.row.mobile-only { display: table-row !important; }
	.mobile-hide { display: none !important; }

	.module-colorbox .textcol { float: left; display: block; height: auto; padding: 72px 15px 62px; width: 100%; max-width: initial; }
	.module-colorbox .imagecol { float: left; display: block; }
	.module-colorbox .textcol a { max-width: initial; }

	.module-calltoaction .open .calltoaction { width: 100%; padding-bottom: 0; }
	.module-calltoaction .open .linklist { width: 100%; text-align: center; padding-top: 0; }

	.module-twoone { display: block; }
	.module-twoone .imagecol { position: absolute; top: 0; bottom: 0; height: 365px; background-color: transparent; z-index: -1; }
	.module-twoone .textcol { display: block; float: none; height: auto; }
	.module-twoone .textcol a { padding: 35px 8.5% 60px; text-align: left; }
	.module-twoone .titlebox { height: 365px; background-color: transparent; padding: 95px 0 0; margin: 0; }
	.module-twoone { background-color: transparent; }
	.module-twoone.background-blue .textcol a { background-color: #d7dfdd; }
	.module-twoone.background-green .textcol a { background-color: #dbe3bf; }

	.module-calltoaction .resize { width: 100%; }
	.module-calltoaction .open.resize { width: 100%; }

	.module-producticons .iconbox { display: table; table-layout: fixed; width: 100%; border-bottom: 1px solid #d2cfc6;	padding: 0;	text-align: left; height: 94px;	background-color: #f1f4e5; height: 127px; }
	.module-producticons .iconbox:hover { background-color: #dbe3bf; }
	.module-producticons .icon { display: table-cell; text-align: center; width: 33%; padding: 20px 0 0; text-align: center; width: 33%; }
	.module-producticons .title { background-color: #ffffff; display: table-cell; line-height: 22px; padding-left: 20px; vertical-align: middle; width: 67%; }

	.module-contact-twoone .imagecol { position: relative; height: 460px; }
	.module-contact-twoone .textcol h2 { font-size: 26px; }
	.module-contact-twoone .textcol p { font-size: 16px; }

	.module-person { display: block; width: 100%; margin-bottom: 10px; background-color: #d7dfdd; margin-top: 10px; }
	.module-person .textcol { display: block; padding: 46px 40px 0 46px; float: left; font-size: 18px; }
	.module-person .imagecol { display: block; background-size: cover; background-position: center top; float: left; padding-top: 65%; }

	/* fix mobile white header */
	.module-twoone.white .textcol > p a + a,
	.module-twoone.white .textcol > p a + a + br + a { display: block; position: relative; top: -125px; }
	.module-twoone.white .textcol > p a + a + br + a { display: block; position: relative; top: -150px; }

	.module-contact-twoone .textcol { border: 0; }

	/* timeline */
	.module-timeline .textcol  { display:table-cell; min-height: 300px; padding: 50px 0px 0px 0px; vertical-align: middle; font-size: 16px; text-align: left;  }
	.module-timeline .textcol p { font-size: 16px; line-height: 22px; font-family: 'signa-light', sans-serif;}

	.module-timeline .innertextcol { margin: 0px 8%; }
	.module-timeline .innertextcol h1 { font-size: 28px; line-height: 34px; }

	.module-timeline .innertextcol p:last-of-type { margin-bottom:10px; }
	.module-timeline .innertextcol .h-line { width:100%; height:60px; margin: 20px 0% 0px 0%; }
	
	.module-timeline.background-blue { background-color: #d6dfdc; }
	.module-timeline .timeline .left-top-bubble .mask.background-blue { background-color: #d6dfdc; }

	.module-timeline .timeline .left-top-bubble,
	.module-timeline .timeline .left-bubble,
	.module-timeline .timeline .right-bubble
		{ display:none !important; }

	.module-timeline .timeline .table { width: 84%; margin: 0px 8%; }
	.module-timeline .timeline .table .row .cell.text,
	.module-timeline .timeline .table .row .cell + .cell.text
		{ padding: 0px; }

	.module-timeline .timeline .table .row .cell h3 { font-size: 16px; line-height: 22px; font-family: 'signa-light', sans-serif;  }
	.module-timeline .timeline .table .row .cell.text p { margin-bottom: 15px; }

	.module-timeline .timeline .center-bubble { padding: 25px 0px 27px 0px; }
	.module-timeline .timeline .center-bubble .bubble { width: 260px; height: 111px; background: url(/Frontend/img/timeline-bubble-center.jpg) top left no-repeat; margin: 0px auto; padding: 22px 0px 0px 74px;}


	.module-imageonwhite { display: block; }
	.module-imageonwhite .imagecol { float: left; display: block; min-height: 365px; background-repeat: no-repeat; background-position: top center; width: 100%; }
	.module-imageonwhite .textcol { width: 100%; height: auto; padding: 35px 15px; display: block; }


	/* NEWS */

	.table.news,
	.table.news .tr,
	.table.news .td.left,
	.table.news .td.right { display:block; width:100%; }

	.new-news-content * {
		width:100% !important;
	}

	.new-news-content {
		padding: 78px 25px 88px;
		color: #a39878;
	}

	.news-template {
		padding: 0;
	}

	.news-list .news-content {
		padding:40px 25px 0;
	}

	.news-page .news-content {
		padding:0 25px 40px;
	}

	.module-new-news-head {
		padding:48px 25px 0;
	}

	.module-new-news-navigation-head .category {
		font-size:19px;
		width:100%;
		padding:20px 25px 20px;
		color:#c4bab3;
		background:#fff;
	}

	.module-new-news-navigation a {
		font-size:19px;
		background: #8daa5a;
		display: block;
		margin-bottom: 1px;
		padding: 10px 25px 10px;
		color: #fff;
	}

	.module-new-news-latest-head > div {
		padding: 0 25px;
		border-bottom:0;
	}

	.sidebar.news .module-new-news-latest-head {
		padding: 10px 0;
		background:#fff;
		border-bottom: solid 1px #d2cfc6;
	}

	.sidebar.news .sidebar-thumbnail {
		display:none;
	}

	.module-new-news-latest {
		padding: 0 0 20px;
		margin: 0;
	}

	.module-new-news-navigation a.active {
		background: #dde5e3 url(/frontend/img/icons/green-icon-check.png) no-repeat 6px 50%;
		background-size: 12px auto;
		color:#746a5f;
	}

	.module-new-news a.row .col1, .module-new-news .row .col2 {
		width:100%;
	}

	.module-new-news-latest a.row {
		padding: 0 25px 20px;
		background-position: 16px 5px;
	}

	.module-new-news-latest a.row {
		padding: 0 25px 20px;
		background-position: 6px 8px;
		background-size: 12px auto;
	}

	.module-new-news-latest a.row:first-child {
		padding: 20px 25px 20px;
		background-position: 6px 25px;
	}

	.module-new-news-latest-head.no-thumbnail > div {
		padding:0 25px;
	}

	.sidebar.news.show {
		padding:0 40px;
		background:#fff;
	}

	.sidebar-thumbnail.news-img {
		margin-bottom: 20px;
	}

	/* END NEWS */

	#logo { margin-left: 70px; width: 165px; }

	.menu-toggle { position: relative; right: 0; }

	header {
		/*border-bottom: 1px solid #dfdfdf;*/
		height: 93px;
		padding: 35px 0;
	}

	footer { padding: 54px 0 60px; }

	.news-template { width: 100% !important; }
	.sidebar { padding: 0 !important; width: 100% !important; }
}

/* .module-producticons .iconbox fix */
@media (max-width: 1250px) and (min-width: 1050px) {
	.module-producticons .iconbox { width:20%; }
}
@media (max-width: 1050px) and (min-width: 950px) {
	.module-producticons .iconbox { width:25%; }
}
@media (max-width: 950px) and (min-width: 750px) {
	.module-producticons .iconbox { width:33.33%; }
}

/* login box */

.login-foldout .underlined {
	margin-top:11px;
	cursor:pointer;
}

.login-remember {
	display:block;
	text-align:center;
	padding-left: 20px;
}

.login-remember input[type="checkbox"] {
	display:none;
}

.login-pass-container {
	position:relative;
	display:inline-flex;
	width: calc(28% + 10px);
}

@media (max-width: 950px) {
	.login-pass-container {
		width:100%;
		max-width: 290px;
	}
}

@media (max-width: 750px) {
	.module-e-documents .row .text {
		display: none;
	}
}

.login-foldout *:focus {
	outline:none !important;
}

.login-pass-container .toggle-forgot {
	display:flex;
	align-items:center;
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:0 !important;
	padding:0;
	font:normal 14px/100% 'signa-light',sans-serif;
	height:44px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
	.login-pass-container .toggle-forgot {
		top:4px;
	}
}

.wrong-pass input[type="password"] + .toggle-forgot {
	color:#fff;
}

.login-pass-container .login-passs {
	width:100% !important;
}

.login-pass-container input[type=password] {
	padding-right:76px !important;
	height:44px !important;
	line-height:100% !important;
}

.login-remember input[type="checkbox"] + label {
	position:relative;
	font:normal 19px/32px 'signa-light',sans-serif;
	text-transform:none;
	color:#746a5f;
	display:inline-block;
	margin:20px auto 0;
	width:160px;
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.login-remember input[type="checkbox"] + label span {
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
    overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/Frontend/img/icons/icon-checkbox.png);
	background-position: 0px -32px;
	background-size:32px auto;
}

.login-remember input[type="checkbox"]:checked + label span {
	background-position: 0px 0px;
}

.login-foldout {
	font-family: "signa-light",sans-serif;
	background-color: #edf3f0;
	border-top: 1px solid #d2cfc6;
	padding: 30px 15px 35px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.login-foldout:after {
	background-image: url(/Frontend/img/login_triangle.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 50% auto;
	content: "";
	display: block;
	height: 33px;
	position: absolute;
	right: 0;
	top: -1px;
	width: 96px;
}

.login-title {
	font-family: "signa-xtralight", sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
}

.login-description {
	color: #746a5f;
	font-size: 16px;
	font-family: inherit;
	line-height: 20px;
	margin-bottom: 18px;
}

.login-email, .login-passs {
	display: inline-block;
	height: initial !important;
	margin: 0 5px;
	padding: 10px 22px !important;
	width: 28%;
	font-size: 19px;
	line-height:normal !important;
	height: auto !important;
}

.foldout-button {
	background-color: #614733;
	border: 0 none !important;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	margin-top: 25px;
	min-width: 240px;
	width: 28%;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.toggle-login {
	padding: 0 20px;
	min-width: 250px;
}

.toggle-login.underlined {
	text-decoration: none !important;
	padding-right: 30px;
}

.login-forgot {
	display: block;
	font-size: 19px;
	width: 100%;
}

.wrong-pass .login-title, .wrong-pass .login-description {
	color: #c2513b;
}
.wrong-pass input[type="text"], .wrong-pass input[type="password"] {
	background-color: #c2513b;
	border-color: #c2513b;
	color: #fff;
}

.wrong-pass input[type="text"]::-webkit-input-placeholder,
.wrong-pass input[type="password"]::-webkit-input-placeholder {
	color:    #fff;
}
.wrong-pass input[type="text"]:-moz-placeholder,
.wrong-pass input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	 color:    #fff;
	 opacity:  1;
}
.wrong-pass input[type="text"]::-moz-placeholder,
.wrong-pass input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	 color:    #fff;
	 opacity:  1;
}
.wrong-pass input[type="text"]:-ms-input-placeholder,
.wrong-pass input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	 color:    #fff;
}

.login-foldout {
	font-family: "signa-light", sans-serif;
}

.login-foldout .underlined {
	text-decoration: underline;
}

@media (max-width: 950px) {

	.login-foldout {
		background-color: #edf3f0;
		border-top: 1px solid #d2cfc6;
		padding: 25px 0;
		position: relative;
		text-align: center;
	}

	.login-foldout:before {
	  display:none;
	  background-color: #edf3f0;
	  border-top: 1px solid #d2cfc6;
	  bottom: 0;
	  content: " ";
	  display: block;
	  left: -35px;
	  position: absolute;
	  right: -35px;
	  top: -2px;
	  z-index: -1;
	}

	.login-foldout:after {
		display: none;
	}

	.login-email, .login-passs {
		display: inline-block;
		margin: 0 5px 10px;
		padding: 10px 22px !important;
		line-height:normal !important;
		width:100%;
		max-width:280px;
	}

	.toggle-login.underlined {
		padding: 0;
		padding-right: 10px;
	}

	.foldout-button {
	}

}

@media (max-width: 950px) and (min-width: 750px) {

	.login-title {
		font-size: 28px;
		line-height: 34px;
	}
}

.login-foldout, .box-login, .box-forgot, .box-passwordsend, .error {
	display: none;
}
.show, .wrong-pass .error{
	display: block;
}

.foldout-button {
	display:block;
	margin:20px auto 0;
}


.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.linkedin {
	display:inline-block;
	width:59px;
	height:21px;
	background:url(/Frontend/img/icons/icon-linkedin.png) no-repeat 0 0;
	background-size:59px 21px;
	margin:0 10px -5px 0;
	margin-right:10px;
	cursor:pointer;
}

.linkedin.btm {
	margin:20px auto 0;
	display:block;
}

/* General */

a.green-link-icon {
	position:relative;
	color:#7aaa5a;
	padding-right:32px;
}

a.green-link-icon:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
	margin-left:6px;
	width:calc(27px*.8);
	height:calc(29px*.8);
	background:url(/Frontend/img/extranet/icon-document.png) no-repeat 50% 50% !important;
	background-size: calc(27px*.8) calc(29px*.8) !important;
	content:'';
}

.main-navi:after {
	bottom: var(--searchBottomPos);
	left: var(--searchLeftPos);
}
