@charset "UTF-8";
/*!
Theme Name: Cetetherm Kampanj
Theme URI: http://underscores.me/
Author: Lennandia Advertising AB
Author URI: https://lennandia.com
Description: Skräddarsytt tema till Cetetherms kampanjwebb
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: cetetherm-kampanj
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.

Cetetherm Kampanj 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  src: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  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.
 */
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;
  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: #404040;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
}
h1.entry-title {
  margin-bottom: 0;
}
h1.entry-title span {
  color: #71B750;
}

h2, h3 {
  font-size: 20px;
  line-height: 25px;
}

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

@media screen and (min-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  h1.entry-title {
    padding: 0;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

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

  h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1030px) {
  h1 {
    font-size: 60px;
    line-height: 73px;
  }
}
p {
  margin-bottom: 1.5em;
}

p, h1, h2, h3 {
  padding: 0 32px;
}

.wp-block-columns p, .wp-block-columns h1, .wp-block-columns h2, .wp-block-columns h3 {
  padding: 0;
}

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: 767px) {
  p, h2, h3, h4, .more {
    max-width: 690px;
    padding: 0;
  }

  .more-content p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1030px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style-type: none;
}

.dashboard-grupp ul li, .illustration ul li {
  position: relative;
  margin-bottom: 18px;
  margin-left: 32px;
}
.dashboard-grupp ul li::before, .illustration ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -28px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #71B750;
  display: inline-block;
}
.dashboard-grupp ul li:last-of-type, .illustration ul li:last-of-type {
  margin-bottom: 42px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

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;
}

body #cookie-law-info-bar {
  left: unset;
  padding: 26px;
  max-width: 500px;
  border-radius: 5px 5px 0 0;
}
body #cookie-law-info-bar p, body #cookie-law-info-bar a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
body #cookie-law-info-bar .cookie-buttons a {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
body #cookie-law-info-bar .cookie-buttons a:nth-child(1) {
  margin: 0 8px 0 0;
}
body #cookie-law-info-bar .cookie-buttons a:nth-child(2) {
  margin: 0 0 0 8px;
}

.illustration p {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  transform-origin: center left;
  scale: 0.8;
  opacity: 0.7;
}
.illustration p.active {
  scale: 1;
  opacity: 1;
}

#signal-three, #signal-two, #signal-one, #boxar-sma, #box-vanster, #box-hoger, #visare-hoger, #visare-vanster, #linje-vanster, #linje-hoger, #linje-center, #moln, #box-stor, #visare-stor {
  opacity: 0.4;
}
#signal-three.active, #signal-two.active, #signal-one.active, #boxar-sma.active, #box-vanster.active, #box-hoger.active, #visare-hoger.active, #visare-vanster.active, #linje-vanster.active, #linje-hoger.active, #linje-center.active, #moln.active, #box-stor.active, #visare-stor.active {
  opacity: 1;
}

#linje-vanster path, #linje-hoger path {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}
#linje-vanster.active path, #linje-hoger.active path {
  animation: dash 1.5s ease-in-out alternate infinite;
}

#linje-center line {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}
#linje-center.active line {
  animation: center_dash 1.5s ease-in-out alternate infinite;
}

#visare-hoger path, #visare-vanster path {
  transform: rotate(0deg);
  transform-origin: left bottom;
  transform-box: fill-box;
}
#visare-hoger.active path, #visare-vanster.active path {
  animation: visare 1s ease-in-out alternate infinite;
}

#visare-stor path {
  transform: rotate(-10deg);
  transform-origin: left bottom;
  transform-box: fill-box;
}
#visare-stor.active path {
  animation: visare_stor 1.5s ease-in-out alternate infinite;
}

#signal-one path {
  opacity: 1;
}
#signal-one.active path {
  animation: signal_one 0.5s linear alternate infinite;
}

#signal-two path {
  opacity: 0.66;
}
#signal-two.active path {
  animation: signal_two 1s linear infinite;
}

#signal-three path {
  opacity: 0.33;
}
#signal-three.active path {
  animation: signal_three 1s linear infinite;
}

#moln {
  transform-origin: center;
}
#moln.active {
  animation: moln 2s ease-in-out alternate infinite;
}

@keyframes moln {
  0% {
    transform: scaleX(1);
    transform: scaleY(1);
  }
  100% {
    transform: scaleX(1.05);
    transform: scaleY(0.95);
  }
}
@keyframes signal_one {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes signal_three {
  0% {
    opacity: 0.33;
  }
  16% {
    opacity: 0.66;
  }
  33% {
    opacity: 1;
  }
  48% {
    opacity: 0.66;
  }
  64% {
    opacity: 0.33;
  }
  82% {
    opacity: 0;
  }
  100% {
    opacity: 0.33;
  }
}
@keyframes signal_two {
  0% {
    opacity: 0.66;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 0.66;
  }
  48% {
    opacity: 0.33;
  }
  64% {
    opacity: 0;
  }
  82% {
    opacity: 0.33;
  }
  100% {
    opacity: 0.66;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
  }
  100% {
    stroke-dashoffset: 780;
  }
}
@keyframes center_dash {
  0% {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
  }
  100% {
    stroke-dashoffset: 960;
  }
}
@keyframes visare {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes visare_stor {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #71B750;
}
a:visited {
  color: #71B750;
}
a:hover, a:focus, a:active {
  color: #71B750;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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;
}

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%;
}

div.wpforms-container-full {
  max-width: 1094px;
  padding: 0 32px 32px;
}

.wpforms-submit-container {
  text-align: center;
}

.wpforms-field-container .wpforms-one-third {
  width: 100% !important;
  margin: 0 !important;
}
.wpforms-field-container .wpforms-one-third input {
  border: 0 !important;
  border-radius: 5px;
  border-bottom: 1px solid black !important;
}
.wpforms-field-container textarea {
  border-radius: 5px !important;
  border: 1px solid black !important;
  padding-top: 16px !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #71B750;
  font-size: 18px;
}

.wpforms-submit-container {
  text-align: center !important;
}

div.wpforms-container-full .wpforms-form input[type=checkbox] {
  margin-right: -16px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  max-width: 90%;
  margin-left: 24px;
  vertical-align: text-top;
  display: inline-block;
}

.wpforms-form input[type=email]::-webkit-input-placeholder, .wpforms-form input[type=text]::-webkit-input-placeholder, .wpforms-form textarea::-webkit-input-placeholder {
  color: black;
}
.wpforms-form input[type=email]:-ms-input-placeholder, .wpforms-form input[type=text]:-ms-input-placeholder, .wpforms-form textarea:-ms-input-placeholder {
  color: black;
}
.wpforms-form input[type=email]::placeholder, .wpforms-form input[type=text]::placeholder, .wpforms-form textarea::placeholder {
  color: black;
}

@media screen and (min-width: 1030px) {
  .wpforms-submit-container {
    margin-top: 48px !important;
  }

  #wpforms-19-field_5 {
    text-align: center;
  }

  .wpforms-field-container .wpforms-one-third {
    width: 24% !important;
  }
  .wpforms-field-container .wpforms-one-third:nth-child(1) {
    width: 38% !important;
  }
  .wpforms-field-container .wpforms-one-third:nth-child(2) {
    width: 39% !important;
  }
  .wpforms-field-container .wpforms-one-third:nth-child(3) {
    width: 23% !important;
  }
  .wpforms-field-container .wpforms-one-third input {
    max-width: 250px !important;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  z-index: 10;
  width: 100%;
  padding: 33px;
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo-symbol, #footer-logo-symbol {
  width: 70vw;
  height: 42px;
  max-width: 155px;
  max-height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
}
#logo-symbol a, #footer-logo-symbol a {
  height: 100%;
  width: 100%;
  display: block;
}

#footer-logo-symbol {
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/cetelogo.svg");
}

#logo-symbol {
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/cetelogo_black.svg");
}

.main-navigation {
  display: block;
  top: -100vh;
  left: 0;
  height: 100vh;
  z-index: 1;
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/cetetherm-bakgrund_menu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 12vw 32px;
  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: 0;
}
.main-navigation .menu {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.main-navigation a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  margin: 20px 0;
}

/* Small menu. */
.menu-toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 25px;
  -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: 2px;
  width: 41px;
  background: #081408;
  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: 10px;
}
.menu-toggle span:nth-child(3) {
  top: 20px;
}
.menu-toggle.out span {
  background: #FFF;
}
.menu-toggle.out span:nth-child(1) {
  transform: rotate(30deg);
  top: 5px;
}
.menu-toggle.out span:nth-child(2), .menu-toggle.out span:nth-child(3) {
  transform: rotate(-30deg);
  top: 5px;
}
.menu-toggle.out span:nth-child(3) {
  opacity: 0;
}

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

@media screen and (min-width: 767px) {
  #masthead {
    padding: 64px 32px 0;
    margin-bottom: 100px;
  }

  .header-wrap {
    /* &::before {
    	content: '';
    	display: inline-block;
    	width: 1px;
    	height: 1px;
    } */
  }

  #logo-symbol {
    height: 69px;
    max-width: 255px;
    max-height: 69px;
  }

  .main-navigation {
    padding: 15vh 10vw;
  }
  .main-navigation a {
    font-size: 20px;
    margin: 30px 0;
  }
}
/* Posts and pages
--------------------------------------------- */
#page {
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/stadsnat_vit27.jpg");
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: top center;
}

body.privacy-policy main {
  padding: 0 32px;
}

.menu-lang {
  display: flex;
  gap: 24px;
  align-items: center;
}

.lang-item {
  list-style-type: none;
  width: 35px;
  height: 35px;
}

.femar {
  margin-top: -2em;
}
.femar figure {
  max-width: 250px;
}
.femar figure img {
  border-radius: 100%;
}

#play {
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/playknapp.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.filmen {
  position: relative;
  /* &::after {
  	content: 'Se filmen';
  	font-size: 13px;
  	position: absolute;
  	top: 58px;
  	display: block;
  	color: #FFF;
  	left: 0;
  	right: 0;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  } */
}
.filmen::before {
  content: "Eldar ni för kråkorna?";
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 30px;
}
.filmen.spelar::before, .filmen.spelar::after {
  content: none;
}
.filmen.spelar #play {
  display: none;
}

.sticky {
  display: block;
}

.landning {
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/landning.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 160vh;
  position: relative;
}
.landning p, .landning h1, .landning h2 {
  color: #FFF;
}
.landning p {
  margin-top: 0;
}
.landning .wp-block-group {
  height: 100vh;
}
.landning .wp-block-group.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.landning .wp-block-group.flex-center p {
  margin-top: 5px;
  padding: 0 35px;
}
.landning .wp-block-group.flex-center p, .landning .wp-block-group.flex-center h1, .landning .wp-block-group.flex-center h2, .landning .wp-block-group.flex-center h3 {
  max-width: 2000px;
}
.landning .wp-block-group.flex-center #scrollButton {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 80px;
  display: inline-block;
  cursor: pointer;
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.landning .wp-block-group.ingress-grupp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  height: auto;
  padding-top: 90px;
}

.slider {
  overflow: hidden;
  position: relative;
}

.slick-slide {
  outline: none;
}

.slick-slider {
  padding-bottom: 30px;
  padding-top: 30px;
}

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

.slide-group .inner-slide-wrap {
  text-align: left;
  padding: 15px 35px 35px;
  margin-top: auto;
  margin-bottom: auto;
}
.slide-group .inner-slide-wrap img {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.slick-dots {
  display: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 22px;
  height: 9px;
  border: 0;
  border-radius: 0;
  background-color: #D0D0D0;
}
.slick-dots li.slick-active button {
  background-color: #71B750;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.wp-block-video {
  /* margin: -16vw 32px 0;
  display: block;
  position: relative;
  bottom: -26vw;
  max-width: 1240px; */
}
.wp-block-video video {
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-video.maskinen {
  margin: 0;
  bottom: 0;
}

.video-spacer {
  height: min(39vw, 450px) !important;
}

.samarbete {
  background-color: #000000;
  color: #FFF;
}
.samarbete .more {
  color: #71B750;
  cursor: pointer;
  overflow: hidden;
  height: 25px;
  opacity: 1;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.samarbete .more.gone {
  height: 0px;
  opacity: 0;
}
.samarbete .more-content {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 1300ms ease;
  -moz-transition: 1300ms ease;
  -o-transition: 1300ms ease;
  transition: 1300ms ease;
}
.samarbete .more-content.out {
  max-height: 2000px;
  opacity: 1;
}
.samarbete p, .samarbete h3 {
  padding: 0;
}
.samarbete h3 {
  color: #71B750;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

.site-info {
  margin-top: 40vw;
}

.site-footer {
  text-align: center;
  padding: 64px 24px 100px;
  color: #FFF;
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/bakgrund_ny_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer p {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.site-footer #footer-logo-symbol {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.reverse-desktop {
  margin-top: 30px;
}

.illustration {
  padding: 0 32px;
  text-align: center;
}
.illustration p {
  padding: 0;
}
.illustration h3 span {
  color: #71B750;
}
.illustration ul {
  padding: 0;
}
.illustration ul li {
  text-align: left;
}

.maskin-grupp {
  border-radius: 5px;
  margin: 20px 20px 80px;
  padding: 18px 18px 80px;
  color: #FFF;
}
.maskin-grupp p, .maskin-grupp h3 {
  padding: 0;
}

.dashboard-grupp {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  margin-bottom: 64px;
}
.dashboard-grupp ul, .dashboard-grupp h3 {
  padding: 0;
}

.kalkylator-grupp {
  max-width: min(96%, 1244px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 120px;
  padding: 35px 32px 50px;
  background-image: url("https://lennandia.com/arkiv/optimizer/wp-content/themes/cetetherm-kampanj/images/kalky_bakgrund.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.kalkylator-grupp p, .kalkylator-grupp h3 {
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
}

.bred {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.footer-content h3 {
  margin-top: 0;
}
.footer-content h3 span {
  color: #71B750;
}

.max-width {
  padding: 24px;
}
.max-width h1, .max-width h2, .max-width h3, .max-width p {
  padding: 0;
}
.max-width strong {
  color: #71B750;
  font-size: 18px;
}

.case figcaption {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.case figure {
  margin-bottom: 0;
}
.case figure img {
  border-radius: 5px;
}
.case p {
  margin-top: 4px;
}

.svart {
  background-color: #000000;
}

#fordelar h3 span, #advantages h3 span {
  color: #71B750;
}

.footer-content {
  position: relative;
}

@media screen and (min-width: 600px) {
  #page {
    background-size: 200%;
  }

  .filmen::before {
    font-size: 24px;
    top: 60px;
  }
  .filmen::after {
    font-size: 17px;
    top: 90px;
  }

  .reverse-desktop {
    flex-direction: row-reverse;
  }

  .illustration {
    text-align: left;
    justify-content: space-between;
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
  }
  .illustration .wp-block-column {
    margin-left: 0 !important;
  }
  .illustration .wp-block-column:nth-child(1) {
    max-width: 505px;
  }
  .illustration .wp-block-column:nth-child(2) {
    max-width: 495px;
  }
}
@media screen and (min-width: 767px) {
  #page {
    background-size: contain;
  }

  .femar {
    margin: 0;
  }
  .femar figure {
    max-width: 100%;
  }

  .max-width {
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }

  #play {
    width: 85px;
    height: 85px;
  }

  .footer-content {
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }

  .site-footer {
    padding: 32px 75px 100px;
  }

  .site-info {
    margin-top: 140px;
  }

  /* #play {
  	width: 193px;
  	height: 192px;
  	top: 40%;
  } */
  .filmen {
    /* &::after {
    	font-size: 23px;
    	top: 120px;
    } */
  }
  .filmen::before {
    max-width: 90%;
    line-height: 27px;
    top: 16px;
  }

  body.privacy-policy h1 {
    font-size: 32px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1030px) {
  .filmen::before {
    font-size: 36px;
    top: 80px;
  }

  body.privacy-policy h1 {
    font-size: 55px;
    margin: 0;
  }

  .fragor {
    max-width: 1030px;
    font-size: 18px;
    text-align: center;
    margin: 70px auto 85px;
  }

  .dashboard-kolumn figure {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .kalkylator-grupp {
    margin-left: auto;
    margin-right: auto;
    padding: 110px 120px 110px;
  }

  .site-footer {
    margin-top: 60px;
    padding-top: 150px;
  }
  .site-footer #footer-logo-symbol {
    max-width: 255px;
    height: 220px;
    margin-top: 72px;
    margin-bottom: 60px;
  }
  .site-footer a {
    font-size: 20px;
    line-height: 24px;
  }

  .maskin-grupp {
    padding: 40px 55px 50px 100px;
    max-width: min(96%, 1244px);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .illustration {
    margin: 50px auto 120px;
  }
  .illustration .wp-block-column:nth-child(2) {
    margin-right: 40px;
  }

  .samarbete .more-content {
    margin-left: auto;
    margin-right: auto;
    flex: 100%;
  }

  .slick-next {
    bottom: unset;
    top: 180px;
    right: 6%;
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    bottom: unset;
    top: 180px;
    left: 6%;
    width: 40px;
    height: 40px;
  }

  .slide-group .inner-slide-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 1309px;
    padding: 15px 32px 35px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .slide-group .inner-slide-wrap .content-wrap {
    max-width: min(70%, 710px);
    flex: 1;
  }
  .slide-group .inner-slide-wrap img {
    padding-left: 32px;
    max-width: min(40%, 495px);
    flex: 1;
  }

  .wp-block-video {
    /* margin: max(-16vw, -235px) auto 0;
    padding: 0 32px;
    bottom: max(-26vw, -340px); */
  }
  .wp-block-video.maskinen {
    width: 125%;
    right: 5%;
  }

  .landning .wp-block-group.flex-center p {
    margin-top: 15px;
    padding: 0;
  }
}
@media screen and (min-width: 1366px) {
  /* .filmen {
  	&::before {
  		font-size: 80px;
  		top: 80px;
  	}
  	&::after {
  		font-size: 50px;
  		top: 175px;
  	}
  } */
}
/* 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;
}

/* 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
--------------------------------------------- */
/* 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;
}
.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 */
