@charset "UTF-8";
/*!
Theme Name: Lennandia Type A
Theme URI: http://underscores.me/
Author: Lennandia Advertising AB
Author URI: https://lennandia.com
Description: A theme from Lennandia Advertising
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lenntype-a
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Lennandia Type A is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #FFF;
  font-family: "Calibri Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Calibri1246664", sans-serif;
  font-weight: normal;
}
h1 span {
  color: #2F372F;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Calibri1246664", sans-serif;
  font-weight: normal;
}
h2 span {
  color: #2F372F;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Calibri Light", sans-serif;
  font-weight: normal;
}

.wp-block-cover {
  margin-bottom: 90px;
}
.wp-block-cover .vit h1, .wp-block-cover .vit h2, .wp-block-cover .vit h2:not(.has-text-color) {
  color: #2F372F;
  padding: 0 30px;
  margin-bottom: 24px;
}
.wp-block-cover .vit h1 span, .wp-block-cover .vit h2 span, .wp-block-cover .vit h2:not(.has-text-color) span {
  color: #99AD81;
}

.vit h1, .vit h2 {
  color: #2F372F;
}
.vit h1 span, .vit h2 span {
  color: #99AD81;
}

h1.entry-title {
  margin-top: 90px;
  margin-bottom: 0;
  margin-left: 19px;
}

@media screen and (min-width: 600px) {
  h1.entry-title {
    margin-left: 59px;
  }

  .wp-block-cover .vit h1, .wp-block-cover .vit h2, .wp-block-cover .vit h2:not(.has-text-color) {
    padding: 0 0 0 8px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .page-id-98 .wp-block-cover .vit h1.mega, .page-id-98 .wp-block-cover .vit h2.mega, .page-id-98 .wp-block-cover .vit h2:not(.has-text-color).mega {
    max-width: 240px;
  }
}
@media screen and (min-width: 1030px) {
  h1.entry-title {
    padding-left: 100px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }

  h3 {
    font-size: 25px;
    line-height: 28px;
    margin: 20px 0 15px;
  }

  h1, h2 {
    font-size: 60px;
    line-height: 60px;
  }
  h1.mega, h2.mega {
    font-size: 80px;
    line-height: 80px;
    max-width: 460px;
  }

  .wp-block-cover .vit h1, .wp-block-cover .vit h2, .wp-block-cover .vit h2:not(.has-text-color) {
    margin-right: auto;
    max-width: 345px;
  }
  .wp-block-cover .vit h1.mega, .wp-block-cover .vit h2.mega, .wp-block-cover .vit h2:not(.has-text-color).mega {
    max-width: 460px;
    padding-left: 17px;
  }

  .page-id-98 .wp-block-cover .vit h1.mega, .page-id-98 .wp-block-cover .vit h2.mega, .page-id-98 .wp-block-cover .vit h2:not(.has-text-color).mega {
    max-width: 480px;
    padding-left: 14px;
  }
}
p {
  margin-bottom: 1.5em;
  max-width: 685px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Calibri Light", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

strong {
  font-family: "Calibri1246664", sans-serif;
  font-weight: normal;
  color: #2F372F;
}

.mini {
  font-size: 10px;
  font-family: "Calibri1246664", sans-serif;
}

@media screen and (min-width: 600px) {
  .mini {
    font-size: 12px;
  }

  .wp-block-column:nth-child(2) {
    padding-right: 64px;
  }
  .wp-block-column:nth-child(2) p {
    padding-left: 0;
  }
}
@media screen and (min-width: 1030px) {
  .mini {
    font-size: 16px;
  }

  p {
    font-size: 20px;
    line-height: 26px;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #99AD81;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.dold {
  display: none !important;
}

a.knapp {
  border: 1px solid #2F372F;
  color: #2F372F !important;
  margin-left: 20px;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 18px;
  white-space: nowrap;
}

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

@keyframes opa {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tree-stem {
  from {
    height: 0px;
  }
  to {
    height: 91px;
  }
}
@keyframes tree-branch1 {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 44px;
    height: 44px;
  }
}
@keyframes tree-branch2 {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 32px;
    height: 32px;
  }
}
#teknikkonsulter {
  max-width: 100vw;
}

.animtree {
  position: absolute;
}
.animtree span:nth-of-type(1) {
  animation: tree-stem 2s ease-out 2s 1 forwards, opa 100ms linear 2s 1 forwards;
  border: 4.5px solid #2F372F;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  opacity: 0;
}
.animtree span:nth-of-type(2) {
  animation: tree-branch1 1s ease-out 3s 1 forwards, opa 100ms linear 3.05s 1 forwards;
  border-bottom: 9px solid #2F372F;
  border-left: 9px solid #2F372F;
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 0px;
  width: 0px;
  transform: rotate(-45deg);
  opacity: 0;
}
.animtree span:nth-of-type(3) {
  animation: tree-branch2 1s ease-out 3.5s 1 forwards, opa 100ms linear 3.65s 1 forwards;
  border-bottom: 9px solid #2F372F;
  border-left: 9px solid #2F372F;
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 0px;
  width: 0px;
  transform: rotate(-45deg);
  opacity: 0;
}

.trad-bakgrund {
  position: absolute;
  width: 100%;
  height: calc(100vh + 950px);
  z-index: -10;
}
.trad-bakgrund .skarpa {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.trad-bakgrund .skarpa .animtree {
  height: 91px;
  width: 67px;
}
.trad-bakgrund .skarpa .animtree:nth-child(1) {
  position: absolute;
  top: 20px;
  right: 25%;
}
.trad-bakgrund .skarpa .animtree:nth-child(2) {
  position: absolute;
  top: 120px;
  right: 40%;
}
.trad-bakgrund .skarpa .animtree:nth-child(3) {
  position: absolute;
  top: 63vh;
  left: 35%;
}
.trad-bakgrund .skarpa .animtree:nth-child(4) {
  position: absolute;
  top: 80vh;
  left: 5%;
}
.trad-bakgrund .skarpa .animtree:nth-child(5) {
  position: absolute;
  bottom: 630px;
  right: -5px;
}
.trad-bakgrund .skarpa .animtree:nth-child(6) {
  position: absolute;
  bottom: 250px;
  right: -5px;
}
.trad-bakgrund .sma-sudd {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.trad-bakgrund .sma-sudd img {
  height: 50px;
  width: 36px;
  filter: blur(1px);
}
.trad-bakgrund .sma-sudd img:nth-child(1) {
  position: absolute;
  top: 20px;
  right: 45%;
}
.trad-bakgrund .sma-sudd img:nth-child(2) {
  position: absolute;
  top: 120px;
  right: 5%;
}
.trad-bakgrund .sma-sudd img:nth-child(3) {
  position: absolute;
  top: 160px;
  right: 20%;
}
.trad-bakgrund .sma-sudd img:nth-child(4) {
  position: absolute;
  top: 160px;
  left: 25%;
}
.trad-bakgrund .sma-sudd img:nth-child(5) {
  position: absolute;
  top: 47vh;
  right: 15px;
}
.trad-bakgrund .sma-sudd img:nth-child(6) {
  position: absolute;
  top: 60vh;
  right: 25%;
}
.trad-bakgrund .sma-sudd img:nth-child(7) {
  position: absolute;
  top: 64vh;
  left: 18%;
}
.trad-bakgrund .sma-sudd img:nth-child(8) {
  position: absolute;
  bottom: 750px;
  right: 5%;
}
.trad-bakgrund .sma-sudd img:nth-child(9) {
  position: absolute;
  bottom: 580px;
  right: 35px;
}
.trad-bakgrund .sma-sudd img:nth-child(10) {
  position: absolute;
  bottom: 450px;
  right: 20px;
}
.trad-bakgrund .sma-sudd img:nth-child(11) {
  position: absolute;
  bottom: 14%;
  right: 55px;
}
.trad-bakgrund .sma-sudd img:nth-child(12) {
  position: absolute;
  bottom: 13%;
  right: 95px;
}
.trad-bakgrund .stor-sudd {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.trad-bakgrund .stor-sudd img {
  height: 356px;
  width: 264px;
  filter: blur(6px);
}
.trad-bakgrund .stor-sudd img:nth-child(1) {
  position: absolute;
  top: -50px;
  left: -100px;
}
.trad-bakgrund .stor-sudd img:nth-child(2) {
  position: absolute;
  top: 62vh;
  right: -25%;
}

#cookie-law-info-bar {
  max-width: 520px;
  border-radius: 2px 2px 0 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#cookie-law-info-bar a {
  font-family: "Calibri Light", sans-serif;
  font-weight: normal;
  color: #FFF !important;
  margin-left: 5px;
  margin-right: 5px;
}
#cookie-law-info-bar a.cli-plugin-button {
  padding: 5px 10px;
  color: #2F372F !important;
  border-radius: 2px;
}

.translate {
  position: fixed;
  width: 100px;
  right: 25px;
  top: 24px;
  font-family: "Calibri Light", sans-serif;
  color: #2F372F;
  z-index: 250;
}
.translate a {
  color: #2F372F;
  text-decoration: none;
  font-family: "Calibri Light", sans-serif;
}
.translate a:focus, .translate a:hover, .translate a:visited {
  color: #2F372F;
  text-decoration: underline;
  font-family: "Calibri Light", sans-serif;
}

.trad-bakgrund-after {
  position: relative;
}
.trad-bakgrund-after::after {
  content: "";
  display: block;
  height: 500px;
  width: 250px;
  background-image: url(/wp-content/uploads/2020/03/trad-bakgrund.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 102%;
  position: absolute;
  z-index: -10;
}

.trad-bakgrund-sma {
  position: relative;
}
.trad-bakgrund-sma::after {
  content: "";
  display: block;
  height: 20px;
  width: 100px;
  background-image: url(/wp-content/uploads/2020/03/trad-bakgrund-sma.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 40px;
  top: 115%;
  position: absolute;
  z-index: -10;
}

.no-wrap-mobile {
  flex-wrap: nowrap;
}
.no-wrap-mobile .wp-block-column:nth-of-type(1) {
  padding: 0 5px 0 21px;
}
.no-wrap-mobile .wp-block-column:nth-of-type(2) {
  padding: 0 21px 0 5px;
}
.no-wrap-mobile .wp-block-column p {
  margin: 0;
}

.four {
  flex-wrap: nowrap;
  padding: 0 21px;
}
.four .wp-block-column {
  padding: 0 5px;
}
.four .wp-block-column:nth-child(1) {
  padding-left: 0;
}
.four .wp-block-column:nth-child(4) {
  padding-right: 0;
}
.four .wp-block-column p {
  padding: 0;
}

.wp-block-image {
  margin: 0;
}

.extra-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}

.tree-block {
  position: relative;
  margin-top: -10px;
}
.tree-block .tree {
  position: relative;
  height: 320px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.tree-block .tree img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin-left: auto;
  margin-right: auto;
}
.tree-block .tree .gren {
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  margin: 0;
  padding: 0;
}
.tree-block .tree .gren:nth-of-type(1) {
  left: 13px;
  bottom: 140px;
  width: 75px;
}
.tree-block .tree .gren:nth-of-type(2) {
  left: 25px;
  bottom: 180px;
  width: 75px;
}
.tree-block .tree .gren:nth-of-type(3) {
  left: 35px;
  bottom: 208px;
  width: 100px;
}
.tree-block .tree .gren:nth-of-type(4) {
  left: -3px;
  bottom: 236px;
}
.tree-block .tree .gren:nth-of-type(5) {
  left: 50px;
  bottom: 265px;
}
.tree-block .tree .gren:nth-of-type(6) {
  right: 41px;
  bottom: 265px;
}
.tree-block .tree .gren:nth-of-type(7) {
  right: 33px;
  bottom: 236px;
}
.tree-block .tree .gren:nth-of-type(8) {
  right: 50px;
  bottom: 208px;
}
.tree-block .tree .gren:nth-of-type(9) {
  right: -10px;
  bottom: 180px;
}
.tree-block .tree .gren:nth-of-type(10) {
  right: 39px;
  bottom: 152px;
}

.gmaps {
  height: 205px;
  padding: 0 21px;
}

.vit {
  background-color: #FFF;
  color: #99AD81;
  padding-top: 10px;
  margin-top: 90px;
  margin-bottom: 85px;
}
.vit strong {
  color: #99AD81;
}
.vit ul {
  margin: 0 0 55px;
  padding: 0 30px 0 20px;
}
.vit ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 16px;
  padding-right: 24px;
  line-height: 20px;
  font-size: 20px;
  line-height: 24px;
}
.vit ul li::before {
  content: "•";
  top: 0;
  background-image: none;
  height: 16px;
  width: 14px;
  display: block;
  position: absolute;
  left: -22px;
}
.vit .mork-bakgrund ul {
  margin-top: 20px;
}
.vit .mork-bakgrund ul li {
  font-size: revert;
  line-height: revert;
  margin-bottom: 14px;
  margin-left: 20px;
}
.vit .pilar {
  padding: 0 0 0 33px;
}
.vit .pilar ul li::before {
  content: "";
  background-image: url(/wp-content/themes/lenntype-a/library/pil_ny.svg);
  background-repeat: no-repeat;
  top: 6px;
}

.wp-block-cover {
  margin-bottom: 0;
  overflow: visible;
}
.wp-block-cover .vit {
  margin: 105px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

footer {
  padding: 0 0 160px;
}
footer .inner-footer {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  text-align: center;
}
footer .site-info {
  max-width: 150px;
}
footer .site-info span {
  display: none;
}
footer ul.so-me {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul.so-me li {
  display: inline-block;
  margin: 0 12px;
}
footer ul.so-me li:first-of-type {
  margin-left: 0;
}
footer ul.so-me li:last-of-type {
  margin-right: 0;
}
footer ul.so-me li img {
  width: 36px;
}
footer ul.so-me li img.monster {
  width: 46px;
}
footer .footer-logo {
  width: 105px;
  padding: 50px 0;
}

.entry-content .kort {
  background-color: #FFF;
  color: #99AD81;
  text-align: center;
  margin: 5px;
  padding: 14px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry-content .kort h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: -0.35px;
}
.entry-content .kort p {
  padding: 0 !important;
  font-size: 10px;
  line-height: 15px;
  font-family: "Calibri1246664", sans-serif;
  margin-top: 5px;
}
.entry-content .kort .portratt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-arrow {
  position: absolute;
  right: -9px;
  display: block;
  border-top: 3px solid #2F372F;
  border-right: 3px solid #2F372F;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

.prev-arrow {
  position: absolute;
  left: -9px;
  display: block;
  border-top: 3px solid #2F372F;
  border-left: 3px solid #2F372F;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
}

.slider.slick-slider {
  display: flex;
  width: 90vw;
  max-width: 1220px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  margin-top: 50px;
}

ul.slick-dots {
  display: block;
  position: absolute;
  bottom: -40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
ul.slick-dots li::before {
  content: "••";
  letter-spacing: 0.75px;
}
ul.slick-dots li:nth-of-type(last) {
  margin-right: 0;
}
ul.slick-dots li:nth-of-type(first) {
  margin-left: 0;
}
ul.slick-dots li.slick-active {
  color: #2F372F;
}
ul.slick-dots li button {
  display: none;
}

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

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

.alignfull.wp-block-cover {
  width: 100vw;
}

.trad-box {
  border: 11px solid #99AD81;
  position: relative;
  padding: 40px 5px;
  margin: 0 12px 60px;
}
.trad-box p {
  font-size: 13px;
  line-height: 24px;
  padding: 0 5px !important;
}
.trad-box::after {
  content: "";
  background-image: url("/wp-content/themes/lenntype-a/library/trad.svg");
  background-repeat: no-repeat;
  width: 67px;
  height: 77px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.wp-block-columns.formular {
  margin-top: 0;
}
.wp-block-columns.alignfull.halva-halva {
  position: relative;
}
.wp-block-columns.alignfull.halva-halva::before {
  content: "";
  background: url(/wp-content/themes/lenntype-a/library/ef_tradback_ny.png);
  width: 100vw;
  position: absolute;
  height: 100vh;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  z-index: -10;
  bottom: 100%;
}
.wp-block-columns.alignfull.halva-halva::after {
  content: "";
  background: url(/wp-content/themes/lenntype-a/library/ef_tradback_2_ny.png);
  width: 100vw;
  position: absolute;
  height: 110%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  z-index: -10;
  top: 100%;
}

@media screen and (min-width: 600px) {
  .vit .mork-bakgrund ul li {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  a.knapp {
    margin-left: 0;
  }

  .four {
    padding: 0 21px 0 21px !important;
  }
  .four .wp-block-column {
    padding: 0 20px !important;
  }
  .four .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .trad-bakgrund .skarpa .animtree {
    transform: scale(1.4);
  }
  .trad-bakgrund .skarpa .animtree:nth-child(5) {
    right: 150px;
  }
  .trad-bakgrund .skarpa .animtree:nth-child(6) {
    right: 60px;
  }
  .trad-bakgrund .sma-sudd img {
    height: 84px;
    width: 62px;
  }
  .trad-bakgrund .sma-sudd img:nth-child(11) {
    bottom: 5%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(12) {
    bottom: 10%;
    right: 150px;
  }
  .trad-bakgrund .stor-sudd img {
    height: 456px;
    width: 338px;
  }
  .trad-bakgrund .stor-sudd img:nth-child(1) {
    position: absolute;
    top: -50px;
    left: -100px;
  }
  .trad-bakgrund .stor-sudd img:nth-child(2) {
    top: 88vh;
    right: -15%;
  }

  .trad-bakgrund-after::after {
    width: 400px;
    background-size: contain;
    right: 40px;
    top: 105%;
  }

  .trad-bakgrund {
    height: calc(100vh + 550px);
  }

  .trad-box {
    padding: 40px 5px;
    flex-basis: 100%;
  }
  .trad-box p {
    padding: 0 15px !important;
  }

  /* .gmaps {
  	padding: 0;
  	height: 61%;
  } */
  .wpforms-container {
    margin-top: 32px;
  }

  .kontakt .wp-block-column:nth-child(2n) {
    margin-left: 17px;
  }

  .wp-block-columns {
    padding: 0 0 0 60px;
  }
  .wp-block-columns.alignfull.halva-halva::after {
    background-position: top;
  }
  .wp-block-columns.alignfull.halva-halva .wp-block-column {
    flex-basis: 100%;
    max-width: 2000px;
  }
  .wp-block-columns .wp-block-column:nth-child(2).trad-box {
    margin-left: 0;
    margin-right: 64px;
  }
  .wp-block-columns .wp-block-columns {
    padding: 0;
  }
  .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 0px);
    padding: 0;
  }
  .wp-block-columns .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 17px;
  }

  .wp-block-cover .wp-block-columns {
    padding: 0;
  }
  .wp-block-cover .wp-block-columns .wp-block-column {
    padding: 0;
  }

  .vit ul {
    margin: 50px 0;
    padding: 0 30px 0 22px;
  }

  footer .site-info {
    max-width: 1024px;
  }
  footer .site-info span {
    display: inline-block;
    margin: 0 12px;
  }
  footer .inner-footer {
    padding: 0 34px;
  }

  ul.slick-dots li::before {
    content: "•••";
  }

  .next-arrow {
    right: -20px;
    width: 30px;
    height: 30px;
  }

  .prev-arrow {
    left: -20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 782px) {
  .four {
    padding: 0 60px 0 60px !important;
  }

  .wp-block-columns .wp-block-column:nth-child(2n).trad-box {
    flex-basis: calc(50% - 16px);
    margin-left: 40px;
    margin-right: 64px;
    padding-right: 0;
    padding-left: 0;
  }
  .wp-block-columns .wp-block-column:nth-child(2n).trad-box p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px !important;
  }

  .vit .mork-bakgrund ul li {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1030px) {
  .four {
    padding: 0 !important;
  }

  .trad-bakgrund .skarpa .animtree {
    transform: scale(1.7);
  }
  .trad-bakgrund .skarpa .animtree:nth-child(1) {
    top: 60px;
    right: 21%;
  }
  .trad-bakgrund .skarpa .animtree:nth-child(2) {
    height: 136px;
    width: 99px;
    top: 100px;
    right: 55%;
  }
  .trad-bakgrund .skarpa .animtree:nth-child(3) {
    top: 68vh;
    left: 45%;
  }
  .trad-bakgrund .skarpa .animtree:nth-child(5) {
    bottom: 580px;
    right: 450px;
  }
  .trad-bakgrund .skarpa .animtree:nth-child(6) {
    bottom: 220px;
    right: 6%;
    display: none;
  }
  .trad-bakgrund .sma-sudd img {
    height: 97px;
    width: 72px;
  }
  .trad-bakgrund .sma-sudd img:nth-child(1) {
    top: 60px;
    right: 42%;
    height: 84px;
    width: 62px;
  }
  .trad-bakgrund .sma-sudd img:nth-child(2) {
    top: 180px;
  }
  .trad-bakgrund .sma-sudd img:nth-child(3) {
    top: 180px;
    right: 33%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(5) {
    top: 113vh;
    right: 25%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(6) {
    top: 79vh;
    right: 30%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(8) {
    bottom: 1160px;
    right: 13%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(9) {
    bottom: 600px;
    right: 220px;
  }
  .trad-bakgrund .sma-sudd img:nth-child(10) {
    bottom: 100px;
    right: 92%;
  }
  .trad-bakgrund .sma-sudd img:nth-child(11) {
    display: none;
  }
  .trad-bakgrund .sma-sudd img:nth-child(12) {
    bottom: -12%;
    right: 30px;
    width: 514px;
    height: 694px;
    filter: blur(9px);
  }
  .trad-bakgrund .stor-sudd img:nth-child(1) {
    height: 456px;
    width: 338px;
    top: -20px;
    left: -60px;
  }
  .trad-bakgrund .stor-sudd img:nth-child(2) {
    height: 694px;
    width: 514px;
    top: 49vh;
    right: -150px;
  }

  .trad-bakgrund-sma::after {
    height: 50px;
    width: 200px;
  }

  .trad-bakgrund-after::after {
    width: 700px;
  }

  .trad-bakgrund {
    height: calc(100vh + 750px);
  }

  .slider.slick-slider {
    margin-top: 150px;
  }

  .entry-content .kort {
    padding: 24px;
  }
  .entry-content .kort h4 {
    font-size: 25px;
    line-height: 29px;
    font-family: "Calibri Light", sans-serif;
  }
  .entry-content .kort p {
    font-size: 14px;
    line-height: 24px;
  }

  ul.slick-dots li::before {
    content: "••••";
  }

  .next-arrow {
    right: -40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }

  .prev-arrow {
    left: -40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }

  .extra-padding {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .wp-block-cover {
    margin-top: 150px;
  }
  .wp-block-cover.inner-padding .wp-block-cover__inner-container .wp-block-columns {
    padding: 50px 0;
  }

  .wp-block-columns {
    padding: 0 100px;
  }
  .wp-block-columns.alignfull {
    padding: 0 0 0 100px;
  }
  .wp-block-columns.kontakt {
    padding-right: 0;
  }
  .wp-block-columns.formular {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .wp-block-columns.formular .wp-block-column {
    padding-right: 0;
  }
  .wp-block-columns.formular .wp-block-column:nth-child(2) {
    margin-left: 0;
    padding-right: 165px;
    padding-left: 0;
  }
  .wp-block-columns.formular .wp-block-column .wpforms-container {
    padding: 0;
  }
  .wp-block-columns .wp-block-column:nth-child(2n).trad-box {
    margin-left: 60px;
  }
  .wp-block-columns .wp-block-column:nth-child(2n).trad-box p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 16px !important;
  }

  .gmaps {
    height: 361px;
  }

  .vit {
    margin-bottom: 150px;
    margin-top: 150px;
  }
  .vit ul li {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 26px;
  }

  footer {
    padding: 100px 0 160px;
  }
  footer .footer-logo {
    width: 135px;
  }
  footer ul.so-me {
    margin-bottom: 60px;
  }
  footer ul.so-me li {
    margin: 0 32px;
  }
  footer ul.so-me li img {
    width: 77px;
  }
  footer ul.so-me li img.monster {
    width: 86px;
  }
}
@media screen and (min-width: 1250px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    padding-right: 0;
  }
  .wp-block-columns .wp-block-column:nth-child(2n).trad-box {
    max-width: 490px;
  }
  .wp-block-columns .wp-block-column:nth-child(2n).trad-box p {
    padding: 0 35px !important;
  }
  .wp-block-columns.alignfull {
    justify-content: center;
  }
  .wp-block-columns.alignfull .wp-block-column {
    max-width: 610px;
    padding-left: 65px;
    padding-right: 65px;
  }
  .wp-block-columns.alignfull .wp-block-column.small-extra-padding {
    padding-right: 0px;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .wp-block-cover.inner-padding .wp-block-cover__inner-container {
    max-width: 1220px;
  }

  .kontakt {
    padding-left: 0;
  }
  .kontakt p {
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #2F372F;
  color: #2F372F;
  background-color: transparent;
  height: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Calibri1246664", sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 1030px) {
  button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 20px;
    line-height: 26px;
    min-height: 60px;
    width: 60%;
    margin-left: auto;
  }
}
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 {
  border: 1px solid #99AD81;
  height: 40px;
  padding: 5px;
  font-family: "Calibri Light", sans-serif;
  color: #99AD81;
  padding-left: 10px;
  border-radius: 0;
  -webkit-appearance: none;
}
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: #99AD81;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpforms-container {
  padding: 0 21px 20px;
  margin-bottom: 26px;
}

::-webkit-input-placeholder {
  /* Edge */
  font-family: "Calibri Light", sans-serif;
  color: #99AD81;
  padding-left: 10px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99AD81;
  padding-left: 10px;
}

::placeholder {
  color: #99AD81;
  padding-left: 10px;
}

.wpforms-recaptcha-container .g-recaptcha > div {
  margin-left: auto;
}

@media screen and (min-width: 1030px) {
  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 {
    font-size: 20px;
    line-height: 24px;
    min-height: 60px;
  }
  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: #99AD81;
  }

  .wpforms-container textarea.wpforms-field-medium {
    padding-top: 16px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FFF;
  font-family: "Calibri1246664", sans-serif;
}
a:visited {
  color: #FFF;
}
a:hover, a:focus, a:active {
  color: #FFF;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a[href^="tel:"] {
  color: #FFF;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .inner-header {
  max-width: 1208px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 69px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 75px 0 21px;
}

.flex-group {
  display: flex;
  align-items: center;
}

#logo {
  display: inline-block;
  width: 140px;
  margin: 18px 0;
}

.main-navigation {
  position: relative;
  margin-left: auto;
  height: 100%;
}
.main-navigation .menu-toggle {
  z-index: 1000;
  position: fixed;
  top: 25px;
  right: 20px;
  display: block;
  background: transparent;
  padding: 0;
  border: 0;
  width: 30px;
  height: 20px;
  min-height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
}
.main-navigation .menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2F372F;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.main-navigation .menu-toggle span:nth-child(1) {
  top: 0px;
}
.main-navigation .menu-toggle span:nth-child(2), .main-navigation .menu-toggle span:nth-child(3) {
  top: 10px;
}
.main-navigation .menu-toggle span:nth-child(4) {
  top: 20px;
}
.main-navigation.toggled ul {
  display: block;
}
.main-navigation.toggled span {
  background: #99AD81;
}
.main-navigation.toggled span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.main-navigation.toggled span:nth-child(2) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.main-navigation.toggled span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.main-navigation.toggled span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.main-navigation.toggled .menu-meny-container, .main-navigation.toggled .menu-english-container {
  left: 0;
}

.menu-meny-container, .menu-english-container {
  background-color: #2F372F;
  z-index: 5;
  position: fixed;
  right: 0;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.menu-meny-container ul.nav-menu, .menu-english-container ul.nav-menu {
  padding: 0;
  margin-top: 28vh;
  margin-left: 0;
}
.menu-meny-container ul.nav-menu li, .menu-english-container ul.nav-menu li {
  list-style-type: none;
  text-align: center;
  padding: 12px 0px 12px 0px;
}
.menu-meny-container ul.nav-menu li a, .menu-english-container ul.nav-menu li a {
  color: #99AD81;
  text-decoration: none;
  font-size: 18px;
}

/* Small menu. */
.menu-toggle .header-so-me,
.main-navigation.toggled .header-so-me {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 32px;
  list-style-type: none;
  width: 182px;
}
.menu-toggle .header-so-me li a img,
.main-navigation.toggled .header-so-me li a img {
  width: 36px;
}
.menu-toggle ul,
.main-navigation.toggled ul {
  display: block;
}

#footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-menu li {
  display: inline-block;
  margin: 0 8px;
}
#footer-menu li:first-of-type {
  margin-left: 0;
}
#footer-menu li:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1030px) {
  .menu-meny-container ul.nav-menu li a, .menu-english-container ul.nav-menu li a {
    font-size: 32px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#landing {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#landing .animate {
  transform: scale(0.4);
}
#landing img.logo {
  width: 218px;
  height: 53px;
}
#landing h2 {
  margin: 0;
}
#landing::after {
  content: "";
  display: block;
  border-left: 2px solid #2F372F;
  border-bottom: 2px solid #2F372F;
  transform: rotate(-45deg);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.mork-bakgrund {
  background-color: #2F372F;
  align-self: stretch !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 2000px !important;
  padding: 20px 20px 20px 0;
  padding-right: 0 !important;
}
.mork-bakgrund h3 {
  font-size: 24px;
  line-height: 30px;
}
.mork-bakgrund p {
  margin-bottom: 10px;
}
.mork-bakgrund p span {
  white-space: nowrap;
}

#masthead {
  position: absolute;
  right: 20px;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content p, .page-content h1, .page-content h2,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-summary p,
.entry-summary h1,
.entry-summary h2 {
  padding: 0 75px 0 21px;
}
.page-content p.fullwidth,
.entry-content p.fullwidth,
.entry-summary p.fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-content p.fullwidth.titel,
.entry-content p.fullwidth.titel,
.entry-summary p.fullwidth.titel {
  margin: -12px 0 0 0;
}
.page-content .no-wrap-mobile p,
.entry-content .no-wrap-mobile p,
.entry-summary .no-wrap-mobile p {
  padding: 0;
}

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

#content #primary {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 350px) {
  #landing .animate {
    transform: scale(0.54);
  }
}
@media screen and (min-width: 600px) {
  .mork-bakgrund {
    padding: 0 40px;
  }
  .mork-bakgrund h3 {
    font-size: 30px;
    line-height: 35px;
    max-width: 95%;
  }

  #landing .animate {
    transform: scale(0.7);
  }
  #landing img.logo {
    width: 374px;
    height: 91px;
  }

  /* .wp-block-columns {
  	max-width: 500px;
  	margin-left: auto;
  	margin-right: auto;
  	&.vit {
  		max-width: 100%;
  	}
  } */
  .page-content p, .page-content h1, .page-content h2,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-summary p,
.entry-summary h1,
.entry-summary h2 {
    padding: 0 0 0 60px;
    max-width: 600px;
  }
  .page-content p.fullwidth,
.entry-content p.fullwidth,
.entry-summary p.fullwidth {
    max-width: 100%;
    padding: 0;
  }
  .page-content .wp-block-columns p, .page-content .wp-block-columns h1, .page-content .wp-block-columns h2,
.entry-content .wp-block-columns p,
.entry-content .wp-block-columns h1,
.entry-content .wp-block-columns h2,
.entry-summary .wp-block-columns p,
.entry-summary .wp-block-columns h1,
.entry-summary .wp-block-columns h2 {
    padding: 0;
  }
}
@media screen and (min-width: 1030px) {
  .mork-bakgrund h3 {
    max-width: 70%;
  }

  #landing .animate {
    transform: scale(1);
  }
  #landing img.logo {
    width: 582px;
    height: 142px;
  }

  .page-content p, .page-content h1, .page-content h2,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-summary p,
.entry-summary h1,
.entry-summary h2 {
    padding: 0 0 0 100px;
    max-width: 700px;
  }
  .page-content p.fullwidth,
.entry-content p.fullwidth,
.entry-summary p.fullwidth {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1250px) {
  .page-content,
.entry-content,
.entry-summary {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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