@charset "UTF-8";
/*!
Theme Name: Lennandia 3.0
Theme URI: http://underscores.me/
Author: Lennandia Advertising AB
Author URI: https://lennandia.com
Description: Nytt tema för Lennandia 2021
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lennandia3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lennandia 3.0 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.has-lennandia-blue-color {
  color: #000099;
}

/*
font-family:'Bell MT W05 Regular';
font-family:'Bell MT W05 Bold';
font-family:'Bell MT W05 Italic';
font-family:'Bell MT W05 Bold Italic';

font-family: interstate-condensed, sans-serif;
font-weight: 300;
font-style: normal;
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: neue-haas-grotesk-text, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.35px;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.5rem;
  }
}
/* @media screen and (min-width: $mega) {

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.6rem;
	}

} */
h1,
h2 {
  clear: both;
  font-family: bely-display, "MaisonNeue";
  font-weight: normal;
}

h3,
h4,
h5,
h6 {
  clear: both;
  font-family: neue-haas-grotesk-text;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  line-height: 1.15em;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 21px;
  line-height: 23px;
}

h5 {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (min-width: 380px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 35px;
    line-height: 35px;
  }
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
  h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1030px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
  h2 {
    font-size: 60px;
  }
  h2.fler {
    font-size: 50px;
    margin-top: 90px;
  }
  h3 {
    font-size: 40px;
    line-height: 40px;
  }
  h4 {
    font-size: 30px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
p {
  margin-bottom: 25px;
  max-width: 900px;
}

/* 
strong {
	font-family: 'Bell MT W05 Bold';
	font-weight: normal;
}

em {
	font-family:'Bell MT W05 Italic';
}

em {
	strong {
		font-family:'Bell MT W05 Bold Italic';
	}
} */
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* @media screen and (min-width: $mega) {
	p {
		max-width: 790px;
	}
} */
/* Elements
--------------------------------------------- */
body {
  background: #F9F9F9;
}

body.home, body.page-id-11, body.page-id-13, body.single-case {
  background: #000000;
}

body.single main {
  padding-bottom: 60px;
}

main, footer {
  background-color: #F9F9F9;
}

.hide-mob {
  display: none;
}

.wp-block-group.max-1060 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.max-1060 p {
  max-width: 1060px;
}

.entry-content img {
  border-radius: 5px;
}

.wp-block-cover.formular {
  background-color: #000000;
}
.wp-block-cover.max-1600 .wp-block-cover__inner-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.max-1600 .wp-block-cover__inner-container p, .wp-block-cover.max-1600 .wp-block-cover__inner-container .wpforms-container {
  max-width: 720px;
}
.wp-block-cover .wp-block-video.background-video video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  object-fit: cover;
}

.wp-block-video {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

button.vidplay {
  width: 60px;
  height: 60px;
  border: 2px solid #000099;
  background-color: #F9F9F9;
  background-image: url("./images/play.svg");
  background-repeat: no-repeat;
  background-position: 19px;
  background-size: 38%;
  border-radius: 100%;
  position: absolute;
  font-size: 0;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: left 0.2s ease, top 0.2s ease, opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
  -moz-transition: left 0.2s ease, top 0.2s ease, opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
  -o-transition: left 0.2s ease, top 0.2s ease, opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
  transition: left 0.2s ease, top 0.2s ease, opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
}
button.vidplay.spelar {
  width: 40px;
  height: 40px;
  background-image: url("./images/pause.svg");
  background-position: 11px 11px;
  left: 85%;
  top: 73%;
  opacity: 0.75;
}
button.vidplay:hover, button.vidplay:active, button.vidplay:focus {
  border-color: #000099;
}

.vidWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  margin: 60px -20px;
  padding-bottom: 120px;
  background-color: #e4e4e4;
  overflow: hidden;
  position: relative;
}
.slider.alignfull img {
  width: auto;
}

.slider-video {
  width: 100%;
  margin: 0;
}

.slick-slide {
  outline: none;
}

.slick-track {
  text-align: center;
  display: flex;
}

.slide-group {
  padding: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.slide-group img, .slide-group video {
  max-height: 200px;
}
.slide-group p.hist-title {
  font-size: 1.2em;
}

.slick-prev {
  z-index: 10;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  bottom: 24px;
  left: 12px;
  transform: rotate(45deg);
}

.slick-next {
  z-index: 10;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  bottom: 24px;
  right: 12px;
  transform: rotate(45deg);
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  position: absolute;
  bottom: 26px;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  border: 0;
  background-color: #000099;
}
.slick-dots li.slick-active button {
  background-color: #000000;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-vimeo figcaption {
  text-align: center;
  margin: 30px 0 50px;
  line-height: 24px;
}
.wp-block-embed-vimeo.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding: 100% 0 0 0;
}
.wp-block-embed-vimeo.is-style-format-4-5 .wp-block-embed__wrapper {
  padding: 127.25% 0 0 0;
}

.grey {
  background-color: #F4F4F4;
  padding: 12px;
  font-size: 12px;
}
.grey figure {
  line-height: revert;
}
.grey figure img {
  max-width: 100px;
}
.grey table tbody {
  vertical-align: top;
}
.grey table td {
  line-height: 20px;
  width: 50%;
}

.number {
  text-align: center;
  margin: 16px 0 40px;
}
.number p {
  font-size: 20px;
  margin: 0 !important;
}
.number p.digits {
  font-weight: bold;
  font-size: 100px;
  line-height: 90px;
  margin: 0;
  color: #000099;
}

.google-maps {
  height: 500px;
  margin-bottom: 24px;
}

.case-meny {
  padding-right: 0 !important;
  margin: 38px auto;
}
.case-meny a {
  margin: 0 16px;
}

.case-wrap .case span.case-kund {
  color: #000099;
  display: block;
  font-size: 18px;
  font-weight: 100;
}
.case-wrap .case img {
  width: 100%;
}
.case-wrap .case a {
  text-decoration: none;
  text-align: center;
  color: black;
}
.case-wrap .case a h3 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
}
.case-wrap .case .case-img {
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  height: 50vw;
  max-height: 460px;
  width: 100%;
  display: block;
  margin-bottom: 16px;
  border-radius: 5px;
}

.wp-block-image {
  margin: 0 0 20px;
}
.wp-block-image figcaption {
  font-size: 16px;
  margin: 5px 0 16px;
  line-height: 20px;
}

.wp-block-columns {
  margin-bottom: 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns.kartor {
  max-width: 2000px;
}
.wp-block-columns.is-style-small-gaps {
  max-width: 100%;
  gap: 20px;
}
.wp-block-columns.is-style-small-gaps .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.single-case .entry-content .wp-block-columns:first-child .wp-block-column:last-of-type p {
  margin-top: -24px;
}

.floater {
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.floater .wp-block-image {
  float: left;
  max-width: 140px;
  margin: 0;
}
.floater .wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.floater h4, .floater h5, .floater p {
  margin: 0 0 5px 0;
  clear: none;
}
.floater a {
  color: #000000;
  text-decoration: none;
}
.floater.wp-block-column p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 0;
}

.personal .wp-block-group {
  padding: 10px 20px;
  margin-bottom: 35px;
}

.personal:first-of-type {
  margin-top: 40px;
}

.personal .wp-block-column, .kartor .wp-block-column {
  margin-bottom: 30px;
}
.personal .wp-block-column figure img, .kartor .wp-block-column figure img {
  width: 100%;
}
.personal h3, .kartor h3 {
  font-size: 21px;
  margin: 42px 0 10px;
  font-weight: normal;
}
.personal h3 a, .kartor h3 a {
  color: #000000;
  text-decoration: none;
}
.personal h4, .kartor h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0;
}
.personal h4 a, .kartor h4 a {
  color: #000000;
  text-decoration: none;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 20px;
  }
  .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 10px) !important;
  }
}
@media (min-width: 767px) {
  .single-case .entry-content .wp-block-columns:first-child .wp-block-column:last-of-type p {
    margin-top: 40px;
  }
  .wp-block-cover.max-1600 .wp-block-cover__inner-container {
    padding: 0 45px;
  }
  .hide-mob {
    display: block;
  }
  button.vidplay.spelar {
    left: 91%;
    top: 79%;
  }
  .slick-dots {
    bottom: 90px;
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    bottom: 90px;
    left: 0;
    right: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    bottom: 90px;
    right: 0;
    left: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider {
    padding-top: 60px;
    margin: 120px 0 0;
  }
  .slider p {
    max-width: 680px;
  }
  .slide-group img, .slide-group video {
    max-height: 385px;
    margin-bottom: 12px;
  }
  .case-wrap .case .case-img {
    height: 30vw;
    max-height: 445px;
  }
  .grey {
    font-size: 18px;
    padding: 32px;
  }
  .grey p {
    margin-left: 0 !important;
  }
  .grey figure img {
    max-width: 80%;
  }
  .grey table td {
    line-height: 28px;
  }
  .number {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
  }
  .number p {
    font-size: 30px;
  }
  .number p.digits {
    font-size: 130px;
    line-height: 120px;
  }
}
@media (min-width: 782px) {
  .padded-columns {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .padded-columns p {
    max-width: 1200px !important;
    margin-top: 0 !important;
  }
  .personal {
    gap: 12px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .personal:first-of-type {
    margin-top: 60px;
  }
  .floater.wp-block-column p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 26px;
  }
  .floater .wp-block-image {
    max-width: 190px;
  }
  .floater .wp-block-image figure {
    margin-right: 18px;
  }
  .case-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .case-wrap .case {
    width: calc(50% - 10px);
  }
  .case-wrap .case:nth-child(odd) {
    margin-right: 10px;
  }
  .case-wrap .case:nth-child(odd):last-of-type {
    margin-right: auto;
  }
  .case-wrap .case:nth-child(even) {
    margin-left: 10px;
  }
  .case-wrap .case a h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 42px;
  }
  .wp-block-columns {
    margin-bottom: 20px;
  }
  .wp-block-column .wp-block-image {
    margin: 0 0 20px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
  .wp-block-column p {
    margin-top: 40px;
  }
  .wp-block-column h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 428px;
  }
}
@media screen and (min-width: 1030px) {
  .personal h3, .kartor h3 {
    font-size: 30px;
  }
  .grey {
    font-size: 22px;
    padding: 62px;
  }
  .grey table td {
    line-height: 31px;
    width: initial;
  }
  .floater .wp-block-image {
    max-width: 215px;
  }
  .floater.wp-block-column p {
    font-size: 22px;
    line-height: 30px;
    max-width: 520px;
  }
  .personal:first-of-type {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1366px) {
  .grey figure img {
    max-width: 100%;
  }
  .grey .wp-block-column p {
    margin-top: revert;
    margin-bottom: revert;
    padding-right: revert;
  }
  .number p.digits {
    font-size: 168px;
    line-height: 158px;
  }
  .case-wrap .case a h3 {
    margin-bottom: 50px;
  }
  .personal {
    max-width: 2200px;
  }
  .personal h4 {
    font-size: 22px;
    line-height: 31px;
  }
  .personal .wp-block-group {
    padding: 10px 40px;
  }
  .wp-block-column p {
    max-width: 920px;
  }
  .wp-block-column h2 {
    max-width: 920px;
  }
  .floater .wp-block-image {
    max-width: 320px;
  }
  .floater.wp-block-column p {
    max-width: 920px;
  }
}
@media screen and (min-width: 1800px) {
  /* .case-wrap {
  	.case {
  		a {
  			h3 {
  				font-size: 40px;
  				line-height: 46px;
  			}
  		}
  	}
  } */
  /* .wp-block-column {
  	p {
  		margin-top: 70px;
  		margin-bottom: 80px;
  		padding-right: 0;
  	}
  } */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
  line-height: 0;
}

img.cookieYes_v {
  max-height: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-table table {
  line-height: normal;
}
.wp-block-table table td, .wp-block-table table th {
  border: none;
  padding: 4px 0;
}
.wp-block-table table tbody {
  vertical-align: top;
}

/* Links
--------------------------------------------- */
p a {
  font-family: revert;
  text-decoration: none;
}

a {
  color: #C627D3;
}
a:visited {
  color: #C627D3;
}
a:hover, a:focus, a:active {
  color: #C627D3;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.knapp {
  text-decoration: none;
  padding: 9px 14px 7px;
  border-radius: 5px;
  border: 1px solid #C627D3;
  color: #F9F9F9;
  font-weight: 300;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.knapp.visa-fler {
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 30px;
  display: block;
  width: 200px;
  text-align: center;
}
a.knapp.visa-fler:hover {
  color: #F9F9F9;
}
a.knapp:hover {
  background-color: #C627D3;
}

@media screen and (min-width: 767px) {
  a.knapp {
    font-size: 22px;
  }
}
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.wp-block-buttons {
  margin-bottom: 24px;
}
.wp-block-buttons.inline-mob {
  flex-direction: row !important;
  justify-content: flex-start;
}
.wp-block-buttons.inline-mob .wp-block-button a {
  min-width: 100px;
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  padding: 6px 16px;
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  border-radius: 0;
  font-weight: 300;
  font-size: 18px;
}
.wp-block-button.aktiv .wp-block-button__link {
  color: #F9F9F9;
  border: none;
  background-color: #000099;
  pointer-events: none;
}
.wp-block-button.is-style-lennandia-button a {
  border-color: #C627D3;
  border-radius: 5px;
  padding: 11px 24px 8px;
  min-width: 190px;
  margin-bottom: 27px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wp-block-button.is-style-lennandia-button a:hover {
  background-color: #C627D3;
  color: #F9F9F9;
}

.padded-columns .wp-block-button .wp-block-button__link {
  min-width: 100px;
}

@media screen and (min-width: 600px) {
  .padded-columns .wp-block-buttons {
    padding-left: 20%;
  }
  .padded-columns .wp-block-button {
    display: block;
    width: 100%;
  }
  .padded-columns .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .wp-block-buttons.inline-mob {
    flex-direction: column !important;
    justify-content: flex-end;
  }
  .wp-block-buttons.inline-mob .wp-block-button a {
    min-width: 190px;
    margin-bottom: 24px;
  }
  .wp-block-button.is-style-lennandia-button a {
    font-size: 24px;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wp-block-cover.formular div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #FF6C6C !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #B40000 !important;
}

#wpforms-form-840 input, #wpforms-form-840 textarea, #wpforms-form-2344 input, #wpforms-form-2344 textarea, #wpforms-form-2381 input, #wpforms-form-2381 textarea {
  border: none;
  background-color: transparent;
  min-height: 50px;
  border-bottom: 1px solid #000000;
  font-size: 24px;
}
#wpforms-form-840 input::placeholder, #wpforms-form-840 textarea::placeholder, #wpforms-form-2344 input::placeholder, #wpforms-form-2344 textarea::placeholder, #wpforms-form-2381 input::placeholder, #wpforms-form-2381 textarea::placeholder {
  color: #000000;
}
#wpforms-form-840 textarea, #wpforms-form-2344 textarea, #wpforms-form-2381 textarea {
  border: 1px solid #000000;
  border-radius: 5px;
}
#wpforms-form-840 .wpforms-field-file-upload label, #wpforms-form-2344 .wpforms-field-file-upload label, #wpforms-form-2381 .wpforms-field-file-upload label {
  display: none;
}
#wpforms-form-840 .wpforms-uploader, #wpforms-form-2344 .wpforms-uploader, #wpforms-form-2381 .wpforms-uploader {
  border: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  min-height: 140px;
}
#wpforms-form-840 .wpforms-uploader svg, #wpforms-form-2344 .wpforms-uploader svg, #wpforms-form-2381 .wpforms-uploader svg {
  display: none;
}
#wpforms-form-840 .wpforms-uploader .dz-message span, #wpforms-form-2344 .wpforms-uploader .dz-message span, #wpforms-form-2381 .wpforms-uploader .dz-message span {
  display: none;
}
#wpforms-form-840 .wpforms-uploader .dz-message::after, #wpforms-form-2344 .wpforms-uploader .dz-message::after, #wpforms-form-2381 .wpforms-uploader .dz-message::after {
  content: "Ladda upp bild";
}
#wpforms-form-840 button, #wpforms-form-2344 button, #wpforms-form-2381 button {
  text-decoration: none;
  padding: 9px 14px 7px;
  border-radius: 5px;
  border: 1px solid #C627D3;
  background-color: transparent;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
#wpforms-form-840 button:hover, #wpforms-form-2344 button:hover, #wpforms-form-2381 button:hover {
  background-color: #C627D3;
  color: #F9F9F9;
}

#wpforms-form-2344 .wpforms-uploader .dz-message::after, #wpforms-form-2381 .wpforms-uploader .dz-message::after {
  content: "Ladda upp ditt CV, gärna som en PDF";
}

.wpforms-container .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50 {
  display: flex;
  gap: 12px;
}

@media screen and (min-width: 767px) {
  .wpforms-container .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50 {
    display: block;
  }
  #wpforms-form-2344, #wpforms-form-2381 {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-right: min(450px, 25%);
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#header-measure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: -100;
}

.search-wrap {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 37px;
  margin-right: 18px;
  margin-left: auto;
}
.search-wrap .screen-reader-text {
  color: #000000 !important;
}
.search-wrap #search-symbol {
  cursor: pointer;
  width: 29px;
  height: 29px;
  margin-left: 10px;
  background-color: #F9F9F9;
  -webkit-mask: url("images/sok.svg") no-repeat center 100%;
  -webkit-mask-size: 90%;
  -webkit-mask-position: center;
  mask: url("images/sok.svg") no-repeat center 100%;
  mask-size: 90%;
  mask-position: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.search-wrap #searchform {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 220px;
  overflow: hidden;
  width: 0;
}
.search-wrap #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9F9F9;
  opacity: 1;
}
.search-wrap #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F9F9F9;
  opacity: 1;
}
.search-wrap #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #F9F9F9;
  opacity: 1;
}
.search-wrap #searchform.out {
  width: 220px;
  margin-left: 6px;
}
.search-wrap #searchform input[type=search] {
  padding: 8px 2px 4px;
  font-size: 16px;
  width: 220px;
  border-bottom: 2px solid #F9F9F9;
  color: #F9F9F9;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
}
.search-wrap #searchform button[type=submit] {
  display: none;
}

body.search-results .nav-links, body.error404 .nav-links {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 18px 0;
  max-width: 800px;
}
body.search-results #masthead .menu-toggle span, body.error404 #masthead .menu-toggle span {
  background: #000099;
}
body.search-results #masthead #logo-symbol, body.error404 #masthead #logo-symbol {
  background-color: #000099;
}
body.search-results #masthead #search-symbol, body.error404 #masthead #search-symbol {
  background-color: #000099;
}
body.search-results #masthead #searchform ::placeholder, body.error404 #masthead #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000099;
}
body.search-results #masthead #searchform :-ms-input-placeholder, body.error404 #masthead #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000099;
}
body.search-results #masthead #searchform ::-ms-input-placeholder, body.error404 #masthead #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000099;
}
body.search-results #masthead #searchform input[type=search], body.error404 #masthead #searchform input[type=search] {
  border-bottom: 2px solid #000099;
  color: #000099;
}
body.search-results #masthead .main-navigation .menu-menu-1-container ul li a, body.error404 #masthead .main-navigation .menu-menu-1-container ul li a {
  color: #000099;
}

#masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 1000;
  top: 20px;
  padding: 0 20px;
  left: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#masthead.mork:not(.out) .menu-toggle span {
  background: #000099;
}
#masthead.mork:not(.out) #logo-symbol {
  background-color: #000099;
}
#masthead.mork:not(.out) .search-wrap #search-symbol {
  background-color: #000099;
}
#masthead.mork:not(.out) .search-wrap #searchform input[type=search] {
  border-color: #000099;
  color: #000099;
}
#masthead.mork:not(.out) .search-wrap #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000099;
}
#masthead.mork:not(.out) .search-wrap #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000099;
}
#masthead.mork:not(.out) .search-wrap #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000099;
}
#masthead.rod:not(.out) .menu-toggle span {
  background: #000099;
}
#masthead.rod:not(.out) #logo-symbol {
  background-color: #000099;
}
#masthead.rod:not(.out) #search-symbol {
  background-color: #000099;
}
#masthead.rod:not(.out) #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000099;
}
#masthead.rod:not(.out) #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000099;
}
#masthead.rod:not(.out) #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000099;
}
#masthead.rod:not(.out) #searchform input[type=search] {
  border-bottom: 2px solid #000099;
  color: #000099;
}
#masthead.tydlig {
  box-shadow: #1C372C 0px 0px 10px -7px;
  background-color: #F9F9F9;
  top: 0;
  height: 75px;
}
#masthead.tydlig:not(.out) .menu-toggle span {
  background: #000099;
}
#masthead.tydlig:not(.out) #logo-symbol {
  background-color: #000099;
}
#masthead.tydlig:not(.out) .search-wrap #search-symbol {
  background-color: #000099;
}
#masthead.tydlig:not(.out) .search-wrap #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000099;
}
#masthead.tydlig:not(.out) .search-wrap #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000099;
}
#masthead.tydlig:not(.out) .search-wrap #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000099;
}
#masthead.tydlig:not(.out) .search-wrap #searchform input[type=search] {
  border-bottom: 2px solid #000099;
  color: #000099;
}
#masthead.tydlig:not(.out) .main-navigation .menu-menu-1-container ul li a {
  color: #000099;
}
#masthead #logo-symbol {
  width: 155px;
  height: 42px;
  z-index: 10;
  background-color: #F9F9F9;
  -webkit-mask: url("images/Lennandia2021.svg") no-repeat center 100%;
  mask: url("images/Lennandia2021.svg") no-repeat center 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#masthead #logo-symbol a {
  height: 100%;
  display: block;
}
#masthead.out #logo-symbol {
  background-color: #F9F9F9;
}
#masthead.out .search-wrap #search-symbol {
  background-color: #F9F9F9;
}
#masthead.out .search-wrap #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9F9F9;
}
#masthead.out .search-wrap #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F9F9F9;
}
#masthead.out .search-wrap #searchform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #F9F9F9;
}
#masthead.out .search-wrap #searchform input[type=search] {
  border-bottom: 2px solid #F9F9F9;
  color: #F9F9F9;
}

.main-navigation {
  display: block;
  top: calc(-100vh - 20px);
  left: 0;
  height: 100vh;
  width: 100vw;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main-navigation.out {
  top: -20px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  color: #F9F9F9;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a {
  text-decoration: underline;
}

.menu-menu-1-container {
  display: flex;
  padding-left: 20px;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #000000;
  background-image: url(images/LA_Bakgrund_Meny.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Small menu. */
.menu-toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 35px;
  background: #FFF;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.menu-toggle span:nth-child(2) {
  top: 12px;
}
.menu-toggle.out span {
  background-color: #F9F9F9;
}
.menu-toggle.out span:nth-child(1) {
  transform: rotate(30deg);
  top: 5px;
}
.menu-toggle.out span:nth-child(2) {
  transform: rotate(-30deg);
  top: 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 380px) {
  .main-navigation a {
    font-size: 60px;
    line-height: 90px;
  }
}
@media screen and (min-width: 767px) {
  .search-wrap #searchform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F9F9F9;
  }
  .search-wrap #searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #F9F9F9;
  }
  .search-wrap #searchform ::-ms-input-placeholder { /* Microsoft Edge */
    color: #F9F9F9;
  }
  .search-wrap #searchform input[type=search] {
    border-bottom: 2px solid #F9F9F9;
    color: #F9F9F9;
  }
  body.home #masthead #logo-symbol {
    width: 155px;
  }
  #masthead {
    top: 40px;
    padding: 0 40px;
  }
  #masthead.mork .main-navigation .menu-menu-1-container ul li a, #masthead.rod .main-navigation .menu-menu-1-container ul li a {
    color: #000099;
  }
  #masthead .main-navigation .menu-menu-1-container ul li a {
    color: #F9F9F9;
  }
  .search-wrap #search-symbol {
    width: 25px;
    height: 25px;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    top: 0;
    position: relative;
    height: 40px;
    width: auto;
  }
  .main-navigation .menu-menu-1-container {
    background-color: #000000;
    background-color: transparent;
    background-image: none;
    display: block;
    padding-left: 10px;
  }
  .main-navigation .menu-menu-1-container ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main-navigation .menu-menu-1-container ul li {
    display: inline-block;
    margin-left: 27px;
  }
  .main-navigation .menu-menu-1-container ul li:first-of-type {
    margin-left: 0;
  }
  .main-navigation .menu-menu-1-container ul li a {
    font-size: 20px;
    line-height: 20px;
    color: #F9F9F9;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
/* Posts and pages
--------------------------------------------- */
html, #page {
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html::-webkit-scrollbar, #page::-webkit-scrollbar {
  display: none;
}

#intro {
  margin-top: 2em;
}
#intro h1 {
  margin-bottom: 8px;
}

.knapp-wrap {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}
.knapp-wrap a.knapp:nth-child(2) {
  border-color: #000099;
}
.knapp-wrap a.knapp:nth-child(2):hover {
  background-color: #000099;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.sticky {
  display: block;
}

.kundinfo-wrap {
  font-size: 16px;
}

.artiklar-wrap .artikel {
  padding: 12px;
  margin-bottom: 24px;
  box-shadow: #1C372C 0px 0px 10px -7px;
  border-radius: 5px;
  overflow: hidden;
}
.artiklar-wrap .artikel p, .artiklar-wrap .artikel a {
  color: #000000;
  text-decoration: none;
}
.artiklar-wrap .artikel p {
  margin-top: 12px;
  font-size: 80%;
}
.artiklar-wrap .artikel h3 {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: bold;
}
.artiklar-wrap .artikel .artikel-img {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -12px;
}

.tone {
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.error404 {
  margin-top: 100px;
  padding: 0 20px;
  text-align: center;
}
body.error404 h1 {
  max-width: 100%;
}
body.error404 p {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
body.search article {
  border-bottom: 1px solid #000000;
  max-width: 800px;
}
body.search .entry-content {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
body.search .entry-header h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 16px;
}
body.search .entry-header h3 a {
  color: #000000;
}
body.search {
  /* .entry-header {
  	text-align: center;
  	position: fixed;
  	padding-right: 14%;
  	width: 100%;
  	top: 4px;
  	left: 0;
  	z-index: 10;
  	pointer-events: none;
  	color: $white;
  	&.rod {
  		color: $lennandia;
  	}

  	h1 {
  		font-size: 30px;
  		line-height: 30px;
  		opacity: 1;
  		-webkit-transition: 0.15s ease;
  		-moz-transition: 0.15s ease;
  		-o-transition: 0.15s ease;
  		transition: 0.15s ease;
  	}

  	&.hide {
  		h1 {
  			opacity: 0;
  		}
  	}
  } */
}
body.search .site-main {
  margin: 0 20px;
  margin-top: 110px;
}
body.search #header-measure {
  height: 200px;
}
body.page-id-9 #intro, body.page-id-1308 #intro, body.page-id-13 #intro {
  display: none;
}

body.home .entry-content .section {
  scroll-snap-align: start;
  position: relative;
}
body.home .entry-content .section h2, body.home .entry-content .section p, body.home .entry-content .section a {
  z-index: 10;
  position: relative;
  color: #F9F9F9;
}
body.home .entry-content .section {
  /* .case-bild:not(.formular) {
  	.section-inner {				
  		p, h2, a.knapp, span {
  			text-shadow: 0px 0px 55px #000000;
  		}
  	}
  } */
}
body.home .entry-content .section .stor-rubrik h2 {
  font-size: 14vw;
}
body.home .entry-content .section .mork-text h2, body.home .entry-content .section .mork-text p, body.home .entry-content .section .mork-text a {
  color: #000000;
}
body.home .entry-content .section .mork-text a {
  border-color: #000000;
}
body.home .entry-content .section p {
  margin-bottom: 26px;
  margin-top: 10px;
  max-width: 900px;
}
body.home .entry-content .section h2 {
  max-width: 600px;
  margin-bottom: 12px;
  margin-top: 6px;
  margin-left: -2px;
}
body.home .entry-content .section .formular h2 {
  max-width: 720px;
}
body.home .entry-content .section .dubbelwrap h2 {
  max-width: 350px;
}
body.home .entry-content .section span {
  color: #F9F9F9;
  font-size: 18px;
  font-weight: 100;
  z-index: 100;
  position: relative;
}
body.home .entry-content .section .dubbelwrap {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  height: 100vh;
  max-height: -webkit-fill-available;
}
body.home .entry-content .section .dubbelwrap .section-inner {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.home .entry-content .section .dubbelwrap .section-inner .wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body.home .entry-content .section .dubbelwrap .section-inner .wrap span {
  color: #000099;
}
body.home .entry-content .section .dubbelwrap .section-inner p, body.home .entry-content .section .dubbelwrap .section-inner h2, body.home .entry-content .section .dubbelwrap .section-inner a {
  color: #000000;
}
body.home .entry-content .section .dubbelwrap .section-inner a:hover {
  color: #F9F9F9;
}
body.home .entry-content .section .dubbelwrap .section-inner.video-touch {
  justify-content: center;
}
body.home .entry-content .section .dubbelwrap .case-bild {
  position: relative;
  width: 100%;
}
body.home .entry-content .section .formular {
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #f4f4f4;
  background-size: 89vw auto;
  background-position: 3vw 3vh;
}
body.home .entry-content .section .formular h2 {
  color: #E027D3;
}
body.home .entry-content .section .formular .animering {
  position: absolute;
  width: 100vw;
  height: 17vh;
  top: 100px;
}
body.home .entry-content .section .formular .wpforms-container {
  max-width: 900px;
  margin: 0;
}
body.home .entry-content .section .formular .wpforms-container .wpforms-layout-column-50 {
  display: flex;
}
body.home .entry-content .section .formular .wpforms-confirmation-container-full, body.home .entry-content .section .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #F9F9F9;
  border: 1px solid #000099;
  padding: 24px;
}
body.home .entry-content .section .formular .wpforms-confirmation-container-full p, body.home .entry-content .section .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  margin: auto;
}
body.home .entry-content .section .formular .section-inner {
  z-index: 1;
}
body.home .entry-content .section .formular .section-inner > p {
  margin-bottom: 8px;
}
body.home .entry-content .section .formular .wpforms-field-gdpr-checkbox {
  line-height: 12px;
  font-size: 85%;
}
body.home .entry-content .section .formular .wpforms-field-gdpr-checkbox span {
  line-height: 12px;
  font-size: 85%;
}
body.home .entry-content .section .formular label {
  font-size: 70%;
  font-weight: normal;
  letter-spacing: 1px;
  word-break: break-word;
}
body.home .entry-content .section .formular label span.wpforms-required-label {
  color: #000000;
}
body.home .entry-content .section .formular .wpforms-form button[type=submit] {
  text-decoration: none;
  padding: 9px 14px 7px;
  border-radius: 5px;
  border: 1px solid #C627D3;
  background-color: transparent;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
body.home .entry-content .section .formular .wpforms-form button[type=submit]:hover {
  background-color: #C627D3;
  color: #F9F9F9;
}
body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0;
}
body.home .entry-content .section .formular div.wpforms-container-full ul {
  text-align: left;
  max-width: 600px;
}
body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 28px;
  padding: 6px 10px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 1;
}
body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium:focus {
  height: 120px;
}
body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=date], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=email], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=month], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=number], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=password], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=range], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=search], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=tel], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=text], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=time], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=url], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=week], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form select, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F9F9F9;
  height: 28px;
  font-size: 18px;
  padding: 0;
  margin-bottom: 20px;
}
body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=date]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=email]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=month]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=number]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=password]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=range]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=search]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=time]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=url]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=week]::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form select::placeholder, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #000000;
}
body.home .entry-content .section .standard-3 {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  height: 100vh;
  max-height: -webkit-fill-available;
}
body.home .entry-content .section .standard-3 .section-inner {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  margin-left: auto;
}
body.home .entry-content .section .standard-3 .section-inner .wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body.home .entry-content .section .standard-3 .section-inner p, body.home .entry-content .section .standard-3 .section-inner h2, body.home .entry-content .section .standard-3 .section-inner a {
  color: #F9F9F9;
  border-color: #F9F9F9;
}
body.home .entry-content .section .standard-3 .case-bild {
  position: absolute;
  width: 100%;
}
body.home .entry-content .section {
  /* .standard-2 {
  	.section-inner {
  		text-align: center;
  		bottom: unset;
  		left: 20px;
  		right: 20px;
  		margin-top: 10vh;
  		padding-right: 0;

  		h2 {
  			margin-left: auto;
  			margin-right: auto;
  		}

  		p {
  			max-width: 650px;
  			margin-left: auto;
  			margin-right: auto;
  		}
  	}
  } */
}
body.home .entry-content .section .section-inner {
  position: absolute;
  bottom: 10%;
  left: 20px;
  right: 20px;
}
body.home .entry-content .section .section-inner.video-touch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-start;
  z-index: 10;
}
body.home .entry-content .section .kolumner {
  display: flex;
  position: relative;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  background-color: #000000;
}
body.home .entry-content .section .kolumner .kolumn {
  scroll-snap-align: center;
  width: 100%;
  position: relative;
}
body.home .entry-content .section .kolumner .kolumn .videobakgrund {
  opacity: 0.5;
  z-index: 1;
}
body.home .entry-content .section .kolumner .kolumn .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  width: 100vw;
  max-width: 100vw;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  background: #000000;
  background: linear-gradient(rgba(0, 0, 0, 0.18), #000099);
}
body.home .entry-content .section .kolumner .kolumn .section-inner a.knapp {
  width: 120px;
  text-align: center;
  margin-bottom: 45px;
}
body.home .entry-content .section .kolumner .kolumn:nth-of-type(3) .indicator {
  display: none;
}
body.home .entry-content .section .kolumner .kolumn .indicator {
  position: absolute;
  bottom: 45px;
  right: 0;
  height: 34px;
  border-top: 1px solid #C627D3;
  border-left: 1px solid #C627D3;
  border-bottom: 1px solid #C627D3;
  z-index: 1;
  width: 60px;
}
body.home .entry-content .section .kolumner .kolumn .indicator span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  transform: rotate(45deg);
  top: 10px;
  left: 35px;
  animation: indi 1.7s;
  animation-iteration-count: infinite;
}
@keyframes indi {
  0% {
    left: 35px;
    opacity: 0;
  }
  40% {
    left: 25px;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
body.home #page {
  max-height: 100vh;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  max-height: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.single .formular .wpforms-container, .page-template-default:not(.home) .formular .wpforms-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single .formular .wpforms-confirmation-container-full, .single .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message), .page-template-default:not(.home) .formular .wpforms-confirmation-container-full, .page-template-default:not(.home) .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #F9F9F9;
  border: 1px solid #000099;
  padding: 24px;
}
.single .formular .wpforms-confirmation-container-full p, .single .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p, .page-template-default:not(.home) .formular .wpforms-confirmation-container-full p, .page-template-default:not(.home) .formular div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  margin: auto;
}
.single .formular .section-inner, .page-template-default:not(.home) .formular .section-inner {
  bottom: 0;
}
.single .formular .section-inner > p, .page-template-default:not(.home) .formular .section-inner > p {
  margin-bottom: 8px;
}
.single .formular .wpforms-field-gdpr-checkbox, .page-template-default:not(.home) .formular .wpforms-field-gdpr-checkbox {
  line-height: 12px;
  font-size: 85%;
}
.single .formular .wpforms-field-gdpr-checkbox span, .page-template-default:not(.home) .formular .wpforms-field-gdpr-checkbox span {
  line-height: 12px;
  font-size: 85%;
}
.single .formular label, .page-template-default:not(.home) .formular label {
  font-size: 70%;
  font-weight: normal;
  letter-spacing: 1px;
  word-break: break-word;
}
.single .formular .wpforms-form button[type=submit], .page-template-default:not(.home) .formular .wpforms-form button[type=submit] {
  background-color: transparent;
  color: #F9F9F9;
  border-color: #C627D3;
  border-radius: 5px;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.single .formular .wpforms-form button[type=submit]:hover, .page-template-default:not(.home) .formular .wpforms-form button[type=submit]:hover {
  background-color: #C627D3;
}
.single .formular div.wpforms-container-full, .page-template-default:not(.home) .formular div.wpforms-container-full {
  margin: 0 0 24px 0;
}
.single .formular div.wpforms-container-full .wpforms-form .wpforms-field, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0;
}
.single .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 28px;
  padding: 6px 10px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 1;
}
.single .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium:focus, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium:focus {
  height: 120px;
}
.single .formular div.wpforms-container-full .wpforms-form input[type=date], .single .formular div.wpforms-container-full .wpforms-form input[type=datetime], .single .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], .single .formular div.wpforms-container-full .wpforms-form input[type=email], .single .formular div.wpforms-container-full .wpforms-form input[type=month], .single .formular div.wpforms-container-full .wpforms-form input[type=number], .single .formular div.wpforms-container-full .wpforms-form input[type=password], .single .formular div.wpforms-container-full .wpforms-form input[type=range], .single .formular div.wpforms-container-full .wpforms-form input[type=search], .single .formular div.wpforms-container-full .wpforms-form input[type=tel], .single .formular div.wpforms-container-full .wpforms-form input[type=text], .single .formular div.wpforms-container-full .wpforms-form input[type=time], .single .formular div.wpforms-container-full .wpforms-form input[type=url], .single .formular div.wpforms-container-full .wpforms-form input[type=week], .single .formular div.wpforms-container-full .wpforms-form input[type=text], .single .formular div.wpforms-container-full .wpforms-form select, .single .formular div.wpforms-container-full .wpforms-form textarea, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=date], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=email], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=month], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=number], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=password], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=range], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=search], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=tel], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=time], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=url], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=week], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form select, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F9F9F9;
  height: 28px;
  font-size: 18px;
  padding: 0;
  margin-bottom: 20px;
  color: #F9F9F9 !important;
}
.single .formular div.wpforms-container-full .wpforms-form input[type=date]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=email]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=month]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=number]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=password]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=range]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=search]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=time]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=url]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=week]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .single .formular div.wpforms-container-full .wpforms-form select::placeholder, .single .formular div.wpforms-container-full .wpforms-form textarea::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=date]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=email]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=month]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=number]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=password]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=range]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=search]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=time]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=url]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=week]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form select::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #F9F9F9 !important;
}
.single article, .page-template-default:not(.home) article {
  padding: 0 20px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-header, .page-template-default:not(.home) .entry-header {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
.single .entry-header.nofeat, .page-template-default:not(.home) .entry-header.nofeat {
  height: 90px;
}
.single .entry-header .mobil-bakgrund, .page-template-default:not(.home) .entry-header .mobil-bakgrund {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single .entry-header.bakgrund, .page-template-default:not(.home) .entry-header.bakgrund {
  background-color: #000000;
}
.single .entry-content h3.fler, .page-template-default:not(.home) .entry-content h3.fler {
  margin-top: 2em;
  text-align: center;
  padding-right: 0;
  margin: 18px;
  color: #000099;
}

.page-template-default:not(.home) .post-thumbnail {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.videobakgrund {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* Hjälpte inte för att motverka att svepet fastnar ---- .video-touch {
	position: absolute;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
} */
.kundinfo {
  font-weight: 300;
  margin: 0;
}
.kundinfo a {
  color: #000000;
  text-decoration: none;
}

.case-wrap {
  position: relative;
}
.case-wrap .case {
  margin-bottom: 2em;
}

.case-bild {
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-bild.mork-fallback {
  background-color: #000000;
}
.case-bild.first h1 {
  position: relative;
  z-index: 1;
  color: #F9F9F9;
}
.case-bild.first .section-inner {
  bottom: 120px;
}
.case-bild.mobil {
  z-index: 5;
}
.case-bild.hide-mob {
  display: none;
}

div:not(.kolumner) > .case-bild {
  overflow: hidden;
}

#colophon {
  scroll-snap-align: end;
  padding: 40px 20px 64px;
}
#colophon .logo-footer {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  background-color: #000099;
  -webkit-mask: url("images/lennandia_symbol_neg.svg") no-repeat center 100%;
  -webkit-mask-size: 100%;
  mask: url("images/lennandia_symbol_neg.svg") no-repeat center 100%;
  mask-size: 100%;
}
#colophon .footer-wrap, #colophon .soc-me {
  text-align: center;
}
#colophon .soc-me {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#colophon .soc-me a {
  margin: 0 15px;
}
#colophon .footer-wrap div {
  margin-top: 22px;
}
#colophon .footer-wrap div:last-of-type {
  margin-bottom: 22px;
}
#colophon a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

#intro.aligncenter {
  text-align: center;
}

@media screen and (min-width: 500px) {
  .case-bild.first h1 {
    font-size: 29px;
    line-height: 39px;
    max-width: 500px;
  }
}
@media screen and (min-width: 767px) {
  .artiklar-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .artiklar-wrap .artikel {
    padding: 20px;
    width: calc(33.33% - 18px);
    margin-right: 18px;
  }
  .artiklar-wrap .artikel .artikel-img {
    margin: -20px;
  }
  .case-bild.first h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 1200px;
    margin-bottom: 0.35em;
  }
  .case-bild.mobil {
    display: none;
  }
  .case-bild.hide-mob {
    display: block;
  }
  .page-id-2347 .entry-content > ul, .page-id-2384 .entry-content > ul {
    padding-left: 24px !important;
    list-style-position: outside !important;
  }
  .page-id-2347 .entry-content > ul li, .page-id-2384 .entry-content > ul li {
    margin-bottom: 6px !important;
  }
  .single .formular p, .page-template-default:not(.home) .formular p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* max-width: 850px;
    text-align: center; */
  }
  .single .formular, .page-template-default:not(.home) .formular {
    /* h2 {
    	text-align: center;
    	max-width: 850px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 12px;
    } */
  }
  .single .formular .wpforms-form button[type=submit], .page-template-default:not(.home) .formular .wpforms-form button[type=submit] {
    font-size: 24px;
  }
  .single .formular, .page-template-default:not(.home) .formular {
    /* div.wpforms-container-full {
    	margin: 0 auto 45px auto;
    	text-align: center;
    	padding-right: 0;
    	max-width: 900px;
    } */
  }
  .single .formular .wpforms-field-container, .page-template-default:not(.home) .formular .wpforms-field-container {
    margin-bottom: 12px;
  }
  .single .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    padding: 13px;
  }
  .single .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
    height: 100%;
  }
  .single .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 100%;
  }
  .single .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium:focus, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium:focus {
    height: 100%;
  }
  .single .formular div.wpforms-container-full .wpforms-form input[type=date], .single .formular div.wpforms-container-full .wpforms-form input[type=datetime], .single .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], .single .formular div.wpforms-container-full .wpforms-form input[type=email], .single .formular div.wpforms-container-full .wpforms-form input[type=month], .single .formular div.wpforms-container-full .wpforms-form input[type=number], .single .formular div.wpforms-container-full .wpforms-form input[type=password], .single .formular div.wpforms-container-full .wpforms-form input[type=range], .single .formular div.wpforms-container-full .wpforms-form input[type=search], .single .formular div.wpforms-container-full .wpforms-form input[type=tel], .single .formular div.wpforms-container-full .wpforms-form input[type=text], .single .formular div.wpforms-container-full .wpforms-form input[type=time], .single .formular div.wpforms-container-full .wpforms-form input[type=url], .single .formular div.wpforms-container-full .wpforms-form input[type=week], .single .formular div.wpforms-container-full .wpforms-form select, .single .formular div.wpforms-container-full .wpforms-form textarea, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=date], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=email], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=month], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=number], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=password], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=range], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=search], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=tel], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=time], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=url], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=week], .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form select, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea {
    height: 42px;
  }
  .single .formular div.wpforms-container-full .wpforms-form input[type=date]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=email]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=month]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=number]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=password]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=range]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=search]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=time]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=url]::placeholder, .single .formular div.wpforms-container-full .wpforms-form input[type=week]::placeholder, .single .formular div.wpforms-container-full .wpforms-form select::placeholder, .single .formular div.wpforms-container-full .wpforms-form textarea::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=date]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=email]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=month]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=number]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=password]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=range]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=search]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=tel]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=time]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=url]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form input[type=week]::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form select::placeholder, .page-template-default:not(.home) .formular div.wpforms-container-full .wpforms-form textarea::placeholder {
    color: #F9F9F9 !important;
  }
  .single .formular .center h2, .single .formular .center div.wpforms-container-full .wpforms-form .wpforms-submit-container, .page-template-default:not(.home) .formular .center h2, .page-template-default:not(.home) .formular .center div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .single .formular .center p, .page-template-default:not(.home) .formular .center p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  .single .entry-content > p:not(.has-text-align-center), .single .entry-content > h4:not(.has-text-align-center), .single .entry-content > h3:not(.has-text-align-center), .single .entry-content > h2:not(.has-text-align-center), .single .entry-content > ul:not(.has-text-align-center), .single .entry-content > .wp-block-buttons:not(.is-content-justification-center):not(.has-text-align-center), .page-template-default:not(.home) .entry-content > p:not(.has-text-align-center), .page-template-default:not(.home) .entry-content > h4:not(.has-text-align-center), .page-template-default:not(.home) .entry-content > h3:not(.has-text-align-center), .page-template-default:not(.home) .entry-content > h2:not(.has-text-align-center), .page-template-default:not(.home) .entry-content > ul:not(.has-text-align-center), .page-template-default:not(.home) .entry-content > .wp-block-buttons:not(.is-content-justification-center):not(.has-text-align-center) {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-right: min(450px, 25%);
  }
  .single .entry-content > p:not(.has-text-align-center).bred, .single .entry-content > h4:not(.has-text-align-center).bred, .single .entry-content > h3:not(.has-text-align-center).bred, .single .entry-content > h2:not(.has-text-align-center).bred, .single .entry-content > ul:not(.has-text-align-center).bred, .single .entry-content > .wp-block-buttons:not(.is-content-justification-center):not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > p:not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > h4:not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > h3:not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > h2:not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > ul:not(.has-text-align-center).bred, .page-template-default:not(.home) .entry-content > .wp-block-buttons:not(.is-content-justification-center):not(.has-text-align-center).bred {
    padding-right: 0;
  }
  .single .entry-content > ul, .page-template-default:not(.home) .entry-content > ul {
    padding-left: 0;
    list-style-position: inside;
  }
  .single .entry-content h3.fler, .page-template-default:not(.home) .entry-content h3.fler {
    margin: 80px auto 40px;
  }
  .single .entry-header.nofeat, .page-template-default:not(.home) .entry-header.nofeat {
    height: 120px;
  }
  .single .entry-header .mobil-bakgrund, .page-template-default:not(.home) .entry-header .mobil-bakgrund {
    display: none;
  }
  .single #intro, .page-template-default:not(.home) #intro {
    margin: 55px auto 30px;
    max-width: 1100px;
  }
  .single #intro .wrap, .page-template-default:not(.home) #intro .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .single #intro .wrap .kundinfo-wrap, .page-template-default:not(.home) #intro .wrap .kundinfo-wrap {
    min-width: 320px;
    font-size: 18px;
  }
  .single #intro .wrap > p, .page-template-default:not(.home) #intro .wrap > p {
    margin-top: 0;
    padding-right: 30px;
  }
  body.search .site-main {
    margin: 120px 40px;
  }
  body.home #page {
    max-height: 100vh;
  }
  body.home .entry-content .section .standard-2 .section-inner {
    left: unset;
    right: 10%;
  }
  body.home .entry-content .section .first .section-inner {
    bottom: 26%;
    left: 0;
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
  body.home .entry-content .section .section-inner {
    left: 45px;
    right: 45px;
    bottom: 20%;
    max-width: 740px;
  }
  body.home .entry-content .section:nth-child(even) .dubbelwrap {
    flex-direction: row-reverse;
  }
  body.home .entry-content .section .dubbelwrap {
    height: 100vh;
    flex-direction: row;
  }
  body.home .entry-content .section .dubbelwrap .section-inner {
    padding: 40px;
    width: 50%;
  }
  body.home .entry-content .section .dubbelwrap .case-bild {
    width: 50%;
  }
  body.home .entry-content .section .formular {
    height: 100vh;
    background-size: 400px;
    background-position: right bottom;
  }
  body.home .entry-content .section .formular .animering {
    bottom: 0.5em;
    top: revert;
    width: 30vh;
    height: 30vh;
    /*width: 150px;
    height: 150px;*/
    right: 1em;
  }
  body.home .entry-content .section .formular .section-inner {
    justify-content: center;
  }
  body.home .entry-content .section .formular .section-inner > p {
    margin-bottom: 45px;
  }
  body.home .entry-content .section .formular .wpforms-field-container {
    margin-bottom: 12px;
  }
  body.home .entry-content .section .formular .wpforms-field-container .wpforms-layout-column-50 {
    display: block;
  }
  body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    padding: 13px;
  }
  body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
    height: 100%;
  }
  body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 100%;
  }
  body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea.wpforms-field-medium:focus {
    height: 100%;
  }
  body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=date], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=datetime-local], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=email], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=month], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=number], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=password], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=range], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=search], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=tel], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=text], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=time], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=url], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form input[type=week], body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form select, body.home .entry-content .section .formular div.wpforms-container-full .wpforms-form textarea {
    height: 42px;
    font-size: 18px;
  }
  body.home .entry-content .section .center h2, body.home .entry-content .section .center div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .entry-content .section .center p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  body.home .entry-content .section .standard-3 {
    height: 100vh;
    flex-direction: row;
  }
  body.home .entry-content .section .standard-3 .section-inner {
    padding: 40px;
    width: 50%;
  }
  body.home .entry-content .section .standard-3 .section-inner.left {
    margin-left: 0;
  }
  body.home .entry-content .section .standard-3 .case-bild {
    width: 100%;
    position: absolute;
  }
  body.home .entry-content .section .kolumner {
    overflow-x: hidden;
    scroll-snap-type: none;
  }
  body.home .entry-content .section .kolumner .kolumn {
    width: 33.33%;
    scroll-snap-align: none;
    bottom: 100vh;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }
  body.home .entry-content .section .kolumner .kolumn:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  body.home .entry-content .section .kolumner .kolumn:nth-of-type(3) {
    transition-delay: 1s;
  }
  body.home .entry-content .section .kolumner .kolumn .section-inner {
    padding: 0 12%;
    width: auto;
    height: 100vh;
  }
  body.home .entry-content .section .kolumner .kolumn .section-inner a.knapp {
    margin-bottom: 50px;
  }
  body.home .entry-content .section .kolumner .kolumn .indicator {
    display: none;
  }
  body.home .entry-content .section.visible .kolumner .kolumn {
    bottom: 0vh;
  }
  body {
    /* WHY?? &.page-template-default:not(.home) {
    	.entry-header {
    		display: none;
    	}
    } */
  }
  body.single #intro, .page-template-default:not(.home) #intro {
    margin: 55px auto 30px;
    max-width: 1510px;
  }
  body.single #intro .wrap, .page-template-default:not(.home) #intro .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  body.single #intro .wrap .kundinfo-wrap, .page-template-default:not(.home) #intro .wrap .kundinfo-wrap {
    min-width: 320px;
  }
  body.single #intro .wrap > p, .page-template-default:not(.home) #intro .wrap > p {
    margin-top: 0;
    padding-right: 30px;
  }
  body.single .entry-content p, .page-template-default:not(.home) .entry-content p {
    margin-left: auto;
    margin-right: auto;
  }
  #colophon .soc-me a {
    font-size: 20px;
  }
  #colophon .footer-wrap {
    display: flex;
    justify-content: center;
  }
  #colophon .footer-wrap div {
    margin-top: 26px;
  }
  #colophon .footer-wrap .stock {
    text-align: right;
    margin-right: 14px;
  }
  #colophon .footer-wrap .karl {
    text-align: left;
    margin-left: 14px;
  }
  .case-bild {
    height: 100vh;
  }
}
@media screen and (min-width: 1030px) {
  .case-bild.first h1 {
    font-size: 100px;
    line-height: 110px;
  }
  .artiklar-wrap .artikel h3 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  body.search .site-main {
    margin: 120px auto 40px;
    max-width: 1100px;
  }
  body.home .entry-content .section .section-inner {
    left: 12%;
  }
  body.home .entry-content .section .stor-rubrik h2 {
    font-size: 12vw;
    margin-left: -14px;
  }
  body.home .entry-content .section .formular {
    height: 100vh;
    background-size: 40vw;
    background-position: center right;
  }
  body.home .entry-content .section .formular .animering {
    max-height: 775px;
    max-width: 27%;
    width: 27%;
    height: 100vh;
    right: 9%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  body.home .entry-content .section .kolumner h2 {
    font-size: 55px;
  }
  .page-template-default:not(.home) .entry-header {
    height: 65vh;
  }
  .page-template-default:not(.home) #intro {
    margin: 85px auto 55px;
  }
  .page-template-default:not(.home) #intro .wrap > p {
    padding-right: 0;
  }
  body.single .entry-header, .page-template-default:not(.home) .entry-header {
    height: 65vh;
  }
  body.single #intro, .page-template-default:not(.home) #intro {
    margin: 85px auto 55px;
    max-width: 1330px;
  }
  body.single .entry-title, .page-template-default:not(.home) .entry-title {
    margin-left: auto;
    margin-right: auto;
  }
  body.single #kundinfo, .page-template-default:not(.home) #kundinfo {
    max-width: 316px;
  }
  body.single .entry-content h3.fler, .page-template-default:not(.home) .entry-content h3.fler {
    margin: 140px auto 40px;
  }
}
@media screen and (min-width: 1500px) {
  body.home .entry-content .section .formular {
    background-size: 55vw;
    background-position: 78vh 10vw;
  }
  body.home .entry-content .section .formular .animering {
    max-width: 42%;
    right: 12vw;
  }
}
@media screen and (min-width: 1800px) {
  body.home .entry-content .section .formular {
    background-size: 1200px;
    background-position: center right;
  }
  body.home .entry-content .section .formular .animering {
    max-width: 775px;
    right: 20vw;
  }
  .page-template-default:not(.home) .entry-header {
    height: 70vh;
  }
  .page-template-default:not(.home) {
    /* #intro {
    	margin: 100px auto 45px;
    	.wrap {
    		max-width: 1330px;
    		.kundinfo-wrap {
    			max-width: 385px;
    		}
    	}
    } */
  }
  body.single .entry-header, .page-template-default:not(.home) .entry-header {
    height: 70vh;
  }
  body.single, .page-template-default:not(.home) {
    /* #intro {
    	margin: 100px auto 45px;
    	.wrap {
    		max-width: 1330px;
    		.kundinfo-wrap {
    			max-width: 385px;
    		}
    	}
    }
    .entry-content {
    	p:first-of-type {
    		margin-top: 80px;
    	}

    	p:last-of-type {
    		margin-bottom: 90px;
    	}
    }
    .entry-title {
    	max-width: 1330px;
    } */
  }
  /* #intro {
  	margin-bottom: 50px;
  }

  body.home {	
  	.entry-content {
  		.section {	
  			p {
  				max-width: 550px;
  			}
  		}
  	}
  } */
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.sticky-container {
  height: 100vh;
  position: relative;
}
.sticky-container .sticky-scroll-video {
  z-index: -1;
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
}
.sticky-container.visible .sticky-scroll-video {
  animation: video-present 2s 1;
}

@keyframes video-present {
  0% {
    filter: grayscale(100%);
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    filter: grayscale(0%);
  }
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
body.home, body.page-id-11 {
  /* Text meant only for screen readers. */
}
body.home .screen-reader-text, body.page-id-11 .screen-reader-text {
  color: #F9F9F9;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
body.home .screen-reader-text:focus, body.page-id-11 .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link.screen-reader-text {
  color: #000000 !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  background-color: #FFF;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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