@charset "utf-8";
/* CSS Document */


/* make the footer stick to bottom */
html,
body {
	height: 100%;
}

#wrap {
	min-height: 77%;
}

#main {
	overflow: auto;
	margin-bottom: 10px;
	clear: both;
}

/* must be same height as the footer */
#footer {
	background-color: #005293;
	display: block;
	width: 100%;
	color: #fff;
	height: auto;
	padding: 20px 0;
	position: relative;
	clear: both;
	font-size: 16px;
	line-height: 20px;
}

.textblock {
	clear: both;
}

.textblock img {
	margin: 0 10px 5px 0;
	max-width: 100%;
	height: auto;
}

.textblock blockquote {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 2em;
	font-size: 1.1em;
	font-style: italic;
	background: #f9f9f9;
	border-left: 6px solid #2f5233;
	border-radius: 4px;
	color: #333;
}

.textblock blockquote::before {
	content: "“";
	font-size: 3em;
	position: absolute;
	left: 10px;
	top: -10px;
	color: #2f5233;
	opacity: 0.3;
}

.textblock blockquote p {
	margin: 0;
}

.textblock blockquote footer {
	text-align: right;
}

.textblock ul {
	max-width: 90%;
	padding-left: 1rem;
}

.textblock ul li {
	left: 0 !important;
	text-transform: none !important;
	display: list-item !important;
	float: none !important;
	text-align: left !important;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
	font-size: 1.1rem !important;
	font-family: 'Roboto Condensed Var', sans-serif !important;
	font-weight: 300;
	margin-bottom: 1rem;
}

.normal ol {
	max-width: 90%;
	padding-left: 2rem;
}

.normal ol li {
	text-transform: none !important;
	display: list-item !important;
	float: none !important;
	text-align: left !important;
	font-size: 1.1rem !important;
	line-height: 1.4;
	font-family: 'Roboto Condensed Var', sans-serif !important;
	font-weight: 300;
	margin-bottom: 1rem;
}


.blueright {
	border-left: 5px solid #09F;
}

.textblock p a:link,
.textblock ul li a:link,
.textblock ul li a:visited,
.textblock p a:visited {
	text-decoration: underline !important;
	color: #00C !important;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/* end of footer stick */

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed Var', sans-serif;
	background-color: #fff;
}

p {
	font-family: 'Roboto Condensed Var', sans-serif;
	font-weight: 300;
	line-height: 1.4;
}

.text {
	font-weight: bold;
}

#logowrap {
	background-color: #005293;
	width: 100%;
	padding: 10px 0;
}

#logowrap img {
	max-width: 100%;
	height: auto;
}

#logo {
	width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.logo-text {
	display: flex;
	align-items: center;
	gap: 15px;
}

.title-group {
	display: flex;
	flex-direction: column;
}

.site-title {
	font-size: 60px;
	font-family: 'Roboto Condensed Var', Verdana, sans-serif;
	font-weight: 800;
	color: #FECB00;
	line-height: 1;
	text-transform: uppercase;
}

.sub-title {
	font-size: 18px;
	color: #FECB00;
}

#logo a:link,
#logo a:visited {
	text-decoration: none;
	display: block;
}

.vertical-section {
	width: 100%;
	padding: 40px 0;
}

.front-h1 {
	font-size: 75px;
	line-height: 70px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: #D3D3D3;
}


/* slider */
.hero-slider {
	position: relative;
	width: 100%;
	height: 440px;
	overflow: hidden;
}

.hero-slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.5s ease;
}

.hero-slider .slide.active {
	opacity: 1;
}

@media (max-width: 768px) {
	.hero-slider {
		height: 250px;
	}
}



#header {
	display: block;
	width: 100%;
	height: 55px;
	padding-top: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#header-menu {
	margin: auto;
	width: 850px;
}

#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: white;
	float: left;
	width: 100%;
}

#header-menu li {
	float: left;
	margin: 0 1em 0 0;
}

#header-menu a {
	text-decoration: none !important;
	display: block;
	width: 6em;
	padding: 0 0.5em;
	font-weight: bold;
	border-bottom: 0.5em solid grey;
	color: grey;
}

#header-menu a:hover {
	border-bottom: 0.5em solid black;
	color: black;
}

#header-menu a:active {
	border-bottom: 0.5em solid black;
	color: black;
}

#content {
	background-color: #fff;
	display: block;
	min-height: 500px;
	width: 100%;
}

#skyltfonster,
#article {
	max-width: 1250px;
	min-height: 460px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
}

#skyltfonster h1,
#article h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

#article h1 {
	margin: 0 0 50px 0;
}

#skyltfonster h2 {
	clear: both;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

#skyltfonster p,
#article p {
	font-size: 1.2rem;
	max-width: 867px;
}

#skyltfonster p a,
#skyltfonster p a:link,
#skyltfonster p a:visited,
#related li a,
#article table td a:link,
#article table td a:visited {
	color: #03C !important;
	text-decoration: underline !important;
}

#skyltfonster p img,
#skyltfonster p img:hover {
	max-width: 100%;
	height: auto !important;
	border: none;
}

#skyltfonster #sokruta {
	float: none;
}

#skyltfonster .bluelink {
	color: #00F !important;
	text-decoration: underline !important;
}

.categories {
	padding: 0 !important;
	width: 130px !important;
	display: inline-block !important;
	float: none !important;
}

#brandselector {
	display: block;
	clear: both;
	margin: 25px auto;
	max-width: 450px;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	background-color: #d6e8f7;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2rem;
}

#brandselector form {
	float: none;
	margin: 0 auto;
}

#skyltfonster .brandselect {
	display: block;
	clear: both;
	float: none;
	vertical-align: middle;
	width: 320px;
	align-content: center;
	border: 1px solid grey;
	border-radius: 8px;
	padding: 10px;
	margin: 30px auto;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#skyltfonster .brandselect select {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: grey;
	width: 300px;
}

#skyltfonster .brandselect input[type="button"] {
	margin-top: 10px;
	width: 300px;
	height: 30px;
	font-size: 16px;
}

/* === Contentblocks === */
.contentblock {
	max-width: 885px;
	margin: auto;
}

h2.centercaps {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

.subcat-link {
	text-transform: none;
	font-size: 12px;
	text-decoration: none;
	color: #00C !important;
}

#breadcrumbs {
	width: 885px;
	margin: 0 auto;
	clear: both;
	font-style: italic;
}

#breadcrumbs ol {
	padding-left: 0;
}

#breadcrumbs ol li {
	display: inline-block;
	list-style-type: none;
	text-transform: capitalize;
	float: none;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Roboto Condensed Var', sans-serif;
	font-size: 12px;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #03C !important;
	text-decoration: underline !important;
}

.brandtext ul {
	list-style-type: circle !important;
	left: 0 !important;
}

.brandtext ul li {
	display: block !important;
	float: none !important;
	text-align: left !important;
}

/* ================
framsidans block
================= */

#frontblocks {
	width: 100%;
	margin: 20px 0;
}

#frontblocks .flexwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#frontblocks .blocks {
	flex: 1 1 calc(50% - 10px);
	box-sizing: border-box;
	background: #fff;
	/* vit bakgrund */
	border: 1px solid #e6e6e6;
	/* ljus ram */
	border-radius: 10px;
	/* rundade hörn */
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	/* mjuk skugga */
	padding: 12px;
	/* luft runt innehållet */
	overflow: hidden;
	/* fix för rundade hörn */
	transition: transform .15s ease, box-shadow .15s ease;
}

#frontblocks .blocks:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#frontblocks .blocks img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	border-radius: 8px;
	/* matchar kortet */
}

#frontblocks .blocks p {
	margin-top: 10px;
}

.imagewrap {
	position: relative;
	display: block;
}

.blockbadge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 768px) {
	#frontblocks .blocks {
		flex: 1 1 100%;
	}
}

/***************
 Varumärkeslistan
 ****************/

.brand-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 6px 20px;
	margin-bottom: 25px;
}

.brand-columns p {
	margin: 0;
}

.brand-columns p a {
	text-decoration: none;
}




/* =============
     kategori herobilder
========================
*/
#catimg img {
	max-width: 867px;
	height: auto;
	border: none;
	z-index: 0;
}

#catimg img:hover {
	border: none;
}

#catimg .catimg-caption {
	display: block;
	position: relative;
	margin-top: -35px;
	z-index: 1;
	background-color: #fff;
	width: max-content;
	padding: 5px;
	max-width: 90%;
	left: 5px;
	font-style: italic;
	border-radius: 5px;
}

/* ==================================== */
/* === Knappar === */
/* ==================================== */

/* === default form buttons === */
form select,
form button {
	font-family: inherit;
	font-size: 1rem;
	padding: 0.4em 0.8em;
	border: 1px solid #444;
	background-color: white;
	color: #111;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

form button:hover {
	background-color: #eee;
	border-color: #000;
}

input[type="button"],
input[type="submit"] {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	background-color: #1a2a3d;
	color: #ffffff;
	padding: 0.6em 1.2em;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transition: background-color 0.2s ease, transform 0.15s ease;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #333333;
}

input[type="button"]:active,
input[type="submit"]:active {
	transform: scale(0.98);
}




/* ==================================== */
/* ===      PRODUKTGRID 250605      === */
/* ==================================== */


/* === PRODUKTGRID parent === */
.productfeed {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	justify-content: center;
	gap: 10px;
	padding: 10px 0;
}

.productfeed ul {
	all: unset;
	display: contents;
}

/* === PRODUKTGRID kort === */
.productfeed li {
	list-style: none;
	border-radius: 8px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
	padding: 20px 12px 50px 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.2s ease;
	border: 2px solid #e8e8e8;
	max-width: 300px;
	width: 100%;
	justify-self: center;
	box-sizing: border-box;
}

.productfeed li:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

@media (max-width: 599px) {
	.productfeed {
		grid-template-columns: 1fr 1fr;
	}

	.productfeed li {
		max-width: none;
		width: 100%;
		justify-self: stretch;
	}
}

/* === PRODUKTGRID REA-badge === */
.productfeed .product-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #CB0404;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 5px;
	z-index: 1;
}

@media (max-width: 480px) {}

/* === PRODUKTGRID namn === */
.productfeed .productname {
	color: #000;
	width: 100%;
	text-align: center;
	padding: 5px;
	border-radius: 6px 6px 0 0;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productfeed .productname h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	line-height: 1.2;
}

/* === PRODUKTGRID bild === */
.productimage {
	width: 100%;
	aspect-ratio: 3 / 4;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 5px 0;
}

.productimage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* === PRODUKTGRID prisruta === */
.productfeed .pricelink {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
	border-top: 1px solid #ddd;
	margin-bottom: 8px;
	line-height: 1.4;
	padding: 6px 0 0 0;
	font-weight: bold;
	white-space: nowrap;
}

.productfeed .pricelink::first-line {
	font-weight: bold;
	font-size: 16px;
}

.productfeed .discount {
	color: #CB0404;
}

.productfeed .discount::first-line {
	font-weight: bold;
	font-size: 16px;
}

.productfeed .discount .oldprice {
	display: inline;
	font-weight: normal;
	font-size: 13px;
	text-decoration: line-through;
	color: #777;
	margin-left: 6px;
}

/* === PRODUKTGRID beskrivning === */
.productfeed .infobox {
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	text-align: left;
	max-height: 60px;
	position: relative;
	overflow: hidden;
	word-break: break-word;
	overflow-wrap: break-word;
}

.productfeed .infobox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
}

/* === PRODUKTGRID länk === */
.productfeed .readmore-button {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1a2a3d;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	padding: 8px 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: background 0.2s ease;
	z-index: 2;
}

.productfeed .readmore-button:hover {
	background-color: #285425;
}

/* === PRODUKTGRID bild med extra badges === */
.productimage-with-badges {
	position: relative;
}

.badgewrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.badge {
	background: #ffcc00;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

/* === PRODUKTGRID responsiv kolumnkontroll === 
@media (max-width: 999px) {
  .productfeed ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .productfeed ul {
    grid-template-columns: 1fr;
  }
}

*/



/* === TOC === */
.textblock .toc {
	background-color: #f9f9fc;
	border: 1px solid #d0d0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.textblock .toc .toc-header {
	display: block;
	font-size: 1.2em;
	margin-bottom: 12px;
	color: #333;
	text-transform: uppercase;
}

.textblock .toc ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 0;
}

.textblock .toc li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	list-style-type: none;
}

.textblock .toc li::before {
	content: "›";
	position: absolute;
	left: 0;
	color: #0054a6;
	font-size: 1.1em;
	line-height: 1;
}

.textblock .toc a {
	text-decoration: none;
	color: #0054a6;
	font-weight: 500;
	transition: color 0.2s ease;
}

.textblock .toc a:hover {
	color: #002d5c;
	text-decoration: underline;
}


/************
   THUMBS / LINK CARDS
************/
.link-with-thumbnail {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.25s ease;
}

.link-with-thumbnail:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background: #fafafa;
}

.link-with-thumbnail img.thumb {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #CCC;
	flex-shrink: 0;
	display: block;
	transition: transform 0.3s ease;
}

.link-with-thumbnail:hover img.thumb {
	transform: scale(1.05);
}

.link-with-thumbnail p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

.link-with-thumbnail a {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.link-with-thumbnail a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.link-with-thumbnail {
		flex-direction: row;
		align-items: center;
		padding: 0.75rem;
	}

	.link-with-thumbnail img.thumb {
		width: 33%;
		aspect-ratio: 1 / 1;
		border-radius: 8px;
	}

	.link-with-thumbnail p {
		width: 67%;
		margin: 0;
		padding-left: 1rem;
		box-sizing: border-box;
	}
}


/************
GUIDE-CARDS - används på start och som interntips
*************/
.guide-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 2rem 0;
}

.guide-grid a {
	text-decoration: none !important;
}

.guide-card {
	display: flex;
	flex-direction: column;
	width: calc(25% - 10px);
	/* FIX: nu får du två bredvid varandra */
	background: #fff;
	border: 1px solid #e0dcd7;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	color: inherit;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	cursor: pointer;
}

.guide-card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.guide-image {
	width: 100%;
	height: 160px;
	/* Ändra vid behov */
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #e0dcd7;
}

.guide-content {
	padding: 1rem;
}

.guide-content h3 {
	font-size: 1.1rem;
	color: #4d2c18;
	margin: 0 0 0.5rem 0;
}

.guide-content p {
	font-size: 0.9rem;
	color: #5c4a3d;
	margin: 0;
}


@media screen and (max-width: 768px) {
	.guide-card {
		width: 100%;
	}
}


/********************
      AUTHOR
	  ****************/

.author-box {
	background: #f9f9f9;
	border-radius: 6px;
	padding: 15px;
	max-width: 400px;
	margin: 20px auto;
	/* Centrerat på mobil */
}

.author-heading {
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 8px;
}

.author-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.author-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #ddd;
}

.author-text {
	display: flex;
	flex-direction: column;
	min-width: 250px;
}

.author-name {
	font-weight: bold;
	margin: 0;
}

.author-title {
	color: #666;
	font-size: 14px;
	margin: 0;
}

/* Desktop: Flytta allt åt vänster */
@media screen and (min-width: 768px) {
	.author-box {
		margin-left: 0;
		margin-right: auto;
	}
}


/************
	OSORTERAT
	****************/

#suggestlist ul li a:link,
#suggestlist ul li a:visited {
	text-decoration: underline !important;
	color: #00C !important;
}

#related {
	clear: both;
	padding-top: 20px;
}

#related ul {
	left: 0px;
}

#related li {
	display: list-item;
	float: none;
	text-align: left;
	text-transform: capitalize;
	list-style-type: disc;
	left: 0px;
}

.menurow {
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #3799CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}

.menurow:hover {
	background: #A6A6A6;
}

#footer .block {
	width: 885px;
	margin: auto;
}

#footer .block h3 {
	color: #fff;
	font-size: 24px;
	font-family: 'Oswald', Verdana;
	font-weight: normal;
}

#footer a {
	color: #fff;
}

.greytext {
	color: grey;
}

.floatLeft {
	float: left;
	display: block;
}

.table {
	float: left;
	display: block;
	text-align: center;
	margin-right: 25px;
}

.table table {
	border: 1px solid black;
}

.table caption {
	font-weight: bold;
	width: 100%;
	background: #3799CD;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
}

.table tr:nth-child(even) {
	background: #CCC;
}

.table tr:nth-child(odd) {
	background: #FFF;
}

.textblock.normal table {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: max-content;
	max-width: 100%;
	box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.2);
}

blockquote {
	font-style: italic;
	font-size: 18px;
	border-left: 5px solid #1a2a3d;
	padding-left: 10px;
}

.break-wide {
	clear: both;
}

/* Responsive menu */
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*Search form styling på söksidan */
.form-container {
	width: 353px !important;
	height: 49px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	-moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0, 0, 0, .5);
}

.search-field {
	float: left;
	width: 250px;
	height: 34px;
	margin: 6px 0 0 8px;
	padding: 0 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #888;
	font-style: italic;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(top, #f5f5f5, #ffffff);
	-moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

.search-field:focus {
	outline: 0;
	color: #666;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #dadada inset;
	-webkit-box-shadow: 0 1px 1px #dadada inset;
	box-shadow: 0 1px 1px #dadada inset;
}

.submit-container {
	float: left;
	width: 60px;
	height: 32px;
	margin: 7px 0 0 7px;
	padding: 0;
	cursor: pointer;
	background: #e63c0d;
	border: 1px solid #d62700;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55f15), to(#e63c0d));
	background-image: -webkit-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -moz-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -ms-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -o-linear-gradient(top, #f55f15, #e63c0d);
	background-image: linear-gradient(top, #f55f15, #e63c0d);
	-moz-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
}

.submit-container:hover,
.submit-container:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
	background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
	background-image: linear-gradient(top, #e63c0d, #f55f15);
	-moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}

.submit-container:active {
	outline: 0;
	-moz-box-shadow: 0 1px 6px #e4340b inset;
	-webkit-box-shadow: 0 1px 6px #e4340b inset;
	box-shadow: 0 1px 6px #e4340b inset;
}

.submit {
	float: left;
	width: 60px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid #000;
	background: url(../imgs/form-magnifier.png) 20px 6px no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.clickbutton {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff !important;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 10px 0 20px 0;
	max-width: 300px;
}

.clickbutton:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

.clickbutton:active {
	background: #3cb0fd;
	color: #fff;
	position: relative;
	top: 1px;
}

.clickbutton:visited {
	color: #fff !important;
}

.clickbutton a:link,
.clickbutton a:visited {
	color: #fff !important;
}


/***** TABLE css ***/

/* Responsive table */
/* Generic Styling, for Desktops/Laptops */
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

table a:link {
	text-decoration: underline !important;
}

table a:hover {
	color: #06F !important;
}

/* Zebra striping */
tr:nth-of-type(odd) {
	background: #e4e1e1;
}

th {
	background: #086793;
	color: white;
	font-weight: bold;
}

td,
th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}

.table-scrollable {
	overflow-x: auto;
	white-space: nowrap;
}


/* tabell där första kolumnen fryses och resten kan sidoscrollas */
.table-freeze-first-col {
	border-collapse: collapse;
	width: 100%;
}

.table-freeze-first-col th,
.table-freeze-first-col td {
	white-space: nowrap;
	padding: 6px 10px;
	border: 1px solid #ccc;
}

/* Frys första kolumnen */
.table-freeze-first-col th:first-child,
.table-freeze-first-col td:first-child {
	position: sticky;
	left: 0;
	background: #086793;
	color: white;
	font-weight: bold;
	z-index: 5;
}

/* Första headern behöver extra z-index så den ligger över */
.table-freeze-first-col thead th:first-child {
	z-index: 10;
}




#article p a {
	text-decoration: underline !important;
	color: #00c !important;
}

/********************
        FAQs
*******************/

.faq-container {
	margin-top: 20px;
}

.faq-question {
	cursor: pointer;
	padding: 15px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
}

.faq-question:hover {
	background-color: #e9e9e9;
}

.faq-answer {
	display: none;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
}

.faq-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.rotate {
	transform: rotate(180deg);
}


/***********
   BUTTONS
************/

.button-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}

.SingleButton {
	display: inline-block;
	max-width: 265px;
	width: 100%;
	background-color: #28a745;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.SingleButton:hover {
	background-color: #222;
}


.storelogobutton-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0;
	gap: 20px;
}

.storelogobutton {
	display: inline-block;
	padding: 20px 30px;
	background-color: #f2f2f2;
	border-radius: 12px;
	text-align: center;
	transition: all 0.2s ease;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	min-width: 200px;
	min-height: 80px;
	touch-action: manipulation;
}

@media (max-width: 600px) {
	.storelogobutton {
		max-width: 100%;
	}
}

.storelogobutton:hover {
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
	background-color: #e8e8e8;
}

.storelogobutton:active {
	transform: scale(0.97);
}

.storelogobutton-img {
	max-width: 300px;
	height: auto;
	vertical-align: middle;
	pointer-events: none;
	/* Bilden ska inte blockera klicket */
}



/* === Flexblock === */
/*flexblock*/
.flexcontainer {
	display: flex;
	flex-flow: row wrap;
	gap: 2%;
	/* justerbar mellanrum mellan kolumner */
}

.flexitem-33 {
	flex: 0 1 calc(100% / 3 - 2%);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 10px;
}

.flexitem-50 {
	flex: 0 1 calc(50% - 4%);
	margin-bottom: 10px;
}

.flexitem-50 img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 600px) {

	.flexitem-33,
	.flexitem-50 {
		flex: 1 0 100%;
	}
}

/* === Pros & Cons specialblock === */
.flexcontainer.proscons .flexitem-50 {
	flex: 0 1 calc(50% - 4%);
	border: 1px solid #e0e6eb;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.flexcontainer.proscons .flexitem-50 h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 4px;
}

.flexcontainer.proscons .flexitem-50 ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: disc;
}

.flexcontainer.proscons .flexitem-50 li {
	margin-bottom: 8px;
	line-height: 1.5;
}

/* Specifika färger */
.flexcontainer.proscons .flexitem-50.pros {
	background: #e9f7ef;
	/* grön ton för fördelar */
	border-color: #c7e6d3;
}

.flexcontainer.proscons .flexitem-50.pros h2 {
	color: #26734d;
	border-color: #26734d;
}

.flexcontainer.proscons .flexitem-50.cons {
	background: #fff4f4;
	/* röd ton för nackdelar */
	border-color: #f1c7c7;
}

.flexcontainer.proscons .flexitem-50.cons h2 {
	color: #b82e2e;
	border-color: #b82e2e;
}



.padded-rounded {
	flex-basis: 30%;
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 10px;
	margin: 3px;
}

.padded-rounded h3 {
	text-transform: uppercase;
	font-size: 16px;
}

/*******
	Featured content
******/

.blackbox {
	background-color: #000;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
}

.beige {
	background-color: #d3c09d;
	padding: 10px;
	margin-top: 15px;
	border-radius: 10px;
}

.beige h2 {
	padding-top: 0px !important;
	margin-top: 5px;
}

p.highlighted {
	border-left: 5px solid #9696ff;
	padding-left: 10px;
}

.featured-img {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	max-width: 275px;
	height: auto;
}

.featured-img img {
	border: none !important;
	max-width: 100%;
	height: auto;
}

.featured h3 {
	padding-left: 10px;
	color: #000;
	margin-top: 0px;
	padding-top: 10px;
}

.h3over {
	background-color: black;
	color: #fff !important;
	display: block;
	z-index: 1;
	position: relative;
	top: 50px;
	padding: 7px !important;
	margin: 0;
	max-width: 175px;
	font-family: 'Roboto Condensed Var', sans-serif;
	font-weight: normal;
}

.featured h4 {
	color: #808080;
	font-size: 14px;
}

.featured p {
	font-size: 14px;
}

.featured a:link,
.featured a:visited,
.featured a:hover {
	text-decoration: none !important;
}

/************
   SEARCH
*************/
.overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.overlay.active {
	display: block;
}

#search-wrapper {
	position: fixed;
	right: 10px;
	display: flex;
	z-index: 100;
}

#search-icon {
	cursor: pointer;
	position: fixed;
	right: 15px;
	color: #fff;
}

#search-container {
	overflow: hidden;
	width: 0;
	position: fixed;
	right: 10px;
	transition: width 0.5s ease;
}

#search-container.focused,
#search-container.active {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#search-box {
	width: 100%;
	padding: 17px;
	border: 1px solid white;
}

/* SEARCH desktop */
#search-wrapper {
	top: 10px;
}

#search-container.focused,
#search-container.active {
	width: 300px;
}

#search-container {
	right: 0;
}

#search-icon {
	cursor: pointer;
	position: fixed;
	right: 15px;
	top: 10px;
	font-size: 40px;
	color: #fff;
	background-color: #2a5282;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

/* MOBILE-ONLY */
.mobile-only {
	display: none;
}

/********************************************
      Samlade mobilcss
*********************************************/
@media screen and (max-width: 600px) {
	#content {
		margin: 0 auto;
		width: 90%;
	}

	#logo {
		width: 95%;
		justify-content: left;
		padding-top: 10px;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	#logo a {
		display: table-row;
		align-items: center;
	}

	#logowrap {
		position: fixed;
		z-index: 99;
		background-color: #005293;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}

	#logowrap img {
		max-width: 50px;
		height: auto;
	}

	#main {
		padding-top: 80px;
	}

	.front-h1 {
		font-size: 45px;
		line-height: 45px;
	}

	.wrapper {
		width: 100%;
	}

	#skyltfonster,
	#article,
	#breadcrumbs {
		width: 100%;
	}

	#skyltfonster h1,
	#article h1 {
		font-size: 1.5rem;
		line-height: 1.2;
		width: 95%;
		margin-bottom: 25px;
	}

	h2.centercaps {
		font-size: 1.5rem;
	}



	#skyltfonster p,
	#article p {
		font-size: 1.1rem;
	}

	#skyltfonster p img {
		min-height: unset;
		width: 100%;
		height: auto;

	}

	body {
		font-size: 14px;
		padding-top: 0px;
	}

	.site-title {
		font-size: 24px;
		padding-left: 0px;
		bottom: 0px;
	}

	.sub-title {
		font-size: 12px;
		margin-left: 0;
		bottom: 0;
	}

	#skyltfonster p a:link,
	#skyltfonster p a:visited,
	#related li a:link,
	#related li a:visited,
	#catimg .catimg-caption a:link,
	#catimg .catimg-caption a:visited {
		color: #03C !important;
		text-decoration: underline !important;
	}

	#footer .block {
		width: 95%;
	}

	#catimg img {
		max-width: 100%;
	}

	#catimg .catimg-caption {
		margin-top: -50px;
	}

	#skyltfonster form {
		width: 95%;
		margin-bottom: 20px;
	}

	.contentblock {
		width: 95%;
	}

	.textblock p a:link,
	.textblock ul li a:link,
	.textblock ul li a:visited,
	.textblock p a:visited {
		text-decoration: underline !important;
		color: #00C !important;
	}

	.clickbutton a:link,
	.clickbutton a:visited {
		color: #fff !important;
	}

	.flexcontainer {
		flex-flow: column wrap;
	}

	.featured-img {
		max-width: 100%;
		height: auto;
	}

	.h3over {
		top: 45px;
	}

	.dotted-left {
		border: none;
		margin-right: 0px;
	}

	.toc {
		max-width: 90%;
	}

	#related li {
		font-size: 16px;
		padding: 3px;
		line-height: 24px;
	}

	#related ul {
		width: 90% !important;
	}

	.break-wide {
		clear: none;
	}

	iframe {
		max-width: 100% !important;
		width: 100% !important;
		min-height: 250px;
		height: auto !important;
	}

	#article a:link,
	#article a: {
		text-decoration: underline !important;
		color: #00c !important;
	}

	#article img {
		max-width: 100%;
		height: auto;
	}

	.form-container {
		max-width: 95% !important;
	}

	.search-field {
		max-width: 55% !important;
	}

	.SingleButton {
		max-width: 90%;
		margin-bottom: 10px;
	}

	#brandselector {
		max-width: 100%;
	}

	/* SEARCH MOBILE */
	.overlay.active {
		width: 99%;
	}

	#search-wrapper {
		width: 95%;
		top: 80px;
	}

	#search-container {
		right: 0;
		top: 55px;
	}

	#search-container.focused,
	#search-container.active {
		width: 80%;
	}

	#search-icon {
		right: 10px;
		top: 10px;
		font-size: 30px;
		width: 36px;
		height: 36px;
		padding: 1px;
		background-color: #0273bf;
	}

	/* MOBILE-ONLY */
	.mobile-only {
		display: block;
	}
}


/* NAV MENU NEW */
@media screen and (max-width: 600px) {
	nav {
		width: 250px;
		height: 100%;
		position: fixed;
		top: 0;
		left: -250px;
		background-color: #2a5282;
		overflow-y: auto;
		transition: right 3s;
		z-index: 100;
	}

	nav.active {
		left: 0;
	}

	nav ul {
		list-style: none;
		padding: 25px 0 0 0;
		margin: 0;
	}

	nav ul li {
		padding: 0px;
		margin: 15px 3px;
	}

	nav ul li a:link,
	nav ul li a:visited {
		display: block;
		color: #fff !important;
		padding: 8px;
		text-decoration: none;
		text-transform: uppercase !important;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto;
	}

	.menu-button {
		position: fixed;
		top: 10px;
		right: 55px;
		z-index: 101;
		cursor: pointer;
		color: #fff;
		font-size: 24px;
		padding: 2px 0 0 0;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		background-color: #0273bf;
	}

	.overlay {
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
	}

	.overlay.active {
		display: block;
	}

	#header {
		height: 0px;
	}
}

/* NAV Menu New Desktop view */
@media (min-width: 768px) {
	nav {
		height: 40px;
		width: 885px;
		position: relative;
		color: #000;
		text-align: center;
		font-family: 'Oswald', Verdana;
		margin: 0 auto;
		font-size: 14px;
	}

	nav ul {
		padding: 0;
		margin: 0 auto;
		height: 40px;
		display: inline-block;
	}

	nav li {
		display: inline;
		margin: 0 0.3em 0 0;
	}

	nav a:link,
	nav a:visited {
		color: #fff;
		display: inline-block;
		width: 100px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		color: #000;
		border-bottom: 0.5em solid #294169;
		text-transform: uppercase;
	}

	nav li:last-child a {
		border-right: 0;
	}

	nav a:hover {
		border-bottom: 0.5em solid #3799cd;
	}

	nav a:active {
		border-bottom: 0.5em solid #3799cd;
	}

	.menu-button,
	.overlay,
	.close-button {
		display: none;
	}
}

/* ===  – fristående undermeny för kategorisidor === */
nav.subnav {
	all: unset;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 1em 0 0;
}

nav.subnav a {
	all: unset;
	display: inline-block;
	background: #2a5282;
	color: #fff;
	padding: 10px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-family: 'Roboto Condensed Var', sans-serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
	flex: 1 1 auto;
	max-width: 180px;
}

nav.subnav a:hover {
	background: #294169;
}

#more-link {
	text-align: center;
	margin-top: 0.5em;
}

#more-link a::before {
	content: "▼";
	margin-right: 0.3em;
	font-size: 0.8em;
	color: #666;
}


/* Mobil: 2 kolumner som alltid fyller raden */
@media (max-width: 600px) {
	nav.subnav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* alltid 2 per rad */
		gap: 10px;
		justify-items: stretch;
		/* fyll ut kolumnerna */
	}

	nav.subnav a {
		flex: unset;
		/* flex behövs inte i grid */
		max-width: none;
	}


}

