@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&subset=latin,latin-ext";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #709468 ;
	line-height: 1;
}

ol,ul {
	list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	font-weight: 400;
	text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: 0;
}

header,hgroup,footer,section,article,nav,aside {
	display: block;
}

/*hgroup {display:none;}*/
/* =Structure
----------------------------------------------- */
body {
	padding: 0 2em;
}

#page {
/*	margin: 2em auto;*/
	margin: 0 auto;
	max-width: 940px;
/*-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;*/
}

#branding hgroup {
	margin: 0 7.6%;
}

#access div {
	margin: 0 7.6%;
}

#primary {
	float: left;
	margin: 0;
	width: 100%;
}

#content {
	margin: 0 7.6%;
	width: 85%;
}

#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
	display: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */
body,input,textarea {
	color: #333;
	font: 16px "Open Sans",Helvetica,Arial,serif;
	font-weight: 300;
	line-height: 1.48;
/*line-height: 1.625;*/
}

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.025em;
}

/* Text elements */
p {
/*margin-bottom: 1.625em;*/
	margin-bottom: .825em;
}

ul,ol {
	margin: 0 0 1.625em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: 700;
	font-size: 14px;
}

dd {
/*margin-bottom: 1.625em;*/
	font-size: 14px;
	margin-left: 20px;
}

strong {
	font-weight: 700;
}

cite,em,i {
	font-style: italic;
}

blockquote {
	font-family: "Open Sans",sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: .75em 1.625em;
}

code,kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr,acronym,dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text],input[type=email],textarea {
	background: #fafafa;
/*-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);	
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;*/
	color: #888;
}

input[type=text]:focus,input[type=email]:focus,textarea:focus {
	color: #333;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text],input[type=email] {
	padding: 3px;
}

/* Links */
a {
	color: #444;
}

a:visited {
	color: #444;
}

a:focus,a:active,a:hover {
	color: #590000;
}

/* =Header
----------------------------------------------- */
#branding {
/*border-top: 2px solid #bbb;*/
	padding-top: 2px;
	padding-bottom: 10px;
	position: relative;
	background: #709468 ;
}

#site-title {
	padding: 20px 0 5px;
	text-align: center;
}

#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
}

#site-description {
	color: #fafafa;
	font-size: 14px;
	text-align:center;
	font-style: italic;
	margin-bottom: 10px;
}

#branding img {
	margin-bottom: -6px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #709468 ;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 2px;
	width: 100%;
	font-size: 100%;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -.8125em;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
}

#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	font-size: 110%;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 168px;
}

#access li:hover > a,#access ul ul :hover > a {
	background: #efefef;
}

#access li:hover > a {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9,#e5e5e5);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f9f9f9),to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9,#e5e5e5);
	color: #333;
}

#access ul li:hover > ul {
	display: block;
}

#active a {
	font-weight: 700;
}

/* =Content
----------------------------------------------- */
#main {
	border-top: 2px solid #eee;
	-webkit-box-shadow: 0 -1px 0 #dee7b1;
	-moz-box-shadow: 0 -1px 0 #dee7b1;
	box-shadow: 0 -1px 0 #dee7b1;
	clear: both;
	padding: 1.625em 0 0;
}

.page-title {
	color: #333;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

.page-title a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.hentry {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.entry-title,.entry-header .entry-meta {
	padding-right: 76px;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: .3em;
}

.entry-title,.entry-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #1b8be0;
}

.entry-content {
	padding: 1.2em 0 0;
}

.entry-content h1 {
	color: #000;
	font-weight: 700;
	margin: 0 0 .8125em;
}

.entry-content h2 {
	color: #000;
	font-weight: 700;
	margin: 0 0 .6em;
	font-size: 1.2em;
	line-height: 1em;
}

.entry-content h3 {
	color: #333;
	font-weight: 700;
	margin: 0 0 .6em;
	font-size: 1em;
	line-height: 1.3em;
}
.entry-content h4 {
	color: #333;
	font-weight: 700;
	margin: 0 0 .6em;
	font-size: 16px;
	line-height: 1.3em;
}
/*
.entry-content a {color: #1b8be0;}
.entry-content a:hover {color: #ff4b33;}
.entry-content a:visited {color: #aa55ff;}
*/
.entry-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content tr th,.entry-content thead th{
	color: #555;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry-content tr td{
	border-top: 1px solid #E7E7E7;
	padding: 6px 24px;
}
/* =Widgets
----------------------------------------------- */
#secondary {
}

.widget-area {
	font-size: 12px;
}

.widget-area h4 {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.widget-area ul {
	font-size: 15px;
	margin-left: 1.5em;
}

.widget-area ul li {
	color: #777;
	font-size: 13px;
}

.widget-area a {
	color: #1b8be0;
	text-decoration: none;
}

.widget-area a:hover {
	color: #ff4b33;
}

/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
}

/* Site Generator Line */
#site-generator {
	background: #709468 ;
	border-top: 1px solid #ddd;
	color: #fafafa;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0;
	text-align: center;
}

#site-generator a {
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
}

#site-generator a:focus,#site-generator a:active,#site-generator a:hover {
}

#botten {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 0 0 10px;
}

#botten a {
	text-decoration: none;
}

/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 800px) {
	/* Simplify the basic layout */
	#content {
		margin: 0 7.6%;
		width: auto;
	}

	#secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}

	/* Make sure embeds fit their containers */
	embed,object {
		max-width: 100%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0 .5em;
	}
}

/* IE 7 */
#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}

#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}

#ie7 section.recent-posts {
	margin-right: 7.6%;
}

#ie7 .page-template-showcase-php {
}

.entry-content li {
	line-height: 19px;
	margin-bottom: 9px;
}

/*.entry-content img {border: 1px solid #aaa;padding: 3px;}*/
#secondary li {
	line-height: 15px;
	margin-bottom: 9px;
}

/*** Här börjar STATAG CSS ***/
#vkolumn {
	float: left;
/* since this element is floated, a width must be given */
	width: 200px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width
	*/
	background: FFFFFF;
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
}

#hkolumn {
	float: right;
/* since this element is floated, a width must be given */
	width: 200px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width
	*/
	background: FFFFFF;
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0;
	margin: 0 20px 0 10px;
}

#innehall {
	margin: 0 30px 0 200px;
/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #innehall div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 30px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sidfot {
	height: 50px;
	padding: 0 10px 0 20px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	text-align: center;
	text-transform: uppercase;
}

#sidfotbild {
	background: url(../layoutbild/sidfot.gif);
	background-repeat: no-repeat;
	margin: 10px 430px 0;
	height: 50px;
}

.fltrt {
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	line-height: 0;
}

a {
	color: #000;
}

a:hover {
	color: #930;
	text-decoration: none;
}

.mini {
	font-size: 90%;
}

.center {
	text-align: center;
}

.minicenter {
	font-size: 90%;
	text-align: center;
}

.ingress {
	font-weight: 700;
}

.textbild {
	text-align: center;
}

.textcenter {
	text-align: center;
}

.img {
	margin: 5px 5px 0;
}

/*Länkar - hur länkar visas på sidan Länkar + Förmåner
-------------------------------------------------------------------*/
.link {
	line-height: 2em;
}

.link ul {
	padding: 0;
}

.link li {
	list-style-type: none;
	line-height: 1.5em;
}

.link a {
	text-decoration: none;
}

.link a:hover {
	color: #D04D43;
	text-decoration: none;
}

.lank2 ul li,.lank3 ul li {
	line-height: 1.3em;
	list-style-type: none;
	margin-left: -20px;
}

.lank2 a,.lank3 a {
	text-decoration: none;
}

.lank2 {
	width: 315px;
	float: left;
	margin: 0;
}

/*Ger text över vänsterkolumn.*/
.lank3 {
	width: 315px;
	float: right;
	margin: 0;
}

/*Ger text över högererolumnerna.*/
.lank2 ul li,.lank3 ul li {
	line-height: 1.3em;
	list-style-type: none;
	margin-left: -20px;
}

.lank2 a,.lank3 a {
	text-decoration: none;
}

.lank2 a:hover,.lank3 a:hover {
	color: #600;
	text-decoration: underline;
}

/*TABELLER
-------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

.tabell-kontakt {
	text-align: left;
	margin: 10px 0;
}

.tabell-kontakt th {
	background: #FFF;
}

.tabell-kontakt td {
	background: #FFF;
	padding: 3px 0;
	border-bottom: 1px solid #999;
}

.tabell-kontakt2 {
	text-align: left;
	margin: 10px 0;
}

.tabell-kontakt2 th {
	background: #FFF;
}

.tabell-kontakt2 td {
	background: #FFF;
	padding: 3px 0;
}

/*#biblo		*/
.tabell-biblo {
	font-size: 12px;
	text-align: left;
}

.tabell-biblo thead {
	padding: 3px 5px 3px 0;
	border-bottom: 1px dotted #999;
	font-weight: 700;
}

.tabell-biblo th {
	padding: 3px 5px 3px 0;
	border-bottom: 1px dotted #999;
	font-weight: 700;
}

.tabell-biblo td {
	padding: 3px 5px 3px 0;
	border-bottom: 1px dotted #999;
}

.tabell-biblo a {
	padding: 3px 0;
	text-decoration: none;
}

/*#aktiv		*/
.tabell-aktiv {
}

.tabell-aktiv td {
	text-align: center;
}

.tabell-aktiv a {
	text-decoration: none;
}

.tabell-aktiv h3 {
	font-weight: 700;
	text-decoration: none;
	padding: 0 5px 10px 0;
}

/*LISTOR
-------------------------------------------------------------------*/
.skrift {
	padding: 0;
}

.skrift li {
	list-style-type: none;
}

/*RUTOR
-------------------------------------------------------------------*/
.rutavit {
/*Vänsterjusterad*/
	width: 201px;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutavit_h {
/*Högerjusterad*/
	width: 201px;
	float: right;
	margin: 5px 10px 5px 0;
	padding: 0 0 0 10px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #E2E0E0;
	box-shadow: inset 0 0 0 0;
}

.rutagra {
/*Vänsterjusterad*/
	width: 201px;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0 0 0 10px;
	border: 1px solid #999;
	background: #E2E0E0;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutagra_2 {
/*Vänsterjusterad*/
	width: 610px;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #999;
	background: #E2E0E0;
	border-radius: 4px;
}

.rutagra_2a {
/*Vänsterjusterad*/
	width: 660px;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #999;
	background: #E2E0E0;
	border-radius: 4px;
}

.rutagra_3hoger {
/*högerställd textruta*/
	width: 180px;
	float: right;
	background: #E2E0E0;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 5px;
}

.rutagra_3hoger h3 {
	text-align: left;
	padding: 5px 0;
	font-weight: 700;
	border-radius: 4px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.rutagra_4 {
/*högerställd textruta*/
	width: 70px;
	float: right;
	background: #E2E0E0;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0p;
}

.rutagra_5 {
/*högerställd textruta*/
	width: 260px;
	float: left;
	margin: 5px 10px 0 0;
	padding: 5px;
	background: #E2E0E0;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0p;
}

.rutagra_5 p {
/*högerställd textruta*/
	line-height: .2em;
}

.rutavit2 {
/*Vänsterjusterad*/
	width: 250px;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutavit3 {
/*Vänsterjusterad*/
	width: 647px;
	float: left;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutavit4 {
/*Vänsterjusterad*/
	width: 200px;
	float: right;
	margin: 5px 10px 5px 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutavit h1,.rutavit2 h1,.rutavit3 h1,.rutagra h1 {
	line-height: 1.2em;
	text-align: left;
	margin-top: 0;
	padding: 5px 0;
	font-weight: 400;
}

.ruta-bottom {
	width: px;
	margin: 0;
	text-transform: uppercase;
}

.ruta-bottom a {
	line-height: 2em;
	font-weight: 700;
}

.button {
	display: block;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
}

.button a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(valj.png) no-repeat top left;
	outline: none;
}

.button a:hover {
	background-position: 0 -50px;
}

.rutaknapp {
/*Vänsterjusterad*/
	width: 130px;
	height: 130px;
	float: left;
	border: 1px solid #999;
	margin: 0 12px 0 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutaknapp2 {
/*Vänsterjusterad*/
	width: 172px;
	height: 90px;
	float: left;
	margin: 0;
	padding: 35px 0 5px;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 0;
}

.rutaknapp2a {
/*Vänsterjusterad*/
	width: 107px;
	height: 55px;
	margin: 0 0 0 35px;
	padding: 0;
}

.rutaknapp img {
	border: 0;
}

.rutaknapp2a p {
	margin-top: 5px;
}

.rutaknapp2a a {
	margin-top: 25p;
	text-decoration: none;
	border: 0;
}

.rutaknapp2b {
/*Vänsterjusterad*/
	width: 70px;
	height: 60px;
	margin: 0 0 0 40px;
	border: 1px solid #999;
	padding: 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.rutaknapp2b p {
	margin-top: 22px;
}

.rutaknapp2b a {
	margin-top: 25px;
	text-decoration: none;
}

.rutaknapp4 {
/*Vänsterjusterad*/
	width: 460px;
	float: left;
	padding: 0;
}

.rutaknapp3 {
/*Vänsterjusterad*/
	width: 460px;
	float: left;
	margin: 20px 0 0;
	padding: 0;
}

.rutaknapp4 p,.rutaknapp3 p {
	margin-top: 0;
	margin-bottom: 10px;
}

/*SUSSENS*/
#top-generator {
	background: #709468 ;
	color: #fafafa;
	padding: 0;
	margin: 0;
	text-align: center;
}

#site-title a {
	color: #fafafa;
}

.fb-comments {
	display: none;
}

#comment {
	display: none;
}

#social-buttons {
	display: none;
}

#other-posts-header {
	display: none;
}

#blog-list {
	display: none;
}

.blog-date {
	display: none;
}

.fb-comments,.fb-comments span,.fb-comments span iframe[style] {
	display: none;
}

#blog-posts h3 {
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 1em;
line-height: 1.3em;
}

#blog-posts .blog-comment-link {
	display: none;
}

#blog-posts h1,#blog-posts h2,#blog-posts h3,#blog-posts h4 {
	font-weight: 700;
}

#blog-posts h2.blog-title {
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 1.2em;
	line-height: 24px;
	font-weight: 300;
}

#blog-posts h2 a {
	text-decoration: none;
}

#blog-posts hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.025em;
	width: 95%;
}

.entry-content #blog-posts a {
	color: #111;
}

.kartram {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.kartram iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.program1 {
	text-align: left;
	width: 74%;
	float: left;
}

.program2 {
	text-align: right;
	width: 25%;
	float: left;
}

/* Added by Jim, 8 may 2015 */
@media (max-width: 992px) {
	body {
		padding: 0 5px;
	}

	/* #access ul {font-size: 15px;}*/
	#page {
		margin: 5px;
	}

	blockquote {
		margin: 0;
	}

	ul,ol {
		margin-left: 30px;
	}

	.widget-area,.widget-area h4,.widget-area ul a {
		font-size: 18px;
	}

	.widget-area h4 {
		margin-top: 30px;
	}
}

@media (max-width: 700px) {
	body {
		background: #fff;
		border: 5px solid #709468;
	
	}
	#site-description {
		color: #709468;
	}
	
	.entry-content img {
		max-width: 100%;
		float: none !important;
	}

	#page {
		margin: 2px;
		box-shadow: none;
	}

	ul li,ol li {
		margin-bottom: 20px !important;
	}

	img#rss-img {
		display: none;
	}

	#top-generator {
		background: #fff;
		color: #888;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	#branding {
		background: #FFF;
	}

	#site-title a {
		color: #111;
	}

	.hide {
		display: none;
	}
	.program1 {
		text-align: left;
		width: 100%;
		float: none;
	}
	.entry-title, .entry-header .entry-meta {
	    padding-right: 0px;
	}

	.program2 {
		text-align: right;
		width: 100%;
		float: none;
	}
p.fbp  {margin:0px}
}

@media (max-width: 500px) {
body {border:5px solid #709468;}
	#site-title a {
		font-size: 20px;
	}
}
/* === Social icons (STA centered in the free space left of FB+IG column) === */

.program2{
  position: relative;
}

/* зона справа от заголовка */
.program2 .social-wrap{
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
}

/* правый столбик (FB + IG) закреплён справа */
.program2 .social-row{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;                 /* ширина колонки иконок */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

/* второй блок больше не нужен */
.program2 .social-row2{
  display: none;
}

/* STA: центрируется в пространстве слева от колонки (100% - 40px) */
.program2 img.sta-logo{
  position: absolute;
  top: 0;
  left: calc((100% - 40px) / 2);
  transform: translateX(-50%);
  height: 72px;
  width: auto;
}

/* размеры иконок FB/IG */
.program2 img.fb-logo,
.program2 img.ig-logo{
  height: 32px;
  width: auto;
  display: block;
}

/* Hide RSS icon */
img#rss-img,
a[href*="rss"] img {
  display: none !important;
}

<style>
  /* Блок "Hoppa till kategori" */
  #categoryIndex{
    margin: 12px 0;
  }

  /* Контейнер со ссылками: перенос на новые строки */
  #categoryLinks{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;          /* вертикальный и горизонтальный отступ */
    max-width: 100%;
    line-height: 1.3;
  }

  /* Сами ссылки */
  #categoryLinks a{
    display: inline-block;
    white-space: normal;     /* разрешаем перенос */
    text-decoration: underline;
  }
</style>