﻿.underline-on-hover {
  text-decoration: none !important;
}

html {
  overflow: auto;
}

.table-guide .intro {
  max-width: 670px;
}

article.table-guide span {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
}

#test-information,
#good-to-know {
  padding-top: 20px;
}
#test-information a,
#good-to-know a {
  color: #006875;
  text-underline-offset: 5px;
  text-decoration: underline;
}
#test-information a:hover,
#good-to-know a:hover {
  text-decoration: none;
}
#test-information .intro,
#good-to-know .intro {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.01em;
}
#product-group-page hr .footer {
  max-width: 750px;
}
#product-group-page .page-footer {
  max-width: 750px;
}
#product-group-page.article-body .page-header h1 {
  margin-top: 0;
}
#product-group-page.article-body .page-header .back-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product-group-page.article-body .page-header .back-button a {
  font-family: "HelveticaNeueMedium", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: #000000;
}
#product-group-page.article-body .page-header .back-button a:before {
  content: "";
  background-image: url("/Static/img/chevron_left.svg");
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  padding-right: 14px;
  background-repeat: no-repeat;
}
#product-group-page ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#product-group-page ul li {
  display: inline-block;
  margin-right: 2px;
  position: relative;
}
#product-group-page ul li.active .tab {
  color: #006875;
  background-color: #ffffff;
  text-decoration: none;
  font-family: "HelveticaNeueMedium", helvetica, sans-serif;
  font-weight: normal;
  border-color: #E0E0E0;
  padding-bottom: 11px;
  top: 1px;
  padding-top: 6px;
}
#product-group-page ul li .tab {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 18px;
  color: #003D49;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(0, 104, 117, 0.2);
  display: block;
  border-color: rgba(0, 104, 117, 0.2);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 11px;
  position: relative;
}
#product-group-page ul li .tab:hover {
  text-decoration: none;
}
#product-group-page #main-content {
  border: 1px solid #E0E0E0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  max-width: 750px;
}
#product-group-page #main-content #test-table .table-wrapper {
  overflow: auto;
}
#product-group-page #main-content #test-table table tbody tr {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 18px;
}
#product-group-page #main-content #test-table table tbody tr td a {
  color: #006875;
  text-underline-offset: 5px;
  text-decoration: underline;
}
#product-group-page #main-content #test-table table tbody tr td a:hover {
  text-decoration: none;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 input:checked ~ .checkmark {
  background-color: #006875;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 input:checked ~ .checkmark:after {
  display: block;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1 input:focus + .checkmark {
  background-color: #4696A4;
}
#product-group-page #main-content #test-table table tbody tr td .component-checkbox-style-1:hover input ~ .checkmark {
  background-color: #4696A4;
}
#product-group-page #main-content #test-table table tbody tr td .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 2px solid #006875;
}
#product-group-page #main-content #test-table table tbody tr td .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#product-group-page #main-content #test-table table tbody tr:nth-of-type(even) {
  background-color: #F6F6F6;
}
#product-group-page #main-content #test-table table tbody tr:first-child {
  border: 0;
}
#product-group-page #main-content #test-table table thead {
  background-color: #006875;
}
#product-group-page #main-content #test-table table thead th {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
}
#product-group-page #main-content #test-table .buttons-wrapper {
  padding-top: 20px;
  clear: both;
}
#product-group-page #main-content #test-table .buttons-wrapper .button {
  background-color: #006875;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  cursor: pointer;
  padding: 7px;
  border-radius: 5px;
  color: #ffffff;
}
#product-group-page #main-content #test-table .buttons-wrapper .button .checkmark {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  background-image: url(/Static/img/check_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.select-all {
  padding-right: 30px;
  position: relative;
  float: left;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.deselect-all {
  position: relative;
  float: left;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.compare-result {
  float: right;
  border: 1px solid #424A9A;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  color: #424A9A;
  font-size: 16px;
  font-weight: normal;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.compare-result:hover {
  background-color: #424A9A;
  color: #ffffff;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.compare-result a {
  color: #424A9A;
}
#product-group-page #main-content #test-table .buttons-wrapper .button.compare-result:hover {
  text-decoration: none;
}
#product-group-page #main-content #test-table .single-product .back-button .back-arrow {
  width: 6px;
  height: 15px;
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  background-image: url("/Static/img/arrowback_6x15.png");
  background-repeat: no-repeat;
}
#product-group-page #main-content #test-table .single-product table tbody tr td {
  position: relative;
}
#product-group-page #main-content #test-table .single-product table tbody tr td.row-head {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
  color: #C7007D;
}
#product-group-page #main-content #test-table .single-product table tbody tr td.row-head.normal {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  color: #000000;
}
#product-group-page #main-content #test-table .single-product a:hover {
  text-decoration: none;
}
#product-group-page #main-content #test-table .single-product .product-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product-group-page #main-content #test-table .single-product .product-image .product-name {
  font-weight: bold;
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
  padding-top: 20px;
  padding-left: 20px;
}
#product-group-page #main-content #test-table .single-product .product-image img {
  float: right;
}
#product-group-page #main-content #test-table .single-product .product-image .photo-info {
  display: inline-block;
}
#product-group-page #main-content #test-table .single-product .product-image .photo-info .product-name {
  padding: 0;
}
#product-group-page #main-content #test-table .single-product .product-image .photo-info .photo-credits {
  font-family: HelveticaNeueItalic, Helvetica, sans-serif;
}
#product-group-page #main-content #test-table .single-product article.table-guide {
  clear: both;
  padding-top: 20px;
  font-size: 18px;
}
#product-group-page #main-content #test-table .back-button {
  background-color: #E0E0E0;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  color: #1B1B1B;
  position: relative;
  display: inline;
  cursor: pointer;
  padding: 7px;
  padding-left: 21px;
}
#product-group-page #main-content #test-table .cycle-prev .back-arrow {
  width: 6px;
  height: 15px;
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  background-image: url("/Static/img/arrowback_6x15.png");
  background-repeat: no-repeat;
}
#product-group-page #main-content #GoodToKnow {
  border-top: 2px solid #E0E0E0;
}

.next-button {
  background-color: #E0E0E0;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  color: #1B1B1B;
  position: relative;
  display: inline;
  cursor: pointer;
  padding: 7px;
  padding-right: 16px;
}

.cycle-next .next-arrow {
  width: 6px;
  height: 15px;
  display: block;
  position: absolute;
  top: 9px;
  right: 7px;
  background-image: url("/Static/img/arrowforward_6x15.png");
  background-repeat: no-repeat;
}

#content .back-to-test-page {
  margin-top: 40px;
  margin-bottom: 25px;
}
#content .back-to-test-page .lowercase {
  text-transform: lowercase;
}
#content .back-to-test-page a {
  font-family: "HelveticaNeueMedium", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: #000000;
}
#content .back-to-test-page a:before {
  content: "";
  background-image: url("/Static/img/chevron_left.svg");
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  padding-right: 14px;
  background-repeat: no-repeat;
}
#content.product-comparison {
  padding: 0 10px;
}
#content.product-comparison table {
  display: inline-table;
}
#content.product-comparison .logotype {
  display: none;
}
#content .buttons-wrapper {
  margin-top: 30px;
}
#content .buttons-wrapper .printing-button,
#content .buttons-wrapper .printing-button-testlab {
  float: right;
  cursor: pointer;
}
#content .buttons-wrapper .printing-button .printText,
#content .buttons-wrapper .printing-button-testlab .printText {
  float: left;
  margin-left: 10px;
  font-size: 20px;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  line-height: 1em;
  color: #1B1B1B;
}
#content .buttons-wrapper .printing-button .printer-icon,
#content .buttons-wrapper .printing-button-testlab .printer-icon {
  float: left;
  margin-top: 1px;
}
#content .buttons-wrapper .back-button {
  background-color: #E0E0E0;
  font-weight: bold;
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
  color: #1B1B1B;
  position: relative;
  display: inline;
  cursor: pointer;
  padding: 7px;
  padding-left: 21px;
}
#content .buttons-wrapper .back-button .back-arrow {
  width: 6px;
  height: 15px;
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  background-image: url("/Static/img/arrowback_6x15.png");
  background-repeat: no-repeat;
}
#content .table-buttons {
  margin-bottom: 20px;
}
#content .table-buttons .simple-table-button,
#content .table-buttons .extended-table-button {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 16px;
  color: #1B1B1B;
  cursor: pointer;
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F6F6F6;
  display: inline-block;
}
#content .table-buttons .simple-table-button.active,
#content .table-buttons .extended-table-button.active {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
}
#content .table-buttons .simple-table-button:hover, #content .table-buttons .simple-table-button.active,
#content .table-buttons .extended-table-button:hover,
#content .table-buttons .extended-table-button.active {
  color: #ffffff;
  background-color: #C7007D;
}
#content table.comparisonTable {
  margin-bottom: 20px;
}
#content table.comparisonTable tbody {
  border-top: none;
  border-bottom: none;
}
#content table.comparisonTable tbody tr.show-hide {
  border-bottom: 2px solid #006875;
}
#content table.comparisonTable tbody tr:first-child td {
  border-top: none;
}
#content table.comparisonTable tbody tr td {
  min-width: 265px;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  z-index: 100;
}
#content table.comparisonTable tbody tr td.two-columns {
  min-width: 530px;
}
#content table.comparisonTable tbody tr td:nth-of-type(even) {
  background-color: #F6F6F6;
}
#content table.comparisonTable tbody tr td:nth-child(1) {
  text-align: left;
  padding-left: 8px;
}
#content table.comparisonTable tbody tr td.bold {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
}
#content table.comparisonTable tbody tr td.first-column {
  min-width: 275px;
  position: sticky;
  left: 0px;
  z-index: 200;
  background-color: #ffffff;
  border-right: 1px solid #E0E0E0;
}
#content table.comparisonTable tbody tr td div {
  display: block;
}
#content table.comparisonTable tbody tr td div .property-description {
  width: 16px;
  height: 16px;
  background-image: url("/Static/img/info.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
}
#content table.comparisonTable tbody tr.header-row td {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
}
#content table.comparisonTable tbody tr.sub-header-row td {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
}
#content table.comparisonTable tbody tr.break-row {
  border-top: 2px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
  background-color: #ffffff;
}
#content table.comparisonTable tbody tr.break-row td {
  height: 20px;
  padding: 0;
}
#content table.comparisonTable thead {
  background-color: #ffffff;
}
#content table.comparisonTable thead tr:first-child th {
  padding-bottom: 30px;
}
#content table.comparisonTable thead tr:nth-child(2) th {
  padding-top: 0;
  position: sticky;
  left: 0;
  z-index: 200;
  background-color: #ffffff;
  border-right: 1px solid #E0E0E0;
}
#content table.comparisonTable thead tr th {
  border: none;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  z-index: 100;
}
#content table.comparisonTable thead tr th:nth-of-type(even) {
  background-color: #F6F6F6;
}
#content table.comparisonTable thead tr th.first-column {
  position: sticky;
  left: 0;
  z-index: 200;
  background-color: #ffffff;
  border-right: 1px solid #E0E0E0;
}
#content table.comparisonTable thead tr th.product-information {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  z-index: 100;
}
#content table.comparisonTable thead tr th.product-information span {
  display: block;
  margin-top: 8px;
}
#content table.comparisonTable thead tr th.product-information .product-information-name {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
}
#content table.comparisonTable thead tr th.product-information .product-information-manufacturer {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
#content table.comparisonTable thead tr th.product-information .product-information-price {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
#content table.comparisonTable thead tr th.product-information .product-information-price:after {
  content: " kr";
}
#content table.comparisonTable thead tr th .remove-from-comparison {
  display: block;
  position: relative;
  top: -12px;
  left: 233px;
}
#content table.comparisonTable thead tr th .remove-from-comparison img {
  width: 16px;
  height: 16px;
}
#content table.comparisonTable thead tr th .photo-credits {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
#content table.comparisonTable thead tr th.alignbottom {
  vertical-align: bottom;
}
#content table.comparisonTable thead tr th .image-wrapper {
  text-align: center;
}
#content table.comparisonTable thead tr th .image-wrapper img {
  width: 95px;
}
#content table.comparisonTable thead tr th .image-wrapper .magnifyImage {
  position: absolute;
  background-color: #8c8c8c;
  top: 0;
  left: 0;
}
#content table.comparisonTable thead tr th .image-wrapper .magnifyImage:hover {
  background-color: #aaa;
  cursor: pointer;
}
#content table.comparisonTable thead tr th .image-wrapper .showmoreimages {
  position: absolute;
  background-color: #8c8c8c;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 4px;
}
#content table.comparisonTable thead tr th .image-wrapper .showmoreimages a {
  color: #ffffff;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-size: 12px;
}
#content.product-comparison .print-comparison-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#content.product-comparison .print-comparison-table .print-comparison-table-button {
  justify-content: center;
  font-size: 16px;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  color: #000000;
  padding: 5px 20px;
  border: 1px solid #006875;
  background-color: white;
  border-radius: 10px;
  max-width: 60%;
}
#content.product-comparison .print-comparison-table .print-comparison-table-button:hover {
  background-color: #006875;
  color: #ffffff;
}
#content.product-comparison .table-outer-wrapper {
  border: 1px solid #E0E0E0;
  padding-left: 10px;
  padding-right: 10px;
}
#content.product-comparison .table-outer-wrapper a {
  color: #006875;
  text-underline-offset: 5px;
  text-decoration: underline;
}
#content.product-comparison .table-outer-wrapper a:hover {
  text-decoration: none;
}
#content.product-comparison .table-outer-wrapper .table-wrapper {
  overflow: auto;
}

.prodImageContainer {
  display: block;
  position: relative;
  float: right;
}

table.tableGuideTable tbody {
  border-top: none;
  border-bottom: none;
}
table.tableGuideTable tbody tr td .table-guide p {
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
}
table.tableGuideTable tbody tr td .table-guide p span {
  font-family: "HelveticaNeueBold", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
}

#mySlideshow {
  text-align: center;
  height: 90%;
  max-height: 90%;
}
#mySlideshow img {
  max-width: 100%;
  max-height: 100%;
}

#modalProduktSlide .modal-dialog {
  width: 90%;
  height: 90%;
  max-height: 90%;
}

.modal-content {
  height: 100%;
}

.modal-body {
  height: 100%;
  margin-bottom: -120px;
}

.cycle-prev,
.cycle-next {
  position: absolute;
  display: none;
  padding: 5px;
  cursor: pointer;
  background-color: #cdcdcd;
}

.cycle-prev {
  top: 0%;
  left: 0;
  z-index: 9998;
}

.cycle-next {
  top: 0%;
  right: 0;
  z-index: 9999;
}

#loading {
  margin-left: 50%;
}

.comparison-hide,
.comparison-show {
  font-weight: bold;
  cursor: pointer;
  padding-right: 11px;
  font-size: 1.3em;
  font-family: "HelveticaNeueRoman", helvetica, sans-serif;
}

.comparison-show:before {
  content: "";
  background-image: url("/Static/img/chevron_down.svg");
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.comparison-hide:before {
  content: "";
  background-image: url("/Static/img/chevron_up.svg");
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.comparison-hide-slave {
  display: none;
}

#loading {
  margin-left: 50%;
}

@media (max-width: 767px) {
  #content .intro {
    margin-left: 20px;
    margin-right: 20px;
  }
  #product-group-page {
    margin-left: 20px;
    margin-right: 20px;
  }
  table.tableGuideTable {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  #test-information img,
  #good-to-know img {
    width: 100%;
  }
  table.comparisonTable tbody tr td.first-column {
    min-width: 175px !important;
  }
  #product-group-page nav {
    max-width: 750px;
  }
  #product-group-page nav ul {
    display: grid;
    column-gap: 0;
    row-gap: 0;
  }
  #product-group-page nav ul li {
    margin: 0;
    display: inline;
  }
  #product-group-page nav ul li.active a.tab {
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border: 1px solid #d9d9d9;
    position: initial;
  }
  #product-group-page nav ul li a.tab {
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    position: initial;
  }
  #product-group-page #main-content #test-table .buttons-wrapper .button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}
