@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/*
 Theme Name:   Motorbranschen
 Theme URI:    httsp://lennandia.com
 Description:  Theme for Motorbranschen
 Author:       Lennandia Advertising
 Author URI:   https://lennandia.com
 Template:     motorbranschen
 Version:      2.0.0
 License:     	
 License URI:  
 Tags: responsive-layout, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging
 Text Domain: motorbranschen
*/
/******************************************************************
Site Name:
Author:
Version: 2.0.0
Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-position: inside;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
OTHER
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-Semibold.eot");
  src: url("fonts/Flama-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-Semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-SemiboldItalic.eot");
  src: url("fonts/Flama-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-SemiboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-BookItalic.eot");
  src: url("fonts/Flama-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-Book.eot");
  src: url("fonts/Flama-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-Light.eot");
  src: url("fonts/Flama-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url("fonts/Flama-Thin.eot");
  src: url("fonts/Flama-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Flama-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Trim Bold";
  src: url("fonts/TrimWeb-Bold.eot");
  src: url("fonts/TrimWeb-Bold.eot?") format("embedded-opentype"), url("fonts/TrimWeb-Bold.woff") format("woff"), url("fonts/TrimWeb-Bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 1.65em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 1.65em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 1.65em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 1.65em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 1.65em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 1.65em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 1.65em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 1.65em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 1.65em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 1.65em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 1.65em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 1.65em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 1.65em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 1.65em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 1.65em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 1.65em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.65em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 1.65em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 1.65em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 1.65em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 1.65em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 1.65em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 1.65em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 1.65em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 1.65em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 1.65em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 1.65em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 1.65em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 1.65em;
    width: 31.25%;
  }

  .d-3of7 {
    float: left;
    padding-right: 1.65em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 1.65em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 1.65em;
    width: 68.75%;
  }

  .d-6of7 {
    float: left;
    padding-right: 1.65em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 1.65em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 1.65em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 1.65em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 1.65em;
    width: 9.0909090909%;
  }

  .d-1of12 {
    float: left;
    padding-right: 1.65em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 12px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  font-size: 0.9em;
  float: right;
  display: inline-block;
  background-color: #337588;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2d6879;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2c6575;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: inline-block;
  height: 30px;
  line-height: 1em;
  padding: 0px 10px 0px 10px;
  font-size: 1em;
  color: #040404;
  vertical-align: top;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*** DEBUG *****/
/* p#views {

		display: block!important;

}*/
.annons {
  display: block;
}
.annons img, .annons span {
  pointer-events: none;
}

.annons-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 0;
  vertical-align: top;
  height: auto;
  text-align: center;
  border-top: 3px solid #293483;
  border-bottom: 3px solid #293483;
  margin-bottom: 0;
}
.annons-container img {
  width: 100%;
}

.expert-first-wrap {
  color: #000;
  padding: 0.8em 0.8em 1.2em;
  text-decoration: none !important;
}

.expert-wrap {
  border-top: 1px solid #000;
  padding-top: 24px;
}
.expert-wrap .inner-expert-wrap {
  margin-bottom: 24px;
}
.expert-wrap .inner-expert-wrap.column .experten {
  margin-bottom: 16px;
}
.expert-wrap .inner-expert-wrap.column .svar_wrap {
  margin: 12px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.expert-wrap .inner-expert-wrap.column .svar_wrap:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.expert-wrap .inner-expert-wrap.column .svar_wrap span.svar {
  font-style: italic;
  padding-left: 16px;
}
.expert-wrap .inner-expert-wrap.column .svar_wrap span.svar::after {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
}
.expert-wrap .inner-expert-wrap.column h5:not(.omrade) {
  margin: 0 0 4px 0;
  color: #293483;
}
.expert-wrap .experten {
  text-align: center;
  margin-top: 6px;
}
.expert-wrap .experten h5 {
  margin: 8px 0 0;
}
.expert-wrap .copy {
  margin-right: 1.25em;
}
.expert-wrap img {
  border-radius: 100%;
  max-width: 190px;
}
.expert-wrap h2, .expert-wrap h3 {
  margin-top: 0;
}
.expert-wrap h3 {
  color: #009be9;
}
.expert-wrap a, .expert-wrap a:hover, .expert-wrap a:focus, .expert-wrap a:visited, .expert-wrap a:visited:hover {
  color: inherit;
  text-decoration: none;
}

#extraMenu {
  position: relative;
}
#extraMenu ul#menu-extrameny {
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  top: 45px;
  right: 0;
}
#extraMenu ul#menu-extrameny li a {
  padding: 12px;
  margin: 0;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.offer {
  display: inline;
}
.offer span {
  color: #cc0000;
  text-transform: uppercase;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/*** TILLFÄLLIGT DÖLJA PLATSBANK *****/
/* #jobb-container, h4.widgettitle.title.jobb {
	display: none;
} */
/*********************/
/********* DÖLJA AUTO-ALTERNATIV FÖR EXPERTPANEL ************/
body.term-bilhandel .wpforms-field-checkbox, body.term-juridik .wpforms-field-checkbox, body.term-lack-plast-skador .wpforms-field-checkbox, body.term-verkstad .wpforms-field-checkbox, body.term-elbil .wpforms-field-checkbox, body.single-expertpanel .wpforms-field-checkbox {
  display: none;
}

/* BALLAR UR PÅ ÖVRIGA WEBBLÄSARE 
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	line-height: 3;
} */
/*********************
GENERAL STYLES
*********************/
.jobb-wrap ul li {
  list-style-type: none;
}

body {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.32;
  color: #040404;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
::-webkit-scrollbar {
		display: none;
}

::-moz-scrollbar {
		display: none;
} */
main {
  display: block;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
span.annonstagg {
  position: absolute;
  text-align: center;
  color: #040404;
  background-color: rgba(255, 255, 255, 0.7);
  height: 20px;
  width: 72px;
  top: 0px;
  line-height: 16px;
  text-transform: uppercase;
  z-index: 10;
}

#annons-loop, #annons-loop-ersatt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 0;
  vertical-align: top;
  height: auto;
  text-align: center;
  border-top: 3px solid #293483;
  border-bottom: 3px solid #293483;
  margin-bottom: 0;
}
#annons-loop img, #annons-loop-ersatt img {
  width: 100%;
}

/* for sites that are read right to left (i.e. hebrew) */
.home #main {
  margin-bottom: 0;
}

/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
.single article section {
  margin-bottom: 0;
}

/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
.logged-in p#views {
  display: block !important;
}

/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
iFrame - jobbflöde på mrf.se och blifordonstekniker
*********************/
body.page-template-page-iframemrf_v2 #jobb-container {
  height: 250px;
}
body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider {
  height: 250px;
}
body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box {
  height: 250px;
  display: flex;
  align-items: center;
  border: 0;
}
body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box a {
  width: 100%;
}
body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box .jobb-logo-wrap {
  width: 100px;
  height: 100px;
}
body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box .jobb-wrap {
  max-width: 57%;
}
body.page-template-page-iframemrf_v2 p#arbetsgivare {
  color: #FFF;
  background-color: #1B232F;
  padding: 4px 12px !important;
  display: inline-block;
  font-size: 12px;
}
body.page-template-page-iframemrf_v2 h3.trimbold {
  font-size: 20px;
  line-height: 24px;
}
body.page-template-page-iframemrf_v2 p.meta {
  text-transform: capitalize;
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 21px;
}

body.page-template-page-iframemrf_v2 header, body.page-template-page-iframemrf_v2 footer.footer, body.page-template-page-iframemrf header, body.page-template-page-iframemrf footer.footer, body.page-template-page-iframeblifordonstekniker header, body.page-template-page-iframeblifordonstekniker footer.footer, body.page-template-page-iframeblifordonstekniker_arkiv header, body.page-template-page-iframeblifordonstekniker_arkiv footer.footer, body.page-template-page-iframeblifordonstekniker_nyheter header, body.page-template-page-iframeblifordonstekniker_nyheter footer.footer {
  display: none;
}

html {
  height: 100%;
}

body.page-template-page-iframeblifordonstekniker, body.page-template-page-iframeblifordonstekniker_arkiv, body.page-template-page-iframeblifordonstekniker_nyheter {
  background-color: #fff !important;
  color: #1B232F;
  height: 100%;
  padding: 0 32px;
}
body.page-template-page-iframeblifordonstekniker #cookie-law-info-bar, body.page-template-page-iframeblifordonstekniker_arkiv #cookie-law-info-bar, body.page-template-page-iframeblifordonstekniker_nyheter #cookie-law-info-bar {
  display: none !important;
}
body.page-template-page-iframeblifordonstekniker #container, body.page-template-page-iframeblifordonstekniker_arkiv #container, body.page-template-page-iframeblifordonstekniker_nyheter #container {
  height: 100%;
}
body.page-template-page-iframeblifordonstekniker #container #jobb-container, body.page-template-page-iframeblifordonstekniker_arkiv #container #jobb-container, body.page-template-page-iframeblifordonstekniker_nyheter #container #jobb-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
body.page-template-page-iframeblifordonstekniker #container #jobb-container::-webkit-scrollbar, body.page-template-page-iframeblifordonstekniker_arkiv #container #jobb-container::-webkit-scrollbar, body.page-template-page-iframeblifordonstekniker_nyheter #container #jobb-container::-webkit-scrollbar {
  display: none;
}
body.page-template-page-iframeblifordonstekniker #container #jobb-container::-moz-scrollbar, body.page-template-page-iframeblifordonstekniker_arkiv #container #jobb-container::-moz-scrollbar, body.page-template-page-iframeblifordonstekniker_nyheter #container #jobb-container::-moz-scrollbar {
  display: none;
}
body.page-template-page-iframeblifordonstekniker a.inlagg, body.page-template-page-iframeblifordonstekniker_arkiv a.inlagg, body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg {
  text-align: center;
  margin: 16px 0;
  display: block;
}
body.page-template-page-iframeblifordonstekniker a.inlagg p, body.page-template-page-iframeblifordonstekniker_arkiv a.inlagg p, body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.25px;
  margin: 0;
}
body.page-template-page-iframeblifordonstekniker a.inlagg p.rubrik, body.page-template-page-iframeblifordonstekniker_arkiv a.inlagg p.rubrik, body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg p.rubrik {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
body.page-template-page-iframeblifordonstekniker a.inlagg .las-mer, body.page-template-page-iframeblifordonstekniker_arkiv a.inlagg .las-mer, body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg .las-mer {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.25px;
  margin: 0;
  margin-top: 6px;
}
body.page-template-page-iframeblifordonstekniker a, body.page-template-page-iframeblifordonstekniker_arkiv a, body.page-template-page-iframeblifordonstekniker_nyheter a {
  color: #1B232F;
  text-decoration: none;
  font-family: "Open Sans";
}
body.page-template-page-iframeblifordonstekniker p, body.page-template-page-iframeblifordonstekniker h1, body.page-template-page-iframeblifordonstekniker h2, body.page-template-page-iframeblifordonstekniker h3, body.page-template-page-iframeblifordonstekniker_arkiv p, body.page-template-page-iframeblifordonstekniker_arkiv h1, body.page-template-page-iframeblifordonstekniker_arkiv h2, body.page-template-page-iframeblifordonstekniker_arkiv h3, body.page-template-page-iframeblifordonstekniker_nyheter p, body.page-template-page-iframeblifordonstekniker_nyheter h1, body.page-template-page-iframeblifordonstekniker_nyheter h2, body.page-template-page-iframeblifordonstekniker_nyheter h3 {
  font-family: "Open Sans";
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap {
  display: block;
  width: 100%;
  align-items: stretch;
  margin: 60px 0;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap:nth-child(1), body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap:nth-child(1), body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap:nth-child(1) {
  margin: 0;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap h2.detalj, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap h2.detalj, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap h2.detalj {
  color: #FF0076;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap .article-wrap, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .article-wrap, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap .article-wrap {
  flex: 1 1 100%;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap .article-wrap p, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .article-wrap p, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap .article-wrap p {
  font-size: 16px;
  line-height: 26px;
  font-weight: lighter;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap .article-wrap h3, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .article-wrap h3, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap .article-wrap h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 24px 0;
}
body.page-template-page-iframeblifordonstekniker .jobb-wrap .detaljer, body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .detaljer, body.page-template-page-iframeblifordonstekniker_nyheter .jobb-wrap .detaljer {
  background-color: #1B232F;
  color: #fff;
  flex: 1 1 100%;
  padding: 20px 20px 30px 20px;
}
body.page-template-page-iframeblifordonstekniker .pagination .current, body.page-template-page-iframeblifordonstekniker .pagination a:hover, body.page-template-page-iframeblifordonstekniker .pagination a:focus, body.page-template-page-iframeblifordonstekniker .pagination span:hover, body.page-template-page-iframeblifordonstekniker .pagination span:focus, body.page-template-page-iframeblifordonstekniker_arkiv .pagination .current, body.page-template-page-iframeblifordonstekniker_arkiv .pagination a:hover, body.page-template-page-iframeblifordonstekniker_arkiv .pagination a:focus, body.page-template-page-iframeblifordonstekniker_arkiv .pagination span:hover, body.page-template-page-iframeblifordonstekniker_arkiv .pagination span:focus, body.page-template-page-iframeblifordonstekniker_nyheter .pagination .current, body.page-template-page-iframeblifordonstekniker_nyheter .pagination a:hover, body.page-template-page-iframeblifordonstekniker_nyheter .pagination a:focus, body.page-template-page-iframeblifordonstekniker_nyheter .pagination span:hover, body.page-template-page-iframeblifordonstekniker_nyheter .pagination span:focus {
  color: #fff;
  background-color: #FF0076;
}

body.page-template-page-iframeblifordonstekniker_nyheter #nyheter {
  display: block;
  flex-direction: column;
  background-color: #fff;
}
body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg {
  flex: 1 1;
}
body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg .nyhetsbild {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg p {
  font-weight: lighter;
  margin: 0 12px;
}
body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg p.rubrik {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
}
body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg p.las-mer {
  margin-top: 12px;
  margin-bottom: 24px;
}
body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg {
  text-align: left;
  margin: 0 0 36px;
}
body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg .rubrik {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.25px;
  margin: 0 28px;
}
body.page-template-page-iframeblifordonstekniker_nyheter a.inlagg .las-mer {
  margin-top: 6px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}

/*********************
iFrame - jobbflöde på mrf.se
*********************/
body.page-template-page-iframemrf header, body.page-template-page-iframemrf footer.footer {
  display: none;
}
body.page-template-page-iframemrf p, body.page-template-page-iframemrf ul, body.page-template-page-iframemrf li, body.page-template-page-iframemrf a {
  font-family: "Source Sans Pro";
}

/*********************
LINK STYLES
*********************/
.dela {
  padding: 0 0 0.8em 0.8em;
}
.dela a.knapp {
  vertical-align: top;
  height: 28px;
}

iframe {
  max-width: 100%;
  height: 165px;
  vertical-align: top;
}

footer.article-footer {
  font-weight: bold;
}
footer.article-footer span.kategorier {
  margin-top: 0.8em;
  display: block;
}
footer.article-footer a, footer.article-footer a:visited {
  color: #293483;
  font-weight: bold;
  text-decoration: none;
}

a, a:visited {
  color: #f01d4f;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d10e3c;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.15em;
}

h2, .h2 {
  font-size: 1.6em;
  line-height: 30px;
  margin: 16px 0 -5px 0;
}

h3, .h3 {
  font-size: 1.125em;
  margin: 0.8em 0 6px 0;
}

h4, .h4 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

h5, .h5 {
  font-size: 1em;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
}
.header #inner-header {
  width: 160px;
  margin: 0;
  padding: 0px 10px;
  z-index: 5;
  position: relative;
}
.header #inner-header p {
  color: #000;
  text-transform: uppercase;
  margin: -4px 0 0 0;
  font-size: 12px;
  max-width: 170px;
}

.search-logo-container {
  width: 130px;
  text-align: right;
  float: right;
  height: auto;
}
.search-logo-container .search-container {
  margin-top: 30px;
  display: none;
}
.search-logo-container .search-container input {
  border-radius: 3px;
}
.search-logo-container #mrf-logo {
  margin: 0 0 0 6px;
  height: 43px;
}
.search-logo-container #mrf-logo img {
  width: 40px;
}

#logo {
  padding: 15px 0px 15px 0px;
  display: inline-block;
}
#logo #headerLogo {
  width: 100%;
  height: 45px;
}

#e-tidning {
  display: none;
}

#annons_top {
  display: none;
}

#top-annons {
  display: none;
}

#annons_top {
  display: block;
}

#annons-fullbredd {
  display: none;
  margin: 0 0 0 0;
  position: relative;
}
#annons-fullbredd img {
  width: 100%;
  vertical-align: top;
}

#annons-loop {
  width: 100%;
  margin: 0;
}
#annons-loop img {
  width: 100%;
}

#mobile-bar {
  z-index: 2;
  position: relative;
  height: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-right: 12px;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#mobile-bar i {
  color: #000;
  font-size: 28px;
  display: inline-block;
  float: right;
  padding: 6px 20px 0px 0px;
}
#mobile-bar #searchform-mobile {
  display: none;
  padding: 12px;
  width: 100vw;
  position: absolute;
  top: 80px;
  right: -12px;
  background-color: #000;
  padding: 12px 12px 8px 20px;
}
#mobile-bar #searchform-mobile input[type=search] {
  -webkit-appearance: none;
  border-bottom: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
  padding: 2px 0px 0px 5px;
  height: 23px;
  width: 80%;
  max-width: 300px;
}
#mobile-bar .mobile-menu-button {
  cursor: pointer;
}
#mobile-bar .mobile-menu-button p {
  display: inline-block;
  margin-right: 5px;
}
#mobile-bar .mobile-menu-button img {
  margin-left: 6px;
  vertical-align: -3px;
}
#mobile-bar #mrf-logo {
  width: 45px;
  margin-top: 3px;
  margin-right: 24px;
}
#mobile-bar .mob-inner-wrap {
  display: flex;
}

#search-2 {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#mainMenu {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #000;
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#mainMenu.out {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#mainMenu #menu-huvudmeny {
  margin: 0 auto;
  width: auto;
  padding: 10px 20px;
}
#mainMenu #menu-huvudmeny a {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#mainMenu #menu-huvudmeny a:hover {
  color: #293483;
}

.nav {
  border-bottom: 0;
  margin: 0;
  background-color: #fff;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0.75em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
.nav li.current-menu-item > a,
.nav li.current_page_item > a,
.nav li.current_page_ancestor > a,
.nav li.current_page_parent > a {
  background-color: #fff;
  color: #293483;
  background-position: 0 0 !important;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
body.single-utlottning .utlott {
  display: none;
}

.utlott {
  margin-bottom: 0.8em;
}

#main {
  margin-bottom: 0.8em;
}

.slider-control {
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 20;
}
.slider-control::after {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.slider-control.left::after {
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 42%;
  margin-top: -50%;
  left: 25px;
}
.slider-control.right {
  right: 0;
}
.slider-control.right::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 42%;
  margin-top: -50%;
  right: 25px;
}
.slider-control.center-bottom {
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  bottom: 8px;
}
.slider-control.center-bottom::after {
  content: none;
}
.slider-control.center-bottom ul {
  margin: 0;
  text-align: center;
}
.slider-control.center-bottom ul li {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: unset;
  border: 2px solid #fff;
}
.slider-control.center-bottom ul li.active {
  background-color: #fff;
}

#slider-container {
  height: 380px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
#slider-container ::-webkit-scrollbar {
  display: none;
}
#slider-container ::-moz-scrollbar {
  display: none;
}
#slider-container #slider {
  position: relative;
  height: 380px;
  width: 100%;
  margin-bottom: 0.8em;
  padding: 0;
  color: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  white-space: nowrap;
}
#slider-container #slider .post_box {
  height: 260px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  margin-bottom: 0;
}
#slider-container #slider .post_box a.post_content {
  height: 140px;
  width: 100%;
  padding: 12px 8px;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  bottom: 0;
  top: 100%;
  display: block;
  background-image: linear-gradient(rgba(50, 50, 50, 0.2), rgba(50, 50, 50, 0.45) 46.64%, rgba(50, 50, 50, 0.8));
}
#slider-container #slider .post_box a.post_content h1, #slider-container #slider .post_box a.post_content h2 {
  margin: 0 0 4px 0;
  font-size: 18px;
  white-space: pre-line;
}
#slider-container #slider .post_box a.post_content p {
  margin: 0;
  white-space: normal;
  font-size: 13px;
  line-height: 16px;
}
#slider-container #slider .post_box a.post_content p::after {
  content: none;
}

#jobb-container {
  position: relative;
  height: 220px;
  width: 100%;
  margin-bottom: 0;
}
#jobb-container .title {
  margin-bottom: 0;
}
#jobb-container p {
  padding: 0 !important;
}
#jobb-container p:after {
  content: none;
}
#jobb-container.column {
  height: auto;
  padding-bottom: 38px;
  border-bottom-color: #293483;
}
#jobb-container.column h4 {
  background: #293483;
}
#jobb-container.column #jobblista {
  margin: 0;
}
#jobb-container.column #jobblista .post_box {
  margin-bottom: 12px;
  padding: 16px 12px 16px 12px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#jobb-container.column #jobblista .post_box a .jobb-logo-wrap {
  display: inline-block;
  max-width: 25%;
  vertical-align: top;
  height: 150px;
}
#jobb-container.column #jobblista .post_box a .jobb-logo-wrap span.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#jobb-container.column #jobblista .post_box a .jobb-logo-wrap img {
  width: 100%;
}
#jobb-container.column #jobblista .post_box a .jobb-wrap {
  max-width: 50%;
  display: inline-block;
  margin-left: 0.8em;
}
#jobb-container.column #jobblista .post_box a .jobb-wrap p:nth-child(2) {
  font-weight: bold;
  margin-top: 4px;
}
#jobb-container.column #jobblista .post_box a .jobb-wrap ul {
  color: #909090;
  margin: 6px 0;
}
#jobb-container.column #jobblista .post_box a .jobb-wrap ul li {
  display: inline-block;
}
#jobb-container a.knapp, #jobb-container input.knapp {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
}
#jobb-container #jobb-slider {
  display: block;
  position: relative;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 220px;
  width: 100%;
  margin-bottom: 0.8em;
  text-align: left;
  color: #040404;
  background: #fff;
  -ms-overflow-style: none;
}
#jobb-container #jobb-slider::-webkit-scrollbar {
  display: none;
}
#jobb-container #jobb-slider::-moz-scrollbar {
  display: none;
}
#jobb-container #jobb-slider a.knapp {
  position: absolute;
  right: 0.8em;
  bottom: 0.8em;
}
#jobb-container #jobb-slider .post_box {
  width: 100%;
  height: 220px;
  margin-bottom: 0;
  padding: 0.8em;
  border: 0.5px solid #ccc;
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#jobb-container #jobb-slider .post_box .jobb-logo-wrap {
  height: 50px;
  width: 50px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}
#jobb-container #jobb-slider .post_box .jobb-logo-wrap span.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#jobb-container #jobb-slider .post_box .jobb-logo-wrap img.jobb-logo {
  vertical-align: middle;
  max-height: auto;
  text-align: center;
  width: 100%;
}
#jobb-container #jobb-slider .post_box .jobb-wrap {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: top;
  max-width: 70%;
}
#jobb-container #jobb-slider .post_box .jobb-wrap p {
  margin: 0;
  padding: 0;
}
#jobb-container #jobb-slider .post_box .jobb-wrap p::after {
  content: none;
}
#jobb-container #jobb-slider .post_box .jobb-wrap ul {
  color: #909090;
  font-size: 12px;
}
#jobb-container #jobb-slider .post_box .jobb-wrap ul li {
  display: inline-block;
}
#jobb-container #jobb-slider .post_box .jobb-wrap ul li::after {
  content: " • ";
}
#jobb-container #jobb-slider .post_box .jobb-wrap ul li:nth-child(3)::after {
  content: "";
}

.arkiv .img-wrap {
  margin-top: 24px;
}

#post_wrapper, .arkiv {
  /* display: flex;
  flex-wrap: wrap;
  align-items: stretch; */
  /* div:first-child { 
  	h2 {
  			font-size: 2.5em;
  			line-height: 1.15em;
  			margin: 16px 0 0 0;
  	}
  } */
}
#post_wrapper .img-wrap, .arkiv .img-wrap {
  height: 260px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  /* &::after {
  	content: "";
  	border-left: solid 2em transparent;
  	border-right: solid 2em transparent;
  	border-bottom: solid 2em #fff;
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	margin-left: -2em;
  	margin-bottom: -1em;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out
  } */
}
#post_wrapper div:nth-child(even), .arkiv div:nth-child(even) {
  margin-right: initial;
}

.post_box {
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
  vertical-align: top;
  /* &:first-of-type {
  	width: 100%;

  	.img-wrap {
  		height: 180px;
  	}
  } */
}
.post_box a {
  color: #040404;
  text-decoration: none;
}
.post_box a:hover, .post_box a:focus, .post_box a:visited:hover, .post_box a:visited:focus, .post_box a:visited {
  color: inherit;
}
.post_box a p::after {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
}

#content {
  position: relative;
  overflow: hidden;
}
#content #inner-content {
  padding: 0;
  background: #fff;
}
#content #inner-content p, #content #inner-content h1, #content #inner-content h2, #content #inner-content h3, #content #inner-content h4, #content #inner-content h5 {
  padding: 0 16px;
}
#content #inner-content #utlottning .post_box .thumb-wrap {
  width: 100%;
  height: 120px;
  margin-bottom: 12px;
}
#content #inner-content #utlottning .post_box h5, #content #inner-content #utlottning .post_box p {
  padding: 0;
}
#content #inner-content .post_box.native {
  padding: 12px;
  background-color: #cbeeff;
  border-bottom: 0 !important;
  margin-bottom: 0;
}
#content #inner-content .post_box.native .annonsor {
  margin: 6px 0 0;
  text-transform: uppercase;
}
#content #inner-content .post_box.native .annonsor span {
  font-weight: bold;
}
#content #inner-content .post_box.native h2 {
  margin-top: 8px;
  padding: 0;
}
#content #inner-content .post_box.native p {
  padding: 0;
}

#nyhetsbrev {
  min-height: 130px;
}
#nyhetsbrev a.knapp {
  float: right;
  margin-right: 12px;
}

.half-column {
  clear: both;
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.half-column > div:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.half-column > div:nth-child(1) .column {
  flex: 1;
}
.half-column > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.half-column > div:nth-child(2) .column {
  flex: 1;
}

h4.widgettitle.title.experter {
  margin-bottom: 0;
}

body.page-template-page-experter #expertpanel {
  border-bottom: none;
  padding: 0 16px;
}
body.page-template-page-experter #expertpanel .expert-box {
  margin: 0 0 24px 0;
  border-bottom: 4px solid #293483;
  width: 100%;
}
body.page-template-page-experter #expertpanel .expert-box img {
  clip: rect(0px, 150px, 176px, 30px);
  left: -30px;
}
body.page-template-page-experter #expertpanel .expert-box:nth-child(even) {
  margin: 0 0 24px 0;
}
body.page-template-page-experter #expertpanel .expert-box .expert-name {
  left: 140px;
  top: 30px;
}

body.page-template-page-jobb #jobb-container.column {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

img.jobb-ikon {
  width: 60px !important;
}

.single-jobb #main, .single-kalender #main {
  margin-bottom: 42px;
}
.single-jobb #main img.featured-img, .single-kalender #main img.featured-img {
  margin: 1.33em 0 0 16px;
  max-height: 125px;
  width: auto;
  max-width: 280px;
}
.single-jobb #main .jobb-wrap h3, .single-jobb #main .kalender-wrap h3, .single-kalender #main .jobb-wrap h3, .single-kalender #main .kalender-wrap h3 {
  margin-bottom: 0;
}
.single-jobb #main .jobb-wrap p, .single-jobb #main .kalender-wrap p, .single-kalender #main .jobb-wrap p, .single-kalender #main .kalender-wrap p {
  margin-top: 0;
}
.single-jobb #main .jobb-wrap ul li h3:first-child, .single-jobb #main .kalender-wrap ul li h3:first-child, .single-kalender #main .jobb-wrap ul li h3:first-child, .single-kalender #main .kalender-wrap ul li h3:first-child {
  margin-top: 0;
}
.single-jobb #main a.knapp, .single-kalender #main a.knapp {
  margin: 0 16px;
}

.post-type-archive-kalender #kalendarium {
  border-bottom: none;
  margin-top: 1.33em;
}
.post-type-archive-kalender #kalendarium .kalender-wrap .post_box {
  width: 42%;
  margin-top: 0;
  margin-bottom: 42px;
  margin-right: 1.33em;
}

.page-template-page-iframemrf #jobb-container #jobb-slider .post_box {
  border: none;
}

.hentry img.featured-img {
  width: 100%;
}
.hentry header {
  margin-top: 12px;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0.5em 0;
}
/* entry content */
.entry-content {
  padding: 0;
  margin-bottom: 24px;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content .tabell {
  margin: 24px 0;
}
.entry-content .tabell th {
  color: #fff;
  text-align: left;
  font-size: 14px;
  border: 0;
  padding: 28px 0 8px 8px;
  vertical-align: bottom;
}
.entry-content .tabell th:nth-child(1), .entry-content .tabell th:nth-child(2) {
  max-width: 42px;
}
.entry-content .tabell tr:nth-child(even) {
  background-color: #E3E4EA;
}
.entry-content .tabell td {
  border: 0;
}
.entry-content .tabell td:nth-of-type(1) {
  color: #cc0000;
  font-weight: bold;
}
.entry-content .tabell td:nth-of-type(3) {
  font-weight: bold;
}
.entry-content .tabell td:nth-of-type(5) {
  font-weight: bold;
}
.entry-content h3 ~ p {
  margin-top: 0;
}
.entry-content h3 ~ p + p {
  margin-top: inherit;
}
.entry-content a.knapp {
  margin-right: 0.8em;
}
.entry-content .ingress p {
  font-size: 125%;
  margin-top: 16px;
}
.entry-content .svart-block, .entry-content .rott-block, .entry-content .gront-block, .entry-content .bla-block {
  color: white;
  padding: 2px 0.8em 0.8em 0.8em;
  margin-bottom: 10px;
}
.entry-content .svart-block {
  background-color: #000;
}
.entry-content .rott-block {
  background-color: #293483;
}
.entry-content .gront-block {
  background-color: #009be9;
}
.entry-content .bla-block {
  background-color: #337588;
}
.entry-content p {
  max-width: 520px;
}
.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #f5f5f5;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #909090;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 42px 24px;
  padding: 0;
  text-transform: uppercase;
  font-size: 160%;
  max-width: 100%;
}
.entry-content blockquote:after {
  content: "”";
}
.entry-content blockquote p {
  display: inline;
  position: relative;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  padding: 0 !important;
}
.entry-content blockquote p:before {
  content: "”";
  display: inline-block;
}
.entry-content blockquote p:after {
  /* content: '”';
  display: inline-block; */
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #007973;
  content: "";
  line-height: 32px;
  text-align: right;
  display: inline;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  padding: 0 16px 16px;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #909090;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.entry-content .wp-caption {
  max-width: 100%;
  margin-top: 6px;
  /* images inside wp-caption */
}
.entry-content .wp-caption.alignright {
  padding: 0;
}
.entry-content .wp-caption.alignleft {
  padding: 0;
}
.entry-content .wp-caption.aligncenter {
  padding-right: 0;
}
.entry-content .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.entry-content .wp-caption p.wp-caption-text {
  font-size: 0.8em;
  margin: 4px 0 12px 0;
  font-weight: bold;
  text-align: left;
  padding: 0;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/***********
EXPERT & SÖKRESULTAT
***********/
a.knapp.tillbaka {
  margin: 16px;
}

body.tax-expertkategori a, body.search-results a, body.page-template-page-arkivmall a, body.page-template-page-tavlingar a {
  text-decoration: none;
}
body.tax-expertkategori a h3, body.search-results a h3, body.page-template-page-arkivmall a h3, body.page-template-page-tavlingar a h3 {
  color: #000;
  text-decoration: none;
}
body.tax-expertkategori a section, body.search-results a section, body.page-template-page-arkivmall a section, body.page-template-page-tavlingar a section {
  color: #000;
}
body.tax-expertkategori .arkiv h4.widgettitle.title, body.search-results .arkiv h4.widgettitle.title, body.page-template-page-arkivmall .arkiv h4.widgettitle.title, body.page-template-page-tavlingar .arkiv h4.widgettitle.title {
  margin-top: 0;
}
body.tax-expertkategori .arkiv article, body.search-results .arkiv article, body.page-template-page-arkivmall .arkiv article, body.page-template-page-tavlingar .arkiv article {
  border-bottom: 1px solid #000;
  padding: 0 16px 16px 16px;
}
body.tax-expertkategori .arkiv article section.entry-content::after, body.search-results .arkiv article section.entry-content::after, body.page-template-page-arkivmall .arkiv article section.entry-content::after, body.page-template-page-tavlingar .arkiv article section.entry-content::after {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
}
body.tax-expertkategori .arkiv article:last-child, body.search-results .arkiv article:last-child, body.page-template-page-arkivmall .arkiv article:last-child, body.page-template-page-tavlingar .arkiv article:last-child {
  border-bottom: 0;
}
body.tax-expertkategori > article:first-child, body.search-results > article:first-child, body.page-template-page-arkivmall > article:first-child, body.page-template-page-tavlingar > article:first-child {
  padding: 0 !important;
}
body.tax-expertkategori > article:first-child section.entry-content::after, body.search-results > article:first-child section.entry-content::after, body.page-template-page-arkivmall > article:first-child section.entry-content::after, body.page-template-page-tavlingar > article:first-child section.entry-content::after {
  content: none;
}

body.tax-expertkategori span.fraga {
  margin-top: 12px;
  display: inline-block;
  padding-left: 0;
}
body.tax-expertkategori .entry-content {
  margin-bottom: 6px;
}

body.tax-expertkategori #main, body.single-expertpanel #main, body.search-results #main, body.page-template-page-arkivmall #main, body.page-template-page-tavlingar #main {
  margin-bottom: 0;
}
body.tax-expertkategori #expert-header, body.single-expertpanel #expert-header, body.search-results #expert-header, body.page-template-page-arkivmall #expert-header, body.page-template-page-tavlingar #expert-header {
  margin-top: 0.8em;
}
body.tax-expertkategori #expert-header h4.widgettitle.title, body.single-expertpanel #expert-header h4.widgettitle.title, body.search-results #expert-header h4.widgettitle.title, body.page-template-page-arkivmall #expert-header h4.widgettitle.title, body.page-template-page-tavlingar #expert-header h4.widgettitle.title {
  margin-bottom: 0;
}
body.tax-expertkategori #expert-header a, body.single-expertpanel #expert-header a, body.search-results #expert-header a, body.page-template-page-arkivmall #expert-header a, body.page-template-page-tavlingar #expert-header a {
  text-decoration: none;
}
body.tax-expertkategori .post-rubrik a, body.single-expertpanel .post-rubrik a, body.search-results .post-rubrik a, body.page-template-page-arkivmall .post-rubrik a, body.page-template-page-tavlingar .post-rubrik a {
  color: #000;
}
body.tax-expertkategori article, body.single-expertpanel article, body.search-results article, body.page-template-page-arkivmall article, body.page-template-page-tavlingar article {
  padding: 0;
}
body.tax-expertkategori article h3.post-rubrik, body.single-expertpanel article h3.post-rubrik, body.search-results article h3.post-rubrik, body.page-template-page-arkivmall article h3.post-rubrik, body.page-template-page-tavlingar article h3.post-rubrik {
  padding: 0 !important;
}
body.tax-expertkategori img.portratt, body.single-expertpanel img.portratt, body.search-results img.portratt, body.page-template-page-arkivmall img.portratt, body.page-template-page-tavlingar img.portratt {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
  border-radius: 100%;
}
body.tax-expertkategori #expertwrap, body.single-expertpanel #expertwrap, body.search-results #expertwrap, body.page-template-page-arkivmall #expertwrap, body.page-template-page-tavlingar #expertwrap {
  display: inline-block;
  width: 92%;
  margin-left: 0.8em;
  vertical-align: top;
}
body.tax-expertkategori #expertwrap #namn, body.single-expertpanel #expertwrap #namn, body.search-results #expertwrap #namn, body.page-template-page-arkivmall #expertwrap #namn, body.page-template-page-tavlingar #expertwrap #namn {
  margin: 6px 0 0 0;
  color: #009be9;
  font-size: 1.75em;
  padding: 0;
}
body.tax-expertkategori #expertwrap #omrade, body.single-expertpanel #expertwrap #omrade, body.search-results #expertwrap #omrade, body.page-template-page-arkivmall #expertwrap #omrade, body.page-template-page-tavlingar #expertwrap #omrade {
  text-transform: uppercase;
  color: #293483;
  font-weight: bold;
}
body.tax-expertkategori #expertwrap #forklaring p, body.single-expertpanel #expertwrap #forklaring p, body.search-results #expertwrap #forklaring p, body.page-template-page-arkivmall #expertwrap #forklaring p, body.page-template-page-tavlingar #expertwrap #forklaring p {
  margin: 6px 0 8px 0;
  padding: 0;
}

span.fraga {
  text-transform: uppercase;
  font-weight: bold;
  color: #293483;
}
span.fraga.svar {
  color: #009be9;
}

body.single-expertpanel span.fraga {
  margin-top: 28px;
  display: block;
  font-size: 1.3em;
  padding-left: 0.8em;
}
body.single-expertpanel span.fraga.svar {
  margin-top: 0;
  color: #009be9;
}

/***********
TIDNINGSARKIV
***********/
ul.tidningar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 16px;
  list-style-type: none;
}
ul.tidningar li {
  width: 47%;
}
ul.tidningar li a {
  text-align: center;
  color: #040404;
  text-decoration: none;
}
ul.tidningar li img {
  width: 100%;
}
ul.tidningar li p {
  margin-top: 0;
}

/***********
KONTAKT
***********/
#kontakt_wrap {
  padding: 0;
}
#kontakt_wrap ul {
  text-align: center;
}
#kontakt_wrap li.kontakt_box {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 24px;
}
#kontakt_wrap li.kontakt_box:nth-child(3n+3) {
  margin-right: 0;
}
#kontakt_wrap li.kontakt_box h4 {
  margin: 10px 0px 4px 0;
}
#kontakt_wrap li.kontakt_box p {
  margin: 0;
}
#kontakt_wrap li.kontakt_box a {
  color: #040404;
}
#kontakt_wrap .kontakt_portratt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}

/******************************************************************
TABBAR
******************************************************************/
#tabbar {
  border: 0;
  border-bottom: 12px solid #009be9;
  border-top: 32px solid #009be9;
  padding: 0;
  position: relative;
  display: block;
}
#tabbar > div {
  display: none;
}

ul#tabb-knappar {
  position: absolute;
  top: -30px;
  margin: 0;
}
ul#tabb-knappar li {
  display: inline-block;
  background-color: #009be9;
  color: #fff;
  padding: 4.5px 0;
}
ul#tabb-knappar li h4 {
  margin: 0;
}
ul#tabb-knappar li.active {
  background-color: #fff;
  color: #009be9;
}
div#annonstyper.active {
  display: block;
}

div#utgivningar.active {
  display: block;
}
div#utgivningar .lista > ul:nth-child(even) {
  background-color: #f3f3f3;
}
div#utgivningar .lista ul#annonstillfallen {
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}
div#utgivningar .lista ul#annonstillfallen.namn li {
  font-weight: bold;
  font-size: 95%;
}
div#utgivningar .lista ul#annonstillfallen .nr {
  width: 100px;
  margin-left: 0.8em;
}
div#utgivningar .lista ul#annonstillfallen .vecka {
  width: 150px;
}
div#utgivningar .lista ul#annonstillfallen .utg {
  width: 100px;
}
div#utgivningar .lista ul#annonstillfallen .mtr {
  width: 120px;
  margin-right: 6px;
}

/* ANNONSTYPER - Presentationen av olika annonsformat och popups. */
.annonsboxar-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.annonsboxar-wrap > div {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 12px 20px 12px;
  text-align: center;
  cursor: pointer;
}
.annonsboxar-wrap > div .pris {
  opacity: 1;
  line-height: initial;
  margin-top: 12px;
}
.annonsboxar-wrap > div .dimensioner {
  opacity: 1;
}
.annonsboxar-wrap > div img {
  width: 100%;
}

/* POPUPS */
.popups {
  background-color: rgba(15, 15, 15, 0.75);
  position: fixed;
  overflow: auto;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}
.popups .popup-container {
  background-color: white;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 12px;
  border: 2px solid #009be9;
  border-bottom: 12px solid #009be9;
  border-top: 32px solid #009be9;
}
.popups .popup-container > :last-child {
  margin-bottom: 0.8em;
}
.popups .popup-container.ovrig {
  border-color: #293483;
}
.popups h2 {
  text-align: center;
  margin: 16px 0 0.8em 0;
}
.popups img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
}
.popups h2.ovrig {
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}
.popups .ovrig-info {
  border-bottom: 1px solid #ccc;
}
.popups .ovrig-info:last-child {
  border-bottom: 0;
}
.popups .pris, .popups .dimensioner {
  text-align: center;
  font-size: 120%;
}
.popups .pris span, .popups .dimensioner span {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.popups .wrap > div {
  display: none;
}
.popups .wrap > div .popup-container:first-of-type {
  border-top: 56px solid #009be9;
}
.popups i {
  position: absolute;
  z-index: 1000;
  color: white;
  font-size: 250%;
  text-align: right;
  width: 100%;
  right: 16px;
  top: 8px;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #f5f5f5;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #040404;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #337588;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #fff;
  background-color: #337588;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  margin: 0.8em 0 12px 0;
  padding-top: 8px !important;
  border-top: 1px solid #040404;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.commentlist article.cf, .commentlist article.comment-respond {
  padding: 7px 7px 14px 7px;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 7px;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f0f5ff;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  max-width: 520px;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.g-recaptcha {
  width: 302px;
  height: 76px;
  margin: 0 0 24px 16px;
  display: inline-block;
}

.comment-respond {
  color: #4f4f4f;
  padding: 14px;
  border-top: 0;
  background-color: #e7e9ee;
}

#reply-title {
  margin: 0;
}

#commentform label {
  width: 80%;
  display: inline-block;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #040404;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #909090;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  background-color: #a3a4a9;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
div.wpforms-field-container, .wpforms-submit-container {
  padding: 16px !important;
}

.wpforms-field h3 {
  padding: 0 !important;
}

a.knapp, .wpforms-form .wpforms-submit-container .wpforms-submit.knapp, input.knapp {
  border: 1px solid #000;
  color: #000;
  padding: 5px 15px 5px 15px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
a.knapp:hover, .wpforms-form .wpforms-submit-container .wpforms-submit.knapp:hover, input.knapp:hover {
  background: #000;
  color: #fff;
}

label.screen-reader-text {
  background-color: #000;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  padding: 4px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

img.search-icon {
  border-radius: 100px;
  width: 30px;
  display: inline-block;
}

#search-button {
  background: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.search-button {
  background: 0;
  border: 0;
  padding: 0;
  border-right: 1px solid #000;
  margin-right: 7px;
  padding-right: 11px;
  cursor: pointer;
}
.search-button #search-icon {
  margin-left: 6px;
}
.search-button p {
  display: inline;
  padding-right: 5px;
}

h4.title {
  padding: 6px 16px 6px 16px !important;
}

.sidebar {
  margin-top: 0;
}
.sidebar p {
  line-height: 20px;
  font-size: 16px;
}
.sidebar > h4:first-of-type {
  margin-top: 0;
}

.widgettitle {
  background: #293483;
  text-align: center;
  padding: 3px 0px;
  margin-bottom: 0.75em;
  color: #fff;
  clear: both;
}
.widgettitle.jobb, .widgettitle.kalender {
  background: #293483;
}

.no-widgets {
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
}

#prenumeration-sidebar {
  text-align: center;
  background: #000;
  padding: 33px 0 33px 0;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
#prenumeration-sidebar h4 {
  margin-bottom: 0;
}
#prenumeration-sidebar img {
  max-width: 60%;
  padding: 10px;
}
#prenumeration-sidebar a.knapp {
  border-color: #fff;
  color: #fff;
  margin: 0.8em auto 0 auto;
  position: relative;
  display: inline-block;
  width: 200px;
}
#prenumeration-sidebar a.knapp:hover {
  background: #fff;
  color: #000;
}

.column {
  padding: 0 0 0.8em 0;
  position: relative;
  border-bottom: 12px solid #293483;
}
.column .post_box {
  margin-bottom: 16px;
  border-bottom: 0;
  padding: 0 16px 0.75em 16px;
  border-bottom: 1px solid #ebebeb;
}
.column .post_box h5 {
  margin: 0;
}
.column .post_box p {
  margin: 0;
}
.column .post_box .thumb-wrap {
  width: 35%;
  height: 80px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.column div:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}

#related-posts .post_box {
  margin-bottom: 16px;
  border-bottom: 0;
  width: 100%;
  padding-left: 0;
}
#related-posts .post_box h3 {
  margin: 0;
}
#related-posts .post_box p {
  margin: 0;
}
#related-posts .post_box .thumb-wrap {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-bottom: 16px;
}

#ffposts .post-wrap-sidebar, #dynposts .post-wrap-sidebar, #notisposts .post-wrap-sidebar, #nyhetsposts .post-wrap-sidebar {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
#ffposts .post-wrap-sidebar p, #ffposts .post-wrap-sidebar h5, #dynposts .post-wrap-sidebar p, #dynposts .post-wrap-sidebar h5, #notisposts .post-wrap-sidebar p, #notisposts .post-wrap-sidebar h5, #nyhetsposts .post-wrap-sidebar p, #nyhetsposts .post-wrap-sidebar h5 {
  padding: 0 !important;
}

.post-wrap-sidebar {
  display: inline-block;
}
.post-wrap-sidebar .img-wrap {
  height: 150px;
  background-size: cover;
  background-position: center center;
  margin: 0 0 8px 0;
}

#expertpanel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}
#expertpanel.column {
  padding: 0;
}
#expertpanel h4 {
  background: #009be9;
  text-align: center;
  color: #fff;
  margin: 0;
}
#expertpanel .expert-box {
  width: 100%;
  display: flex;
  padding: 24px;
  border-bottom: 2px solid #293483;
}
#expertpanel .expert-box a {
  text-decoration: none !important;
  color: #040404;
}
#expertpanel .expert-box a p {
  margin-bottom: 0.5em;
  padding-left: 0 !important;
}
#expertpanel .expert-box img {
  display: inline-block;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  margin-bottom: 12px;
}
#expertpanel .expert-box .expert-omrade {
  display: block;
  text-align: center;
  min-width: 140px;
}
#expertpanel .expert-box .poster {
  padding-left: 18px;
}
#expertpanel .expert-box .poster .svar_wrap {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid lightgrey;
}
#expertpanel .expert-box .poster .svar_wrap:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#expertpanel .expert-box .poster .svar_wrap .svar {
  font-style: italic;
}
#expertpanel .expert-box .poster h5 {
  margin: 0 0 4px 0;
  color: #293483;
  padding-left: 0 !important;
}
#expertpanel .expert-box .poster span.svar::after {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
}
#expertpanel .expert-box .expert-name h3 {
  color: #040404;
  margin-top: 2px;
  padding: 0 !important;
}
#expertpanel .expert-box .expert-name span {
  text-transform: uppercase;
  color: #293483;
  font-weight: bold;
}

#kalendarium {
  border-bottom: 12px solid #293483;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 38px;
}
#kalendarium.column {
  border-color: #293483;
}
#kalendarium .kalender-wrap a.knapp {
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
}
#kalendarium .kalender-wrap .post_box {
  width: 49%;
  margin-top: 0.8em;
  margin-bottom: 8px;
}
#kalendarium .kalender-wrap .post_box p {
  margin: 0;
}
#kalendarium .kalender-wrap .post_box p:after {
  content: none;
}
#kalendarium .kalender-wrap .post_box .datum {
  display: block;
  text-align: center;
  vertical-align: text-top;
  background-color: #e8f1f0;
  width: 65px;
  height: 85px;
  margin-left: 16px;
  margin-bottom: 12px;
}
#kalendarium .kalender-wrap .post_box .datum ul {
  margin: 0;
  list-style-type: none;
}
#kalendarium .kalender-wrap .post_box .datum ul li:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 2px 0px;
  background-color: #72b6ad;
}
#kalendarium .kalender-wrap .post_box .datum ul li:nth-child(2) {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #72b6ad;
  padding: 6px 0 0 0;
}
#kalendarium .kalender-wrap .post_box .datum ul li:nth-child(3) {
  text-transform: uppercase;
  font-weight: bold;
  color: #72b6ad;
  font-size: 12px;
}
#kalendarium .kalender-wrap .post_box .kalender-wrap {
  display: block;
  width: 100%;
  vertical-align: text-top;
}
#kalendarium .kalender-wrap .post_box .kalender-wrap .typ {
  font-weight: bold;
  text-transform: uppercase;
  color: #72b6ad;
}
#kalendarium .kalender-wrap .post_box .kalender-wrap h3 {
  line-height: 22px;
  margin: 6px 0 2px 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.job_list {
  margin: 0.8em 0 0.8em 0;
}
.job_list .job_thumb {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.job_list .job_thumb img {
  max-height: 125px;
  max-width: 125px;
}
.job_list .job_descript {
  display: inline-block;
  width: 100%;
  margin-left: initial;
}
.job_list .job_descript h2 {
  margin: 0;
}
.job_list .job_descript p {
  margin: 4px 0 0 0;
}

.job_thumb {
  margin: 1.33em 0 0 16px;
}
.job_thumb img {
  max-height: 125px;
}

.single-jobb main a.knapp {
  margin: 0 0 0 16px;
}

/*********************
FOOTER STYLES
*********************/
#inner-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

.foot-column-wrap {
  width: 65%;
  display: flex;
  flex-direction: column-reverse;
}

.foot-column {
  width: 100%;
}
.foot-column strong {
  margin-bottom: 6px;
  display: block;
}
.foot-column a {
  color: #909090;
}

ul.social {
  margin: 0;
  width: 32%;
  max-width: 160px;
}
ul.social li {
  display: inline-block;
  width: 45px;
  text-align: center;
}
ul.social li.icon {
  width: 32px;
}
ul.social li a {
  font-size: 28px;
  line-height: 47px;
  color: #909090;
  vertical-align: super;
}
ul.social li a.facebook {
  line-height: 48px;
  font-size: 26px;
  vertical-align: 7px;
}
ul.social li a.twitter {
  font-size: 36px;
  line-height: 50px;
}
ul.social li a:hover, ul.social li a:focus, ul.social li a:visited:hover, ul.social li a:visited:focus {
  color: #909090;
}
ul.social li #mrf-logo {
  margin-left: 5px;
}
ul.social li #mrf-logo img {
  width: 45px;
  vertical-align: sub;
}

.footer {
  clear: both;
  background-color: #fff;
  color: #909090;
  position: relative;
  padding: 12px 0;
  box-shadow: -10px 0px 6px rgba(0, 0, 0, 0.15);
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
.copyright {
  position: relative;
  bottom: 5px;
  margin: 0;
  display: inline;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  #jobb-container #jobb-slider .post_box .jobb-logo-wrap {
    width: 100px;
    height: 100px;
  }

  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #slider-container {
    height: 360px;
  }
  #slider-container #slider {
    height: 360px;
  }
  #slider-container #slider .post_box a.post_content {
    height: 100px;
  }

  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .annons-container {
    border-top: 0;
    border-bottom: 0;
    margin-top: 0.8em;
  }

  #main {
    width: calc(100% - 322px);
  }

  .sidebar {
    min-width: 320px;
  }

  span.fraga {
    padding-left: 0;
  }

  .mobile-menu-button:hover #extraMenu #menu-extrameny {
    visibility: visible;
  }

  .expert-wrap {
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
    border-top: 0;
    padding-top: 0;
  }
  .expert-wrap.exp-sidebar {
    border-bottom: none;
    margin-bottom: 0;
  }
  .expert-wrap .inner-expert-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .expert-wrap .inner-expert-wrap.column .svar_wrap span.svar {
    padding-left: 0;
  }
  .expert-wrap a {
    width: 65%;
  }
  .expert-wrap .copy {
    flex: 50%;
  }
  .expert-wrap .experten {
    flex: 35%;
  }

  /*
  body {
  	&.home {
  		#annons-loop-ersatt {
  			display: block;
  		}
  	}
  } */
  #logo #headerLogo {
    height: 60px;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #ffposts .post_box:nth-child(4), #ffposts .post_box:nth-child(5) {
    display: none;
  }

  #annons-loop-ersatt {
    border: 0;
    display: none;
    margin-bottom: 0.8em;
  }

  body.page-template-page-iframemrf_v2 #jobb-container {
    height: 250px;
  }
  body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider {
    height: 250px;
  }
  body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box {
    height: 250px;
    display: flex;
    align-items: center;
  }
  body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box a {
    display: flex;
    align-items: center;
    padding-left: 6%;
  }
  body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box .jobb-logo-wrap {
    width: 40%;
    max-width: 200px;
    height: 200px;
  }
  body.page-template-page-iframemrf_v2 #jobb-container #jobb-slider .post_box .jobb-wrap {
    max-width: 60%;
  }
  body.page-template-page-iframemrf_v2 h3.trimbold {
    font-size: 25px;
    line-height: 30px;
  }

  body.page-template-page-iframeblifordonstekniker a.inlagg {
    text-align: center;
    margin: 16px 0;
    display: block;
  }
  body.page-template-page-iframeblifordonstekniker a.inlagg p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 0;
  }
  body.page-template-page-iframeblifordonstekniker a.inlagg p.rubrik {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  body.page-template-page-iframeblifordonstekniker a.inlagg .las-mer {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 0;
    margin-top: 6px;
  }

  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter {
    display: flex;
    flex-direction: row;
  }
  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg {
    flex: 1 1;
    text-align: center;
  }
  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg .nyhetsbild {
    height: 350px;
  }
  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg p {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template-page-iframeblifordonstekniker_nyheter #nyheter .inlagg p.rubrik {
    font-size: 25px;
    line-height: 30px;
  }

  body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap {
    display: flex;
  }
  body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap:nth-child(1) {
    margin: 60px 0;
  }
  body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .article-wrap {
    flex: 1 3;
    margin-right: 15%;
  }
  body.page-template-page-iframeblifordonstekniker_arkiv .jobb-wrap .detaljer {
    flex: 1 1;
    width: 40%;
    padding: 40px 80px 50px 60px;
  }

  iframe {
    max-width: 110%;
    height: 255px;
  }

  .wrap {
    width: 760px;
    width: 96%;
  }

  .column p {
    margin-top: 0;
  }

  #content #inner-content {
    padding: 0.8em 12px;
    background: #fff;
  }
  #content #inner-content p, #content #inner-content h1, #content #inner-content h2, #content #inner-content h3, #content #inner-content h4, #content #inner-content h5 {
    padding: 0;
  }
  #content #inner-content .post_box.native {
    margin-bottom: 24px;
  }

  .page-template-page-start-php #content #inner-content, .single #content #inner-content {
    padding: 0.8em 12px;
  }

  .post-type-archive-kalender #kalendarium .kalender-wrap .post_box {
    width: 25%;
  }

  .single-jobb #main img.featured-img {
    margin: 0;
  }
  .single-jobb #main a.knapp {
    margin: 0;
  }

  body.page-template-page-jobb #jobb-container.column {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
  }

  /***********
  EXPERT
  ***********/
  a.knapp.tillbaka {
    margin: 0 0 32px;
  }

  #expertpanel .expert-box {
    width: 50%;
    border-right: 2px solid #293483;
  }
  #expertpanel .expert-box:nth-child(odd):last-of-type {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  body.page-template-page-experter #expertpanel {
    padding: 0 16px 0 0;
  }
  body.page-template-page-experter #expertpanel .expert-box {
    width: 47%;
    margin: 0 24px 24px 0;
    border-bottom: 2px solid #337588;
    border-right: 0;
    justify-content: center;
    text-align: center;
  }
  body.page-template-page-experter #expertpanel .expert-box img {
    clip: rect(0px, 140px, 176px, 30px);
    left: -30px;
  }
  body.page-template-page-experter #expertpanel .expert-box .expert-name {
    left: 130px;
    top: 0;
  }
  body.page-template-page-experter #expertpanel .expert-box:nth-child(odd):last-of-type {
    width: 47%;
  }

  body.tax-expertkategori .arkiv article, body.single-expertpanel .arkiv article, body.search-results .arkiv article, body.page-template-page-arkivmall .arkiv article, body.page-template-page-tavlingar .arkiv article {
    padding: 0 0 16px 0;
  }
  body.tax-expertkategori img.portratt, body.single-expertpanel img.portratt, body.search-results img.portratt, body.page-template-page-arkivmall img.portratt, body.page-template-page-tavlingar img.portratt {
    display: inline-block;
    width: 40%;
  }
  body.tax-expertkategori #expertwrap, body.single-expertpanel #expertwrap, body.search-results #expertwrap, body.page-template-page-arkivmall #expertwrap, body.page-template-page-tavlingar #expertwrap {
    width: 55%;
  }
  body.tax-expertkategori .expert-first-wrap, body.single-expertpanel .expert-first-wrap, body.search-results .expert-first-wrap, body.page-template-page-arkivmall .expert-first-wrap, body.page-template-page-tavlingar .expert-first-wrap {
    width: 40%;
    padding: 0;
    display: inline-block;
  }
  body.tax-expertkategori .expert-first-wrap img.portratt, body.single-expertpanel .expert-first-wrap img.portratt, body.search-results .expert-first-wrap img.portratt, body.page-template-page-arkivmall .expert-first-wrap img.portratt, body.page-template-page-tavlingar .expert-first-wrap img.portratt {
    display: inline-block;
    width: 90%;
  }
  body.tax-expertkategori .expert-first-wrap strong, body.single-expertpanel .expert-first-wrap strong, body.search-results .expert-first-wrap strong, body.page-template-page-arkivmall .expert-first-wrap strong, body.page-template-page-tavlingar .expert-first-wrap strong {
    font-size: 95%;
    max-width: 95%;
  }
  body.tax-expertkategori span.fraga, body.single-expertpanel span.fraga, body.search-results span.fraga, body.page-template-page-arkivmall span.fraga, body.page-template-page-tavlingar span.fraga {
    padding-left: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    height: 91px;
    justify-content: flex-start;
  }
  .header #inner-header {
    max-width: 150px;
    margin-left: 24px;
  }
  .header #inner-header p {
    margin: 6px 0 0 0;
    font-size: 100%;
    max-width: 470px;
  }
  .header ul.social li {
    width: 55px;
    height: 60px;
  }
  .header ul.social li a {
    font-size: 38px;
  }
  .header ul.social li a.facebook {
    line-height: 52px;
    font-size: 34px;
  }

  .search-logo-container {
    width: 300px;
  }
  .search-logo-container #mrf-logo {
    margin: 0 0 0 16px;
  }
  .search-logo-container #mrf-logo img {
    width: 53px;
  }

  #e-tidning {
    display: inline-block;
    height: 140px;
    width: 150px;
    margin-left: 28px;
    top: -3px;
    position: relative;
    vertical-align: super;
  }
  #e-tidning img {
    display: block;
    height: 75%;
    margin: 0 auto;
  }
  #e-tidning p {
    display: inline-block;
    background: #000;
    padding: 2px 0px;
    margin-top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #mobile-bar {
    flex-direction: row;
    position: static;
    height: 91px;
    font-size: 13px;
  }
  #mobile-bar .mobile-menu-button {
    padding: 4px 0px 2px 6px;
    height: 91px;
    display: none;
    align-items: center;
  }
  #mobile-bar #searchform-mobile {
    left: 0;
    right: auto;
    top: 91px;
  }
  #mobile-bar #searchform-mobile div {
    text-align: center;
  }
  #mobile-bar #searchform-mobile input[type=search] {
    max-width: 500px;
  }
  #mobile-bar #mrf-logo {
    margin-right: 0;
  }

  .logo-container {
    height: 91px;
    display: flex;
    align-items: center;
  }

  #search-2 {
    display: block;
  }

  .search-logo-container .search-container {
    display: block;
  }

  /*********************
  ANNONSER
  *********************/
  #annons-fullbredd {
    display: block;
    margin: 0 0 0.8em 0;
  }

  #annons-loop {
    border-top: 0;
    border-bottom: 0;
    margin-top: 0.8em;
  }

  body.home #annons-loop {
    display: none;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  body.home .utlott {
    margin-bottom: 0;
  }
  body.home #annons-fullbredd {
    margin: 0 0 0.8em 0;
  }

  #annons_top {
    display: block;
  }

  #prenumeration-sidebar {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  #prenumeration-sidebar h4 {
    margin-top: 0;
  }
  #prenumeration-sidebar p {
    margin-bottom: 0;
  }

  div.wpforms-field-container, .wpforms-submit-container {
    padding: 16px 0 !important;
  }

  .wpforms-field h3 {
    padding: initial;
  }

  /***********
  TIDNINGSARKIV
  ***********/
  ul.tidningar {
    padding: 0;
  }
  ul.tidningar li {
    width: 30%;
  }

  /******************************************************************
  TABBAR
  ******************************************************************/
  #tabbar {
    border: 2px solid #009be9;
    border-bottom: 12px solid #009be9;
    border-top: 32px solid #009be9;
    padding: 0.8em;
  }

  ul#tabb-knappar li {
    padding: 4.5px 12px;
  }

  /* ANNONSTYPER - Presentationen av olika annonsformat och popups. */
  .annonsboxar-wrap > div {
    width: 45%;
    margin-bottom: 42px;
  }
  .annonsboxar-wrap > div .pris {
    opacity: 1;
    line-height: 0;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  .annonsboxar-wrap > div .dimensioner {
    opacity: 0;
    line-height: 0;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  .annonsboxar-wrap > div:hover {
    background-color: #efefef;
  }
  .annonsboxar-wrap > div:hover .pris {
    opacity: 0;
  }
  .annonsboxar-wrap > div:hover .dimensioner {
    opacity: 1;
  }
  .annonsboxar-wrap > div:active {
    background-color: #ccc;
  }
  .annonsboxar-wrap > div img {
    width: 100%;
  }

  /* POPUPS */
  .popups {
    position: fixed;
    overflow: auto;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
  }
  .popups .popup-container {
    background-color: white;
    width: 740px;
    margin: 42px auto 42px auto;
    position: relative;
    padding: 12px;
    border: 2px solid #009be9;
    border-bottom: 12px solid #009be9;
    border-top: 32px solid #009be9;
  }
  .popups .popup-container > :last-child {
    margin-bottom: 0.8em;
  }
  .popups .popup-container.ovrig {
    border-color: #293483;
  }
  .popups h2 {
    text-align: center;
    margin: 16px 0 0.8em 0;
  }
  .popups img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
  }
  .popups h2.ovrig {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
  }
  .popups .ovrig-info {
    border-bottom: 1px solid #ccc;
  }
  .popups .ovrig-info:last-child {
    border-bottom: 0;
  }
  .popups .pris, .popups .dimensioner {
    text-align: center;
    font-size: 120%;
  }
  .popups .pris span, .popups .dimensioner span {
    font-family: "Popular Bd", Helvetica, Arial, sans-serif;
  }
  .popups .wrap > div {
    display: none;
  }
  .popups .wrap > div .popup-container:first-of-type {
    border-top: 32px solid #009be9;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #mainMenu {
    width: auto;
    margin-right: 6px;
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
    pointer-events: auto;
    border: 0;
  }
  #mainMenu #menu-huvudmeny {
    height: 91px;
    padding: 0px 0px 0px 20px;
  }

  .search-button {
    padding: 6px 10px 4px 6px;
    margin: 31px 0;
    border-right: none;
  }

  .nav {
    border: 0;
    background-color: transparent;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    padding: 4px 6px;
    margin: 34px 0;
    border-bottom: 0;
    border-right: 1px solid #000;
    font-size: 13px;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #000;
    text-decoration: none;
    background: #fff;
  }
  .nav li:first-child a {
    /* padding-left: 0px; */
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding: 12px;
    margin: 0;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .dela {
    padding: 0 0 12px 0;
  }

  .slider-control::after {
    width: 50px;
    height: 50px;
  }
  .slider-control.left::after {
    top: 50%;
  }
  .slider-control.right::after {
    top: 50%;
  }
  .slider-control.center-bottom ul li {
    height: 15px;
    width: 15px;
  }
  #slider-container {
    height: 600px;
    margin-bottom: 0.8em;
  }
  #slider-container #slider {
    height: 600px;
    width: 100%;
  }
  #slider-container #slider .post_box {
    height: 100%;
  }
  #slider-container #slider .post_box a.post_content {
    padding: 8px;
    color: #fff;
    position: absolute;
    top: auto;
    background-color: transparent;
    background-image: linear-gradient(rgba(50, 50, 50, 0.2), rgba(50, 50, 50, 0.45) 46.64%, rgba(50, 50, 50, 0.8));
  }
  #slider-container #slider .post_box a.post_content h1, #slider-container #slider .post_box a.post_content h2 {
    margin: 0;
    font-size: 2em;
  }
  #slider-container #slider .post_box a.post_content p {
    margin: 0;
    font-size: 100%;
    line-height: 22px;
  }

  #jobb-container {
    height: 155px;
    margin: 1em 0 2.5em;
  }
  #jobb-container.column {
    border-color: #293483;
  }
  #jobb-container.column #jobblista .post_box {
    border: 1px solid #ccc;
  }
  #jobb-container.column #jobblista .post_box a .jobb-wrap {
    max-width: 70%;
    margin-left: 8px;
  }
  #jobb-container.column #jobblista .post_box a .jobb-wrap ul li {
    display: block;
  }
  #jobb-container #jobb-slider {
    height: 155px;
  }
  #jobb-container #jobb-slider .post_box {
    height: 155px;
  }
  #jobb-container #jobb-slider .post_box .jobb-logo-wrap {
    height: 90%;
    width: 150px;
  }
  #jobb-container #jobb-slider .post_box .jobb-logo-wrap img.jobb-logo {
    max-height: 100px;
    width: auto;
    max-width: 100%;
  }
  #jobb-container #jobb-slider .post_box .jobb-wrap {
    display: inline-block;
    margin-left: 0.8em;
    vertical-align: top;
  }
  #jobb-container #jobb-slider .post_box .jobb-wrap ul {
    font-size: 1em;
  }

  .arkiv .img-wrap {
    height: 390px;
    margin-top: 24px;
  }

  #post_wrapper > div:nth-child(odd):not(.big) a:not(.jobblank) {
    flex-direction: row-reverse;
  }
  #post_wrapper > div:nth-child(odd):not(.big) a:not(.jobblank) .post-text-wrap {
    margin-left: 0;
    margin-right: 1em;
  }
  #post_wrapper .post_box {
    width: 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
  }
  #post_wrapper .post_box .img-wrap {
    height: 140px;
  }
  #post_wrapper .post_box .img-wrap.big {
    height: 390px;
  }
  #post_wrapper .post_box.no-img h2 {
    margin-top: 0;
  }
  #post_wrapper .post_box.no-img .post-text-wrap {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #post_wrapper .post_box.big .img-wrap {
    height: 390px;
  }
  #post_wrapper .post_box.staende:not(.big) > a:not(.jobblank) .img-wrap {
    height: 400px;
    width: 50%;
  }
  #post_wrapper .post_box.staende:not(.big) > a:not(.jobblank) .post-text-wrap {
    width: 50%;
  }
  #post_wrapper .post_box a:not(.jobblank) {
    margin-bottom: 24px;
  }
  #post_wrapper .post_box:last-of-type {
    border-bottom: 0;
  }
  #post_wrapper .post_box:not(.big) > a:not(.jobblank) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #post_wrapper .post_box:not(.big) > a:not(.jobblank) .img-wrap {
    width: 35%;
  }
  #post_wrapper .post_box:not(.big) > a:not(.jobblank) .post-text-wrap {
    width: 62%;
    margin-left: 1em;
  }
  #post_wrapper .post_box:not(.big) > a:not(.jobblank) .post-text-wrap h2 {
    margin: 0;
  }
  #post_wrapper .post_box:not(.big) > a:not(.jobblank) .post-text-wrap p {
    margin-bottom: 0;
  }

  #related-posts .post_box {
    width: 48%;
  }
  #related-posts .post_box:first-of-type {
    margin-right: 3%;
  }

  /* entry content */
  .entry-content {
    padding-right: 50px;
  }
  .entry-content p {
    max-width: 520px;
  }
  .entry-content .blockquote {
    margin: 0.8em 0 0.8em 0;
    padding: 0 0 0 0.8em;
    text-transform: uppercase;
    font-size: 200%;
    max-width: 520px;
  }

  .entry-content .wp-caption {
    max-width: 100%;
    margin-top: 6px;
    /* images inside wp-caption */
  }
  .entry-content .wp-caption.alignright {
    padding: 0 0 0 24px;
    max-width: 55%;
  }
  .entry-content .wp-caption.alignleft {
    padding: 0 24px 0 0;
    max-width: 55%;
  }
  .entry-content .wp-caption.aligncenter {
    padding-right: 0.8em;
  }
  .entry-content .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
  .entry-content .wp-caption p.wp-caption-text {
    font-size: 0.8em;
    margin: 4px 0 12px 0;
    font-weight: bold;
    text-align: left;
    padding: 0;
  }

  /* end .entry-content */
  .job_list .job_descript {
    margin-left: 0.8em;
    width: 66%;
  }

  .job_thumb {
    margin: initial;
  }

  /***********
  KONTAKT
  ***********/
  #kontakt_wrap li.kontakt_box {
    width: 47%;
  }

  #kalendarium {
    border-bottom: 12px solid #293483;
    float: left;
    width: 100%;
    position: relative;
  }
  #kalendarium .kalender-wrap {
    margin-bottom: 0;
  }
  #kalendarium .kalender-wrap .post_box {
    width: 24.6%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #kalendarium .kalender-wrap .post_box p {
    margin: 0;
  }
  #kalendarium .kalender-wrap .post_box p:after {
    content: none;
  }
  #kalendarium .kalender-wrap .post_box .datum {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    background-color: #e8f1f0;
    width: 80px;
    height: 95px;
    margin-right: 0.8em;
    margin-left: 0;
    margin-bottom: 0;
  }
  #kalendarium .kalender-wrap .post_box .datum ul {
    margin: 0;
  }
  #kalendarium .kalender-wrap .post_box .datum ul li:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 2px 0px;
    background-color: #72b6ad;
  }
  #kalendarium .kalender-wrap .post_box .datum ul li:nth-child(2) {
    font-family: "Popular Bd", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #72b6ad;
    padding: 6px 0 0 0;
  }
  #kalendarium .kalender-wrap .post_box .datum ul li:nth-child(3) {
    text-transform: uppercase;
    font-weight: bold;
    color: #72b6ad;
    font-size: 12px;
  }
  #kalendarium .kalender-wrap .post_box .kalender-wrap {
    display: inline-block;
    width: 100px;
    vertical-align: text-top;
    margin-bottom: revert;
  }
  #kalendarium .kalender-wrap .post_box .kalender-wrap .typ {
    font-weight: bold;
    text-transform: uppercase;
    color: #72b6ad;
  }
  #kalendarium .kalender-wrap .post_box .kalender-wrap h3 {
    line-height: 22px;
    font-size: 105%;
    width: 125%;
    margin: 6px 0 2px 0;
    -webkit-hyphens: auto;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
  #kalendarium h4 {
    background: #293483;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 12px 0 12px 0 !important;
  }

  #utlottning {
    min-height: 132px;
  }
  body.single #utlottning {
    margin-bottom: 12px;
  }

  #nyhetsbrev {
    padding-bottom: 0;
    min-height: 155px;
  }
  #nyhetsbrev a.knapp {
    float: right;
    margin-right: 0;
  }

  .half-column {
    clear: both;
    margin-bottom: 0.8em;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .half-column div .widgettitle {
    margin-top: 0;
  }
  .half-column div #utlottning .post_box .thumb-wrap {
    width: 30%;
    height: 90px;
  }
  .half-column div a.knapp {
    float: right;
  }
  .half-column > div:nth-child(1) {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .half-column > div:nth-child(1) .column {
    flex: 1;
  }
  .half-column > div:nth-child(2) {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .half-column > div:nth-child(2) .column {
    flex: 1;
  }

  .column {
    padding: 12px 12px 0.8em 12px;
    border-left: 2px solid #293483;
    border-right: 2px solid #293483;
  }
  .column .post_box {
    padding-left: 0;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    width: 77.3%;
  }

  #commentform label {
    width: 22%;
    display: inline-block;
  }

  .comment-respond {
    padding: 14px;
  }
  .comment-respond #submit {
    opacity: 0.5;
    pointer-events: none;
    margin-right: 0;
  }
  .comment-respond #submit.required {
    opacity: 1;
    pointer-events: initial;
  }

  .g-recaptcha {
    width: 302px;
    height: 76px;
    margin: 0;
    display: inline-block;
  }

  .widget-loop {
    padding: 0 0 24px 0;
  }

  #sidebar h4:first-child {
    margin-top: 0;
  }

  .widgettitle {
    margin-bottom: 0;
    margin-top: 0.8em;
  }

  .widget {
    padding: 0;
    margin: 0;
  }
  .widget ul.social {
    text-align: left;
  }
  .widget ul li {
    margin-bottom: 0;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  .foot-column-wrap {
    width: 82%;
    flex-direction: row;
    justify-content: space-between;
  }

  .foot-column {
    width: 45%;
  }

  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  /* end .footer-links */
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  #fix-wrap {
    display: inline-block;
    max-width: 320px;
    min-width: 320px;
    float: none;
    margin-left: 24px;
    top: 0;
    margin-top: 0;
    position: absolute;
  }
  #fix-wrap .annons-container {
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  #fix-wrap.fixerad {
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    top: 0;
  }

  .wrap {
    width: 980px;
    margin: 0 0 0 45px;
    display: inline-block;
  }

  .header #inner-header {
    margin-left: 45px;
  }

  .nav li a {
    font-size: 16px;
    padding: 4px 12px;
    margin: 31px 0;
  }

  #mobile-bar {
    position: initial;
    width: 155px;
    height: 91px;
    font-size: 16px;
  }
  #mobile-bar .mobile-menu-button {
    padding: 4px 0px 4px 6px;
  }

  #ffposts .post_box:nth-child(4), #ffposts .post_box:nth-child(5) {
    display: block;
  }

  #prenumeration-sidebar img {
    max-width: 100%;
    padding: 20px;
  }

  #annons-loop-ersatt {
    display: none;
  }

  body.home #annons-loop {
    display: inline-block;
  }
  body.home #annons-loop-ersatt {
    display: none;
  }

  #annons-loop {
    display: inline-block;
    max-width: 320px;
    float: none;
    margin-left: 10px;
    margin-top: 0;
    position: absolute;
  }
  #annons-loop.fixerad {
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    top: 0;
  }

  #mainMenu {
    position: relative;
    top: initial;
    right: initial;
    opacity: 1;
    margin-right: 12px;
  }
  #mainMenu #menu-huvudmeny {
    margin: 0 0 0 45px;
    padding: 0px 0px;
  }

  #kontakt_wrap li.kontakt_box:nth-child(3n+3) {
    margin-right: 0;
  }

  iframe {
    max-width: 121%;
    height: 355px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
