/*!
	Theme Name: orghemsida
	Theme URI: https://xn--motstndsrrelsen-llb70a.se/
	Author: Max Rosenfors
	Author URI: https://xn--motstndsrrelsen-llb70a.se/
	Description: Motståndsrörelsens organisatoinshemsida
	Version: 1.0.0
	License: All rights reserved
	Text Domain: orghemsida
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
	
	orghemsida is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Normalize
	# Typography
	# Elements
	# Forms
	# Navigation
	## Links
	## Menus
	# Accessibility
	# Alignments
	# Clearings
	# Widgets
	# Content
	## Posts and pages
	## Comments
	# Infinite scroll
	# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
	* 1. Correct the line height in all browsers.
	* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
	* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
	* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
	* 1. Remove the bottom border in Chrome 57-
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
	* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
	* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
	* 1. Change the font styles in all browsers.
	* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
	* Show the overflow in IE.
	* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
	* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
	* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
	* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
	* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*		`fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
	* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
	* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
	* 1. Add the correct box sizing in IE 10.
	* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
	* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
	* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
	* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
	* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
	* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
	# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-block-end: 0;
	margin-block-start: 0;
	font-weight: 500;
	
	padding-left: 16%;
	padding-right: 16%;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.entry-content h3::before,
.entry-content h4::before,
.entry-content h5::before,
.entry-content h6::before {
	content: '\00a0\00a0\00a0';
	user-select: none;
}

p {
	margin-block-end: 0;
	margin-block-start: 0;
	margin-bottom: 1em;
	margin-top: 0.2em;
	
	padding-left: 16%;
	padding-right: 16%;
}

dfn, cite, em, i {
	font-style: italic;
}

iframe {
	width: 100%;
}

blockquote {
	/* margin: 0 1.5em; */
	margin: 0;
	margin-bottom: 1em;
}

#primary .wp-block-quote,
#primary .entry-content > blockquote {
	padding: 0;
	padding-top: calc(20px - 1em);
	padding-bottom: calc(20px - 1em);
	transition: 0.5s;
	position: relative;
	border-top: solid #dddf 2px;
	border-bottom: solid #dddf 2px;
	clear: both;
}

#primary .wp-block-quote p,
#primary .entry-content > blockquote p {
	margin-block-start: 1em;
    margin-block-end: 1em;
}

.entry-content blockquote {
}

#primary .wp-block-quote:hover,
#primary .entry-content > blockquote:hover {
	border-top: solid #888f 2px;
	border-bottom: solid #888f 2px;
}

#primary .wp-block-quote:hover cite,
#primary .entry-content > blockquote:hover cite {
	right: 20%;
}

#primary .wp-block-quote:hover p::before,
#primary .entry-content > blockquote:hover p::before {
	border-left: 5px solid var(--rs-green);
	opacity: 0.8;
	left: calc(16% - 20px);
}

#primary .wp-block-quote p::before,
#primary .entry-content > blockquote p::before {
	content: ' ';
	position: absolute;
	left: calc(16% - 20px);
	/*left: calc(84% + 20px);*/
	top: 0;
	height: 100%;
	width: 0%;
	border-left: 5px solid var(--rs-green);
	opacity: 0.5;
	transition: 0.5s;
	transition-delay: 0.1s;
}

#primary .wp-block-quote p,
#primary .entry-content > blockquote p {
	position: relative;
    padding-left: 16%;
    padding-right: 16%;
}

#primary .wp-block-quote cite,
#primary .entry-content > blockquote cite {
	position: absolute;
	top: -15px;
	right: 16%;
	background-color: #eee;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 100%;
	transition: 0.5s;
	transition-delay: 0.2s;
	font-style: normal;
}

#page-inner {
	overflow: hidden;
}

.page .wp-block-media-text {
	position: relative;
	display: block;
	margin-bottom: 2em;
	margin-top: 2em;
	background-color: #666;
}

.page .wp-block-media-text .wp-block-media-text__media {
	position: absolute;
	left: calc((100vw - var(--page-width)) / -2 - 20px);
	width: 100vw;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	box-shadow: 0 0 1em 0px rgba(255,255,255,0.5);
}

.wp-block-separator {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: none;
	opacity: 0.5;
}


.darkarea {
	color: #efefef;
}


.page .wp-block-media-text a,
figure figcaption a,
.fullpagedisplay a,
.darkarea a {
	color: cyan;
}

.page .wp-block-media-text a:visited,
figure figcaption a:visited,
.fullpagedisplay a:visited,
.darkarea a:visited {
	color: violet;
}

.page .wp-block-media-text a:hover,
.page .wp-block-media-text a:focus,
.page .wp-block-media-text a:active,
figure figcaption a:hover,
figure figcaption a:focus,
figure figcaption a:active,
.fullpagedisplay a:hover,
.fullpagedisplay a:focus,
.fullpagedisplay a:active,
.darkarea a:hover,
.darkarea a:focus,
.darkarea a:active  {
	color: lightblue;
}

article.hidepost {
	display: initial !important;
}

.page .wp-block-media-text a:focus {
	outline: thin dotted;
}

.page .wp-block-media-text a:hover,
.page .wp-block-media-text a:active {
	outline: 0;
}

.page .wp-block-media-text .wp-block-media-text__media::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.96) 25%, rgba(0,0,0,0.96) 75%, rgba(0,0,0,0.4) 100%);
	box-shadow: inset 0 0 6em 0px rgba(0,0,0,1);
}

.page .wp-block-media-text.less-back .wp-block-media-text__media::after {
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
}

.page .wp-block-media-text .wp-block-media-text__content {
	position: relative;
	z-index: 1;
	padding: 0;
	padding-top: 2em;
	padding-bottom: 2em;
	color: #efefef;
}

.page .wp-block-media-text .wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

.page .wp-block-media-text .wp-block-media-text__media img {
	position: absolute;
	width: 100%;
	height: 200%;
	object-fit: cover;
    object-position: 50% 0;
    transition: 1s linear;
}

.page .wp-block-media-text.miniparallax .wp-block-media-text__media img {
	height: 120%;
}

.entry-content blockquote cite {
}

.entry-content blockquote::after {
	display: none;
}

.entry-content blockquote cite::after {
	display: none;
}
blockquote p {
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
	# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.site-content ul,
.site-content ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

.site-content ul > li,
.site-content ol > li {
	margin-left: 20px !important;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	padding-left: 0;
	padding-right: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
	# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
	## Menus
--------------------------------------------------------------*/

.menu-item:nth-child(4) > ul {
	/* top: 100% !important; */
}

#primary-menu li a .sub {
	padding-top: 3px;
	font-size: 0.8rem;
	color: #fff8;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	background-color: #000;
	/*
	position: absolute;
	top: 100%;
	left: -999em;
	*/
}

.main-navigation > div > ul > li > ul
{
	position: absolute;
	top: -999em;
	left: calc( var(--main-tyr-size) / -2 * 1.41);
}

.main-navigation > div > ul > .menu-right > ul
{
	position: absolute;
	top: -999em;
	left: initial !important;
	right: 0;
}

.main-navigation > div > ul > li:hover > ul
{
	position: absolute;
	top: 100%;
	left: 0;
}

.main-navigation > div > ul > .menu-right:hover > ul
{
	position: absolute;
	top: 100%;
	left: initial !important;
	right: 0;
}

.sub-menu li {
	background: #000;
}

.main-navigation > div > ul > li > .sub-menu {
	display: flex;
	flex-direction: row;
	width: calc(var(--page-width) + 70px - 40px - var(--main-tyr-size) / 2 * 1.41 * 2); /* WIP */
	width: auto; /* WIP */
	height: auto; /* WIP */
	padding: 5px;
}

.main-navigation > div > ul > li > .sub-menu .sub-menu {
	display: flex;
	flex-direction: column;
}

.underkolumn > a {
	display: none !important;
}

.underkolumn {
	flex: 1;
	padding: 5px;
}

.underkolumn .sub-menu .sub-menu li {
	background-color: #ffffff18 !important;
	font-family: sans-serif;
	font-size: 0.9rem;
	line-height: 80%;
}

.viktig {
	background-color: var(--rs-green) !important;
}

.underkolumn > .sub-menu > li:first-child > a  {
	margin-top: 0 !important;
}

.main-navigation ul ul li a {
	padding: 5px;
}

#primary-menu > li > ul {
	font-size: 70%;
	line-height: 100%;
}

.main-navigation ul ul ul {
	/*
	left: -999em;
	top: 0;
	*/
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	/*
	left: 100%;
	*/
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*
	left: 0;
	*/
} 

.main-navigation li {
	float: left;
	position: relative;
	transition: background-color 0s ease,
	color 0s ease,
	opacity 0.2s ease,
	padding 0.2s ease;
}
#primary-menu > li a {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background-color 0s ease,
	color 0s ease,
	opacity 0.2s ease,
	padding 0.2s ease;
}
#primary-menu > li {
	margin-right: 0.5em;
}

#primary-menu {
	position: relative;
}


#primary-menu li > a {
	padding-right: 20px;
	padding-left: 10px;
	transition: background-color 0s ease,
	color 0s ease,
	opacity 0.2s ease,
	padding 0.2s ease;
}

#primary-menu .sub-menu > .menu-item-has-children > a {
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 2.5px solid white;
	padding-right: 20px;
    padding-left: 10px;
	opacity: 1;
}

#primary-menu .sub-menu > .menu-item-has-children:hover > a {
	background-color: #ffffff18 !important;
}

#primary-menu .sub-menu > .menu-item-has-children > a::before {
	display: none;
}

#primary-menu .sub-menu > .menu-item-has-children{
	/* margin-bottom: 10px; */
}

#primary-menu .sub-menu > .menu-item-has-children:hover> a::before{
	display: none;
}

#primary-menu > .current-menu-item > a,
#primary-menu > .current-menu-ancestor > a{
	padding-right: 15px;
	padding-left: 15px;
}

#primary-menu > .current-menu-item > a{
	padding-left: 15px;
	padding-right: 15px;
}

#primary-menu > li .current-menu-item > a{
	padding-left: 20px;
	padding-right: 10px;
	opacity: 0.8;
}

#primary-menu > li .current-menu-item > a::before {
	content: ' ';
	background-image: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	top: calc(50% - 12px / 2);
	left: calc(12px / 2);
	line-height: 100%;
	opacity: 1;
	transition: 0.2s;
}

#primary-menu > li .menu-item-has-children > a::before {
	top: calc(50% - 12px / 2 + 4px);
}

#primary-menu > li li > a{
	display: flex;
	flex-direction: column;
	position: relative;
}

#primary-menu > li li > a:hover {
	padding-left: 20px;
	padding-right: 10px;
	opacity: 1;
}

#primary-menu > li .menu-item-has-children > a:hover {
	padding-left: 10px;
	padding-right: 20px;
	opacity: 1;
}

#primary-menu > li li > a::before {
	content: '';
	background-image: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	top: calc(50% - 12px / 2);
	left: calc(-12px / 2);
	line-height: 100%;
	opacity: 0;
	transition: 0s;
}

#primary-menu > li li > a:hover::before {
	content: ' ';
	background-image: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	top: calc(50% - 12px / 2);
	left: calc(12px / 2);
	line-height: 100%;
	opacity: 1;
	transition: 0.2s;
	
	
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;animation-delay: 0.25s;
}



#primary-menu > .current-menu-item > a,
.single #page .menu-item-401 > a,
#primary-menu > .current-menu-ancestor > a {
	background-color: #eee;
	padding-left: 15px;
	padding-right: 15px;
	color: black;
}



#primary-menu > li .current-menu-ancestor > a {
	background-color: black;
}
/*
#primary-menu > li .current-menu-ancestor > a::before {
	content: ' ';
	background-image: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	top: calc(50% - 12px / 2);
	left: calc(12px / 2);
	line-height: 100%;
	transition: 0.2s;
	opacity: 1;
}
*/
#primary-menu li .current-menu-ancestor > a {
	color: white;
}

#site-navigation li:hover {
}

#primary-menu > li > a {
	flex: 0;
	white-space: nowrap;
	width: auto;
}

#site-navigation li:hover > a {
	color: white;
	background-color: black;
}

#primary-menu > li:hover > a {
	padding-right: 15px;
	padding-left: 15px;
}

#primary-menu > li:hover > a::before,
#primary-menu > li:hover > a::after {
	content: ' ';
	flex: 1;
	transition: 1s;
}

#primary-menu > li:last-child {
}

.main-navigation a {
	display: block;
	text-decoration: none;
	width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
	# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
	# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
	# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
	# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.naste-info {
	position: relative;
}

.naste-info .top-img {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 0;
	margin-bottom: -8rem;
	display: flex;
	flex-direction: column;
	min-height: 200px;
}

.naste-info .top-img::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(#eee0, #eee0, #eeef);
}

.naste-info > * {
	position: relative;
	z-index: 1;
}

.naste-info .info-flow > img {
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

.naste-info .info-flow > img,
.naste-info .info-flow > svg {
	float: left;
	width: 	38%;	
	margin: 0;
	clear: both;
	margin-bottom: 20px;
}

.naste-info .info-flow > * {
	float: left;
	clear: none;
	width: calc(62% - 20px);
	margin: 10px;
}

.naste-info .info-flow ul {
	list-style: none !important;
	margin: 0;
	margin-left: 0;
}

.naste-info .info-flow aside {
	background: #eee;
	padding: 10px;
}

.naste-info .info-flow .nc-aside {
	margin-top: 0;
	padding-top: 0;
}

.naste-info .info-flow li {
	margin-left: 0 !important;
}

.naste-info .info-flow li span {
	list-style: none !important;
	font-size: 80%;
	font-family: 'Roboto Mono', monospace !important;
}

.naste-info .nasteinfo-epost a {
	font-size: 0.8rem;
}

.naste-info .tagline {
	font-size: 80%;
	line-height: 130%;
	padding-top: 0;
}

.naste-info li span {
	position: absolute;
	left: 0;
	top: 0;
}

.naste-info li {
	padding-top: 1em;
	margin-bottom: 0.5em;
	position: relative;
	text-align: left;
}

.naste-info .info-flow li li {
	padding-top: 0;
	margin-right: 0.5em !important;
	margin-bottom: 0.5em !important;
	background: #0005;
	line-height: 100%;
	color: white;
	padding: 5px !important;
	padding-top: 2.5px !important;
	padding-bottom: 2.5px !important;
}

.naste-info li ul {
	padding-top: 1.2em !important;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -0.5em !important;
}

.naste-info li:first-child {
	padding-top: 0;
}

.naste-info h2 {
	text-align: left;
}

.naste-info aside {
	position: relative;
}

.naste-info .external-link-nsida {
	font-size: 80%;
	position: absolute;
	top: 10px;
	right: 10px;
	/*
	margin-top: -0.5em;
	margin-bottom: 0.25em;
	*/
	opacity: 0.5;
}

.naste-info .external-link-nsida:hover {
	opacity: 1;
}

.nc-aside h3 {
	display: inline;
	padding-right: 0.2em;
}.widget_peertube_api_widget iframe:focus {
	width: 120%;
}

.widget_peertube_api_widget {
	display: flex;
	flex-direction: column;
}

.widget_peertube_api_widget .content {
	display: flex;
	flex-direction: column;
}

article.type-post img.unloaded {
	filter: brightness(0);
	transition: 0s;
	background-color: gray;
}

article.type-post img {
	transition: 1s;
}

.article-flow .loadmore-wrapper {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	padding-right: 20px;
	margin-bottom: 20px;
	height: 20px;
}

.loadmore-inner {
	display: flex;
	flex-direction: column;
}

.loadmore-inner span {
	white-space: nowrap;
    text-decoration: none;
    color: #ccc;
    transition: 0.2s;
    padding-right: calc(0.5em + 9px);
    padding-left: calc(0.5em + 9px);
    position: relative;
    border-left: 2.5px solid #cccf;
    border-right: 2.5px solid #cccf;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}

.loadmore-inner:hover span {
	background-color: black;
    color: white;
    padding-right: calc(1.5em + 9px);
    padding-left: calc(1.5em + 9px);
    border-left: 0px solid #ccc0;
    border-right: 0px solid #ccc0;
}

.loadmore-inner span:before {
	content:' ';
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-down-white.png);
	width: 1em;
	height: 1em;
	background-size: contain;
	
	
	background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100%;
    left: 0.5em;
	opacity: 0;
    line-height: 100%;
    transition: 0.2s;
}

.loadmore-inner:hover span:before {
	content:' ';
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-down-white.png);
	width: 1em;
	height: 1em;
	background-size: contain;
	
	
	background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0.5em;
	opacity: 1;
    line-height: 100%;
	
	transition: 0.5s;
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.25s;
}

.loadmore-inner span:after {
	content:' ';
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-down-white.png);
	width: 1em;
	height: 1em;
	background-size: contain;
	
	
	background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100%;
    right: 0.5em;
	opacity: 0;
    line-height: 100%;
    transition: 0.2s;
}

#secondary iframe {
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

.loadmore-inner:hover span:after {
	content:' ';
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-down-white.png);
	width: 1em;
	height: 1em;
	background-size: contain;
	
	
	background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0.5em;
	opacity: 1;
    line-height: 100%;
    transition: 0.2s;
	
	transition: 0.5s;
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.25s;
}

#primary .article-flow article:first-child {
	max-width: 100%;
	min-width: 90%;
}

#primary .article-flow article {
	max-width: calc(50% - 20px);
	min-width: calc(50% - 20px);
}

main .article-flow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 100%;
	max-width: 100%;
}

.article-flow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: calc(100% + 20px);
	max-width: calc(100% + 20px);
	align-items: flex-start;
}

.article-flow article {
	margin-top: 0;
	margin-bottom: calc(20px);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	flex: 1;
	min-width: 45%;
}

.article-flow article a {
	overflow: hidden;
	position: relative;
}

.article-flow article:first-child {
	margin-top: 0;
	margin-bottom: calc(30px + 20px);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	flex: 1;
	min-width: 45%;
}

.article-flow article {
	margin-right: 20px;
}

.article-flow article:first-child {
	/* margin-top: 35px; */ /* USED WITH HEADER TAXES */
	min-width: 90%;
	margin-right: 20px;
}

.article-flow article:first-child {
	font-size: 1em;
}

.article-flow article {
	font-size: 0.61em;
}

.article-flow article:last-child {
}

.article-flow article:first-child .excerpt-sec {
	display: block;
}

.article-flow article .excerpt-sec {
	display: none;
}

.search .article-flow article:first-child .excerpt-sec {
	display: block;
}

.search .article-flow article .excerpt-sec {
	display: block;
}

.article-flow article:first-child .img-sec::after  {
	content: 'Senaste nytt';
	color: white;
	background: #000f;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	line-height: 100%;
	padding: 5px;
	border-radius: 0 0 0 10px;
	border: 1px solid gray;
	opacity: 0.8;
}

.organisationen .article-flow article:first-child .img-sec::after  {
	content: 'Nyheter inom Organisationen';
}

.varldsaskadning .article-flow article:first-child .img-sec::after  {
	content: 'Artiklar om vår Världsåskådning';
}

.kamp .article-flow article:first-child .img-sec::after  {
	content: 'Direkt från vår dagliga Kamp';
}

.politik .article-flow article:first-child .img-sec::after  {
	content: 'Aktuellt inom vår Politik';
}

.kampanjer .article-flow article:first-child .img-sec::after  {
	content: 'Våra senaste Kampanjer';
}

.article-flow article {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #ddd;
}

.article-flow article .media-icons {
	font-size: 2em;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: row;
}

.media-icons .media-icon {
	height: 1.5em;
	width: 1.5em;
	background: #0001;
	margin-right: 0.75em;
}

.media-icons .media-icon:last-child {
	margin-right: 0;
}

.article-flow article .medianum-1 {
	padding-right: calc(1 * 1.5em + 0.75em * 0 + 1.5em / 2) !important;
}

.article-flow article .medianum-2 {
	padding-right: calc(2 * 1.5em + 0.75em * 1 + 1.5em / 2) !important;
}

.article-flow article .medianum-3 {
	padding-right: calc(3 * 1.5em + 0.75em * 2 + 1.5em / 2) !important;
}

.article-flow article .medianum-4 {
	padding-right: calc(4 * 1.5em + 0.75em * 2 + 1.5em / 2) !important;
}

.article-flow article a,
.archive-flow article a {
	color: #404040;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.article-flow article > a {
	padding-right: 20px;
	padding-left: 20px;
}

.article-flow article * {
	padding: 0;
	margin: 0;
}

.article-flow article .h1-sec {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-top: 30px !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	padding-bottom: 1rem !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-height: calc(100% + 30px / 2 + 5px);
	background: #0008;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.85) 75%, rgba(0,0,0,0.75) 100%);
}

.article-flow article .h1-sec h1 {
	text-align: left;
	line-height: 130%;
	color: white;
}

.article-flow article .h1-sec h1 span {
	color: white !important;
}
/*
	.article-flow article .h1-sec h1::before {
	content: ' ';
	width: 20px;
	height: 1em;
	float: left;
	}
*/
.article-flow article .entry-header,
.article-flow article .entry-footer,
.article-flow article .img-sec {
	padding: 0 !important;
	margin: 0 !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.article-flow article .img-sec {
	display: flex;
	flex-direction: column;
	position: relative;
}

#primary .article-flow article:first-child .img-sec img {
	height: auto;
	object-fit: initial;
}

.article-flow article .img-sec img {
	width: 100%;
    height: 178px;
    object-fit: cover;
}

.article-flow article .entry-header {
	position: absolute;
	top: -35px;
	left: 20px;
	height: 30px;
	width: 100%;
}

.article-flow article .entry-header .taxes {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.article-flow article .entry-header .taxes > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}

.article-flow article .entry-header .taxes > div a {
	white-space: nowrap;
	text-decoration: none;
    color: #ccc;
	transition: 0.2s;
	padding-right: calc(0.5em + 9px);
	padding-left: calc(0.5em + 9px);
	position: relative;
	border-left: 2.5px solid #cccf;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.article-flow article .entry-header .taxes > div a::after {
	pointer-events: none;
	content: ' ';
	background-image: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 100%;
	line-height: 100%;
	opacity: 0;
	transition: 0.2s;
	margin-top: -1px;
}

.article-flow article .entry-header .taxes > div a:hover {
	background-color: black;
	color: white;
	padding-right: calc(0.5em + 24px);
	padding-left: calc(0.5em + 2.5px);
	border-left: 0px solid #ccc0;
}

.article-flow article .entry-header .taxes > div a:hover::after {
	right: 7.5px;
	opacity: 1;
	transition: 0.5s;
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.25s;
}

.article-flow article .entry-header .taxes:hover > div {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.article-flow article .entry-header .taxes > div {
	position: relative;
	animation-name: ticker;
	animation-duration: 35s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.article-flow article .excerpt-sec {
    padding-bottom: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
	margin-left: -20px;
	margin-right: -20px;
}

@keyframes ticker {
	0%  {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}
.article-flow article .entry-footer {
	position: absolute;
	bottom: -30px;
	left: 20px;
	height: 30px;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #bbb;
	line-height: 100%;
	display: none;
}

.article-flow .date-today {
	color: var(--rs-green) !important;
}

.article-flow article:first-child .entry-footer {
	display: flex;
}

.article-flow article .entry-header {
	display: none;
}

.article-flow article > a .img-sec::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	/* box-shadow: inset 0 0 15px 0px rgba(0,0,0,1); */
	background: #0000;
	z-index: 0;
	transition: 0.2s;
	background-position: center;
}

.article-flow article > a:hover .img-sec::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 45px 0px rgba(0,0,0,1);
	background: #0004;
	z-index: 0;
}

.article-flow article > a .excerpt-sec {
	position: relative;
}

.article-flow article > a .excerpt-sec::before {
	content: ' ';
	position: absolute;
	top: -5px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 5px);
	box-shadow: inset 0 0 45px 0px rgba(0,0,0,0);
	background-color: #0000;
	z-index: 0;
	transition: 0.2s;
}

.article-flow article > a:hover .excerpt-sec::before {
	content: ' ';
	position: absolute;
	top: -5px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 5px);
	background-color: #0008;
	z-index: 0;
}

.archive-flow article > a::after,
.article-flow article > a::after {
	content: 'L\0000E4s mer';
	position: absolute;
	top: -50px;
	right: 0;
	color: white;
	box-shadow: inset 0 0 45px 0px rgba(0,0,0,0);
	z-index: 0;
	transition: 0.2s;
	padding: 0;
	opacity: 0;
	line-height: 100%;
	font-size: 18px;
	pointer-events: none;
}

.archive-flow article > a:hover::after,
.article-flow article > a:hover::after {
	content: 'L\0000E4s mer';
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	box-shadow: inset 0 0 45px 0px rgba(0,0,0,0);
	z-index: 0;
	transition: 0.2s;
	padding: 5px;
	padding-right: calc(10px + 18px);
	opacity: 1;
}

.archive-flow article > a::before,
.article-flow article > a::before {
	content: ' ';
	background-image: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	margin: 0;
	top: -50px;
	right: 0;
	line-height: 100%;
	opacity: 0;
	transition: 0.2s;
	z-index: 1;
	pointer-events: none;
}

.archive-flow article > a:hover::before,
.article-flow article > a:hover::before {
	margin: 5px;
	top: 0;
	right: 0;
	opacity: 1;
	transition: 0.2s;
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.45s;
}

.article-flow article:first-child > a::after {
	top: initial;
	bottom: -50px;
	right: 0;
}

.article-flow article:first-child > a:hover::after {
	top: initial;
	bottom: 0;
	right: 0;
}

.article-flow article:first-child > a::before {
	top: initial;
	bottom: -50px;
	right: 0;
}

.article-flow article:first-child > a:hover::before {
	top: initial;
	bottom: 0;
	right: 0;
}

.article-flow article:first-child .entry-header {
	display: initial;
}

.article-flow article .entry-header .taxes > div a:nth-child(0) {
	order: 10;
}

.article-flow article .entry-header .taxes > div a:nth-child(1) {
	order: 15;
}

.article-flow article .entry-header .taxes > div a:nth-child(2) {
	order: 10;
}

.article-flow article .entry-header .taxes > div a:nth-child(3) {
	order: 2;
}

.article-flow article .entry-header .taxes > div a:nth-child(4) {
	order: 1;
}

.article-flow article .entry-header .taxes > div a:nth-child(5) {
	order: 11;
}

.article-flow article .entry-header .taxes > div a:nth-child(6) {
	order: 22;
}

.article-flow article .entry-header .taxes > div a:nth-child(7) {
	order: 4;
}

.first-child-eliminator {
	display: none;
}

.article-flow-small {
	display: flex;
	flex-direction: row;
}

.article-flow-small article {
	flex: 1;
	min-width: 30%;
	margin-right: 20px;
    max-width: calc(33.333% - 20px);
}

.article-flow-small article:first-child {
	flex: 1;
	min-width: 30%;
	margin-right: 20px;
}

#tertiary article {
	padding-right: -20px;
	font-size: 0.50em;
}

.marginfix-fullw {
	margin-right: -20px;
}

.marginfix {
	margin-right: calc( -70px - 20px);
}

.article-flow-wrapper {
	flex-wrap: nowrap !important;
}



/* OLD */
#content {
	max-width: var(--page-width);
	min-width: var(--page-width);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: flex-start;
}

#content > #announcement {
	display: flex;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

#content > #announcement > *{
	margin-bottom: 20px;
}

#content > #announcement > #tertiary-sidebar {
    margin-right: -70px;
}

#content > #primary {
	display: flex;
	flex-direction: column;
	flex: 14;
	padding-right: 10px;
}

#content > #primary > main > .mx-item {
	margin-bottom: 20px;
}

.heateor_sss_vertical_sharing {
	z-index: 100 !important;
}

#content > #secondary::before {
    content: ' ';
    position: absolute;
    left: 15px;
    top: 0;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    border: 1px solid #0002;
    box-shadow: 0px 0px 10px #0008;
}

.widget_peertube_api_widget .info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #ddd;
}

.widget_peertube_api_widget .info:hover {
    background: black;
}

.widget_peertube_api_widget .info:hover a {
    color: white;
}

.widget_peertube_api_widget .info:focus-within {
    background: #076633;
}

.widget_peertube_api_widget .info:focus-within a {
    color: white;
}

.widget_peertube_api_widget .info a {
    font-family: 'Roboto Mono', monospace;
	text-align: center;
	color: black;
	margin: auto !important;
	font-size: 12px;
	padding: 5px !important;
	text-decoration: none !important;
}

#content > #secondary {
	position: relative;
	/*transition: transform 1s ease-out 0.2s;*/
	transition: transform 0.5s linear;
	/* transition: 0s; */
	display: flex;
	flex-direction: column;
	flex: 5;
	padding-left: 10px;
	margin-right: -70px;
    will-change: transform;
    
    border-left: 4px dotted #0002;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: 5px;
}

#content > #secondary > div {
	display: flex;
	flex-direction: column;
}

#content > #secondary * {
	margin: 0;
	padding: 0;
}

#content > #secondary .widget_media_image img{
    width: 100%;
    transform: scale(1);
    transition: 0.4s;
}

#content > #secondary .widget_media_image:hover img{
    transform: scale(1.1);
}

#content > #secondary .widget_media_image {
	position: relative;
}

#content > #secondary .widget_media_image a {
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    background-color: #ddd;
    overflow: hidden;
}

#content > #secondary .widget_media_image a::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	
	opacity: 0.5;
    transition: 0.2s;
    box-shadow: inset 0px 0px 50px #000f;
}

#content > #secondary .widget_media_image a:hover::before {
	opacity: 1;
}

#content > #secondary .widget_media_image a::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	
	background: #0000;
	z-index: 1;
	transition: 0.2s;
	pointer-events: none;
}

#content > #secondary .widget_media_image a:hover::after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	
	opacity: 1;
	
	background: #000a;
}

/*
#content > #secondary .widget_media_image a::before {
	
	content: 'L\0000E4s mer';
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	opacity: 0;
	z-index: 2;
	transition: 0.2s;
	pointer-events: none;
	line-height: 100%;
	padding: 5px;
	background: #0006;
    border-radius: 5px 0 0 0;
}

#content > #secondary .widget_media_image a:hover::before {
	content: 'L\0000E4s mer';
	position: absolute;
	
	opacity: 1;
    
    
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.45s;
}
*/

#content > #secondary section {
    position: relative;
    z-index: 10;
}

#content > #secondary section.widget_media_image h2 {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background: #000c;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    pointer-events: none;
    user-select: none;
    color: white;
    font-size: 1.3rem;
    line-height: 120%;
    text-align: center;

    opacity: 0;
    transition: 0.8s;
}

#content > #secondary section.widget_media_image:hover h2 {
    opacity: 1;
}

#content > #secondary section.widget_media_image {
    position: relative;
}

#content > #secondary section .custom-html-widget {
    display: flex;
    flex-direction: column;
}
/* OLD */#primary .type-page header.entry-header {
	background-color: #444;
	color: white;
	text-align: right;
	padding-top: 12em;
	position: relative;
	z-index: 1;
}

.wp-block-gallery.columns-1 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#primary .type-page header.entry-header.no-image {
	padding-top: 5em !important;
}
#primary .type-page header .header-inpage {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #444;
	background-size: cover;
	z-index: 1;
	opacity: 1;
	transition: 1s;
}

.wp-block-gallery .blocks-gallery-item {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wp-block-gallery::after {
	display: none;
	content: '';
}

#primary .type-page .wp-block-getwid-accordion {
	font-family: monospace;
	border-left: 2px solid #0802;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 14%;
	margin-right: 14%;
}

#primary .type-page .wp-block-getwid-accordion .ui-state-default {
	opacity: 0.4;
}

#primary .type-page .wp-block-getwid-accordion .ui-state-active {
	opacity: 1;
	color: #080;
}

#primary .type-page .wp-block-getwid-accordion .ui-state-default .wp-block-getwid-accordion__header a {
	color: #000;
}

#primary .type-page .wp-block-getwid-accordion .ui-state-active .wp-block-getwid-accordion__header a {
	color: #080;
}

#primary .type-page .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
	font-family: Changa, sans-serif;
}

article.page .entry-content > * * {
	margin: 0;
	padding: 0;
}

article.page .entry-content > * {
	margin: 0;
	padding: 0;
	padding-left: 16%;
	padding-right: 16%;
	margin-bottom: 1em;;
}

article.page .entry-content > h2,
article.page .entry-content > h3,
article.page .entry-content > h4,
article.page .entry-content > h5,
article.page .entry-content > h6 {
	margin-bottom: .5em;;
}

article.page .ez-toc-wrap-right {
	margin-left: 20px;
}

article.page #ez-toc-container {
	max-width: 40%;
	clear: both;
}

article.page .ez-toc-wrap-left {
	margin-right: 20px;
}

article.page .entry-content .wp-block-image {
	padding: 0;
}

article.page .entry-content .wp-block-image img {
	margin: 0;
}

article.page .entry-content .wp-block-image .alignright {
	margin-left: 20px;
}

article.page .entry-content .wp-block-image .alignleft {
	margin-right: 20px;
}

#flags-inpage ul {
	list-style: none !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#flags-inpage ul li {
	margin-left: 0 !important;
	margin-right: 20px;
}

#flags-inpage ul li:last-child {
	margin-left: 0 !important;
	margin-right: 0;
}

#flags-inpage ul img {
	box-shadow: 0px 0px 10px #0001;
	transition: 0.2s;
}

#flags-inpage ul:hover img {
	opacity: 0.4;
}

#flags-inpage ul img:hover {
	box-shadow: 0px 0px 10px #0008;
	opacity: 1;
}

#flags-inpage ul img {
	width: 100%;
}

article.page .wp-block-media-text__content > * {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;;
}

#tertiary article .entry-content {
	font-size: 1.3em;
}

.wp-block-table::after {
	content: '';
	display: none;
}

body.page main article .entry-content {
	font-size: 1.3rem !important;
	line-height: 175% !important;
}

body.page main article .entry-content > * {
	line-height: 175%;
}

body.page main article .entry-content > * p {
	line-height: 175% !important;
}

article.page .entry-content {
	font-size: 0.5rem;
	line-height: 175%;
}
.page .inpage-header-quote {
	font-size: 1.3rem;
    line-height: 150%;
}
#primary .type-page header .inpage-header-bg {
	background: #444;
	background: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/ArnoBrekerDiePartei.jpg);
	background-size: cover !important;
	background-position: center !important;
	z-index: 1;
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.8);
}
#primary .type-page header .inpage-header-gradient {
	background: #444;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.8) 100%) !important;
}
#primary .type-page header .inpage-header-fallback {
	background: #444;
	z-index: 0;
}
#primary .type-page header .inpage-header-quote {
	background: #4440;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

#primary .type-page header .inpage-header-quote blockquote {
	animation-name: intoview;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	
	position: absolute;
	bottom: -100%;
	width: auto;
	padding: 5px;
	text-align: center;
	margin: 0;
	
	opacity: 1;
	color: #ddd;
	
	background: #222b;
    line-height: 120%;
    max-width: 70%;
}

#primary .wp-block-pullquote {
	padding: 0;
	border-top: 5px solid #404040;
	border-bottom: 5px solid #404040;
	box-shadow: initial;
	clear: both;
}

#primary .wp-block-pullquote::after {
	box-shadow: initial;
	display: none;
}

#primary .wp-block-pullquote blockquote {
	padding: 0;
	box-shadow: initial;
	background-color: initial;
	margin: 0;
}

#primary .wp-block-pullquote p {
	padding: 0;
	padding-left: 8%;
	padding-right: 8%;
	box-shadow: initial;
	background-color: initial;
	margin: 0;
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 2.5rem;
}

#primary .wp-block-pullquote cite {
	padding: 0;
	box-shadow: initial;
	background-color: initial;
	display: block;
	left: 0;
	width: 100%;
	margin-top: -4rem;
	margin-bottom: 1em;
	bottom: 0;
	font-size: 1.5rem;
}

#primary .wp-block-pullquote blockquote *:last-child {
	margin-bottom: 1em;
}

#primary .type-page header .inpage-header-quote cite {
	animation-name: intoview2;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	
	position: absolute;
	top: 0;
	width: auto;
	padding: 5px;
	text-align: center;
	margin: 0;
	right: 0;
	
	opacity: 1;
	color: #ddd;
	
	background: #222b;
	line-height: 100%;
}

@keyframes intoview2 {
	0%   {top: 0;opacity: 0;}
	80%   {top: 0;opacity: 0;}
	100% {top: calc(100% + 5px);top: 1;}
}

@keyframes intoview {
	0%   {bottom: -100%;}
	100% {bottom: calc(0px + 10px + 10px + 2em);}
}

#primary .type-page .entry-footer::before {
	content: ' ';
	background: radial-gradient(ellipse at bottom, #0002, #0000, #0000);
	height: 2em;
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

#primary .type-page .entry-footer {
	padding-left: 8%; 
	padding-right: 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 1.3rem;
	font-family: 'Roboto Mono', monospace;
	color: #888;
}

#primary .type-page .entry-footer span > span {
	position: absolute;
	bottom: 110%;
	left: 0;
	font-size: 0.8rem;
	white-space: nowrap;
	color: #aaa;
}

#primary .type-page .entry-footer span {
	position: relative;
	font-size: 1rem;
	line-height: 100%;
}

#primary .type-page .entry-footer > span {
	margin: 10px;
	margin-top: 20px;
}

figure {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	display: flex;
	flex-direction: column;
}


.wp-block-image figure {
	margin-top: 0;
	display: flex !important;
	flex-direction: column;
}


.wp-block-image {
	margin-top: 0;
}

figure::after {
	content: '';
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.5);
	pointer-events: none;
	left: 0;
	top: 0;
}

figure img {
	position: relative;
	z-index: 1;
}

.alignright::after {
	display: none;
}

.alignleft::after {
	display: none;
}

.page #content > #primary { 
	padding-right: 0;
}

#primary .type-page figure.wp-block-image > figcaption {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0008;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #ddd;
	font-size: 1em;
	line-height: 120%;
}

figcaption {
    padding: 10px !important;
	line-height: 120%;
}

#primary .type-page .header-wrapper h1 {
	color: white;
	text-align: right;
	width: auto;
	font-size: 45px;
	line-height: 100%;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: var(--rs-green);
	white-space: nowrap;
	box-sizing: border-box;
	box-shadow: inset -5px -5px 5px 0px rgba(0,0,0,0.3);
	float: right;
	position: relative;
	z-index: 0;
	margin-left: calc(65px / 1.41421 + 20px);
	margin-bottom: 20px;
}

#primary .type-page .header-wrapper{
	margin: 0;
	padding: 0;
}

#primary .type-page .header-wrapper h1 .sidespan {
	position: absolute;
	z-index: -1;
	top: calc(0px - (68px * 1.41421)/2);
	left: calc(0px - (68px * 1.41421)/2);
	width: calc(68px * 1.41421);
	height: calc(68px * 1.41421);
	background-color: var(--rs-green);
	transform: rotate(45deg);
	box-shadow: inset +3px -3px 5px 0px rgba(0,0,0,0.3);
}
:root {
	--main-tyr-size: calc(300px / 1.41 - 40px);
	--page-margin-width: 183px; 
	--rs-black: #555;
	--rs-green: #076324;
	--nav-item-height-top: 15px;
	--nav-item-height: 25px;
	--page-width: 960px;
	--cite-color: #28633A;
}

.shakeit {
    animation-name: shake;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes shake {
    0% {transform: rotate(2deg);}
    20% {transform: rotate(-3deg);}
    40% {transform: rotate(6deg);}
    60% {transform: rotate(-6deg);}
    80% {transform: rotate(2deg);}
    100% {transform: rotate(0deg);}
}

.wp-block-table td:nth-child(2n) {
	border-left: 1px solid black;
}

.wp-block-table {
	font-family: monospace;
	font-size: 1rem;
	line-height: 120%;
}

.wp-block-table td {
	padding: 5px !important;
	border-top: 1px solid #0000;
	border-bottom: 1px solid #0000;
}

.wp-block-table tr:nth-child(2n + 1) {
	background: #0001;
}

.wp-block-table tr:first-child {
	background: #07663344;
}

.wp-block-table tr:first-child td {
	border-bottom: 1px solid black;
}

.wp-block-table tr:hover td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#ez-toc-container nav {
	font-family: 'Roboto', sans-serif;
}

#ez-toc-container nav > ul > li {
	margin-left: 0 !important;
}

.content-toolpage {
	padding-left: 20%;
	padding-right: 20%;
}

.content-toolpage ul {
	padding-left: 16%;
	padding-right: 16%;
}

#primary #main ul {
	list-style: outside;
}

.feed-icon a::after {
	content: ' ';
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2020/01/feed-icon-28x28.png);
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Kamprapport widget snyggare */

/*
#custom_html-19::after {
    content: 'Kamprapporter';
    color: white;
    background: #000f;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 100%;
    padding: 5px;
    border-radius: 0 0 0 10px;
    border: 1px solid gray;
    opacity: 0.8;
}
*/

*:hover > .parent-hover-show {
	display: initial;
}

* > .parent-hover-show {
	display: none;
	margin-left: 1em;
}

.hide {
	display: none !important;
}

.mx-alert {
	margin: 5rem !important;
	padding: 30px !important;
	background: #f00c;
	clear: both;
	position: relative;
	font-weight: bold;
	color: white;
	font-size: 1.5rem;
	line-height: 100%;
	font-family: 'Roboto Mono', monospace;
}

.mx-alert::before {
	content: "Redaktörinfo:";
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	font-size: 80%;
	font-weight: normal;
	line-height: 100%;
}

.wp-block-image img {
    max-width: 100%;
	width: 100%;
	display: block;
}

.aligncenter {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	flex-wrap: wrap;
}

.aligncenter figcaption {
	width: 100%;
	padding-left: 16%;
	padding-right: 16%;
}

.aligncenter::after {
	display: none;
}

.aligncenter img {
	width: auto;
}

.mx-alert::after {
	content: "Endast redaktörer ser detta meddelande";
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	font-size: 60%;
	font-weight: normal;
	line-height: 100%;
}

.wp-block-image .alignleft {
    float: left;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	max-width: 50%;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em !important;
	margin-bottom: 1em !important;
	max-width: 50%;
}

.tool-page {
	position: relative;
}

.tool-page:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
	width: 150px;
}

.tool-page > header > h1 {
	padding: 20px;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	font-size: 3rem;
	box-shadow: 0 0 15px 0 #0002;
	position: relative;
	margin-bottom: 40px;
}

.viktig-link {
	float: left !important;
	clear: both !important;
	display: flex !important;
	width: 100% !important;
	margin-top: 0 !important;
	justify-content: center;
	text-align: center;
}

.viktig-link a {
	width: auto;
	padding: 10px;
	margin: 10px;
	background: var(--rs-green);
	color: white !important;
	white-space: nowrap;
	text-decoration: none;
	font-family: 'Changa', sans-serif;
	line-height: 100%;
}

.viktig-link a:hover {
	width: auto;
	padding: 10px;
	margin: 10px;
	background: var(--rs-green);
	color: white;
	white-space: nowrap;
	text-decoration: underline;
}

#content > #secondary-n {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
	margin-right: -70px;
}

.single-nasten #content > #primary {
    flex: 1;
	min-width: 50%;
	max-width: 50%;
}

.single-nasten #content > #secondary-n {
    flex: 1;
	min-width: 60%;
	max-width: 60%;
	margin-right: -10%;
}

.tool-page > header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	min-height: 150px;
	margin-bottom: 20px;
}

.tool-page > .information {
	max-width: 737.5px;
	margin: auto;	
}

.tool-page > .information > * {
	padding-left: 16%;
	padding-right: 16%;
}

.tool-page > header > h1 .summary {
	font-size: 1rem;
	line-height: initial;
	font-weight: initial;
	position: absolute;
	left: 0;
	top: calc(100% - 5px);
	min-height: 20px;
	width: 100%;
	font-style: italic;
}

.tool-page > header > h1 .summary p {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.tool-page > header > h1:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: calc(100% - 5px);
	min-height: 20px;
	width: 100%;
	background: #eee;
}

.avoid-clicks * {
	pointer-events: none !important;
}

#cat-name {
	min-width: 100%;
	position: relative;
}

#application-form {
background: #f0f0f0;
background: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/tyrspray-transparent-01.svg);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwMC42ODRweCIgaGVpZ2h0PSIzMDAwLjY4NHB4IiB2aWV3Qm94PSIwIDAgMzAwMC42ODQgMzAwMC42ODQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwMDAuNjg0IDMwMDAuNjg0Ig0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIG9wYWNpdHk9IjAuMDgiPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTU4Mi4zNDYsMTY2Mi41MzdjLTAuMDAxLDE3MS42NTEsMC4wMDEsMzQzLjMwMi0wLjAwMyw1MTQuOTUzDQoJCWMwLDE2Ljk3Ny0wLjAxNywxNi45ODYtMTcuMTY0LDE2Ljk4OGMtNDIuMDA1LDAuMDA2LTg0LjAwOSwwLjAwMi0xMjYuMDE0LDAuMDAyYy0xLjY2NywwLTMuMzMzLDAuMDIyLTUtMC4wMTENCgkJYy0xMC41NTgtMC4yMDgtMTEuNTU3LTEuMTU3LTExLjgwNS0xMS4zMmMtMC4wNjUtMi42NjUtMC4wMi01LjMzMy0wLjAyLTguMDAxYy0wLjAwMS0zNDAuMDM4LTAuMDAyLTY4MC4wNzcsMC4wMDYtMTAyMC4xMTQNCgkJYzAtNy4zLTAuMDMyLTE0LjQxNCwyLjkxLTIxLjU1NGMzLjA4Ni03LjQ5MS0wLjI4NC0xMS4xMDgtOC41OS0xMS4yMDhjLTQuNTQ5LTAuMDU1LTguNTM4LDEuMDctMTEuNzc3LDQuNDM4DQoJCWMtMi4zMSwyLjQwMi00LjczNCw0LjY5My03LjA5MSw3LjA1Yy0xMDUuNjA4LDEwNS42MDUtMjExLjIxNSwyMTEuMjExLTMxNi44MTksMzE2LjgyYy0xMC4yODUsMTAuMjg4LTkuMTE3LDEwLjM1Ny0xOS4yMDksMC4yNg0KCQljLTMwLjYzOC0zMC42NTItNjEuMjg2LTYxLjI5Mi05MS45My05MS45MzhjLTEuNjQ5LTEuNjUtMy4yMjUtMy4zODEtNC45NDctNC45NTJjLTMuNDQ0LTMuMTQ1LTMuNDItNi4xNjQsMC4wMTMtOS4yOTgNCgkJYzEuNzIxLTEuNTcyLDMuMjk4LTMuMzAyLDQuOTQ3LTQuOTUyYzE3My45NjgtMTczLjk2OCwzNDcuOTM1LTM0Ny45MzcsNTIxLjkwNC01MjEuOTAzYzEwLjU3Ny0xMC41NzgsMTAuNTk0LTEwLjU4MSwyMC45MDgtMC4yNjcNCgkJYzE3My40OTgsMTczLjQ5NCwzNDYuOTk2LDM0Ni45OSw1MjAuNDg5LDUyMC40ODhjMTAuMjcyLDEwLjI3MiwxMC4yNzQsMTAuMjk2LDAuMzczLDIwLjIwMg0KCQljLTMwLjQwMSwzMC40MTYtNjAuODE0LDYwLjgyMS05MS4yMjYsOTEuMjI4Yy0xLjY0OSwxLjY1LTMuMzQ5LDMuMjUyLTQuOTgxLDQuOTE4Yy0zLjExOCwzLjE4My02LjI1OCwzLjQ4OS05LjUyLDAuMjEyDQoJCWMtMi4zNTItMi4zNjEtNC43NTgtNC42Ny03LjExNS03LjAyN2MtMTAzLjQ4Ny0xMDMuNDgzLTIwNi45ODQtMjA2Ljk1Ni0zMTAuNDItMzEwLjQ5MWMtNS4wODQtNS4wOS0xMC4wMDktOS41NDEtMTguMDE5LTguODgxDQoJCWMtNy45MjEsMC42NTMtOS40MDQsMS42MDQtOS44MjgsOS4zYy0wLjE4MywzLjMyNC0wLjA2OSw2LjY2Ni0wLjA2OSwxMEMxNTgyLjM0NiwxMzE5LjE2NSwxNTgyLjM0NiwxNDkwLjg1MiwxNTgyLjM0NiwxNjYyLjUzN3oiDQoJCS8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02NTIuNzEsMTUxOS45MDRjMi40MzcsMi4yNzEsNC43MDIsNC43MjYsNy4wNTksNy4wODINCgkJYzExMi44OTYsMTEyLjksMjI1Ljc5NCwyMjUuOCwzMzguNjk1LDMzOC42OTRjMTAuMjksMTAuMjksMTAuMzgsOS4xMjIsMC4yODgsMTkuMjA3Yy0yMi44NzIsMjIuODU0LTQ1LjcyOCw0NS43MjItNjguNTkxLDY4LjU4Mw0KCQljLTEuNjUxLDEuNjQ5LTMuMzYzLDMuMjM4LTQuOTcyLDQuOTI3Yy0zLjU1MiwzLjcyNS02LjkyNSwzLjI3NC0xMC4yNjMtMC4yODhjLTEuMTM5LTEuMjE2LTIuMzcyLTIuMzQzLTMuNTUtMy41MjENCgkJYy0xNDguNDg4LTE0OC40ODYtMjk2Ljk3NS0yOTYuOTczLTQ0NS40NjEtNDQ1LjQ2Yy0xLjE3OC0xLjE3OS0yLjMwNS0yLjQxMi0zLjUxOS0zLjU1MmMtMy41OS0zLjM2OS0zLjg5OC02Ljc0Ny0wLjE5OC0xMC4yNjQNCgkJYzEuNjg5LTEuNjA3LDMuMjc5LTMuMzIsNC45MjktNC45N2MxNTIuNDk0LTE1Mi40OTcsMzA0Ljk4Ni0zMDQuOTk1LDQ1Ny41MTEtNDU3LjQ1OWMyLjc3Mi0yLjc3MSw1LjA1OC02LjI4NCw5LjQ1LTcuMzQ5DQoJCWMwLjgxMSwwLjI2MiwxLjg0LDAuNDAyLDIuNjUsMC45YzEuMTI0LDAuNjg5LDIuMTYyLDEuNTY2LDMuMDk3LDIuNWMyOS43MTYsMjkuNjgsNTkuNDUsNTkuMzQxLDg5LjA3OSw4OS4xMDcNCgkJYzQuNzgyLDQuODA1LDQuNTY2LDUuNDczLTAuMTc3LDEwLjY1OWMtMS4zNDksMS40NzQtMi44MTMsMi44NDMtNC4yMjgsNC4yNTdjLTExOC41NTUsMTE4LjU1NS0yMzcuMTA5LDIzNy4xMTItMzU1LjY3MSwzNTUuNjYNCgkJYy00LjQ0OSw0LjQ0OC0xNi40NzEsMTYuMDczLTIzLjk3MSwyMi44MjMiLz4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwNzkuODg4LDEwMzcuNjY1YzIuMTA0LTAuMTU5LDMuNTAyLDAuNzgsNC43MjksMS45MTYNCgkJYzIuMjAyLDIuMDM2LDQuMzI5LDQuMTU1LDYuNDUsNi4yNzZjMTQ5Ljk0MywxNDkuOTM3LDI5OS44ODMsMjk5Ljg3OCw0NDkuODI1LDQ0OS44MTRjMTAuMjUzLDEwLjI1MiwxMC4yNTcsOS4wODcsMC4xMzIsMTkuMjEyDQoJCWMtMTQwLjA0MiwxNDAuMDM1LTI4MC4wNzgsMjgwLjA3Ni00MjAuMTE5LDQyMC4xMTFjLTEwLjQxNSwxMC40MTYtMTAuNDMzLDEwLjQxMy0yMC45MTEtMC4wNjMNCgkJYy0yNC4wNTItMjQuMDQxLTQ4LjA5Ni00OC4wOS03Mi4xNC03Mi4xMzljLTEuNjUxLTEuNjQ5LTMuMjQ2LTMuMzU3LTQuOTM4LTQuOTYyYy0yLjk1Ny0yLjgwMy0zLjMwOC01LjU5My0wLjIzNC04LjU2NA0KCQljMi4xNTUtMi4wODUsNC4yMjItNC4yNjUsNi4zNDMtNi4zODZjMTA2LjMyNC0xMDYuMzI3LDIxMi42MDYtMjEyLjY5NiwzMTkuMDg1LTMxOC44NjdjNi4yMDctNi4xODksOS40MDMtMTIuNTQ3LDguNDEtMjEuMjE3DQoJCWMtMC40MzktMy44MzMtMS42MzgtNy4wODctNC4zNjUtOS43OTZjLTIuMzY1LTIuMzQ5LTQuNjg0LTQuNzQ1LTcuMDQyLTcuMTAyYy0xMTUuNTE4LTExNS41MjEtMjMxLjAzNC0yMzEuMDQ2LTM0Ni41NjQtMzQ2LjU1NA0KCQljLTExLjc4My0xMS43ODEtMTEuNTc2LTEwLjYwMSwwLjE3MS0yMi4zMzhjMjQuNTI4LTI0LjUwOSw0OS4wMjktNDkuMDQ2LDczLjU3OS03My41MzINCgkJQzIwNzQuNjE1LDEwNDEuMTY0LDIwNzYuNTg0LDEwMzguMjgzLDIwNzkuODg4LDEwMzcuNjY1eiIvPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUwNi45MzgsNjQ4LjgxM2MtNS42NjYsNC44MzMtMTguMDIyLDE5Ljc3NC0yMS42MjUsMjMuMzc2DQoJCWMtMTA0LjIwOCwxMDQuMTY1LTIwOC4zOSwyMDguMzU3LTMxMi41ODEsMzEyLjU0Yy0xLjQxNCwxLjQxNC0yLjg0OCwyLjgxMS00LjM0Myw0LjEzNmMtMi4wNjMsMS44MzEtNC4yMjUsMS44MTItNi4yNjgtMC4wMTgNCgkJYy0xLjczNi0xLjU1Ni0zLjM5OS0zLjE5Ni01LjA0OC00Ljg0NGMtMjcuNTg1LTI3LjU3NC01NS4xNjQtNTUuMTUyLTgyLjczOC04Mi43MzdjLTEuNjUtMS42NDktMy4yODYtMy4zMTUtNC44NjItNS4wMzMNCgkJYy0yLjQxNC0yLjYyOS0yLjQ3Ni01LjM1Mi0wLjA0My04YzEuODA0LTEuOTYyLDMuNjc1LTMuODYzLDUuNTYxLTUuNzQ4YzEzOS4wNjgtMTM5LjA3NywyNzguMTQyLTI3OC4xNDksNDE3LjIxNi00MTcuMjIzDQoJCWMwLjk0Mi0wLjk0MywxLjg2Ny0xLjkwNiwyLjgzMy0yLjgyM2M2LjI0MS01LjkyNiw2LjQxNC01LjkyNCwxMi44MzEsMC4yMjZjMS4yMDIsMS4xNTIsMi4zNjEsMi4zNTIsMy41NCwzLjUzDQoJCWMxNDAuNDg3LDE0MC40ODgsMjgwLjk3OSwyODAuOTczLDQyMS40MzgsNDIxLjQ5MWMyLjc3OSwyLjc4Miw2LjIyOSw1LjA4Miw3LjU0MSw4LjgyYzAuMTU4LDIuOTc0LTEuNzkxLDQuNDcxLTMuNDAyLDYuMDk0DQoJCWMtOC4yMiw4LjI4LTE2LjQ4MSwxNi41Mi0yNC43MzEsMjQuNzdjLTE4LjE0OSwxOC4xNS0zNi4yOTIsMzYuMzEtNTQuNDU2LDU0LjQ0NmMtOC4zNjYsOC4zNTQtOC40MDUsOC4zNTMtMTcuMDc0LTAuMzE0DQoJCWMtMTA2LjA3Ni0xMDYuMDY4LTIxMi4xNDctMjEyLjE0My0zMTguMjIzLTMxOC4yMTNjLTIuMzU3LTIuMzU3LTQuNzM2LTQuNjkyLTcuMTE3LTcuMDI1Ii8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMTM5LjY0NiwyMDA5Ljg4NWMyLjA1Mi0wLjE3MiwzLjQ3NCwwLjcyNiw0LjY5OSwxLjg2Ng0KCQljMi40MzcsMi4yNzEsNC44MDIsNC42MjIsNy4xNTksNi45NzljMTExLjAxNCwxMTEuMDA3LDIyMi4wMjYsMjIyLjAxMywzMzMuMDIyLDMzMy4wMzZjNC41MDIsNC41MDQsOC43MzgsOC42OTMsMTUuOTk4LDguOTM5DQoJCWM4LjEwMiwwLjI3NSwxMy43MzUtMi44OTgsMTkuMjU3LTguNDM0Yzg1LjkyLTg2LjEzNSwxNzEuOTc3LTE3Mi4xMjksMjU4LjAwNS0yNTguMTU2YzMwLjg3NS0zMC44NzUsNjEuNzQ5LTYxLjc1MSw5Mi42MjktOTIuNjIyDQoJCWMxLjg4Ni0xLjg4NSwzLjgwMS0zLjc0MSw1LjcyNC01LjU4N2MyLjk2NC0yLjg1LDUuODktMi42MzcsOC43NjQsMC4xNTZjMS4xOTQsMS4xNjMsMi40MDksMi4zMDMsMy41ODgsMy40OA0KCQljMjUuNDU3LDI1LjQ1MSw1MC45MTIsNTAuOTA2LDc2LjM2NCw3Ni4zNjJjMS4xNzksMS4xNzksMi4zMiwyLjM5NSwzLjUwMSwzLjU2OWMyLjU2NywyLjU1NSwyLjgzMSw1LjEzOSwwLjE3MSw3LjgwOQ0KCQljLTEuNjQ2LDEuNjUyLTMuMjU1LDMuMzQ0LTQuOTA0LDQuOTkyYy0xNDkuMTg5LDE0OS4xOTQtMjk4LjM4LDI5OC4zODctNDQ3LjU3NSw0NDcuNTc0Yy05LjY4Nyw5LjY4Ni05LjcyNCw5LjY4NC0xOS40ODktMC4wODINCgkJYy0xNDUuMTg4LTE0NS4xOC0yOTAuMzcxLTI5MC4zNjEtNDM1LjU0OS00MzUuNTVjLTguNzI4LTguNzI4LTguNzItOC43NTgsMC4zLTE3Ljc4MmMyMy41NjItMjMuNTc2LDQ3LjEyNC00Ny4xNTIsNzAuNzI0LTcwLjY5DQoJCUMxMTM0LjM1MSwyMDEzLjQzNCwxMTM2LjMzMiwyMDEwLjU3NCwxMTM5LjY0NiwyMDA5Ljg4NXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
background-position-y: top;
background-position-x: right;
background-color: none;
background-size: 50%;
background-repeat: no-repeat;
}

#application-form {
	font-size: 1rem;
	margin-bottom: 5rem;
	margin-top: 3rem;
	padding-left: 16% !important;
	padding-right: 16% !important;
}

#application-form p.radio label {
	position: initial !important;
}

#application-form p.radio {
	padding-top: 0 !important;
}

#application-form textarea {
	width: unset;
}

#application-form input {
	margin-right: .2rem;
    outline-color: #0803;
}

#application-form p {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-left: 5px solid #0002;
	transition: 0.3s;
	position: relative;
}

#application-form.greeting {
	background: none !important;
}

#application-form.greeting p {
	padding-top: 0 !important;
	border-left: 0px solid #0002 !important;
}

.wp-block-image.small-img figure {
    max-width: 30%;
}

.notify-punycode {
	color: #ccc !important;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	font-size: small;
	background: #0008;
	padding: 5px;
	text-align: center;
}

.aligncenter {
	text-align: center;
}

#usp_form #usp-success-message {
    text-align: center;
}

#application-form.results {
	background: initial !important;
}

#application-form.results p {
	border-left: initial !important;
	padding: 0 !important;
}

#application-form.results::before {
	float: right;
	height: 20rem;
	width: 20rem;
	content: ' ';
	background: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/tyrspray-transparent-01.svg);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwMC42ODRweCIgaGVpZ2h0PSIzMDAwLjY4NHB4IiB2aWV3Qm94PSIwIDAgMzAwMC42ODQgMzAwMC42ODQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwMDAuNjg0IDMwMDAuNjg0Ig0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIG9wYWNpdHk9IjAuMDgiPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTU4Mi4zNDYsMTY2Mi41MzdjLTAuMDAxLDE3MS42NTEsMC4wMDEsMzQzLjMwMi0wLjAwMyw1MTQuOTUzDQoJCWMwLDE2Ljk3Ny0wLjAxNywxNi45ODYtMTcuMTY0LDE2Ljk4OGMtNDIuMDA1LDAuMDA2LTg0LjAwOSwwLjAwMi0xMjYuMDE0LDAuMDAyYy0xLjY2NywwLTMuMzMzLDAuMDIyLTUtMC4wMTENCgkJYy0xMC41NTgtMC4yMDgtMTEuNTU3LTEuMTU3LTExLjgwNS0xMS4zMmMtMC4wNjUtMi42NjUtMC4wMi01LjMzMy0wLjAyLTguMDAxYy0wLjAwMS0zNDAuMDM4LTAuMDAyLTY4MC4wNzcsMC4wMDYtMTAyMC4xMTQNCgkJYzAtNy4zLTAuMDMyLTE0LjQxNCwyLjkxLTIxLjU1NGMzLjA4Ni03LjQ5MS0wLjI4NC0xMS4xMDgtOC41OS0xMS4yMDhjLTQuNTQ5LTAuMDU1LTguNTM4LDEuMDctMTEuNzc3LDQuNDM4DQoJCWMtMi4zMSwyLjQwMi00LjczNCw0LjY5My03LjA5MSw3LjA1Yy0xMDUuNjA4LDEwNS42MDUtMjExLjIxNSwyMTEuMjExLTMxNi44MTksMzE2LjgyYy0xMC4yODUsMTAuMjg4LTkuMTE3LDEwLjM1Ny0xOS4yMDksMC4yNg0KCQljLTMwLjYzOC0zMC42NTItNjEuMjg2LTYxLjI5Mi05MS45My05MS45MzhjLTEuNjQ5LTEuNjUtMy4yMjUtMy4zODEtNC45NDctNC45NTJjLTMuNDQ0LTMuMTQ1LTMuNDItNi4xNjQsMC4wMTMtOS4yOTgNCgkJYzEuNzIxLTEuNTcyLDMuMjk4LTMuMzAyLDQuOTQ3LTQuOTUyYzE3My45NjgtMTczLjk2OCwzNDcuOTM1LTM0Ny45MzcsNTIxLjkwNC01MjEuOTAzYzEwLjU3Ny0xMC41NzgsMTAuNTk0LTEwLjU4MSwyMC45MDgtMC4yNjcNCgkJYzE3My40OTgsMTczLjQ5NCwzNDYuOTk2LDM0Ni45OSw1MjAuNDg5LDUyMC40ODhjMTAuMjcyLDEwLjI3MiwxMC4yNzQsMTAuMjk2LDAuMzczLDIwLjIwMg0KCQljLTMwLjQwMSwzMC40MTYtNjAuODE0LDYwLjgyMS05MS4yMjYsOTEuMjI4Yy0xLjY0OSwxLjY1LTMuMzQ5LDMuMjUyLTQuOTgxLDQuOTE4Yy0zLjExOCwzLjE4My02LjI1OCwzLjQ4OS05LjUyLDAuMjEyDQoJCWMtMi4zNTItMi4zNjEtNC43NTgtNC42Ny03LjExNS03LjAyN2MtMTAzLjQ4Ny0xMDMuNDgzLTIwNi45ODQtMjA2Ljk1Ni0zMTAuNDItMzEwLjQ5MWMtNS4wODQtNS4wOS0xMC4wMDktOS41NDEtMTguMDE5LTguODgxDQoJCWMtNy45MjEsMC42NTMtOS40MDQsMS42MDQtOS44MjgsOS4zYy0wLjE4MywzLjMyNC0wLjA2OSw2LjY2Ni0wLjA2OSwxMEMxNTgyLjM0NiwxMzE5LjE2NSwxNTgyLjM0NiwxNDkwLjg1MiwxNTgyLjM0NiwxNjYyLjUzN3oiDQoJCS8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02NTIuNzEsMTUxOS45MDRjMi40MzcsMi4yNzEsNC43MDIsNC43MjYsNy4wNTksNy4wODINCgkJYzExMi44OTYsMTEyLjksMjI1Ljc5NCwyMjUuOCwzMzguNjk1LDMzOC42OTRjMTAuMjksMTAuMjksMTAuMzgsOS4xMjIsMC4yODgsMTkuMjA3Yy0yMi44NzIsMjIuODU0LTQ1LjcyOCw0NS43MjItNjguNTkxLDY4LjU4Mw0KCQljLTEuNjUxLDEuNjQ5LTMuMzYzLDMuMjM4LTQuOTcyLDQuOTI3Yy0zLjU1MiwzLjcyNS02LjkyNSwzLjI3NC0xMC4yNjMtMC4yODhjLTEuMTM5LTEuMjE2LTIuMzcyLTIuMzQzLTMuNTUtMy41MjENCgkJYy0xNDguNDg4LTE0OC40ODYtMjk2Ljk3NS0yOTYuOTczLTQ0NS40NjEtNDQ1LjQ2Yy0xLjE3OC0xLjE3OS0yLjMwNS0yLjQxMi0zLjUxOS0zLjU1MmMtMy41OS0zLjM2OS0zLjg5OC02Ljc0Ny0wLjE5OC0xMC4yNjQNCgkJYzEuNjg5LTEuNjA3LDMuMjc5LTMuMzIsNC45MjktNC45N2MxNTIuNDk0LTE1Mi40OTcsMzA0Ljk4Ni0zMDQuOTk1LDQ1Ny41MTEtNDU3LjQ1OWMyLjc3Mi0yLjc3MSw1LjA1OC02LjI4NCw5LjQ1LTcuMzQ5DQoJCWMwLjgxMSwwLjI2MiwxLjg0LDAuNDAyLDIuNjUsMC45YzEuMTI0LDAuNjg5LDIuMTYyLDEuNTY2LDMuMDk3LDIuNWMyOS43MTYsMjkuNjgsNTkuNDUsNTkuMzQxLDg5LjA3OSw4OS4xMDcNCgkJYzQuNzgyLDQuODA1LDQuNTY2LDUuNDczLTAuMTc3LDEwLjY1OWMtMS4zNDksMS40NzQtMi44MTMsMi44NDMtNC4yMjgsNC4yNTdjLTExOC41NTUsMTE4LjU1NS0yMzcuMTA5LDIzNy4xMTItMzU1LjY3MSwzNTUuNjYNCgkJYy00LjQ0OSw0LjQ0OC0xNi40NzEsMTYuMDczLTIzLjk3MSwyMi44MjMiLz4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwNzkuODg4LDEwMzcuNjY1YzIuMTA0LTAuMTU5LDMuNTAyLDAuNzgsNC43MjksMS45MTYNCgkJYzIuMjAyLDIuMDM2LDQuMzI5LDQuMTU1LDYuNDUsNi4yNzZjMTQ5Ljk0MywxNDkuOTM3LDI5OS44ODMsMjk5Ljg3OCw0NDkuODI1LDQ0OS44MTRjMTAuMjUzLDEwLjI1MiwxMC4yNTcsOS4wODcsMC4xMzIsMTkuMjEyDQoJCWMtMTQwLjA0MiwxNDAuMDM1LTI4MC4wNzgsMjgwLjA3Ni00MjAuMTE5LDQyMC4xMTFjLTEwLjQxNSwxMC40MTYtMTAuNDMzLDEwLjQxMy0yMC45MTEtMC4wNjMNCgkJYy0yNC4wNTItMjQuMDQxLTQ4LjA5Ni00OC4wOS03Mi4xNC03Mi4xMzljLTEuNjUxLTEuNjQ5LTMuMjQ2LTMuMzU3LTQuOTM4LTQuOTYyYy0yLjk1Ny0yLjgwMy0zLjMwOC01LjU5My0wLjIzNC04LjU2NA0KCQljMi4xNTUtMi4wODUsNC4yMjItNC4yNjUsNi4zNDMtNi4zODZjMTA2LjMyNC0xMDYuMzI3LDIxMi42MDYtMjEyLjY5NiwzMTkuMDg1LTMxOC44NjdjNi4yMDctNi4xODksOS40MDMtMTIuNTQ3LDguNDEtMjEuMjE3DQoJCWMtMC40MzktMy44MzMtMS42MzgtNy4wODctNC4zNjUtOS43OTZjLTIuMzY1LTIuMzQ5LTQuNjg0LTQuNzQ1LTcuMDQyLTcuMTAyYy0xMTUuNTE4LTExNS41MjEtMjMxLjAzNC0yMzEuMDQ2LTM0Ni41NjQtMzQ2LjU1NA0KCQljLTExLjc4My0xMS43ODEtMTEuNTc2LTEwLjYwMSwwLjE3MS0yMi4zMzhjMjQuNTI4LTI0LjUwOSw0OS4wMjktNDkuMDQ2LDczLjU3OS03My41MzINCgkJQzIwNzQuNjE1LDEwNDEuMTY0LDIwNzYuNTg0LDEwMzguMjgzLDIwNzkuODg4LDEwMzcuNjY1eiIvPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUwNi45MzgsNjQ4LjgxM2MtNS42NjYsNC44MzMtMTguMDIyLDE5Ljc3NC0yMS42MjUsMjMuMzc2DQoJCWMtMTA0LjIwOCwxMDQuMTY1LTIwOC4zOSwyMDguMzU3LTMxMi41ODEsMzEyLjU0Yy0xLjQxNCwxLjQxNC0yLjg0OCwyLjgxMS00LjM0Myw0LjEzNmMtMi4wNjMsMS44MzEtNC4yMjUsMS44MTItNi4yNjgtMC4wMTgNCgkJYy0xLjczNi0xLjU1Ni0zLjM5OS0zLjE5Ni01LjA0OC00Ljg0NGMtMjcuNTg1LTI3LjU3NC01NS4xNjQtNTUuMTUyLTgyLjczOC04Mi43MzdjLTEuNjUtMS42NDktMy4yODYtMy4zMTUtNC44NjItNS4wMzMNCgkJYy0yLjQxNC0yLjYyOS0yLjQ3Ni01LjM1Mi0wLjA0My04YzEuODA0LTEuOTYyLDMuNjc1LTMuODYzLDUuNTYxLTUuNzQ4YzEzOS4wNjgtMTM5LjA3NywyNzguMTQyLTI3OC4xNDksNDE3LjIxNi00MTcuMjIzDQoJCWMwLjk0Mi0wLjk0MywxLjg2Ny0xLjkwNiwyLjgzMy0yLjgyM2M2LjI0MS01LjkyNiw2LjQxNC01LjkyNCwxMi44MzEsMC4yMjZjMS4yMDIsMS4xNTIsMi4zNjEsMi4zNTIsMy41NCwzLjUzDQoJCWMxNDAuNDg3LDE0MC40ODgsMjgwLjk3OSwyODAuOTczLDQyMS40MzgsNDIxLjQ5MWMyLjc3OSwyLjc4Miw2LjIyOSw1LjA4Miw3LjU0MSw4LjgyYzAuMTU4LDIuOTc0LTEuNzkxLDQuNDcxLTMuNDAyLDYuMDk0DQoJCWMtOC4yMiw4LjI4LTE2LjQ4MSwxNi41Mi0yNC43MzEsMjQuNzdjLTE4LjE0OSwxOC4xNS0zNi4yOTIsMzYuMzEtNTQuNDU2LDU0LjQ0NmMtOC4zNjYsOC4zNTQtOC40MDUsOC4zNTMtMTcuMDc0LTAuMzE0DQoJCWMtMTA2LjA3Ni0xMDYuMDY4LTIxMi4xNDctMjEyLjE0My0zMTguMjIzLTMxOC4yMTNjLTIuMzU3LTIuMzU3LTQuNzM2LTQuNjkyLTcuMTE3LTcuMDI1Ii8+DQoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMTM5LjY0NiwyMDA5Ljg4NWMyLjA1Mi0wLjE3MiwzLjQ3NCwwLjcyNiw0LjY5OSwxLjg2Ng0KCQljMi40MzcsMi4yNzEsNC44MDIsNC42MjIsNy4xNTksNi45NzljMTExLjAxNCwxMTEuMDA3LDIyMi4wMjYsMjIyLjAxMywzMzMuMDIyLDMzMy4wMzZjNC41MDIsNC41MDQsOC43MzgsOC42OTMsMTUuOTk4LDguOTM5DQoJCWM4LjEwMiwwLjI3NSwxMy43MzUtMi44OTgsMTkuMjU3LTguNDM0Yzg1LjkyLTg2LjEzNSwxNzEuOTc3LTE3Mi4xMjksMjU4LjAwNS0yNTguMTU2YzMwLjg3NS0zMC44NzUsNjEuNzQ5LTYxLjc1MSw5Mi42MjktOTIuNjIyDQoJCWMxLjg4Ni0xLjg4NSwzLjgwMS0zLjc0MSw1LjcyNC01LjU4N2MyLjk2NC0yLjg1LDUuODktMi42MzcsOC43NjQsMC4xNTZjMS4xOTQsMS4xNjMsMi40MDksMi4zMDMsMy41ODgsMy40OA0KCQljMjUuNDU3LDI1LjQ1MSw1MC45MTIsNTAuOTA2LDc2LjM2NCw3Ni4zNjJjMS4xNzksMS4xNzksMi4zMiwyLjM5NSwzLjUwMSwzLjU2OWMyLjU2NywyLjU1NSwyLjgzMSw1LjEzOSwwLjE3MSw3LjgwOQ0KCQljLTEuNjQ2LDEuNjUyLTMuMjU1LDMuMzQ0LTQuOTA0LDQuOTkyYy0xNDkuMTg5LDE0OS4xOTQtMjk4LjM4LDI5OC4zODctNDQ3LjU3NSw0NDcuNTc0Yy05LjY4Nyw5LjY4Ni05LjcyNCw5LjY4NC0xOS40ODktMC4wODINCgkJYy0xNDUuMTg4LTE0NS4xOC0yOTAuMzcxLTI5MC4zNjEtNDM1LjU0OS00MzUuNTVjLTguNzI4LTguNzI4LTguNzItOC43NTgsMC4zLTE3Ljc4MmMyMy41NjItMjMuNTc2LDQ3LjEyNC00Ny4xNTIsNzAuNzI0LTcwLjY5DQoJCUMxMTM0LjM1MSwyMDEzLjQzNCwxMTM2LjMzMiwyMDEwLjU3NCwxMTM5LjY0NiwyMDA5Ljg4NXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
	background-position: center;
	background-color: none;
	background-size: 120%;
	background-repeat: no-repeat;
}

#application-form .toggleinfo {
	margin-top: 1rem;
	max-width: 300px;
	font-size: small;
	padding-bottom: 0.5rem;
}

#application-form #submit {
	font-size: 1.2rem;
	margin: auto;
	display: block;
    padding: 10px;
    background: var(--rs-green);
    color: white !important;
	font-family: 'Changa', sans-serif;
	border-radius: 0;
	cursor: pointer;
	transition: 0.2s;
	outline: 2px dotted #07663300;
}

#application-form #submit:hover {
	outline: 2px dotted #076633ff;
	padding-left: 2rem;
	padding-right: 2rem;
}

#application-form p:last-child {
	border-left: 5px solid #0000 !important;
}

#application-form .info {
	/* font-size: 1.2rem !important; */
	margin-left: 1rem;
	line-height: 100%;
	font-family: monospace;
	background: var(--rs-green);
	color: white;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 50%;
	opacity: 0.2;
	user-select: none;
	transition: 0.2s;
}

#application-form .info:hover {
	opacity: 0.8;
	/* font-size: 1.2rem !important; */
}

#application-form input[name='medlemstyp'],
#application-form input[name='kon'] {
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}

#application-form p:focus-within label.error {
	/* display: none; */
}

#application-form.results p:last-child {
	text-align: center;
	padding: 0 !important;
	border-left: initial !important;
	font-size: 2rem;
	font-style: italic;
}

#application-form p label {
	position: absolute;
	font-size: 14px !important;
	font-family: monospace;
	left: 20px;
	top: -3px;
	transition: 0.3s;
	margin-left: 1px;
}

#application-form p:focus-within {
	margin-left: 5px;
	border-left: 5px solid var(--rs-green);
}

#application-form p label.error {
	display: block;
	position: initial !important;
	pointer-events: none;
}

#application-form p:focus-within label {
	margin-left: 5px;
}
/*


*/

#cat-name h2 {
	display: block;
	position: initial;
	left: initial;
	top: initial;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#cat-name h2 span {
	font-size: 1rem;
	opacity: 0.7;
}

.loading-in #content > * {
	opacity: 0 !important;
	transition: 0.5s !important;
}

.loading-in #content::before {
	content: ' ';
	width: 128px;
	height: 128px;
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2020/02/puff.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	margin-top: 4rem;
	color: #0003;
	opacity: 1;
}

#content > * {
	opacity: 1 !important;
	transition: 0.5s;
}

.tyrb {
	white-space: nowrap;
    text-decoration: none;
    color: #bbb !important;
    transition: 0.2s;
    position: relative;
    border-left: 2.5px solid #cccf;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 15px !important;
    padding-right: calc(9px) !important;
    line-height: 120%;
    overflow: hidden;
    cursor: pointer;
	display: block;
    user-select: none;
}

.tyrb:hover {
    color: #fff !important;
    background: #000 !important;
    transition: 0.5s;
    border-left: 2.5px solid #ccc0;
    padding-left: 0 !important;
    padding-right: calc(15px + 9px) !important;
}

.tyrb::after {
    content: ' ';
	background-image: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 100%;
	line-height: 100%;
	opacity: 0;
	transition: 0.2s;
}

.tyrb:hover::after {
	right: 5px;
	opacity: 1;
	transition: 0.5s;
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.25s;
}

#wp-admin-bar-wp-logo {
	display: none;
}

#wp-admin-bar-updates {
	display: none;
}

#wp-admin-bar-comments {
	display: none;
}

.sub-menu {
	transition-delay: 0.3s;
}

.nomore {
	pointer-events: none !important;
}

h2, h3, h4, h5, h6, nav, .entry-title {
	font-family: 'Changa', sans-serif;
}

.site-branding h1 {
	text-shadow: 0 0 1em black;
}

.article-flow-wrapper {
	position: relative;
}

.article-flow-wrapper h2 {
	position: absolute;
	left: 0;
	top: calc(-1em - 5px);
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.site-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 0;
}

#tertiary-site-navigation {
	width: auto;
	background: #000c;
	box-shadow: 0 0 20px 0 #000;
	padding: 10px;
}

#tertiary-site-navigation a {
	color: white;
	font-family: 'Changa', sans-serif;
	margin-right: 20px;
	font-size: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
}

#tertiary-site-navigation a span {
	color: white;
	font-family: sans-serif;
}

.footer-bg {
	height: 100%;
	width: 100%;
	transform: translateY(-0%);
}

#bg1.bottombg-lazy {
	background-image: none !important;
}

#footer-bg-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#footer-bg-wrap-two {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.5) 100%);
}

#footer-bg-wrap-three {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
}

.no-results {
	width: 100%;
	text-align: center;
}

.no-results .search-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
}

#footer-inner-wrap {
	
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
	padding-top: 600px;
}

.article-flow .page-title {
	font-size: 1.5rem;
	text-align: center;
}

#secondary-site-navigation li a:hover {
	color: black !important;
	background-color: #fff8;
}

#secondary-site-navigation .current-menu-item a {
	color: black !important;
	background-color: #fff4;
}

#secondary-site-navigation li a {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

.site-branding h1 {
	transition: 1s;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 100%;
	font-size: 4em !important;
	color: white;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}

.site-branding h1 #prename {
	font-size: 70%;
	align-self: flex-start;
	line-height: 100%;
}

.site-branding h1 #name {
	align-self: center;
}

.site-branding h1 #postname {
	font-size: 40%;
	align-self: flex-end;
	line-height: 100%;
}

.page-links {
	text-align: center;
	font-size: 3rem;
}

.page-links a , .page-links span {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	padding: 5px !important;
	font-family: 'Roboto Mono', monospace;
	
	background-color: var(--rs-green);
	color: #f8f8f8;
	opacity: 1;
	text-decoration: none;
}

.page-links .current {
	box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.2);
	background-color: #f8f8f8;
	color: #404040;
	opacity: 0.5;
	text-decoration: none !important;
}

.site-branding #main-tyr {
	transition: 0.5s;
	position: absolute;
	bottom: calc(0% - var(--main-tyr-size) / 2);
	left: calc(50% - var(--page-width) / 2 - var(--main-tyr-size) / 2);
	height: var(--main-tyr-size);
	width: var(--main-tyr-size);
	z-index: 5;
	
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	/* Temporary until svg */
	/* pointer-events: none; */
}

.site-branding #main-tyr a {
	height: 100%;
	width: 100%;
	background-color: #0000 !important;
}

.site-branding h1 span {
	display: inline;
	flex: 0;
}

.site-branding a {
	text-decoration: none !important;
	border: 0 !important;
	outline: 0 !important;
}

.site-branding {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-height: 100vh;
}

#secondary-sidebar {
	position: absolute;
	right: 20px;
	top: calc(var(--nav-item-height-top) + 20px);
	width: 200px;
	padding: 20px;
	z-index: 104;
	background: #000;
	height: calc(100% - var(--nav-item-height-top) - var(--nav-item-height) - 60px);
	transition: .5s;
}

#secondary-sidebar > span {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5px;
	font-style: italic;
	font-size: 15px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
    color: #fff4;
	display: none;
}

#secondary-sidebar > div {
	height: 100%;
	width: 100%;
}

#secondary-sidebar > div > div {
	height: 100%;
	width: 100%;
}

#secondary-sidebar > div a {
	color: #404040;
}

#secondary-sidebar > div .nordics {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: -20px;
	width: calc(100% + 40px);
	height: 20px;
}

#secondary-sidebar > div .nordics a {
	text-decoration: none;
	color: #fffc;
}

.secondary-scroller {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	perspective: 1000;
}

#secondary-sidebar .sites-static a, #secondary-sidebar .sites a {
	border-left: 2.5px solid #fffc;
	padding-left: 2.5px;
	margin-left: -5px;
	margin-bottom: 2.5px;
	clear: both;
	float: left;
	width: 100%;
	transition: 0.5s;
	position: relative;
	padding-right: calc(18px + 5px);
}

#secondary-sidebar .sites-static a:hover, #secondary-sidebar .sites a:hover {
	margin-left: -5px;
	border-left: 2.5px solid #fff0;
	background-color: black;
	color: white;
}

#secondary-sidebar .sites-static a::after,
#secondary-sidebar .sites a::after {
	content: ' ';
	background-image: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/arrow-right-white.png);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABkCAYAAABO6zhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAADBElEQVR4Xu3c4XHTQBRFYYUKKIUSoAQqACqgJNIBJUAHoRQ6MLqWN0aRZK2kXc2+9843s4OGv/fEMij20+Vy6bDZ1/5878+n/vzVX1j17vYn8v24nQ/9+dWf9/0xiwC20fD66U/MR0AA+d6On5iOgADyLI2fmI2AANatjZ+YjIAAHssdPzEXAQEs2zp+YioCApi3d/zETAQEMHV0/MREBAQwVmr8pPkICOCu9PhJ0xEQwKDW+EmzERBA/fGTJiOI/jRQo7wMl6f5059mniJGfwXQGN+Gy9M09UrALaDrnvsTNgICGISNgADuQkZAAGPhIiCAqVAREMC8MBEQwLIQERDAY+4jIIB1riMggDxuIyCAfC4jIIBt3EVAANu5ioAA9nETAQHs5yICAjjGfAQEcJzpCAigDLMREEA5JiMggLLMRUAA5ZmKgADqMBMBAdRjIgJ9MOTj7Rp1fOnPGZ88+l/2h08UAF8U6FNWBNwC/Mq6HRCAb6sREIB/iuDncDlFADHojb4+Bj/Bm8BYfvfnc39e3xgSQDyKQP86uOIWEM/odkAAMek/pq4RcAuI7ZlXgOAIIK7rwyoCiOn1SSUBxDN6TE0AsUx+R4EA4pj9BRUCiGF2fCEA/xbHFwLw7eH4QgB+rY4vCuCJU/WsjlBB1vjCK0Bdrw9dTpQ9vhBAPc2PLwRQh4nxhQDKMzO+EEBZpsYXAijH3PhCAGWYHF8I4Diz4wsBHGN6fCGA/cyPLwSwj4vxhQC2czO+EMA2rsYXAsjnbnwhgDwuxxcCWOd2fCGAx1yPLwSwzP34QgDzQowvBDAVZnwhgLFQ4wsB3IUbXwhgEHJ8IYDA44u+I+h2GZK+RfNluDxNM+NL9FcAfaO2BjlLU+MLt4BhkDMiaG58IYBB7QiaHF8I4K5WBM2OLwQwVjqCpscXApgqFUHz4wsBzDsagYnxhQCW7Y3AzPhCAI9tjcDU+EIA63IjMDe+EECetQhMji8EkG8pArPjCwFs8zYC0+NL9KeBe6XHx6bH77qu+wdENtV/TFjaSgAAAABJRU5ErkJggg==);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 100%;
	line-height: 100%;
	opacity: 0;
	transition: 0.2s;
}

#secondary-sidebar .sites-static a:hover::after, #secondary-sidebar .sites a:hover::after {
	right: 5px;
	opacity: 1;
	transition: 0.5s;
	animation-name: beat;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.25s;
}

@keyframes beat {
	49%  {opacity: 1}
	50%  {opacity: 0}
	99%  {opacity: 0}
	100% {opacity: 1}
}

#secondary-sidebar > div .nordics .area {
	font-weight: bold;
	color: black;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;
	line-height: 100%;
	font-size: 18px;
	padding: 1px;
	flex: 1;
	color: #fff4;
}

#secondary-sidebar > div .nordics .area:hover {
	background-color: #fff2;
}


#secondary-sidebar > div .nordics:hover .area img {
	opacity: 0.4;
}

#secondary-sidebar > div .nordics .area img {
	opacity: 0.7;
	transition: 0.2s;
}


#secondary-sidebar > div .nordics .area:hover img {
	opacity: 1;
}

#secondary-sidebar .sites, #secondary-sidebar .sites-static {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	text-align: left;
	padding: 20px;
	padding-top: 10px;
	background-color: #fff0;
	font-size: 18px;
	font-family: sans-serif;
	line-height: 100%;
	font-weight: normal;
	color: #fffc;
	word-wrap: break-word;
}

.sites {
	display: none;
}

#secondary-sidebar .nordics > .sites-static {
	display: block;
	
	display: none !important;
}

.flow-center {
	justify-content: center;
}

@media only screen and (min-width: 1100px) {
	#secondary-sidebar {
		padding-bottom: 0;
		height: 0;
		transition: 0.5s;
	}
	
	#secondary-sidebar:hover {
		padding-bottom: 20px;
		height: calc(100% - var(--nav-item-height-top) - var(--nav-item-height) - 60px);
	}
	
	#secondary-sidebar > div .nordics .area img {
		height: 100%;
		width: auto;
	}
}
#secondary-sidebar .nordics:hover > .sites-static {
	display: none;
}

#secondary-sidebar .nordics:hover > .sites-static:hover {
	display: block;
}

#secondary-sidebar .nordics > .area:hover .sites {
	display: block;
}



#masthead, #colophon {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 100%;
	max-width: 100%;
	background-color: #444;
}

header #site-navigation, footer #site-navigation {
	padding-left: calc(50% - var(--page-width) / 2 + var(--main-tyr-size) / 2 * 1.41 + 20px - 40px / 2 + 20px);
	padding-right: 20px;
	height: calc(var(--nav-item-height) + 5px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;
}

footer #site-navigation {
	padding-left: calc(50% - var(--page-width) / 2 + 0px - 40px / 2 + 20px) !important;
	margin-top: 5px;
}

#footer-list {
	justify-content: center;
    flex-wrap: wrap;
}

#footer-list a {
	white-space: nowrap;
    text-align: center;
}

#site-navigation form {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: calc(var(--nav-item-height) + 5px + 15px);
	margin-left: 0.5em;
}

#site-navigation form > input {
	display: none;
}

#site-navigation form > label {
	height: 100%;
	display: flex;
	flex-direction: row;
	width: 100%;
	min-width: 100%;
	position: relative;
}

#site-navigation form .search-field {
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	outline-offset: 0;
	outline-width: 0;
	width: 0;
	flex: 1;
	max-width: 0;
	min-width: 0;
	transition: 0.5s;
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 5px  rgba(0,0,0,0);
}

#site-navigation form .search-field::placeholder {
}

#site-navigation form:focus-within .search-field {
	max-width: 100%;
	min-width: 100%;
	padding: 5px;
	padding-left: 1em;
	padding-right: 1em;
	transition: 0.5s;
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 5px  rgba(0,0,0,0.5);
}

#site-navigation form:focus-within{
	max-width: 15vw;
	min-width: 100px;
	flex: 1;
}

#site-navigation form > label::before {
	content: ' ';
	transition: 1s;
	cursor: pointer;
	max-width: calc(var(--nav-item-height) - 8px);
	min-width: calc(var(--nav-item-height) - 8px);
	vertical-align: middle;
	background-image: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/search-small-white.png);
	background-image: url(data:image/png;base64,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);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

#site-navigation form > label::after {
	content: ' ';
	position: absolute;
	left: calc(30px / -2);
	top: 0;
	width: calc((var(--nav-item-height) - 8px) + 30px);
	height: 100%;
	cursor: pointer;
	z-index: 2;
}

#site-navigation form:hover > label::after {
	background: #000;
}

#site-navigation form:focus-within > label::after {
	content: '';
	display: none;
}

#site-navigation form:focus-within > label::before {
	content: ' ';
	max-width: 0;
	min-width: 0;
}

header .nav-wrap > nav {
	z-index: 3;
	line-height: 100%;
}

header #secondary-site-navigation {
	padding-right: calc(50% - var(--page-width) / 2 - var(--main-tyr-size) / 2 + 20px);
	padding-left: calc(50% - var(--page-width) / 2 - var(--main-tyr-size) / 2 + 20px);
	height: calc(var(--nav-item-height-top) + 5px);
}

header #secondary-site-navigation #topp-list {
	justify-content: space-between;
}

header #secondary-site-navigation #topp-list > li {
	flex: 0;
	white-space: nowrap;
}


header #secondary-site-navigation #topp-list > li a {
	white-space: nowrap;
	color: #fff4;
	padding-right: 2em;
	padding-left: 2em;
}

header .sub-menu,
footer .sub-menu {
	padding-right: 0;
}

header .sub-menu li, header .sub-menu ul,
footer .sub-menu li, footer .sub-menu ul {
    white-space: nowrap;
}

header nav > div,
footer nav > div {
	height: 100%;
	flex: 0;
}

header nav div > ul,
footer nav div > ul {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

header nav div > ul > li,
footer nav div > ul > li {
	flex: 1;
	text-align: left;
	width: 100%;
}

header nav a,
footer nav a {
	color: white;
}

header nav a:visited,
footer nav a:visited {
	color: white;
}

header nav a:hover,
footer nav a:hover {
	color: white;
}

header nav a:active,
footer nav a:active {
	color: white;
}

header nav a:focus,
footer nav a:focus {
	color: white;
}


header .nav-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
}


header .top-nav-wrap {
	background-color: #000c;
}


header .bottom-nav-wrap {
}

.header-bg {
	height: 100%;
	width: 100%;
	/* filter: blur(2px); */
	/* filter: blur(3px) grayscale(100%);*/
}

#header-bg-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#header-bg-wrap-two {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0.8) 100%);
}

#header-inner-wrap {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.9) 100%);
	
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
}


header #site-navigation, footer #site-navigation {
	font-size: var(--nav-item-height);
	position: relative;
	z-index: 100;
	pointer-events: none;
}

.oklickbar > a {
	opacity: 1 !important;
	padding-left: 10px !important;
	padding-right: 20px !important;
	pointer-events: none !important;
}

.oklickbar > a span {
	pointer-events: none !important;
}

.oklickbar > a::before {
	display: none;
}

header #site-navigation *, footer #site-navigation * {
	pointer-events: initial;
}


header #secondary-site-navigation {
	font-size: var(--nav-item-height-top);
}
#page {
	/* margin-top: 113px; */
	/* margin-top: 50px; */
	/* min-width: 1100px; */
	min-width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

#page-inner {
	/* min-width: var(--page-width); */
	min-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#tertiary-sidebar h2 {
	margin-top: 0;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

#page-inner {
	background-color: #eee;
	background: linear-gradient(90deg, #ddd 0%, #eee 5%, #eee 95%, #ddd 100%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
/*
	@media default
*/

#pagetest {
	padding-left: 15em;
	padding-right: 15em;
	background-color: #888;
	padding-top: 5em;
	
}

@media only screen and (min-width: 2000px) {
	
}

@media only screen and (max-width: 1600px) {
	#pagetest {
		padding-left: 0;
		padding-right: 0;
		
	}
}

@media only screen and (max-width: 1100px) {
	/* HALF-PAGE */
	
	footer #site-navigation {
		margin-top: -5px;
	}
	
	header #secondary-site-navigation {
		padding-right: 52px;
		padding-left: 52px;
		transition: .5s;
	}
	header #site-navigation, footer #site-navigation {
		padding-right: calc(35px + 20px + 20px);
		padding-left: calc(35px + 20px + 20px);
		transition: .5s;
		height: auto;
	}
	
	#site-navigation > div {
		margin-bottom: -5px;
	}
	
	#site-navigation > form {
		margin-bottom: -5px;
	}
	
	header nav div > ul {
		flex-wrap: wrap-reverse;
		height: auto;
	}
	
	footer nav div > ul  {
		flex-wrap: wrap;
		height: auto;
	}
	
	header nav div > ul > li,
	footer nav div > ul > li {
		flex: 0;
	}
	
	header nav > div,
	footer nav > div {
		height: auto;
	}
	
	header nav > div,
	footer nav > div {
		flex: 1;
	}
	
	header nav > form,
	footer nav > form {
		flex: 0;
		position: absolute;
		right: 20px;
		bottom: 0;
		transition: 0s;
	}
	
	footer nav > form {
		top: 0;
		bottom: initial;
	}
	
	header #site-navigation > form:focus-within,
	footer #site-navigation > form:focus-within {
		min-width: 25vw;
	}
	
	header #site-navigation > form .search-field,
	footer #site-navigation > form .search-field {
		transition: 0s;
	}
	
	header #site-navigation > form,
	footer #site-navigation > form {
		min-width: 0;
		transition: 0s;
	}
	
	#site-navigation form > label::before{
		transition: 0s;
	}
	
	.site-branding #main-tyr {
		bottom: calc(50% - var(--main-tyr-size) / 2);
		left: calc(50% - 576px / 2 - 15px - var(--main-tyr-size) / 1);
	}
	
	.site-branding h1 {
		padding-left: 40px;
	}
	
	.site-branding {
		position: relative;
	}
	
	:root {
		--main-tyr-size: calc(240px / 1.41 - 0.2 * (1100px - 100vw)); 
		--main-tyr-size: calc(133px - 40px); 
		--page-margin-width: 183px; 
		--rs-black: #555;
		--nav-item-height-top: 15px;
		--nav-item-height: 30px;
	}
	
	#secondary-sidebar {
		width: 35px;
		padding-right: 0;
		overflow: hidden;
		background: #000;
		transition: 0.5s;
		-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
	}
	
	#secondary-sidebar .area > a {
		pointer-events: none;
		user-select: none;
	}
	
	#secondary-sidebar > div .nordics a {
		color: #fff;
	}
	
	#secondary-sidebar:hover {
		width: 200px;
		overflow: hidden;
		padding-right: 20px;
	}
	
	#secondary-sidebar > div .nordics {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin: -20px;
		height: calc(100% + 40px);
		width: 35px;
	}
	
	#secondary-sidebar > div .nordics .area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 26px;
	}
	
	.marginfix {
		margin-right: -20px;
	}
	
	#secondary-sidebar .sites, #secondary-sidebar .sites-static {
		position: absolute;
		left: 35px;
		top: 0;
		height: 100%;
		width: calc(100% - 20px);
		text-align: left;
		padding: 20px;
		padding-left: 25px;
		background-color: #fff0;
		font-size: 18px;
		font-family: sans-serif;
		line-height: 100%;
		font-weight: normal;
		color: #fff4;
		word-wrap: normal;
		overflow: hidden;
	}
	
	#secondary-sidebar .sites a, #secondary-sidebar .sites-static a {
		border-left: 2.5px solid #fff4;
	}
	
	#secondary-sidebar:hover .sites, #secondary-sidebar:hover .sites-static {
		word-wrap: break-word;
	}
	
	#content {
		max-width: 100%;
		min-width: 100%;
	}
	
	#content > #secondary {
		margin-right: 0;
		min-width: 250px;
	}
	
	#content > #primary {
		min-width: 250px;
	}
	
	.header-bg {
		background-size: cover !important;
	}
}

.fullscreenpreview {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10000 !important;
    object-fit: contain;
    background-color: #000c;
    cursor: zoom-out !important;
}

.preview_clickable {
    cursor: zoom-in;
}

/*
	# SITE-MAINTENANCE
*/


/*
*/#gdpr-nag {
	background: black;
	width: 100%;
	font-size: small;
}

#gdpr-nag ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 5px;
	opacity: 0.5;
}

.hide {
	display: none;
}

#gdpr-nag:hover ul {
	opacity: 1;
}

#gdpr-nag ul li {
	margin-left: 1rem;
	margin-right: 1rem;
	cursor: pointer;
	user-select: none;
}

#gdpr-nag ul li.gdpr-info {
	cursor: initial;
}

#gdpr-nag ul li.gdpr-yes {

}

#gdpr-nag ul li.gdpr-yes span {
	color: #4f4;
}

#gdpr-nag ul li.gdpr-no {

}

#gdpr-nag ul li.gdpr-no span {
	color: #f44;
}

#gdpr-nag ul li.gdpr-more {

}

#gdpr-nag ul li.gdpr-idc {
	opacity: 0.2;
	color: cyan;
}

#gdpr-nag ul li.gdpr-idc:hover {
	opacity: 1;
}
@media screen and (max-width: 782px) {
	#gdpr-nag {
		background: #000d;
		width: 100%;
		font-size: small;
	}

	#gdpr-nag ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		list-style: none;
		justify-content: center;
		margin: 0;
		padding: 5px;
		opacity: 1;
		padding-bottom: 1.5em;
	}
	#gdpr-nag ul li {
		margin-top: 1em;
		background: #0008;
		padding: 5px;
		text-align: center;
	}
	#gdpr-nag ul li.gdpr-idc {
		opacity: 0.7;
		color: cyan;
		min-width: 60%;
		margin-right: 0;
		text-align: center;
	}
}
#main-tyr, #mobile-tyr {
	background-image: url(http://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/Nordic_Resistance_Movement_Logo_Tilted.png);
	background-image: url(data:image/png;base64,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);
	background-position: center;
	background-size: 142%;
	background-repeat: no-repeat;
	transform: rotate(-45deg);
}

/* END data:URIs */figure.aligncenter {
	margin: auto;
}

.single-article * {
	margin: 0;
	padding: 0;
}

.single-article .entry-footer {
	margin-bottom: calc(24px + 20px);
}

#tertiary {
	min-width: calc(100% + 70px);
	max-width: calc(100% + 70px);
	margin-top: 20px;
}

.single-article .entry-header .excerpt .excerpt-tag {
	color: #076324 !important;
	font-weight: bold;
	font-style: initial;
}

.single-article .entry-header .excerpt .excerpt-tag::after {
	content: ' '
}

article.kamprapporter .content-kamprapport {
	position: relative;
}

article.kamprapporter {
	position: relative;
}

#main > article.kamprapporter::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#eee0, #eee0, #eeef, #eeef, #eeef, #eeef, #eeef);
}

main > article.kamprapporter .entry-content p > img,
main > article.kamprapporter .entry-content p > iframe {
	margin-left: -20px !important;
	margin-right: -20px !important;
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
} 

main > article.kamprapporter .entry-content img {
    cursor: pointer;
}

article.kamprapporter .content-kamprapport::before {
	content: ' ';
	position: absolute;
	left: calc(16% - 20px);
	width: calc(100% - 16% * 2 + 41px); /* +1px because browser doesnt round correctly */
	background: #eeef;
	height: 100%;
	top: 0;
}ul.is-style-innehalls-forteckning > li:first-child {
    list-style-type: none !important;
    font-size: 130% !important;
    margin-bottom: 0 !important;
    padding-left: 5px !important;
    border-left: 0px solid #0000;
    border-bottom: 1px dotted gray;
    margin-bottom: 10px !important;
}

ul.is-style-innehalls-forteckning > li:last-child {
    margin-bottom: 0 !important;
}

ul.is-style-innehalls-forteckning {
    border: 1px solid #AAA !important;
    list-style-type: none !important;
    background: #eee !important;
    border-radius: 4px !important;
    padding: 10px !important;
    list-style-position: inside !important;
    max-width: 40%;

    margin-left: 20px !important;
    margin-bottom: 20px !important;
}

ul.is-style-innehalls-forteckning a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding-left: 5px !important;
    border-left: 2px solid #0000;
}

ul.is-style-innehalls-forteckning a:hover {
    text-decoration: none;
    border-left: 2px solid var(--rs-green);
    color: var(--rs-green);
}

ul.is-style-innehalls-forteckning li {
    margin-left: 0 !important;
    line-height: 150%;
    margin-bottom: 5px !important;
}

ul.is-style-innehalls-forteckning {
    float: right;
    clear: both;
}

ul.is-style-innehalls-forteckning ul {
    list-style-type: none !important;
    background: #eee !important;
    padding-left: 15px !important;
    list-style-position: inside !important;
    margin-left: 0 !important;
}

ol.is-style-innehalls-forteckning {
    border-top: 5px solid red;
}

ol.is-style-innehalls-forteckning::before {
    content: "Bifogade listor stödjer inte numrerade listor.";
    color: red;
}

@media screen and (max-width: 782px) {
    ul.is-style-innehalls-forteckning {
        float: none;
        clear: both;
        max-width: 80%;
        margin-left: 0;
        margin: auto !important;
        margin-bottom: 1em !important;
    }
}.single-article .entry-content > * {
	margin-bottom: 1em;
}

.single-article .entry-content > *:last-child {
	margin-bottom: 0;
}

.single-article .entry-footer aside {
	width: 100%;
	min-width: 100%;
}

.single-article .entry-content .taxarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-article .entry-content aside {
    position: relative;
    z-index: 1;
}

.single-article .entry-content aside.image-preview-active {
    position: relative;
    z-index: 0;
}

.single-article .entry-content .wp-block-embed::after {
	content: '';
	display: none;
}

.single-article .entry-content .wp-block-embed iframe {
}

.single-article .entry-content .wp-block-embed__wrapper {
	display: flex;
	flex-direction: column;
}

.single-article .entry-content .heateor_sss_sharing_container {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
}

.single-article .entry-content .heateor_sss_sharing_container > div{
	display: none;
}

.single-article .entry-footer::before {
	content: ' ';
	background: radial-gradient(ellipse at bottom, #0002, #0000, #0000);
	height: 2em;
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

.single-kamprapporter .entry-footer::before {
	background: radial-gradient(ellipse at top, #0002, #0000, #0000);
}

.single-article .entry-footer {
	padding-left: 8%; 
	padding-right: 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	font-family: 'Roboto Mono', monospace;
	color: #888;
}

.single-article .entry-footer span > span {
	position: absolute;
	bottom: 110%;
	left: 0;
	font-size: 0.8rem;
	white-space: nowrap;
	color: #aaa;
}

.single-article .entry-footer span {
	position: relative;
	font-size: 1rem;
	line-height: 100%;
}

.single-article .entry-footer > span {
	margin: 10px;
	margin-top: 20px;
	min-width: 90px;
}


.single-article .entry-content > * {
	padding-left: 16%;
	padding-right: 16%;
}

.single-article .entry-content ul,
.single-article .entry-content ol {
}

.single-article .entry-content ul ul,
.single-article .entry-content ol ol {
	margin-left: 20px;
}

.single-article figure.wp-block-image > figcaption,
.single-article figure.wp-caption > figcaption {
	/* position: absolute; */
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000b;
	/* background-color: #0008; */
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #ddd;
	font-size: 1em;
	line-height: 120%;
}

.single-article .entry-content > h2,
.single-article .entry-content > h3,
.single-article .entry-content > h4,
.single-article .entry-content > h5,
.single-article .entry-content > h6 {
	margin-bottom: 0;
}

.single-article .entry-content > .wp-caption.alignnone,
.single-article .entry-content > .wp-caption.alignnone img {
	width: auto !important;
}

.single-article .entry-content > .wp-block-image,
.single-article .entry-content > .wp-block-gallery,
.single-article .entry-content > .wp-caption {
	padding-left: 0;
	padding-right: 0;
}

.single-article .entry-content > .wp-block-gallery li.blocks-gallery-item {
	margin-bottom: 0;
}

.single-article .entry-header > .title {
	position: relative;
	margin: 0;
	padding-left: 16%;
	padding-right: 16%;
	margin-top: 300px;
	z-index: 2;
}

.single-article .entry-header > .excerpt {
	position: relative;
	z-index: 3;
}

.fakta-full {
	padding: 10px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border: 1px solid gray;
	border-radius: 10px;
	margin-left: 16%;
	margin-right: 16%;
}

.fakta-full .faktarubrik a {
	color: black !important;
}

.single-article .entry-content::before {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: calc(16% - 20px);
	margin-right: calc(16% - 20px);
    background: #eeef;
	background: rgb(238, 238, 238);
	height: calc(100% - 7em);
	width: calc(100% - 16% * 2 + 40px);
	z-index: 0;
}

.single-article .entry-content.content-kamprapport::before {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: calc(16% - 20px);
	margin-right: calc(16% - 20px);
    background: #eeef;
	background: rgb(238, 238, 238);
	height: 100%;
	width: calc(100% - 16% * 2 + 41px);
	z-index: 8;
}

.single-article .entry-content > * {
	position: relative;
	z-index: 10;
}

.fakta-full details {
	display: none;
}

.single-article .entry-header > .title time {
	position: absolute;
	font-size: 0.8rem;
	right: calc(16% - 20px);
	bottom: 100%;
	background: #eeef; background: rgb(238, 238, 238);
	z-index: 6;
	line-height: 100%;
	padding: 8px;
	font-family: 'Roboto Mono', monospace;
	color: #bbb;
	font-weight: bold;
}

.single-article .entry-header > .title h1 {
	font-size: 220%;
	margin: 0;
	background: #eeef; background: rgb(238, 238, 238);
	padding: 20px;
	margin: -20px;
	margin-bottom: 0;
	padding-bottom: 0;
	box-shadow: 0 0 15px 0 #0002;
	line-height: 120%;
	padding-bottom: 10px;
	word-break: break-word;
}

.single-article .entry-header > div {
	margin: 0;
	padding-left: 8%;
	padding-right: 8%;
}

.single-article .entry-header > .excerpt {
	margin: 0;
	padding-left: 16%;
	padding-right: 16%;
	font-style: italic;
}

.single-article .entry-header > .excerpt::after {
	content: ' ';
	display: block;
	background: #eeef; background: rgb(238, 238, 238);
	padding: 20px;
	padding-top: 0;
	padding-bottom: 25rem;
	margin: -20px;
	margin-top: 0;
	margin-bottom: -25rem;
}

.single-article .entry-content {
	position: relative;
	z-index: 5;
}

.single-article .entry-header > .excerpt p {
	background: #eeef; background: rgb(238, 238, 238);
	padding: 20px;
	padding-top: 0;
	margin: -20px;
	margin-top: 0;
}

.single-article .entry-header aside {
	display: flex;
	padding-left: 8%;
	padding-right: 8%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 4;
	position: relative;
}

.single-article .entry-header .authorarea span {
	/*white-space: nowrap;*/
}


.single-article .entry-header .authorarea .label {
	font-family: 'Roboto Mono', monospace;
	color: #bbb;
}

.single-article .entry-header .authorarea img {
	border-radius: 50% 50% 0 50%;
	box-shadow: 0 0 15px 0 #0003;
	height: 6em;
	width: auto;
	max-width: initial;
}

.single-article .entry-header .authorarea {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 4;
	padding-top: 1em;
    padding-bottom: 1em;
}

.single-article .entry-header .authorarea.noimg {
    background: #eeef; background: rgb(238, 238, 238);
}

.single-article .entry-header .authorarea.noimg img {
	display: none;
}

.single-article .entry-header .authorarea > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1em;
	padding-right: 1em;
}

.single-article .entry-header .authorarea .name {
	font-size: 1.4rem;
	line-height: 100%;
}

.single-article .entry-header .authorarea .roll {
	font-size: 0.9rem;
	line-height: 130%;
}

.single-article .entry-header .kamprapporter-taxarea {
	margin: 16%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.single-article .entry-header .kamprapporter-taxarea .kamprapporter {
	margin: -20px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	background: #eee;
}

.single-article .entry-header .kamprapporter-taxarea .kamprapporter .label {
	right: 20px;
}

.single-article .entry-header .taxarea {
	margin-top: 0.5em;
    background: #eeef; background: rgb(238, 238, 238);
	text-align: right;
	flex: 3;
	padding-top: 1.2em;
	padding-bottom: 1em;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	
	position: relative;
}

.single-article .entry-header .taxarea .label {
    background: #eeef; background: rgb(238, 238, 238);
	position: absolute;
	right: 0;
	padding-top: 5px;
	padding-right: 11.5px;
	top: -0.4rem;
	font-size: 1rem;
	font-family: 'Roboto Mono', monospace;
	color: #bbb;
}

.single-article .entry-header .taxarea a {
	white-space: nowrap;
	margin: 2.5px;
}

.single-article .entry-header > img {
	width: 100%;	
	position: absolute;
	z-index: 0;
	opacity: 1;
	-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
	mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

.single-article .entry-header * {
	position: relative;
	z-index: 1;
}

.single-article .entry-header {
	position: relative;
}

.single-article .entry-header {
	display: flex;
	flex-direction: column;
}

.content-kamprapport .kamprapport-default-images {
	padding-left: 8%;
	padding-right: 8%;
	display: flex;
	flex-direction: column;
}

.content-kamprapport .kamprapport-default-images img {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}

.content-kamprapport .kamprapport-default-images img:last-child {
	margin-bottom: 0;
}

.single-kamprapporter .entry-footer {
	position: relative;
	z-index: 1;
}.archive-flow .page-title {
    font-size: 1.5rem;
    text-align: center;
}

#archive-infopage {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	background-color: #ddd;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

#archive-infopage .left-media {
	max-width: 62%;
	min-width: 62%;
	position: relative;
}

#archive-infopage .text-content {
	max-width: 38%;
	min-width: 38%;
	padding: 20px;
}

#archive-infopage .text-content h1,
#archive-infopage .text-content h2,
#archive-infopage .text-content h3, 
#archive-infopage .text-content h4 {
	font-weight: bold;
}
#archive-infopage .text-content h2 {
	font-size: 1.3rem;
}

#archive-infopage .text-content > * {
	padding: 0;
}

#archive-infopage .text-content > *:last-child {
	margin-bottom: 0;
}

#archive-infopage .left-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
}

#archive-infopage .left-media iframe {
	height: 100% !important;
	width: 100% !important;
}

.no-results {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.archive-header {
	min-height: calc(172.766px * 0.5 * 1.414 - 40px); /* main tyr size */
	margin-top: 0;
    margin-bottom: calc(20px);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
    position: relative;
	background-color: #ddd;
	position: relative;
	padding: 20px;
}

.archive-header h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 100%;
	text-align: right;
	font-size: 2rem;
}

.post-type-archive-kamprapporter .archive-header h1 {
	margin: 0;
	margin-top: -1rem;
	margin-bottom: 0.8rem;
	padding: 0;
	line-height: 100%;
	height: 100%;
	text-align: center;
	font-size: 2rem;
}

.archive-header h1 span {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 1rem;
	font-family: 'Roboto Mono', monospace;
}

.archive-header h1 span.kamprapp-beskrivning {
	text-align: center;
	padding-left: 16%;
	padding-right: 16%;
	font-size: 0.8rem;
	right: 0;
	top: 2.8rem;
	width: 100%;
}

.archive-header h1 span.afterlink {
	top: initial;
	bottom: 0 !important;
	right: 0 !important;
	padding: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: var(--rs-green);
	transition: 0.2s;
}

.archive-header h1 span.afterlink:hover {
	background-color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.archive-header h1 span.afterlink a {
	text-decoration: none;
	color: white;
	outline: none;
}

.archive-flow {
	display: flex;
	flex-direction: column;
}

.archive-flow article {
	display: flex;
	flex-direction: column;
	max-height: 180px;
	min-height: 180px;
	height: 180px;
    margin-bottom: calc(20px);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    background-color: #ddd;
}

.archive-flow article a {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
	color: #404040;
	text-decoration: none;
}

.archive-flow article aside {
	height: 180px;
	min-width: 320px;
	max-width: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.archive-flow article aside img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: white;
}

.search #primary,
.archive #primary {
	padding-right: 0 !important;
}

.archive-flow article main {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding: 20px;
	flex-grow: 1;
}

.archive-flow article main section {
	overflow-y: hidden;
	position: relative;
}

.archive-flow article main section::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	background: rgb(221,221,221);
	background: linear-gradient(rgba(221,221,221,0) 0%, rgba(221,221,221,1) 100%);
    z-index: 1;
}

.archive-flow article main section > * {
	padding: 0;
}

.archive-flow article main section {
	padding: 0;
}

.archive-flow article main header h1 {
	padding: 0;
	font-size: 1.3rem;
	line-height: 130%;
}

.archive-flow article main .archive-tags {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-family: 'Roboto Mono', monospace;
	text-align: right;
}

.archive-flow article main .archive-tags span {
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 0.5rem;
	margin-bottom: 0.7rem;
	opacity: 0.7;
	transition: 0.2s;
	white-space: nowrap;
}

.archive-flow article:hover main .archive-tags span {
	position: relative;
	z-index: 5;
	background: #000;
	color: white;
	opacity: 1;
}

.archive-flow article aside > span {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	padding: 5px;
	font-size: 0.8rem;
    transition: 0.2s;
	line-height: 100%;

    color: white;
    background: #000f;
    font-size: 1rem;
    line-height: 100%;
    padding: 5px;
    border: 1px solid gray;
    opacity: 1;
	z-index: 4;
	opacity: 0.8;
}

.archive-flow article:hover aside > span {
	opacity: 1;
}

.archive-flow article aside > span.datum {
	left: 0;
    border-radius: 0 0 10px 0 ;
	font-size: 0.8rem;
}

.archive-flow article aside > span.forfattare {
	right: 0;
	border-radius: 0 0 0 10px;
	font-weight: bold;
}

.archive-flow article aside {
	position: relative;
}

.archive-flow article aside::after {
	content: ' ';
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.archive-flow article .media-icons {
	font-size: 1em;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: row;
}

.media-icons .media-icon {
	height: 1.5em;
	width: 1.5em;
	background: #0001;
	margin-right: 0.75em;
	z-index: 3;
}

.media-icons .media-icon:last-child {
	margin-right: 0;
}

.media-icons .radio{
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/media-radio-02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.media-icons .bild{
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/media-bild-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.media-icons .film{
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2019/05/media-film-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.media-icons .riksledningen{
	background: url(https://xn--motstndsrrelsen-llb70a.se/wp-content/uploads/2020/05/svartvit-riksruna2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive-flow article > a:hover .shader {
	opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 45px 0px rgba(0,0,0,1);
    background: #0004;
}

.archive-flow article > a .shader {
	opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0 0 15px 0px rgba(0,0,0,1); */
    background: #0000;
    z-index: 0;
    transition: 0.2s;
    background-position: center;
    z-index: 2;
}

.archive-flow article > a::after {
    z-index: 3 !important
}

.archive-flow article > a::before {
    z-index: 3 !important;
}

.archive-flow .h1-sec {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 1rem;
	padding-top: 30px;
	z-index: 4;
	background: #0008;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 25%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
}

.archive-flow .h1-sec h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: white;
}

.archive-flow article .medianum-1 {
	display: block;
	margin-right: calc(1 * 1.5em + 0.75em * 0 + 1.5em / 2) !important;
}

.archive-flow article .medianum-2 {
	display: block;
	margin-right: calc(2 * 1.5em + 0.75em * 1 + 1.5em / 2) !important;
}

.archive-flow article .medianum-3 {
	display: block;
	margin-right: calc(3 * 1.5em + 0.75em * 2 + 1.5em / 2) !important;
}

.archive-flow article .medianum-4 {
	display: block;
	margin-right: calc(4 * 1.5em + 0.75em * 2 + 1.5em / 2) !important;
}

.archive-flow article header {
	background-color: #0000 !important;
}

.pagination {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: -5px;
	font-weight: bold;
	line-height: 100%;
    cursor: default;
	margin-top: 10px;
	line-height: 150%;
}

.post-type-archive-kamprapporter .page-header:first-child .pagination {
	margin-top: calc(34px - 5px) !important;
	margin-bottom: calc(24px - 5px) !important;
}

.post-type-archive-kamprapporter .page-header .pagination {
	margin-top: calc(20px) !important;
}

.pagination a,
.pagination a:visited,
.pagination .page-numbers{
	font-family: 'Roboto Mono', monospace;
	color: #404040;
	text-decoration: none;
	padding: 0.2em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	cursor: pointer;
}

.pagination a:hover {
	background: #000;
	color: white;
	text-decoration: underline;
}

.pagination .current {
	color: green;
	opacity: 0.8;
	text-decoration: underline;
	cursor: default;
}

.pagination .dots {
	cursor: default;
}/* MOBILE GENERAL */

#page {
	--header-height: calc(19px + 5vw);
	--footer-height: calc(19px + 5vw);
	--header-height-start: calc(19px + 5vw);
	--footer-height-start: calc(19px + 5vw);
    transition: 0.2s;
}

#page.scrolled {
    --header-height: calc(2vh + 3vw);
}

#page.scrolled #header-navbar {
    padding-top: 0;
}

.scrolled #m-topbar {
    opacity: 0;
}

#page.scrolled #site-name h1 {
    line-height: calc(var(--header-height) + ((var(--header-height)) * 0.4142));
}

#page.scrolled #site-name {
    padding-left: calc((var(--header-height)) / 2);
}

#page.scrolled #m-burger img {
    height: calc(var(--header-height) - 5px);
}

#page.scrolled #m-burger {
    top: 0;
    height: 100%;
}

#page.scrolled #mobile-tyr {
    top: -10vh;
}

#page {
    position: relative;
}

#mobile-navbar #menu-item-221 {
    order: 10;
}

#mobile-navbar #topp-list-nav li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-navbar,
#header-navbar * {
    transition: 0.2s !important;
    transition-delay: 0.2s !important;
}

#header-navbar h1 {
    transition: 0.1s !important;
    transition-delay: 0s !important;
}

.mobile-navigation .underkolumn > ul li span {
    transition: 0.2s;
}

.mobile-navigation .underkolumn > ul:focus-within li:focus-within a:focus span {
    opacity: 1;
    padding-left: 20px;
}

.mobile-navigation .underkolumn > ul:focus-within li:focus-within a span {
    opacity: 1;
    padding-left: 10px;
}

.mobile-navigation .underkolumn > ul li.viktig {
    transition: 0.2s;
}

.ocklickbar > a {
    pointer-events: none;
}

.ocklickbar > a span {
    pointer-events: none;
}

.mobile-navigation .underkolumn > ul:hover li.viktig {
    opacity: 1;
}

.mobile-navigation .underkolumn > ul:hover li.viktig:hover {
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
}

#header-navbar li {
    transition: 0s !important;
    transition-delay: 0s !important;
}

#footer-content-kamprapp .archive-flow article aside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: black;
}

#header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(var(--header-height) + ((var(--header-height)) * 0.4142));
    width: 100%;
    padding-top: calc((var(--header-height)) * 0.4142); /* enable if quote */
    /* padding-top: 0; */
    background-size: cover !important;
    z-index: 100;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.8);
}

.admin-bar #header-navbar {
}

#header-navbar::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000d;
}

#header-navbar a#site-name {
    padding-left: calc((var(--header-height)) * 1.4142 + (var(--header-height)) / 2);
    display: block;
}

#header-navbar h1 {
    font-size: 4vw;
    padding: 0;
    line-height: calc(var(--header-height));
}

#header-navbar a {
    color: white;
    text-decoration: none;
}

#header-navbar #m-prename {
    position: relative;
}

#header-navbar #m-name {
    position: relative;
}

#header-navbar #m-quote {
    opacity: 0.3;
    color: white;
}

#header-navbar #m-burger {
    position: absolute;
    right: calc((var(--header-height)) / 2);
    top: calc((var(--header-height)) * 0.4142);
    height: calc(var(--header-height));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header-navbar #m-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((var(--header-height)) * 0.4142);
    background: #0009;
    padding-left: calc((var(--header-height)) * 1.4142);
}

#header-navbar #m-topbar ol {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: calc((var(--header-height)) * 1.4142);
    width: calc(100% - (var(--header-height)) * 0.4142);
    height: calc((var(--header-height)) * 0.4142);
    line-height: calc((var(--header-height)) * 0.4142);
    font-size: calc((var(--header-height)) * 0.25);
    opacity: 0.6;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
}

#header-navbar #m-topbar ol li {
    white-space: nowrap;
}

#header-navbar #m-topbar ol li::before {
    content: '>';
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: white;
    opacity: 0.6;
}

#header-navbar #m-topbar ol li:first-child::before {
    content: '';
}

#header-navbar #m-topbar ol a {
    color: white;
}

#header-navbar #m-topbar ol li:last-child span {
    color: green;
}

#header-navbar #m-burger img {
    height: calc(var(--header-height) - 20px);
    width: auto;
    transform: rotate(0deg);
    transition: 0.5s !important;
}

#header-navbar #m-burger.active-button img {
    transform: rotate(-90deg);
}

#header-navbar #m-postname {
    font-size: 3vw;
    margin-left: -0.4em;
    opacity: 0.8;
}

#header-navbar #mobile-tyr {
    height: calc(var(--header-height));
    width: calc(var(--header-height));
    position: absolute;
    left: calc((var(--header-height)) / 2);
    top: calc((var(--header-height)) * 0.4142);
}#footer-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: calc(var(--footer-height));
    width: 100%;
    background: #000;
    z-index: 100;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.8);
}

#footer-navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#footer-navbar .footer-navitem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 5px;
}

#footer-navbar .footer-navitem img {
    min-width: calc(var(--footer-height) - 20px);
    max-width: calc(var(--footer-height) - 20px);
}

#footer-navbar .footer-navitem #name {
    text-align: center;
    white-space: nowrap;
    color: white;
    margin-top: 0.1em;
    margin-left: 0.5em;
    line-height: 100%;
}

#footer-content-share .heateor_sss_bottom_sharing {
    position: absolute !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    bottom: initial !important;
    top: 0 !important;
}

#footer-content-share .heateor_sss_bottom_sharing ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#footer-content-share .heateor_sss_bottom_sharing ul li {
    height: 4rem !important;
    min-height: 4rem !important;
    max-height: 4rem !important;
    min-width: 4rem !important;
    max-width: 4rem !important;
    width: 4rem !important;
    margin: 10px !important;
}

#footer-content-share .heateor_sss_bottom_sharing ul li i {
    width: 100% !important;
    height: 100% !important;
}

#footer-navbar .footer-navitem #notification {
    position: absolute;
    top: -3px;
    left: -3px;
    background: var(--rs-green);
    color: white;
    font-size: calc(1vh + 2vw);
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border: 3px solid black;
    width: auto;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
    font-family: 'Roboto Mono', monospace;
}

#m-search {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.add-kmprapp {
    position: fixed;
    bottom: calc(var(--footer-height) + 10px);
    right: 10px;
    width: auto;
    background: var(--rs-green);
    line-height: 100%;
    z-index: 100;
    margin: 0;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.8);
    padding: 0;
}

.add-kmprapp a {
    display: block;
    box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    padding: 15px !important;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.new-article::before {
    /*
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 20px solid #0f02;
    transition: 1s;
    animation-name: highlight;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 90;
    */
}

.new-article {
    position: relative;
    overflow: initial !important;
}

.new-article {
    position: relative;
    overflow: initial !important;
    border-right: 5px solid #050;
}

.m-slide-wrapper article,
.m-slide-wrapper article main section::after {
    transition: 0.5s;
}

.m-slide-wrapper .archive-flow article.new-article main section::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: rgb(0,0,0);
    background: linear-gradient(#0000 0%, #000f 100%) !important;
    z-index: 1;
}

@keyframes highlight {
    from {
        width: 100%;
        border-right: 20px solid #0f02;
      }
    to {
        width: 0%;
        border-right: 0px solid #0f00;
      }
  }

.add-kmprapp a:focus {
    background: #000c;
}

#footer-content-search > aside {
    overflow: hidden;
}

#footer-content-search > aside > main {
    overflow-y: scroll;
    height: 100%;
}

#footer-content-search > aside > main > .search-loadmore {
    padding-bottom: 10rem;
}

#m-search > * {
    position: relative;
    z-index: 100;
}

#m-search::before {
    content: " ";
    position: absolute;
    height: 200%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(16,16,16,0) 0%, rgba(16,16,16,1) 100%);
    z-index: 1;
    pointer-events: none;
}

#m-search form {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#m-search form label {
    min-width: 100%;
    max-width: 100%;
    order: 10;
}

#m-search form label input {
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

#footer-content-share input {
    min-width: 100%;
    max-width: 100%;
}

.footer-navitem:before {
    content: ' ';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}


#m-burger:before {
    content: ' ';
    position: absolute;
    left: -10px;
    top: calc(15% - 10px);
    width: calc(100% + 20px);
    height: calc(70% + 20px);
}

#site-name:focus {
    text-decoration: underline !important;
}

.footer-navitem.active-button:before,
#m-burger.active-button:before {
    animation-name: clicked;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes clicked {
    0% {background-color: #0000;}
    60% {background-color: var(--rs-green);}
    100% {background-color: #0000;}
}

.footer-navitem {
    position: relative;
}

#footer-content-share input::selection {
    color: black !important;
    background-color: #3f66;
}

#footer-content-share aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#footer-content-share.show-m-slide aside span {
    font-size: 1.5em;
    width: 10rem;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    position: absolute;
    left: calc(50% - 5rem);
    bottom: 1rem;
    color: white;
    background: var(--rs-green);
    animation-name: fade-out;
    animation-duration: 1s;
    animation-delay: 0.88s;
    transform: translateY(0rem) rotate(0deg);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes fade-out {
  from {
        opacity: 1;
        transform: translateY(0rem) rotate(0deg);
    }
  to {
        opacity: 0;
        transform: translateY(-7rem) rotate(125deg);
    }
}body.show-fp-display {
    overflow: hidden;
}

body.loading-in .fullpagedisplay img {
    display: none;
}

div.fullpagedisplay {
    filter: blur(0) !important;
    transition: 0.8s !important;
    pointer-events: all !important;
    display: initial;
    opacity: 0;
    background: #0000;
}

div.fullpagedisplay.show-fp-display {
    display: block;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    background: #000f;
    color: #efefef;
}

div.fullpagedisplay .fp-main-wrap {
    opacity: 0;
    transition: 1s;
    transition-delay: 1.5s;
}

div.fullpagedisplay.show-fp-display .fp-main-wrap {
    opacity: 1;
}

div.fullpagedisplay .fp-background {
    display: block;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #000e;
    background-size: cover !important;
    background-position: center !important;
}

div.fullpagedisplay .fp-content-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.fullpagedisplay .fp-content-wrapper .fp-backarea {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100vw - 22px);
    cursor: pointer;
    z-index: -1;
}

div.fullpagedisplay .fp-content-wrapper .fp-main {
    max-width: 60vw;
    min-width: 60vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

div.fullpagedisplay .fp-content-wrapper .fp-main .fp-main-wrap {
    margin-top: 20vh;
    background: #000a;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3rem;
}

div.fullpagedisplay .fp-content-wrapper .fp-main .site-branding {
    position: relative;
}

div.fullpagedisplay .fp-content-wrapper .fp-main #main-tyr {
    bottom: calc(100% - 80px) !important;
    left: calc(0% - 80px) !important;
}

div.fullpagedisplay .fp-content-wrapper .fp-main .fp-content > * {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

div.fullpagedisplay .fp-content-wrapper .fp-top {
    max-width: 100%;
    min-width: 100%;
}

div.fullpagedisplay .fp-content-wrapper .fp-right h1 {
    text-align: center;
    font-size: 5rem;
    line-height: 100%;
}

div.fullpagedisplay .fp-content-wrapper .fp-right ul.verksamhetsomrade {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    line-height: 100% !important;
    margin-top: 1.5rem !important;
    padding: 0 !important;
    flex-wrap: wrap;
}   

div.fullpagedisplay .fp-content-wrapper .fp-right ul.verksamhetsomrade li {
    margin-left: 0 !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-size: 1.8rem;
    line-height: 100%;
    margin-bottom: 1.5rem !important;
    white-space: nowrap;
}

div.fullpagedisplay .fp-content-wrapper .fp-left {
    max-width: 40%;
    min-width: 40%;
}

div.fullpagedisplay .fp-content-wrapper .fp-left > * {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

div.fullpagedisplay .fp-content-wrapper .fp-left svg {
    width: 100%;
    height: auto;
}

div.fullpagedisplay .fp-content-wrapper .fp-right {
    max-width: 60%;
    min-width: 60%;
    padding-left: 5%;
}

div.fullpagedisplay .fp-content-wrapper .fp-bottom {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.fullpagedisplay .fp-content-wrapper .fp-bottom > * {
    max-width: 30%;
    min-width: 30%;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figure::after  {
    display: none;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figure.alignright  {
    margin-left: 1em;
    margin-bottom: 1em;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figure.alignleft  {
    margin-right: 1em;
    margin-bottom: 1em;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figure.aligncenter  {
    margin-bottom: 1em;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figure.alignnone  {
    margin-bottom: 1em;
}

div.fullpagedisplay .fp-content-wrapper .fp-right figcaption {
    font-size: 80%;
}/* very large 4k nerds */
/* I might give this section some more love in the future dw youre not forgotten ;) */


@media only screen and (min-width: 1930px) {
    #bg2, #bg1 {
        background-size: cover !important;
    }
  }

/* .mobile-navigation lists// */

#tertiary-sidebar {
    display: flex;
    flex-direction: column;
}

#tertiary-sidebar > div {
    display: flex;
    flex-direction: column;
}

#mobile-navbar #topp-list-nav {
    display: flex;
    justify-content: space-evenly;
    font-size: 80%;
    flex-wrap: wrap;
}
#mobile-navbar #topp-list-nav li {
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    background: #000;
    line-height: 100%;
}
#mobile-navbar #topp-list-nav li a {
    color: white;
    text-decoration: none;
    opacity: 1;
    white-space: nowrap;
}

.mobile-navigation ul,
.mobile-navigation ol,
.mobile-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-navigation .sub-menu li {
    background: initial !important;
}

.mobile-navigation .underkolumn .sub-menu .sub-menu li {
    background-color: initial !important;
    font-family: sans-serif;
    font-size: 0.9rem;
    line-height: 100%;
}

.mobile-navigation .underkolumn > .sub-menu > li > a {
    background-color: initial !important;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 100%;
}

.mobile-navigation #primary-menu-nav {
    display: flex;
    flex-direction: column;
}

.mobile-navigation #primary-menu-nav > li > a {
    color: white;
    text-decoration: none;
    padding-bottom: 2.5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2.5px solid white;
    width: 100%;
    display: block;
    font-size: 2rem;
    line-height: 100%;
}

.mobile-navigation .underkolumn > .sub-menu > li:first-child > a {
    margin-top: -5px !important;
}

.mobile-navigation #primary-menu-nav > li:first-child > a {
    margin-top: 0;
}

.mobile-navigation #primary-menu-nav > li > .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-navigation .sub-menu .underkolumn {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.mobile-navigation .oklickbar > a {
    opacity: 1 !important;
    pointer-events: none !important;
    color: white;
    text-decoration: none;
}

.mobile-navigation .underkolumn > ul > li > a {
    color: white;
    background-color: #fff0;
    display: block;
    margin: -5px;
    margin-top: -5px !important;
    padding: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mobile-navigation .underkolumn > ul > li {
    margin-bottom: 20px;
}

.mobile-navigation .underkolumn > ul > li > .sub-menu {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mobile-navigation .underkolumn .sub-menu > li {
    background-color: #000 !important;
    padding: 5px;
}

.mobile-navigation a {
    white-space: normal;
}

#primary-menu-nav > li li > a {
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

#primary-menu-nav > li li > a:visited .sub,
#primary-menu-nav > li li > a .sub {
    color: #fff8;
    font-size: 80%;
}

#primary-menu-nav > li li > a:visited,
#primary-menu-nav > li li > a:visited span {
    color: #ffff;
}

#primary-menu-nav > li li > a span {
    color: #ffff;
}

#primary-menu-nav .viktig {
    background-color: var(--rs-green) !important;
    margin-bottom: 20px;
}

/* //.mobile-navigation lists */

.footer-navitem.active-button {
    transform: translateY(-0.2rem);
    opacity: 0.5;
}

.footer-navitem {
    opacity: 1;
    border-radius: 2px;
    transition: 0.5s;
    transform: translateY(0rem);
}

.m-slide-wrapper {
    padding-top: calc(var(--header-height-start) + ((var(--header-height-start)) * 0.4142));
    padding-bottom: calc(var(--footer-height-start));
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    z-index: 50;
    background: #111;
}

.no-scroll {
    overflow: hidden;
}

#footer-content-share {
    background: #000c;
}

.m-slide-wrapper > aside {
    position: absolute;
    left: 20px;
    top: calc(var(--header-height-start) + 20px + ((var(--header-height-start)) * 0.4142));
    width: calc(100% - 40px);
    height: calc(100% - 20px - var(--footer-height-start) - (var(--header-height-start) + ((var(--header-height-start)) * 0.4142)));
    padding-bottom: 20px;
    overflow-y: scroll;
}

.m-slide-wrapper .archive-flow article aside > span.type-7 {
    /* Kamprapporter cat no show */
    display: none;
}

.m-slide-wrapper .archive-flow article {
    background-color: #000;
}

.m-slide-wrapper .archive-flow main {
    font-size: 0.8rem;
    color: white;
}

.m-slide-wrapper .archive-flow article > a:hover::after,
.m-slide-wrapper .article-flow article > a:hover::after {
    background: black;
}

.m-slide-wrapper .archive-flow article > a::before {
    z-index: 10 !important;
}

.m-slide-wrapper .archive-flow article main section::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: rgb(0,0,0);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
}

.m-slide-wrapper .archive-flow article main .archive-tags {
    font-size: 0.9rem;
    display: none !important; /* ta bort taggar */
}

.m-slide-wrapper .kmprapp-loadmore,
.m-slide-wrapper .mx-search-info,
.m-slide-wrapper .search-loadmore {
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
    margin-bottom: 10rem;
}

.m-slide-wrapper .mx-search-info {
    margin-bottom: 1rem;
}

.m-slide-wrapper .archive-flow article aside > span.datum {
    left: 0;
    border-radius: 0 0 10px 0;
    font-size: 0.8rem;
    border-left: 0 !important;
    border-top: 0 !important;
}

.m-slide-wrapper .archive-flow article aside {
    height: 144px;
    min-width: 256px;
    max-width: 256px;
}

.m-slide-wrapper .archive-flow article {
    max-height: 144px;
    min-height: 144px;
    height: 144px;
    margin-bottom: calc(20px);
}

.m-slide-wrapper .archive-flow article main {
    padding: 10px;
}

.m-slide-wrapper aside {
    display: none;
}

.show-m-slide aside {
    display: block;
}

#mobile-masthead .m-slide-wrapper {
    transform: translateY(-120%);
}

#mobile-colophon .m-slide-wrapper {
    transform: translateY(100%);
}

.show-m-slide {
    transform: translateY(0%) !important;
}

/* Small half screen */

@media screen and (max-width: 920px) {
    .single-article .entry-header aside {
        flex-wrap: wrap;
    }
    
    .single-article .entry-header > .title h1 {
        font-size: 200%;
    }
    
    .single-article .entry-header > .title {
        margin-top: 20vh;
    }
}

/* HALF SCREEN */

@media screen and (max-width: 1100px) {
    #page-inner {
        background: #eee;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-main {
        max-width: 100vw;
        min-width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 2;
        position: relative;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-main #main-tyr {
        bottom: calc(100%) !important;
        left: calc(0% + 0.5vw) !important;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-right h1 {
        font-size: 10vw;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-right ul.verksamhetsomrade li {
        font-size: 2.5vw;
        margin-left: 1.5vw !important;
        margin-right: 1.5vw !important;
        margin-bottom: 1.5vw !important;
    }

    div.fullpagedisplay .fp-main-wrap {
        font-size: 2.5vw;
    }

    .page .wp-block-media-text .wp-block-media-text__media::after {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.92) 25%, rgba(0,0,0,0.92) 75%, rgba(0,0,0,0.8) 100%);
        box-shadow: inset 0 0 1em 0px rgba(0,0,0,1);
    }
    
    .page .wp-block-media-text .wp-block-media-text__media {
        left: calc(-20px);
    }

    #tertiary {
        min-width: 100%;
        max-width: 100%;
    }

    .main-navigation li {
        position: initial;
    }

    #primary-menu {
        position: initial;
    }

    #content > #announcement > #tertiary-sidebar {
        margin-right: 0;
    }

    header #site-navigation, footer #site-navigation {
        position: initial;
    }

    #primary-menu > li:hover .sub-menu {
        left: 0 !important;
        right: initial !important;
        top: initial;
    }

    .sub-menu,
    .main-navigation > div > ul > .menu-right > ul,
    .main-navigation > div > ul > .menu-right:hover > ul {
        left: -999vw !important;
        right: initial !important;
        top: initial;
        max-width: 100vw;
    }

    .menu-pos-1 { order: 1; }
    .menu-pos-2 { order: 2; }
    .menu-pos-3 { order: 3; }
    .menu-pos-4 { order: 4; }
    .menu-pos-5 { order: 5; }
  }
  
/* MOBILE/PAD */
@media screen and (max-width: 782px) {
    
    /* Citations quotes flexible order for long cites */
    #primary .wp-block-quote,
    #primary .entry-content > blockquote {
        display: flex;
        flex-direction: column;
    }

    #primary .wp-block-quote > p,
    #primary .entry-content > blockquote > p {
        order: 2;
    }

    #primary .wp-block-quote > cite,
    #primary .entry-content > blockquote > cite {
        order: 1;
        position: unset;
        text-align: right;
        margin-bottom: -5px;
        line-height: 125%;
    }

    #primary .wp-block-quote > cite::before,
    #primary .entry-content > blockquote > cite::before {
        content: '\2014';
        margin-right: 5px;
    }



    .menu-fot-meny-container li a {
        white-space: pre-wrap !important;
        text-align: center;
    }

    #primary .wp-block-quote:hover p::before,
    #primary .entry-content > blockquote:hover p::before {
        border-left: 5px solid var(--rs-green);
        opacity: 0.8;
        left: calc(15px);
    }


    .single-article article.kamprapporter .entry-content > * {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-article article.kamprapporter {
        margin-left: -10px;
        margin-right: -10px;
    }

    .content-kamprapport .kamprapport-default-images img {
        margin-bottom: 20px;
        margin-left: -10px;
        margin-right: -10px;
        min-width: calc(100% + 20px);
    }

    #secondary-n {
        margin-bottom: 20px;
    }

    .lattlast {
        display: none;
    }

    .single-article .entry-header .kamprapporter-taxarea {
        margin: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        background: #eee;
    }

    article.kamprapporter .content-kamprapport {
        background: #eee;
    }

    .tool-page .information > blockquote {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-right ul.verksamhetsomrade li {
        font-size: 5.5vw;
    }

    .post-type-archive-kamprapporter .archive-header h1 span {
        top: 40px;
        width: 100%;
        text-align: center;
        right: 0;
    }

    .post-type-archive-kamprapporter .archive-header h1 span.afterlink {
        bottom: 0;
        top: unset;
        width: auto;
        text-align: right;
        right: 0;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-main #main-tyr {
        bottom: calc(100%) !important;
        left: -10px !important;
    }

    .naste-info .nasteinfo-epost a {
        word-break: break-all;
    }

    .naste-info .info-flow > svg {
        margin-top: 100px;
    }

    .wp-block-media-text__media {
        display: none;
    }
    
    .wp-block-media-text__content {
        color: inherit !important;
    }
    
    .wp-block-media-text {
        background: none !important;
    }

    .page .wp-block-media-text a{
        color: blue;
    }

    .page .wp-block-media-text a:visited{
        color: purple;
    }

    .page .wp-block-media-text a:hover,
    .page .wp-block-media-text a:focus,
    .page .wp-block-media-text a:active{
        color: blue;
    }

    .page .wp-block-media-text .wp-block-media-text__content {
        padding-top: 0;
        padding-bottom: 0;
    }

    #archive-infopage .left-media {
        display: none;
    }

    #archive-infopage .text-content {
        max-width: 100%;
        min-width: 100%;
    }

    #application-form.results::before {
        display: none;
        content: '';
    }

    .tool-page > header > h1 {
        margin-bottom: 60px;
    }

    #mobile-navbar #topp-list-nav li {
        font-size: 3vw;
    }

    #user-submitted-posts fieldset input,
    #user-submitted-posts fieldset select,
    #user-submitted-posts .usp-checkbox {
        font-size: 3.5vw;
    }
    #user-submitted-posts fieldset textarea {
        font-size: 4.5vw;
    }

    #primary .wp-block-quote p, #primary .entry-content > blockquote p {
        position: relative;
        padding-left: 8%;
        padding-right: 8%;
    }

    #primary .wp-block-quote p::before, #primary .entry-content > blockquote p::before {
        content: ' ';
        position: absolute;
        left: calc(8% - 20px);
        /* left: calc(84% + 20px); */
        top: 0;
        height: 100%;
        width: 0%;
        border-left: 5px solid var(--rs-green);
        opacity: 0.5;
        transition: 0.5s;
        transition-delay: 0.1s;
    }

    .single-nasten #content > #primary {
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    #primary .wp-block-quote p::before {
        left: calc(-5px);
    }

    .single-nasten #content > #secondary-n {
        min-width: 100%;
        max-width: 100%;
    }

    .naste-info {
        font-size: calc(2vw + 8px);
    }

    #content > #secondary-n {
        padding-left: 0;
        margin-right: 0;
    }

    .feed-icon a::after {
        height: 1em;
        width: 1em;
    }

    .tool-page .information > * {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tool-page > header > h1 {
        box-shadow: 0 0 15px 0 #0000;
        min-width: 100%;
        font-size: 9vw;
    }

    #application-form {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #application-form textarea {
        max-width: 100%;
    }

    #security-notice p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #application-form p {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1rem;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-left: 5px solid #0002;
        transition: 0.3s;
        position: relative;
    }

    #application-form p:focus-within {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1rem;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-left: 5px solid #0738;
        transition: 0.3s;
        position: relative;
    }

    #tertiary {
        margin-top: 0;
    }

    .content-toolpage {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-toolpage ul {
        padding-left: 16%;
        padding-right: 16%;
    }

    #tertiary-sidebar {
        margin-right: 0 !important;
    }

    .single-article .entry-content .heateor_sss_sharing_container {
        display: none !important;
    }

    #primary {
        max-width: 100%;
    }
    
    .menu-pos-1,
    .menu-pos-2,
    .menu-pos-3,
    .menu-pos-4,
    .menu-pos-5 {
        order: 0;
    }
    
    article.page .entry-content .wp-block-image {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
        min-width: calc(100% + 40px);
    }

    .ez-toc-wrap-right, .ez-toc-wrap-left {
        float: initial !important;
    }
    
    #primary .type-page header {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }
    
    #primary .type-page .header-wrapper h1 {
        margin-right: -20px;
        font-size: calc(1vh + 3vw);
        margin-left: calc((1vh + 3vw + 20px) / 1.41421 + 20px);box-shadow: inset 0.8vw -0.8vw 5px 0px rgba(0,0,0,0.3);
    }
    
    article.page .entry-content > * {
        margin: 0;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1em;
    }

    #primary .type-page .header-wrapper h1 .sidespan {
        position: absolute;
        z-index: -1;
        top: calc(0px - ((1vh + 3vw + 20px) * 1.41421)/2);
        left: calc(0px - ((1vh + 3vw + 20px) * 1.41421)/2);
        width: calc((1vh + 3vw + 20px) * 1.41421);
        height: calc((1vh + 3vw + 20px) * 1.41421);
        background-color: var(--rs-green);
        transform: rotate(45deg);
        box-shadow: inset 0.5vw -0.5vw 5px 0px rgba(0,0,0,0.3);
    }
    
    .single-article .entry-header > .title {
        margin-top: calc(20vh + 20vw);
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .single #content {
        margin-top: -5px;
    }
    
    .single-article .entry-header > .excerpt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article-flow article .excerpt-sec {
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .single-post main .entry-content {
        background: #eee;
        position: relative;
    }

    .single-post main .entry-content::before {
        content: '';
        display: none;
    }
    
    .single-article .entry-header aside {
        background: #eee;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        flex-wrap: wrap;
    }
    
    .single-article .entry-header .authorarea {
        min-width: 320px;
    }

    .single-article .entry-header .authorarea span {
        white-space: normal;
    }
    
    .single-article .entry-header > .title h1 {
        font-size: 160%;
        margin: 0;
        background: #eeef;
        padding: 20px;
        margin: -20px;
        margin-bottom: 0;
        padding-bottom: 0;
        box-shadow: 0 0 15px 0 #0002;
        line-height: 120%;
    }

    .alignright, .alignleft {
        max-width: 50%;
    }
    
    .single-article .entry-content > * {
        padding-left: 0;
        padding-right: 0;
    }
    
    .single-article .entry-content > .wp-block-image {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
    }

    html:first-child {
        margin-top: 0 !important;
    }

    body > #wpadminbar {
        display: none;
    }

    #secondary {
        display: none !important;
        order: 10 !important;
        min-width: 100% !important;
        padding: 0 !important;
    }

    #content > #secondary > *:last-child {
        margin-bottom: 20px;
    }

    .marginfix-fullw {
        margin-right: 0;
    }

    #content > #primary {
        padding-right: 0;
    }
    
    #tertiary .article-flow article {
        max-width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }

    #masthead {
        display: none;
    }

    #colophon {
        display: none;
    }

    #page {
        padding-top: calc(var(--header-height-start) + ((var(--header-height-start)) * 0.4142));
        padding-bottom: calc(var(--footer-height-start));
    }
    #mobile {
        display: initial;
    }
    
    #primary .wp-block-quote p {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #primary .wp-block-quote:hover p::before {
        border-left: 5px solid #dddf;
        left: calc(-0px);
    }
    
    #primary .wp-block-pullquote p {
        padding-left: 20px;
        padding-right: 20px;
    }

    #tertiary .article-flow {
        justify-content: center;
    }
    
    .archive-flow article main .archive-tags {
        font-size: 0.8rem;
    }

    .archive-flow article main {
        padding: 8px;
    }
}

@media screen and (min-width: 783px) {
    #mobile {
        display: none;
    }
}

/* Kamprapporter, taggar fix */
@media screen and (max-width: 380px) {
    .m-slide-wrapper .archive-flow article aside {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .m-slide-wrapper .archive-flow article main {
        display: none !important;
    }
}

/* You have a mobile device for ants */

@media screen and (max-width: 550px) {
    #content > #announcement > * {
        margin-bottom: 10px;
    }
    
    .m-slide-wrapper .archive-flow article {
        margin-bottom: calc(10px);
    }

    .archive-header h1 span.kamprapp-beskrivning {
        font-size: 0.7rem;
        font-weight: normal;
        font-family: sans-serif;
    }

    #primary .type-page .header-wrapper h1 {
        position: initial;
        text-align: center;
        width: auto;
        display: block;
        font-size: 2rem;
        border-bottom: 3px dotted black;
        background: none;
        color: black;
        box-shadow: 0px 0px 0px #000;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        float: none;
        white-space: initial;
        word-break: break-word;
    }

    #primary .type-page .header-wrapper h1 .sidespan {
        display: none;
    }

    .archive-flow article aside {
        max-width: 60vw;
        min-width: 60vw;
    }

    .archive-flow article * {
        word-break: break-word;
    }

    .archive-flow article main .archive-tags span {
        white-space: break-spaces;
    }

    .archive-flow article main .archive-tags span:nth-child(n+5) {
        display: none;
    }

    div.fullpagedisplay .fp-main-wrap {
        font-size: 3.5vw;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-left {
        max-width: 100%;
        min-width: 100%;
        order: 2;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-right {
        max-width: 100%;
        min-width: 100%;
        padding-left: 0%;
        order: 1;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-bottom {
        order: 3;
        flex-direction: column;
    }

    div.fullpagedisplay .fp-content-wrapper .fp-bottom > * {
        max-width: 100%;
        min-width: 100%;
    }
    
    .pagination {
        font-size: 1.5rem;
    }

    #content > #secondary > section {
        margin-bottom: 10px;
    }

    #content > #secondary > *:last-child {
        margin-bottom: 10px;
    }

    #primary-menu-nav .viktig {
        background-color: var(--rs-green) !important;
        margin-bottom: 10px;
    }

    .mobile-navigation .sub-menu .underkolumn {
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    article.page .entry-content .wp-block-image {
        margin-left: -10px;
        margin-right: -10px;
        max-width: calc(100% + 20px);
        min-width: calc(100% + 20px);
    }

    .m-slide-wrapper > aside {
        position: absolute;
        left: 10px;
        top: calc(var(--header-height-start) + 10px + ((var(--header-height-start)) * 0.4142));
        width: calc(100% - 20px);
        height: calc(100% - 10px - var(--footer-height-start) - (var(--header-height-start) + ((var(--header-height-start)) * 0.4142)));
        padding-bottom: 10px;
    }
    
    .page .wp-block-media-text .wp-block-media-text__media {
        left: calc(-10px);
    }

    #primary .type-page header {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }
    
    #primary .wp-block-quote p {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #primary .wp-block-quote:hover p::before {
        border-left: 5px solid #dddf;
        left: calc(-5px);
    }
    
    .single-article .entry-header aside {
        background: #eee;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
    }
    
    .single-article .entry-header > img {
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
    
    .single-article .entry-content > .wp-block-image {
        margin-left: -10px;
        margin-right: -10px;
        max-width: calc(100% + 20px);
    }

    #primary article .entry-content h1,
    #tertiary article .entry-content h1 {
        font-size: 4.2vw;
    }

    #primary article .excerpt-sec,
    #primary article .entry-footer {
        font-size: 2.5vw;
    }

    #primary article .excerpt-sec {
        text-align: justify;
        line-height: 140%;
    }

    #primary .article-flow article .entry-footer {
        height: 6vw;
        bottom: -6vw;
    }

    .article-flow article:first-child .img-sec::after {
        font-size: 4.2vw;
        line-height: 100%;
    }

    #page article .medianum-1,
    #page article .medianum-2,
    #page article .medianum-3,
    #page article .medianum-4 {
        padding-right: 0 !important;
    }

    .article-flow article .media-icons {
        bottom: calc(100% - 20px);
        right: 20px;
    }

    .article-flow article .media-icons::before {
        content: ' ';
        position: absolute;
        left: -30px;
        top: -30px;
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        background: radial-gradient(#000d, transparent, transparent);
    }

    .loadmore-wrapper span {
        font-size: 5vw;
    }
    
    #content {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #tertiary .article-flow article,
    #primary .article-flow article {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;

    }

    #primary .article-flow article:first-child {
        max-width: calc(100%);
        min-width: calc(90%);
        margin-bottom: calc(3vw + 20px) !important;
        margin-right: 10px;
    }

    .article-flow {
        max-width: calc(100% + 10px);
        min-width: calc(100% + 10px);
    }
    
    #header-navbar #mobile-tyr {
        height: calc(var(--header-height) * 0.9);
        width: calc(var(--header-height) * 0.9);
    }
}
