﻿
/*
/*	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("../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("../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('../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("../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('../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("../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("../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("../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('../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("../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);
}