.product-ratings {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2em;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.product-ratings:after,
.product-ratings:before {
  content: ' ';
  display: table;
}

.product-ratings:after {
  clear: both;
}

@media screen and (max-width:350px) {
  .product-ratings {
    font-size: .875rem;
  }
}

.product-ratings>span {
  width: 100%;
  display: block;
}

@media screen and (min-width:48em) {
  .product-ratings>span {
    width: auto;
    display: inline;
  }
}

.rating .super-text {
  vertical-align: super;
  font-size: 10px;
}

.rating .icons {
  position: relative;
  top: -2px;
  margin-left: 5px;
  white-space:nowrap;
}

.rating .icons i {
  min-width: 0;
  min-height: 0;
  margin: 0 2px;
  opacity: .3;

}

.rating .icons i.filled {
  opacity: 1;
}

.rating .icons.stars i {
  background: url(/image/morningstar.svg);
}

.rating .icons.globes i {
  background: url(/image/globe.svg);
}

.rating-divider {
  margin: 0 5px;
}

.card.fund-numbers {
  height: auto;
  min-height: 0;
}

@media screen and (max-width:320px) {
  .card.fund-numbers .columns.small-6 {
    width: 100%;
  }
}

.card.fund-numbers .fund-number {
  margin-top: 25px;
}

.card.fund-numbers h3.title {
  font-weight: 400;
}

.card.fund-numbers p.value {
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}

.card.fund-numbers .description {
  font-size: .75rem;
}

.fund-numbers {
  padding: calc(1428px / 80);
}
.fund-number {
  margin: 15px 0;
}

.fund-number .value {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
}

.fund-number .description {
  font-size: .75rem;
}

@media screen and (min-width:48em) {
  .fund-number {
    margin: 0;
  }
}

.arrow-link-reversed {
  color: #009edd;
}

.arrow-link-reversed span+.icon-image {
  margin-left: .3125em;
}

.arrow-link-reversed .icon-image {
  position: relative;
  width: 1.03125em;
  height: .6875em;
  min-width: 1.03125em;
  min-height: .6875em;
  overflow: hidden;
  vertical-align: baseline;
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.arrow-link-reversed .icon-image svg {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
  display: inline-block;
  transition: left .1s ease-in-out;
}

.arrow-link-reversed:not(.button):active,
.arrow-link-reversed:not(.button):active>span,
.arrow-link-reversed:not(.button):focus,
.arrow-link-reversed:not(.button):focus>span,
.arrow-link-reversed:not(.button):hover,
.arrow-link-reversed:not(.button):hover>span {
  color: inherit;
}

@media screen and (min-width:48em) {
  .arrow-link-reversed:not(.button):active>span+.icon-image,
  .arrow-link-reversed:not(.button):focus>span+.icon-image,
  .arrow-link-reversed:not(.button):hover>span+.icon-image {
    opacity: 1;
  }

  .arrow-link-reversed:not(.button):active>span+.icon-image svg,
  .arrow-link-reversed:not(.button):focus>span+.icon-image svg,
  .arrow-link-reversed:not(.button):hover>span+.icon-image svg {
    left: .2em;
  }
}

.arrow-link-reversed:not(.button):active,
.arrow-link-reversed:not(.button):active .icon,
.arrow-link-reversed:not(.button):active>span,
.arrow-link-reversed:not(.button):focus,
.arrow-link-reversed:not(.button):focus .icon,
.arrow-link-reversed:not(.button):focus>span,
.arrow-link-reversed:not(.button):hover,
.arrow-link-reversed:not(.button):hover .icon,
.arrow-link-reversed:not(.button):hover>span {
  color: #009edd;
}

.arrow-link-reversed svg {
  fill: #009edd;
}



/* afkast  by SLL  */
legend {
	border: 0;
	padding: 0
}
legend {
	margin-bottom: .5rem;
	max-width: 100%
}
.fieldset legend {
	background: #fefefe;
	padding: 0 .1875rem;
	margin: 0;
	margin-left: -.1875rem
}
.graph-legend {
	display: table
}

@media screen and (min-width:48em) {
.graph-legend .legend-item {
	display: table-cell;
	vertical-align: top
}
}
.graph-legend .legend-item>div {
	display: table
}
.graph-legend .legend-item>div>span {
	vertical-align: top;
	display: table-cell
}
.graph-legend .legend-item>div>span.has-tip {
	display: inline-block;
	vertical-align: middle
}

@media screen and (min-width:48em) {
.graph-legend .legend-item:not(:first-child) {
	padding-left: 24px
}
}
.graph-legend .legend {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px
}

.graph-compare {
	display: inline-block;
	border: 1px solid hsla(0,0%,100%,.1);
	border-radius: 20px;
	padding: 0 10px;
	margin: 24px 0
}

@media screen and (min-width:48em) {
.graph-compare {
	margin: 0
}
}
.graph-compare .legend-item {
	display: table-cell
}
.graph-compare .close-compare {
	display: table-cell;
	vertical-align: middle
}
.graph-compare .close-compare i {
	margin-left: 10px
}
.graph-compare .close-compare img {
	width: 10px;
	min-width: 0;
	height: 12px;
	min-height: 0
}



.card-primary-dark .arrow-link {
  color: #ffffff;
}

.card-primary-dark .arrow-link span + .icon-image {
  margin-left: .3125em;
}

.card-primary-dark .arrow-link .icon-image {
  position: relative;
  width: 1.03125em;
  height: 0.6875em;
  min-width: 1.03125em;
  min-height: 0.6875em;
  overflow: hidden;
  vertical-align: baseline;
}

.card-primary-dark .arrow-link .icon-image svg {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
  display: inline-block;
  transition: left .1s ease-in-out;
}

.card-primary-dark .arrow-link:not(.button):active,
.card-primary-dark .arrow-link:not(.button):focus,
.card-primary-dark .arrow-link:not(.button):hover {
  color: inherit;
}

.card-primary-dark .arrow-link:not(.button):active > span,
.card-primary-dark .arrow-link:not(.button):focus > span,
.card-primary-dark .arrow-link:not(.button):hover > span {
  color: inherit;
}

@media screen and (min-width: 48em) {
  .card-primary-dark .arrow-link:not(.button):active > span + .icon-image,
  .card-primary-dark .arrow-link:not(.button):focus > span + .icon-image,
  .card-primary-dark .arrow-link:not(.button):hover > span + .icon-image {
    opacity: 1;
  }

  .card-primary-dark .arrow-link:not(.button):active > span + .icon-image svg,
  .card-primary-dark .arrow-link:not(.button):focus > span + .icon-image svg,
  .card-primary-dark .arrow-link:not(.button):hover > span + .icon-image svg {
    left: 0.2em;
  }
}

.card-primary-dark .arrow-link svg {
  fill: #ffffff;
}
.card-primary-dark .button {
  color: #fff;
  background-color: transparent;
  border: 1px solid hsla(0,0%,100%,.1);
}

.card-primary-dark .button:active,
.card-primary-dark .button:focus,
.card-primary-dark .button:hover {
  color: #fff;
}

.card-primary-dark .button.secondary {
  border-color: rgba(0,0,0,.1);
}

.card-primary-dark .button.cta {
  background-color: #009edd;
}

.card-primary-dark .button.cta:focus,
.card-primary-dark .button.cta:hover {
  background-color: #0097d3;
}

.card-primary-dark .button.cta:active {
  background-color: #00a5e7;
}

.card-primary-dark .responsive-nav ul li:before {
  background-color: #fff;
}

.card-primary-dark .responsive-nav ul li.is-active {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.card-primary-dark .responsive-nav ul li.is-active:before {
  background-color: #fff;
}

.card-primary-dark .responsive-nav ul li:last-of-type {
  border-bottom-color: #fff;
}

.card-primary-dark .sidenav>nav>ul .sidenav-item:first-of-type:before {
  background-color: #fff;
}

.card-primary-dark .sidenav>nav>ul .sidenav-item a {
  border-color: #fff;
  border-top: 1px solid hsla(0,0%,100%,0);
  border-bottom: 1px solid #fff;
  color: #fff;
}

.card-primary-dark .sidenav>nav>ul .sidenav-item a.active {
  border-top: 3px solid #fff;
}

.card-primary-dark .sidenav>nav>ul .sidenav-item a span {
  color: #fff;
}

.card-primary-dark .sidenav>nav>ul .sidenav-item a i svg {
  fill: #fff;
}

@media screen and (max-width:63.9375em) {
  .card-primary-dark .list-content>ul>li:first-child:before {
    background-color: #fff;
  }

  .card-primary-dark .list-content>ul>li.is-active,
  .card-primary-dark .list-content>ul>li>.mobilenav-item {
    border-bottom: 1px solid #fff;
  }

  .card-primary-dark .list-content>ul>li.is-active .mobilenav-item {
    border-top: 3px solid #fff;
  }
}

.card-primary-dark:not(.no-inherit-styling) .card-content,
.card-primary-dark:not(.no-inherit-styling) .card-content-split {
  color: #fff;
}

#navigation-mobile .sub-menu-content .call-us .card-primary-dark:not(.no-inherit-styling) .card-content-split .phone-main,
#navigation-mobile .sub-menu-content .call-us .card-primary-dark:not(.no-inherit-styling) .card-content .phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content #navigation-mobile .sub-menu-content .call-us .phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content-split #navigation-mobile .sub-menu-content .call-us .phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content-split .desktop-tools .panel-container .panel.call a.phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content-split .section.contact-us .call-us .phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content-split h1,
.card-primary-dark:not(.no-inherit-styling) .card-content-split h2,
.card-primary-dark:not(.no-inherit-styling) .card-content-split h3,
.card-primary-dark:not(.no-inherit-styling) .card-content .desktop-tools .panel-container .panel.call a.phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content .section.contact-us .call-us .phone-main,
.card-primary-dark:not(.no-inherit-styling) .card-content h1,
.card-primary-dark:not(.no-inherit-styling) .card-content h2,
.card-primary-dark:not(.no-inherit-styling) .card-content h3,
.desktop-tools .panel-container .panel.call .card-primary-dark:not(.no-inherit-styling) .card-content-split a.phone-main,
.desktop-tools .panel-container .panel.call .card-primary-dark:not(.no-inherit-styling) .card-content a.phone-main,
.section.contact-us .call-us .card-primary-dark:not(.no-inherit-styling) .card-content-split .phone-main,
.section.contact-us .call-us .card-primary-dark:not(.no-inherit-styling) .card-content .phone-main {
  color: #fff!important;
}

.card-primary-dark:not(.no-inherit-styling) .card-content-split :not(.f-dropdown.open) a:not(.button),
.card-primary-dark:not(.no-inherit-styling) .card-content :not(.f-dropdown.open) a:not(.button) {
  color: #fff;
}

.card-primary-dark .input-sequence .responsive-dropdown-desktop .button .prompt {
  border-bottom: 2px dashed hsla(0,0%,100%,.3)!important;
}

.card-primary-dark .input-sequence .responsive-dropdown-desktop .button .prompt .title span {
  color: #009edd!important;
}

.card-primary-dark .input-sequence .responsive-dropdown-desktop .button .prompt i svg {
  stroke: #009edd;
}

.card-primary-dark .input-sequence .responsive-dropdown-desktop [data-dropdown] {
  color: #009edd!important;
}

.card-primary-dark .input-sequence .responsive-dropdown-desktop [data-dropdown] svg {
  fill: #009edd;
  stroke: #009edd;
}

.card-primary-dark .input-sequence input.input {
  color: #009edd;
  border-bottom: 2px dashed hsla(0,0%,100%,.3)!important;
}

.card-primary-dark .input-sequence input.input.placeholder {
  color: #009edd;
}

.card-primary-dark .input-sequence input.input::-webkit-input-placeholder {
  color: #009edd;
}

.card-primary-dark .input-sequence input.input:-moz-placeholder,
.card-primary-dark .input-sequence input.input::-moz-placeholder {
  color: #009edd;
}

.card-primary-dark .input-sequence input.input:-ms-input-placeholder {
  color: #009edd;
}

.card-primary-dark .responsive-dropdown-desktop [data-toggle],
.card-primary-dark .responsive-dropdown-desktop [data-toggle].hover {
  background: transparent;
}

.card-primary-dark .responsive-dropdown .desktop-view .prompt .title>span {
  color: #fff;
}

.card-primary-dark .responsive-dropdown .desktop-view .prompt i svg {
  fill: #fff;
  stroke: #fff;
}

.card-primary-dark .responsive-dropdown:not(.white) .mobile-view a.button {
  background: transparent!important;
}

.card-primary-dark .responsive-dropdown:not(.white) .mobile-view .prompt .title>span {
  color: #fff;
}

.card-primary-dark .responsive-dropdown:not(.white) .mobile-view .prompt i svg {
  fill: #fff;
  stroke: #fff;
}

.card-primary-dark .table td.table-data-value {
  color: #fff;
}

.card-primary-dark .table tr {
  border-bottom: 1px solid #fff;
}

.card-primary-dark .has-tip {
  background: hsla(0,0%,100%,.1);
}

.card-primary-dark .has-tip:hover {
  background: hsla(0,0%,100%,.2);
}
.responsive-dropdown .mobile-view .prompt .title > span, .responsive-dropdown .desktop-view .prompt .title > span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #003755;
}


/*.has-tip {
  border-bottom: 1px dotted #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help;
}*/

/*.has-tip {
	border-bottom: 1px dotted #8a8a8a;
	font-weight: 700;
	position: relative;
	display: inline-block;
	cursor: help
}
.tooltip {
	background-color: #0a0a0a;
	color: #fefefe;
	font-size: 80%;
	padding: .75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + .6495rem);
	max-width: 10rem!important;
	border-radius: 0
}
.tooltip:before {
	border: .75rem inset;
	border-color: transparent transparent #0a0a0a;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top:before, .tooltip:before {
	content: '';
	display: block;
	width: 0;
	height: 0
}
.tooltip.top:before {
	border: .75rem inset;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto
}
.tooltip.left:before {
	border: .75rem inset;
	border-color: transparent transparent transparent #0a0a0a;
	border-left-style: solid;
	border-right-width: 0;
	left: 100%
}
.tooltip.left:before, .tooltip.right:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	bottom: auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right:before {
	border: .75rem inset;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	left: auto;
	right: 100%
}

*/
/*  AFKAST   END   SLL */

/* Risikoindikator */
.risc-indicator{border:1px solid #003755}
.risc-indicator .risc-description{color:#fff!important;background-color:#003755;padding:10px 24px}
.risc-indicator .risc-description p{color:#fff!important}
.risc-indicator .risc-description img{width:100%}
.risc-indicator .risc-description .return-text p{font-size:13px;margin-top:10px}
.risc-indicator .indication ul{list-style:none;margin:0}
.risc-indicator .indication ul li{float:left;border-right:1px solid #003755;padding:5px 15px;width:14.28571%;text-align:center;font-weight:700}
.risc-indicator .indication ul li:last-child{border:none}
.risc-indicator .indication ul li.active{background-color:#003755;color:#fff}
/* Risikoindikator */

.pdf {
  float:right;
  width:8%;
  text-align:center;
  font-weight:500;
  background-color:#003755;
  color:#e7e3dd!important;
  border-radius:20px;
  font-size:13px;
  padding-top:2px;
  padding-bottom:2px;
  
}

.pdf_table {
  float:right;
  width:50px;
  text-align:center;
  font-weight:700;
  background-color:#003755;
  color:#e7e3dd!important;
  border-radius:20px;
}

.entry-point {
  height:100%;
  border-radius:4px;
  border:1px solid #e8e3dd;
  position:relative;
  overflow:hidden;
  transition:box-shadow 200ms ease-in-out;
}

.entry-point article {
  padding:40px 35px;
}
.entry-point .small-top-img {
  transition:transform 200ms ease-in-out;
  -ms-transform-origin:bottom;
  transform-origin:bottom;
  -ms-transform:scale(1);
  transform:scale(1);
  background-size:cover;
  background-position:center;
  height:160px;
  width:100%
}

.entry-point .small-top-img+* {
  height:calc(100%-160px);
  position:relative;
}

/* Vis mere */

		.reveal-more{overflow:hidden;position:relative;z-index:0}
		.reveal-more .reveal-toggle{position:absolute;bottom:0;left:0;right:0;width:100%}
		.reveal-more .reveal-toggle .wrapper{position:relative}
		.reveal-more .reveal-label{margin:0}
		.reveal-more .toggle-button{display:block;text-align:center;position:relative;z-index:1;padding-bottom:3px}
		.reveal-more .toggle-button i{position:absolute;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
		.reveal-more .toggle-button i.revealed img{-ms-transform:scale(-1);transform:scale(-1)}
		.reveal-more .toggle-icon{width:40px;height:40px;margin:0 auto;padding:0;text-align:center;line-height:40px;font-size:1rem;background:#003755}
		.reveal-more svg{position:absolute;z-index:0;left:0;bottom:65px;pointer-events:none}

/**/
media screen and (min-width:48em){
	.position-left.reveal-for-medium{left:0;z-index:auto;position:fixed}
	.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}
	.position-right.reveal-for-medium{right:0;z-index:auto;position:fixed}
	.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}
}
@media screen and (min-width:64em){
	.position-left.reveal-for-large{left:0;z-index:auto;position:fixed}
	.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}
	.position-right.reveal-for-large{right:0;z-index:auto;position:fixed}
	.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}
}
@media screen and (min-width:90em){
	.position-left.reveal-for-xlarge{left:0;z-index:auto;position:fixed}
	.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:250px}
	.position-right.reveal-for-xlarge{right:0;z-index:auto;position:fixed}
	.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:250px}
}
@media screen and (min-width:120em){
	.position-left.reveal-for-xxlarge{left:0;z-index:auto;position:fixed}
	.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:250px}
	.position-right.reveal-for-xxlarge{right:0;z-index:auto;position:fixed}
	.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:250px}
}
	body.is-reveal-open{overflow:hidden}
	html.is-reveal-open, html.is-reveal-open body{height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
	.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:hsla(0,0%,4%,.45);overflow-y:scroll}
	.reveal{display:none;z-index:1006;padding:1rem;border:1px solid #cacaca;background-color:#fefefe;border-radius:0;position:relative;top:100px;margin-left:auto;margin-right:auto;overflow-y:auto}
	[data-whatinput=mouse] 
	.reveal{outline:0}
	
@media screen and (min-width:48em){
	.reveal{min-height:0}
}
	.reveal .column,.reveal .columns{min-width:0}
	.reveal>:last-child{margin-bottom:0}

@media screen and (min-width:48em){
	.reveal{width:600px;max-width:75rem}
}
@media screen and (min-width:48em){
	.reveal .reveal{left:auto;right:auto;margin:0 auto}
}
.cards .section-inner>.reveal.row,.reveal.collapse{padding:0}
@media screen and (min-width:48em){
	.reveal.tiny{width:30%;max-width:75rem}
}
@media screen and (min-width:48em){
	.reveal.small{width:50%;max-width:75rem}
}
@media screen and (min-width:48em){
	.reveal.large{width:90%;max-width:75rem}
}
.reveal.full{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}
@media screen and (max-width:47.9375em){
	.reveal{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}
}
	.reveal.without-overlay{position:fixed}

	.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news-title.phone-main,#navigation-mobile .sub-menu-content .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .main-title,#navigation-mobile .sub-menu-content .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .phone-main,#navigation-mobile .sub-menu-content .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.phone,.bg-theme-green #navigation-mobile .sub-menu-content .call-us .main-title,.bg-theme-green #navigation-mobile .sub-menu-content .call-us .news .news-title.phone-main,.bg-theme-green #navigation-mobile .sub-menu-content .call-us .phone-main,.bg-theme-green #navigation-mobile .sub-menu-content .call-us a.phone,.bg-theme-green .desktop-tools .panel-container .panel.call .main-title,.bg-theme-green .desktop-tools .panel-container .panel.call .news a.news-title.phone-main,.bg-theme-green .desktop-tools .panel-container .panel.call a.phone,.bg-theme-green .desktop-tools .panel-container .panel.call a.phone-main,.bg-theme-green .news #navigation-mobile .sub-menu-content .call-us .news-title.phone-main,.bg-theme-green .news .desktop-tools .panel-container .panel.call a.news-title.phone-main,.bg-theme-green .news .section.contact-us .call-us .news-title.phone-main,.bg-theme-green .news h2.news-title,.bg-theme-green .section.contact-us .call-us .main-title,.bg-theme-green .section.contact-us .call-us .news .news-title.phone-main,.bg-theme-green .section.contact-us .call-us .phone-main,.bg-theme-green .section.contact-us .call-us a.phone,.bg-theme-green :not(.button),.bg-theme-green em,.bg-theme-green h1,.bg-theme-green h2,.bg-theme-green h3,.bg-theme-green h4,.bg-theme-green h5,.bg-theme-green h6,.bg-theme-green i,.bg-theme-green label,.bg-theme-green li,.bg-theme-green p,.bg-theme-green small,.bg-theme-green span:not(.label),.bg-theme-green strong,.desktop-tools .panel-container .panel.call .bg-theme-green .main-title,.desktop-tools .panel-container .panel.call .bg-theme-green a.phone,.desktop-tools .panel-container .panel.call .bg-theme-green a.phone-main,.desktop-tools .panel-container .panel.call .news .bg-theme-green a.news-title.phone-main,.desktop-tools .panel-container .panel.call .news .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.news-title.phone-main,.desktop-tools .panel-container .panel.call .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .main-title,.desktop-tools .panel-container .panel.call .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.phone,.desktop-tools .panel-container .panel.call .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.phone-main,.news #navigation-mobile .sub-menu-content .call-us .bg-theme-green .news-title.phone-main,.news #navigation-mobile .sub-menu-content .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news-title.phone-main,.news .bg-theme-green h2.news-title,.news .desktop-tools .panel-container .panel.call .bg-theme-green a.news-title.phone-main,.news .desktop-tools .panel-container .panel.call .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.news-title.phone-main,.news .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h2.news-title,.news .section.contact-us .call-us .bg-theme-green .news-title.phone-main,.news .section.contact-us .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background #navigation-mobile .sub-menu-content .call-us .main-title,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background #navigation-mobile .sub-menu-content .call-us .news .news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background #navigation-mobile .sub-menu-content .call-us .phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background #navigation-mobile .sub-menu-content .call-us a.phone,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .desktop-tools .panel-container .panel.call .main-title,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .desktop-tools .panel-container .panel.call .news a.news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .desktop-tools .panel-container .panel.call a.phone,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .desktop-tools .panel-container .panel.call a.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news #navigation-mobile .sub-menu-content .call-us .news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news .desktop-tools .panel-container .panel.call a.news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news .section.contact-us .call-us .news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news h2.news-title,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .section.contact-us .call-us .main-title,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .section.contact-us .call-us .news .news-title.phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .section.contact-us .call-us .phone-main,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .section.contact-us .call-us a.phone,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background :not(.button),.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background em,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h1,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h2,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h3,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h4,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h5,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background h6,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background i,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background label,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background li,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background p,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background small,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background span:not(.label),.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background strong,.section.contact-us .call-us .bg-theme-green .main-title,.section.contact-us .call-us .bg-theme-green .phone-main,.section.contact-us .call-us .bg-theme-green a.phone,.section.contact-us .call-us .news .bg-theme-green .news-title.phone-main,.section.contact-us .call-us .news .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .news-title.phone-main,.section.contact-us .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .main-title,.section.contact-us .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .phone-main,.section.contact-us .call-us .reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background a.phone{color:#fff!important}.bg-theme-green .arrow-link,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .arrow-link{color:#fff}.bg-theme-green .arrow-link span+.icon-image,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .arrow-link span+.icon-image{margin-left:.3125em}.bg-theme-green .arrow-link .icon-image,.reveal.reveal-modal[aria-hidden=false].modal-alert-before-visible.has-success .modal-background .arrow-link .icon-image{position:relative;width:1.03125em;height:.6875em;min-width:1.03125em;min-height:.6875em;overflow:hidden;vertical-align:baseline}	
	
/* Vis mere */

/* 100 kr blevet til */
.fund-calculator .db-slider .slider-container .slider .value-drag {
  visibility: visible!important;
}

.fund-calculator .db-slider .slider-value {
  display: block;
}

@media screen and (min-width:64em) {
  .fund-calculator .db-slider .slider-value {
    display: none!important;
  }
}

.fund-calculator .results {
  max-width: 500px;
}

@media screen and (max-width:460px) {
  .fund-calculator .results .results p,
  .fund-calculator .results p span {
    font-size: 17px;
  }
}

#navigation-mobile .sub-menu-content .call-us .fund-calculator .input-sequence .phone-main,
.desktop-tools .panel-container .panel.call .fund-calculator .input-sequence a.phone-main,
.fund-calculator .amount input,
.fund-calculator .input-sequence #navigation-mobile .sub-menu-content .call-us .phone-main,
.fund-calculator .input-sequence .desktop-tools .panel-container .panel.call a.phone-main,
.fund-calculator .input-sequence .section.contact-us .call-us .phone-main,
.fund-calculator .input-sequence h2,
.section.contact-us .call-us .fund-calculator .input-sequence .phone-main {
  font-size: 1.5rem;
  line-height: 2em;
}

@media screen and (min-width:48em) {
  #navigation-mobile .sub-menu-content .call-us .fund-calculator .input-sequence .phone-main,
  .desktop-tools .panel-container .panel.call .fund-calculator .input-sequence a.phone-main,
  .fund-calculator .amount input,
  .fund-calculator .input-sequence #navigation-mobile .sub-menu-content .call-us .phone-main,
  .fund-calculator .input-sequence .desktop-tools .panel-container .panel.call a.phone-main,
  .fund-calculator .input-sequence .section.contact-us .call-us .phone-main,
  .fund-calculator .input-sequence h2,
  .section.contact-us .call-us .fund-calculator .input-sequence .phone-main {
    font-size: 2.25rem;
    line-height: 1em;
  }
}

.fund-calculator .jumper .icon-image {
  top: 35px;
}
.fund-calculator .jumper .label{
  color:#003755!important;
}
.fund-calculator .disclaimer {
  color:#003755!important;
}
.fund-calculator .input {
  color:#003755!important;
}

.bg-color-sepia{
  background-color:#e7e3dd!important; 
  color:#003755;
}
#fund-calculator .results{
  color:#09b89d!important; 
}
#fund-calculator #amount{
  width:127px; 
}


/* 100 blevet til - slut */

/* slider-knapper */
.radiobutton-alternate {
  display: inline-block;
  margin-top: 24px;
}

.radiobutton-alternate:after,
.radiobutton-alternate:before {
  content: ' ';
  display: table;
}

.radiobutton-alternate:after {
  clear: both;
}

.radiobutton-alternate input[type=radio]+label {
  margin-right: -1px;
  z-index: 0;
  position: relative;
  float: left;
}

.radiobutton-alternate input[type=radio]+label span.value {
  display: inline-block;
  background-color: #003755;
  padding: 6px 11px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 0;
  color: #fff;
  border: 1px solid hsla(0,0%,100%,.1);
  pointer-events: none;
  position: relative;
}

.radiobutton-alternate input[type=radio]+label span.value i.icon-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 16px;
  height: 16px;
}

.radiobutton-alternate input[type=radio]+label:first-of-type span.value {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.radiobutton-alternate input[type=radio]+label:last-of-type span.value {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.radiobutton-alternate input[type=radio]:checked+label {
  z-index: 1;
}

.radiobutton-alternate input[type=radio]:checked+label span.value {
  background-color: #009edd;
  padding: 9px 14px;
  border-radius: 4px;
  margin: -3px -3px 0;
  border-color: transparent;
  min-width: 52px;
  min-height: 52px;
}
/* slider-knapper slut */

/* table-sorter */
.table .table-header th[sortable] {
  cursor:pointer;
}

.table .table-header th[sortable].sorted:before {
  content:url(/image/tablesort-arrow-down.svg);
  margin-right:5px;
  top:-2px;
  visibility:visible;
}
.table .table-header th[sortable].sorted-inverted:before {
  content:url(/image/tablesort-arrow-up.svg);
  margin-right:5px;
  top:-2px;
  visibility:visible;
}
.table .table-header th[sortable]:before {
  content:'';
  visibility:hidden;
  width:0;
  position:relative;
}

/* table sorter slut */

/* Fund fact and returns */

.list-controls .list-content>ul,.sidenav>nav>ul,ul.check-list,ul.unstyled{margin:0;list-style-type:none;padding:0}

.sticky-sidenav .sidenav{position:relative}
.sticky-sidenav .sidenav>nav.sticky{width:100%;position:absolute}
.sticky-sidenav .sidenav>nav.sticky.is-fixed{position:fixed}
.sticky-sidenav .list-content article{padding-bottom:10px}
@media screen and (min-width:64em){
	.tabs-sidenav .list-content{overflow:hidden}
	.tabs-sidenav .list-content>ul>li>article{display:none}
}
.sidenav{z-index:0;display:none}

@media screen and (min-width:64em){
	.sidenav{display:inline-block}
}

.sidenav>h3{color:#7c8185}
.sidenav>nav{margin-bottom:1rem}
.sidenav>nav>ul .sidenav-headline{display:block;border-bottom:1px solid #003755}
.sidenav>nav>ul .sidenav-headline p{font-weight:700;color:#003755;margin:0;padding:0 1rem 1rem;display:block;opacity:1}
.sidenav>nav>ul .sidenav-item{display:block;position:relative}
.sidenav>nav>ul .sidenav-item:first-of-type:before{content:'';position:absolute;top:-1px;width:100%;height:1px;background-color:#003755}
.sidenav>nav>ul .sidenav-item a{padding:.8125rem .875rem .9375rem;display:block;color:#003755;font-family:danske_textregular,sans-serif;border-top:3px solid rgba(0,55,85,0);border-bottom:1px solid #003755}
.sidenav>nav>ul .sidenav-item a:active i,.sidenav>nav>ul .sidenav-item a:focus i,.sidenav>nav>ul .sidenav-item a:hover i{opacity:1;left:auto;right:.25rem}
.sidenav>nav>ul .sidenav-item a.active{border-top:3px solid #003755;background-color:rgba(57,67,68,.05);opacity:1;font-weight:700}
.sidenav>nav>ul .sidenav-item a.active i{opacity:1;right:.25rem}
.sidenav>nav>ul .sidenav-item a span{width:calc(100% - 10px);display:table}
.sidenav>nav>ul .sidenav-item a i{position:absolute!important;left:auto;right:.4375rem;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;transition:opacity .1s ease-out,right .1s ease-out}
[class*=color-primary-]
.sidenav>nav a{color:inherit}

.links-list.download-list li{padding:0}
.links-list.download-list li a{display:block;padding:1rem 10px}
.links-list.download-list li a:hover{background-color:hsla(0,0%,100%,.6)}
.links-list.download-list li a .type{font-size:14px;float:right}

/*Fund fact and returns */

.pm_image IMG {
  min-width:200px;
}

.pm_image {
  overflow:hidden;
  height:200px;
  text-align:center;
}

/* STELU test */
.responsive-dropdown-desktop [data-dropdown].is-open {
  /*width:300px!important;*/
  width:auto!important;
}

.responsive-dropdown-desktop [data-dropdown].search-as-you-type {
/*	width:600px!important;*/
/*  left:-330px!important;*/
  height:250px!important;
  overflow:auto;
  overflow-x:hidden;
  overflow-y:auto;  
  padding-top:10px;
}

#afkast_knap_sammenlign .responsive-dropdown-desktop [data-dropdown].search-as-you-type {
	width:600px!important;
  left:-330px!important;
}

.responsive-dropdown-desktop [data-dropdown].search-as-you-type:after {
  left:initial!important;
  right:20px!important;
}


.responsive-dropdown-desktop [data-dropdown] ul {
  clear:both;
}
.responsive-dropdown-desktop [data-dropdown] ul > li {
  overflow: visible !important;
  clear:both;
}

.responsive-dropdown-desktop [data-dropdown] ul>li a.has-sublabel {
  white-space: nowrap;
  display: table;
  width: 100%;
}

.responsive-dropdown-desktop [data-dropdown] ul>li a.has-sublabel span.mainlabel,
.responsive-dropdown-desktop [data-dropdown] ul>li a.has-sublabel span.sublabel {
  color: #93989c!important;
  display: table-cell;
}

.responsive-dropdown-desktop [data-dropdown] ul>li a.has-sublabel span.sublabel {
  padding-left: 24px;
  text-align: right;
  text-transform: uppercase;
  font-size: .75rem;
}
.responsive-dropdown-desktop .prompt .title span {
/*  width:100px;*/
}

.responsive-dropdown-desktop i.placeholder-icon {
  padding-left:0px!important;
  top:-3px;
}

.responsive-dropdown-desktop .dropdown-search i.icon-image {
  position:absolute;
  top:35px;
  left:24px;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%)
}
.responsive-dropdown-desktop .dropdown-search input {
  padding-left:36px;
}

.responsive-dropdown-desktop [data-dropdown] .date-range-from {
	display:inline-block;
	width:110px!important;
}
.responsive-dropdown-desktop [data-dropdown] .date-range-to {
	display:inline-block;
	width:110px!important;
}
.responsive-dropdown-desktop [data-dropdown] .date-range-label {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}
.responsive-dropdown-desktop [data-dropdown] .date-range-option .date-range-apply {
  text-align: center;
}
.responsive-dropdown-desktop [data-dropdown] .date-range-option .date-range-apply a {
  color:#009edd!important;
}
.graph-compare {
  display:inline-block;
  border:1px solid #394344;
  border-radius: 20px;
  padding:0 10px;
  margin:0px!important;
}
.graph-legend div {
  margin-right: 20px;
}
.graph-legend .close-compare {
  display:inline-block!important;
  margin-top:-9px;
}


/* STELU test slut*/

/* Products list */

.cards .card-padding-bottom-none{padding-bottom:0!important}
.no_padding_top{padding-top:0px!important;}
.no_padding_bottom{padding-bottom:0px!important;}
.no_margin_top{margin-top:0px!important;}
.no_margin_bottom{margin-bottom:0px!important;}

.searchfield-button{position:relative;display:inline-block;max-width:100%}
.searchfield-button .searchfield-input{position:absolute;top:4px;width:100%;display:inline-block;vertical-align:middle;z-index:1;display:none}
.searchfield-button .searchfield-input input{background-color:transparent;padding:0 48px;border:none}
.searchfield-button .searchfield-icon{display:inline-block;vertical-align:middle;position:relative;z-index:0;max-width:100%}
.searchfield-button .searchfield-icon button.button{text-align:left;transition:width .3s;max-width:100%;background-color:#fafafa;width:48px}
.searchfield-button .searchfield-icon button.button i{margin-left:15px;vertical-align:top;margin-top:15px}
.searchfield-button .searchfield-icon button.button.expanded{width:200px;max-width:100%}

@media screen and (min-width:48em){
	.searchfield-button .searchfield-icon button.button.expanded{width:350px}
}
.searchfield-button .searchfield-clear{position:absolute;z-index:2;right:24px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);display:none}
.product-element td.table-data-property>div{display:table}
.product-element td.table-data-property>div>span{display:table-cell;vertical-align:middle}
.product-view-cards .product-element .toggle-favourite{position:absolute;right:24px;top:24px}
.product-view-table .product-element .toggle-favourite{margin-right:24px}
.product-element .toggle-favourite:before{content:'';display:inline-block;width:18px;height:18px;background-image:url(/image/star-light-blue-bordered.svg);vertical-align:middle}

.category .view-filters .toggle-favourites-view{margin-right:24px;}
.product-element[favourite=true] .toggle-favourite:before{content:'';background-image:url(/image/star-light-blue.svg)}
.toggle-favourites-view button.button{background-color:#fafafa}
.toggle-favourites-view button.button:before{content:'';display:inline-block;width:18px;height:18px;background-image:url(/image/star-light-blue.svg);vertical-align:top;margin-top:14px}
.toggle-favourites-view.active button.button{background-color:#009edd}
.toggle-favourites-view.active button.button:before{background-image:url(/image/star-white.svg)}

.category-filters .container{display:block}
@media screen and (min-width:48em){
	.category-filters .container{display:inline-block}
}
.category-filters .filter-container{position:absolute;display:none;transition:opacity .3s ease-in-out;text-align:right;margin-bottom:24px}
.category-filters .filter-container.active{position:relative;display:block;margin-top:1rem}
.category-filters .filter-container.active:first-of-type{margin-top:0}

@media screen and (min-width:90em){
	.category-filters .filter-container.active{display:block;margin-top:0;margin-right:1rem}
	.category-filters .filter-container.active:last-of-type{margin-top:0;margin-right:16px;}
}
.category-filters .label,.category-filters .purpose{display:block}
@media screen and (min-width:48em){
	.category-filters .label,.category-filters .purpose{display:inline-block;vertical-align:middle}
}
.category-filters .label{margin-right:1rem}
.category-filters .label h4{font-family:danske_headlinesemibold;color:#003f63;text-align:center}
@media screen and (min-width:48em){
	.category-filters .label h4{margin-bottom:0}
}
.category-filters .purpose{min-width:200px}
.category-filters .purpose input[type=text][readonly]{color:#003f63!important}
.category-filters .purpose input[type=text][readonly]::-webkit-input-placeholder{color:#003f63!important}
.category-filters .purpose input[type=text][readonly]::-moz-placeholder{color:#003f63!important}
.category-filters .purpose input[type=text][readonly]:-ms-input-placeholder{color:#003f63!important}
.category-filters .purpose input[type=text][readonly]:-moz-placeholder{color:#003f63!important}

.category-container{display:table;width:100%;text-align:left}
.category-card{display:table;position:relative;overflow:hidden;width:100%;height:100%;padding:0;background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1);border:1px solid #bfcdd4;border-radius:4px;margin:0 0 24px;transition:box-shadow .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(.215,.61,.355,1),background-image .2s cubic-bezier(.215,.61,.355,1),visibility .2s cubic-bezier(.215,.61,.355,1),transform .2s cubic-bezier(.215,.61,.355,1)}
@media screen and (min-width:48em){
	.category-card{margin:12px 0}
}
.category-card:hover{box-shadow:0 10px 40px rgba(0,55,85,.12);-ms-transform:translateY(-4px)!important;transform:translateY(-4px)!important}
.category-card:hover .arrow-link svg{left:.2em}
.category-card .arrow-link:hover span,.category-card .arrow-link span{color:#009edd!important}
.category-card .arrow-link svg{fill:#009edd}
.category-card.intro:not(.no-intro){overflow:hidden;pointer-events:none;background:transparent;display:block;box-shadow:none;border:0;opacity:.5;max-height:100px}
@media screen and (min-width:48em){
	.category-card.intro:not(.no-intro){max-height:125px}
}
@media screen and (min-width:64em){
	.category-card.intro:not(.no-intro){max-height:150px}
}
.category-card.intro:not(.no-intro):after{display:block;content:' ';position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background:#d7e9f2;background:linear-gradient(-180deg,hsla(0,0%,100%,.5) 50%,#d7e9f2);z-index:2}
.category-card.is-hidden-by-filter{display:none}
.category-card-image{border-bottom:1px solid #d0d4d6;text-align:center;overflow:hidden}
.category-card-image,.category-card-image img{border-top-left-radius:4px;border-top-right-radius:4px;width:100%}
.category-card-header{margin:0;padding:2.5rem 1.875rem .9375rem;display:table;width:100%}
.category-card-header .headline,.category-card-header .type{display:block}
.category-card-header .headline h3{display:inline-block;font-family:danske_headlinesemibold;color:#003f63;font-size:1.4rem;font-weight:400;margin:0}
.category-card-header .type p{font-size:.8125rem;text-transform:uppercase;font-weight:700;margin:0}
.category-card-body{margin:0;padding:0 1.875rem}.category-card-body .content{margin-bottom:.9375rem}
.category-card-body .content p{color:#003f63;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word}
.category-card-body .content p:last-of-type{margin-bottom:0}
.category-card-centered{margin:0;padding:1.875rem;text-align:center;display:table;width:100%;height:inherit}

@media screen and (min-width:64em){
	.category-card-centered{padding:3.75rem 1.875rem}
}
.category-card-centered.small{padding:.9375rem}
@media screen and (min-width:64em){
	.category-card-centered.small{padding:1.875rem .9375rem}
}
.category-card-centered.small .image img{width:auto;max-height:30px}
.category-card-centered .content{display:table-cell;vertical-align:middle;margin-bottom:0}
.category-card-centered .content small{font-size:.875rem}
.category-card-centered .content h3{font-weight:400;color:#003755;margin-bottom:1rem}
.category-card-centered .content h5{font-weight:400;color:#003755;margin:1rem 0 0}
@media screen and (max-width:47.9375em){
	.category-card-centered .content h5{font-size:1rem}
}
.category-card-centered .content p{color:#003f63;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word}
.category-card-centered .content p:last-of-type{margin-bottom:0}
.category-card-footer{display:table-footer-group;width:100%;margin:0;padding:0;text-align:center}
.category-card-footer .list{padding:0 1.875rem}
.category-card-footer .list ul{list-style:none;margin:0;padding:0}
.category-card-footer .list ul li{display:block;margin:5px 0 0;padding:0;color:#003f63}
.category-card-footer .list ul li .title,.category-card-footer .list ul li .value{vertical-align:top;display:inline-block;width:50%}
.category-card-footer .list ul li .title{text-align:left;font-family:danske_headlinesemibold}
.category-card-footer .list ul li .value{text-align:right}
.category-card-footer .arrow-link:hover{color:#009edd!important}
.category-card-footer>span{display:table;width:100%;margin:0;padding:1.5625rem 1.875rem}
.category-breaker{display:table;position:relative;overflow:hidden;width:100%;height:100%;padding:0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);transition:box-shadow 1s cubic-bezier(.215,.61,.355,1),opacity .3s ease-in-out,background-image .3s ease-in-out,visibility .3s ease-in-out;border-radius:4px;border:1px solid #d0d4d6;margin:0 0 12px}
@media screen and (min-width:48em){
	.category-breaker{margin:12px 0}
}
.category-breaker.is-hidden-by-filter{display:none}
.category-breaker-body{margin:0;padding:2.5rem 0;text-align:center;display:table-cell;vertical-align:middle}
.category-breaker-body .content{width:80%;margin:0 auto}
.category-other-products{text-align:center;padding-top:26px}
@media screen and (min-width:48em){
	.category-other-products{padding-top:51px}
}
.category-other-products.intro{display:none;padding:0}
.category-other-products h3{font-family:danske_humanMediumIt,serif;font-weight:400;font-size:1.75rem;color:#003f63;margin-bottom:0}
.category-other-products .category-container{padding-top:26px}
@media screen and (min-width:48em){
	.category-other-products .category-container{padding-top:51px}
}
.category-toggle{display:block;width:100%;text-align:center;padding-top:26px}
@media screen and (min-width:48em){
	.category-toggle{padding-top:51px}
}
.category-toggle-button,.category-toggle-container,.category-toggle-label{display:block}
.category-toggle-label{color:#003f63;font-weight:700;font-size:1rem;margin-bottom:5px}
.category-toggle-button{width:40px;height:40px;margin:0 auto;padding:0;text-align:center;line-height:40px;font-size:1rem}
.category-toggle-button i{position:absolute;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
.category-toggle.intro{padding-top:0!important;position:relative;bottom:0}
.category-toggle.intro .category-toggle-button i img{-ms-transform:scaleY(-1);transform:scaleY(-1)}
.category .category-toggle-button{background-color:#003f63}

.category-table .table-data-property .property-header{margin:0;font-size:.7125rem;color:#406980}
@media screen and (min-width:48em) {
  .category-table .table-data-property .property-header{margin:0;font-size:.8125rem;color:#406980}
}


/*.category .view-filters{margin-top:4rem!important}*/
.category .view-filters .toggle-favourites-view{margin-right:24px}
.category .callout{opacity:0}



/* Products list END*/

.has-warning {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -2px 5px;
  border: 5px solid transparent;
  background: #003755;
  border-radius: 100px;
  vertical-align: text-top;
  cursor: pointer;
}
.table-compressed .has-warning {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 20px 0 20px;
  border: 5px solid transparent;
  background: #003755;
  border-radius: 100px;
  vertical-align: text-top;
  cursor: pointer;
}

.has-warning:hover {
  background: #74489d; 
  border: none;
}

.has-warning:after {
  content: '!';
  position: absolute;
  //font-family: "danske_textregular", sans-serif;
  font-family: "arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 0 0.1em;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  color:#ffffff;
}

.icon-favorit {
  display:inline-block;
  width:24px;
  height:24px;
  content:url(/image/star-light-blue.svg);
  background-color:white;
  vertical-align:top;
  margin-top:0px;
  padding:5px;
  border:1px solid #e2e2e2;
  border-radius:1000px;
}

.alert-box.float-on-top {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.bg-theme-green .has-tip {
  background: rgba(10, 62, 91, 0.4);
}

.bg-theme-green .has-tip:hover {
  background: rgba(10, 62, 91, 0.5);
}

/* This is used for compressing rows in the lists! */

.table-compressed {
	font-size: 1rem;
	padding: 1rem;
	line-height: 19px; 
}
                      
.table-compressed.headline-text {
	font-size: .950rem;
	font-weight: 400;
	opacity: 1;
}
                                          
.table-compressed tbody th, .table-compressed tbody td {
	padding: 0.05rem 0.625rem 0.05rem;
}
                      
.table-compressed p {
	line-height: 1.5;
}
                      
.table-compressed.has-warning {
	width: 16px;
	height: 16px;
}
                      
/* Compressing rows END */

@media screen and (min-width: 48em) {
  .padding50.section-inner {
    padding: 50px 12px !important;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}
@media screen and (min-width: 48em) {
  .padding0.section-inner {
    padding: 0px 12px !important;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
}

.links-list.compressed li {
  padding: 0.3rem 0;
}

/* used on return-list ,STELU */
     .related-content .box-shadow .row .item_small {
        overflow: initial;
        border-right: 1px solid #e1e2e4;
        vertical-align: top;
        padding: 10px;
        height: 180px;
        transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
        background-color:#c3dfeb;
      }

      @media screen and (min-width: 48em) {
        .related-content .box-shadow .row .item_small {
          height: 280px;
          padding: 25px;
        }
      }    
      .related-content .box-shadow .row.row_small {
        width: 100%;
        min-width: 600px;
      }

      @media screen and (min-width: 48em) {
        .related-content .box-shadow .row.row_small {
          min-width: 900px;
        }
      }    
/* END used on return-list ,STELU */      
