@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  background: #fff;
}

body.post-type-archive .hero-subpage,
body.single .hero-subpage,
body.single .hero {
  padding-top: 40px;
}

textarea, .tip-field {
  font-size: 16px !important;
}

figure {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  display: inline-block;
}

.wp-block-group {
  margin: 16px 0;
  display: inline-block;
  width: 100%;
}

.wp-block-columns, .wp-block-column {
  gap: 8px !important;
  margin-bottom: 5px !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.wp-block-column iframe, .wp-block-embed iframe {
  width: 100%;
  display: block;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #dadadd;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 14px;
  padding: 5px;
}

.full-width.bg-category-buttons-section {
  background: var(--bg-category-buttons-section);
}

.wp-block-media-text {
  display: grid;
}

.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
  order: 1;
}

.wp-block-media-text__content {
  padding: 0 10px 0 0;
}

/************************* WP FORMS ********************************/
div.wpforms-container-full .wpforms-form button[type=submit] {
  width: max-content;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 26px;
  padding: 12px 24px;
  text-transform: uppercase;
  background: var(--blue500);
  color: var(--primary-button-text-color);
  border: none;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  text-decoration: none;
  background: #2E54B6;
  color: var(--primary-button-text-color);
  border: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

/********************************************************************/
[tabindex="0"]:focus,
[tabindex="0"]:focus-visible {
  outline: 2px solid #000;
}

[tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
.c-sort .headline {
  font-family: var(--font-family-custom) !important;
  color: var(--primary-color);
  line-height: normal;
  margin: 1rem 0 1rem 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 20px;
  margin: 20px 0 0.625rem;
}

.single h2 {
  margin-top: 32px;
}

.page-template-startsidan .full-width h2 {
  margin: 24px 0 16px 0;
}

h2.vart-omdome-block-headline {
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  margin: 10px 0 0.375rem;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
  margin-bottom: 1rem;
}

h6 {
  margin: 0.5rem 0 0.65rem;
  font-size: 14px;
}

.fa, .fab, .fad, .fal, .far, .fas {
  font-weight: 500;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

ul {
  padding-left: 25px;
}
ul.links-list {
  columns: 3;
  padding: 10px;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin: 0 0 40px 0;
  line-height: 2;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dadada;
  list-style: none;
}
ul.links-list i {
  font-size: 9px;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}
ul.checked li:before {
  color: var(--primary-color);
  font-weight: 500;
  content: "\f058";
}
ul.checks li:before {
  color: #5daa68;
  font-weight: 900;
  content: "\f111";
}
ul.stars li:before {
  font-weight: 900;
  color: #ffc440;
  content: "\e28b";
}
ul.checkmarks li:before {
  content: "\f058";
  font-weight: 900;
  color: #0f8800;
}

ol {
  padding-left: 3px;
}
ol li {
  margin-bottom: 0.2rem;
  list-style: none;
  padding-left: 30px;
  position: relative;
  counter-increment: step-counter;
}
ol li:before {
  background-color: var(--bg-ordered-list);
  content: counter(step-counter);
  position: absolute;
  margin-right: 2px;
  font-size: 80%;
  color: white;
  padding: 2px 5px;
  width: 2em;
  border-radius: 50%;
  left: 0;
  top: 0;
  text-align: center;
}

p {
  margin: 0 0 20px;
}
p.usp-box-header {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.independent-cta + p {
  margin-top: 20px;
}

a,
.breadcrumbs a {
  text-decoration: none;
  color: #306BEA;
}

a:hover,
.breadcrumbs a:hover {
  color: #2E54B6;
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.table-container .column-mobile {
  display: none;
}

.main-content,
.startpage-content {
  width: 66%;
  float: left;
  order: 1;
}

.extra-page-info {
  width: 66%;
}

.main-content a {
  word-break: break-word;
}

.main-content > ul > li, .main-content > ol > li {
  margin-top: 12px;
}

.main-content > ul > li:last-child, .main-content > ol > li:last-child {
  padding-bottom: 12px;
}

.table-of-contents h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.table-of-contents li {
  list-style: none;
}

.wpcf7-form input[type=submit]:hover,
.comment-respond input[type=submit]:hover {
  background: #228cbc;
  border-color: #228cbc;
  text-decoration: none;
}

.breadcrumbs {
  color: #888;
  font-size: 0.8rem;
  padding: 0 0 0.75rem 0;
  display: none;
}

.hero.jamfor-tabell {
  padding-top: 0;
}

.hero-top-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  z-index: 5;
}

.hero-image {
  flex: 0 0 256px;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
  display: flex;
  z-index: 1;
}

.hero.professions {
  padding: 0;
}

.hero.professions h1 {
  margin-top: 0;
}

.hero {
  background: var(--bg-gradient);
  color: #222;
  padding-top: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}
.hero .breadcrumbs {
  margin-top: -1.5rem;
}

.ingress {
  font-weight: bold;
  font-size: 16px;
}

.underline {
  border-bottom: 1px solid #dadada;
}

.text-bold {
  font-weight: bold;
}

.bg-gray,
.full-width.bg-gray {
  background: var(--bg-gray);
}

.front-page-news {
  background: var(--bg-news-section);
}

.bg-container {
  background: var(--bg-front-page-container);
}

.bg-white {
  background: #fff;
}

.full-width.container-bg-color {
  background: var(--bg-gradient);
  padding: 24px 0 32px;
}

.full-width.container-bg-color h2 {
  margin-top: 0;
}

.full-width.bg-gradient,
.hero.bg-gradient,
.bg-gradient {
  background: var(--bg-gradient);
}

.txt-right {
  text-align: right;
}

/*--------- HEADER SEARCH ----------------
----------------------------------------*/
.header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search {
  display: flex;
  z-index: 2;
}

.site-header .container {
  display: none;
}

.site-header .container.active {
  display: flex;
  width: 100%;
  position: absolute;
  background: #fff;
  top: 80px;
  align-items: center;
  height: 50px;
  box-shadow: #4A4E6929 0 0 3px;
}

.header-search #keyboard-toggle {
  color: #306BEA;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 8px;
}

.header-search .search-box {
  width: 100%;
  height: 100%;
}

.header-search #search-input-icon {
  font-size: 18px;
  font-weight: 500;
  color: #c1c1c1;
}

i#search-input-icon {
  color: #306BEA;
  font-size: 16px;
}

i#search-input-icon-close {
  margin-left: auto;
  color: #CF2E2E;
  font-size: 22px;
  cursor: pointer;
}

.header-search .search-input.active {
  outline: none;
}

.container.active .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c1c1;
}

.container.active .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

.container.active .search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c1c1c1;
}

/*******************************************/

.hero-txt.centered .hero-content {
  max-width: none;
  display: block;
}

.startpage .hero-txt.centered h1 {
  margin-top: 5rem;
}
.startpage .hero-txt {
  display: flex;
  flex: 0 1 70%;
  margin: 0;
}
.startpage .hero-txt.centered {
  display: block;
  flex: auto;
  width: 100%;
}
.startpage .hero-txt h1 {
  margin-top: 0;
}
.startpage.hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: var(--bg-gradient);
  padding-top: 40px;
}
.startpage.hero.front-page-table {
  background: var(--bg-gray);
  padding-top: 40px;
}
.startpage.hero > .wrapper.col2 {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.startpage.hero > .wrapper.col1 {
  display: block;
  position: relative;
}
.startpage.hero .full-width-boxes.category-buttons {
  margin-bottom: 2rem;
}
.startpage.main-faq {
  width: 100%;
}
.startpage .image-section-txt {
  width: 67%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.startpage .image-section-txt .selectize-default {
  max-width: 475px;
}
.startpage .image-section-txt h4 {
  margin-bottom: 0;
}
.startpage .image-section-txt a {
  margin: auto 0;
  align-self: flex-start;
}
.startpage .image-section-img {
  width: 30%;
  align-self: center;
}
.startpage .image-section-img img {
  border-radius: 100%;
}

.sub.hero {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 500px;
}

.wp-block-table::-webkit-scrollbar {
  -webkit-appearance: none;
}

.wp-block-table::-webkit-scrollbar:horizontal {
  height: 4px;
}

.wp-block-table::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 2px;
  border: 1px solid transparent;
}

.wp-block-table::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #EDEDED;
}

.wp-block-table {
  margin-bottom: 16px;
}

.wp-block-table .has-text-align-center {
  text-align: center;
}
.wp-block-table .has-text-align-left {
  text-align: left;
}
.wp-block-table .has-text-align-right {
  text-align: right;
}
.wp-block-table.is-style-stripes tr:nth-child(2n-1) {
  background-color: #f6f6f6;
}
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table th {
  background: #fff;
  color: #222;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.wp-block-table th:first-child, .wp-block-table td:first-child {
  padding: 12px 20px 12px 16px;
}
.wp-block-table th:last-child, .wp-block-table td:last-child {
  padding: 12px 16px 12px 20px;
}
.wp-block-table tr {
  border-bottom: 1px solid #EDEDED;
}
.wp-block-table thead > tr {
  border-bottom: 1px solid #D1D1D1;
}
.wp-block-table tr:first-of-type {
  border-top: none;
}
.wp-block-table thead {
  border-bottom: 1px solid #d1d1d1;
}
.wp-block-table thead tr {
  border-top: 0;
}

.wp-block-table td {
  padding: 12px 16px;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  font-size: 14px;
  color: #222;
}

.wp-block-table tr:nth-child(odd) td {
  background: #F6F7FD;
}

.wp-block-table th:first-child,
.wp-block-table td:first-child {
  text-align: left;
}

.wp-block-table th:first-of-type,
.wp-block-table td:first-of-type {
  left: 0;
  z-index: 2;
}

.wp-block-table td:first-of-type {
  background: #fff;
}

.wp-block-table table tbody tr td a[target="_blank"]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  margin-left: 5px;
}

table.skip-mobile-variation {
  margin-top: 10px;
}

.footer-push {
  min-height: calc(var(--app-height) - 344px);
}

.grecaptcha-badge {
  visibility: hidden;
}

#cssmenu,
.site-header .container,
.site-header {
  background: var(--bg-header);
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  list-style: none;
  display: block;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.header-search #keyboard-toggle:hover {
  background: #E8F1FF;
  border-radius: 5px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background: #E8F1FF;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: var(--primary-color);
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

#cssmenu .has-sub.open ul {
  display: block;
}

#cssmenu {
  position: absolute;
  right: 50px;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#cssmenu ul ul {
  position: absolute;
  z-index: 99999;
  top: 50px;
  background: #fff;
  padding: 0 0;
  box-shadow: -1px 5px 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
#cssmenu ul ul li {
  height: auto;
  text-align: left;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 15px;
  width: 300px;
  font-size: 14px;
  text-decoration: none;
  color: #282828;
  font-weight: 600;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: none;
  background: #fff;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: none;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > ul {
  display: block;
}
#cssmenu ul ul > li.has-sub:hover > ul > li > a {
  display: block;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul > li.has-sub > li > a {
  display: none;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu > ul > li {
  display: inline-block;
  margin-right: 8px;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #306BEA;
  top: -10px;
  font-weight: 600;
  padding: 8px;
  display: flex;
  align-items: center;
}
#cssmenu > ul > li > a:hover {
  background: #E8F1FF;
  border-radius: 5px;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "\f078";
  float: right;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cssmenu > ul > li.has-sub.open > a:after {
  content: "\f077";
  float: right;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
}
#cssmenu li:hover > ul > li {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.container.active .search-input {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 300px;
  border: none;
  font-size: 20px;
  padding-left: 10px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  background: none;
}

.container .search-input {
  display: none;
}
.container.active {
  width: 600px;
}
.container #keyboard-toggle {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  font-weight: 400;
}

.placeholder-search-icon {
  font-family: "FontAwesome", "Montserrat", sans-serif;
}

.header-search-btn {
  border: 0;
  border-bottom: 2px solid #fff;
  background: #fff;
  width: 0;
  padding: 0;
  outline: none;
  color: #222;
  -webkit-appearance: none;
}
.header-search-btn.active {
  float: right;
  border: 2px solid #fb8718;
  background: #fb8718;
  border-radius: 0 5px 5px 0;
  width: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #222;
  -webkit-appearance: none;
}
.header-search-btn.active:hover {
  background: #d67200;
  border-color: #d67200;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.header-search-btn.active:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 900;
  content: "\f002";
  position: relative;
  color: #fff;
  text-shadow: 0 1px 0 black;
}

#search-form {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  height: 80px;
  z-index: 6;
  display: flex;
  align-items: center;
  box-shadow: rgb(74 78 105 / 16%) 0 1px 3px;
}
.site-header .container {
  transition: none;
}

.search-container {
  float: right;
  position: relative;
}

.search-container-inner {
  position: absolute;
  top: -16px;
  right: 0;
  z-index: 1;
}

.wrapper {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-content {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: var(--hero-text-color);
}

.hero-content-image-container {
  flex: 0 0 256px;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
  display: flex;
  z-index: 1;
}

.hero-txt {
  z-index: 2;
  flex: 0 1 70%;
}
.hero-txt.center {
  width: 100%;
  display: block;
}

.txt-center {
  text-align: center;
}
.txt-center.hero-txt h1 {
  text-align: center;
}

.c-tagline {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 16px;
  text-shadow: none;
  color: #222;
}

.c-tagline a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
  pointer-events: none;
}

.hero-content .c-tagline {
  margin-bottom: 32px;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
}

.page-template-jamfor_tabell h1 {
  margin: 30px 0 10px 0;
}

.jamfor-tabell .hero-txt h1, .hero-subpage h1 {
  margin-bottom: 16px;
  margin-top: 0;
  text-align: left;
}
.jamfor-tabell .hero-txt .c-tagline,
.hero.professions .hero-txt .c-tagline,
.page-template-startpaket_kontantkort .hero-txt .c-tagline,
.front-page-table .c-tagline {
  text-align: left;
  margin-bottom: 0;
  padding-right: 60px;
}

.hero-example-txt {
  display: inline-block;
  margin: 20px 0;
}

.site-logo-link {
  width: 210px;
  display: block;
  top: -1px;
  position: relative;
}

.site-logo-link img {
  width: auto;
  max-width: 200px;
}

.footer-logo {
  margin-bottom: 12px;
}

.hero-content-outer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: start;
}

.hero-info-container {
  display: inline-flex;
  flex-direction: column;
  color: var(--hero-text-color);
  max-width: 630px;
  flex: 1;
}

.hero-info-container .company-profession-search {
  margin-top: auto;
}

.hero-info-container .usp-container {
  margin-top: 0;
}

.how-to-use-container {
  display: flex;
  gap: 10px;
}

.how-to-use-container .how-to-use {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-to-use-container img {
  width: auto;
  max-width: 130px;
}

.kort-info-content {
  background: #fbfbfb;
  padding: 1px 20px 20px 20px;
  margin: 25px 0;
}
.kort-info-content h3 {
  float: left;
  width: 100%;
}
.kort-info-content ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kort-info-content ul li {
  float: left;
  width: 25%;
}
.kort-info-content ul li strong {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.valj-surf-content {
  position: relative;
}
.valj-surf-content.eq-h.clearfix form {
  background: #32bb62;
}
.valj-surf-content span.lbl {
  float: left;
  width: 250px;
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: var(--primary-button-color);
  border-radius: 26px;
}
.valj-surf-content span.lbl i.fas.fa-sort-down {
  float: right;
  padding-right: 5px;
  font-size: 22px;
  pointer-events: none;
}
.valj-surf-content ul.sorter-dropdown {
  display: none;
  width: 250px !important;
  padding: 5px 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style-type: none;
  position: absolute;
  top: 100%;
  line-height: 1.4em;
  margin-top: 1px;
  right: 0;
  left: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 555;
  overflow-y: auto;
}
.valj-surf-content ul.sorter-dropdown li {
  padding: 5px 10px;
  font-size: 16px;
}
.valj-surf-content .dropdown-item .dropdown {
  position: static;
}
.valj-surf-content .dropdown-item .dropdown ul li:hover {
  background: #12a948;
  color: #fff;
}

.full-width {
  padding: 1rem 0;
  position: relative;
}
.full-width.green {
  background: linear-gradient(90deg, #5daa68 0%, #2faf56 35%, #5aae69 100%);
}
.full-width.example {
  padding-bottom: 0;
}
.full-width.example .c-example {
  padding: 15px 40px;
}

.section-headline {
  text-align: center;
  margin: 8px 0 16px 0;
}

.section-tagline {
  margin-bottom: 16px;
  font-size: 16px;
  padding: 0 128px;
  text-align: center;
  font-weight: 300;
}

.section-tagline p {
  margin: 0;
}

.usp-box-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

.usp-box {
  height: 100%;
  display: flex;
}
.usp-box img {
  width: 70px;
  height: 70px;
  float: left;
  margin: 5px 4% 0 0;
}
.usp-box-content h3 {
  margin: 0;
  margin-bottom: 10px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
img.map-img {
  width: 450px;
  height: 450px;
}

.four-box-layout,
.four-box-layout-authors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-bottom: 15px;
}

.four-box {
  text-align: center;
  padding: 24px;
  background: #fff;
  display: flex;
  border-radius: 10px;
  position: relative;
  flex-direction: column;
  box-shadow: var(--default-box-shadow);
  font-family: var(--font-family-custom);
}
.four-box p {
  margin: 16px 0 24px 0;
  overflow: hidden;
}

.four-box-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.four-box-card-content .btn-primary__link {
  z-index: 2;
  position: relative;
  padding: 12px 24px;
}
.four-box-card-content h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.four-box:hover,
.news--latest ul li a:hover::before {
  box-shadow: 0px 1px 6px #4a4e694d;
  border-radius: 10px;
}

.four-box-images {
  text-align: center;
}

.c-author-list {
  margin: 1rem 0;
}
.c-author-list img {
  border-radius: 50%;
  background: #fff;
  max-width: 130px;
  padding: 5px;
  filter: drop-shadow(0px 0px 3px #00000026);
}

.four-box-card-img {
  margin: 0 auto;
  padding: 8px;
  width: 137px;
}
.four-box-card-img img {
  width: 100%;
}

.four-box.last,
.wrapper .four-box:nth-child(6) {
  margin-right: 0;
}

.page-half {
  width: 47%;
  float: left;
}
.page-half li {
  margin-bottom: 10px;
}
.page-half p {
  margin-top: 0;
}
.page-half h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-half.left {
  margin-right: 3%;
}
.page-half.left.map .map-img {
  display: none;
}
.page-half.right {
  margin-left: 1%;
}
.page-half .page-search .textfield {
  width: 100%;
}

.page-search .textfield {
  width: 80%;
}

.yrkes-teaser-block .control-group {
  max-width: none;
}

.yrkes-teaser-block .control-group .selectize-dropdown{
  width: 100% !important;
  max-width: none;
}

.page-search .search-headline, .yrkes-teaser-headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  color: var(--primary-color);
  font-family: var(--font-family-custom);
}

.page-search.in-content, .yrkes-teaser-block {
  width: 100%;
  float: none;
  margin: 10px 0;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}

.yrkes-teaser-block {
  padding: 24px 24px 12px 24px;
}

.yrkes-teaser-block .selectize-input {
  border: 1px solid #3b65ce;
  box-shadow: none;
}

.links-headline {
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.7rem;
  color: var(--primary-color);
  display: flex;
  font-family: "Rubik", sans-serif;
}
.links-headline img {
  width: 40px;
  margin-right: 5px;
}

ul.checked,
ul.checks,
ul.stars,
ul.checkmarks,
ul.play {
  padding-left: 0;
}

ul.checked li,
ul.checks li,
ul.stars li,
ul.checkmarks li,
ul.play li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.hero ul.checked li,
.hero ul.checks li,
.hero ul.stars li,
.hero ul.checkmarks li,
.hero ul.play li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 0.3rem;
  position: relative;
  white-space: nowrap;
}

ul.checked li:before,
ul.checks li:before,
ul.stars li:before,
ul.checkmarks li:before {
  font-family: "Font Awesome 6 Pro";
}

.main-faq {
  width: 62%;
  float: left;
}
.main-faq ul {
  padding: 0;
}
.main-faq ul li {
  margin: 0.25rem 0 0.25rem 1.265rem;
}
.main-faq + .sidebar-news {
  margin-top: 3rem;
}

.home .page-half h2:after {
  display: none;
}

.sidebar-news {
  width: 100%;
  float: left;
}

.h3-style a {
  color: #282828;
}
.h3-style a:hover {
  color: #1266f1;
  transition: all 0.25s ease-in-out;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.col.company, .col.shortcuts {
  display: flex;
  justify-content: center;
}

.footer {
  background: var(--bg-footer-section-first);
  color: #E8F1FF;
  padding: 30px 0;
  list-style: none;
}
.footer .col {
  flex-grow: 1;
}
.footer .col li {
  list-style: none;
  margin-bottom: 0.1rem;
}

.footer .col.company h6,
.footer .col.shortcuts h6 {
  font-size: 16px;
  font-weight: 600;
}

.footer .col.company li,
.footer .col.shortcuts li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer .col.company li:last-child,
.footer .col.shortcuts li:last-child {
  margin-bottom: 0;
}

.footer .col.company li:before,
.footer .col.shortcuts li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  padding-right: 8px;
  font-size: 10px;
  color: #fff;
}

.footer .col li i {
  margin-right: 0.5rem;
}
.footer .col ul {
  margin: 0;
  padding: 0;
}
.footer .wrapper .col img {
  width: 50%;
  min-width: 170px;
  height: auto;
}

.social-icons-container {
  display: flex;
  color: #fff;
}

.with-social-icons .social-icons-container ul {
  display: flex;
}

.with-social-icons .social-icons-container li {
  background: #fff;
  border-radius: 50%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 24px;
  height: 24px;
}

.with-social-icons .social-icons-container li:hover {
  background: var(--bg-footer-social-icon-hover);
  cursor: pointer;
}

.with-social-icons .social-icons-container li:not(:first-child) {
  margin-left: 8px;
}

.footer-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.with-social-icons .footer-menu-container {
  justify-content: space-between;
}

.with-social-icons .social-icon, .with-social-icons .social-icon:hover {
  color: var(--bg-footer-section-second);
  display: flex;
}

.with-social-icons .social-icons-headline {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
}

.footer-company-info {
  font-size: 14px;
}

.footer-policy-links {
  font-size: 12px;
}

.footer-menu {
  background: var(--bg-footer-section-second);
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
}
.footer-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  margin-right: 24px;
  list-style: none;
  margin-bottom: 0.1rem;
  position: relative;
}
.footer-menu li:last-child {
  margin-right: 0;
  border: 0;
}

.footer span {
  color: #E8F1FF;
  font-size: 16px;
  font-weight: 600;
  margin: 0.5rem 0 0.65rem;
  display: inline-block;
}

.footer a, .footer-menu a {
  color: #E8F1FF;
}

.footer a:hover, .footer-menu a:hover {
  color: #fff;
}

.table-of-contents,
.table-of-contents-rekommendationssida {
  position: sticky;
  top: 1rem;
  display: block;
  z-index: 3;
}

.table-of-contents {
  border-radius: 10px;
  border: 1px solid #dadada;
  max-height: 100%;
  border-top: 5px solid var(--top-border-sidebar);
  padding: 16px;
  overflow: hidden;
  background: #fff;
  order: 0;
  width: 30%;
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}

.table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-of-contents ul li {
  border-bottom: 1px solid rgba(57, 98, 145, 0.3);
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: baseline;
}

.table-of-contents.table-of-contents ul.sub-menu {
  padding-left: 15px;
}

.table-of-contents ul li:last-child {
  border-bottom: none;
}

.progress-container {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 11;
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
}
.progress-container i {
  color: #0DA014;
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px 0 0;
}

.progress-container .headline__product-counter {
  font-weight: 700;
}

.progress-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  background: #4A4E69;
  opacity: 0.8;
}

#progress-bar {
  height: 24px;
  width: 100%;
  background: #F6F7FD;
  position: relative;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  box-shadow: 0 1px 3px #3b482a4d;
}
#progress-bar .bar {
  width: 0;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 15px,
    #355BB9 10px,
    #355BB9 20px
  ),
  linear-gradient(
    to bottom,
    #3B65CE,
    #3B65CE
  );
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

#progress-logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 8px;
}

#progress-logos-container img {
  max-width: 80px;
}

.control-desc,
.end-of-loading {
  display: none;
}

.control-desc {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4A4E69;
}

strong#bredband-operators-total {
  font-weight: 600;
}



.table-of-contents.table-of-contents ul {
  background: transparent;
  padding: 0;
}

blockquote.tips:after,
blockquote.tank-pa:after,
blockquote.info:after,
blockquote.visste:after,
blockquote.exemple:after,
blockquote.exempel:after,
blockquote.quote:before,
blockquote.quote:after,
blockquote.checkmark:after,
blockquote.warning:after {
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0;
  border-radius: 50%;
  left: 0.5rem;
  text-align: center;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.05rem;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 25%;
}

blockquote.tank-pa:before,
blockquote.tips:before,
blockquote.info:before,
blockquote.visste:before,
blockquote.exemple:before,
blockquote.exempel:before,
blockquote.checkmark:before,
blockquote.warning:before {
  top: 0;
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
  left: 0;
  border-radius: 5px 0 0 5px;
}

blockquote {
  background: #fff;
  border-radius: 5px 10px 10px 5px;
  color: #222;
  display: block;
  padding: 24px;
  margin: 24px 0;
  position: relative;
}
blockquote.tank-pa {
  background: #FCF9F2;
}
blockquote.tips {
  background: #F3FAF3;
}
blockquote.checkmark {
  background: #dbf3dc;
}
blockquote.warning {
  background: #FCF4F5;
}
blockquote.exemple,
blockquote.exempel {
  background: #F5F5F5;
}
blockquote.tank-pa strong {
  color: #CC8300;
}
blockquote.tips strong {
  color: #0DA014 ;
}
blockquote.checkmark strong {
  color: #208122;
}
blockquote.warning strong {
  color: #C61930;
}
blockquote.exemple,
blockquote.exempel strong {
  color: #3C3E39;
}
blockquote.tank-pa:before {
  background: #CC8300;
}
blockquote.tips:before {
  background: #0DA014;
}
blockquote.info:before {
  background: #3C3E39;
}
blockquote.visste:before {
  background: #3C3E39;
}
blockquote.checkmark:before {
  background: #208122;
}
blockquote.warning:before {
  background: #C61930;
}
blockquote.exemple:before,
blockquote.exempel:before {
  background: #3C3E39;
}
blockquote.quote {
  padding-right: 4rem;
  font-style: italic;
}
blockquote.quote:before {
  background: none;
  top: 10%;
  color: #333 !important;
  content: "\f10d";
}
blockquote.quote:after {
  color: #333 !important;
  content: "\f10e";
  background: none;
  right: 0.8rem;
  top: 10%;
  left: auto;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #dadada;
  padding: 0.45rem 0.5rem;
}

.wpcf7-form input[type=checkbox] {
  padding: 0;
  margin: 0 5px 0 0;
}
.wpcf7-form input[type=submit] {
  width: 100%;
  background: #4285f4;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 0.5rem 2rem;
}

.wpcf7-form input[type=submit],
.comment-respond input[type=submit] {
  background: #329ccc;
  border-radius: 4px;
  display: block;
}

.form-submit-message {
  margin-top: 6%;
  width: 100%;
  text-align: center;
  padding: 50px;
}

.wpforms-container-full .wpforms-form button[type=submit].cta {
  background: #329ccc;
  color: #fff;
  position: relative;
  font-weight: 700;
  height: 48px;
  padding: 12px;
  width: auto;
  border-radius: 3px;
  min-width: 200px;
}

.agarinformation {
  background: #f7f7f7;
  padding: 1.25rem;
  border: 1px solid #dadada;
}

.agarinformation-uppgifter {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
.agarinformation-uppgifter dd {
  text-align: right;
}

.agarinformation-uppgifter dt,
.agarinformation-uppgifter dd {
  width: 50%;
  float: left;
  margin: 0 0 0.425rem;
  border-bottom: 1px dotted #dadada;
}

.agarinformation-kartan {
  width: 47%;
  float: right;
}
.agarinformation-kartan #karta {
  height: 180px;
  border: 1px solid #dadada;
}
.agarinformation-kartan iframe {
  height: 180px;
  width: 100%;
  border: 1px solid #dadada;
}

.faq-page .col {
  display: inline-block;
  margin: 0;
  width: 100%;
  float: none;
  padding-right: 4%;
}
.faq-page .col h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.faq-page ul {
  padding: 0.5875rem 0 0;
  border-top: 1px solid #dadada;
}
.faq-page li {
  list-style: none;
  margin-bottom: 0.5875rem;
  padding-bottom: 0.5875rem;
  border-bottom: 1px solid #dadada;
}
.faq-page li:last-child {
  border-bottom: none;
}

.news-single .publish-date {
  display: block;
  margin: -15px 0 15px 0;
}
.news-single .bildtext {
  color: #656565;
  font-size: 0.75rem;
  display: block;
  padding: 5px 0 15px 0;
}

.artikel-kategori {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: #222;
}
.artikel-kategori a {
  color: var(--blue500);
  border: 1px solid var(--blue500);
  padding: 2px 10px 1px;
  position: relative;
  border-radius: 3px;
}

.news-single img {
  border-radius: 5px;
}

.single-news h2 {
  display: none;
}

.single-news .news__container {
  margin-top: 0;
}

.news-txt .news-date {
  color: #222;
  font-size: 12px;
  font-weight: 300;
  margin-top: 0;
}

.news-list a {
  text-decoration: none;
}
.news-list a:before {
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.content .single-news .latest-news ul li {
  flex-direction: row;
}
.content .single-news li .news-thumb {
  position: relative;
  width: 100px;
  max-width: 100px;
  min-width: 85px;
  min-height: auto;
  border-radius: 4px 0 0 4px;
}
.content .sidebar-content {
  width: 30%;
  float: right;
  position: relative;
}

.news-archive .content .sidebar-content {
  position: sticky;
  top: 1rem;
}

.news-single-content .artikel-kategori {
  display: inline-block;
  width: auto;
  padding-right: 5px;
  margin-bottom: 0;
  float: left;
}

.news-list li:hover {
  box-shadow: 0px 1px 6px #4a4e694d;
}

.news-list li {
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: var(--default-box-shadow);
  border: 1px solid #DFE4EB;
  border-radius: 10px;
  background: #fff;
}

.news-list li .news-thumb {
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  min-width: 65px;
  width: 65px;
}

.news-list .news-txt {
  padding: 12px;
  padding-left: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list li .news-txt .news-titel {
  font-weight: 600;
  color: #306BEA;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  word-break: break-word;
}

.news-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 87px;
  row-gap: 16px;
  padding: 0;
  margin: 0;
}

small {
  font-size: 80%;
}

.main-details-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid #777;
  padding-top: 16px;
  margin-top: 16px;
}

.skribent-headline, .granskare-headline {
  color: #000;
}

.skribent-info {
  display: flex;
  align-items: center;
}

.skribent-img {
  margin: 7px 0;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  filter: drop-shadow(0px 0px 3px #00000026);
}
.skribent-img img {
  width: 56px;
  border-radius: 50%;
}

.skribent-detaljer {
  float: left;
  margin: 0 1rem;
}
.skribent-detaljer span {
  display: block;
}
.skribent-detaljer .skribent-namn {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.skribent-detaljer .skribent-titel {
  font-size: 14px;
  color: #000;
}
.skribent-detaljer .skribent-sajtadress {
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}

.skribent-detaljer .skribent-sajtadress:first-letter {
  text-transform: capitalize;
}

.expand-share-button .single-share-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  height: 35px;
  width: 87px;
  border: 1px solid;
  font-family: var(--font-family-custom);
}
.expand-share-button .single-share-button.fb-share {
  background: #1877F2;
  border-color: #1877F2;
}
.expand-share-button .single-share-button.fb-share:hover {
  background: #166FE5;
  border-color: #166FE5;
}
.expand-share-button .single-share-button.twitter-share {
  background: #000;
  border-color: #000;
}
.expand-share-button .single-share-button.twitter-share:hover {
  background: #333;
  border-color: #333;
}

.share-buttons {
  margin-top: 24px;
}

.share-buttons .expand-share-button {
  display: grid;
  gap: 13px;
  padding: 0;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  margin: 0;
}
.share-buttons .single-share-button {
  font-size: 14px;
  cursor: pointer;
}
.share-buttons .single-share-button a {
  border-radius: inherit;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.share-buttons .single-share-button i {
  font-size: 16px;
}

.wp-prev-next {
  margin: 1rem 0 0;
}
.wp-prev-next ul {
  margin: 0;
  padding: 0;
}
.wp-prev-next ul li {
  margin-bottom: 0;
  list-style: none;
}
.wp-prev-next ul li a {
  width: 100%;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 99px;
  padding: 9px 16px;
  box-shadow: var(--table-box-shadow);
  text-transform: uppercase;
  background: #fff;
  color: var(--primary-color);
  text-decoration: none;
}
.wp-prev-next ul li a:hover {
  background: var(--bg-border-button-hover);
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .prev-link a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  padding-right: 5px;
  font-size: 12px;
}
.wp-prev-next .next-link {
  float: right;
}
.wp-prev-next .next-link a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  padding-left: 5px;
  font-size: 12px;
}

.category-dropdown {
  display: none;
  margin-bottom: 24px;
}

.category-dropdown__button {
  width: 100%;
  height: auto;
  display: flex;
  padding: 8px 16px;
  color: #306bea;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  border: 1px solid #306bea;
  border-radius: 99px;
}

.category-dropdown__button .open {
  pointer-events: none;
}

.category-dropdown__button::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}

.box-border, .category-dropdown__item-container {
  background: #fff;
  margin-bottom: 0.75rem;
  border: 1px solid #DFE4EB;
  box-shadow: var(--default-box-shadow);
  padding: 1.25rem;
  border-radius: 10px;
}

.multi-purpose-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: none;
  background: rgba(34, 43, 69, 0.8);
  justify-content: center;
  align-items: center;
  opacity: .8;
  position: fixed;
}

.category-dropdown__item-container__headline {
  padding: 16px 24px;
  border-bottom: 1px solid #D2D3DA;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
  font-family: var(--font-family-custom);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category-dropdown__item-container.open {
  display: block;
  border-radius: 20px 20px 0 0;
  padding: 0;
}
.category-dropdown__item-container {
  display: none;
  position: fixed;
  margin: 0;
  width: 100%;
  border-radius: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.box-border h5, .category-dropdown__item-container h5 {
  font-size: 18px;
  font-weight: 700;
}
.box-border ul, .category-dropdown__item-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.category-dropdown__item-container.open ul {
  padding: 16px 24px;
}
.box-border ul li, .category-dropdown__item-container ul li {
  font-size: 14px;
  border-radius: 10px;
  width: max-content;
  list-style: none;
  height: 33px;
  margin: 0 8px 8px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.box-border ul li, .category-dropdown__item-container ul li {
  margin: 0 8px 16px 0;
}

.box-border ul li a, .category-dropdown__item-container ul li a {
  color: var(--blue500);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: inherit;
  border: 1px solid var(--blue500);
}

.box-border ul li a.active, .category-dropdown__item-container ul li a.active {
  color: var(--blue500);
  background: #E8F1FF;
}

.category-dropdown__item-container ul li a.active:hover {
  color: #fff;
  background: var(--blue500);
}

.box-border ul li a:hover, .category-dropdown__item-container ul li a:hover {
  background: #E8F1FF;
  color: var(--blue500);
}

.sidebar-content {
  position: relative;
  width: 33%;
  float: right;
}

.presskontakt {
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.presskontakt img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border-radius: 50%;
  padding: 3px;
  filter: drop-shadow(0px 1px 3px #00000026);
  background: #fff;
}
.presskontakt ul {
  padding: 0;
  margin: 0;
}
.presskontakt ul li {
  list-style: none;
}
.presskontakt ul li i {
  margin-right: 5px;
}
.presskontakt ul li.presskontakt-namn {
  font-size: 14px;
  font-weight: 700;
  color: #4a4e69;
  margin-bottom: 0;
}
li.presskontakt-titel {
  font-size: 14px;
  color: #808396;
}
.press-kontaktuppgifter i {
  color: #808396;
  margin-right: 2px;
}
.press-kontaktuppgifter {
  margin-bottom: 26px;
  font-size: 14px;
}
.press-kontaktuppgifter p {
  margin: 8px 0 0 0;
}
.page-template-om-oss .main-content ul li::marker {
  color: #306BEA;
}
.our-logotyp {
  max-width: 265px;
  border: 1px solid #DFE4EB;
  border-radius: 10px;
  padding: 16px 25px;
  box-shadow: 0px 1px 3px rgba(16, 80, 145, 0.15);
  margin-bottom: 35px;
}
.our-logotypes span {
  color: #808396;
  margin-right: 16px;
}

.logga {
  width: 200px;
  display: inline-block;
  float: left;
  margin-right: 2%;
}

.hero-snabbfakta .logo {
  width: 90px;
  height: 90px;
  background: #fff;
  margin: 0 20px 0 0;
  position: relative;
  float: left;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: var(--table-box-shadow);
}
.hero-snabbfakta .top-field {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.hero-snabbfakta h1 {
  margin: 0;
  position: relative;
}
.hero-snabbfakta p {
  width: 55%;
  display: block;
}
.hero-snabbfakta .rating {
  color: var(--hero-text-color);
}

.hero-cta-container {
  display: flex;
  text-align: center;
  max-width: 300px;
  width: 100%;
  flex-direction: column;
}
.hero-cta-container .btn-primary {
  text-transform: uppercase;
}
.hero-cta-container .button-tagline {
  margin: 4px 0 0 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-container .button-tagline::before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 600;
  padding-right: 4px;
}

.cta-link {
  display: inline-block;
  margin-top: 16px;
}
.cta-link:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  content: "\f08e";
}

.single-operatorer .smallscreens-action {
  background: #41c446;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 0.8rem;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 48px;
  width: fit-content;
}
.single-operatorer .smallscreens-action:hover {
  color: #fff;
  background: #35b83a;
  text-decoration: none;
}
.single-operatorer .smallscreens-action::after {
  display: none;
}
.single-operatorer .smallscreens-action i {
  display: inline-block;
  margin-left: 2px;
}

.fordelar-nackdelar-content {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

.fordelar-nackdelar-content h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.fordelar-nackdelar-content ul {
  padding-left: 0;
  margin: 8px 0 0 0;
}
.fordelar-nackdelar-content ul li {
  color: #222;
  list-style: none !important;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.fordelar-nackdelar-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.fordelar-nackdelar-content .fordel-content ul li:before {
  color: #0DA014;
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 500;
  content: "\2b";
}
.fordelar-nackdelar-content .nackdel-content ul li:before {
  color: #C61930;
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 500;
  content: "\f068";
}
.fordelar-nackdelar-content .button-tagline {
  margin: 4px 0 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.fordelar-nackdelar-content .button-tagline:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 600;
  padding-right: 4px;
}

.hero-subpage .operator-table {
  padding-bottom: 40px;
}

.operator-table .check-container {
  margin: 0 0 15px 0;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 3px;
}
.operator-table .check-container label {
  font-size: 13px;
  margin: 0 12px 0 0;
}
.operator-table .check-container label input {
  margin: 0 2px 0 0;
  position: relative;
  top: 1px;
}
.operator-table .check-container label:last-child {
  margin: 0;
}
.operator-table .check-headline {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 5px 0;
  grid-column: 1/3;
}
.operator-table .group__checkboxes {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.operator-table .p-cta-alt-articles {
  display: none;
}

.operator-demography-tables {
  float: left;
  width: 100%;
}

.extra-scroll-space {
  width: 50px;
  display: -webkit-inline-box;
}

.operator-demography-buttons {
  display: flex;
  margin-bottom: 16px;
  font-size: 14px;
}

.operator-demography-buttons-headline {
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: var(--primary-color);
}

.operator-demography-button-wrapper {
  appearance: none;
  border: 0px;
  font-family: inherit;
  cursor: pointer;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  user-select: none;
  border-radius: 5px;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0px;
  color: #306BEA;
  background-color: transparent;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.operator-demography-button-wrapper.active-style, .operator-demography-button-wrapper.active-style:hover {
  background: #E8F1FF;
  border: 1px solid #306BEA;
}

.operator-demography-button-wrapper:hover {
  background: #E8F1FF;
  text-decoration: none;
}

.operator-demography-button-wrapper input, .operator-demography-button-wrapper label {
  cursor: pointer;
  padding: 8px 16px;
  white-space: nowrap;
}

.operator-demography-button {
  width: 1px;
  height: 1px;
  margin: 0;
  visibility: hidden;
  display: none;
}

.show-all.all-below-table,
.operator-table .show-all {
  color: #4285f4;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

.show-all.all-below-table:after,
.operator-table .show-all:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
  margin-bottom: 10px;
}

.show-all.all-below-table:hover,
.operator-table .show-all:hover {
  text-decoration: underline;
}

.short-info-container {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.short-info-heading,
.operator-table-heading {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  padding-left: 10px;
  background: #025598;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.short-info-rantor,
.kundtjanst-info,
.short-info-boxes {
  background: #f6f6f6;
  display: flex;
  margin: 1.3rem 0;
  margin-top: 0 !important;
  padding: 0.75rem 1rem !important;
  border-radius: 10px;
}

.short-info-rantor li,
.short-info-boxes li,
.kundtjanst-info li {
  font-weight: 700;
  list-style: none;
  font-size: 16px;
  flex: 1;
}

.short-info-rantor span,
.short-info-boxes span {
  font-size: 0.725rem;
  font-weight: 400;
  display: block;
}

.short-info-boxes img {
  max-height: 30px;
  width: 75px;
}

.kundtjanst-info li i {
  color: #222;
  margin-right: 5px;
}
.kundtjanst-info li span {
  color: #aaa;
  text-decoration: line-through;
}
.kundtjanst-info li span i {
  color: #aaa;
}

.mobile-fixed-bar {
  border-radius: 0;
  display: none;
}
.mobile-fixed-bar .rating {
  width: 50%;
  display: flex;
  align-items: center;
}
.mobile-fixed-bar .rating-box-cta {
  width: 55%;
  position: relative;
  text-align: center;
  margin: 0;
  display: block;
}



.tooltip {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.tooltiptext {
  display: none;
}

.tooltip:hover .tooltiptext {
  background: rgba(0, 0, 0, 0.90);
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  display: inline-block;
  width: 200px;
  top: 55px;
  left: -5px;
  z-index: 3;
}

.text-danger {
  color: #f72400;
}

.teaser-cta-container {
  display: flex;
}

.vart-omdome-block {
  background: #f8f8f8;
  box-shadow: 0 0 5px #00000033;
  border-radius: 3px;
  margin: 20px 0;
  padding: 15px;
}

.vart-omdome-block-inner.first {
  margin-bottom: 30px;
}
.vart-omdome-block-inner ul {
  padding-left: 0;
}
.vart-omdome-block-inner ul li {
  list-style: none;
}
.vart-omdome-block-inner ul li i {
  font-size: 14px;
  color: #41c446;
  margin: 2px 4px 0 0;
}

.vart-omdome-block-headline {
  margin: 0;
}

.vart-omdome-button-container {
  display: inline-block;
}

.stop-scrolling {
  width: 100%;
  overflow: hidden;
  height: var(--app-height);
  position: relative;
}

.modal-show-info .show-hide-link a:after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  left: 0;
}

.show-hide-link a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
}

.sidebar-faq-container h4 {
  color: var(--primary-color);
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(57,98,145,.3);
}

.check-container.modal-show-info .show-hide-link:after,
.sidebar-faq-headline.show-hide-link:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  float: right;
  transition: .2s linear;
}

.sidebar-faq-headline.show-hide-link.active:after {
  transform: rotateX(180deg);
  display: block;
  position: relative;
}

.check-headline.show-hide-link:after,
.sidebar-faq.modal-show-info .show-hide-link:after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 16px;
  position: relative;
  float: right;
}

.sidebar-faq-headline {
  margin: 0;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 16px 16px 16px 0;
}
.sidebar-faq-headline:hover {
  text-decoration: underline;
}
.sidebar-faq:last-of-type .sidebar-faq-headline {
  padding-bottom: 0;
}

.sidebar-faq {
  border-bottom: 1px solid rgba(57, 98, 145, 0.3);
  display: block;
}
.sidebar-faq:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-faq ul {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: none;
}
.sidebar-faq ul li {
  padding: 5px 0;
}
.sidebar-faq ul li a {
  display: inline-flex;
}

.review-button-container {
  width: 100%;
  background: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 0 10px 0 15px;
}
.review-button-container .show-hide-link {
  display: inline-block;
  float: left;
}
.review-button-container .target-group.c-clear {
  float: right;
  font-size: 12px;
}

#review-text {
  font-size: 12px;
  color: #222;
  font-weight: 500;
}

.modal-show-hide {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  background: #f8f8f8;
  padding-bottom: 5px;
  border-radius: 0 3px 3px 0;
}
.modal-show-hide.filter {
  display: block;
  padding: 0;
  font-size: inherit;
  background: transparent;
  border-radius: 0;
}

.extra-info {
  width: 100%;
  display: flex;
  position: relative;
}

.modal-uc img,
.modal-bankid img {
  width: 50%;
  min-width: 85px;
}

.hdl-grundkrav,
.hdl-more-info {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.modal-uc,
.modal-bankid,
.modal-median {
  float: left;
  width: 180px;
}

.produkt-info-row {
  padding: 0 15px 15px 15px;
  margin: 0;
}

.produkt-example {
  font-size: 12px;
}

#kostnader .produkt-example {
  font-size: 12px;
  padding: 0 10px 10px 10px;
  background: #f9f9f9;
  border: 1px solid #dadada;
  border-top: none;
}

.table-wrapper.show-hide-parent {
  margin-bottom: 20px;
}
.table-wrapper table.table {
  border: none !important;
  width: 100%;
}
.table-wrapper table.table thead.bg-header {
  display: none;
}
.table-wrapper .table > tbody > tr {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table-wrapper .table > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  border-radius: 0 0 10px 10px;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table.table-hover.table-striped.tablesorter.first td {
  font-weight: bold;
  font-size: 16px;
}
.table.table-hover.table-striped.tablesorter.first td.company-logo {
  display: none;
}
.table.table-hover.table-striped.tablesorter.first td:before {
  content: none;
}
.table .c-clear {
  clear: both;
  display: block;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.link.bigger a:hover {
  text-decoration: none;
}

td.days, td .button--secondary {
  display: none !important;
}

.company-page-table {
  flex-wrap: wrap;
}

.short-info-inner-container {
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
.short-info-inner-container .short-info-boxes {
  border: none;
}

.startpage .image-section-txt ul,
.startpage .image-section-txt p {
  font-size: 16px;
}

.villkorkrav ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  margin: 5px 0 15px 0;
  flex-direction: column;
  display: flex;
  align-items: baseline;
}
.villkorkrav ul li {
  display: flex;
  align-items: baseline;
}
.villkorkrav ul li i {
  padding-right: 5px;
}
.villkorkrav .find-langivare-link {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.single-news .p-cta-alt-articles,
.page-template-startsidan .p-cta-alt-articles,
.page-template-front-page .p-cta-alt-articles {
  padding: 0;
}

.p-cta-alt-articles {
  display: block;
  width: max-content;
  justify-content: center;
  height: max-content;
  margin: 0 auto 20px;
  cursor: pointer;
}

.cmprc-primary-action {
  display: inline-block;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: var(--table-box-shadow);
  text-transform: uppercase;
}

.cmprc-secondary-action {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  user-select: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0px;
  color: var(--blue500);
  background-color: transparent;
  border: 1px solid var(--blue500);
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.cmprc-secondary-action:after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  content: "\f078";
  font-size: 10px;
  color: var(--blue500);
  margin-left: 5px;
}

.cmprc-secondary-action.view-more {
  width: auto;
}

.cmprc-table-action {
  display: inline-block;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: var(--table-box-shadow);
  text-transform: uppercase;
}

.cmprc-primary-action:hover,
.cmprc-secondary-action:hover,
.cmprc-table-action:hover {
  text-decoration: none;
  background: #E8F1FF;
  color: var(--blue500);
}

a#wt-cli-settings-btn {
  display: inline-block !important;
  width: max-content !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  border: 1px solid #306BEA !important;
  color: #306BEA !important;
  background: #fff !important;
}

a#wt-cli-accept-all-btn, a#wt-cli-accept-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border: 1px solid #306BEA !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  background: #306BEA !important;
  color: #fff !important;
  cursor: pointer !important;
}

a#wt-cli-settings-btn:hover {
  background: #E8F1FF !important;
}

a#wt-cli-accept-btn:hover,
a#wt-cli-accept-all-btn:hover {
  background: #2E54B6 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background: #306BEA !important;
}

div#cookie-law-info-bar h5 {
  text-align: left !important;
}

#cookie-law-info-bar {
  border-radius: 4px;
}
#cookie-law-info-bar .cli-bar-message {
  line-height: 1.6;
}
#cookie-law-info-bar .cli-bar-message > br {
  display: none;
}

.company-info-box h4 {
  margin-bottom: 0;
}
.company-info-box ul {
  padding: 0;
  list-style: none;
  margin: 8px 0 12px 0;
  font-size: 14px;
}
.company-info-box ul li {
  padding: 3px 0;
  display: flex;
  align-items: baseline;
}
.company-info-box ul li p {
  margin: 0;
}
.company-info-box ul li i {
  padding-right: 8px;
  display: flex;
  align-self: center;
}
.company-info-box ul li a {
  display: inline-flex;
}
.company-info-box ul li a:before {
  color: #333;
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  padding-top: 1px;
  display: none;
}

.full-width.customize-background {
  background-color: var(--page-section-color);
}

.full-width.hero-subpage, .hero-subpage {
  background: var(--bg-gradient);
  padding: 1rem 0 0 0;
}

/* -- BREDBANDSSÖK -- */
.page-template-sokresultat .full-width.bg-gray {
  background: var(--bg-gradient);
}

.change-search-button.sokresultat-header {
  padding: 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sokresultat-header-outer {
  display: flex;
  flex-direction: column;
}

.sokresultat-header {
  position: relative;
  display: flex;
  align-items: center;
}

.change-search-button .sokresultat-header {
  display: block;
}

.change-search-button.sokresultat-header-outer {
  max-width: 475px;
}

.border-radius-change .sokresultat-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.address-search.border-radius-change {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.change-search-button.sokresultat-header-outer.border-radius-change .change-adress {
  border-bottom-right-radius: 0;
}

.change-search-button .result-page-search .textfield {
  font-size: 16px;
  border: none;
  background: #fff;
  padding: 10px 0 10px 44px;
  color: var(--primary-color);
  height: 100%;
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: all;
}

.result-page-search ~ .autocomplete-container {
  width: 100%;
  left: 0;
  border: none;
  z-index: 6;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  display: none;
  top: 50px;
  border-radius: 0 0 10px 10px;
}

.remove-input-text.visible {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2rem;
  font-weight: 900;
  content: "\f057";
  display: inline-flex;
  color: #777;
  width: 40px;
  justify-content: center;
  cursor: pointer;
}

.remove-input-text {
  display: none;
}

.autocomplete-container {
  width: 100%;
  border: 1px solid #eee;
  z-index: 4;
  border-radius: 4px;
  display: none;
  background: #fff;
  position: absolute;
}

.autocomplete-container .list-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  box-shadow: 0 1px 3px #3b482a4d;
  border-radius: inherit;
}

.autocomplete-container .list-group-item:hover {
  background: var(--bg-border-button-hover) !important;
}

.hero-search {
  max-width: 475px;
  margin: 0 auto;
}

.hero-search .autocomplete-container .list-group-item,
.hero-search .autocomplete-container .list-group-item-no-result,
.sokresultat-header .autocomplete-container .list-group-item,
.sokresultat-header .autocomplete-container .list-group-item-no-result,
.page-search .autocomplete-container .list-group-item,
.page-search .autocomplete-container .list-group-item-no-result {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--blue500);
  padding: 10px;
}

.change-adress::before {
  content: "\f304";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.change-search-button .change-adress::before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  display: block;
  position: relative;
}

.change-search-button.sokresultat-header-outer .change-adress {
  width: var(--input-field-button-width);
  height: 100%;
  border: 0;
  color: var(--primary-button-text-color);
  cursor: pointer;
  font-family: var(--font-family-custom);
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 9px;
  padding-right: 15px;
  text-transform: uppercase;
  background: var(--blue500);
}

.change-search-button.sokresultat-header-outer .change-adress:hover {
  background: #2E54B6;
  text-decoration: none;
}

.autocomplete.textfield.sokresultat-input:focus {
  outline: 0;
}

.change-search-button .sokresultat-header {
  height: 52px;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px #3b482a4d;
  border-radius: 10px;
  font-family: var(--font-family-custom);
}

.sokresultat-header:before {
  padding-right: 5px;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 900;
  content: "\f3c5";
  display: block;
  top: 10px;
  left: 15px;
  color: #535c6a;
  z-index: 1;
}

.change-search-button .sokresultat-header:before {
  position: absolute;
}

.change-adress {
  margin-bottom: -3px;
  background: none;
  border: none;
  font-size: 14px;
  color: var(--blue500);
  cursor: pointer;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-weight: 500;
  padding: 0;
}

.change-search-button .change-adress {
  margin-bottom: 0;
}

.change-adress:hover {
  text-decoration: underline;
}

.change-adress-abort {
  display: none;
  margin-bottom: -3px;
  background: none;
  border: none;
  font-size: 14px;
  color: #306BEA;
  cursor: pointer;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-weight: 500;
  padding: 0;
}

.change-adress-abort::before {
  content: "\f00d";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

.result-page-search .textfield {
  border: none;
  background: none;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 20px;
  width: auto;
  font-weight: 300;
  text-overflow: ellipsis;
  pointer-events: none;
  max-width: 100% !important;
}
.sokresultat-buttons-wrapper {
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin-top: 12px;
}
.sokresultat-header-outer:not(.change-search-button) .result-page-search .textfield {
  width: 500px !important;
}

.hidden-adress.result-page-search {
  max-width: 90%;
}

.change-search-button .hidden-adress {
  display: inline-flex;
  background: #fff;
  position: relative;
  display: inline-block;
  height: 100%;
  width: calc(100% - var(--input-field-button-width));
  float: left;
  border-bottom-left-radius: inherit;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}

.hero-search.broadband-search {
  margin: 0 auto 100px;
  max-width: 600px;
}

.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) div {
  margin-top: 16px;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) div:nth-child(1) {
  margin-top: 0;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:nth-last-child(2) .slideout-container__dd--dotted-line,
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:nth-last-child(6) .slideout-container__dd--dotted-line {
  border: none;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) > span:nth-last-child(2) {
  background: #e7e8ee;
  padding: 8px;
  border-radius: 10px;
  margin-top: 16px;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:last-child dt.slideout-container__dd--summary {
  font-weight: 600;
  padding-top: 2px;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:last-child .slideout-container__dd--dotted-line {
  border: none;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:last-child dd.slideout-container__dd--summary {
  font-weight: 600;
  font-size: 16px;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns b {
  font-weight: 600;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns div:nth-child(2) span:last-child .slideout-container__dd--summary strong {
  font-weight: 500;
}
.page-template-sokresultat .slideout-container.slideout-container--2columns > div:first-child span.slideout-container__disclaimer {
  display: none;
}

/* Knappar för att välja mellan abonnemang och kontantkort */
.hero-subpage ul#choose-btns,
.phone-hero ul#choose-btns {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-subpage ul#choose-btns li,
.phone-hero ul#choose-btns li {
  float: left;
}

.hero-subpage ul#choose-btns li a,
.phone-hero ul#choose-btns li a {
  margin: 0 12px 20px 0;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 600;
  color: var(--blue500);
  background-color: transparent;
  border: 1px solid var(--blue500);
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-subpage ul#choose-btns li a:hover,
.phone-hero ul#choose-btns li a:hover {
  background: #E8F1FF;
  text-decoration: none;
  color: var(--blue500);
}

.hero-subpage ul#choose-btns li.active a,
.phone-hero ul#choose-btns li.active a {
  background: var(--blue500);
  color: #fff;
}

.hero-subpage ul#choose-btns li.active a:hover,
.phone-hero ul#choose-btns li.active a:hover {
  background: #2E54B6;
}

.hero-subpage a.choose-tooltip span,
.phone-hero a.choose-tooltip span {
  margin-left: 5px;
}

.tooltip.choose-tooltip {
  float: left;
  color: #306BEA;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tooltip.choose-tooltip:hover {
  text-decoration: underline;
}

.tooltip:hover .tooltiptext.tt-text {
  width: 300px;
  left: 20px;
  top: -160px;
  text-align: left;
  padding: 5px 10px;
}
.extra-page-info {
  width: 66%;
}

/* Easy Table of Contents */
.main-content > #ez-toc-container {
  display: none;
}
li.widget.ez-toc {
  list-style: none;
}

li.widget.ez-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.ez-toc ul li {
  border-bottom: 1px solid rgba(57, 98, 145, 0.3);
  display: block;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.3;
}

.widget.ez-toc ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget.ez-toc .ez-toc-widget-container ul.ez-toc-list li.active::before {
  background-color: transparent;
}

.ez-toc-widget-container li > a {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-weight: normal;
}

.ez-toc-widget-container li.active > a {
  font-weight: normal;
}

.widget.ez-toc h2.widgettitle {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.ez-toc-title, .ez-toc-title-toggle {
  font-size: 16px;
}

div.ez-toc-widget-container ul.ez-toc-list {
  padding: 0px;
}

.main-content li.widget.ez-toc {
  border-radius: 10px;
  border: 1px solid #dadada;
  padding: 15px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 5px solid var(--primary-color);
}

.ez-toc-widget-container ul.ez-toc-list li::before {
  background: none !important;
}

.ez-toc-widget-container ul.ez-toc-list li.active {
  background: none !important;
}

.ez-toc-widget-container ul li a {
  padding-left: 0;
}

.campaign-container {
  background: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  box-shadow: var(--table-box-shadow);
  margin: 55px 0 24px 0;
  position: relative;
  width: 610px;
}
.campaign-container:before {
  content: "";
  background: var(--primary-color);
  position: absolute;
  height: 50px;
  display: block;
  width: 100%;
  left: 0;
  top: -30px;
  z-index: -1;
  border-radius: 10px 10px 0 0;
}
.campaign-container-inner {
  display: flex;
  align-items: center;
}
.campaign-headline {
  position: absolute;
  top: -25px;
  color: #fff;
  left: 16px;
  font-weight: 600;
}
.campaign-logo {
  max-width: 90px;
  width: 100%;
  flex: 0 1 auto;
}
.campaign-usps {
  flex: 1 1 50%;
  padding: 0 24px;
}
.campaign-usps .usp-container__item {
  font-size: 14px;
  margin-bottom: 8px;
}
.campaign-usps .usp-container__item:last-child {
  margin-bottom: 0;
}
.campaign-buttons {
  flex: 0 0 120px;
}
.campaign-buttons .btn-primary__link {
  padding: 8px 16px;
}
.campaign-buttons .btn {
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 99px;
  padding: 8px 16px;
  color: var(--blue500);
  border: 1px solid var(--blue500);
  line-height: normal;
  text-decoration: none;
}
.campaign-buttons .btn:hover {
  background: var(--bg-border-button-hover);
}

/*------ ABONNEMANGSBOXAR -------
---------------------------------------------*/

.abonnemang-box-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.abonnemang-box {
  position: relative;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--default-box-shadow);
  border: 1px solid #DFE4EB;
  display: flex;
  flex-direction: column;
}

.top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abonnemang-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.abonnemang-box img {
  max-width: 85px;
  width: 100%;
}

.abonnemang-box .abonnemang-data {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.abonnemang-box .abonnemang-data span {
  display: block;
  color: #888;
  font-size: 13px;
  font-weight: 400;
}

.abonnemang-box .caption ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.abonnemang-box .caption ul li {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.abonnemang-box .caption ul li:not(:last-child) {
  margin-bottom: 12px;
}

.abonnemang-box .caption ul li i {
  color: #4a4e69;
  margin-right: 5px;
}

.abonnemang-box .abonnemang-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.abonnemang-box .abonnemang-price .suffix-second-half {
  font-weight: 600;
  color: var(--campaign-price-text-color);
}

.abonnemang-box .abonnemang-price > span {
  color: var(--campaign-price-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.abonnemang-box .abonnemang-price.abonnemang-campaign-price > span {
  color: #e1311b;
}

.abonnemang-box .abonnemang-campaign-text {
  font-size: 12px !important;
  color: #222 !important;
  font-weight: 400 !important;
}

.abonnemang-box .abonnemang-price span strong span {
  font-size: 14px;
}

/* ---------- GDPR-COOKIES PLUGIN -------------
---------------------------------------------*/
.cli-modal-backdrop.cli-show {
  opacity: .25;
}

#cookie-law-info-bar {
  padding: 20px !important;
}

.wcc-consent-container .wcc-consent-bar {
  padding: 30px;
}
.wcc-btn-customize {
  flex: 0 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  border: 1px solid #306BEA !important;
  color: #306BEA !important;
  background: #fff !important;
}
.wcc-btn-accept, .wcc-btn.wcc-btn-preferences {
  flex: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border: 1px solid #306BEA !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  background: #306BEA !important;
  color: #fff !important;
  cursor: pointer !important;
}
.wcc-btn.wcc-btn-preferences {
  min-width: 40%;
}
.wcc-consent-container [data-tag], .wcc-modal [data-tag], .main-content [data-tag] {
  visibility: visible;
}
.main-content a.wcc-preference-btn {
  color: inherit !important;
}

/*--------------- ERBJUDANDEN ----------------
---------------------------------------------*/

.erbjudande-wrapper {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #ccc;
  height: 100px;
  border-radius: 4px;
}

.erbjudande-logo {
  float: left;
  width: 11%;
  min-height: 50px;
  margin-right: 3%;
}

.erbjudande-abonnemang {
  float: left;
  width: 65%;
}

.erbjudande-abonnemang p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.erbjudande-abonnemang p strong {
  color: rgb(243, 121, 52);
}

.erbjudande-action {
  float: left;
  width: 18%;
  margin-left: 3%;
  text-align: right;
}

.erbjudande-action .erbjudande-url a {
  width: 100%;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
}

.erbjudande-action .erbjudande-url a:hover {
  background: #2a9c52;
  text-decoration: none;
}

.erbjudande-action .erbjudande-date {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin: 8px 0 0 0;
}

.erbjudande-action .erbjudande-url a i {
  margin-left: 5px;
}

.family-container {
  display: inline-flex;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
  margin-bottom: 32px;
}

.family-container-headline {
  color: var(--primary-color);
  margin-bottom: 8px;
}

.family-container-inner {
  display: inline-flex;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #20628029;
  border: 1px solid #DFE4EB;
  width: 134px;
  height: 52px;
  color: #222;
}
.minus-container, .plus-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.plus-container {
  border-radius: 0 10px 10px 0;;
}

.minus-container {
  border-radius: 10px 0 0 10px;
}

.plus-container:after {
  font-family: "Font Awesome 6 Pro";
  content: "\2b";
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #306BEA !important;
}

.minus-container:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #306BEA !important;
}

.minus-container.lowest:after, .plus-container.highest:after {
  color: #D2D3DA !important;
}

.minus-container.lowest, .minus-container.lowest input.button-minus, .plus-container.highest, .plus-container.highest input.button-plus {
  cursor: default;
  pointer-events: none;
}

input.button-minus {
  height: 100%;
  width: 44px;
  border-radius: 26px 0 0 26px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

input.button-plus {
  height: 100%;
  width: 44px;
  border-radius: 0 26px 26px 0;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.minus-container:hover, .plus-container:hover {
  background: var(--bg-border-button-hover);
}

.minus-container.lowest:hover, .plus-container.highest:hover {
  background: #fff;
}

input.button-minus:active, input.button-plus:active, .minus-container:active, .plus-container:active {
  background: var(--bg-border-button-hover);
}

.minus-container:active:after, .plus-container:active:after {
  color: #fff;
}

input#people {
  height: 100%;
  width: 44px;
  text-align: center;
  border: none;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: inherit;
  outline: none;
}

input#people::-webkit-outer-spin-button,
input#people::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input#people[type=number] {
  -moz-appearance: textfield;
}

.full-width.bg-gray.rekommendationssida {
  background: #F6F7FD;
}

.rekommendationssida-inledning {
  font-size: 20px;
  color: #222;
  max-width: 700px;
}

.rekommendationssida-inledning ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.rekommendationssida-inledning ul li {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  margin-bottom: 10px;
}

.rekommendationssida-inledning ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  padding-right: 8px;
  color: #0DA014;
  font-weight: 600;
}

.rekommendationssida-header {
  position: relative;
}

.rekommendationssida-header h1 {
  margin-top: 0;
  margin-bottom: 16px;
}


.rekommendationssida .skribent-info {
  border: none;
  margin-top: 0;
}

.rekommendationssida-content {
  width: 66%;
  position: relative;
  float: left;
}

.rekommendationssida-content + .extra-page-info {
  float: left;
}

.rekommendationssida-content.no-list-style ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.rekommendationssida-content ul li {
  margin-bottom: 10px;
}

.rekommendationssida-content.no-list-style > ul li a:before {
  color: #fcc51a;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  content: "\f005";
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
}

.rekommendationssida .anchor-links a {
  color: #306BEA;
  font-size: 14px;
  font-weight: 400;
}

.rekommendationssida .hero-txt {
  margin-bottom: 12px;
  padding-right: 5%;
}

.produkt-logo-container {
  height: 100%;
  display: grid;
  align-items: center;
}

.produkt-demography-tag {
  padding: 16px 24px;
  font-size: 20px;
  color: var(--blue700);
  font-weight: 700;
  background: var(--blue100);
  border-radius: 10px 10px 0 0;
  margin-top: 0;
}
.produkt-demography-tag i {
  padding-right: 8px;
}

.produkt-block-cta {
  display: flex;
  min-width: max-content;
  justify-content: flex-end;
}

.produkt-block-campaign-price {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 20px;
  color: var(--campaign-price-text-color);
  font-weight: 900;
}
.produkt-block-price {
  font-weight: 600;
  color: #222;
}
.suffix-second-half {
  font-weight: 600;
  font-size: 12px;
  color: #595959;
}
.produkt-block-regular-price {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
}
produkt-block-price {
  font-size: 20px;
  color: #222;
}
.produkt-block-outer-container {
  position: relative;
  z-index: 1;
}
.produkt-block {
  min-width: 635px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 1px solid  #DFE4EB;
  box-shadow: var(--table-box-shadow);
  position: relative;
}
.produkt-block .logo {
  width: 120px;
  background: #fff;
  display: inline-block;
}
.produkt-block .logo img {
  width: 100% !important;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
  float: none;
  display: inline;
}
.main-content .produkt-block .usp-container__item {
  font-size: 14px;
}
.produkt-block .usp-container__item {
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}

.produkt-block-header {
  width: 100%;
  display: grid;
  padding: 16px 22px;
  align-items: center;
  grid-template-columns: 130px auto 1fr;
  column-gap: 20px;
}

.produkt-block-header .usp-container__item::before {
  color: #09AA53;
}

.rekommendationssida-content .produkt-block-header {
  grid-template-columns: 50% 50%;
}

.rekommendationssida-content .produkt-logo-container {
  justify-content: right;
  padding-right: 22px;
}

.rekommendationssida-content .basta-title {
  grid-template-columns: 50% 50%;
  padding: 16px 24px;
  align-items: center;
}

.rekommendationssida-content .front-price {
  text-align: left;
}

.rekommendationssida-content .produkt-block {
  margin-bottom: 16px;
  margin-top: 57px;
}

.rekommendationssida-content .produkt-block-outer-container:first-child .produkt-block {
  margin-top: 0;
}

.rekommendationssida-content .produkt-text .slideout-container b {
  color: var(--blue700) !important;
}

.rekommendationssida-content .produkt-usp-container .usp-headline,
.produkt-block .produkt-usp-container .usp-headline {
  color: var(--blue700) !important;
  margin-top: 0;
}

.rekommendationssida-content .produkt-block-price .suffix-second-half {
  color: #222;
}

.rekommendationssida-content .suffix-second-half,
.produkt-block-campaign-price .suffix-second-half {
  color: var(--campaign-price-text-color);
}

.rekommendationssida-content .slideout-container--2columns > div:first-child {
  padding-left: 0;
}

.rekommendationssida-content .slideout-container--2columns div:nth-child(2) {
  padding-right: 0;
}

.rekommendationssida-content .slideout-container > div span + div {
  margin-top: 10px;
}

.rekommendationssida-content .rating {
  flex-direction: row-reverse;
}

.produkt-block-outer-container.broadband .basta-title {
  display: block;
  padding: 4px 0 24px 0;
  border: none;
}

.produkt-block-outer-container.broadband .basta-title .produkt-block-cta {
  display: flex;
  min-width: max-content;
  justify-content: flex-start;
}

.produkt-block-outer-container.broadband .produkt-demography-tag + .produkt-block-header {
  padding-top: 20px;
}

.produkt-block-outer-container.broadband .produkt-block .logo {
  width: 150px;
}

.produkt-block-outer-container.broadband .produkt-block-header {
  grid-template-columns: 65% 35%;
}

.produkt-slideout-headline {
  color: #306BEA;
  font-weight: 400;
  outline: 0;
  padding: 16px 24px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: inherit;
  transition: border-radius .2s ease-out;
}

.produkt-textblock.active .produkt-slideout-headline {
  border-radius: 0;
  transition: none;
}

.produkt-slideout-headline::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  transition: .2s linear;
  color: #306BEA;
  margin-left: 6px;
  font-size: 10px;
  display: inline-flex;
}

.active .produkt-slideout-headline::after {
  transform: rotateX(180deg);
}

.produkt-textblock {
  border-bottom: 1px solid #EDEDF0;
  background-color: #fff;
}

.produkt-textblock:last-child {
  border-radius: 0 0 10px 10px;
}

.produkt-textblock .slideout-container dl span dd.slideout-container__dd--dotted-line {
  border-bottom-style: solid;
  border-bottom-color: #EDEDF0;
}

.produkt-textblock .slideout-container__compare-price {
  background: #F6F7FD;
}

.produkt-text {
  overflow: hidden;
  height: auto;
  font-weight: 300;
  font-size: 14px;
  padding: 0 24px;
  padding-bottom: 16px;
}

.produkt-text.text-content-container {
  padding: 0;
  border-radius: 0 0 10px 10px;
}

.produkt-text .text-content {
  padding: 0 24px;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
}

.produkt-text.produkt-slideout {
  padding-bottom: 0;
}
.produkt-text .slideout-container {
  display: flex !important;
  padding: 0;
  flex-wrap: wrap;
  padding-bottom: 24px;
  color: #222;
}

.produkt-block .slideout-container--2columns div {
  padding: 0;
}

.produkt-block .slideout-container--2columns > div:first-child {
  padding-right: 20px;
}

.produkt-block .slideout-container--3columns div {
  padding: 0 20px 0 0;
  min-height: auto;
}

.produkt-usp-container {
  margin-right: 20px;
  height: 100%;
}

.produkt-usp-container .usp-headline {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.produkt-usp-container .usp-container {
  margin: 6px 0 0 0;
}

.basta-title {
  font-size: 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}

.basta-title .produkt-block-cta a.btn-primary__link {
  text-transform: uppercase;
  padding: 12px 20px;
}

.text-content-container .basta-title {
  display: none;
}

.front-price {
  font-size: 20px;
  text-align: right;
}
.front-price .produkt-headline {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}
.front-price del {
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.produkt-slideout .produkt-block-cta {
  display: none;
}

.produkt-block-price-text {
  font-size: 14px;
  font-weight: 400;
}

.operator-specific .active .produkt-slideout-headline::after {
  transform: rotateX(180deg);
}

.operator-specific .produkt-text.text-content-container {
  padding: 10px 0 0 0;
}

.operator-recommendation-overlay {
  display: none;
}

.operator-recommendation-overlay.active-overlay {
  display: flex;
  position: fixed;
  background: #4A4E69;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  opacity: .9;
}

.operator-recommendation-overlay .page-search.in-content  {
  max-width: 544px;
}

.operator-specific .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 16px 0 16px;
  font-size: 18px;
  cursor: pointer;
  color: var(--primary-color);
}

.operator-specific.page-search-container {
  display: none;
}

.operator-specific.page-search-container.active-search {
  display: flex;
  z-index: 10;
  margin: 0 auto;
  max-width: 544px;
  top: 35vh;
  right: 0;
  left: 0;
  align-items: center;
  position: fixed;
}

.operator-specific .page-search .search-headline {
  margin-bottom: 24px;
  color: #222;
}

.law-text-link {
  font-size: 12px;
  width: max-content;
  font-family: Open Sans, Open Sans-fallback, sans-serif;
  font-weight: 400;
}

.law-text-link::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
  display: inline-block;
}

.law-text-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.law-text::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.law-text::-webkit-scrollbar-track {
  border-radius: 10px;
}

.law-text::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.law-text-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: none;
  background: rgba(34, 43, 69, 0.8);
  justify-content: center;
  align-items: center;
  opacity: .8;
}
.law-text-outer-container {
  display: none;
  z-index: 12;
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  top: 0;
}
.law-text-container {
  border-radius: 10px;
  height: auto;
  max-height: 480px;
  max-width: 488px;
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  margin: 0 16px;
  color: #222;
  box-shadow: 0 1px 3px #20628026;
  justify-content: space-between;
}
.law-text-container:after {
  content: '';
  position: absolute;
  bottom: 75px;
  width: calc(100% - 13px);
  height: 52px;
  background: linear-gradient(#FFFFFF00, #fff);
  pointer-events: none;
}
.law-text {
  overflow-y: scroll;
  padding: 0 12px 0 16px;
  border-radius: 0 0 10px 10px;
  width: calc(100% - 8px);
}
.law-text p {
  margin-bottom: 24px;
}
.law-text h3 {
  color: var(--primary-color);
  font-size: 16px;
}

.law-text  h3:first-of-type {
  margin-top: 0;
}

.law-text-button-container {
  position: relative;
  padding: 16px 16px 0 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to bottom, transparent -50%, white 50%);
}

.law-text-button-container .btn-primary {
  width: max-content;
}
/************** Blocks ***************/

ul#operator-abonnemangstyper.short-info-boxes li, ul#operator-abonnemangstyper.short-info-boxes li span,
ul#operator-inom-eu.short-info-boxes li, ul#operator-inom-eu.short-info-boxes li span,
ul#operator-surfalternativ.short-info-boxes li, ul#operator-surfalternativ.short-info-boxes li span {
  font-size: 14px;
  font-weight: 700;
}

ul#operator-abonnemangstyper.short-info-boxes li span.strike,
ul#operator-inom-eu.short-info-boxes li span.strike,
ul#operator-surfalternativ.short-info-boxes li span.strike {
  color: #888;
  text-decoration: line-through;
}

ul#operator-abonnemangstyper.short-info-boxes li span i,
ul#operator-inom-eu.short-info-boxes li span i,
ul#operator-surfalternativ.short-info-boxes li span i {
  margin-right: 5px;
}

ul#operator-abonnemangstyper.short-info-boxes li span i.green,
ul#operator-inom-eu.short-info-boxes li span i.green,
ul#operator-surfalternativ.short-info-boxes li span i.green {
  color: green;
}

.phone-search-wrapper {
  position: relative;
  box-shadow: var(--table-box-shadow);
  border-radius: 26px;
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 475px;
  width: 100%;
  border: 1px solid var(--blue500);
  overflow: hidden;
}

.phone-search-wrapper:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: 900;
  content: "\f10b";
  color: var(--primary-color);
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 12px;
  left: 15px;
  line-height: 1.2;
}

.phone-search-wrapper input.phone-search {
  outline: none;
  -webkit-appearance: none;
  width: calc(100% - var(--input-field-button-width));
  display: flex;
  border: none;
  padding: 5px;
}

.phone-search-wrapper .search-button {
  width: var(--input-field-button-width);
  height: 52px;
  border: 0;
  color: var(--primary-button-text-color);
  cursor: pointer;
  font-weight: 600;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  padding: 9px;
  padding-right: 15px;
  text-transform: uppercase;
  background: var(--blue500);
  box-shadow: 0 1px 3px #054e094d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -2px;
}

.phone-search-wrapper .search-button i {
  padding-right: 4px;
}

.domain-in-numbers h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
}

.domain-in-numbers ul {
  list-style: none;
  margin: 40px 0 80px 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.domain-in-numbers ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.domain-in-numbers ul li strong {
  font-size: 36px;
  color: #222;
  line-height: 1.2;
}

.domain-in-numbers ul li span {
  font-size: 20px;
  font-weight: 300;
  color: #222;
}

.operators {
  display: flex;
  gap: 3px;
}

.operators .table-filter {
  width: 288px;
}

.operators .table-filter .filter__container > div:nth-child(2) .filter__container__title {
  padding-top: 0;
}

.operators .table-filter .filter__container .filter__container__group .filter__container__title {
  pointer-events: none;
}

.operators .table-filter .filter__container .filter__container__group .filter__container__title::after {
  display: none;
}

.operators .company-card__list {
  flex: 1;
  align-content: baseline;
  gap: 16px 8px;
}

.operators .company-card__list .company__card--filter-exclude {
  display: none;
}

.hero-single-company {
  padding-top: 40px;
  background: linear-gradient(180deg, #F8F7F6 50%, #FFFFFF 50%);
}

.hero-single-company .wrapper {
  padding: 24px 0 24px 24px;
  background: #fff;
  margin-bottom: 0;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  box-shadow: 0 1px 3px #20628026;
}

body.single-langivare .hero-single-company .hero-info-container {
  max-width: 550px;
}

body.single-langivare .hero-single-company .wrapper .services-list {
  margin: 0;
}

body.single-langivare .hero-single-company .wrapper .services-list li img {
  height: 23px;
}

body.single-langivare .hero-single-company .wrapper .c-example {
  font-size: 12px;
  margin-top: 10px;
}

body.single-langivare .hero-single-company .wrapper .hero-content-outer-container {
  height: auto;
}

.hero-single-company .wrapper .hero-content-outer-container {
  height: 250px;
  padding-bottom: 0;
  gap: 50px;
  align-items: initial;
}

.single-akassor .hero-single-company .wrapper .hero-content-outer-container {
  height: auto;
  min-height: 0;
}
.single-fackforbund .hero-single-company .wrapper .hero-content-outer-container,
.single-inkomstforsakring .hero-single-company .wrapper .hero-content-outer-container {
  height: auto;
  min-height: 275px;
}

.hero-single-company .top-logo img {
  width: auto;
  max-width: 133px;
  margin-bottom: 16px;
}

.hero-single-company .usp-container {
  margin-bottom: 32px;
}

.hero-single-company .company-info-list {
  display: flex;
  gap: 5%;
}

.hero-single-company .company-info-list .company-info-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-single-company .company-info-list .company-info-list-item img {
  width: 52px;
}

.hero-single-company .company-info-list .company-info-list-item div {
  display: flex;
  flex-direction: column;
}

.hero-single-company .company-info-list .company-info-list-item span.label {
  font-size: 12px;
  color: #4A4E69;
}

.hero-single-company .company-info-list .company-info-list-item span.value {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.hero-single-company .company-social-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 300px;
}

.single-akassor .hero-single-company .company-social-box,
.single-fackforbund .hero-single-company .company-social-box,
.single-inkomstforsakring .hero-single-company .company-social-box {
  height: auto;
}

.hero-single-company .company-social-box ul {
  padding: 0;
  list-style: none;
  margin: 8px 0 12px 0;
  font-size: 14px;
}

.hero-single-company .company-social-box ul li {
  padding: 3px 0;
  display: flex;
  align-items: baseline;
}

.hero-single-company .company-social-box ul li i {
  padding-right: 8px;
  display: flex;
  align-self: center;
}

.hero-single-company .company-social-box ul li a {
  display: inline-flex;
  font-size: 16px;
}

.hero-single-company .company-social-box.company-info-box ul li {
  padding: 3px 0;
  display: flex;
  align-items: baseline;
}

.hero-single-company .generic-width-max-content .button-tagline {
  margin: 4px 0 0 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.hero-single-company .generic-width-max-content .button-tagline::before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 600;
  padding-right: 4px;
}

.hero-single-company .social-info-box h3 {
  color: #4A4E69;
}

.hero-single-company .social-info-box ul li i {
  color: #4A4E69;
  width: 20px;
  justify-content: center;
}

.hero-single-company .social-info-box ul li a {
  color: #306BEA;
  font-size: 16px;
}

.hero-single-company .services-container {
  margin-top: auto;
}

.hero-single-company .company-info-box {
  display: flex;
  flex-direction: column;
  width: 320px;
}

.hero-single-company .total-reviews {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-single-company .total-reviews .generic-width-max-content {
  max-width: max-content;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-single-company .company-social-box .btn-primary a {
  width: auto;
}

  /************** Generic classes ***************/
.generic-width-max-content {
  max-width: max-content;
}

.full-size-button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.overlay,
.menu-overlay {
  display: none;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 43, 69, 0.8);
  z-index: 5;
}

.overlay {
  z-index: 6;
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 43, 69, 0.8);
  z-index: 5;
}

.row-direction-reverse {
  flex-direction: row-reverse;
}

.row-direction {
  flex-direction: row;
}

.col-direction {
  flex-direction: column;
}

.col-direction-reverse {
  flex-direction: column-reverse;
}

.gap-small {
  gap: 5px;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.align-left[class*=row-direction], .align-left[class*=row-direction-reverse] {
  justify-content: start;
}

.align-center[class*=row-direction], .align-center[class*=row-direction-reverse] {
  justify-content: center;
}

.align-right[class*=row-direction], .align-right[class*=row-direction-reverse] {
  justify-content: end;
}

.align-left[class*=col-direction], .align-left[class*=col-direction-reverse] {
  align-items: start;
}

.align-center[class*=col-direction], .align-center[class*=col-direction-reverse] {
  align-items: center;
}

.align-right[class*=col-direction], .align-right[class*=col-direction-reverse] {
  align-items: end;
}

i.fa-arrow-up-right-from-square {
  font-size: 12px !important;
  font-weight: inherit !important;
  position: relative !important;
  bottom: 1px !important;
}

:root {
  --app-height: 100vh;
  --font-family-custom: 'Quicksand';
  --primary-color: #222;
  --secondary-color: #4a4e69;
  --page-section-color: #f8f8f8;
  --primary-button-color: #f4646f;
  --primary-button-hover-color: #dc5a64;
  --primary-button-text-color: #fff;
  --category-button-color: #206280;
  --hero-color: #f8f8f8;
  --hero-text-color: #222;
  --bg-footer-section-first: #1D408C;
  --bg-footer-section-second: #1D408C;
  --footer-links-color: #B7B8C3;
  --bg-footer-social-icon: #B7B8C3;
  --bg-footer-social-icon-hover: #808396;
  --bg-news-section: #F6F7FD;
  --bg-gradient: #F6F7FD;
  --bg-gradient-table: linear-gradient(180deg, #e5eefe 0%, #F6F7FD 100%);
  --bg-header: #fff;
  --bg-gray: #F6F7FD;
  --bg-border-button-hover: #E8F1FF;
  --bg-category-buttons-section: #F6F7FD;
  --border-button-color: var(--blue500);
  --product-counter-color: #4a4e69;
  --bg-front-page-container: #e7e9ef;
  --default-box-shadow: 0px 1px 3px rgba(16, 80, 145, 0.15);
  --table-box-shadow: 0 1px 3px rgba(16, 80, 145, 0.15);
  --header-text-color: var(--primary-color);
  --bg-ordered-list: var(--primary-color);
  --top-border-sidebar: #2E54B6;
  --campaign-price-text-color: #e1311b;
  --input-field-button-width: 84px;
  --bg-svg-wave: var(--bg-gray);
  --teaser-button-text-and-border-color: #4A4E69;
  --bg-block-recommended-top-border: #d2d3da;
  --bg-overlay: #4A4E69;
  --bg-404: var(--bg-gradient);

  --blue50: #f6f6f8;
  --blue100: #ededf0;
  --blue200: #d2d3da;
  --blue300: #b7b8c3;
  --blue400: #808396;
  --blue500: #306BEA;
  --blue600: #43465f;
  --blue700: #383b4f;
  --blue800: #2c2f3f;
  --blue900: #242633;

  --green50: #f3faf3;
  --green100: #e7f6e8;
  --green200: #c3e7c4;
  --green300: #9ed9a1;
  --green400: #56bd5b;
  --green500: #0da014;
  --green600: #0c9012;
  --green700: #0a780f;
  --green800: #08600c;
  --green900: #064e0a;

  --grey50: #f5f5f5;
  --grey100: #ececeb;
  --grey200: #cecfce;
  --grey300: #b1b2b0;
  --grey400: #777874;
  --grey500: #3c3e39;
  --grey600: #363833;
  --grey700: #2d2f2b;
  --grey800: #242522;
  --grey900: #1d1e1c;
}

