﻿html { scroll-behavior: smooth; }
body { width: 100%; float: left; text-align: center; margin: 0; padding: 0; }
img { margin: 0; padding: 0; }

/* area */

.data { background: #ffffff; }	

.area
	{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
	@media screen and (max-width: 960px)
		{ .area { filter: none; padding: 0; } }	
		
/* arbetsyta */

.arbetsyta
	{
	background: #f5f5f5;
	display: table;
	width: 85%;
	max-width: 2000px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
	@media screen and (max-width: 2400px)	
		{ .arbetsyta { width: 90%; } }		
	
	@media screen and (max-width: 1600px)	
		{ .arbetsyta { width: 90%; } }	
	
	@media screen and (max-width: 1400px)
		{ .arbetsyta { width: 90%; } }	
		
	@media screen and (max-width: 1200px)
		{ .arbetsyta { width: 90%; } }		
	
	@media screen and (max-width: 960px)
		{ .arbetsyta { width: 100%; } }	
	
/* navigering */

.topnav
	{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
	z-index: 1000;
	}
	
	@media screen and (max-width: 1100px)
		{ .topnav
			{ 
			display: block;
			position: absolute;
			width: auto;
			height: auto;
			margin: 0;
			}
		}

.topnav-innehall
	{
	background-color: #000088;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1100px)
		{ .topnav-innehall
			{
			background: transparent;
			display: block;
			position: relative;
			top: 0;
			right: 0;
			width: 100%;
			height: auto;
			z-index: 1001;
			}
		}

.topnav a
	{
	display: inline-block;
	float: auto;
	text-align: center;
	font-family: 'Roboto Condensed', Open Sans, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;	
	margin: 0 -2px;
	padding: 25px 17px;
	text-decoration: none;
	}
	
	@media screen and (max-width: 2400px)
		{ .topnav a { font-size: 20px; padding: 23px 17px; } }
	
	@media screen and (max-width: 1800px)
		{ .topnav a { font-size: 20px; padding: 19px 14px; } }
	
	@media screen and (max-width: 1600px)
		{ .topnav a { font-size: 18px; padding: 17px 14px; } }
		
	@media screen and (max-width: 1400px)
		{ .topnav a { font-size: 17px; padding: 15px 10px; } }
		
	@media screen and (max-width: 1100px)
		{ .topnav a { font-size: 17px; padding: 12px 24px; } }		

	@media screen and (max-width: 960px)
		{ .topnav a { font-size: 17px; padding: 12px 24px; } }

	@media screen and (max-width: 560px)
		{ .topnav a { font-size: 15px; padding: 12px 18px; } }	

.topnav a:hover { color: #ffffff; background-color: #181ea5; text-decoration: none; }	

@media screen and (max-width: 1100px)
	{
	.topnav a:not(:first-child) { display: none; }
	.topnav a.icon
		{
		display: block;
		}
	}
		
.topnav.responsive {}	
	
	@media screen and (max-width: 1100px)
		{ .topnav.responsive
			{
			display: block;
			background-color: #000088; /* hover bg */
			width: 100%;
			text-align: left;
			}
		}

/*		
.topnav.responsive .topnav-innehall {}	
	
	@media screen and (max-width: 1100px)
		{ .topnav.responsive .topnav-innehall
			{
				border: 1px solid;
			display: block;
			width: 100%;
			text-align: left;
			}
		}
*/
		
.topnav .icon { display: none; }

	@media screen and (max-width: 1100px)
		{ .topnav .icon 
			{
			display: inline-block;
			width: 60px;
			height: 81px;
			background: transparent;
			margin: 0;
			padding: 0;
			text-align: center;
			filter: drop-shadow(0 0 6px rgb(1 1 1 / 1));
			}
		}
		
.topnav .icon img {	}
	
	@media screen and (max-width: 1100px)
		{ .topnav .icon img
			{
			position: relative;
			top: 23px;
			width: 32px;
			height: 32px;
			}
		}	
		
.topnav.responsive a.icon {}

	@media screen and (max-width: 1100px)
		{ .topnav.responsive a.icon
			{
			display: inline-block;
			width: 60px;
			height: 81px;
			background: transparent;
			margin: 0;
			padding: 0;	
			text-align: center;
			filter: none;
			}
		}
		
.topnav.responsive a {} /* länkar efter klick */

	@media screen and (max-width: 1100px)
		{ .topnav.responsive a
			{
			display: block;
			position: relative;
			width: 100%;
			float: left;
			text-align: left;
			}
		}
		
/* huvud */		
		
.huvud-nav
	{
	display: block;
	width: 85%;
	height: auto;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0;
	}
	
	@media screen and (max-width: 2400px)	
		{ .huvud-nav { width: 90%; } }		
	
	@media screen and (max-width: 1600px)	
		{ .huvud-nav { width: 90%; } }	
	
	@media screen and (max-width: 1400px)
		{ .huvud-nav { width: 90%; } }	
		
	@media screen and (max-width: 1200px)
		{ .huvud-nav { width: 90%; } }		
	
	@media screen and (max-width: 960px)
		{ .huvud-nav { width: 100%; } }	
		
.huvud
	{
	background: #181ea5;
	display: table;
	width: 100%;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.huvud-logo { text-align: left; }		

.huvud-logo img
	{
	position: relative;
	width: 240px;
	height: auto;
	top: 2px;
	margin: 0 0 0 32px;
	filter: drop-shadow(0 0 6px rgb(16 20 106 / 1));
	}
	
.huvud-logo img:hover { filter: drop-shadow(0 0 8px rgb(255 255 255 / 0.5)); }

	@media screen and (max-width: 1100px)
		{ .huvud-logo img
			{
			width: 240px;
			height: auto;
			top: 2px;
			left: 32px;
			}
		}	
		
	@media screen and (max-width: 960px)
		{ .huvud-logo img
			{
			width: 205px;
			height: auto;
			top: 2px;
			left: 32px;
			}
		}	
		
	@media screen and (max-width: 740px)
		{ .huvud-logo img
			{
			width: 195px;
			height: auto;
			top: 2px;
			left: 26px;
			}
		}
		
	@media screen and (max-width: 560px)
		{ .huvud-logo img
			{
			width: 180px;
			height: auto;
			top: 2px;
			left: 20px;
			}
		}		

.huvud-kontakt { position: relative; top: 2px; padding: 0 24px 0 0; text-align: right; }

	@media screen and (max-width: 960px)
		{ .huvud-kontakt { padding: 0 18px 0 0; } }

	@media screen and (max-width: 740px)
		{ .huvud-kontakt { padding: 0 16px 0 0; } }
		
	@media screen and (max-width: 560px)
		{ .huvud-kontakt { padding: 0 12px 0 0; } }	

.huvud-kontakt-info { display: inline-block; margin: 0 12px; padding: 0; }

	@media screen and (max-width: 740px)
		{ .huvud-kontakt-info { margin: 0 12px; } }
	
	@media screen and (max-width: 560px)
		{ .huvud-kontakt-info { margin: 0 4px; } }	

.huvud-kontakt-info-ikon { visibility: hidden; display: none; }

.huvud-kontakt-info-ikon:hover { filter: drop-shadow(0 0 8px rgb(255 255 255 / 0.5)); }

	@media screen and (max-width: 740px)
		{ .huvud-kontakt-info-ikon { visibility: visible; display: inline-block; } }
			
.huvud-kontakt-info-text
	{
	font-family: 'Roboto Condensed', "Open Sans", arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	overflow-wrap: break-word;
	margin: 0;
	padding: 0;
	visibility: visible; display: inline-block;
	}
	
	@media screen and (max-width: 1400px)
		{ .huvud-kontakt-info a { font-size: 15px; } }
	
	@media screen and (max-width: 740px)
		{ .huvud-kontakt-info-text { visibility: hidden; display: none; } }		
		
/* introbilder */
		
.intro
	{
	display: block;
	width: 100%;
	height: auto;
	float: left;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}

.introbilder-block
	{
	display: inline-block;
	position: relative;
	float: normal;
	width: 70%;
	top: -24px; /* fulhack mot topp */
	height: auto;
	margin: 0;
	padding: 0;
	}
		
	@media screen and (max-width: 960px)
		{ .introbilder-block { width: 90%; margin: 0; } }
		
.introbild-tn-block
	{
	width: 96%;
	height: auto;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
	}
	
	@media screen and (max-width: 1200px)
		{ .introbild-tn-block { width: 100%; padding: 0; } }
		
.introbild-tn-div-v2
	{
	border: 1px solid transparent;
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 0.6em;
	padding: 1px;
	box-shadow: 0 0 16px #cccccc;
	}
	
	@media screen and (max-width: 1200px)
		{ .introbild-tn-div-v2 { width: 110px; height: 110px; margin: 0.5em; box-shadow: 0 0 14px #cccccc; } }
		
	@media screen and (max-width: 960px)
		{ .introbild-tn-div-v2 { width: 90px; height: 90px; margin: 4px; box-shadow: 0 0 10px #cccccc; } }		
	
.introbild-tn-div-padding
	{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	}		
		
.column { }
	
.column img
	{
	opacity: 1;
	cursor: pointer;
	margin: 2px 0 0 0;
	}

.column img:hover { opacity: 0.8; }
	
.row:after
	{
	content: "";
	display: block;
	width: 100%;
	height: auto;
	clear: both;	
	}

.container
	{
	display: block;
	position: relative;	
	width: 98%;
	height: 100%;
	text-align: center;
	margin: 16px 0 16px 0;
	padding: 0 1%;
	}
	
	@media screen and (max-width: 1400px)
		{ .container { margin: 16px 0 16px 0; } }
		
	@media screen and (max-width: 960px)
		{ .container { width: 100%; margin: 0 0 16px 0; padding: 0; } }

.container img
	{
	width: 500px;
	height: 500px;
	margin: 0 0 16px 0;
	}

	@media screen and (max-width: 1600px)
		{ .container img { width: 500px; height: 500px; margin: 0 0 16px 0; padding: 0; } }	
		
	@media screen and (max-width: 1200px)
		{ .container img { width: 400px; height: 400px; margin: 0 0 16px 0; padding: 0; } }	
		
	@media screen and (max-width: 960px)
		{ .container img { width: 50%; height: auto; margin: 16px 0 16px 0; padding: 0 25%; } }
		
	@media screen and (max-width: 740px)
		{ .container img { width: 60%; height: auto; margin: 16px 0 16px 0; padding: 0 20%; } }	

	@media screen and (max-width: 560px)
		{ .container img { width: 70%; height: auto; margin: 16px 0 14px 0; padding: 0 15%; } }		

#imgtext
	{
	position: relative;
	width: 100%;	
	height: 54px;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', 'Open Sans', arial, helvetica, sans-serif; /* synk med p */
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	overflow-wrap: break-word;
	color: #000000;
	}
	
	@media screen and (max-width: 1200px)
		{ #imgtext { font-size: 15px; line-height: 26px; } }
	
	@media screen and (max-width: 960px)
		{ #imgtext { font-size: 15px; line-height: 25px; } }
	
	@media screen and (max-width: 740px)
		{ #imgtext { width: 96%; font-size: 15px; line-height: 23px; padding: 0 2% 0 2%; } }
		
.introbild-tn			/* tn kvadratisk bild */
	{
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	max-height: 94%;
	margin: 0;
	padding: 0;
	}
	
.introbild-tn-v2
	{
	position: absolute;
	top: 3px;
	left: 5px;
	width: 130px;
	height: 130px;
	margin: 0;
	padding: 0;
	}	

	@media screen and (max-width: 1200px)
		{ .introbild-tn-v2 { width: 100px; height: 100px; } }
		
	@media screen and (max-width: 960px)
		{ .introbild-tn-v2 { top: 2px; left: 4px; width: 82px; height: 82px; } }		

/* spalt */

.spalt
	{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 29%;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .spalt { width: 100%; } }
		
.spalt-lankar
	{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 48px 0 24px 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .spalt-lankar { padding: 24px 0 0 0; } }	

.spalt-lankar p
	{
	display: inline-block;
	background: #000088;
	width: 60%;
	color: #ffffff;
	padding: 2% 3%;
	margin: 1.5% 1%;
	}
	
	@media screen and (max-width: 1200px)
		{ .spalt-lankar p { width: auto; } }	
	
.spalt-lankar p:hover { color: #ffffff; background: #181ea5; text-decoration: none; }

/* tags */

.spalt-tags
	{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 24px 0 24px 0;
	}
	
.spalt-tags p
	{
	border: 1px solid #cccccc;
	display: inline-block;
	background: #ffffff;
	color: #181ea5;
	padding: 2% 3%;
	margin: 1.5% 1%;
	}
	
.spalt-tags p:hover { background: #ededed; text-decoration: none; }
	
/* tags ikon */
	
.material-icons.tags-ikon
	{
	font-size: 15px;
	color: #96d06b;
	position: relative;
	float: left;
	top: 5px;
	left: -1px;
	margin: 0 5px 0 0;
	padding: 0;
	}

	@media screen and (max-width: 1200px)
		{ .material-icons.tags-ikon { font-size: 15px; } }

	@media screen and (max-width: 960px)
		{ .material-icons.tags-ikon { font-size: 15px; top: 4px; left: -1px; margin: 0 4px 0 0; } }

	@media screen and (max-width: 560px)
		{ .material-icons.tags-ikon { font-size: 15px; top: 3px; left: -1px; margin: 0 3px 0 0; } }
		
/* rubrik */

.rubrik
	{
	display: block;
	width: 90%;
	float: left;
	text-align: center;
	margin: 48px 0 36px 0;
	padding: 0 5%;
	}
	
	@media screen and (max-width: 2400px)
		{ .rubrik { margin: 48px 0 24px 0; } }	
	
	@media screen and (max-width: 1400px)
		{ .rubrik { text-align: center; margin: 28px 0 12px 0; } }
		
	@media screen and (max-width: 960px)
		{ .rubrik { text-align: center; margin: 16px 0 12px 0; } }	
		
.rubrik-h2
	{
	width: 80%;
	padding: 0 10%;
	}
	
	@media screen and (max-width: 1400px)
		{ .rubrik-h2 { width: 100%; padding: 0; } }
		
	@media screen and (max-width: 960px)
		{ .rubrik-h2 { width: 100%; text-align: center; padding: 0; } }
		
	@media screen and (max-width: 560px)
		{ .rubrik-h2 { width: 100%; text-align: left; padding: 0; } }		
		
.ingress-medarbetare
	{
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	padding: 0;
	margin: 4px 10px 0 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .ingress-medarbetare { margin: 2px 10px 0 -2px; } }
	
.ingress-medarbetare img
	{
	width: 140px;
	height: 140px;
	}
	
	@media screen and (max-width: 2400px)
		{ .ingress-medarbetare img { width: 120px; height: 120px; } }
		
	@media screen and (max-width: 1400px)
		{ .ingress-medarbetare img { width: 100px; height: 100px; } }
		
	@media screen and (max-width: 960px)
		{ .ingress-medarbetare img { width: 80px; height: 80px; } }		
		
	@media screen and (max-width: 740px)
		{ .ingress-medarbetare img { width: 80px; height: 80px; } }	
		
	
/* usp punkter */
		
.usp { width: 100%; float: left; text-align: center; padding: 24px 0 0 0; }

	@media screen and (max-width: 960px)
		{ .usp { padding: 18px 0 0 0; } }	

.usp p
	{
	background: transparent;
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 6px;
	font-weight: 600;
	}
	
/* spec punkter */
		
.spec { width: 100%; float: left; text-align: center; padding: 24px 0 0 0; }

	@media screen and (max-width: 960px)
		{ .spec { padding: 18px 0 0 0; } }	

.spec p
	{
	background: transparent;
	display: block;
	text-align: left;
	padding: 0;
	margin: 12px 0;
	}

/* specifikationer */

.spec-info-rad
	{
	border-bottom: dotted 1px #999999;
	width: 100%;
	float: left;
	margin: 0;
	padding: 6px 0 5px 0;
	}
		
.spec-info-rad p { margin: 0; padding: 0; }

.spec-info-rad-mall { padding: 16px 0 12px 0; }

.spec-mall-block
	{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 3.5% 0 0;
	}
	
	@media screen and (max-width: 740px)
		{ .spec-mall-block { display: block; width: 100%; float: left; } }
		
.spec-mall-block-specifikationer {}

	@media screen and (max-width: 740px)
		{ .spec-mall-block-specifikationer { padding-bottom: 36px; } }		
		
.spec-mall-block-originalmallar {}

	@media screen and (max-width: 740px)
		{ .spec-mall-block-originalmallar { padding-top: 36px; border-top: dotted 1px #999999; } }
		
.spec-info-bild
	{
	background: #ededed;
	display: wrap;
	float: left;
	width: 140px;
	height: auto;
	vertical-align: top;
	text-align: center;
	margin: 0 16px 0 0;
	}
	
.spec-info-bild img
	{
	width: 90%;
	height: auto;
	position: relative;
	top: 4px;
	margin: 0 0 4px 0;
	}
	
.spec-info-bild-produktblad
	{
	background: #ffffff;
	display: flex;
	float: left;
	width: 140px;
	height: auto;
	vertical-align: top;
	text-align: center;
	margin: 0 16px 0 0;
	}
	
.spec-info-bild-produktblad img
	{
	width: 100%;
	height: auto;
	}	
		
/* mallar */
		
.mallar-v2-block-ikon
	{
	position: relative;
	top: 7px;
	color: #181ea5;
	margin: 0 2px 0 0;
	padding: 0;
	}	

/* egenskaper */

.egenskaper-v2
	{
	width: 100%;
	text-align: left;
	padding: 36px 0 36px 0;
	}

	@media screen and (max-width: 1400px)
		{ .egenskaper-v2 { padding: 0 0 64px 0; } }

	@media screen and (max-width: 960px)
		{ .egenskaper-v2 { padding: 48px 0 64px 0; } }
		
.egenskaper-v2-info { width: 96%; text-align: left; padding: 0 0 0 4%; }
		
.egenskaper-ikon
	{
	position: relative;
	color: #87c936;
	top: 4px;
	right: 2px;
	padding: 0;
	margin: 0;
	}	
		
.block-rubrik
	{
	display: inline-block;
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 42px 0;
	padding: 0;
	}	
	
	@media screen and (max-width: 2400px)
		{ .block-rubrik { margin: 0 0 36px 0; } }
	
	@media screen and (max-width: 1400px)
		{ .block-rubrik { margin: 0 0 24px 0; } }
	
	@media screen and (max-width: 960px)
		{ .block-rubrik { margin: 0 0 22px 0; } }
		
	@media screen and (max-width: 740px)
		{ .block-rubrik { margin: 0 0 18px 0; } }
		
.album-bild-block
	{
	display: inline-block;
	background-color: transparent;
	vertical-align: top;
	width: 22%;
	margin: 16px;
	padding: 0;
	}
	
	@media screen and (max-width: 4400px)
		{ .album-bild-block { width: 22%; margin: 14px; } }	

	@media screen and (max-width: 2400px)
		{ .album-bild-block { width: 22%; margin: 14px; } }
		
	@media screen and (max-width: 2000px)
		{ .album-bild-block { width: 22%; margin: 12px; } }
		
	@media screen and (max-width: 1600px)
		{ .album-bild-block { width: 30%; margin: 10px; } }
		
	@media screen and (max-width: 1200px)
		{ .album-bild-block { width: 46%; margin: 10px; } }
		
	@media screen and (max-width: 960px)
		{ .album-bild-block { width: 46%; margin: 8px; } }
		
	@media screen and (max-width: 560px)
		{ .album-bild-block { width: 44%; margin: 8px; } }
		
/* album */
				
.album-bild-block-2
	{
	background: #ffffff;
	width: 88%;
	max-width: 600px;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 6%;
	}
	
.album-bild-foto
	{
	width: 100%;
	max-width: 518px;
	height: auto;
	margin: 0 0 -1% 0;
	padding: 0;
	}

/* sektion */	
	
.sektion { padding: 36px 0 0 0; padding: 48px 0 48px 0; }

	@media screen and (max-width: 1200px)
		{ .sektion { padding: 42px 0 42px 0; } }
	
	@media screen and (max-width: 960px)
		{ .sektion { padding: 32px 0 32px 0; } }

/* brödsmulor */

.brod
	{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	float: left;
	margin: 2px 0 0 10px;
	}

.brod p 
	{
	font-family: 'Roboto Condensed', 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	line-height: auto;
	overflow-wrap: break-word;
	color: #333333;
	margin: 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ .brod p { font-size: 14px; } }
	
	@media screen and (max-width: 960px)
		{ .brod p { font-size: 13px; } }
		
.material-icons.md-20-brod { position: relative; top: 4px; font-size: 20px; margin: 0 -3px 0 -3px; padding: 0; }

	@media screen and (max-width: 1400px)
		{ .material-icons.md-20-brod { font-size: 20px; } }

	@media screen and (max-width: 960px)
		{ .material-icons.md-20-brod { font-size: 18px; } }

/* videoklipp */

.videoklipp
	{
	width: 1000px;
	height: 563px;
	}
	
	@media screen and (max-width: 2400px)
		{ .videoklipp { width: 800px; height: 450px; } }	
	
	@media screen and (max-width: 1200px)
		{ .videoklipp { width: 560px; height: 315px; } }	
	
	@media screen and (max-width: 960px)
		{ .videoklipp { width: 400px; height: 225px; } }
		
	@media screen and (max-width: 560px)
		{ .videoklipp { width: 300px; height: 169px; } }
		
.meny-fot-v2
	{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	background-image: linear-gradient(#000088, #181ea5);
	margin: 0;
	padding: 14px 0 14px 0;
	}

.fot-block { display: block; width: 100%; }

.fot-block-2
	{
	width: 95%;
	padding: 6px 2.5% 0 2.5%;
	}
	
@media screen and (max-width: 560px)
	{ .fot-block-2 { width: 92%; padding: 6px 4% 0 4%; } }	

.fot-rubrik
	{
	display: block;
	width: 100%;
	text-align: left;
	margin: 8px 0 0 0;
	}
	
	@media screen and (max-width: 560px)
		{ .fot-rubrik { margin: 6px 0 0 0; } }	
	
.fot-info
	{
	display: inline-block;
	position: relative;
	width: 49.5%;
	/* max-width: 300px;
	float: left; */
	vertical-align: top; 
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
	@media screen and (max-width: 560px)
		{ .fot-info { width: 49%; margin: 0; } }
		
.fot-info p, .fot-rubrik p 
	{
	font-family: 'Roboto Condensed', 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	overflow-wrap: break-word;
	color: #e5e8f6;
	margin: 0 0 16px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .fot-info p { font-size: 15px; line-height: 23px; margin: 0 0 15px 0; } }
	
	@media screen and (max-width: 560px)
		{ .fot-info p { font-size: 15px; line-height: 23px; margin: 0 0 14px 0; } }
		
.fot-info a { color: #e5e8f6; text-decoration: none; }
.fot-info a:hover { color: #ffffff; text-decoration: underline; }
	
.fot-info-social
	{
	display: inline-block;
	float: left;
	width: auto;
	margin: 0 0 16px 0;
	}
	
	@media screen and (max-width: 740px)
		{ .fot-info-social
			{
			display: block;
			width: 100%;
			text-align: center;
			}
		}	
	
.fot-info-ikon-g
	{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin: 0 22px 0 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .fot-info-ikon-g { width: 28px; height: 28px; margin: 0 16px 0 0; } }
		
	@media screen and (max-width: 740px)
		{ .fot-info-ikon-g { float: none; } }			
	
.fot-info-ikon-fb
	{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin: 0 22px 0 0;
	}
	
	@media screen and (max-width: 1200px)
		{ .fot-info-ikon-fb { width: 28px; height: 28px; margin: 0 16px 0 0; } }
		
	@media screen and (max-width: 740px)
		{ .fot-info-ikon-fb { float: none; } }	
	
.fot-info-ikon-yt
	{
	display: inline-block;
	position: relative;
	vertical-align: top;
	float: left;
	width: 32px;
	height: auto;
	margin: 0 22px 0 0;
	top: 6px;
	}	
	
	@media screen and (max-width: 1200px)
		{ .fot-info-ikon-yt { width: 28px; height: auto; top: 5px; margin: 0 16px 0 0; } }	

	@media screen and (max-width: 740px)
		{ .fot-info-ikon-yt { float: none; margin: 0; } }	
		
.underfot
	{
	background: #000088;
	display: block;
	width: 100%;
	height: 64px;
	float: left;
	text-align: center;
	padding: 16px 0 0 0;
	}
	
.underfot-text
	{ margin: 0 6px; }	
		
/* typer */		

h1
	{
	font-family: 'Roboto Condensed', "Open Sans", sans-serif;
	font-size: 58px;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	font-style: normal;
	overflow-wrap: break-word;
	/*color: #1a1a1a;*/
	color: #000000;
	width: 100%;
	margin: 0 auto 18px auto;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ h1 { font-size: 48px; margin: 8px auto 14px auto; } }	
		
	@media screen and (max-width: 1200px)
		{ h1 { font-size: 40px; line-height: 46px; margin: 18px auto 10px auto; } }			

	@media screen and (max-width: 960px)
		{ h1 { font-size: 34px; line-height: 40px; margin: 18px auto 10px auto; } }	
		
	@media screen and (max-width: 560px)
		{ h1 { font-size: 30px; line-height: 34px; margin: 18px auto 10px auto; } }	
	
h2
	{
	font-family: 'Roboto Condensed', "Open Sans", arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	overflow-wrap: break-word;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ h2 { font-size: 18px; line-height: 26px; margin: 0 0 18px 0; } }
		
	@media screen and (max-width: 1200px)
		{ h2 { font-size: 17px; line-height: 21px; margin: 0 0 12px 0; } }
	
	@media screen and (max-width: 960px)
		{ h2 { font-size: 16px; line-height: 22px; margin: 0 0 10px 0; } }
		
	@media screen and (max-width: 560px)
		{ h2 { font-size: 15px; line-height: 21px; margin: 0 0 10px 0; } }		
		
h3
	{
	font-family: 'Roboto Condensed', "Open Sans", arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 30px;
	font-style: normal;
	overflow-wrap: break-word;
	/*color: #3f3f3f;*/
	color: #000000;
	width: 100%;
	float: left;
	margin: 16px 0 48px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ h3 { font-size: 28px; margin: 16px 0 36px 0; } }
		
	@media screen and (max-width: 960px)
		{ h3 { font-size: 24px; margin: 16px 0 32px 0; } }
		
h4 
	{
	font-family: 'Roboto Condensed', "Open Sans", arial, helvetica, sans-serif;
	font-weight: 500;
	font-size: 23px;
	font-style: normal;
	line-height: 28px;
	overflow-wrap: break-word;
	/*color: #3f3f3f;*/
	color: #000000;
	margin: 0 0 18px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ h4 { font-size: 21px; line-height: 26px; margin: 0 0 14px 0; } }
		
	@media screen and (max-width: 960px)
		{ h4 { font-size: 19px; line-height: 24px; margin: 0 0 12px 0; } }

p 
	{
	font-family: 'Roboto Condensed', "Open Sans", arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	overflow-wrap: break-word;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
	@media screen and (max-width: 1400px)
		{ p { font-size: 17px; line-height: 26px; margin: 0 0 18px 0; } }
	
	@media screen and (max-width: 960px)
		{ p { font-size: 16px; line-height: 23px; margin: 0 0 16px 0; } }

/* material icons fallback */

@font-face
	{
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url(../types/material_icons.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;
	}
	
/* element */

.w100fl { width: 100%; float: left; }

.w100flc
	{
	display: table;
	width: 80%;
	position: relative;
	max-width: 1400px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10%;
	}
	
	@media screen and (max-width: 2200px)
		{ .w100flc { width: 80%; padding: 0 10%; } }
	
	@media screen and (max-width: 1400px)
		{ .w100flc { width: 90%; padding: 0 5%; } }
		
	@media screen and (max-width: 960px)
		{ .w100flc { width: 90%; padding: 0 5%; } }	
		
/* modal */
		
.modal
	{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 0;
	}

.modal-content
	{
	display: table;
	height: 100%;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    background: transparent;
    color: #333;
    padding: 0;
	}
	
	@media screen and (max-width: 960px)
		{ .modal-content { max-width: 100%; max-height: 100%; } }	

.modal-content-rad { display: table-row; }
.modal-content-cell { display: table-cell; vertical-align: middle; }

.modal-content img
	{
	width: 2800px;
	max-width: 65%;
	height: auto;
	}
	
	@media screen and (max-width: 3400px)
		{ .modal-content img { width: 2800px; max-width: 65%; height: auto; } }			
	
	@media screen and (max-width: 2400px)
		{ .modal-content img { width: 1800px; max-width: 60%; height: auto; } }		
	
	@media screen and (max-width: 1400px)
		{ .modal-content img { width: 1200px; max-width: 65%; height: auto; } }	
		
	@media screen and (max-width: 1300px)
		{ .modal-content img { width: 1200px; max-width: 65%; height: auto; } }					
		
	@media screen and (max-width: 1200px)
		{ .modal-content img { width: 1200px; max-width: 70%; height: auto; } }	

	@media screen and (max-width: 1100px)
		{ .modal-content img { width: 1200px; max-width: 75%; height: auto; } }			
		
	@media screen and (max-width: 960px)
		{ .modal-content img { max-width: 100%; height: auto; } }

.modal-content h1 { margin-bottom: 10px; }

.close-btn
	{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 48px;
    color: white;
    cursor: pointer;
    background: #090909;
    padding: 0 10px;
    line-height: 1;
	}

@media (max-width: 1600px)
	{ .grid-item { font-size: 1rem; } }

.open
	{
    display: flex;
    opacity: 1;
    transition: opacity .3s ease,
        display .3s ease allow-discrete;
	}

.close
	{
    display: none;
    opacity: 0;
    transition: opacity .3s ease,
        display .5s ease allow-discrete;
	}

@starting-style { .open { opacity: 0; } }

/* .signoff>span:nth-child(2) { display: none; } */
 
.signoff span:nth-child(3) { display: none; }
		
/* variationer */

.fet { font-weight: 600; }
.halvfet { font-weight: 500; }
.normal { font-weight: 400; }
.kursiv { font-style: italic; }
.ljusgra { color: #b5b5b5; }
.gra { color: #808080; }
.morkgra { color: #333333; }
.gron { color: #00ff00; }
.svart { color: #000000; }
.helsvart { color: #000000; }
.vit { color: #ededed; }
.normal { font-weight: normal; }
.tunn { font-weight: 400; }
.sparr02 { letter-spacing: 0.2px; }
.sparr05 { letter-spacing: 0.5px; }
.sparr1 { letter-spacing: 1px; }
.sparr { letter-spacing: 0.03em; }
.knip { letter-spacing: -0.075em; }
.ljusare { filter: brightness(101%); }
.fl { float: left; } 
.gra-1 { background: #f5f5f5; }
.gra-2 { background: #ededed; }
.klipp { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.omo { cursor: pointer; }
.omo:hover { opacity: 1; filter: brightness(105%); }

/* breakdance */

.brx { margin: 0; }
.br0 { margin: 0; }
.br05 { margin: 0 0 4px 0; }
.br1 { margin: 0 0 6px 0; }
.br12 { margin: 0 0 8px 0; }
.br2 { margin: 0 0 12px 0; }
.br3 { margin: 0 0 16px 0; }
.br4 { margin: 0 0 28px 0; }
.br5 { margin: 0 0 32px 0; }
.br6 { margin: 0 0 42px 0; }

/* effekter */

.glod { filter: drop-shadow(0 0 6px rgb(255 255 255 / 0.6)); }
.skugga { filter: drop-shadow(0 0 6px rgb(1 1 1 / 0.6)); }

/* delare och punkter */

.punkt { margin: 0 6px 0 6px; }
.punktnav { color: #ffffff; margin: 0 6px 0 6px; }
.delare { margin: 0 4px 0 4px; }
.delarenav { color: #ffffff; margin: 0 8px 0 8px; }
.delarefot { color: #ffffff; margin: 0 8px 0 8px; }
.indrag { margin: 0 0 0 32px; }
.indrag01 { margin: 0 0 0 16px; }
.indrag02 { margin: 0 0 0 12px; }

/* länkar */

a { color: #181ea5; text-decoration: none; font-weight: 600; }
a:hover { text-decoration: underline; }

.lank { color: #181ea5; text-decoration: none; font-weight: 600; }
.lank a:hover { text-decoration: underline; }

.lank-vit { color: #ededed; }	
.lank-vit:hover { color: #ededed; text-decoration: underline; }	

/* element */

.w100 { width: 100%; }	
.w100fl { width: 100%; float: left; }			
.tal { text-align: left; }
.c { text-align: center; }
.datum { display: inline-block; }

.rad { display: table-row; }
.cell { display: table-cell; vertical-align: middle; }
		
/* modal */
		
.modal
	{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 0;
	}

.modal-content
	{
	display: table;
	height: 100%;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    background: transparent;
    color: #333;
    padding: 0;
	}
	
	@media screen and (max-width: 960px)
		{ .modal-content { max-width: 100%; max-height: 100%; } }	

.modal-content-rad { display: table-row; }
.modal-content-cell { display: table-cell; vertical-align: middle; }

.modal-content img
	{
	width: 2400px;
	max-width: 70%;
	height: auto;
	/* max-height: 70%;*/
	}
	
	@media screen and (max-width: 3400px)
		{ .modal-content img { width: 2400px; max-width: 65%; height: auto; /* max-height: 65%; */ } }			
	
	@media screen and (max-width: 2400px)
		{ .modal-content img { width: 1600px; max-width: 60%; height: auto; /* max-height: 60%; */ } }		
	
	@media screen and (max-width: 1400px)
		{ .modal-content img { width: 1200px; max-width: 60%; height: auto; /* max-height: 60%; */ } }	
		
	@media screen and (max-width: 960px)
		{ .modal-content img { max-width: 100%; /* max-height: 100%; */ height: auto; } }

.modal-content h1
	{
    margin-bottom: 10px;
	}

.close-btn
	{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 48px;
    color: white;
    cursor: pointer;
    background: #090909;
    padding: 0 10px;
    line-height: 1;
	}

@media (max-width: 1600px)
	{ .grid-item { font-size: 1rem; } }

.open
	{
    display: flex;
    opacity: 1;
    transition: opacity .3s ease,
        display .3s ease allow-discrete;
	}

.close
	{
    display: none;
    opacity: 0;
    transition: opacity .3s ease,
        display .5s ease allow-discrete;
	}

@starting-style { .open { opacity: 0; } }

.signoff>span:nth-child(2) { display: none; } 
	
/* returknapp */
	
#myBtn
	{
    display: none;
    position: fixed;
    bottom: 18px;
    right: 28px;
    z-index: 99;
    outline: none; 
	border: none;
	background-color: #464646;
    color: #808080;
    cursor: pointer;
    padding: 12px;
    font-size: 18px;
	}
	
	@media screen and (max-width: 960px)
		{ #myBtn { padding: 10px; } }

#myBtn:hover
	{
    background-color: #181ea5;
	color: #ededed;
	}
	
#myBtn img
	{
    width: 32px;
	height: 32px;
	}
	
	@media screen and (max-width: 960px)
		{ #myBtn img { width: 24px; height: 24px; } }
	
/* typer */
	
/* 400 */

@font-face
	{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	/* src: url(../typsnitt/open_sans_400.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* 400 kursiv */

@font-face
	{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	/* src: url(../typsnitt/open_sans_400_kursiv.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* 600 */

@font-face
	{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	/* src: url(../typsnitt/open_sans_600.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* 600 kursiv */

@font-face
	{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	/* src: url(../typsnitt/open_sans_600_kursiv.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAewA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* 700 */

@font-face
	{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	/* src: url(../typsnitt/open_sans_700.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

/* material icons fallback */

@font-face
	{
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	/* src: url(../typsnitt/material_icons.woff2) format('woff2'); */
	src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
	}
	
/* material icons */	

.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;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	}
	
/* fade */		
	
.fade
	{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade;
	animation-duration: 1s;
	}

@-webkit-keyframes fade
	{
	from {opacity: 0}
	to {opacity: 1}
	}

@keyframes fade
	{
	from {opacity: 0}
	to {opacity: 1}
	}

.fade-bg
	{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade-bg;
	animation-duration: 1s;
	}

@-webkit-keyframes fade-bg
	{
	from {opacity: 0}
	to {opacity: 0.25}
	}

@keyframes fade-bg
	{
	from {opacity: 0}
	to {opacity: 0.25}
	}

