.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
footer {
  border-top: 1px solid lightgray;
  background-color: #fbfbfb;
  width: 100vw;
  padding: 20px 10px;
  position: relative;
}

footer * {
  list-style: none;
}

#footer-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.footer-logo-container {
  position: relative;
  margin-bottom: 3px;
  margin-top: 17px;
}

.footer-logo {
  margin-right: 5px;
  width: 40px;
}

.footer-heading a:hover {
  text-decoration: none;
}

.footer-heading a:hover span {
  color: #e4e4e4;
}

.footer-text {
  font-size: 1rem;
}

.footer-logo-text {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-logo-text span {
  font-weight: 800;
}

.icon span {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.icon {
  position: relative;
  margin-left: 30px;
}

#facebook {
  width: 15px;
  height: 30px;
  position: relative;
  margin-left: 30px;
}

#facebook:hover {
  text-decoration: none;
}

#facebook::before {
  content: "";
  background-image: url('https://vpnportalen.dk/wp-content/themes/vpnportalen.dk/assets/img/facebook-new.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  left: -25px;
  width: 15px;
  height: 30px;
}

.footer-content {
  margin-top: 15px;
}

.footer-content a {
  text-decoration: none;
}

.footer-content a:hover {
  text-decoration: none;
}

#popular-articles {
  padding: 0;
}

#popular-articles li {
  color: black;
  display: block;
  font-size: 1rem;
}

#popular-articles a {
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
}

#footer-menu {
  padding: 0;
}

#footer-menu li {
  float: left;
  margin-right: 10px;
  font-size: 0.9rem;
  margin: 0;
  text-transform: none;
  color: black;
}

#footer-menu li::after {
  content: "|";
  margin: 0 10px;
}

#footer-menu li:last-of-type::after {
  content: "";
}

#footer-menu a {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

footer a:hover {
  color: rgb(36, 110, 230);
}

#footer-info {
  font-size: 0.9rem;
}

.footer-related-sites {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.footer-related-sites li img {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 950px) {
  #footer-menu li {
    display: block;
    width: 100%;
  }
  #footer-menu li::after {
    display: none;
  }

  #popular-articles li {
    margin-left: 0;
    padding: 0;
  }

  #popular-articles a {
    font-size: 0.9rem;
  }

  .footer-content {
    margin-top: 0;
  }
}/*
Theme Name: VPN
Theme URI: https://wordpress.org/themes/vpnportalen/
Author: Filip Johnsen & Håkon Hess
Author URI: https://filgood.no
Description: A Theme for VPN
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vpn
*/

* {
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  list-style: none;
  font-display: auto;
}

html,
body {
  height: 100%;
  width: 100vw;
  margin: 0;
}

body {
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}

h1 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0;
  padding: 5px 0;
}

.main-title {
  color: #00273d;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 38px;
  white-space: nowrap;
  font-family: "Open Sans";
}

p,
li {
  font-weight: 400;
}

a {
  padding: 0;
  margin: 0;
  color: inherit;
}

p {
  margin: 0 0 15px;
  line-height: 1.67em;
}

li {
  margin-bottom: 10px;
  line-height: 1.67em;
}

ol li {
  list-style: decimal !important;
}

hr {
  border: 0.5px solid lightgray;
}

header {
  width: 100vw;
  height: 60px;
}

menu {
  padding: 0;
  margin-top: 0;
}

.top-menu .checkmark {
  font-weight: 600;
  margin-bottom: 5px;
}

/* Nav */

.main-menu {
  width: 100vw;
  height: 60px;
  background-color: white;
  position: fixed;
  z-index: 1;
  padding-right: 2rem;
  box-shadow: rgb(230, 230, 230) 2px 2px;
}

.menu {
  float: right;
  margin: 25px 0;
  padding: 0;
}

.menu-item {
  float: left;
  position: relative;
  margin-right: 2rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.menu-item-has-children a {
  margin-bottom: 10px;
  display: inline-block;
}

.menu-item a {
  text-decoration: none;
  font-weight: 600;
}

.menu-item a:hover {
  color: rgb(55, 117, 246);
}

.menu-item:hover .sub-menu {
  display: block;
}

.sub-menu {
  position: absolute;
  left: -20%;
  padding: 0;
  white-space: nowrap;
  display: none;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu li {
  margin: 0;
  width: 100%;
}

.sub-menu a {
  float: none;
  color: black;
  margin: 0;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: none;
}

.sub-menu a:hover {
  color: black;
}

.sub-menu li:hover {
  background: #ddd;
}

/* End Nav */

button:hover {
  box-shadow: rgb(170, 170, 170) 0px 0px 4px 2px;
  cursor: pointer;
  text-decoration: underline;
}

#error-button {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  color: white;
  border: none;
  font-size: 32px;
  width: 40%;
  text-align: center;
  padding: 2% 0;
  margin: 50px auto;
  display: block;
}

form {
  max-width: 600px;
  padding: 0;
}

form * {
  display: block;
}

form textarea {
  width: 80%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid lightgray;
  resize: none;
}

form input {
  width: 50%;
  padding: 5px;
  height: 50px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid lightgray;
}

form input[type="submit"] {
  width: 25%;
  margin: 10px 0;
  height: 40px;
  background: rgb(15, 214, 81);
  color: white;
  border: none;
  border-radius: 5px;
}

.wide-container {
  max-width: 1100px;
  margin: 0 auto;
}

.min-container {
  max-width: 800px;
  margin: 20px auto;
}

.ranking-stars-review {
  margin-top: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.article-container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 20px;
}

.wp-article-container {
  max-width: 1140px;
  margin: 40px auto 50px;
  position: relative;
}

#wp-article-content {
  padding: 0 2.2rem 0;
  box-shadow: 2px 2px 5px #dedede;
  background: white;
  border-radius: 6px;
}

#article-floater {
  height: 100px;
  margin: -10px 0;
  padding: 10px 0;
  box-shadow: 0px 2px 5px lightgray;
  position: fixed;
  display: none;
  top: 0;
  z-index: 999;
  width: 100vw;
  background-color: white;
}

.bullet-list li {
  list-style-type: initial;
  line-height: 1.67em;
}

.article-list-number li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.67em;
  margin-bottom: 15px;
}

.single-article {
  border-bottom: 1px dotted lightgrey;
}

.single-article:last-of-type {
  border-bottom: none;
}

.display {
  display: block;
}

#article-floater .container,
#article-floater .row,
#article-floater .row [class*="col-"] {
  height: 100%;
}

.article-floater-img {
  height: 100%;
}

#article-floater h4 {
  margin-top: 0;
}

#article-floater p {
  margin-top: 0;
}

.logo-container {
  position: fixed;
  z-index: 2;
  top: 5px;
  left: 50px;
}

.logo-container * {
  position: absolute;
}

.logo-container img {
  height: 50px;
  left: 0;
}

.logo-text {
  font-weight: 600;
  font-size: 1.75em;
  color: #00273d;
  left: 110px;
  top: 8px;
}

.logo-text span {
  font-weight: 800;
  left: -60px;
  font-family: "Muli", sans-serif;
}

.logo-text span:nth-of-type(2) {
  font-weight: 800;
  top: 10px;
}

#nettleser {
  vertical-align: top;
  line-height: 50px;
  font-size: 2em;
  font-weight: 600;
  padding-left: 5px;
}

.nettleser-img {
  width: auto !important;
  height: 50px !important;
}

.nettleser-img + .wp-caption-text {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  font-size: 2em;
  font-weight: 600;
  padding-left: 5px;
}

#burger-menu {
  font-size: 2.5em;
  position: absolute;
  right: 5%;
  display: none;
  z-index: 990;
}

#burger-menu:hover {
  cursor: pointer;
}

.exit {
  font-size: 2em;
  padding-left: 15px;
  color: white;
  display: none;
  width: 100vw;
  background-color: #222222;
}

#add-disclaimer {
  position: fixed;
  max-width: 300px;
  top: 30%;
  left: 50%;
  background-color: white;
  padding: 10px;
  z-index: 999;
  transform: translate(-50%, -30%);
}

#add-disclaimer-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
}

#ranking-disclaimer {
  position: fixed;
  max-width: 300px;
  top: 30%;
  left: 50%;
  background-color: white;
  padding: 10px;
  z-index: 999;
  transform: translate(-50%, -30%);
}

#ranking-disclaimer-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
}

#info {
  font-size: 16px;
  margin-left: 5px;
}

#best-seller {
  border-left: 3px solid #00273d;
  border-right: 3px solid #00273d;
  border-bottom: 3px solid #00273d;
}

#best-seller .row:first-of-type {
  padding: 7px;
}

#best-seller .row:first-of-type [class*="col-"] {
  padding: 0;
}

#best-seller .row:first-of-type [class*="col-"] p {
  margin: 0;
}

#best-seller .row:first-of-type [class*="col-"] .info-container {
  padding: 0;
}

.vpn-img-container {
  width: 150px;
  margin: 0px auto;
}

.button-container {
  min-width: 200px;
  margin: 25% 0 20px;
  float: right;
}

.clear-margin {
  margin: 0 !important;
}

.clear-padding {
  padding: 0 !important;
}

.relative {
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 5px;
}

.right {
  right: 5px;
}

.padding-push {
  padding-top: 20px;
}

.vpn-img {
  padding: 0 10%;
  width: 100%;
}

.tall-img img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.article-img {
  width: 400px;
  margin: 0 auto;
}

.vpn-article-img {
  height: 250px;
  margin: 0 auto;
  display: block;
}

article {
  padding: 0 15px;
}

.full-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.review-full-img {
  max-height: 300px;
  display: block;
  margin: 0 auto;
}

#safervpn-img {
  margin-top: 8px;
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
}

.bold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

#ip-info span {
  font-weight: 800;
}

#iframe {
  height: 100%;
  width: 100%;
}

#proxy {
  font-weight: 800;
}

.proxy-protected {
  color: darkgreen;
}

.proxy-unprotected {
  color: red;
  position: relative;
  display: inline-block;
}

.proxy-unprotected:hover::after {
  white-space: nowrap;
  content: "Skru på VPN for å beskytte dataen din.";
  position: absolute;
  padding: 2.5px 5px;
  left: -30px;
  border-radius: 5px;
  font-size: 10px;
  color: white;
  background-color: rgb(73, 73, 73);
  top: -30px;
}

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

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

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

.white-text {
  color: white;
}

.p {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.light-font {
  font-size: 12px;
}

.quote {
  font-style: italic;
  text-align: center;
}

.border-lightgray {
  border: 1px solid lightgray;
}

.border-bottom {
  border: 1px solid lightgray;
}

.rank {
  font-size: 3.4rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}

.leaderboard .rank {
  font-size: 2.5em;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #00273d;
}

.bg-lightblue {
  background-color: #f3f6fa !important;
}

.ranking {
  font-size: 1.5em;
  width: 100%;
  margin: 12px auto 0;
}

.ranking p {
  line-height: 25px;
}

.ranking * {
  width: 100%;
  text-align: center;
}

.checkmark {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 600;
}

.article-list li {
  list-style-type: disc;
}

.checkmark::before {
  content: "\2713 \0020";
}

.bulletmark::before {
  content: "\2022 \0020";
}

.operative-system {
  padding: 0px 20px;
}

.operative-system li {
  float: left;
  list-style: none;
}

.operative-system img {
  width: 25px;
  height: 100%;
  margin: 0 5px;
}

#vpn-table {
  max-width: 1100px;
  margin: 0 auto;
  background-color: white;
}

.vpn-table {
  border: 0.5px solid rgb(235, 235, 235);
  height: 225px;
  padding: 15px 0;
  position: relative;
}

.vpn-table [class*="col-"] {
  min-height: 160px;
  padding-top: 10px;
}

.vpn-table:nth-of-type(-n + 2) [class*="col-"]:nth-of-type(2) {
  margin-top: -15px;
  padding: 0;
}

.vpn-table:hover {
  background-color: rgba(168, 232, 255, 0.137);
  border: 0.5px solid lightblue;
  cursor: pointer;
}

.vpn-table .checkmark {
  margin-top: 10px;
  line-height: 16px;
  font-size: 14px;
}

#bottom-promo {
  max-height: 150px;
  padding: 20px 10px;
}

.popup {
  position: absolute;
  top: 0;
  z-index: 996;
  width: 100vw;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#popup-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100vw;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
}

#popup-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100vw;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
  padding: 10px;
  max-width: 300px;
  margin: 50px auto;
  background-color: white;
  color: black;
  border: 1px solid gray;
  border-radius: 5px;
  text-align: left;
}

.info {
  display: inline;
}

#info:hover {
  cursor: pointer;
}

.number-ranking {
  font-size: 1.5em;
  padding: 20px 0;
  display: block;
  height: 100%;
}


.leaderboard .row {
  border-bottom: 0.3px solid lightgray;
  padding: 15px 5px;
}

.leaderboard .row:hover {
  background-color: rgba(216, 216, 216, 0.411);
}

.leaderboard p {
  margin: 0;
}

.mobile-img {
  height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}

.disclaimer {
  height: 100px;
  padding: 5px 0;
}

.disclaimer:hover {
  background-color: white !important;
}

.orange-button {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 85, 0, 0.85) 0%,
    rgb(255, 85, 0) 100%
  );
  box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;
  font-size: 1em;
  color: white;
  border: none;
  width: 100%;
  padding: 8% 0;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 10px;
}

.green-button {
  background-color: #f8621e;
  box-shadow: rgb(148, 148, 148) 2px 2px 7px 0px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  border: none;
  width: 170px;
  display: block;
  margin: 10px auto;
  padding: 7% 0;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

article:first-of-type {
  padding-top: 40px;
}

#vpn-article-button {
  padding: 2% 0 !important;
}

.link-blue {
  color: #3537f5;
  font-weight: 400;
  text-decoration: underline;
}

.link-blue:hover {
  font-weight: 800;
}

.find-out-more {
  position: absolute;
  top: 63%;
  right: 7.2%;
}

.star-container {
  display: flex;
  font-size: 18px;
  justify-content: center;
  color: rgb(255, 206, 127) !important;
}

.star-container i {
  width: 13px;
  margin-right: 8px;
}

.review-box {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  box-sizing: border-box;
}

.review-box [class*="col-"]:first-of-type {
  border-right: 1px solid lightgray;
}

.review-box [class*="col-"]:nth-of-type(2) {
  padding-left: 15px;
  background-color: rgba(242, 242, 242, 0.3);
}

.review-box .operative-system {
  padding: 10px 0;
}

.review-box h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 950px) {
  .toggle-display {
    display: none;
  }
  .menu {
    position: absolute;
    left: -999px;
    top: 35px;
    width: 50vw;
    background-color: #222222;
    height: calc(100vh - 35px);
    z-index: 999;
  }
  .menu-item {
    float: none;
    color: white;
    padding: 0.2rem;
    margin-left: 10px;
    margin-top: 10px;
  }
  .menu-item-has-children a {
    margin-bottom: 0;
  }
  .sub-menu {
    left: 46.7vw;
    top: -10px;
    padding: 0;
    white-space: nowrap;
    display: none;
    background: #222222;
    z-index: 3;
    box-shadow: none;
  }
  .sub-menu li {
    margin: 0;
    width: 100%;
  }
  .sub-menu li:hover {
    background: none;
  }
  .sub-menu a {
    float: none;
    color: white;
    margin: 0;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
    background-color: #222222;
    text-transform: none;
  }
  .sub-menu a:hover {
    color: white;
  }
  #burger-menu {
    display: block;
    font-size: 2em;
    margin-top: 8px;
    position: fixed;
  }
  #best-seller {
    border: none;
  }
  .exit {
    font-size: 1em;
    display: block;
    width: 200px;
  }
  .main-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 850px) {
  #overlay {
    display: none;
  }
  #add {
    left: 0;
  }
}

@media only screen and (max-width: 780px) {
  .top-menu .checkmark {
    font-size: 13px;
  }
  #add-disclaimer {
    width: 300px;
  }
  article {
    padding: 0;
  }
  p {
    line-height: 1.5em;
  }
  form * {
    width: 100% !important;
  }
  .logo-container {
    left: 5%;
  }
  .ranking {
    margin-top: 15px;
  }
  .ranking * {
    font-size: 16px;
  }
  .rank {
    font-size: 32px;
  }
  .button-container {
    margin: 0px auto;
    max-width: 350px;
    float: none;
  }
  .vpn-img-container {
    width: 150px;
    margin: 10px auto;
  }
  .orange-button {
    margin-top: 0;
    padding: 5% 0;
  }
  .blogg-table {
    width: 100vw;
  }
  #article-floater .orange-button {
    padding: 15px 5px;
    font-size: 2vw;
    margin-top: 10px;
  }
  .article-list li {
    font-size: 16px;
  }
  .vpn-table {
    border: 1px solid lightgray;
    margin: 5px 0;
    text-align: center;
    padding-top: 10px;
    height: 350px;
  }
  #vpn-table {
    padding: 10px;
  }
  .vpn-table [class*="col-"] {
    min-height: auto;
    padding-top: 0;
  }
  .vpn-table .full-img {
    width: 80%;
  }
  #bottom-promo {
    max-height: 400px;
    margin: 0 auto;
    padding: 10px 40px;
  }
  .popup-content {
    top: 20%;
    left: 25%;
    max-width: 300px;
  }
  .sm-link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  .info {
    font-size: 12px;
  }
  .vpn-article-img {
    width: 100%;
    height: auto;
  }
  #review-header {
    border: none !important;
    padding: 10px 40px;
  }
  .review-box {
    border: none;
  }
  .review-box [class*="col-"]:first-of-type {
    border: none;
  }
  .review-box [class*="col-"]:nth-of-type(2) {
    background-color: transparent;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-image .alignright {
    float: none !important;
    display: block;
  }
  .wp-block-image img {
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .main-title {
    white-space: normal;
  }
}

.post-content-wrapper img {
  max-width: 100%;
}
/*
    Theme Name: Navn
    Theme Author: Flow Digital AS
    Version: 1.0
    Description: Theme for page
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: navn
*/

/* Commons */

:root {
  --primary-color: ;
  --primary-color-accent: ;
  --secondary-color: ;
  --secondary-color-accent: ;
  --cta-color: ;
  --cta-color-accent: ;
  --title-color: ;
  --text-color: ;
  --width-large: 1100px;
  --width-small: 900px;
}

html {
  font-size: 1rem;
}

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "", sans-serif;
}

* {
  box-sizing: border-box;
}

/* Containers */

.container-fluid {
  width: 100%;
  padding: 8vh 0;
  background-color: #f9f9f9;
}

.container-large {
  max-width: var(--width-large);
  margin: 0 auto;
}

.container-small {
  max-width: var(--width-small);
  margin: 0 auto;
}

/* upper-review */

.upper-review {
  padding-top: unset;
}

.title-row {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 2rem;
}

.provider-content-row {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  height: fit-content;
}

.provider-content-row {
  justify-content: space-between;
}

.upper-review .provider-name {
  font-size: 45px;
}

.provider-img {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
  height: 100px;
}

.provider-content-row figure {
  object-fit: contain;
  overflow: hidden;
  box-shadow: 0 0 5px #dbdbdb;
  height: 100%;
  width: 100%;
  display: flex;
}

.provider-content-row a {
  width: 100%;
  display: flex;
  align-items: center;
}

.provider-content-row img {
  width: 100%;
  padding: 5px;
}

.provider-subtitle-container {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}

.provider-subtitle {
  display: flex;
  flex-direction: row;
  background-color: #307bfa30;
  margin-right: 2rem;
  border-radius: 4px;
}

.provider-subtitle p {
  margin: unset;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-right: 2px;
}

.fancy-check {
  padding: 3px 6px 0;
}

.provider-bulletpoint {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
}

.starContainer {
  margin-bottom: 10px;
}

.total-score {
  font-weight: 700;
}

/* mid-section */

.mid-section-container {
  width: 100%;
  padding: 3rem;
  box-shadow: 0 0 5px #dbdbdb;
  background-color: #fff;
  margin: 4rem 0;
}

.mid-section {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  height: fit-content;
}

.mid-section p {
  margin: unset;
  color: #717171;
}

.mid-section-left {
  display: flex;
  flex-direction: column;
}

.mid-section-left h3 {
  font-size: 20px;
  margin-top: unset;
  font-weight: 700;
}

.mid-section-mid {
  margin-right: 8rem;
}

.mid-section-mid-img {
  display: flex;
  flex-direction: row;
}

.mid-section-mid img {
  width: 50px !important;
  height: 40px;
  padding: 8px;
  object-fit: contain;
}

.mid-section-right {
  display: flex;
  flex-direction: column;
}

.mid-section-button a {
  padding: 0.7rem 2rem;
  background: #f8763d;
  border-radius: 0.2rem;
  box-shadow: #00000060 2px 2px 5px;
  color: #fff;
  font-weight: 800;
  display: block;
  text-align: center;
  text-decoration: none;
}

.provider-link {
  display: flex;
  justify-content: center;
  margin-top: 7px;
  font-weight: 700;
  font-size: 14px;
}

/* post content */

.post-content {
  margin: 0 auto 4rem auto;
  display: grid;
  grid-template-columns: 75% 25%;
}

.sidebar {
  position: relative;
}

.post-content .content {
  margin-right: 2rem;
  padding: 0;
}

.main-content-img {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 1rem;
}

.main-content-img img {
  width: 100%;
  height: auto;
}

.main-content-img-full {
  display: flex;
  flex-direction: column;
}

figcaption, .wp-caption-text {
  align-self: flex-start;
  font-style: italic;
  font-size: 0.8em;
  color: grey;
  text-align: left;
  line-height: 1.5;
}

/* provider floater */

.provider-floater-container {
  display: none;
  height: 110px;
  margin: -10px 0;
  box-shadow: #0000001f 0px 0px 6px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  background-color: #f9f9f9;
}

.provider-floater {
  width: 90vw;
  margin: auto;
  grid-template-columns: 20% 10% 50% 20%;
  height: fit-content;
  display: grid !important;
  margin-top: 1rem;
}

.provider-floater-img {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
  justify-content: center;
}

.provider-link {
  display: flex;
  justify-content: center;
}

.provider-floater figure {
  object-fit: contain;
  overflow: hidden;
}

.provider-floater img {
  width: 100%;
}

.provider-score-container {
  display: flex;
  justify-content: center;
}

.provider-score-container h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.provider-score-container p {
  display: flex;
  align-items: center;
  color: #7c7c7c;
  margin: unset;
  font-size: 18px;
}

.mid-section-mid-floater {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mid-section-mid-floater img {
  width: 60px !important;
  height: 40px;
  padding: 8px;
  object-fit: contain;
}

/* Reusable Block: Inline provider for review */

.wp-block-columns {
  box-shadow: 0 0 5px #dbdbdb;
  padding: 5px 0;
  margin: 40px 0;
}

.wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: unset;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-column {
  text-align: center;
  display: flex;
  justify-content: center;
}

.wp-block-column p {
  display: flex;
  align-items: center;
  color: #0070e1;
  margin-bottom: unset;
}

.wp-block-column a {
  font-weight: 700;
}

.wp-block-column li {
  margin-bottom: unset;
  font-size: 15px;
}

.price-column {
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-column li {
  font-weight: 700;
}

.third-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #767676;
}

/* Toc */

.sidebar .toc-container {
  padding: 0.25rem 1rem;
  position: sticky;
  top: 7rem;
}

.sidebar h2:first-of-type {
  margin: 0 0 0.5rem 0;
  font-size: 18px;
}

.sidebar #toc-content {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar .toc-item {
  padding: 0.33rem 0.5rem;
  border-left: 2px solid #e0e0e0;
  background-color: #ffffff;
  margin-bottom: 4px;
}

.sidebar .toc-item a {
  color: var(--text-color);
  text-decoration: none;
}

.sidebar .active-toc-item {
  border-left: 2px solid #307bfa;
}

.sidebar .active-toc-item a {
  color: #307bfa;
  font-weight: 500;
}

#toc-heading span.material-icons {
  display: none;
}

/* Media: Tablet */

@media screen and (max-width: 1030px) {

  /* Containers */
  .container-small, .container-large {
    padding: 0 4vw;
  }

  .provider-subtitle {
    margin: unset;
  }

  .provider-subtitle p {
    font-size: 12px;
  }

  .provider-subtitle-container {
    margin: unset;
  }

  .provider-bulletpoint {
    padding-left: 2rem;
  }

  .mid-section {
    padding: unset;
    grid-template-columns: 20% 50% 30%;
  }

  .mid-section-mid {
    padding-left: 2rem;
  }

  .provider-floater {
    grid-template-columns: 40% 20% 40%;
  }

  .mid-section-mid-floater {
    display: none;
    padding: unset;
  }
}

/* Media: Mobile */

@media screen and (max-width: 750px) {
  .mid-section-mid-floater {
    display: none;
  }

  .provider-floater {
    display: flex !important;
    flex-direction: row;
    padding: 0px 10px;
    width: 100%;
  }

  .provider-floater-img {
    padding: unset;
    padding-right: 1rem;
  }

  .mid-section-right {
    padding-left: 1rem;
  }

  .mid-section-right .provider-link {
    display: none;
  }

  .mid-section-button {
    font-size: 14px;
    padding: 0.5rem 2rem;
  }

  .mid-section-button a {
    font-weight: 700;
  }

  .provider-content-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mid-section-container {
    box-shadow: none;
    background-color: unset;
    padding: unset;
  }

  .mid-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mid-section-mid {
    margin: unset;
    padding: unset;
  }

  .upper-review .provider-name {
    font-size: 28px;
  }

  .title-row {
    margin: unset;
    text-align: center;
  }

  .provider-content-row figure {
    box-shadow: unset;
  }

  .mid-section .mid-section-right {
    width: 100%;
    padding: 1rem;
  }

  .mid-section .mid-section-button {
    display: none;
  }

  .provider-subtitle-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .provider-subtitle {
    margin: 0 1rem;
    padding-right: 1rem;
  }

  .provider-subtitle-container h3 {
    font-size: 28px;
    padding-left: 2rem;
    padding-top: unset;
    margin-top: unset;
  }

  .provider-subtitle-container .starContainer {
    margin-bottom: unset;
    padding-right: 2rem;
    margin-top: 4px;
  }

  .mid-section-button.lg-none {
    margin: 1rem;
    padding: 1rem 6rem;
  }

  .provider-bulletpoint {
    display: none;
  }

  .mid-section-container {
    margin: 1rem 0 0;
  }

  .mid-section-left p, .mid-section-mid p {
    text-align: center;
  }

  .price-column {
    padding: unset;
    margin: unset;
  }

  .third-column {
    padding: unset;
    display: flex;
    flex-direction: row;
  }

  .wp-block-column .link-section {
    margin-bottom: 1rem;
  }

  .main-content-img {
    float: none;
    width: 100% !important;
    padding: unset;
  }
}

@media only screen and (max-width: 992px) {
  .toc-container {
    margin-top: 0;
  }

  .toc-container {
    max-width: unset;
  }

  .sidebar h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.2rem;
  }

  .toc-container {
    margin-bottom: 4rem;
  }

  .toc-content {
    margin-top: 10px;
    border-radius: 0;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: fit-content;
    transition: max-height 0.3s ease-in-out;
  }

  #toggle-toc {
    position: absolute;
    right: 0;
    font-size: 2rem;
    display: block;
    top: 20px;
    transform: translateY(-50%);
  }

  .expand-toc {
    max-height: fit-content !important;
    transition: max-height 0.25s ease-in;
  }

  .toc-container sub {
    display: block;
    position: absolute;
    bottom: unset;
    top: -20px;
  }

  .toc-item {
    padding: 10px 0;
    font-size: 0.8rem;
    font-family: "Muli Semi-bold";
  }

  .toc-item.active-toc-item {
    border-left: none !important;
  }

  .toc-item:last-of-type {
    border-bottom: 1px solid lightgray;
  }
}

@media only screen and (max-width: 600px) {
  .toc-heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1030px) {
  .sidebar {
    display: none;
  }

  .post-content {
    display: flex;
  }
}

.post-content .content {
  margin-right: unset;
  padding: 0 1rem;
}

@media screen and (min-width: 750px) {
  .mid-section-button.lg-none {
    display: none !important;
  }
}.container-fluid {
    width: 100%;
    background-color: white;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    background-color: white;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

[class*="col-"] {
    float: left;
    padding: 5px 10px;
}

.padding-none {
    padding: 0;
}

.padding-none * {
    padding: 0;
}

.leaderboard .row:first-of-type .number-ranking::before {
    content: "1";
}

.leaderboard .row:nth-of-type(2) .number-ranking::before {
    content: "2";
}

.leaderboard .row:nth-of-type(3) .number-ranking::before {
    content: "3";
}

.leaderboard .row:nth-of-type(4) .number-ranking::before {
    content: "4";
}

.leaderboard .row:nth-of-type(5) .number-ranking::before {
    content: "5";
}

.leaderboard .row:nth-of-type(6) .number-ranking::before {
    content: "6";
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

[class*="col-push-"] {
    display: block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.col-6.sm-none.pull-right img {
    width: 100% !important;
    height: auto !important;
}

.col-6.sm-none.pull-left img {
    width: 100% !important;
    height: auto !important;
}

.col-12.lg-none img {
    width: 100% !important;
    height: auto !important;
}

.col-12.lg-none .expert-img {
    width: 20% !important;
}

.size-full {
    width: 100%;
    height: auto;
}

.wp-block-image img {
    height: auto;
}

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

.full-width img {
    width: 100% !important;
    height: auto;
}

[id*="attachment_"] {
    width: 100% !important;
}

.expert-img {
    width: 20% !important;
    height: 70% !important;
    margin: 0 auto;
    display: block;
}

.col-push-1 {
    width: 8.33%;
}

.col-push-2 {
    width: 16.66%;
}

.col-push-3 {
    width: 25%;
}

.col-push-4 {
    width: 33.33%;
}

.col-push-5 {
    width: 41.66%;
}

.col-push-6 {
    width: 50%;
}

.col-push-7 {
    width: 58.33%;
}

.col-push-8 {
    width: 66.66%;
}

.col-push-9 {
    width: 75%;
}

.col-push-10 {
    width: 83.33%;
}

.col-push-11 {
    width: 91.66%;
}

.col-push-12 {
    width: 100%;
}

@media only screen and (max-width: 780px) {
    .alignright {
        float: left;
    }
    .col-sm-push-1 {
        width: 8.33%;
    }
    .col-sm-push-2 {
        width: 16.66%;
    }
    .col-sm-push-3 {
        width: 25%;
    }
    .col-sm-push-4 {
        width: 33.33%;
    }
    .col-sm-push-5 {
        width: 41.66%;
    }
    .col-sm-push-6 {
        width: 50%;
    }
    .col-sm-push-7 {
        width: 58.33%;
    }
    .col-sm-push-8 {
        width: 66.66%;
    }
    .col-sm-push-9 {
        width: 75%;
    }
    .col-sm-push-10 {
        width: 83.33%;
    }
    .col-sm-push-11 {
        width: 91.66%;
    }
    .col-sm-push-12 {
        width: 100%;
    }
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .sm-none {
        display: none;
    }
    .order-sm-one {
        order: 1;
    }
    .order-sm-two {
        order: 2;
    }
    .order-sm-three {
        order: 3;
    }
    .order-sm-four {
        order: 4;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-container {
        max-width: 350px;
        margin: 10px auto;
    }
    h1 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 780px) {
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .lg-none {
        display: none;
    }
}.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 200%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
}

#add {
  font-family: "Open Sans", sans-serif;
  max-width: 900px;
  background-color: white;
  margin: 20vh auto;
  height: 470px;
  display: flex;
  text-align: center;
  border-radius: 0;
}

#add a {
  width: 60% !important;
  text-decoration: none;
}

#exit {
  cursor: pointer;
}

.popup-container {
  position: relative;
}

.popup-container h4 {
  width: 400px;
  text-align: center;
  color: #33353e;
  font-size: 2.6em;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 800;
}

.popup-container p {
  width: 380px;
  font-weight: 700;
  color: #425c6d;
  margin-bottom: 30px !important;
  font-style: normal;
}

.right-box {
  background-color: #c8252d;
  width: 40%;
}

.right-box img {
  position: absolute;
  height: 270px;
  left: -60px;
  bottom: 70px;
}

.right-box p {
  color: white;
  float: right;
  width: 50px;
  font-size: 2em;
  margin-top: -3px !important;
}

.left-box {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.left-box img {
  max-width: 270px;
  align-self: center;
}

.icons {
  justify-content: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.icons img {
  height: 50px;
}

.icons h6 {
  margin-top: 0;
  color: black !important;
}

.icons .col-3 {
  width: 29% !important;
}

.button-wrapper p:last-of-type {
  font-weight: 400;
  font-size: 14px;
}

.button {
  background-color: #c8252d;
  max-width: 300px;
  padding: 15px 0px;
  font-size: 1.2em !important;
  text-decoration: none;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(66 66 66);
  -moz-box-shadow: 0px 0px 10px 0px rgb(66 66 66);
  box-shadow: 0px 0px 10px 0px rgb(66 66 66);
  transition: 200ms all ease-in-out;
}

.button:hover {
  color: #ffffff;
  background-color: #a60404;
  border-color: #a60404;
}
.box-right {
    background-color: #1D487E;
    width: 40%;
  }
  
  .box-right img {
    position: absolute;
    height: 440px !important;
    left: -125px;
    bottom: 90px;
  }
  
  .logo-nordvpn {
    max-width: 390px;
    align-self: center;
    height: 85px !important;
  }
  
  .btn {
    background-color: #F64F64;
    padding: 15px 70px;
    font-size: 1.2em !important;
    text-decoration: none;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(66 66 66);
    -moz-box-shadow: 0px 0px 10px 0px rgb(66 66 66);
    box-shadow: 0px 0px 10px 0px rgb(66 66 66);
    transition: 200ms all ease-in-out;
  }
  
  .btn:hover {
    color: #ffffff;
    background-color: #f73a53;
    border-color: #f73a53;
  }

  .box-right p {
  color: white;
  float: right;
  width: 50px;
  font-size: 2em;
  margin-top: -3px !important;
}.star {
  color: #ffb400;
  color: var(--star-color);
}

.text-yellow-300 {
  color: #ffb400;
  color: var(--star-color);
}

.stop-color-star {
  stop-color: #ffb400;
  stop-color: var(--star-color);
}

.fix-star {
  left: 5px;
  position: relative;
}

.ranking_table {
  max-width: 90ch;
  margin: 1.5em auto;
}

.table_list header {
  padding: 0.5em 0.5em 0 0.5em;
  border-bottom: 2px solid hsl(0, 0%, 90%);
}
.table_list header {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "logo title score";
  /* border:1px solid red; */
}

.placeholder {
  height: 3em;
}

.table_list .partner_logo {
  display: grid;
  grid-area: logo;
  margin-top: 0.5rem;
}

.table_list .partner_logo a {
  align-self: center;
}

.table_list header img {
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-height: 8em;
}

.table_list header .table_title {
  padding: 0 1.5em;
  grid-area: title;
}

.table_title .heading_2 {
  font-size: 1.8em;
  margin-bottom: 0.3em;
  margin-top: 1rem;
}

.table_title .heading_2 a {
  color: #333333;
  text-decoration: none !important;
}

.table_title .heading_2 a:hover {
  color: hsl(156deg 79% 29%);
  color: var(--ribbon-color);
}

.ranking_table {
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 1em;
  background: white;
  box-shadow: 0.2em 0.2em 0.5em 0.3em hsl(0deg 0% 90%);
}

.table_list .score {
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.5em;
  /* margin-top:0.5em; */
  grid-area: score;
}

.table_list .score .right {
  display: flex;
  justify-content: flex-end;
  height: 45px;
}

.table_list .description {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2em;
  margin: 2em;
  justify-items: start;
}

.table_list .description ul {
  /* list inside */
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  line-height: 1.8em;
  padding: 0;
}

.table_list .description li p {
  display: inline;
}
/* replace list bullet with svg */
.table_list .description li::before {
  content: url('https://vpnportalen.dk/wp-content/plugins/compadoplugin/img/badge-check.svg');
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  top: 0.5em;
  right: 0.5em;
  margin-left: 0.5em;
}

.table_list .description ul li {
  margin-bottom: 0.7em;
}

.description ul li {
  list-style: none;
}
.description li {
  margin: 0;
  margin-right: 15px;
}

.icons .item img {
  display: block;
  position: relative;
  margin: 2px auto;
}

.icons .item {
  width: 80px;
}

.icons .item p {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  text-align: center;
  color: gray;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}
.px-4 {
  padding: 0 2em;
}

.button-2xl {
  font-size: 1.5em;
}

.rounded {
  border-radius: 0 0 1em 1em;
}
.round {
  border-radius: 0.5em;
}

.bg-gray-100 {
  background-color: hsl(0deg 0% 94%);
}

.table_list .actions {
  display: flex;
  justify-content: center;
  padding: 0.5em 2em 2em 2em;
}

.table_list .center {
  display: flex;
  justify-content: center;
  padding: 0.4em;
}

.table_list .y-center {
  align-self: center;
}
.mt-4 {
  margin-top: 0.75em;
}

.h-5 {
  height: 1em;
}
.w-5 {
  width: 1em;
}

.h-4 {
  height: 0.9em;
}
.w-4 {
  width: 0.9em;
}

.pointer {
  cursor: pointer;
}

.highlight-link p {
  background: hsl(205deg 100% 97%);
  background: var(--secondary-color-light);
  border-radius: 1em;
  padding: 0 0.3em;
  border: 1px solid hsl(205deg 96% 18%);
  border: 1px solid var(--secondary-color);
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 0.83em;
}
.highlight-link {
  color: hsl(205deg 96% 18%);
  color: var(--secondary-color);
  text-decoration: none !important;
}

.primary-color a {
  color: hsl(205deg 96% 18%);
  color: var(--primary-color);
}
.primary-color a:hover {
  text-decoration: none;
}

/* tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 9px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  min-width: 80px;
  /* Align center calc */
  left: 0;

  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* cta button */
.table_list .cta_button {
  background: #ea0020;
  background: var(--primary-color);
  padding: 0.5em 4em;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important;
  margin-right: 1rem;
}
.table_list .cta_button:hover {
  background: #b30018;
  background: var(--primary-color-dark);
  box-shadow: 0.09em 0.09em 0 0.1em hsl(0deg 0% 90%);
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0.1em;
}
.relative {
  position: relative;
}

.ribbon {
  position: absolute;
  top: -1.4em;
  left: 0;
  z-index: 1;
  background: hsl(156deg 79% 29%);
  background: var(--ribbon-color);
  color: white;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 1em 0em 0em 0em;
}

.hidden {
  display: none !important;
}

.open {
  display: block;
}
.status .open {
  display: none;
}
.closed {
  display: none;
}
.status .closed {
  display: block;
}

.subtitle_pricing p {
  margin-bottom: 0.3em;
}

.more_space {
  margin-top: 1.8em;
}

/* mobile */
@media screen and (max-width: 990px) {
  .icons .item {
    width: 65px;
  }
  .tooltip .tooltiptext {
    min-width: 65px;
  }
}

@media screen and (max-width: 767px) {
  .table_list header {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "logo score" "title title";
  }
  .table_title h2 {
    margin-top: 1em;
  }
  .icon-wrapper {
    max-width: 50%;
  }

  .table_list .description {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "list";
  }
  .table_list .description ul {
    grid-area: list;
  }
  .table_list .description img {
    margin: 0 auto;
    grid-area: image;
  }

  .icons .item {
    width: 50px;
  }
  .tooltip .tooltiptext {
    min-width: 50px;
  }

  .plus {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 17px;
    border: 1px solid #17c37d;
    border-radius: 50%;
    color: #17c37d;
    position: relative;
    margin: 0 auto;
  }

  .md\:block {
    display: block !important;
  }

  .button-2xl {
    font-size: 1.2em;
  }

  .table_list header img {
    max-height: 100px;
  }
}

/* desktop */
@media screen and (min-width: 991px) {
  .lg\:space-between {
    justify-content: space-between !important;
  }
  .lg\:flex-end {
    justify-content: flex-end !important;
  }
}

.lorenrow {
  margin-bottom: 80px;
}

.lorencolumn .table_list header,
.col-sm-5 .table_list header {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "logo score" "title title";
}
.lorencolumn .table_title h2,
.col-sm-5 .table_title h2 {
  margin-top: 1em;
}
.lorencolumn .icon-wrapper,
.col-sm-5 .icon-wrapper {
  max-width: 50%;
}

.lorencolumn .table_list .description,
.col-sm-5 .table_list .description {
  grid-template-columns: 1fr;
  grid-template-areas: "image" "list";
}
.lorencolumn .table_list .description ul,
.col-sm-5 .table_list .description ul {
  grid-area: list;
}
.lorencolumn .table_list .description img,
.col-sm-5 .table_list .description img {
  margin: 0 auto;
  grid-area: image;
}

.lorencolumn .icons .item,
.col-sm-5 .icons .item {
  width: 50px;
}
.lorencolumn .tooltip .tooltiptext,
.col-sm-5 .tooltip .tooltiptext {
  min-width: 50px;
}

.lorencolumn .plus,
.col-sm-5 .plus {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 17px;
  border: 1px solid #17c37d;
  border-radius: 50%;
  color: #17c37d;
  position: relative;
  margin: 0 auto;
}

.lorencolumn .md\:block,
.col-sm-5 .md\:block {
  display: block !important;
}

.lorencolumn .button-2xl,
.col-sm-5 .button-2xl {
  font-size: 1.2em;
}

.lorencolumn .table_list header img,
.col-sm-5 .table_list header img {
  max-height: 100px;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
